/* Inner Page Styles */

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

.panel-51af 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);
}

.panel-51af 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);
}

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

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

.gallery_b1b8 .text-out-a34f {
    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;
}

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

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

.gallery_b1b8 .text-out-a34f:hover::before {
    left: 100%;
}

.gallery_b1b8 .text-out-a34f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.column-11e9 {
    margin-bottom: var(--md-spacing-lg);
}

.paragraph-smooth-8d06 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.current_dcc7.fn-active-6e7b {
    color: var(--casino-gold-light);
}

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

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

.link-99df {
    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);
}

.link-99df 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.next_d8e8 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 */
.search-huge-a99d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-huge-a99d li {
    margin-bottom: var(--md-spacing-xs);
}

.search-huge-a99d 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);
}

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

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

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

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

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

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

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

.picture_dirty_202c .basic_ed57:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.background-bright-8389 {
    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);
}

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

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

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

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

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

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

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

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

.backdrop_liquid_c05c .basic_ed57:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .panel-51af {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .panel-51af h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .panel-51af h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery_b1b8 {
        justify-content: center;
    }
    
    .paragraph-smooth-8d06 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pro-b0f9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lite-81db {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-99df {
        padding: var(--md-spacing-md);
    }
    
    .search_silver_1caa {
        padding: var(--md-spacing-md) 0;
    }
    
    .next_d8e8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .backdrop_liquid_c05c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .list-7613 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link-99df {
        padding: var(--md-spacing-sm);
    }
    
    .menu-19c7 {
        padding: var(--md-spacing-md);
    }
    
    .next_d8e8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu-19c7,
.next_d8e8,
.backdrop_liquid_c05c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.component-gas-5e0c {
    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);
}

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

.warm-1af2 {
    font-size: 1.5rem;
}

.center_1163 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .pro_c16f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .under-4e9a {
        margin-left: 0;
    }
}

/* Main Content Compact */
.purple-51d1 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-eb8c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.description-solid-d005.tooltip-d521 .overlay-light-a4d3 {
    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); }
}

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

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

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

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

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

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

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

.upper-ca07 {
    font-size: 1.2rem;
}

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

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

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

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

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

.article-d5c2.primary-4ead::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article-d5c2.wrapper-eede::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-d5c2.caption_under_196c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article-d5c2.nav_edcf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.caption_61a6 {
    font-size: 1.2rem;
}

.photo-new-10ae {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.tabs_basic_d860.primary-abf7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs_basic_d860.fn-active-6e7b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.backdrop-6ab3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.wood-62ef { border-top: 3px solid #00ccff; }
.form-medium-05f3 { border-top: 3px solid #00ff88; }
.description-0345 { border-top: 3px solid #d4af37; }
.secondary-west-9cd0 { border-top: 3px solid #ff6b6b; }
.clean_9a30 { border-top: 3px solid #8b5cf6; }

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

.complex_bbc4 {
    overflow-x: auto;
}

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

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

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

.form_purple_5244 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.under-30ba {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.link-in-230e {
    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;
}

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

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

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

.menu_f863 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.grid-583e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.red-cbeb {
    font-size: 1.5rem;
}

.content-4b2a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.outer-316d {
    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;
}

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

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

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

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

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

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

.texture_bottom_c900 .inner-3e97 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.box-bronze-f9bc .outline_9412 {
    margin-bottom: 10px;
}

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

.box-bronze-f9bc strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-f0f8 a {
    color: #ff6b6b;
}

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

.aside-in-a6a8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.input-38c2 {
    text-align: center;
}

.input-38c2 .selected-e4ec {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.input-38c2 .banner_prev_0a36 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.aside-in-a6a8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.layout-purple-d959 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .lite-5d3d {
        flex-direction: column;
    }
    .message-pressed-4323 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.upper-5e37 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.main_new_9f8a .disabled_5633 {
    color: #666;
    margin: 0 8px;
}

.main_new_9f8a .wood-9e42 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hero-under-b93e {
    font-size: 2rem;
}

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

.orange-5b58 strong {
    color: #d4af37;
}

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

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

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

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

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

.widget-pink-7435 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.focus-over-3360 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.component_941d strong {
    color: #00ff88;
}

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

.summary-007f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.action-4c87 h3,
.progress-2043 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.picture-advanced-ad70 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.silver-38e8 strong {
    color: #d4af37;
}

.item_inner_63f8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.pressed-e230:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.text-ea81 li strong {
    color: #00ff88;
}

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

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

.tag-hot-fc77 {
    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;
}

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

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

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

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

.button-2cd4 strong {
    color: #d4af37;
}

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

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

.tertiary_6e0f strong {
    color: #00ff88;
}

.tertiary_6e0f span {
    color: #d4af37;
}

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

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

.texture-first-0c85 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.title-inner-93a9 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-3b3f {
    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;
}

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

.panel_liquid_6959 strong {
    color: #00ff88;
}

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

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

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

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

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

.tag-cool-c6a9 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .icon-5b08 {
        padding: 30px 15px;
    }
    
    .icon-5b08 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accent_focused_0403 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .logo-lower-cfa2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent-pro-70a1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-pro-70a1 .slider_92aa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .message_west_3e32 {
        font-size: 1.3rem;
    }
    
    .sort-narrow-ba82 {
        font-size: 0.7rem;
    }
    
    .photo-north-149e {
        flex-direction: column;
        gap: 10px;
    }
    
    .photo-north-149e .basic_ed57 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pagination_dd97 {
        display: none;
    }
    
    .tabs_6d58 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .item_advanced_7b62 {
        padding: 20px 10px;
    }
    
    .texture-first-0c85 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_a8a4,
    .sort_098e {
        padding: 15px;
    }
    
    .title-inner-93a9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress-d62d {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .primary_1822 {
        padding: 20px 5px;
    }
    
    .primary_1822 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .glass-8fa7 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .form_purple_5244 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .form_purple_5244 th,
    .form_purple_5244 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .description-purple-fc55 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice_6619 {
        padding: 20px 10px;
    }
    
    .fluid_5bf1 h2 {
        font-size: 1.3rem;
    }
    
    .fluid_2c5c {
        font-size: 0.9rem;
    }
    
    .pressed-e230 h3 {
        font-size: 1.1rem;
    }
    
    .pressed-e230 p {
        font-size: 0.9rem;
    }
    
    .text-ea81 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .new_83dc {
        grid-template-columns: 1fr;
    }
    
    .button-2cd4 {
        font-size: 0.85rem;
    }
    
    .aside-prev-e270 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-hot-fc77 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tag-hot-fc77 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .feature_25d4 {
        padding: 30px 10px;
    }
    
    .active-basic-d218 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite-4d09 {
        padding: 15px 10px;
    }
    
    .lite-4d09 h4 {
        font-size: 0.9rem;
    }
    
    .lite-4d09 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info-in-179d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active-basic-d218 {
        grid-template-columns: 1fr;
    }
    
    .lite-4d09 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel_wide_01c1 {
        padding: 30px 10px;
    }
    
    .content_4b8c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-smooth-2462 {
        padding: 15px;
    }
    
    .south_8c6c {
        font-size: 0.9rem;
    }
    
    .paper_3bd2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper_3bd2 .summary_d0e4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .module-dim-5162 {
        padding: 30px 10px;
    }
    
    .module-dim-5162 h2 {
        font-size: 1.2rem;
    }
    
    .south-2344 {
        gap: 10px;
    }
    
    .liquid_31c1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .liquid_31c1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tooltip_4b9a {
        padding: 30px 10px;
    }
    
    .tooltip_4b9a h2 {
        font-size: 1.2rem;
    }
    
    .feature_7ae2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-c5d4 {
        padding: 15px 10px;
    }
    
    .hidden-c5d4 h4 {
        font-size: 0.85rem;
    }
    
    .hidden-c5d4 p {
        font-size: 0.75rem;
    }
    
    .tabs-1966 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .accent_68e0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .out_a261 {
        padding: 20px 10px;
    }
    
    .next-1bd5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dirty_6f8a,
    .hot_0ee9,
    .block-f0f8 {
        width: 100%;
    }
    
    .dirty_6f8a h3 {
        font-size: 1.1rem;
    }
    
    .dirty_6f8a p {
        font-size: 0.8rem;
    }
    
    .mini-6028 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .description_under_104a {
        padding: 30px 15px;
    }
    
    .description_under_104a h2 {
        font-size: 1.3rem;
    }
    
    .description_under_104a p {
        font-size: 0.85rem;
    }
    
    .iron-e014 {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron-e014 .basic_ed57 {
        width: 100%;
    }
    
    .motion_22ce {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .widget-purple-585c {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .hero_fresh_d284 {
        padding: 30px 15px;
    }
    
    .bottom_1521 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .easy_3812 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .layout-63b9 h4 {
        font-size: 0.9rem;
    }
    
    .layout-63b9 a {
        font-size: 0.8rem;
    }
    
    .disabled-f8d4 {
        font-size: 0.8rem;
    }
    
    .image-cb5a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .modal_35fb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hot-a6e2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: de4a */
.promo-block-g5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
