/* Inner Page Styles */

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

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

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

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

.left-3c76 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.left-3c76 .list-north-3a78 {
    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;
}

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

.left-3c76 .list-north-3a78:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.left-3c76 .list-north-3a78:hover::before {
    left: 100%;
}

.left-3c76 .list-north-3a78:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.table-small-48bd {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.paper-62e8 {
    color: var(--casino-gold-light);
}

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

.paper-62e8 a:hover {
    color: var(--casino-gold-light);
}

.paper-62e8.fn-active-6466 {
    color: var(--casino-gold-light);
}

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

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

.input-mini-36e8 {
    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);
}

.input-mini-36e8 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);
}

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

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

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

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

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

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

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

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

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

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

.modal-huge-ade0 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.medium_aecd .border-a510:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.accordion_under_9e6c .border-a510:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .title_gold_d329 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .title_gold_d329 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .title_gold_d329 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .left-3c76 {
        justify-content: center;
    }
    
    .backdrop_553d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .progress-warm-e7f6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outline-right-5517 {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-mini-36e8 {
        padding: var(--md-spacing-md);
    }
    
    .heading-slow-95c5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-fa79 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accordion_under_9e6c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .status_green_6dd2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input-mini-36e8 {
        padding: var(--md-spacing-sm);
    }
    
    .notice_paper_8b44 {
        padding: var(--md-spacing-md);
    }
    
    .chip-fa79 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.notice_paper_8b44,
.chip-fa79,
.accordion_under_9e6c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.border_north_f8d1 {
    font-size: 1.5rem;
}

.picture_brown_1fe6 strong {
    color: #00ff88;
}

.row-clean-6ff2 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .frame-current-bd8c {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .row-clean-6ff2 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_first_9931 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.caption-481a {
    text-align: center;
    margin-bottom: 30px;
}

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

.widget_west_25a2.widget_3f56 .nav-basic-af16 {
    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); }
}

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

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

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

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

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

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

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

.backdrop-yellow-0961 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .main-hard-92b7 {
        grid-template-columns: 1fr;
    }
}

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

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

.feature_advanced_7cef.solid-e0b0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.feature_advanced_7cef.south_abd5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature_advanced_7cef.sidebar-d560::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.feature_advanced_7cef.slider_8934::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.logo_ef9b {
    font-size: 1.2rem;
}

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

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

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

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

.layout-thick-da09.sidebar-medium-7eb3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout-thick-da09.fn-active-6466 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.sidebar-786e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hard-16bb { border-top: 3px solid #00ccff; }
.detail-center-656f { border-top: 3px solid #00ff88; }
.label-mini-2ae8 { border-top: 3px solid #d4af37; }
.description-over-5cbb { border-top: 3px solid #ff6b6b; }
.disabled_advanced_774c { border-top: 3px solid #8b5cf6; }

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

.outline_cold_bf0e {
    overflow-x: auto;
}

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

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

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

.widget-active-27dd td {
    color: #ccc;
}

.widget-active-27dd .button-advanced-8e3a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.widget-active-27dd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.preview-slow-52cc {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.feature-rough-62ee h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.feature-rough-62ee p {
    color: #888;
    font-size: 0.9rem;
}

.modal-steel-df7b {
    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;
}

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

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

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

.pagination-red-84b8 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.bright-79fe {
    background: #0a0a0a;
    padding: 60px 0;
}

.header-out-c3da {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.search_fcbc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block_full_7e29 .grid-65fb {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.gas-86df {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stone-ed12 a {
    color: #ff6b6b;
}

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

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

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

.logo-417b {
    text-align: center;
}

.logo-417b .next-0fac {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.logo-417b .accent-7f4a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.plasma-365f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.component-south-168e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-65ee {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.yellow_9b5b .caption-advanced-4832 {
    color: #666;
    margin: 0 8px;
}

.yellow_9b5b .south_c7db {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.left-fd9a {
    font-size: 2rem;
}

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

.tooltip_ca4a strong {
    color: #d4af37;
}

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

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

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

.popup-copper-c68f h3,
.tertiary-fe9a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.text-dirty-a01c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.highlight-advanced-a413 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.list-1ce1 {
    background: #0a0a0a;
    padding: 30px 0;
}

.caption-light-2d24 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .caption-light-2d24 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.footer_e69f strong {
    color: #d4af37;
}

.under_2e71 {
    color: #aaa;
}

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

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

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

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

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

.brown-701e {
    max-width: 900px;
    margin: 0 auto;
}

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

.row-517b:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .background-pink-7f11 {
        grid-template-columns: 1fr;
    }
}

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

.wood-24b4 strong {
    color: #d4af37;
}

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

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

.accent_9818 strong {
    color: #00ff88;
}

.accent_9818 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-3913 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.feature-b92c strong {
    color: #00ff88;
}

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

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

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

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

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

.stone-631a {
    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;
}

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

@media (max-width: 768px) {
    .photo-2775 {
        flex-direction: column;
    }
    
    .input-blue-3084 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.shadow-white-baff {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .button-fec4 {
        padding: 30px 15px;
    }
    
    .button-fec4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pagination-hovered-2bd3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .current-d2bb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .modal_eb30 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .modal_eb30 .widget_0067 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content-9180 {
        font-size: 1.3rem;
    }
    
    .paragraph_8bb9 {
        font-size: 0.7rem;
    }
    
    .article_purple_9cc3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .article_purple_9cc3 .border-a510 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .message_5235 {
        display: none;
    }
    
    .header-8761 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .list-paper-1a75 {
        padding: 20px 10px;
    }
    
    .info_b890 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_in_9039,
    .hovered_8e8c {
        padding: 15px;
    }
    
    .caption-a7f6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .element_tall_5a92 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .west-8282 {
        padding: 30px 10px;
    }
    
    .image_e394 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_fresh_4e9b {
        padding: 20px 15px;
    }
    
    .module-simple-efaa {
        font-size: 2rem;
    }
    
    .input_fresh_4e9b h3 {
        font-size: 1.1rem;
    }
    
    .input_fresh_4e9b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .out-b4e5 {
        padding: 20px 5px;
    }
    
    .out-b4e5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .solid_14e1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .widget-active-27dd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .widget-active-27dd th,
    .widget-active-27dd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .list_0588 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .item-9973 {
        padding: 20px 10px;
    }
    
    .tertiary_white_2308 h2 {
        font-size: 1.3rem;
    }
    
    .form_006f {
        font-size: 0.9rem;
    }
    
    .row-517b h3 {
        font-size: 1.1rem;
    }
    
    .row-517b p {
        font-size: 0.9rem;
    }
    
    .panel_339f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background-pink-7f11 {
        grid-template-columns: 1fr;
    }
    
    .wood-24b4 {
        font-size: 0.85rem;
    }
    
    .label-0e12 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_8f12 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .description_8f12 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading-2e1d {
        padding: 30px 10px;
    }
    
    .icon-stale-3fe9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero_under_ce98 {
        padding: 15px 10px;
    }
    
    .hero_under_ce98 h4 {
        font-size: 0.9rem;
    }
    
    .hero_under_ce98 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accordion_out_551b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-stale-3fe9 {
        grid-template-columns: 1fr;
    }
    
    .hero_under_ce98 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .east_fd0d {
        padding: 30px 10px;
    }
    
    .easy_b5f8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-198d {
        padding: 15px;
    }
    
    .motion-88a6 {
        font-size: 0.9rem;
    }
    
    .outline-fad1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline-fad1 .shade-3793 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .bronze-44d3 {
        padding: 30px 10px;
    }
    
    .bronze-44d3 h2 {
        font-size: 1.2rem;
    }
    
    .slow_514c {
        gap: 10px;
    }
    
    .preview-bright-055f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .preview-bright-055f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .disabled-f2ec {
        padding: 30px 10px;
    }
    
    .disabled-f2ec h2 {
        font-size: 1.2rem;
    }
    
    .smooth_935c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_3e1c {
        padding: 15px 10px;
    }
    
    .footer_3e1c h4 {
        font-size: 0.85rem;
    }
    
    .footer_3e1c p {
        font-size: 0.75rem;
    }
    
    .action-38fc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .slider-prev-2f61 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .carousel_narrow_4084 {
        padding: 20px 10px;
    }
    
    .box_steel_3f0d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shadow_8a7d,
    .description-6025,
    .stone-ed12 {
        width: 100%;
    }
    
    .shadow_8a7d h3 {
        font-size: 1.1rem;
    }
    
    .shadow_8a7d p {
        font-size: 0.8rem;
    }
    
    .rough-9176 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hard-2c76 {
        padding: 30px 15px;
    }
    
    .hard-2c76 h2 {
        font-size: 1.3rem;
    }
    
    .hard-2c76 p {
        font-size: 0.85rem;
    }
    
    .main-steel-cf4b {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-steel-cf4b .border-a510 {
        width: 100%;
    }
    
    .status_e9a1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hard_1d3a {
        padding: 30px 15px;
    }
    
    .container_north_bc45 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fast-970f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .section-prev-2e4e h4 {
        font-size: 0.9rem;
    }
    
    .section-prev-2e4e a {
        font-size: 0.8rem;
    }
    
    .notification_gold_9110 {
        font-size: 0.8rem;
    }
    
    .advanced-0197 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .logo_orange_67d8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .south-d447 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e1c8 */
.ghost-box-j8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
