/* Inner Page Styles */

/* Hero Section Layout Styles */
.tag_dynamic_bf30 {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tag_dynamic_bf30 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tag_dynamic_bf30 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.tag_dynamic_bf30 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.accordion-selected-06b6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.accordion-selected-06b6 .icon-3f4f {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.accordion-selected-06b6 .icon-3f4f::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.accordion-selected-06b6 .icon-3f4f:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.accordion-selected-06b6 .icon-3f4f:hover::before {
    left: 100%;
}

.accordion-selected-06b6 .icon-3f4f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.video_static_4a04 {
    margin-bottom: var(--md-spacing-lg);
}

.black-821f {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.black-821f:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.simple-e511 {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.picture_eedf h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.picture_eedf p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.red-a60c {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.red-a60c img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.red-a60c img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.modal-pressed-1825 {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.modal_89d3 {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.notice_outer_4f65 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.form-action-2f13 {
    color: var(--casino-gold-light);
}

.form-action-2f13 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.form-action-2f13 a:hover {
    color: var(--casino-gold-light);
}

.form-action-2f13.fn-active-7bc8 {
    color: var(--casino-gold-light);
}

.form-action-2f13:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.alert_6738 {
    padding: var(--md-spacing-lg) 0;
}

.header_e800 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header_e800 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.header_e800 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.right_1eb6 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.right_1eb6:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.right_1eb6 h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.right_1eb6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.focus-copper-281f {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.focus-copper-281f li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.focus-copper-281f li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.filter_c0aa {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.notification_5b9e {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.paragraph_3cc7 {
    padding: var(--md-spacing-md) 0;
}

.header_e3dc {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.header_e3dc h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.detail_5efc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail_5efc li {
    margin-bottom: var(--md-spacing-xs);
}

.detail_5efc a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.detail_5efc a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.modal-a89a {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.modal-a89a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.modal-a89a:hover::before {
    left: 100%;
}

.modal-a89a h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.modal-a89a p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.modal-a89a .accent-f57b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.modal-a89a .accent-f57b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.text-31a6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.notice_stone_9c67 {
    margin-top: var(--md-spacing-sm);
}

.simple_f3be {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.simple_f3be:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.plasma_e07c {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.plasma_e07c h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.old_bc81 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.old_bc81:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.old_bc81 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.old_bc81 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.old_bc81 .accent-f57b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.old_bc81 .accent-f57b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag_dynamic_bf30 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag_dynamic_bf30 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag_dynamic_bf30 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accordion-selected-06b6 {
        justify-content: center;
    }
    
    .black-821f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .simple-e511 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .alert_6738 {
        padding: var(--md-spacing-md) 0;
    }
    
    .header_e800 {
        padding: var(--md-spacing-md);
    }
    
    .notification_5b9e {
        padding: var(--md-spacing-md) 0;
    }
    
    .header_e3dc {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .old_bc81 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notice_outer_4f65 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .header_e800 {
        padding: var(--md-spacing-sm);
    }
    
    .right_1eb6 {
        padding: var(--md-spacing-md);
    }
    
    .header_e3dc {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.right_1eb6,
.header_e3dc,
.old_bc81 {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.modal-pressed-1825::-webkit-scrollbar {
    width: 8px;
}

.modal-pressed-1825::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.modal-pressed-1825::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.modal-pressed-1825::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.status_c401 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.notice-cb9f {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.component-full-2291 {
    font-size: 1.5rem;
}

.picture-8335 strong {
    color: #00ff88;
}

.outline-prev-b600 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .notice-cb9f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .outline-prev-b600 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.label_cold_03e4 {
    padding: 30px 0;
}

.stale-9e55 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.active_8acb {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.active_8acb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.active_8acb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.active_8acb li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.active_8acb li:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .stale-9e55 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stale-9e55 {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.backdrop_604d {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.backdrop_604d h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.orange_53f3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hovered_13e4 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.hovered_13e4 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .orange_53f3 {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.detail_selected_ec48 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.detail_selected_ec48 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.gold-4987 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.element_d633 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.alert_5b83 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.alert_5b83::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.focus_next_75da {
    text-align: center;
    margin-bottom: 30px;
}

.text-45c8 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.text-45c8.feature_south_b31d .hovered-2896 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.notice_ecef {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fluid_cfc5 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.steel_768e {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.sidebar-c102 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-c102 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.sidebar-c102 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.dim-91b3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.layout_orange_dc85 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.filter-south-1791 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .filter-south-1791 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .filter-south-1791 {
        grid-template-columns: 1fr;
    }
}

.liquid_ddba {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.liquid_ddba::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.liquid_ddba.row_soft_c4dd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.liquid_ddba.info-white-83bb::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.liquid_ddba.title_wide_25f2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.liquid_ddba.info_6c03::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.black-55ad {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.white_cc3d {
    font-size: 1.2rem;
}

.box-hot-3573 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.notice-up-1fc4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.orange-79be {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.module_855c {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.module_855c.copper_6bd9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module_855c.fn-active-7bc8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.first-8c05 {
    color: #666;
    font-size: 0.8rem;
}

.text_under_3794 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.nav_9808 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.dirty_8714 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.description_808e {
    background: #0a0a0a;
    padding: 60px 0;
}

.footer-73b6 {
    max-width: 800px;
    margin: 0 auto;
}

.header_4121 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.element_silver_27d3 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.notification_bdf3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wrapper-e386 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.wrapper-e386:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.wrapper-e386.caption_5edd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.aside-center-d765 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.surface-full-58d2 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.component_focused_2659 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.search_prev_2746 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.icon_up_8c8f { border-top: 3px solid #00ccff; }
.old_7afe { border-top: 3px solid #00ff88; }
.center_f944 { border-top: 3px solid #d4af37; }
.input-290f { border-top: 3px solid #ff6b6b; }
.easy-fb6e { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.picture-wide-7707 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.column-57e8 {
    overflow-x: auto;
}

.active_fc65 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.active_fc65 th,
.active_fc65 td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.active_fc65 th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.active_fc65 td {
    color: #ccc;
}

.active_fc65 .fast_4658 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.active_fc65 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.clean_290e {
    background: #0a0a0a;
    padding: 60px 0;
}

.detail-75e8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .detail-75e8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .detail-75e8 {
        grid-template-columns: 1fr;
    }
}

.section_purple_cf5c {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.section_purple_cf5c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.complex-ca0c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.short_e703 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.text-down-5e89 {
    color: #888;
    font-size: 0.85rem;
}

.shadow-fe6e {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.video-2abb {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.header-liquid-39a9 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.pattern_rough_6006 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cold_19e4 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-de84 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.background-de84 p {
    color: #888;
    font-size: 0.9rem;
}

.glass-aff3 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.progress_hovered_5238 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .progress_hovered_5238 {
        grid-template-columns: 1fr;
    }
}

.block-iron-2476 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.description_last_4754 {
    font-size: 2rem;
}

.narrow_5b94 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.narrow_5b94 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.active-gold-7341 {
    background: #0a0a0a;
    padding: 60px 0;
}

.static_c6e2 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.static_c6e2::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .static_c6e2::before {
        left: 30px;
    }
}

.block-2903 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.brown_f50f {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.outer_cd33 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.outer_cd33::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.gas-95e5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.outer_cd33 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.outer_cd33 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.shade-new-0c12 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.modal_first_c3d7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.orange_067f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.bottom-8c25 {
    font-size: 1.5rem;
}

.avatar_tall_f8d4 {
    color: #888;
    font-size: 0.9rem;
}

.accent-50fa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .accent-50fa {
        grid-template-columns: 1fr;
    }
}

.icon-bab8 {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.media_dark_7f80 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.paragraph_purple_b9f1 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.grid_lite_1e68 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.notification_motion_24db strong {
    color: #fff;
    display: block;
}

.shade_0dad {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.static-030f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.static-030f .gold-fc64 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.wood_a1d3 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.wood_a1d3 .up-4ede {
    margin-bottom: 10px;
}

.wood_a1d3 p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.wood_a1d3 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.pattern-west-4d96 {
    background: #0a0a0a;
    padding: 60px 0;
}

.section-stone-7721 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .section-stone-7721 {
        grid-template-columns: 1fr;
    }
}

.hidden_64af h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.focus_warm_9235 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.video-bacc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.element_dynamic_fe3c h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.element_dynamic_fe3c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.accent_green_29a0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.outer-009b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.tabs_9745 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.pattern_stale_44df {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lower_23c6 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.carousel_iron_5b0a {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.short-4286 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.accent_top_115e {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

.info-70ea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.last-39ea h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.last-39ea p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.section_solid_5fe5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fluid_21f2 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.section_solid_5fe5 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.search_5fd6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.search_5fd6 span {
    color: #666;
    font-size: 0.8rem;
}

.search_5fd6 a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.panel-adde {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

.tabs-ac85 {
    max-width: 800px;
    margin: 0 auto;
}

.card-next-5f80 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.basic_2502 {
    text-align: center;
}

.basic_2502 .bronze-452a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.basic_2502 .button_south_8ee9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs-ac85 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.tabs-ac85 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.thick_ddda {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.thick_ddda h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.top_9cb4 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .top_9cb4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .top_9cb4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.search_hard_f10b {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.search_hard_f10b:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.gallery_lite_4610 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.texture-1ec2 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.header-f772 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.motion_64f5 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.motion_64f5 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.dropdown_dim_6838 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.text-acc7 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.text-acc7.caption_5edd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.backdrop-8aa8 {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.dark-ab9b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.element-cool-e7c8 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .dropdown_dim_6838 {
        flex-direction: column;
    }
    .element-cool-e7c8 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.grid_0f7d {
    background: #0a0a0a;
    padding: 30px 0;
}

.grid_0f7d h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.progress_inner_0ee7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .progress_inner_0ee7 {
        grid-template-columns: 1fr;
    }
}

.tooltip_hard_60cb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.disabled_fast_6387 {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.disabled_fast_6387 .disabled_dynamic_66df {
    color: #666;
    margin: 0 8px;
}

.disabled_fast_6387 .selected-adb7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.mask-227a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.component_pink_7872 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.component_pink_7872 strong {
    color: #d4af37;
    margin-right: 8px;
}

.overlay_next_10a9 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.overlay-84cf {
    font-size: 2rem;
}

.overlay-32dc {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.overlay-32dc strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.under-348f {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.avatar_glass_9afe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .avatar_glass_9afe {
        grid-template-columns: 1fr;
    }
}

.summary_fixed_d8ff h3,
.article-9a0b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.stale-4db4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.full_b884 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avatar-tall-83de {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.avatar-tall-83de strong {
    color: #d4af37;
    margin-right: 8px;
}

.label-ace1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.picture-186a {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.picture-186a strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.rough_1aeb {
    background: #0a0a0a;
    padding: 30px 0;
}

.backdrop-easy-b585 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .backdrop-easy-b585 {
        grid-template-columns: 1fr;
    }
}

.in-cf14 h3,
.tertiary_7621 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.column-22ad {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-5d56 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.sidebar-5d56 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.sidebar-5d56 summary::-webkit-details-marker {
    display: none;
}

.sidebar-5d56 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.video_west_3a3f {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.bright_9dd4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.slider-9a72 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.slider-9a72 strong {
    color: #d4af37;
}

.input-small-822c {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.in-2722 {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.surface_ec2c {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.surface_ec2c h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.tag-b293 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.wide-f807 {
    max-width: 900px;
    margin: 0 auto;
}

.notification_mini_f86c {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notification_mini_f86c:last-child {
    border-bottom: none;
}

.notification_mini_f86c h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.notification_mini_f86c p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.notification_mini_f86c p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.notification_mini_f86c p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.shade_medium_0626 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.shade_medium_0626 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.shade_medium_0626 li strong {
    color: #00ff88;
}

.accordion-9020 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .accordion-9020 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.picture-79db {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.picture-79db strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.selected-3f1c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .selected-3f1c {
        grid-template-columns: 1fr;
    }
}

.outline-5527 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.outline-5527 strong {
    color: #d4af37;
}

.content_b750 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.wood_79e2 {
    color: #888;
    font-size: 0.9rem;
}

.wood_79e2 strong {
    color: #00ff88;
}

.wood_79e2 span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.top_d98d {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hovered_0e17 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .hovered_0e17 {
        grid-template-columns: 1fr;
    }
}

.image_large_9a15 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.preview-fc0b {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.down_1792 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.prev_9542 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.copper_298e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.tiny_6f2b p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.outline_easy_9f69 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.carousel_huge_2d17 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.warm_e4ee {
    color: #999;
    font-size: 0.85rem;
}

.link-thick-64c5 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.link-thick-64c5 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.slow-f8ca {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.slow-f8ca li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.slow-f8ca li:last-child {
    border-bottom: none;
}

.hero-08f3 {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.outline-2055 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.tabs_glass_ba50 {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.widget_dim_dace {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .widget_dim_dace {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .widget_dim_dace {
        grid-template-columns: 1fr;
    }
}

.notification_fixed_c792 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.notification_fixed_c792 strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.notification_fixed_c792 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification_fixed_c792 li {
    margin-bottom: 5px;
}

.notification_fixed_c792 a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.notification_fixed_c792 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.mask-clean-4b04 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.dirty-0e89 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.container-8bce {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.container-8bce strong {
    color: #00ff88;
}

.slider_down_eaa3 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.outline-pro-12d2 {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.outline-pro-12d2 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.footer_wood_5b3d {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.lower_23c6 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.carousel_iron_5b0a {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.short-4286 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer_wood_5b3d {
        flex-direction: column;
    }
    
    .lower_23c6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.stone-8227 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.container-392f {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.container-392f:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .container-392f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .container-392f {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.brown-1577 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .filter-96d5 {
        padding: 30px 15px;
    }
    
    .filter-96d5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .card_thick_7bdd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .description_c9ba {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title-fast-a10c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-fast-a10c .banner-1bc2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accent_2d46 {
        font-size: 1.3rem;
    }
    
    .fixed-626d {
        font-size: 0.7rem;
    }
    
    .orange-1571 {
        flex-direction: column;
        gap: 10px;
    }
    
    .orange-1571 .accent-f57b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tabs_in_f0d6 {
        display: none;
    }
    
    .sort_ece1 {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .dim-91b3 {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .top_d98d {
        padding: 20px 10px;
    }
    
    .hovered_0e17 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_large_9a15,
    .link-thick-64c5 {
        padding: 15px;
    }
    
    .outline_easy_9f69 {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel_huge_2d17 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shadow_84a3 {
        padding: 30px 10px;
    }
    
    .top_b587 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-hovered-431f {
        padding: 20px 15px;
    }
    
    .avatar_ceb0 {
        font-size: 2rem;
    }
    
    .icon-hovered-431f h3 {
        font-size: 1.1rem;
    }
    
    .icon-hovered-431f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .picture-wide-7707 {
        padding: 20px 5px;
    }
    
    .picture-wide-7707 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notification_narrow_0744 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active_fc65 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active_fc65 th,
    .active_fc65 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .logo_ae4b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .in-2722 {
        padding: 20px 10px;
    }
    
    .surface_ec2c h2 {
        font-size: 1.3rem;
    }
    
    .tag-b293 {
        font-size: 0.9rem;
    }
    
    .notification_mini_f86c h3 {
        font-size: 1.1rem;
    }
    
    .notification_mini_f86c p {
        font-size: 0.9rem;
    }
    
    .shade_medium_0626 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .selected-3f1c {
        grid-template-columns: 1fr;
    }
    
    .outline-5527 {
        font-size: 0.85rem;
    }
    
    .accordion-9020 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-79db {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .picture-79db strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stone_c1dd {
        padding: 30px 10px;
    }
    
    .label_fresh_b018 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_2361 {
        padding: 15px 10px;
    }
    
    .shade_2361 h4 {
        font-size: 0.9rem;
    }
    
    .shade_2361 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .grid_2d83 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label_fresh_b018 {
        grid-template-columns: 1fr;
    }
    
    .shade_2361 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thick-fa03 {
        padding: 30px 10px;
    }
    
    .aside-bed1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar_upper_bd02 {
        padding: 15px;
    }
    
    .block-cold-f8e0 {
        font-size: 0.9rem;
    }
    
    .photo-a555 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo-a555 .slider-old-9e9c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .feature_focused_fe81 {
        padding: 30px 10px;
    }
    
    .feature_focused_fe81 h2 {
        font-size: 1.2rem;
    }
    
    .input_946b {
        gap: 10px;
    }
    
    .item-67f5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item-67f5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .right_3b21 {
        padding: 30px 10px;
    }
    
    .right_3b21 h2 {
        font-size: 1.2rem;
    }
    
    .sort_dab0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-d10b {
        padding: 15px 10px;
    }
    
    .paragraph-d10b h4 {
        font-size: 0.85rem;
    }
    
    .paragraph-d10b p {
        font-size: 0.75rem;
    }
    
    .hover_hard_f48c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification-hard-15c8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .sort_dab0 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accent_top_115e {
        padding: 20px 10px;
    }
    
    .info-70ea {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .last-39ea,
    .section_solid_5fe5,
    .search_5fd6 {
        width: 100%;
    }
    
    .last-39ea h3 {
        font-size: 1.1rem;
    }
    
    .last-39ea p {
        font-size: 0.8rem;
    }
    
    .fluid_21f2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .south-d881 {
        padding: 30px 15px;
    }
    
    .south-d881 h2 {
        font-size: 1.3rem;
    }
    
    .south-d881 p {
        font-size: 0.85rem;
    }
    
    .aside-61b6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside-61b6 .accent-f57b {
        width: 100%;
    }
    
    .mini_6921 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .light-eec2 {
        padding: 30px 10px;
    }
    
    .light-eec2 h3 {
        font-size: 1.2rem;
    }
    
    .container_5601 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old_bc81 {
        padding: 15px 10px;
    }
    
    .old_bc81 h4 {
        font-size: 0.85rem;
    }
    
    .old_bc81 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container_5601 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .hover-6d71 {
        padding: 30px 15px;
    }
    
    .tertiary_0d87 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hovered-f393 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .modal-7be5 h4 {
        font-size: 0.9rem;
    }
    
    .modal-7be5 a {
        font-size: 0.8rem;
    }
    
    .notice_ba12 {
        font-size: 0.8rem;
    }
    
    .section-6f3a p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .tertiary_0d87 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .modal-dynamic-3ebe {
        padding: 8px 10px;
    }
    
    .carousel-2a24 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accordion-large-2052 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .carousel-2a24 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion-large-2052 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e761 */
.promo-block-u3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
