/* Inner Page Styles */

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

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

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

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

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

.gold-f6e8 .dynamic_d9b7 {
    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;
}

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

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

.gold-f6e8 .dynamic_d9b7:hover::before {
    left: 100%;
}

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

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

.row-fixed-e16d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stone-3906.fn-active-d74b {
    color: var(--casino-gold-light);
}

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

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

.light-8ded {
    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);
}

.light-8ded 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-ec94 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 */
.media-east-5702 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.media-east-5702 li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

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

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

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

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

.column_glass_031f .middle_87d0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.input-4474 .middle_87d0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .caption-f10c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .caption-f10c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .caption-f10c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gold-f6e8 {
        justify-content: center;
    }
    
    .row-fixed-e16d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .component-fresh-1253 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pagination-cold-a987 {
        padding: var(--md-spacing-md) 0;
    }
    
    .light-8ded {
        padding: var(--md-spacing-md);
    }
    
    .stone-da74 {
        padding: var(--md-spacing-md) 0;
    }
    
    .nav-ec94 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .input-4474 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .short_0dbc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .light-8ded {
        padding: var(--md-spacing-sm);
    }
    
    .focus_cold_c574 {
        padding: var(--md-spacing-md);
    }
    
    .nav-ec94 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focus_cold_c574,
.nav-ec94,
.input-4474 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.backdrop-cool-861d::-webkit-scrollbar {
    width: 8px;
}

.backdrop-cool-861d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.backdrop-cool-861d::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.backdrop-cool-861d::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.hover_96ca {
    font-size: 1.5rem;
}

.detail_east_ee4f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced_3315 strong {
    color: #00ff88;
}

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

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

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

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

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

.block-north-489c::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;
}

.nav-gold-1cf3 {
    text-align: center;
    margin-bottom: 30px;
}

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

.section_4b28.carousel_d8ae .orange-a620 {
    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); }
}

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

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

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

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

.notification-pressed-ef5d 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;
}

.notification-pressed-ef5d 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);
}

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

.input-7a7f {
    font-size: 1.2rem;
}

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

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

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

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

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

.widget_over_8c1a.tertiary-ef2e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.widget_over_8c1a.tertiary-5844::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget_over_8c1a.detail-a776::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.widget_over_8c1a.tertiary_f397::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focus-7a23 {
    font-size: 1.2rem;
}

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

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

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

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

.module_6f16.article_fbb2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module_6f16.fn-active-d74b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.tertiary-38b0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.fixed-45b2 { border-top: 3px solid #00ccff; }
.element_clean_4c47 { border-top: 3px solid #00ff88; }
.thumbnail-5d95 { border-top: 3px solid #d4af37; }
.tabs_e0e0 { border-top: 3px solid #ff6b6b; }
.summary_fd00 { border-top: 3px solid #8b5cf6; }

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

.article_blue_2616 {
    overflow-x: auto;
}

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

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

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

.primary_pro_9977 td {
    color: #ccc;
}

.primary_pro_9977 .button-18a9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.container-lite-2a0d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.outline-dynamic-8c16 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.cool-3f9f {
    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;
}

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

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

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

.notice-2f78 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.dropdown_e373 {
    font-size: 2rem;
}

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

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

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

.dark-2ac1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.progress-red-2dba {
    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;
}

.progress-red-2dba::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);
}

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

.progress-red-2dba h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.progress-red-2dba p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.footer-hard-6b1b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.text_b252 {
    font-size: 1.5rem;
}

.feature-0beb {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.hover-small-b095 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.overlay_3021 .preview_1392 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge-488f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.item-3159 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

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

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

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

.fresh_860a a {
    color: #ff6b6b;
}

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

.header-yellow-5c95 {
    max-width: 800px;
    margin: 0 auto;
}

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

.overlay-cb50 {
    text-align: center;
}

.overlay-cb50 .iron-b090 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.overlay-cb50 .frame_over_2798 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-yellow-5c95 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.header-yellow-5c95 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.hero-wood-a59f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.box-53fa {
    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;
}

.box-53fa.box_b957 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .progress-4efa {
        flex-direction: column;
    }
    .thick-3a94 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.dirty-2fdb {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.input_up_edb8 .filter_16b2 {
    color: #666;
    margin: 0 8px;
}

.input_up_edb8 .accent_south_438e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.breadcrumb-144c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.border-0cb2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.south_906a {
    font-size: 2rem;
}

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

.focus-403f strong {
    color: #d4af37;
}

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

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

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

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

.slider-right-7a22 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.pink-9fc4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.white_cf4b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

.link-soft-0d68 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.link-soft-0d68 strong {
    color: #d4af37;
}

.cool-4878 {
    color: #aaa;
}

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

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

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

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

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

.pressed-415d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.warm-5585 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.logo_b07e strong {
    color: #d4af37;
}

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

.frame-basic-b557 {
    color: #888;
    font-size: 0.9rem;
}

.frame-basic-b557 strong {
    color: #00ff88;
}

.frame-basic-b557 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.progress-black-8c36 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.alert-6fb9 {
    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);
}

.cool-38e6 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.container-outer-5160 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.container-outer-5160 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.status-2aae ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.status-2aae li {
    margin-bottom: 5px;
}

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

.status-2aae a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.tabs-out-054f {
    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;
}

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

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

.backdrop-648e strong {
    color: #00ff88;
}

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

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

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

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

.section-5b4c {
    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;
}

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

.huge-488f {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .static-ef07 {
        flex-direction: column;
    }
    
    .section-5b4c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .menu_hard_a264 {
        padding: 30px 15px;
    }
    
    .menu_hard_a264 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video_north_44a1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress-active-bdb8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .status_206c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_206c .tabs_smooth_560e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .out-aa5b {
        font-size: 1.3rem;
    }
    
    .card_ac05 {
        font-size: 0.7rem;
    }
    
    .selected_43ec {
        flex-direction: column;
        gap: 10px;
    }
    
    .selected_43ec .middle_87d0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .icon_fresh_f5e2 {
        display: none;
    }
    
    .detail_f1b9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard_0805 {
        padding: 20px 10px;
    }
    
    .nav-b9ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old_d4ee,
    .box_7fde {
        padding: 15px;
    }
    
    .progress-black-8c36 {
        flex-direction: column;
        gap: 5px;
    }
    
    .alert-6fb9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop_lite_5e85 {
        padding: 30px 10px;
    }
    
    .tabs-918f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip_abea {
        padding: 20px 15px;
    }
    
    .photo-north-70f2 {
        font-size: 2rem;
    }
    
    .tooltip_abea h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_abea p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .picture-stale-57cf {
        padding: 20px 5px;
    }
    
    .picture-stale-57cf h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .article-warm-887e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .primary_pro_9977 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .primary_pro_9977 th,
    .primary_pro_9977 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .notification_ba8f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .iron-d8de {
        padding: 20px 10px;
    }
    
    .hot_8e05 h2 {
        font-size: 1.3rem;
    }
    
    .hovered_6285 {
        font-size: 0.9rem;
    }
    
    .pressed_1ecc h3 {
        font-size: 1.1rem;
    }
    
    .pressed_1ecc p {
        font-size: 0.9rem;
    }
    
    .warm-5585 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .blue_bc35 {
        grid-template-columns: 1fr;
    }
    
    .logo_b07e {
        font-size: 0.85rem;
    }
    
    .dropdown_ea56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east_1266 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .east_1266 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .surface-gold-9546 {
        padding: 30px 10px;
    }
    
    .card_3ba7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_2be7 {
        padding: 15px 10px;
    }
    
    .surface_2be7 h4 {
        font-size: 0.9rem;
    }
    
    .surface_2be7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .plasma-ad69 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .avatar_7d41 {
        padding: 30px 10px;
    }
    
    .rough-29d5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-medium-c0f8 {
        padding: 15px;
    }
    
    .carousel_slow_9ce3 {
        font-size: 0.9rem;
    }
    
    .shade-9da6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade-9da6 .progress_selected_1d9c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .slow-35ab {
        padding: 30px 10px;
    }
    
    .slow-35ab h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail_b8e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-1e6c {
        padding: 15px 10px;
    }
    
    .nav-1e6c h4 {
        font-size: 0.85rem;
    }
    
    .nav-1e6c p {
        font-size: 0.75rem;
    }
    
    .focus_glass_8513 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .alert-selected-fb96 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .component-be77 {
        padding: 20px 10px;
    }
    
    .hard-a4f7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .yellow_e8a0,
    .description_lower_6e03,
    .fresh_860a {
        width: 100%;
    }
    
    .yellow_e8a0 h3 {
        font-size: 1.1rem;
    }
    
    .yellow_e8a0 p {
        font-size: 0.8rem;
    }
    
    .item-3159 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text_black_ef60 {
        padding: 30px 15px;
    }
    
    .module_74c5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_cold_b431 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .backdrop_clean_cda5 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop_clean_cda5 a {
        font-size: 0.8rem;
    }
    
    .active-5cd1 {
        font-size: 0.8rem;
    }
    
    .text_east_687d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus-simple-bc05 {
        padding: 8px 10px;
    }
    
    .dirty_1cd2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tabs-smooth-a786 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dirty_1cd2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tabs-smooth-a786 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 037e */
.phantom-card-d0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
