/* Inner Page Styles */

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

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

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

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

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

.large_b98c .brown-628a {
    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;
}

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

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

.large_b98c .brown-628a:hover::before {
    left: 100%;
}

.large_b98c .brown-628a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.gallery-315f {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-under-d03e {
    color: var(--casino-gold-light);
}

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

.breadcrumb-under-d03e a:hover {
    color: var(--casino-gold-light);
}

.breadcrumb-under-d03e.fn-active-4348 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered_c037 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 */
.tertiary-cold-064b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary-cold-064b li {
    margin-bottom: var(--md-spacing-xs);
}

.tertiary-cold-064b 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);
}

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

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

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

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

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

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

.shade_easy_4898 .column-70f6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.shade_easy_4898 .column-70f6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.complex-30ca {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.frame_f9c8 .column-70f6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.frame_f9c8 .column-70f6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice_eb88 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice_eb88 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice_eb88 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .large_b98c {
        justify-content: center;
    }
    
    .wide_7bbc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .outline_tall_1cd0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .chip-b3fe {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_cd9c {
        padding: var(--md-spacing-md);
    }
    
    .dropdown_d1c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hovered_c037 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .frame_f9c8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .modal-4f68 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form_cd9c {
        padding: var(--md-spacing-sm);
    }
    
    .tiny-81e7 {
        padding: var(--md-spacing-md);
    }
    
    .hovered_c037 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tiny-81e7,
.hovered_c037,
.frame_f9c8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.chip-4d28 {
    font-size: 1.5rem;
}

.shade_full_f0b6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.banner-brown-5555 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.banner-brown-5555 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.description_in_8e19 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.background_iron_cc70.border_1c58 .current-24d1 {
    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); }
}

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

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

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

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

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

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

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

.media_318d {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .background-east-05fc {
        grid-template-columns: 1fr;
    }
}

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

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

.cold-a22a.basic_55d1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.cold-a22a.green_b4f7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.cold-a22a.media_c555::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.cold-a22a.alert-edee::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border_9caf {
    font-size: 1.2rem;
}

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

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

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

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

.frame_a756.text_8dea { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_a756.fn-active-4348 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.widget-mini-6f5b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.wide-5fb3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.liquid_08cb.purple-11ab {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.tooltip-fixed-7cd2 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.status_0767 { border-top: 3px solid #00ccff; }
.breadcrumb_tall_96c1 { border-top: 3px solid #00ff88; }
.soft_638e { border-top: 3px solid #d4af37; }
.picture-fast-9123 { border-top: 3px solid #ff6b6b; }
.tooltip-163e { border-top: 3px solid #8b5cf6; }

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

.frame_a4ca {
    overflow-x: auto;
}

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

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

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

.sidebar_1c4e td {
    color: #ccc;
}

.sidebar_1c4e .status-60e6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.menu-static-6450 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.module-easy-c1a1 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.tabs-pro-b74c p {
    color: #888;
    font-size: 0.9rem;
}

.sort-0f08 {
    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;
}

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

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

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

.paper-073a {
    font-size: 2rem;
}

.current-19b6 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-535d {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.chip-3e4c .gallery-dirty-63d2 {
    margin-bottom: 10px;
}

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

.chip-3e4c strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.carousel-full-41c5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.dim-55b8 span {
    color: #666;
    font-size: 0.8rem;
}

.dim-55b8 a {
    color: #ff6b6b;
}

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

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

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

.message-c299 {
    text-align: center;
}

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

.message-c299 .module-old-5b2c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.menu_purple_8b2d {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

.avatar-north-5ba6 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.secondary-241c {
    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;
}

.secondary-241c.purple-11ab {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .caption-5a8c {
        flex-direction: column;
    }
    .middle-de18 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.icon_bcf6 .table-afda {
    color: #666;
    margin: 0 8px;
}

.icon_bcf6 .main_current_4274 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.simple-439f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.center-30a5 {
    font-size: 2rem;
}

.sort-blue-301d {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.sort-blue-301d strong {
    color: #d4af37;
}

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

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

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

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

.backdrop-black-ab82 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.lite-2f43 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.liquid-8804 strong {
    color: #00ff88;
}

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

.breadcrumb-static-7b69 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

.content-steel-6ebe {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.content-steel-6ebe strong {
    color: #d4af37;
}

.inner_cb71 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface-soft-7c26 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.surface-soft-7c26 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;
}

.surface-soft-7c26 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.footer-up-bddd strong {
    color: #d4af37;
}

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

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

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

.hot-c6a8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.thumbnail-cool-74a6 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.texture-8a8d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .filter-center-5db3 {
        grid-template-columns: 1fr;
    }
}

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

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

.secondary-inner-a604 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-inner-a604 li {
    margin-bottom: 5px;
}

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

.secondary-inner-a604 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.stone_1819 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.table-a0b7 .white-4311 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget_basic_8da1 {
        padding: 30px 15px;
    }
    
    .widget_basic_8da1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cool_db69 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .next-b6e9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pattern_41f4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern_41f4 .motion_536f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .box-8677 {
        font-size: 1.3rem;
    }
    
    .chip-dynamic-f1d8 {
        font-size: 0.7rem;
    }
    
    .yellow_4695 {
        flex-direction: column;
        gap: 10px;
    }
    
    .yellow_4695 .column-70f6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .slow-43f5 {
        display: none;
    }
    
    .highlight-steel-273f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label_8de8 {
        padding: 20px 10px;
    }
    
    .carousel_easy_b319 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_narrow_bd25,
    .hero_450c {
        padding: 15px;
    }
    
    .video_stale_d5d3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dim_055b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wide-4f68 {
        padding: 30px 10px;
    }
    
    .tag-5b0f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .complex_9381 {
        padding: 20px 15px;
    }
    
    .background_50ba {
        font-size: 2rem;
    }
    
    .complex_9381 h3 {
        font-size: 1.1rem;
    }
    
    .complex_9381 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .outline-first-0ee3 {
        padding: 20px 5px;
    }
    
    .outline-first-0ee3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notification_black_be48 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .sidebar_1c4e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .sidebar_1c4e th,
    .sidebar_1c4e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .copper-6d12 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hero_over_2372 {
        padding: 20px 10px;
    }
    
    .purple_b029 h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_new_2859 {
        font-size: 0.9rem;
    }
    
    .simple_f4e5 h3 {
        font-size: 1.1rem;
    }
    
    .simple_f4e5 p {
        font-size: 0.9rem;
    }
    
    .surface-soft-7c26 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .container_585a {
        grid-template-columns: 1fr;
    }
    
    .footer-up-bddd {
        font-size: 0.85rem;
    }
    
    .image-b254 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-a199 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .primary-a199 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .selected_4403 {
        padding: 30px 10px;
    }
    
    .photo-static-be90 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left-d224 {
        padding: 15px 10px;
    }
    
    .left-d224 h4 {
        font-size: 0.9rem;
    }
    
    .left-d224 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .out-6725 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-static-be90 {
        grid-template-columns: 1fr;
    }
    
    .left-d224 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .light-2163 {
        padding: 30px 10px;
    }
    
    .title_smooth_85a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_stone_8cb9 {
        padding: 15px;
    }
    
    .outline-focused-26ad {
        font-size: 0.9rem;
    }
    
    .blue_cf49 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .blue_cf49 .image-0bf8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .text_eb94 {
        padding: 30px 10px;
    }
    
    .text_eb94 h2 {
        font-size: 1.2rem;
    }
    
    .icon-74fb {
        gap: 10px;
    }
    
    .sidebar-next-5a86 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .sidebar-next-5a86 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .header-16b5 {
        padding: 30px 10px;
    }
    
    .header-16b5 h2 {
        font-size: 1.2rem;
    }
    
    .primary_d4ba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_tiny_9272 {
        padding: 15px 10px;
    }
    
    .pagination_tiny_9272 h4 {
        font-size: 0.85rem;
    }
    
    .pagination_tiny_9272 p {
        font-size: 0.75rem;
    }
    
    .fast_eb44 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media-advanced-9db6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tooltip_tall_c404 {
        padding: 20px 10px;
    }
    
    .gradient_basic_9a5a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .row_65e2,
    .caption_fluid_4b6a,
    .dim-55b8 {
        width: 100%;
    }
    
    .row_65e2 h3 {
        font-size: 1.1rem;
    }
    
    .row_65e2 p {
        font-size: 0.8rem;
    }
    
    .main-d5ae {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .picture-top-6b93 {
        padding: 30px 15px;
    }
    
    .picture-top-6b93 h2 {
        font-size: 1.3rem;
    }
    
    .picture-top-6b93 p {
        font-size: 0.85rem;
    }
    
    .logo-rough-5ef9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo-rough-5ef9 .column-70f6 {
        width: 100%;
    }
    
    .basic-18b8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight_98e3 {
        padding: 30px 15px;
    }
    
    .tabs-0cda {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .aside_1d05 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bronze_11fd h4 {
        font-size: 0.9rem;
    }
    
    .bronze_11fd a {
        font-size: 0.8rem;
    }
    
    .caption-0c2c {
        font-size: 0.8rem;
    }
    
    .brown_5dfe p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .picture-outer-4320 {
        padding: 8px 10px;
    }
    
    .hidden-ba81 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .search-1f6c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hidden-ba81 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .search-1f6c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 56f8 */
.shadow-element-n9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
