/* Inner Page Styles */

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

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

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

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

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

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

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

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

.photo_lite_44e1 .panel_fixed_bdf8:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_tall_064f.fn-active-4a65 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_green_eb70 .footer_paper_fd84:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.outline-solid-dbeb {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.highlight_b676 .footer_paper_fd84:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pro-b62c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pro-b62c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pro-b62c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_lite_44e1 {
        justify-content: center;
    }
    
    .summary_left_8658 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .banner-6fba {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary-853e {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-be34 {
        padding: var(--md-spacing-md);
    }
    
    .detail_in_8ee3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old_d307 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight_b676 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar_action_343d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero-be34 {
        padding: var(--md-spacing-sm);
    }
    
    .logo-last-5432 {
        padding: var(--md-spacing-md);
    }
    
    .old_d307 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.logo-last-5432,
.old_d307,
.highlight_b676 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.modal-5e1e {
    font-size: 1.5rem;
}

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

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

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

/* Main Content Compact */
.hot-8049 {
    padding: 30px 0;
}

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

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

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

.article-clean-b8cc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.article-clean-b8cc li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.silver_e57f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.banner-lite-dd08 {
    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;
}

.banner-lite-dd08.dropdown_simple_f6c0 .modal_b287 {
    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); }
}

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

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

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

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

.stone-c40a 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;
}

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

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

.link-cdeb {
    font-size: 1.2rem;
}

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

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

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

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

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

.bronze-d3be.last-a791::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bronze-d3be.center_8337::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bronze-d3be.selected-0f6a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bronze-d3be.footer_solid_2151::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.new_dd73 {
    font-size: 1.2rem;
}

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

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

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

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

.form_active_b53c.bright_ca84 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.form_active_b53c.fn-active-4a65 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.hidden-42a9 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blue-764c { border-top: 3px solid #00ccff; }
.selected-a126 { border-top: 3px solid #00ff88; }
.outline_7fb4 { border-top: 3px solid #d4af37; }
.clean-abd4 { border-top: 3px solid #ff6b6b; }
.preview-last-6e9b { border-top: 3px solid #8b5cf6; }

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

.pagination-c46a {
    overflow-x: auto;
}

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

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

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

.up_f26f td {
    color: #ccc;
}

.up_f26f .badge-cold-73cb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.shadow-920f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.component-orange-a94b {
    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;
}

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

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

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

.title-865d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.frame-narrow-6039 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.pink-46ea {
    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;
}

.pink-46ea::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);
}

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

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

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

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

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

.icon-5fa0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.copper_55aa {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.button-basic-28d3 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.panel_rough_2383 .old_7746 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .outline-next-35ea {
        grid-template-columns: 1fr;
    }
}

.wide-7582 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 */
.frame-hard-3b12 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.detail-cool-501a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.notification-thick-e2a1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.tertiary_4435 a {
    color: #ff6b6b;
}

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

.sort-paper-7282 {
    max-width: 800px;
    margin: 0 auto;
}

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

.plasma_dc60 {
    text-align: center;
}

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

.plasma_dc60 .hot-7ca6 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.sort-paper-7282 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.container-over-3bb2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.message-action-d0cd {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.picture-first-4136 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .summary-black-e99f {
        flex-direction: column;
    }
    .clean-d3c2 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.tooltip-purple-748a .main-orange-2e27 {
    color: #666;
    margin: 0 8px;
}

.tooltip-purple-748a .form_081b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.wide-4e5d {
    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;
}

.notification_orange_3305 {
    font-size: 2rem;
}

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

.progress_old_bd48 strong {
    color: #d4af37;
}

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

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

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

.tabs_b9bc h3,
.logo-north-661d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.accent_clean_aa0a strong {
    color: #00ff88;
}

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

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

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

.notification_mini_61c3 h3,
.card-plasma-7a72 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.disabled-inner-dc8e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.input_dca1 strong {
    color: #d4af37;
}

.tooltip-advanced-6e92 {
    color: #aaa;
}

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

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

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

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

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

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

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

.banner-green-e448:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.pattern_e344 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.form_8c4f strong {
    color: #d4af37;
}

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

.hidden-white-9fb6 {
    color: #888;
    font-size: 0.9rem;
}

.hidden-white-9fb6 strong {
    color: #00ff88;
}

.hidden-white-9fb6 span {
    color: #d4af37;
}

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

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

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

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

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

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

.container-smooth-b00d {
    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;
}

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

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

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

.hard-34d4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

.description-static-71b4 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.text-selected-3d43 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.text-selected-3d43 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-96b8 strong {
    color: #00ff88;
}

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

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

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

.liquid-936c {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.notification-thick-e2a1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .liquid-936c {
        flex-direction: column;
    }
    
    .table_bronze_18cd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.dynamic-50aa {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .plasma_fca5 {
        padding: 30px 15px;
    }
    
    .plasma_fca5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .panel-north-5036 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .new-19d8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .lite-dabb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lite-dabb .gold-de3b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .easy-5928 {
        font-size: 1.3rem;
    }
    
    .stale-3063 {
        font-size: 0.7rem;
    }
    
    .mask_liquid_9545 {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask_liquid_9545 .footer_paper_fd84 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .top_b640 {
        display: none;
    }
    
    .iron_6598 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .grid-full-dd25 {
        padding: 20px 10px;
    }
    
    .paragraph_27eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-medium-7466,
    .description-static-71b4 {
        padding: 15px;
    }
    
    .hard-34d4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_copper_ad91 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .panel_focused_9b4f {
        padding: 30px 10px;
    }
    
    .component_adf9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-cool-f478 {
        padding: 20px 15px;
    }
    
    .layout_90f7 {
        font-size: 2rem;
    }
    
    .layout-cool-f478 h3 {
        font-size: 1.1rem;
    }
    
    .layout-cool-f478 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .content-fast-80a1 {
        padding: 20px 5px;
    }
    
    .content-fast-80a1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .surface-dirty-d873 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .up_f26f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .up_f26f th,
    .up_f26f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .container-bottom-5135 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search-bc3e {
        padding: 20px 10px;
    }
    
    .image_action_5917 h2 {
        font-size: 1.3rem;
    }
    
    .hero_46e1 {
        font-size: 0.9rem;
    }
    
    .banner-green-e448 h3 {
        font-size: 1.1rem;
    }
    
    .banner-green-e448 p {
        font-size: 0.9rem;
    }
    
    .pattern_e344 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thick_38f3 {
        grid-template-columns: 1fr;
    }
    
    .form_8c4f {
        font-size: 0.85rem;
    }
    
    .summary-057f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .blue-7b50 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .blue-7b50 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .info-63c1 {
        padding: 30px 10px;
    }
    
    .tall-3c05 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_bottom_9aff {
        padding: 15px 10px;
    }
    
    .form_bottom_9aff h4 {
        font-size: 0.9rem;
    }
    
    .form_bottom_9aff p {
        font-size: 0.75rem;
        display: none;
    }
    
    .out_9f68 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tall-3c05 {
        grid-template-columns: 1fr;
    }
    
    .form_bottom_9aff p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus-2b24 {
        padding: 30px 10px;
    }
    
    .slider-20fe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev-62a2 {
        padding: 15px;
    }
    
    .fast_4ecf {
        font-size: 0.9rem;
    }
    
    .east_d6aa {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east_d6aa .accent-bdc1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .black_bfbb {
        padding: 30px 10px;
    }
    
    .black_bfbb h2 {
        font-size: 1.2rem;
    }
    
    .tabs-4536 {
        gap: 10px;
    }
    
    .list-smooth-48cf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .list-smooth-48cf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .table_04eb {
        padding: 30px 10px;
    }
    
    .table_04eb h2 {
        font-size: 1.2rem;
    }
    
    .module-cf56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_f1a7 {
        padding: 15px 10px;
    }
    
    .container_f1a7 h4 {
        font-size: 0.85rem;
    }
    
    .container_f1a7 p {
        font-size: 0.75rem;
    }
    
    .clean_e427 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gas-e005 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .disabled_narrow_7232 {
        padding: 20px 10px;
    }
    
    .old-8ff6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo-bb53,
    .white_140b,
    .tertiary_4435 {
        width: 100%;
    }
    
    .logo-bb53 h3 {
        font-size: 1.1rem;
    }
    
    .logo-bb53 p {
        font-size: 0.8rem;
    }
    
    .button_5a6f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .smooth-55e2 {
        padding: 30px 15px;
    }
    
    .smooth-55e2 h2 {
        font-size: 1.3rem;
    }
    
    .smooth-55e2 p {
        font-size: 0.85rem;
    }
    
    .title-0207 {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-0207 .footer_paper_fd84 {
        width: 100%;
    }
    
    .aside-gold-f4a1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero_951b {
        padding: 30px 15px;
    }
    
    .rough-eb25 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal-86f6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .west-3745 h4 {
        font-size: 0.9rem;
    }
    
    .west-3745 a {
        font-size: 0.8rem;
    }
    
    .under-4c8b {
        font-size: 0.8rem;
    }
    
    .accordion_80e4 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .fixed-60d8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .focus_dynamic_e7b3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 155e */
.widget-item-t8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
