/* Inner Page Styles */

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

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

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

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

.frame-paper-292b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.frame-paper-292b .glass-5c79 {
    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;
}

.frame-paper-292b .glass-5c79::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.frame-paper-292b .glass-5c79:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.frame-paper-292b .glass-5c79:hover::before {
    left: 100%;
}

.frame-paper-292b .glass-5c79:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.gradient-first-4679 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_liquid_f545.fn-active-fd40 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-5dbb {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dark_bad3 .picture_wide_4e4d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.fresh-fc6b {
    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-fc6b:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.banner_hard_6cca .picture_wide_4e4d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main_bronze_cd08 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .main_bronze_cd08 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .main_bronze_cd08 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .frame-paper-292b {
        justify-content: center;
    }
    
    .gradient-first-4679 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .primary_6ea6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pro-3be4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner-2480 {
        padding: var(--md-spacing-md);
    }
    
    .notification_dirty_f585 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wide_e435 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner_hard_6cca {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .summary_static_8e85 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .banner-2480 {
        padding: var(--md-spacing-sm);
    }
    
    .focused_61dc {
        padding: var(--md-spacing-md);
    }
    
    .wide_e435 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focused_61dc,
.wide_e435,
.banner_hard_6cca {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tag_clean_ba36 {
    font-size: 1.5rem;
}

.status_47d2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .next-8572 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .chip-solid-0009 {
        margin-left: 0;
    }
}

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

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

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

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

.card-2a6a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.card-2a6a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.chip-ab6c {
    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-ab6c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.accent-pink-df4b {
    text-align: center;
    margin-bottom: 30px;
}

.under-2c2d {
    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;
}

.under-2c2d.nav-209c .static-269e {
    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); }
}

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

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

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

.backdrop-dark-0662 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backdrop-dark-0662 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;
}

.backdrop-dark-0662 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);
}

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

.popup-down-c408 {
    font-size: 1.2rem;
}

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

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

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

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

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

.progress-1206.list-in-8960::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress-1206.texture_hard_68b2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-1206.upper_f0ea::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress-1206.iron-83c9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel-next-a2d0 {
    font-size: 1.2rem;
}

.icon-out-1fbd {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.box-1a45.motion_66f0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.box-1a45.fn-active-fd40 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.easy-39b7 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.breadcrumb-yellow-f6e9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.frame_black_e32e.title-brown-3a0d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.accordion-wide-e6ab { border-top: 3px solid #00ccff; }
.steel_d8cc { border-top: 3px solid #00ff88; }
.list_9f00 { border-top: 3px solid #d4af37; }
.nav_2ac8 { border-top: 3px solid #ff6b6b; }
.title_rough_450c { border-top: 3px solid #8b5cf6; }

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

.label-paper-da9e {
    overflow-x: auto;
}

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

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

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

.tabs_rough_a5e2 td {
    color: #ccc;
}

.tabs_rough_a5e2 .south-1ed5 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.text-narrow-66fb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_bf28 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.carousel-0f72 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hidden-narrow-d4d4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fixed-6831 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.surface-black-80ff .description_old_ccac {
    margin-bottom: 10px;
}

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

.surface-black-80ff strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.form-upper-dfe7 {
    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;
}

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

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

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

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

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

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

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

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

.progress-76c1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.notification_active_445e a {
    color: #ff6b6b;
}

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

.aside-over-ab77 {
    max-width: 800px;
    margin: 0 auto;
}

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

.lower_90a0 {
    text-align: center;
}

.lower_90a0 .focus-east-13c6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.aside-over-ab77 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-99d1.title-brown-3a0d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.tabs-5b2d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.lite-11af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.active-23ab .down-eebc {
    color: #666;
    margin: 0 8px;
}

.active-23ab .tertiary-top-bfe7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.footer-dark-fc59 {
    font-size: 2rem;
}

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

.blue-4003 strong {
    color: #d4af37;
}

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

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

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

.highlight-hard-cf50 h3,
.inner-7dd5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.selected-1dd9 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.popup_e5a3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.rough-65cd {
    background: #0a0a0a;
    padding: 30px 0;
}

.primary-234c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.tabs-wide-d375 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.logo-thick-4c0c {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.thick-2f9f strong {
    color: #d4af37;
}

.tooltip_stale_4c25 {
    color: #aaa;
}

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

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

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

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

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

.lower-05b9 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.highlight-a31d 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;
}

.highlight-a31d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.gold_bc8f strong {
    color: #d4af37;
}

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

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

.first-ec86 strong {
    color: #00ff88;
}

.first-ec86 span {
    color: #d4af37;
}

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

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

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

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

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

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

.highlight-gold-c7ba {
    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;
}

.card-cold-4cee h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide-f1cc li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.stale-8cb0 {
    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;
}

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

.banner-fast-940a {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.banner-fast-940a strong {
    color: #00ff88;
}

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

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

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

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

.text-last-7b56 {
    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;
}

.label-hard-3c86 {
    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;
}

.progress-76c1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .large-c77b {
        flex-direction: column;
    }
    
    .text-last-7b56 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.notice-active-7504 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .brown_b2ba {
        padding: 30px 15px;
    }
    
    .brown_b2ba h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider_6ea9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hot-96d5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .grid_47b7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid_47b7 .lower_43cf {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard_b7fa {
        font-size: 1.3rem;
    }
    
    .next-7793 {
        font-size: 0.7rem;
    }
    
    .card-advanced-43c3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-advanced-43c3 .picture_wide_4e4d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .list_a810 {
        display: none;
    }
    
    .content_right_cd0b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav_e7a4 {
        padding: 20px 10px;
    }
    
    .east_532e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight-huge-71bb,
    .tertiary-46e8 {
        padding: 15px;
    }
    
    .gold-a259 {
        flex-direction: column;
        gap: 5px;
    }
    
    .down_5a90 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .row-afbc {
        padding: 30px 10px;
    }
    
    .footer_f1e0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .smooth_9727 {
        padding: 20px 15px;
    }
    
    .component_hovered_4ebc {
        font-size: 2rem;
    }
    
    .smooth_9727 h3 {
        font-size: 1.1rem;
    }
    
    .smooth_9727 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .main-a238 {
        padding: 20px 5px;
    }
    
    .main-a238 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .east-6739 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tabs_rough_a5e2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tabs_rough_a5e2 th,
    .tabs_rough_a5e2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .basic-481f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .static_3d45 {
        padding: 20px 10px;
    }
    
    .active_583a h2 {
        font-size: 1.3rem;
    }
    
    .outer-80f1 {
        font-size: 0.9rem;
    }
    
    .grid_6987 h3 {
        font-size: 1.1rem;
    }
    
    .grid_6987 p {
        font-size: 0.9rem;
    }
    
    .highlight-a31d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .large_8c08 {
        grid-template-columns: 1fr;
    }
    
    .gold_bc8f {
        font-size: 0.85rem;
    }
    
    .heading_8638 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail_silver_fd7b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .detail_silver_fd7b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .north-3851 {
        padding: 30px 10px;
    }
    
    .left-d6b5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-c6a7 {
        padding: 15px 10px;
    }
    
    .item-c6a7 h4 {
        font-size: 0.9rem;
    }
    
    .item-c6a7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .dynamic_ea84 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .left-d6b5 {
        grid-template-columns: 1fr;
    }
    
    .item-c6a7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bright-f0a1 {
        padding: 30px 10px;
    }
    
    .mask-orange-b1b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone-57a6 {
        padding: 15px;
    }
    
    .chip_down_06e2 {
        font-size: 0.9rem;
    }
    
    .out-7d80 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .out-7d80 .notification-wood-989d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .right-bc48 {
        padding: 30px 10px;
    }
    
    .right-bc48 h2 {
        font-size: 1.2rem;
    }
    
    .alert-paper-d104 {
        gap: 10px;
    }
    
    .warm_e23d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .warm_e23d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .cold-06e0 {
        padding: 30px 10px;
    }
    
    .cold-06e0 h2 {
        font-size: 1.2rem;
    }
    
    .avatar_glass_e1d5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_fb85 {
        padding: 15px 10px;
    }
    
    .description_fb85 h4 {
        font-size: 0.85rem;
    }
    
    .description_fb85 p {
        font-size: 0.75rem;
    }
    
    .selected-bcff {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mask_cb4c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination_d811 {
        padding: 20px 10px;
    }
    
    .column_8b63 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .aside-6f69,
    .text_deb9,
    .notification_active_445e {
        width: 100%;
    }
    
    .aside-6f69 h3 {
        font-size: 1.1rem;
    }
    
    .aside-6f69 p {
        font-size: 0.8rem;
    }
    
    .background-da3d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .purple_c3d3 {
        padding: 30px 15px;
    }
    
    .purple_c3d3 h2 {
        font-size: 1.3rem;
    }
    
    .purple_c3d3 p {
        font-size: 0.85rem;
    }
    
    .frame-red-5489 {
        flex-direction: column;
        gap: 10px;
    }
    
    .frame-red-5489 .picture_wide_4e4d {
        width: 100%;
    }
    
    .modal-343c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .old_4c90 {
        padding: 30px 15px;
    }
    
    .footer-fec0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image-9b29 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero_a2b8 h4 {
        font-size: 0.9rem;
    }
    
    .hero_a2b8 a {
        font-size: 0.8rem;
    }
    
    .pattern_solid_5596 {
        font-size: 0.8rem;
    }
    
    .shade-dim-3245 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus_lower_afb6 {
        padding: 8px 10px;
    }
    
    .component-hovered-5bbe {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .motion-1287 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component-hovered-5bbe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .motion-1287 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7e2c */
.phantom-card-r2 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
