/* Inner Page Styles */

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

.item-4ff7 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);
}

.item-4ff7 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);
}

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

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

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

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

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

.gradient_bf1a .dark_dc7d:hover::before {
    left: 100%;
}

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

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

.old-98bf {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_6f27.fn-active-0584 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-38aa {
    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%;
}

.avatar-38aa 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_e024 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.detail_e024 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_e024 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

.down_c433:hover::before {
    left: 100%;
}

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

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

.down_c433 .input_glass_2745 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.down_c433 .input_glass_2745:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.header_fresh_dcba .input_glass_2745:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .item-4ff7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .item-4ff7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .item-4ff7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient_bf1a {
        justify-content: center;
    }
    
    .old-98bf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .medium-e4ac {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .inner-27d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tiny-e051 {
        padding: var(--md-spacing-md);
    }
    
    .medium-81d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-38aa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .header_fresh_dcba {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination-1e1f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tiny-e051 {
        padding: var(--md-spacing-sm);
    }
    
    .banner_black_34ca {
        padding: var(--md-spacing-md);
    }
    
    .avatar-38aa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.banner_black_34ca,
.avatar-38aa,
.header_fresh_dcba {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.panel-steel-efd0::-webkit-scrollbar {
    width: 8px;
}

.panel-steel-efd0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.icon-focused-750a {
    font-size: 1.5rem;
}

.form-plasma-5130 strong {
    color: #00ff88;
}

.link-lower-64df {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .yellow_6bd5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .link-lower-64df {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_3237 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .tabs-selected-7e45 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.notice-gold-5749::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;
}

.gradient-prev-e9ac {
    text-align: center;
    margin-bottom: 30px;
}

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

.main_523a.sidebar_soft_adfb .banner_65ce {
    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); }
}

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

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

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

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

.lower-d681 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;
}

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

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

.aside_selected_924e {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth_64d5.description-4212::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth_64d5.pattern-e8ce::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth_64d5.badge_white_091f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth_64d5.dark-b65f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider-e268 {
    font-size: 1.2rem;
}

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

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

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

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

.form-hovered-fbae.block_stone_f903 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.form-hovered-fbae.fn-active-0584 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.popup-6c87 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.stale-63cb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.border-pressed-913b { border-top: 3px solid #00ccff; }
.paper-a2db { border-top: 3px solid #00ff88; }
.container_inner_631e { border-top: 3px solid #d4af37; }
.modal-complex-f91d { border-top: 3px solid #ff6b6b; }
.dynamic-54a3 { border-top: 3px solid #8b5cf6; }

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

.description-777e {
    overflow-x: auto;
}

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

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

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

.dark_ca81 td {
    color: #ccc;
}

.dark_ca81 .section-54f4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.overlay-complex-34a9 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.sidebar-mini-eb0c {
    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;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .column-up-4af6 {
        grid-template-columns: 1fr;
    }
}

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

.huge-6558 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.active-235f {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.accordion-silver-6fb4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.progress-e4ed strong {
    color: #fff;
    display: block;
}

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

.red-4be4 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.red-4be4 .link-left-f8c1 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.status_75bb .secondary_82ee {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.hero-32c3 {
    background: #0a0a0a;
    padding: 60px 0;
}

.disabled-yellow-b37a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.slider-wood-dba7 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.paragraph-north-c776 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.slider-bronze-baba {
    display: flex;
    align-items: center;
    gap: 10px;
}

.picture-dynamic-df0f {
    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;
}

.slider-bronze-baba span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.widget_east_a70c a {
    color: #ff6b6b;
}

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

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

.grid-cool-559e {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.focus_cold_3ada {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.slider-560f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.text-simple-61bf {
    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;
}

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

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

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

.column-gold-6dfa {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .paragraph_3fb8 {
        flex-direction: column;
    }
    .breadcrumb_8359 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.detail_wide_ddc1 .picture-0a49 {
    color: #666;
    margin: 0 8px;
}

.detail_wide_ddc1 .wood-5ff7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.slider-8592 {
    font-size: 2rem;
}

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

.header-a572 strong {
    color: #d4af37;
}

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

.mask-purple-112b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .mask-purple-112b {
        grid-template-columns: 1fr;
    }
}

.motion_b5d0 h3,
.menu-170c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.primary-wide-9c1f {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.media-7c10 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.shadow-a94b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gas-971f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.outer_a7cb h3,
.current-73f6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.narrow-13c5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.outline-hot-3c55 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.outline-hot-3c55 strong {
    color: #d4af37;
}

.brown-5a4f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.basic-61cb {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.basic-61cb 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;
}

.basic-61cb li strong {
    color: #00ff88;
}

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

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

.slider-simple-c3db {
    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;
}

.slider-simple-c3db strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

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

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

.card_c19f strong {
    color: #d4af37;
}

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

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

.notice_64c0 strong {
    color: #00ff88;
}

.notice_64c0 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.chip-580f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.info-static-2974 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.caption-65b3 {
    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);
}

.text-easy-ec13 {
    color: #999;
    font-size: 0.85rem;
}

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

.module-stone-47cb h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview-fdc9 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.inner-d2e5 strong {
    color: #00ff88;
}

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

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

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

.article-pro-d4a7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.gradient-5ed2 {
    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;
}

.slider-wood-dba7 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .article-pro-d4a7 {
        flex-direction: column;
    }
    
    .chip_prev_7c7d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .title_short_3348 {
        padding: 30px 15px;
    }
    
    .title_short_3348 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tall_ea20 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container-slow-f410 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tall-b6bf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tall-b6bf .aside_c394 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card-selected-96ab {
        font-size: 1.3rem;
    }
    
    .hard-9b9e {
        font-size: 0.7rem;
    }
    
    .border-0806 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border-0806 .input_glass_2745 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tall_4d18 {
        display: none;
    }
    
    .next-585c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tertiary-d2c0 {
        padding: 20px 10px;
    }
    
    .outline_9858 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_active_cff5,
    .module-stone-47cb {
        padding: 15px;
    }
    
    .info-static-2974 {
        flex-direction: column;
        gap: 5px;
    }
    
    .caption-65b3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop-a4a4 {
        padding: 30px 10px;
    }
    
    .table_complex_9319 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-easy-55cc {
        padding: 20px 15px;
    }
    
    .gradient_paper_c924 {
        font-size: 2rem;
    }
    
    .progress-easy-55cc h3 {
        font-size: 1.1rem;
    }
    
    .progress-easy-55cc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dim-5128 {
        padding: 20px 10px;
    }
    
    .bronze_c68e h2 {
        font-size: 1.3rem;
    }
    
    .purple_a1cf {
        font-size: 0.9rem;
    }
    
    .down_2b95 h3 {
        font-size: 1.1rem;
    }
    
    .down_2b95 p {
        font-size: 0.9rem;
    }
    
    .basic-61cb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dark_99f7 {
        grid-template-columns: 1fr;
    }
    
    .card_c19f {
        font-size: 0.85rem;
    }
    
    .carousel_b3c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider-simple-c3db {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider-simple-c3db strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focus_c655 {
        padding: 30px 10px;
    }
    
    .notice_24d0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-pro-95d0 {
        padding: 15px 10px;
    }
    
    .input-pro-95d0 h4 {
        font-size: 0.9rem;
    }
    
    .input-pro-95d0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame-hot-743a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notice_24d0 {
        grid-template-columns: 1fr;
    }
    
    .input-pro-95d0 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .chip_9d20 {
        padding: 30px 10px;
    }
    
    .highlight-north-4a5a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .new-6ced {
        padding: 15px;
    }
    
    .footer-9f45 {
        font-size: 0.9rem;
    }
    
    .clean-e372 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .clean-e372 .highlight-2a11 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .form-outer-a481 {
        padding: 30px 10px;
    }
    
    .form-outer-a481 h2 {
        font-size: 1.2rem;
    }
    
    .section-current-65b4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .block-da66 {
        padding: 15px 10px;
    }
    
    .block-da66 h4 {
        font-size: 0.85rem;
    }
    
    .block-da66 p {
        font-size: 0.75rem;
    }
    
    .video_dim_91ec {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .caption-hovered-8000 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .section-current-65b4 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gallery_151b {
        padding: 20px 10px;
    }
    
    .paragraph-north-c776 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .upper_14cc,
    .slider-bronze-baba,
    .widget_east_a70c {
        width: 100%;
    }
    
    .upper_14cc h3 {
        font-size: 1.1rem;
    }
    
    .upper_14cc p {
        font-size: 0.8rem;
    }
    
    .picture-dynamic-df0f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .outer_6a60 {
        padding: 30px 15px;
    }
    
    .outer_6a60 h2 {
        font-size: 1.3rem;
    }
    
    .outer_6a60 p {
        font-size: 0.85rem;
    }
    
    .picture_upper_e901 {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture_upper_e901 .input_glass_2745 {
        width: 100%;
    }
    
    .focus-tiny-1014 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .in_89f0 {
        padding: 30px 15px;
    }
    
    .modal-east-a83e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .first_40af {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .aside_upper_318d h4 {
        font-size: 0.9rem;
    }
    
    .aside_upper_318d a {
        font-size: 0.8rem;
    }
    
    .under-d128 {
        font-size: 0.8rem;
    }
    
    .full_9ef7 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module_b000 {
        padding: 8px 10px;
    }
    
    .overlay-3423 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .light-ce98 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay-3423 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .light-ce98 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 16ef */
.widget-item-i8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
