/* Inner Page Styles */

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

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

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

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

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

.red_e882 .filter-84f4 {
    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;
}

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

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

.red_e882 .filter-84f4:hover::before {
    left: 100%;
}

.red_e882 .filter-84f4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_994d.fn-active-e3b8 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.label-14de {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_82c8 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 */
.bottom-9c86 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.bottom-9c86 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);
}

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

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

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

.sort-paper-ec09:hover::before {
    left: 100%;
}

.sort-paper-ec09 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;
}

.sort-paper-ec09 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;
}

.sort-paper-ec09 .summary_32b9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.sort-paper-ec09 .summary_32b9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.grid-purple-2dd0 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.dim-5d3b {
    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);
}

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

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

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

.dim-5d3b .summary_32b9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dim-5d3b .summary_32b9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lite-c060 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lite-c060 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lite-c060 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .red_e882 {
        justify-content: center;
    }
    
    .solid_0775 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .media_wood_55a7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .label-14de {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard-0057 {
        padding: var(--md-spacing-md);
    }
    
    .dirty-6d9a {
        padding: var(--md-spacing-md) 0;
    }
    
    .smooth_82c8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dim-5d3b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard-79e9 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hard-0057 {
        padding: var(--md-spacing-sm);
    }
    
    .action-4df3 {
        padding: var(--md-spacing-md);
    }
    
    .smooth_82c8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.action-4df3,
.smooth_82c8,
.dim-5d3b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.outline-dirty-00cc::-webkit-scrollbar {
    width: 8px;
}

.outline-dirty-00cc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.outline-dirty-00cc::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.outline-dirty-00cc::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.list-fixed-d52c {
    font-size: 1.5rem;
}

.link-3709 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.link-lower-3a59 {
    padding: 30px 0;
}

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

.pressed-679d {
    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;
}

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

.pressed-679d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pressed-679d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.pink-ecbf strong {
    color: #00ff88;
}

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

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

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

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

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

.tertiary-in-0892::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;
}

.text-large-74c6 {
    text-align: center;
    margin-bottom: 30px;
}

.up-4fd9 {
    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;
}

.up-4fd9.section_left_d473 .main-d79e {
    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); }
}

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

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

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

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

.image-fast-a7db 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;
}

.image-fast-a7db 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);
}

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

.picture-e0f5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.south-7439.nav_full_20a6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.south-7439.video-620d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.south-7439.outline_792b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.south-7439.paragraph_stone_0ffd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.search_dynamic_caad {
    font-size: 1.2rem;
}

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

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

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

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

.steel-c221.shadow-d2a2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.steel-c221.fn-active-e3b8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.status_up_8e61.tall-3db2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.block_10b4 { border-top: 3px solid #00ccff; }
.filter-05ef { border-top: 3px solid #00ff88; }
.wrapper_selected_eeff { border-top: 3px solid #d4af37; }
.surface_42f6 { border-top: 3px solid #ff6b6b; }
.text-clean-68bf { border-top: 3px solid #8b5cf6; }

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

.mask-cc96 {
    overflow-x: auto;
}

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

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

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

.liquid_8104 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .main-orange-72ef {
        grid-template-columns: 1fr;
    }
}

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

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

.dropdown-lower-5c11 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.middle-456e {
    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;
}

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

.box-8b80 {
    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;
}

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

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

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

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

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

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

.thumbnail_32ae {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-warm-5f7c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.summary-short-d4ea {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pagination-78f5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.disabled-pro-5b30 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.fast_e3e3 .breadcrumb-static-ea72 {
    margin-bottom: 10px;
}

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

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

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

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

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

.card_bronze_a67c h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.frame_gold_d6da {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

.up-87b4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.highlight-solid-6de5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.inner-23ad span {
    color: #666;
    font-size: 0.8rem;
}

.inner-23ad a {
    color: #ff6b6b;
}

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

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

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

.glass-aed8 {
    text-align: center;
}

.glass-aed8 .grid-24d5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.glass-aed8 .sort_b523 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.header-copper-2975 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.notification-liquid-5e5e {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.item_ae7a.tall-3db2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.sort-active-9ef9 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.input-bottom-922e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.static-7e0b .hidden-dim-608f {
    color: #666;
    margin: 0 8px;
}

.static-7e0b .bottom-d4ad {
    color: #ff6b6b;
    text-decoration: line-through;
}

.block-wood-78d8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.banner_lite_4741 {
    font-size: 2rem;
}

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

.solid_ce43 strong {
    color: #d4af37;
}

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

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

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

.active-4da1 h3,
.surface-a4f3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.mask-yellow-396e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.border-glass-0bd5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.overlay-hard-8763 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.label-2315 strong {
    color: #00ff88;
}

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

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

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

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

.title-0af4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.tooltip_228e strong {
    color: #d4af37;
}

.badge-inner-358f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-d335 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.search-eb4a strong {
    color: #d4af37;
}

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

.alert-up-e96c {
    color: #888;
    font-size: 0.9rem;
}

.alert-up-e96c strong {
    color: #00ff88;
}

.alert-up-e96c span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.hero-slow-6ef7 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.header-action-e298 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.video-hot-b7b1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-00dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-00dd li {
    margin-bottom: 5px;
}

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

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

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

.column-yellow-7922 {
    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;
}

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

.complex_db87 strong {
    color: #00ff88;
}

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

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

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

.fast-59c1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.up-87b4 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .fast-59c1 {
        flex-direction: column;
    }
    
    .nav-f7fe {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.out_477a .component-advanced-fe72 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .glass-4705 {
        padding: 30px 15px;
    }
    
    .glass-4705 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight-c190 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .active_liquid_57f3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .static_60bf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static_60bf .photo_active_15a2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .chip-tall-ebde {
        font-size: 1.3rem;
    }
    
    .thumbnail-953e {
        font-size: 0.7rem;
    }
    
    .notice-upper-ea02 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-upper-ea02 .summary_32b9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .description_first_614f {
        display: none;
    }
    
    .component-green-d535 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .heading_hard_11da {
        padding: 20px 10px;
    }
    
    .thumbnail-aeb1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header-ac94,
    .photo_ddb7 {
        padding: 15px;
    }
    
    .header-action-e298 {
        flex-direction: column;
        gap: 5px;
    }
    
    .video-hot-b7b1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .avatar-6db9 {
        padding: 30px 10px;
    }
    
    .badge_out_7378 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link-soft-4a06 {
        padding: 20px 15px;
    }
    
    .new-b436 {
        font-size: 2rem;
    }
    
    .link-soft-4a06 h3 {
        font-size: 1.1rem;
    }
    
    .link-soft-4a06 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .inner-06a3 {
        padding: 20px 10px;
    }
    
    .paragraph_silver_0439 h2 {
        font-size: 1.3rem;
    }
    
    .notice_west_c5d9 {
        font-size: 0.9rem;
    }
    
    .focus_fluid_00b9 h3 {
        font-size: 1.1rem;
    }
    
    .focus_fluid_00b9 p {
        font-size: 0.9rem;
    }
    
    .overlay-d335 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .preview_bottom_df81 {
        grid-template-columns: 1fr;
    }
    
    .search-eb4a {
        font-size: 0.85rem;
    }
    
    .accent-2321 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-f001 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hidden-f001 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .column-0ccd {
        padding: 30px 10px;
    }
    
    .pattern_1f7b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thick-c6c2 {
        padding: 15px 10px;
    }
    
    .thick-c6c2 h4 {
        font-size: 0.9rem;
    }
    
    .thick-c6c2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .image-fixed-42ff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern_1f7b {
        grid-template-columns: 1fr;
    }
    
    .thick-c6c2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .purple_3916 {
        padding: 30px 10px;
    }
    
    .container-88dc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast-1ae2 {
        padding: 15px;
    }
    
    .prev_7611 {
        font-size: 0.9rem;
    }
    
    .menu-377c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-377c .lower-df92 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .purple_e299 {
        padding: 30px 10px;
    }
    
    .purple_e299 h2 {
        font-size: 1.2rem;
    }
    
    .picture-blue-651d {
        gap: 10px;
    }
    
    .dynamic_42a0 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dynamic_42a0 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .input_01a2 {
        padding: 30px 10px;
    }
    
    .input_01a2 h2 {
        font-size: 1.2rem;
    }
    
    .title_1db5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_down_bfbe {
        padding: 15px 10px;
    }
    
    .message_down_bfbe h4 {
        font-size: 0.85rem;
    }
    
    .message_down_bfbe p {
        font-size: 0.75rem;
    }
    
    .last_1ee6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .brown_243f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner_out_dc51 {
        padding: 20px 10px;
    }
    
    .highlight-solid-6de5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info_last_59f9,
    .pagination-d42b,
    .inner-23ad {
        width: 100%;
    }
    
    .info_last_59f9 h3 {
        font-size: 1.1rem;
    }
    
    .info_last_59f9 p {
        font-size: 0.8rem;
    }
    
    .brown_f4f1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .east-2a68 {
        padding: 30px 15px;
    }
    
    .panel_27dd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .article_action_a8d7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accordion_small_0074 h4 {
        font-size: 0.9rem;
    }
    
    .accordion_small_0074 a {
        font-size: 0.8rem;
    }
    
    .center-faf3 {
        font-size: 0.8rem;
    }
    
    .link-35f3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .aside-4c40 {
        padding: 8px 10px;
    }
    
    .content-c343 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .over_c46b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content-c343 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .over_c46b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bc5e */
.ghost-box-q4 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
