/* Inner Page Styles */

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

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

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

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

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

.hovered_49af .dynamic-ed84 {
    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;
}

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

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

.hovered_49af .dynamic-ed84:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.input-tall-26f6 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.status-focused-bae3 {
    color: var(--casino-gold-light);
}

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

.status-focused-bae3 a:hover {
    color: var(--casino-gold-light);
}

.status-focused-bae3.fn-active-7435 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-top-022b {
    padding: var(--md-spacing-md) 0;
}

.shadow-north-afb1 {
    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%;
}

.shadow-north-afb1 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 */
.current-9556 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.button-21d3:hover::before {
    left: 100%;
}

.button-21d3 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;
}

.button-21d3 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;
}

.button-21d3 .pattern_594c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button-21d3 .pattern_594c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.current-bc94 .pattern_594c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paper-4659 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paper-4659 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paper-4659 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hovered_49af {
        justify-content: center;
    }
    
    .fixed_e04e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_glass_1de5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .table-e29b {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag_3ea3 {
        padding: var(--md-spacing-md);
    }
    
    .white-0595 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-north-afb1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .current-bc94 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .focus-f669 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tag_3ea3 {
        padding: var(--md-spacing-sm);
    }
    
    .thumbnail_3140 {
        padding: var(--md-spacing-md);
    }
    
    .shadow-north-afb1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thumbnail_3140,
.shadow-north-afb1,
.current-bc94 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.module-glass-8d46 {
    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);
}

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

.footer_7ff4 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .icon-d00e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .middle_13a6 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.border-d652 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.motion_1336 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.green-347b {
    text-align: center;
    margin-bottom: 30px;
}

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

.aside_c9cf.accent_mini_ef24 .banner_23f3 {
    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); }
}

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

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

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

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

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

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

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

.sort_e7e8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.progress_224b.tag-35b8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress_224b.south-89b5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_224b.pagination_254e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress_224b.stale_31d9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.left-a701 {
    font-size: 1.2rem;
}

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

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

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

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

.secondary-east-8d6b.south_df32 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.secondary-east-8d6b.fn-active-7435 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.tertiary-next-ba4d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.accent-fe37 { border-top: 3px solid #00ccff; }
.popup-a8b1 { border-top: 3px solid #00ff88; }
.tag_focused_300b { border-top: 3px solid #d4af37; }
.static_d9b2 { border-top: 3px solid #ff6b6b; }
.media-69d1 { border-top: 3px solid #8b5cf6; }

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

.article-thick-1095 {
    overflow-x: auto;
}

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

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

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

.shadow_selected_2a12 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.gallery-wide-93fd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.medium-2a36 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.status-green-821d h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.status-green-821d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.alert-5ba7 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.gallery-last-9dd2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.list-red-f865 {
    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;
}

.list-red-f865::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);
}

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

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

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

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

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

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

.column_new_1d29 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.aside_narrow_4226 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.aside_narrow_4226 .breadcrumb-8aa4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.list_7f41 .surface-fixed-8d0f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo_easy_69c0 a {
    color: #ff6b6b;
}

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

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

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

.texture_active_f64a {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_bed8 .logo-small-3516 {
    color: #666;
    margin: 0 8px;
}

.text_bed8 .white-44a1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.wide-4817 {
    font-size: 2rem;
}

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

.media_e4f1 strong {
    color: #d4af37;
}

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

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

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

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

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

.title-10fc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.in-593f strong {
    color: #d4af37;
    margin-right: 8px;
}

.badge-gas-5e5e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.widget_883f strong {
    color: #00ff88;
}

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

.pink-6ec4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.smooth-4bb0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.disabled-1fa0 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.button-28ee strong {
    color: #d4af37;
}

.stale_c9e0 {
    color: #aaa;
}

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

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

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

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

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

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

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

.title-2a61:last-child {
    border-bottom: none;
}

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

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

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

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

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

.button-f188 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;
}

.button-f188 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.solid_83e2 strong {
    color: #d4af37;
}

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

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

.full_1f14 strong {
    color: #00ff88;
}

.full_1f14 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-ff0a li {
    margin-bottom: 5px;
}

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

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

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

.lite-5ee1 {
    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;
}

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

.popup-b851 strong {
    color: #00ff88;
}

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

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

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

.solid-8eae {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.list-large-d091 {
    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;
}

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

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

@media (max-width: 768px) {
    .solid-8eae {
        flex-direction: column;
    }
    
    .list-large-d091 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.link-purple-9d82 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .accent-a2d7 {
        padding: 30px 15px;
    }
    
    .accent-a2d7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bright_2973 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark-e264 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress_50a3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress_50a3 .wood_fa31 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .summary-1f9b {
        font-size: 1.3rem;
    }
    
    .menu-dark-98f7 {
        font-size: 0.7rem;
    }
    
    .badge_0f9e {
        flex-direction: column;
        gap: 10px;
    }
    
    .badge_0f9e .pattern_594c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .current-69de {
        display: none;
    }
    
    .black-1e7c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside-339c {
        padding: 20px 10px;
    }
    
    .overlay_focused_c771 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu-9c6d,
    .surface_gold_c3a1 {
        padding: 15px;
    }
    
    .next-e880 {
        flex-direction: column;
        gap: 5px;
    }
    
    .west_66ba {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .summary-motion-f98b {
        padding: 20px 5px;
    }
    
    .summary-motion-f98b h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .carousel-narrow-da7b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .shadow_selected_2a12 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .shadow_selected_2a12 th,
    .shadow_selected_2a12 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .form_d109 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .icon-silver-cb49 {
        padding: 20px 10px;
    }
    
    .gradient_f8f3 h2 {
        font-size: 1.3rem;
    }
    
    .widget-96f6 {
        font-size: 0.9rem;
    }
    
    .title-2a61 h3 {
        font-size: 1.1rem;
    }
    
    .title-2a61 p {
        font-size: 0.9rem;
    }
    
    .button-f188 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .prev_4755 {
        grid-template-columns: 1fr;
    }
    
    .solid_83e2 {
        font-size: 0.85rem;
    }
    
    .motion-b31d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first_a77c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .first_a77c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .inner-6290 {
        padding: 30px 10px;
    }
    
    .breadcrumb_out_bbb8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thick-354c {
        padding: 15px 10px;
    }
    
    .thick-354c h4 {
        font-size: 0.9rem;
    }
    
    .thick-354c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .block-mini-0b74 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb_out_bbb8 {
        grid-template-columns: 1fr;
    }
    
    .thick-354c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .heading-small-efd2 {
        padding: 30px 10px;
    }
    
    .block-dim-faf1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-south-44a3 {
        padding: 15px;
    }
    
    .old_0564 {
        font-size: 0.9rem;
    }
    
    .overlay-5fde {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay-5fde .bright-52cb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay_146c {
        padding: 30px 10px;
    }
    
    .overlay_146c h2 {
        font-size: 1.2rem;
    }
    
    .overlay-liquid-aa58 {
        gap: 10px;
    }
    
    .hot_35ba summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hot_35ba p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .modal_f5a2 {
        padding: 30px 10px;
    }
    
    .modal_f5a2 h2 {
        font-size: 1.2rem;
    }
    
    .banner_7259 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-dc4b {
        padding: 15px 10px;
    }
    
    .popup-dc4b h4 {
        font-size: 0.85rem;
    }
    
    .popup-dc4b p {
        font-size: 0.75rem;
    }
    
    .caption_99b2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask_c9ea {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .primary-d5bd {
        padding: 20px 10px;
    }
    
    .card_3200 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .active_97c4,
    .link_slow_f995,
    .photo_easy_69c0 {
        width: 100%;
    }
    
    .active_97c4 h3 {
        font-size: 1.1rem;
    }
    
    .active_97c4 p {
        font-size: 0.8rem;
    }
    
    .soft_cdd2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .section-b698 {
        padding: 30px 15px;
    }
    
    .section-b698 h2 {
        font-size: 1.3rem;
    }
    
    .section-b698 p {
        font-size: 0.85rem;
    }
    
    .highlight-up-d508 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight-up-d508 .pattern_594c {
        width: 100%;
    }
    
    .highlight_gold_186c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected-07c4 {
        padding: 30px 15px;
    }
    
    .primary-8980 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white_78d9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .action_6661 h4 {
        font-size: 0.9rem;
    }
    
    .action_6661 a {
        font-size: 0.8rem;
    }
    
    .out_3775 {
        font-size: 0.8rem;
    }
    
    .label_action_974e p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .brown_576e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .component_next_3167 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 629d */
.ghost-box-x9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
