/* Inner Page Styles */

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

.heading-purple-3d8e 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);
}

.heading-purple-3d8e 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);
}

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

.hover-cf25 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hover-cf25 .fast_4b20 {
    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;
}

.hover-cf25 .fast_4b20::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.hover-cf25 .fast_4b20:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.hover-cf25 .fast_4b20:hover::before {
    left: 100%;
}

.hover-cf25 .fast_4b20:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.widget-small-e914 {
    margin-bottom: var(--md-spacing-lg);
}

.title-086b {
    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);
}

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

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

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

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

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

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

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

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

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

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

.hover-1646 {
    color: var(--casino-gold-light);
}

.hover-1646 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.hover-1646 a:hover {
    color: var(--casino-gold-light);
}

.hover-1646.fn-active-c734 {
    color: var(--casino-gold-light);
}

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

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

.bottom_f6b2 {
    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);
}

.bottom_f6b2 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);
}

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

/* Content Cards */
.breadcrumb_31f9 {
    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);
}

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

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

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

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

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

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

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

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

.button-5e5d {
    padding: var(--md-spacing-md) 0;
}

.row-up-4a82 {
    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%;
}

.row-up-4a82 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 */
.card_old_5bc1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.card_old_5bc1 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);
}

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

/* Promo Cards */
.static-c1d7 {
    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;
}

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

.static-c1d7:hover::before {
    left: 100%;
}

.static-c1d7 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;
}

.static-c1d7 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;
}

.static-c1d7 .info-1be3 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.static-c1d7 .info-1be3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.menu_solid_9c0c {
    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);
}

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

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

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

.panel_8f51 {
    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);
}

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

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

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

.panel_8f51 .info-1be3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.panel_8f51 .info-1be3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading-purple-3d8e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .heading-purple-3d8e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .heading-purple-3d8e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover-cf25 {
        justify-content: center;
    }
    
    .title-086b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .item_current_d2d5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .bronze_99cd {
        padding: var(--md-spacing-md) 0;
    }
    
    .bottom_f6b2 {
        padding: var(--md-spacing-md);
    }
    
    .solid_f6ab {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-up-4a82 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .panel_8f51 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .outline-west-d435 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .bottom_f6b2 {
        padding: var(--md-spacing-sm);
    }
    
    .breadcrumb_31f9 {
        padding: var(--md-spacing-md);
    }
    
    .row-up-4a82 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.breadcrumb_31f9,
.row-up-4a82,
.panel_8f51 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.card_narrow_1c02::-webkit-scrollbar {
    width: 8px;
}

.card_narrow_1c02::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.box_stale_7c21 {
    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);
}

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

.tag_ff05 {
    font-size: 1.5rem;
}

.component-fixed-9e3e strong {
    color: #00ff88;
}

.nav-17bc {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bright-b7a9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .nav-17bc {
        margin-left: 0;
    }
}

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

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

.outer-36de {
    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;
}

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

.outer-36de ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.outer-36de li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.box-north-8e64 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.preview-simple-e9b7 {
    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;
}

.preview-simple-e9b7 strong {
    color: #00ff88;
}

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

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

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

.tooltip-upper-424b {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.hidden-bright-ffce {
    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 */
.blue-5416 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.blue-5416::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;
}

.heading-south-6f1a {
    text-align: center;
    margin-bottom: 30px;
}

.icon_2bc0 {
    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;
}

.icon_2bc0.search_smooth_7350 .thumbnail-551f {
    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); }
}

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

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

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

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

.right_defc 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;
}

.right_defc 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);
}

.gallery-68eb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.content-aee7 {
    font-size: 1.2rem;
}

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

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

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

.info_a3d0 {
    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;
}

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

.info_a3d0.out-3c7e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info_a3d0.gallery-wood-0754::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info_a3d0.texture-old-da6f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info_a3d0.action_4cb0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paragraph_thick_50dc {
    font-size: 1.2rem;
}

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

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

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

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

.action_ead1.search_focused_b3d2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.action_ead1.fn-active-c734 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.copper-08a4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.grid-east-94cc {
    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;
}

.grid-east-94cc:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.grid-east-94cc.link_paper_e5dc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.bright_8ac7 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.summary_upper_9b67 { border-top: 3px solid #00ccff; }
.easy-dd62 { border-top: 3px solid #00ff88; }
.dropdown_8d59 { border-top: 3px solid #d4af37; }
.footer-2a33 { border-top: 3px solid #ff6b6b; }
.left-38c8 { border-top: 3px solid #8b5cf6; }

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

.row_3164 {
    overflow-x: auto;
}

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

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

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

.component-a55b td {
    color: #ccc;
}

.component-a55b .gallery-rough-fbb9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.component-a55b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.hard-405f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.aside-426b {
    color: #888;
    font-size: 0.85rem;
}

.black-72b9 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.accordion_1812 {
    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;
}

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

.solid-ecfd {
    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;
}

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

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

.dropdown-bc38 {
    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;
}

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

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

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

.current_f9c9 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.hover_39ce {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.description-rough-21f2 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.highlight-short-402c {
    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;
}

.highlight-short-402c::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);
}

.wrapper_6deb {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.highlight-short-402c h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.highlight-short-402c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.wide-2a21 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.texture_focused_0eeb {
    font-size: 1.5rem;
}

.popup-large-5083 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.shade-b7bb {
    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;
}

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

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

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

.rough-36c1 strong {
    color: #fff;
    display: block;
}

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

.grid-last-cf96 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.grid-last-cf96 .accordion_e8d5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.next-755d .solid_7d7b {
    margin-bottom: 10px;
}

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

.next-755d strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.brown-108c {
    background: #0a0a0a;
    padding: 60px 0;
}

.tiny-0e25 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

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

.shade_hot_20ec 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 */
.liquid_aae3 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.tabs_9d8f {
    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;
}

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

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

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

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

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

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

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

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

.wide-4063 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.panel-solid-dfc6 {
    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;
}

.warm-e674 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.new-2e3d {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brown-aaaa {
    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;
}

.new-2e3d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.pressed_5286 a {
    color: #ff6b6b;
}

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

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

.logo-glass-551a {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.notice_4f79 {
    text-align: center;
}

.notice_4f79 .module-8225 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.panel-pressed-f1ea {
    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;
}

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

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

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

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

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

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

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

.module-advanced-81bc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tertiary-bronze-cf28 {
    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;
}

.tertiary-bronze-cf28.link_paper_e5dc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.menu-e8ab {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.modal-49a3 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .module-advanced-81bc {
        flex-direction: column;
    }
    .modal-49a3 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.overlay-basic-6b91 .tiny_52fd {
    color: #666;
    margin: 0 8px;
}

.overlay-basic-6b91 .highlight-action-7a00 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.steel-90ef {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mask-yellow-8b8c strong {
    color: #d4af37;
    margin-right: 8px;
}

.frame_7d71 {
    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;
}

.block-a16a {
    font-size: 2rem;
}

.notice-cbfd {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.notice-cbfd strong {
    color: #d4af37;
}

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

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

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

.form-paper-ae8c h3,
.detail-last-95f0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.bright_2d4b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.content_selected_9622 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.pattern-dim-e16f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.widget-pro-7f37 h3,
.avatar_c79a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.pressed-17f5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.short-f4c1 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.short-f4c1 summary::-webkit-details-marker {
    display: none;
}

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

.feature-current-d0bf {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.narrow_8d58 strong {
    color: #d4af37;
}

.panel_168b {
    color: #aaa;
}

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

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

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

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

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

.component-3207 {
    max-width: 900px;
    margin: 0 auto;
}

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

.cold-327f:last-child {
    border-bottom: none;
}

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

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

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

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

.hero-277e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hero-277e 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;
}

.hero-277e li strong {
    color: #00ff88;
}

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

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

.table-liquid-d03d {
    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;
}

.table-liquid-d03d strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.gallery-976e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .gallery-976e {
        grid-template-columns: 1fr;
    }
}

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

.dim_4b74 strong {
    color: #d4af37;
}

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

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

.container_dim_2adc strong {
    color: #00ff88;
}

.container_dim_2adc span {
    color: #d4af37;
}

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

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

.focus-blue-96ae {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .focus-blue-96ae {
        grid-template-columns: 1fr;
    }
}

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

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

.highlight-prev-6c81 {
    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;
}

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

.preview-wide-c145 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.section-white-7f0c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.rough-a9c1 {
    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);
}

.simple-4e16 {
    color: #999;
    font-size: 0.85rem;
}

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

.dim_cef1 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.heading-focused-381d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.heading-focused-381d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.steel-8ebb {
    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;
}

.motion_c26f {
    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;
}

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

.dropdown_5a11 strong {
    color: #00ff88;
}

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

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

.tooltip-4b46 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.active-45db {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.backdrop-a5e9 {
    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;
}

.disabled_dynamic_8d0e {
    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;
}

.wide-4063 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .active-45db {
        flex-direction: column;
    }
    
    .backdrop-a5e9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.paragraph-gas-ffb5 {
    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;
}

.paragraph-gas-ffb5: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) {
    .paragraph-gas-ffb5 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .paragraph-gas-ffb5 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .caption_0921 {
        padding: 30px 15px;
    }
    
    .caption_0921 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .inner-e670 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .item-0393 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .surface_bottom_9f48 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_bottom_9f48 .picture_3252 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .huge-5dae {
        font-size: 1.3rem;
    }
    
    .narrow_529f {
        font-size: 0.7rem;
    }
    
    .section_2a86 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section_2a86 .info-1be3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .card-f6f9 {
        display: none;
    }
    
    .dropdown-b429 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .yellow_06f5 {
        padding: 20px 10px;
    }
    
    .focus-blue-96ae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_a0db,
    .dim_cef1 {
        padding: 15px;
    }
    
    .section-white-7f0c {
        flex-direction: column;
        gap: 5px;
    }
    
    .rough-a9c1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification_first_b64a {
        padding: 30px 10px;
    }
    
    .icon_6529 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description-bottom-46d3 {
        padding: 20px 15px;
    }
    
    .tall_0297 {
        font-size: 2rem;
    }
    
    .description-bottom-46d3 h3 {
        font-size: 1.1rem;
    }
    
    .description-bottom-46d3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .search_41d5 {
        padding: 20px 10px;
    }
    
    .east-765b h2 {
        font-size: 1.3rem;
    }
    
    .small-ec98 {
        font-size: 0.9rem;
    }
    
    .cold-327f h3 {
        font-size: 1.1rem;
    }
    
    .cold-327f p {
        font-size: 0.9rem;
    }
    
    .hero-277e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gallery-976e {
        grid-template-columns: 1fr;
    }
    
    .dim_4b74 {
        font-size: 0.85rem;
    }
    
    .huge-759b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-liquid-d03d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table-liquid-d03d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .module-first-e6f2 {
        padding: 30px 10px;
    }
    
    .status-0247 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-5d8b {
        padding: 15px 10px;
    }
    
    .disabled-5d8b h4 {
        font-size: 0.9rem;
    }
    
    .disabled-5d8b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider_fresh_f147 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .status-0247 {
        grid-template-columns: 1fr;
    }
    
    .disabled-5d8b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .disabled_d549 {
        padding: 30px 10px;
    }
    
    .widget-yellow-7104 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section_9683 {
        padding: 15px;
    }
    
    .cold_7124 {
        font-size: 0.9rem;
    }
    
    .main_e832 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main_e832 .stale-8221 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .filter-1177 {
        padding: 30px 10px;
    }
    
    .filter-1177 h2 {
        font-size: 1.2rem;
    }
    
    .mask_c701 {
        gap: 10px;
    }
    
    .prev_d1ef summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .prev_d1ef p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mask_f242 {
        padding: 30px 10px;
    }
    
    .mask_f242 h2 {
        font-size: 1.2rem;
    }
    
    .simple_4187 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow-30cd {
        padding: 15px 10px;
    }
    
    .narrow-30cd h4 {
        font-size: 0.85rem;
    }
    
    .narrow-30cd p {
        font-size: 0.75rem;
    }
    
    .border_b3a8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .black_fff8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .panel-solid-dfc6 {
        padding: 20px 10px;
    }
    
    .warm-e674 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .under_a9fa,
    .new-2e3d,
    .pressed_5286 {
        width: 100%;
    }
    
    .under_a9fa h3 {
        font-size: 1.1rem;
    }
    
    .under_a9fa p {
        font-size: 0.8rem;
    }
    
    .brown-aaaa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .short_52dd {
        padding: 30px 15px;
    }
    
    .short_52dd h2 {
        font-size: 1.3rem;
    }
    
    .short_52dd p {
        font-size: 0.85rem;
    }
    
    .complex_06a1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .complex_06a1 .info-1be3 {
        width: 100%;
    }
    
    .column_fluid_58f7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .paragraph_b3cc {
        padding: 30px 15px;
    }
    
    .full-1e60 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview-69c6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .outer-aa93 h4 {
        font-size: 0.9rem;
    }
    
    .outer-aa93 a {
        font-size: 0.8rem;
    }
    
    .tertiary_e235 {
        font-size: 0.8rem;
    }
    
    .column_00e1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .video-319e {
        padding: 8px 10px;
    }
    
    .menu_f764 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .component_fixed_d78b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .menu_f764 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .component_fixed_d78b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 715a */
.widget-item-e2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
