/* Inner Page Styles */

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

.avatar-hovered-b52a 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);
}

.avatar-hovered-b52a 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);
}

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

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

.slow_835e .caption-red-a877 {
    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;
}

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

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

.slow_835e .caption-red-a877:hover::before {
    left: 100%;
}

.slow_835e .caption-red-a877:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up_10d3.fn-active-cc02 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_hovered_29ef 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 */
.panel_0c98 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.accent_green_49f5 .wide_a28c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.left-e3c1 .wide_a28c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-hovered-b52a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-hovered-b52a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-hovered-b52a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slow_835e {
        justify-content: center;
    }
    
    .full_887c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .focus-6982 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .info_under_9ace {
        padding: var(--md-spacing-md) 0;
    }
    
    .over_bc0f {
        padding: var(--md-spacing-md);
    }
    
    .message_steel_96fc {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_hovered_29ef {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .left-e3c1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .main_down_46f6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .over_bc0f {
        padding: var(--md-spacing-sm);
    }
    
    .last-50ad {
        padding: var(--md-spacing-md);
    }
    
    .outline_hovered_29ef {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.last-50ad,
.outline_hovered_29ef,
.left-e3c1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hover_warm_6e59 {
    font-size: 1.5rem;
}

.smooth_f9ab strong {
    color: #00ff88;
}

.header-83e4 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .badge_bottom_efbe {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .header-83e4 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_prev_efb0 strong {
    color: #00ff88;
}

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

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

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

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

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

.tabs-14a4::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;
}

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

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

.lite_ab86.purple-b6c2 .out-662f {
    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); }
}

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

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

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

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

.green-3883 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;
}

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

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

.picture-advanced-f397 {
    font-size: 1.2rem;
}

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

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

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

.west-4db6 {
    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;
}

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

.west-4db6.backdrop-8a1e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.west-4db6.highlight_purple_e5f9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.west-4db6.tabs_ec8b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.west-4db6.smooth_dc4b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.element-down-2b57 {
    font-size: 1.2rem;
}

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

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

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

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

.description_dynamic_5cb8.chip-first-3717 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.description_dynamic_5cb8.fn-active-cc02 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.fluid-6ca9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.summary-action-59ad {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.tooltip_d03e { border-top: 3px solid #00ccff; }
.table-next-5680 { border-top: 3px solid #00ff88; }
.alert_prev_d194 { border-top: 3px solid #d4af37; }
.modal_c8aa { border-top: 3px solid #ff6b6b; }
.steel_8ff4 { border-top: 3px solid #8b5cf6; }

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

.green-dc6b {
    overflow-x: auto;
}

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

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

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

.static-a317 td {
    color: #ccc;
}

.static-a317 .tooltip-7be3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-medium-e984 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.title-outer-a200 {
    font-size: 2rem;
}

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

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

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

.hovered-7a7d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.message-6a48 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.black_b936 {
    font-size: 1.5rem;
}

.layout-tiny-4fdc {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.primary-3b66 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.primary-3b66 .small-66b6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.south_b33e .accordion-tall-d6c9 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.mask-c8e7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.row-right-9a1a 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 */
.secondary-tall-d61d {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

.active-wood-06ae h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.active-wood-06ae p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_6069 a {
    color: #ff6b6b;
}

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

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

.surface_bottom_f9df {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sort-2350 {
    text-align: center;
}

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

.sort-2350 .hidden-yellow-9814 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.list-dim-c166 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.copper-1e4d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.card-cool-006d {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .accent_7dab {
        flex-direction: column;
    }
    .card-cool-006d {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.action-e560 .menu-static-a458 {
    color: #666;
    margin: 0 8px;
}

.action-e560 .block-9359 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.label-18b4 {
    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;
}

.text_35ef {
    font-size: 2rem;
}

.picture-prev-f9dd {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.picture-prev-f9dd strong {
    color: #d4af37;
}

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

.heading-87f7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.pattern-hovered-6362 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.popup-024f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.stale-66c5 strong {
    color: #00ff88;
}

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

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

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

.nav-352b h3,
.cold_1ae2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.notice_0e3e strong {
    color: #d4af37;
}

.notice-7f69 {
    color: #aaa;
}

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

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

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

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

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

.shadow-47b9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.in-b558:last-child {
    border-bottom: none;
}

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

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

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

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

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

.prev-fb2b 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;
}

.prev-fb2b li strong {
    color: #00ff88;
}

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

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

.fluid-29aa {
    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;
}

.fluid-29aa strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

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

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

.top-3d32 strong {
    color: #d4af37;
}

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

.hot-2acf {
    color: #888;
    font-size: 0.9rem;
}

.hot-2acf strong {
    color: #00ff88;
}

.hot-2acf span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-black-c52b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caption-black-c52b li {
    margin-bottom: 5px;
}

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

.caption-black-c52b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.box-9013 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .slider_out_949c {
        padding: 30px 15px;
    }
    
    .slider_out_949c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .nav-de9c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .first-d69e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shadow_8113 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_8113 .media_a70f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .popup-e32a {
        font-size: 1.3rem;
    }
    
    .focus-static-bc98 {
        font-size: 0.7rem;
    }
    
    .popup-4c44 {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup-4c44 .wide_a28c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget-large-fc98 {
        display: none;
    }
    
    .logo_079e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .silver-76a7 {
        padding: 20px 10px;
    }
    
    .card_399d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-large-5401,
    .text_4493 {
        padding: 15px;
    }
    
    .notification_tall_db25 {
        flex-direction: column;
        gap: 5px;
    }
    
    .header_orange_e2b5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image_ba45 {
        padding: 30px 10px;
    }
    
    .light_ba48 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title-f1ea {
        padding: 20px 15px;
    }
    
    .widget_a71b {
        font-size: 2rem;
    }
    
    .title-f1ea h3 {
        font-size: 1.1rem;
    }
    
    .title-f1ea p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .plasma-38f9 {
        padding: 20px 5px;
    }
    
    .plasma-38f9 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .avatar_slow_c148 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .static-a317 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .static-a317 th,
    .static-a317 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .photo-gold-04ff {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .gradient_steel_e702 {
        padding: 20px 10px;
    }
    
    .plasma_a932 h2 {
        font-size: 1.3rem;
    }
    
    .active_narrow_3fde {
        font-size: 0.9rem;
    }
    
    .in-b558 h3 {
        font-size: 1.1rem;
    }
    
    .in-b558 p {
        font-size: 0.9rem;
    }
    
    .prev-fb2b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fast-9caa {
        grid-template-columns: 1fr;
    }
    
    .top-3d32 {
        font-size: 0.85rem;
    }
    
    .tag-6209 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fluid-29aa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fluid-29aa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .last_f54c {
        padding: 30px 10px;
    }
    
    .summary-dark-5e3d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced-0d75 {
        padding: 15px 10px;
    }
    
    .advanced-0d75 h4 {
        font-size: 0.9rem;
    }
    
    .advanced-0d75 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .stale-7619 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .summary-dark-5e3d {
        grid-template-columns: 1fr;
    }
    
    .advanced-0d75 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .surface-red-9145 {
        padding: 30px 10px;
    }
    
    .content-6b72 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent-f4cb {
        padding: 15px;
    }
    
    .popup_c294 {
        font-size: 0.9rem;
    }
    
    .primary-0d03 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-0d03 .gradient-7b64 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop-80e1 {
        padding: 30px 10px;
    }
    
    .backdrop-80e1 h2 {
        font-size: 1.2rem;
    }
    
    .widget_735a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge-bf1a {
        padding: 15px 10px;
    }
    
    .badge-bf1a h4 {
        font-size: 0.85rem;
    }
    
    .badge-bf1a p {
        font-size: 0.75rem;
    }
    
    .panel_soft_ebc1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_d90c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .liquid_0dd3 {
        padding: 20px 10px;
    }
    
    .photo_hard_b2f5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .button_9b3c,
    .paragraph_iron_ecbf,
    .list_6069 {
        width: 100%;
    }
    
    .button_9b3c h3 {
        font-size: 1.1rem;
    }
    
    .button_9b3c p {
        font-size: 0.8rem;
    }
    
    .container_b377 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .feature-solid-2c4a {
        padding: 30px 15px;
    }
    
    .feature-solid-2c4a h2 {
        font-size: 1.3rem;
    }
    
    .feature-solid-2c4a p {
        font-size: 0.85rem;
    }
    
    .search-pressed-5b3e {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-pressed-5b3e .wide_a28c {
        width: 100%;
    }
    
    .new-a842 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .upper-e080 {
        padding: 30px 10px;
    }
    
    .upper-e080 h3 {
        font-size: 1.2rem;
    }
    
    .progress-14e2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left-e3c1 {
        padding: 15px 10px;
    }
    
    .left-e3c1 h4 {
        font-size: 0.85rem;
    }
    
    .left-e3c1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .main-dim-bd78 {
        padding: 30px 15px;
    }
    
    .search_thick_4e24 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .status-south-c170 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dark_9097 h4 {
        font-size: 0.9rem;
    }
    
    .dark_9097 a {
        font-size: 0.8rem;
    }
    
    .glass_4429 {
        font-size: 0.8rem;
    }
    
    .rough_768b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .backdrop_d196 {
        padding: 8px 10px;
    }
    
    .search-inner-ff8f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sidebar-272a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .search-inner-ff8f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar-272a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9410 */
.shadow-element-d2 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
