/* Inner Page Styles */

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

.carousel-center-1bf7 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);
}

.carousel-center-1bf7 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);
}

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

.item-7b7e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.item-7b7e .slider-ba4e {
    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;
}

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

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

.item-7b7e .slider-ba4e:hover::before {
    left: 100%;
}

.item-7b7e .slider-ba4e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.surface-prev-b060 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue_c001.fn-active-d8cb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.focus_77e9 {
    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_77e9:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

.dynamic_1d95 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 */
.alert_out_17d0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.background_pressed_a05b .old-6ab7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.background_pressed_a05b .old-6ab7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.disabled-down-dd87 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.dropdown-yellow-65ce {
    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);
}

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

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

.dropdown-yellow-65ce p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.dropdown-yellow-65ce .old-6ab7 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dropdown-yellow-65ce .old-6ab7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-center-1bf7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .carousel-center-1bf7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .carousel-center-1bf7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .item-7b7e {
        justify-content: center;
    }
    
    .gold_f4b9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wood_abe5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .avatar-7b63 {
        padding: var(--md-spacing-md) 0;
    }
    
    .complex_66ea {
        padding: var(--md-spacing-md);
    }
    
    .box_stale_45a2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dynamic_1d95 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dropdown-yellow-65ce {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .center_b37b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .complex_66ea {
        padding: var(--md-spacing-sm);
    }
    
    .focus_77e9 {
        padding: var(--md-spacing-md);
    }
    
    .dynamic_1d95 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focus_77e9,
.dynamic_1d95,
.dropdown-yellow-65ce {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.logo-380f::-webkit-scrollbar {
    width: 8px;
}

.logo-380f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.soft-7e37 {
    font-size: 1.5rem;
}

.dim-a29f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_static_eb04 strong {
    color: #00ff88;
}

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

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

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

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

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

.label-3a96::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;
}

.east-500f {
    text-align: center;
    margin-bottom: 30px;
}

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

.middle-f5e1.block_9933 .text-north-f7d6 {
    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); }
}

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

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

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

.shade-yellow-38bd {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shade-yellow-38bd 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;
}

.shade-yellow-38bd 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);
}

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

.focused_82e3 {
    font-size: 1.2rem;
}

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

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

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

.lite-382d {
    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;
}

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

.lite-382d.green-2ffd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lite-382d.tabs-a432::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lite-382d.button_8aa0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lite-382d.yellow_fc35::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.preview-baed {
    font-size: 1.2rem;
}

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

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

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

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

.last_94cf.grid-30a4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.last_94cf.fn-active-d8cb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.medium-779c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.tertiary-green-1831 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.backdrop-18a9 {
    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;
}

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

.backdrop-18a9.advanced-c9d5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.focused-96dd { border-top: 3px solid #00ccff; }
.grid-71d2 { border-top: 3px solid #00ff88; }
.layout_b51c { border-top: 3px solid #d4af37; }
.overlay-warm-727a { border-top: 3px solid #ff6b6b; }
.preview_fbf6 { border-top: 3px solid #8b5cf6; }

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

.main-3164 {
    overflow-x: auto;
}

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

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

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

.purple_9595 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.accordion-dim-a297 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.panel-plasma-f7d8 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.title-blue-8c77 {
    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;
}

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

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

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

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

.detail-0ec6 {
    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;
}

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

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

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

.hover-east-8437 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.main-121d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_e2cf {
    font-size: 1.5rem;
}

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

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

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

.description-steel-282b {
    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;
}

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

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

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

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

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

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

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

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

.tooltip_up_6a1d .lite_9046 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.article-dark-a83e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.preview-west-0b85 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.picture-red-8ac2 {
    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;
}

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

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

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

.iron-35ba {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.iron-35ba span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.silver-c998 a {
    color: #ff6b6b;
}

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

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

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

.summary-f0fe {
    text-align: center;
}

.summary-f0fe .video-first-2c30 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.summary-f0fe .light-5a01 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.notice-51be {
    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;
}

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

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

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

.box-hard-8d8e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.image-warm-dc0a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .label-6bd9 {
        flex-direction: column;
    }
    .shadow_3e69 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.block-rough-04d2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade-cold-68ea .left-53ac {
    color: #666;
    margin: 0 8px;
}

.shade-cold-68ea .advanced-0140 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.thumbnail-east-78e0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.chip-cbd4 {
    font-size: 2rem;
}

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

.frame-0b62 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.tooltip-5b05 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hover-60e1 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.widget-middle-1476 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.easy_c129 h3,
.chip-outer-ef27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.stone-d3f9 strong {
    color: #d4af37;
}

.status-dirty-18f2 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-4dc3 strong {
    color: #d4af37;
}

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

.paragraph-warm-23a1 {
    color: #888;
    font-size: 0.9rem;
}

.paragraph-warm-23a1 strong {
    color: #00ff88;
}

.paragraph-warm-23a1 span {
    color: #d4af37;
}

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

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

.slider-703a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.inner-95e6 {
    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;
}

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

.gold-4c2f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.link-in-25e3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.button-6d05 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.large-88f6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.large-88f6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.top_11a0 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.hidden_a9d3 strong {
    color: #00ff88;
}

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

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

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

.list-bronze-f02e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.preview-west-0b85 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .list-bronze-f02e {
        flex-direction: column;
    }
    
    .detail_top_8ebe {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.carousel-action-17f6 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hard_9ee5 {
        padding: 30px 15px;
    }
    
    .hard_9ee5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .input-huge-7414 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .border-hot-4146 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gradient-glass-1749 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient-glass-1749 .pagination_cold_0799 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron-26d1 {
        font-size: 1.3rem;
    }
    
    .huge-916b {
        font-size: 0.7rem;
    }
    
    .last_661d {
        flex-direction: column;
        gap: 10px;
    }
    
    .last_661d .old-6ab7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fixed_7ead {
        display: none;
    }
    
    .text-d495 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accent_liquid_bc1a {
        padding: 20px 10px;
    }
    
    .slider-703a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-north-1fa3,
    .pattern_smooth_7b12 {
        padding: 15px;
    }
    
    .link-in-25e3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress-8529 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .description_dynamic_b0c7 {
        padding: 30px 10px;
    }
    
    .item-bottom-2e54 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .smooth-eb3a {
        padding: 20px 15px;
    }
    
    .description-89cc {
        font-size: 2rem;
    }
    
    .smooth-eb3a h3 {
        font-size: 1.1rem;
    }
    
    .smooth-eb3a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary-static-7baa {
        padding: 20px 10px;
    }
    
    .mini_4095 h2 {
        font-size: 1.3rem;
    }
    
    .fluid-3351 {
        font-size: 0.9rem;
    }
    
    .summary_64d8 h3 {
        font-size: 1.1rem;
    }
    
    .summary_64d8 p {
        font-size: 0.9rem;
    }
    
    .search_8e9f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bottom_58e4 {
        grid-template-columns: 1fr;
    }
    
    .fresh-4dc3 {
        font-size: 0.85rem;
    }
    
    .footer_cool_1ba7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced_e188 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .advanced_e188 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .badge_huge_66c9 {
        padding: 30px 10px;
    }
    
    .medium-b683 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard_8737 {
        padding: 15px 10px;
    }
    
    .hard_8737 h4 {
        font-size: 0.9rem;
    }
    
    .hard_8737 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notice_south_9c84 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .orange_4218 {
        padding: 30px 10px;
    }
    
    .menu_short_e7d2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_4e6b {
        padding: 15px;
    }
    
    .mask_purple_c7ae {
        font-size: 0.9rem;
    }
    
    .paper-838f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper-838f .module_pro_c9f3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .column_east_881e {
        padding: 30px 10px;
    }
    
    .column_east_881e h2 {
        font-size: 1.2rem;
    }
    
    .overlay-9c04 {
        gap: 10px;
    }
    
    .current-ff8e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .current-ff8e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border_a2fd {
        padding: 30px 10px;
    }
    
    .border_a2fd h2 {
        font-size: 1.2rem;
    }
    
    .east_cb35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny-e07a {
        padding: 15px 10px;
    }
    
    .tiny-e07a h4 {
        font-size: 0.85rem;
    }
    
    .tiny-e07a p {
        font-size: 0.75rem;
    }
    
    .upper-1a1c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .carousel-hard-c921 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture-red-8ac2 {
        padding: 20px 10px;
    }
    
    .large-18f8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .focused_e377,
    .iron-35ba,
    .silver-c998 {
        width: 100%;
    }
    
    .focused_e377 h3 {
        font-size: 1.1rem;
    }
    
    .focused_e377 p {
        font-size: 0.8rem;
    }
    
    .shade-d207 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .module-under-071a {
        padding: 30px 15px;
    }
    
    .module-under-071a h2 {
        font-size: 1.3rem;
    }
    
    .module-under-071a p {
        font-size: 0.85rem;
    }
    
    .wrapper-adcc {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper-adcc .old-6ab7 {
        width: 100%;
    }
    
    .border-new-0f74 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .notification-4e13 {
        padding: 30px 10px;
    }
    
    .notification-4e13 h3 {
        font-size: 1.2rem;
    }
    
    .first_85fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown-yellow-65ce {
        padding: 15px 10px;
    }
    
    .dropdown-yellow-65ce h4 {
        font-size: 0.85rem;
    }
    
    .dropdown-yellow-65ce p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .copper-6c20 {
        padding: 30px 15px;
    }
    
    .card-east-85b9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tabs-9403 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description_ae23 h4 {
        font-size: 0.9rem;
    }
    
    .description_ae23 a {
        font-size: 0.8rem;
    }
    
    .image-pro-f5a5 {
        font-size: 0.8rem;
    }
    
    .overlay_34b5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .banner_dd94 {
        padding: 8px 10px;
    }
    
    .video-action-f0a8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hard_77cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .video-action-f0a8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hard_77cf {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6855 */
.phantom-card-e7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
