/* Inner Page Styles */

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

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

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

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

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

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

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

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

.text_last_5472 .gallery_4a67:hover::before {
    left: 100%;
}

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

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

.background-9e36 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.pagination-clean-fb7c {
    color: var(--casino-gold-light);
}

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

.pagination-clean-fb7c a:hover {
    color: var(--casino-gold-light);
}

.pagination-clean-fb7c.fn-active-2371 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.filter-old-0e2d {
    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);
}

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

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

.filter-old-0e2d p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.tooltip-top-d750 {
    padding: var(--md-spacing-md) 0;
}

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

.background-ca66 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 */
.widget-035e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-035e li {
    margin-bottom: var(--md-spacing-xs);
}

.widget-035e 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);
}

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

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

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

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

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

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

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

.module_bottom_f216 .pressed-d517:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.banner-hard-503b {
    margin-top: var(--md-spacing-sm);
}

.paragraph-pink-4d9c {
    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);
}

.paragraph-pink-4d9c:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.hero_8f80 .pressed-d517:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion_f23b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accordion_f23b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accordion_f23b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text_last_5472 {
        justify-content: center;
    }
    
    .background-9e36 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_large_e061 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification_motion_4ad6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .east-b2fa {
        padding: var(--md-spacing-md);
    }
    
    .static-95de {
        padding: var(--md-spacing-md) 0;
    }
    
    .background-ca66 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hero_8f80 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slider_cool_c691 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .east-b2fa {
        padding: var(--md-spacing-sm);
    }
    
    .filter-old-0e2d {
        padding: var(--md-spacing-md);
    }
    
    .background-ca66 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-old-0e2d,
.background-ca66,
.hero_8f80 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.section_orange_6e26 {
    font-size: 1.5rem;
}

.frame_aa7e strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.accordion-f6ab {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.image-229c {
    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;
}

.image-229c strong {
    color: #00ff88;
}

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

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

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

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

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

.input-silver-3328::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;
}

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

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

.west_3149.main-fluid-26cf .lite-11c9 {
    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); }
}

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

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

.header-purple-2bc3 {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

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

.hot-ff30 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;
}

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

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

.left-5602 {
    font-size: 1.2rem;
}

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

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

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

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

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

.element_2aa8.layout-warm-f811::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.element_2aa8.carousel_silver_a09c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.element_2aa8.section-orange-be18::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.element_2aa8.logo-d5d2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.primary-outer-c0e8 {
    font-size: 1.2rem;
}

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

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

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

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

.primary-tiny-313a.paragraph-fast-9642 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary-tiny-313a.fn-active-2371 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.feature-old-2606 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.text-huge-923b {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.carousel-basic-80c0 { border-top: 3px solid #00ccff; }
.fixed-f431 { border-top: 3px solid #00ff88; }
.message-paper-3a98 { border-top: 3px solid #d4af37; }
.upper-5bfe { border-top: 3px solid #ff6b6b; }
.container_up_9edb { border-top: 3px solid #8b5cf6; }

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

.section_2d1e {
    overflow-x: auto;
}

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

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

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

.layout_a521 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.list-soft-a6ef {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.box-black-74e2 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.logo-east-1737 {
    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;
}

.heading-west-757f h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.heading-west-757f p {
    color: #888;
    font-size: 0.9rem;
}

.pattern-9fd9 {
    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;
}

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

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

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

.dim-f32a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-8dd5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.button-bright-9a79 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.first_c896 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fluid-d8ce strong {
    color: #fff;
    display: block;
}

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

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

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

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

.progress-dirty-b26b .white_134c {
    margin-bottom: 10px;
}

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

.progress-dirty-b26b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.tall-5a87 {
    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;
}

.row-pink-1cdd h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.row-pink-1cdd p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.in-68eb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.caption-left-0f33 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fluid_e049 a {
    color: #ff6b6b;
}

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

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

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

.text_up_7c8d {
    text-align: center;
}

.text_up_7c8d .slider-right-f793 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.text_up_7c8d .thick-bf74 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.video-prev-1f22 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.panel-active-88ca {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.feature-hovered-637b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .feature-hovered-637b {
        flex-direction: column;
    }
    .secondary_8f50 {
        transform: rotate(90deg);
    }
}

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

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

.text-fluid-932e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .text-fluid-932e {
        grid-template-columns: 1fr;
    }
}

.pagination-rough-4272 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.component_6d65 .dropdown-5c5f {
    color: #666;
    margin: 0 8px;
}

.component_6d65 .notification-6f32 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.bronze-5ca0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.small-89f7 {
    font-size: 2rem;
}

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

.dark-e27f strong {
    color: #d4af37;
}

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

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

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

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

.layout-54ec {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.medium-b10b strong {
    color: #00ff88;
}

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

.video-next-247c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .video-next-247c {
        grid-template-columns: 1fr;
    }
}

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

.tabs-hard-3ebe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.aside-old-aa65 strong {
    color: #d4af37;
}

.info_steel_7811 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-middle-4951 {
    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;
}

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

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

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

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

.grid_dim_b7e9 strong {
    color: #d4af37;
}

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

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

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

.pink-e406 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.over-31cf h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.thumbnail-dim-1529 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-steel-df3b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-steel-df3b li {
    margin-bottom: 5px;
}

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

.accordion-steel-df3b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.hard-1d81 strong {
    color: #00ff88;
}

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

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

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

.popup-1b22 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.block-new-a551 {
    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;
}

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

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

@media (max-width: 768px) {
    .popup-1b22 {
        flex-direction: column;
    }
    
    .block-new-a551 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.up-49df {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .image_medium_fd21 {
        padding: 30px 15px;
    }
    
    .image_medium_fd21 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gallery_a1c1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .black-1e43 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .light-4e44 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light-4e44 .wrapper_a084 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .middle_8086 {
        font-size: 1.3rem;
    }
    
    .narrow-dd54 {
        font-size: 0.7rem;
    }
    
    .description_b3f5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .description_b3f5 .pressed-d517 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal-pink-b9ba {
        display: none;
    }
    
    .slow_4e01 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade-blue-8f03 {
        padding: 20px 10px;
    }
    
    .main_baeb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hovered_c1e8,
    .bronze_9cde {
        padding: 15px;
    }
    
    .article_dynamic_ca5f {
        flex-direction: column;
        gap: 5px;
    }
    
    .main_pink_4008 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .selected-1657 {
        padding: 30px 10px;
    }
    
    .description_db97 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced_fbf7 {
        padding: 20px 15px;
    }
    
    .narrow_b0c8 {
        font-size: 2rem;
    }
    
    .advanced_fbf7 h3 {
        font-size: 1.1rem;
    }
    
    .advanced_fbf7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .mask-2f02 {
        padding: 20px 5px;
    }
    
    .mask-2f02 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .paper_50ab {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .layout_a521 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .layout_a521 th,
    .layout_a521 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .selected-00a4 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .bottom_385b {
        padding: 20px 10px;
    }
    
    .hover_white_1e0e h2 {
        font-size: 1.3rem;
    }
    
    .heading_4fe7 {
        font-size: 0.9rem;
    }
    
    .red_08f9 h3 {
        font-size: 1.1rem;
    }
    
    .red_08f9 p {
        font-size: 0.9rem;
    }
    
    .component_top_d5d9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .narrow-e6ae {
        grid-template-columns: 1fr;
    }
    
    .grid_dim_b7e9 {
        font-size: 0.85rem;
    }
    
    .main-cool-0d3c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask-middle-4951 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .mask-middle-4951 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture_324b {
        padding: 30px 10px;
    }
    
    .header-purple-b6c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup_lower_f918 {
        padding: 15px 10px;
    }
    
    .popup_lower_f918 h4 {
        font-size: 0.9rem;
    }
    
    .popup_lower_f918 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .complex_d7e4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header-purple-b6c0 {
        grid-template-columns: 1fr;
    }
    
    .popup_lower_f918 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .block-steel-1278 {
        padding: 30px 10px;
    }
    
    .old-675f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_down_8183 {
        padding: 15px;
    }
    
    .video_ed7f {
        font-size: 0.9rem;
    }
    
    .media-west-520c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-west-520c .right-34ad {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .table_warm_bf7e {
        padding: 30px 10px;
    }
    
    .table_warm_bf7e h2 {
        font-size: 1.2rem;
    }
    
    .header_out_2b67 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup_da94 {
        padding: 15px 10px;
    }
    
    .popup_da94 h4 {
        font-size: 0.85rem;
    }
    
    .popup_da94 p {
        font-size: 0.75rem;
    }
    
    .over-674d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .description-stale-571c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .table_4752 {
        padding: 20px 10px;
    }
    
    .popup-ce93 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .media-middle-e728,
    .blue-8751,
    .fluid_e049 {
        width: 100%;
    }
    
    .media-middle-e728 h3 {
        font-size: 1.1rem;
    }
    
    .media-middle-e728 p {
        font-size: 0.8rem;
    }
    
    .over-6638 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .text_hovered_30ad {
        padding: 30px 15px;
    }
    
    .text_hovered_30ad h2 {
        font-size: 1.3rem;
    }
    
    .text_hovered_30ad p {
        font-size: 0.85rem;
    }
    
    .section-dim-e59d {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-dim-e59d .pressed-d517 {
        width: 100%;
    }
    
    .module_fresh_2548 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tooltip-stale-9d1a {
        padding: 30px 15px;
    }
    
    .primary-5cac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel-plasma-dec7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .logo-purple-e1c5 h4 {
        font-size: 0.9rem;
    }
    
    .logo-purple-e1c5 a {
        font-size: 0.8rem;
    }
    
    .caption_new_c4b6 {
        font-size: 0.8rem;
    }
    
    .fluid-bb56 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .link-upper-2815 {
        padding: 8px 10px;
    }
    
    .static_5e2c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .header_iron_002f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .static_5e2c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .header_iron_002f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 14b7 */
.phantom-card-z0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
