/* Inner Page Styles */

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

.table-tiny-4189 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);
}

.table-tiny-4189 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);
}

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

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

.warm_675a .hero-d38c {
    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;
}

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

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

.warm_675a .hero-d38c:hover::before {
    left: 100%;
}

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

.preview-medium-0298 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_under_75c7.fn-active-9915 {
    color: var(--casino-gold-light);
}

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

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

.focus-6bcf {
    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);
}

.focus-6bcf 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);
}

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

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

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

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

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

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

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

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

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

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

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

.pro-1e02 {
    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%;
}

.pro-1e02 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 */
.east_811d {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.active-de40:hover::before {
    left: 100%;
}

.active-de40 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;
}

.active-de40 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;
}

.active-de40 .nav-left-98c6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.active-de40 .nav-left-98c6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.block-purple-fa7e {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.sort-basic-4250 {
    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);
}

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

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

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

.sort-basic-4250 .nav-left-98c6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sort-basic-4250 .nav-left-98c6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-tiny-4189 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .table-tiny-4189 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .table-tiny-4189 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .warm_675a {
        justify-content: center;
    }
    
    .badge_gold_bd77 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .full_a14b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border-7261 {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus-6bcf {
        padding: var(--md-spacing-md);
    }
    
    .highlight_dynamic_8a4d {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro-1e02 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sort-basic-4250 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bronze_e8c4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focus-6bcf {
        padding: var(--md-spacing-sm);
    }
    
    .media_0cc0 {
        padding: var(--md-spacing-md);
    }
    
    .pro-1e02 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.media_0cc0,
.pro-1e02,
.sort-basic-4250 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.primary-6207 {
    font-size: 1.5rem;
}

.filter_clean_1a42 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .grid-active-6117 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .accordion_dim_1921 {
        margin-left: 0;
    }
}

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

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

.notice-purple-ebc0 {
    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;
}

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

.notice-purple-ebc0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.notice-purple-ebc0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.chip_west_8977 strong {
    color: #00ff88;
}

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

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

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

.component-narrow-2f47 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.dynamic-dc73.status_hard_cead .background_577c {
    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); }
}

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

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

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

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

.info-d320 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;
}

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

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

.active-b4f1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.badge_e01a.table_296e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_e01a.tertiary-cold-9da2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_e01a.current-0341::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_e01a.title_out_b578::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary_down_3ee3 {
    font-size: 1.2rem;
}

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

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

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

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

.active-5a92.wide_089d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-5a92.fn-active-9915 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.progress-0d8e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.green-1dc7 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.disabled-pressed-f20f {
    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;
}

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

.disabled-pressed-f20f.border_narrow_678e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.media-white-fb16 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.text_right_9f1d { border-top: 3px solid #00ccff; }
.light-26aa { border-top: 3px solid #00ff88; }
.rough-55c1 { border-top: 3px solid #d4af37; }
.next_3297 { border-top: 3px solid #ff6b6b; }
.element-red-6e55 { border-top: 3px solid #8b5cf6; }

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

.liquid_5706 {
    overflow-x: auto;
}

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

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

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

.aside_solid_581b td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.liquid-750e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.gradient-323d {
    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;
}

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

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

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

.paragraph_hovered_4412 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.alert-out-9b4c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.row-upper-faa7 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.mask-13fe {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.outline-thick-793c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.alert_gold_16da .gold_e7f3 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.column-hovered-21b0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.lite-4b72 {
    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;
}

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

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

.avatar-right-a8dc {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.logo-smooth-5674 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.icon-pressed-2d2c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

.highlight-basic-8ff4 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.highlight-basic-8ff4 span {
    color: #666;
    font-size: 0.8rem;
}

.highlight-basic-8ff4 a {
    color: #ff6b6b;
}

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

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

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

.dirty_6d81 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.pagination-yellow-45d6 {
    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;
}

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

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

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

.wrapper-1f13 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.title-mini-ddbd {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.alert-pro-092e .modal-easy-58f1 {
    color: #666;
    margin: 0 8px;
}

.alert-pro-092e .message-complex-8fc1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.tertiary_white_af5c {
    font-size: 2rem;
}

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

.thumbnail_last_9afb strong {
    color: #d4af37;
}

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

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

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

.component_d1c5 h3,
.header-last-7684 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.sort-610b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.detail_liquid_3036 strong {
    color: #00ff88;
}

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

.frame-6e57 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.current-96e4 summary::-webkit-details-marker {
    display: none;
}

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

.chip-green-24b0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.icon_east_fd26 strong {
    color: #d4af37;
}

.hard-53f1 {
    color: #aaa;
}

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

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

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

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

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

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

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

.tabs-top-073d:last-child {
    border-bottom: none;
}

.tabs-top-073d h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.tabs-top-073d p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.full-b06d 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;
}

.full-b06d li strong {
    color: #00ff88;
}

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

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

.notice-light-ba8a {
    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;
}

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

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

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

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

.pro-d6ea strong {
    color: #d4af37;
}

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

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

.card-b49f strong {
    color: #00ff88;
}

.card-b49f span {
    color: #d4af37;
}

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

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

.medium-48e3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.nav-current-3ca7 {
    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;
}

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

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

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

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

.mask-64b9 {
    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);
}

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

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

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

.hard-5c10 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hard-5c10 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_0d8d strong {
    color: #00ff88;
}

.gallery-advanced-87d7 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.gradient-orange-99e4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .gradient-orange-99e4 {
        flex-direction: column;
    }
    
    .accent_simple_3372 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.header-stale-a8a6 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .motion_1aa2 {
        padding: 30px 15px;
    }
    
    .motion_1aa2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video_6512 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .iron-ab7e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .frame-steel-2fb7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame-steel-2fb7 .pagination-red-74fd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card-cool-c1c9 {
        font-size: 1.3rem;
    }
    
    .hard-9584 {
        font-size: 0.7rem;
    }
    
    .icon-f3ba {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon-f3ba .nav-left-98c6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .in_8c3e {
        display: none;
    }
    
    .huge_5c39 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .content-outer-bfb8 {
        padding: 20px 10px;
    }
    
    .medium-48e3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_ebf7,
    .text_steel_6894 {
        padding: 15px;
    }
    
    .red-8d62 {
        flex-direction: column;
        gap: 5px;
    }
    
    .mask-64b9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-3a85 {
        padding: 30px 10px;
    }
    
    .full-9123 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-cool-7e76 {
        padding: 20px 15px;
    }
    
    .disabled-huge-54bb {
        font-size: 2rem;
    }
    
    .preview-cool-7e76 h3 {
        font-size: 1.1rem;
    }
    
    .preview-cool-7e76 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .description-d672 {
        padding: 20px 10px;
    }
    
    .banner_8b3f h2 {
        font-size: 1.3rem;
    }
    
    .heading_5a6a {
        font-size: 0.9rem;
    }
    
    .tabs-top-073d h3 {
        font-size: 1.1rem;
    }
    
    .tabs-top-073d p {
        font-size: 0.9rem;
    }
    
    .full-b06d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .widget_wide_faac {
        grid-template-columns: 1fr;
    }
    
    .pro-d6ea {
        font-size: 0.85rem;
    }
    
    .info_fluid_5e45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice-light-ba8a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notice-light-ba8a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hidden-e89c {
        padding: 30px 10px;
    }
    
    .preview_cool_47ea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex_f170 {
        padding: 15px 10px;
    }
    
    .complex_f170 h4 {
        font-size: 0.9rem;
    }
    
    .complex_f170 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .motion_badf {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .alert-f458 {
        padding: 30px 10px;
    }
    
    .form-2b09 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-left-a793 {
        padding: 15px;
    }
    
    .input_focused_3207 {
        font-size: 0.9rem;
    }
    
    .menu-4207 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-4207 .footer-322c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .element-blue-5ac0 {
        padding: 30px 10px;
    }
    
    .element-blue-5ac0 h2 {
        font-size: 1.2rem;
    }
    
    .header_down_2014 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_9e0d {
        padding: 15px 10px;
    }
    
    .frame_9e0d h4 {
        font-size: 0.85rem;
    }
    
    .frame_9e0d p {
        font-size: 0.75rem;
    }
    
    .active_6b69 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .title-smooth-d99a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .panel_plasma_8e4d {
        padding: 20px 10px;
    }
    
    .icon-pressed-2d2c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .heading-026b,
    .content_middle_3897,
    .highlight-basic-8ff4 {
        width: 100%;
    }
    
    .heading-026b h3 {
        font-size: 1.1rem;
    }
    
    .heading-026b p {
        font-size: 0.8rem;
    }
    
    .pink-0024 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .badge_bdc8 {
        padding: 30px 15px;
    }
    
    .badge_bdc8 h2 {
        font-size: 1.3rem;
    }
    
    .badge_bdc8 p {
        font-size: 0.85rem;
    }
    
    .tertiary-770f {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary-770f .nav-left-98c6 {
        width: 100%;
    }
    
    .header_7605 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .filter-wood-d99c {
        padding: 30px 15px;
    }
    
    .wood-52dc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .rough_e234 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .media_d789 h4 {
        font-size: 0.9rem;
    }
    
    .media_d789 a {
        font-size: 0.8rem;
    }
    
    .column_075a {
        font-size: 0.8rem;
    }
    
    .active-fresh-2e48 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .border_894f {
        padding: 8px 10px;
    }
    
    .hard-f01b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hot_cda9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-f01b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hot_cda9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 155a */
.ghost-box-c5 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
