/* Inner Page Styles */

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

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

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

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

.header-inner-0547 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.header-inner-0547 .lower_9d49 {
    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;
}

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

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

.header-inner-0547 .lower_9d49:hover::before {
    left: 100%;
}

.header-inner-0547 .lower_9d49:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.element-inner-100d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_24cc.fn-active-0da5 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.grid-tall-f89d {
    padding: var(--md-spacing-lg) 0;
}

.main-3c65 {
    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);
}

.main-3c65 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);
}

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

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

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

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

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

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

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

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

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

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

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

.pagination-gold-a5ed {
    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%;
}

.pagination-gold-a5ed 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 */
.first_cd72 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.message-3724:hover::before {
    left: 100%;
}

.message-3724 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;
}

.message-3724 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;
}

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

.message-3724 .hover_d3cf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.hard_9720 .hover_d3cf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .box-1434 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .box-1434 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .box-1434 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .header-inner-0547 {
        justify-content: center;
    }
    
    .element-inner-100d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pink-1021 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .grid-tall-f89d {
        padding: var(--md-spacing-md) 0;
    }
    
    .main-3c65 {
        padding: var(--md-spacing-md);
    }
    
    .input-7bf1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination-gold-a5ed {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hard_9720 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown-d306 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .main-3c65 {
        padding: var(--md-spacing-sm);
    }
    
    .link_wood_2dca {
        padding: var(--md-spacing-md);
    }
    
    .pagination-gold-a5ed {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link_wood_2dca,
.pagination-gold-a5ed,
.hard_9720 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.status-290b {
    font-size: 1.5rem;
}

.section-basic-e77f strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .paragraph-soft-c675 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tiny-7df8 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tall-0280 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom_53da strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.active_d3cd.carousel-top-fc8c .tertiary_7007 {
    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); }
}

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

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

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

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

.content-81a2 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;
}

.content-81a2 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);
}

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

.first_dbce {
    font-size: 1.2rem;
}

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

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

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

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

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

.label-f48b.pattern_e7f8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.label-f48b.active-b4d4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-f48b.image_top_f88a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.label-f48b.iron-7114::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.main_last_1970 {
    font-size: 1.2rem;
}

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

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

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

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

.progress_center_12b3.stale_af45 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_center_12b3.fn-active-0da5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.current-9b31 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.sidebar-b254.wide-a01e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.active-red-921f {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.in_b5df { border-top: 3px solid #00ccff; }
.content_iron_6f0f { border-top: 3px solid #00ff88; }
.pattern-clean-1592 { border-top: 3px solid #d4af37; }
.modal-d789 { border-top: 3px solid #ff6b6b; }
.feature_67f9 { border-top: 3px solid #8b5cf6; }

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

.text-stale-2637 {
    overflow-x: auto;
}

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

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

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

.sidebar-1ab0 td {
    color: #ccc;
}

.sidebar-1ab0 .backdrop_15c3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.sidebar-1ab0 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.wrapper-dark-7c49 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.detail-active-6b97 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.container-abb8 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.link-160a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.caption-09e2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.outline-hard-56c5 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.list_c646 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

.up-86b8 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.alert-gas-b9c1 {
    font-size: 1.5rem;
}

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

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

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

.component-complex-6f64 {
    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;
}

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

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

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

.cold-0050 strong {
    color: #fff;
    display: block;
}

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

.full-0b44 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.warm-7ab9 .gallery-e3a2 {
    margin-bottom: 10px;
}

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

.warm-7ab9 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.progress-focused-9844 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.right-0d8e {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.up_5c7f a {
    color: #ff6b6b;
}

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

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

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

.pagination-a3a5 {
    text-align: center;
}

.pagination-a3a5 .module-clean-04cb {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.pagination-a3a5 .tall_addb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .disabled-e418 {
        flex-direction: column;
    }
    .overlay-middle-22d1 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.search-lower-3440 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper_light_b4db .west_712b {
    color: #666;
    margin: 0 8px;
}

.wrapper_light_b4db .label_4270 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.header-basic-9a21 {
    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;
}

.alert_active_ee41 {
    font-size: 2rem;
}

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

.section_right_6a52 strong {
    color: #d4af37;
}

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

.nav-red-6e75 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.dim_0f19 strong {
    color: #00ff88;
}

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

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

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

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

.carousel-wide-2898 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.first-63a3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.avatar-be6c strong {
    color: #d4af37;
}

.nav-orange-a455 {
    color: #aaa;
}

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

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

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

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

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

.banner-stale-09d7 {
    max-width: 900px;
    margin: 0 auto;
}

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

.south-4c48:last-child {
    border-bottom: none;
}

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

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

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

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

.out-7ce2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.out-7ce2 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;
}

.out-7ce2 li strong {
    color: #00ff88;
}

.accent-dark-5cc3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

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

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

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

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

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

.center-11ef strong {
    color: #d4af37;
}

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

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

.outline-9359 strong {
    color: #00ff88;
}

.outline-9359 span {
    color: #d4af37;
}

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

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

.tabs-5e9a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.tiny-780b {
    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;
}

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

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

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

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

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

.header-over-cd3f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-out-6f86 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.detail-out-6f86 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.right-0d8e {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .link_bottom_a181 {
        padding: 30px 15px;
    }
    
    .link_bottom_a181 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .carousel-last-38ae {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tall-4c1b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .filter_3912 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter_3912 .frame_middle_c7b7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .middle-dd2a {
        font-size: 1.3rem;
    }
    
    .form-simple-f745 {
        font-size: 0.7rem;
    }
    
    .steel_1753 {
        flex-direction: column;
        gap: 10px;
    }
    
    .steel_1753 .hover_d3cf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .label-f029 {
        display: none;
    }
    
    .huge_dfab {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outline_129b {
        padding: 20px 10px;
    }
    
    .tabs-5e9a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-small-ae6d,
    .pressed-c6ad {
        padding: 15px;
    }
    
    .hot-b38b {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_gas_b4c2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .in_0629 {
        padding: 30px 10px;
    }
    
    .modal-prev-3ce0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_e800 {
        padding: 20px 15px;
    }
    
    .progress-bb83 {
        font-size: 2rem;
    }
    
    .input_e800 h3 {
        font-size: 1.1rem;
    }
    
    .input_e800 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .main-062d {
        padding: 20px 5px;
    }
    
    .main-062d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .up-59c9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .sidebar-1ab0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .sidebar-1ab0 th,
    .sidebar-1ab0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .advanced-30e2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .short_3b2e {
        padding: 20px 10px;
    }
    
    .description-old-d33b h2 {
        font-size: 1.3rem;
    }
    
    .background_e685 {
        font-size: 0.9rem;
    }
    
    .south-4c48 h3 {
        font-size: 1.1rem;
    }
    
    .south-4c48 p {
        font-size: 0.9rem;
    }
    
    .out-7ce2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fresh_f1ca {
        grid-template-columns: 1fr;
    }
    
    .center-11ef {
        font-size: 0.85rem;
    }
    
    .accent-dark-5cc3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-5b33 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav-5b33 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .input-tiny-8116 {
        padding: 30px 10px;
    }
    
    .article-9d45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-4fd5 {
        padding: 15px 10px;
    }
    
    .focus-4fd5 h4 {
        font-size: 0.9rem;
    }
    
    .focus-4fd5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .large_c35c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .article-9d45 {
        grid-template-columns: 1fr;
    }
    
    .focus-4fd5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label-5df1 {
        padding: 30px 10px;
    }
    
    .active-38bf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_006c {
        padding: 15px;
    }
    
    .box-bdcd {
        font-size: 0.9rem;
    }
    
    .filter-rough-b249 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter-rough-b249 .tabs-3781 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .out_388d {
        padding: 30px 10px;
    }
    
    .out_388d h2 {
        font-size: 1.2rem;
    }
    
    .outer_826a {
        gap: 10px;
    }
    
    .plasma-30cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .plasma-30cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pro-962b {
        padding: 30px 10px;
    }
    
    .pro-962b h2 {
        font-size: 1.2rem;
    }
    
    .logo_mini_bcb6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow-6fe5 {
        padding: 15px 10px;
    }
    
    .yellow-6fe5 h4 {
        font-size: 0.85rem;
    }
    
    .yellow-6fe5 p {
        font-size: 0.75rem;
    }
    
    .dynamic_c5e7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .progress-dynamic-a426 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .wide-1df3 {
        padding: 20px 10px;
    }
    
    .notification_e8d4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .copper_5bc4,
    .active_40f7,
    .up_5c7f {
        width: 100%;
    }
    
    .copper_5bc4 h3 {
        font-size: 1.1rem;
    }
    
    .copper_5bc4 p {
        font-size: 0.8rem;
    }
    
    .dynamic_bb15 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notice-0cca {
        padding: 30px 15px;
    }
    
    .notice-0cca h2 {
        font-size: 1.3rem;
    }
    
    .notice-0cca p {
        font-size: 0.85rem;
    }
    
    .border_down_7303 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border_down_7303 .hover_d3cf {
        width: 100%;
    }
    
    .paragraph-blue-c2a7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .main-3209 {
        padding: 30px 15px;
    }
    
    .row_a1d2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .over_8861 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .black-51de h4 {
        font-size: 0.9rem;
    }
    
    .black-51de a {
        font-size: 0.8rem;
    }
    
    .wrapper_ef31 {
        font-size: 0.8rem;
    }
    
    .iron-aa12 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .footer-dark-25e6 {
        padding: 8px 10px;
    }
    
    .module-slow-7db5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .fixed-d8b8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module-slow-7db5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fixed-d8b8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2283 */
.shadow-element-z6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
