/* Inner Page Styles */

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

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

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

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

.hover-large-67d1 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hover-large-67d1 .search_last_e5c2 {
    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;
}

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

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

.hover-large-67d1 .search_last_e5c2:hover::before {
    left: 100%;
}

.hover-large-67d1 .search_last_e5c2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.disabled-silver-da2c {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop-active-ba14 {
    color: var(--casino-gold-light);
}

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

.backdrop-active-ba14 a:hover {
    color: var(--casino-gold-light);
}

.backdrop-active-ba14.fn-active-8a6b {
    color: var(--casino-gold-light);
}

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

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

.large-5f72 {
    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);
}

.large-5f72 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);
}

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

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

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

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

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

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

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

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

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

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

.content-copper-332f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.bottom_f7b8 .link-bd1e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.next_2d27 .link-bd1e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .down_c498 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .down_c498 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .down_c498 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover-large-67d1 {
        justify-content: center;
    }
    
    .hero_f20d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .new-8156 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .picture-last-b59c {
        padding: var(--md-spacing-md) 0;
    }
    
    .large-5f72 {
        padding: var(--md-spacing-md);
    }
    
    .dirty-3def {
        padding: var(--md-spacing-md) 0;
    }
    
    .row_hovered_509e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .next_2d27 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .table_fixed_9553 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .large-5f72 {
        padding: var(--md-spacing-sm);
    }
    
    .tertiary_top_f6f1 {
        padding: var(--md-spacing-md);
    }
    
    .row_hovered_509e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tertiary_top_f6f1,
.row_hovered_509e,
.next_2d27 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.form-fixed-f07a {
    font-size: 1.5rem;
}

.large-6bb2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.title-huge-7063 {
    padding: 30px 0;
}

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

.card_paper_db18 {
    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_paper_db18 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.down_84e4 strong {
    color: #00ff88;
}

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

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

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

.image-10ed {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

.stale-783d {
    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;
}

.stale-783d.link_dynamic_bfc1 .paragraph-hovered-8af7 {
    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); }
}

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

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

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

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

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

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

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

.component-5e45 {
    font-size: 1.2rem;
}

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

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

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

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

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

.notification-fd18.action-ecae::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notification-fd18.gallery_out_a645::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification-fd18.gallery-f015::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notification-fd18.input-copper-703e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.chip_outer_887e {
    font-size: 1.2rem;
}

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

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

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

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

.badge-smooth-a314.element-plasma-575a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge-smooth-a314.fn-active-8a6b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.shadow-lite-51ac {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.steel-450f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.label-inner-94d8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.heading-cool-254e {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.column_830a { border-top: 3px solid #00ccff; }
.aside_bright_e0d2 { border-top: 3px solid #00ff88; }
.paper-2555 { border-top: 3px solid #d4af37; }
.popup-steel-990e { border-top: 3px solid #ff6b6b; }
.info-small-e860 { border-top: 3px solid #8b5cf6; }

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

.banner-silver-61dd {
    overflow-x: auto;
}

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

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

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

.modal_basic_9d52 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface-south-c2b1 {
    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;
}

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

.surface_cd5d {
    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_over_6ce2 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

.aside_d466 {
    font-size: 2rem;
}

.button-gold-94e0 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.button-gold-94e0 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.light-3ee6 {
    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;
}

.light-3ee6::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);
}

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

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

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

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

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

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

.inner-b469 {
    font-size: 1.5rem;
}

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

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

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

.message-lite-6ee0 {
    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;
}

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

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

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

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

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

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

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

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

.detail_413c .large_f360 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.media-yellow-f271 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall-39e1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.tall-39e1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.slider_over_60e4 a {
    color: #ff6b6b;
}

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

.status-complex-a8a1 {
    max-width: 800px;
    margin: 0 auto;
}

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

.lower_65c1 {
    text-align: center;
}

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

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

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

.status-complex-a8a1 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-dirty-80f5 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .link_small_2b21 {
        flex-direction: column;
    }
    .avatar-dirty-80f5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.label_clean_f6fb .focus_hot_b9c4 {
    color: #666;
    margin: 0 8px;
}

.label_clean_f6fb .cool_4c6f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.surface_6fb2 {
    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_plasma_bae8 {
    font-size: 2rem;
}

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

.purple_903a strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.link-huge-2f48 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.grid-b47d strong {
    color: #00ff88;
}

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

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

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

.dynamic-a468 h3,
.first-e6bf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.info-wood-136c summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.info-wood-136c summary::-webkit-details-marker {
    display: none;
}

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

.heading-bottom-63b0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.widget-bright-ed5e strong {
    color: #d4af37;
}

.middle-3369 {
    color: #aaa;
}

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

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

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

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

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

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

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

.grid-deac:last-child {
    border-bottom: none;
}

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

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

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

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

.card-27bb {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.card-27bb 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;
}

.card-27bb li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.wrapper-a9e9 strong {
    color: #d4af37;
}

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

.main-black-d0cd {
    color: #888;
    font-size: 0.9rem;
}

.main-black-d0cd strong {
    color: #00ff88;
}

.main-black-d0cd span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-motion-362b {
    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;
}

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

.clean-01fa strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .icon_f314 {
        flex-direction: column;
    }
    
    .overlay_green_2b38 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature_under_d0cb {
        padding: 30px 15px;
    }
    
    .feature_under_d0cb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .full-4d1b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gradient-prev-e979 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image-upper-aea3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image-upper-aea3 .image-f087 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table-copper-57bd {
        font-size: 1.3rem;
    }
    
    .surface_f620 {
        font-size: 0.7rem;
    }
    
    .section-current-17f9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-current-17f9 .link-bd1e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .shade-3b7d {
        display: none;
    }
    
    .fresh_d2c0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery_down_1ea7 {
        padding: 20px 10px;
    }
    
    .nav-50bd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stale_be6b,
    .wrapper-738e {
        padding: 15px;
    }
    
    .gold-db02 {
        flex-direction: column;
        gap: 5px;
    }
    
    .form_complex_e790 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .search_paper_b066 {
        padding: 30px 10px;
    }
    
    .short-3216 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-down-a5be {
        padding: 20px 15px;
    }
    
    .accent-e8f1 {
        font-size: 2rem;
    }
    
    .button-down-a5be h3 {
        font-size: 1.1rem;
    }
    
    .button-down-a5be p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .cold-16e8 {
        padding: 20px 10px;
    }
    
    .fixed_3145 h2 {
        font-size: 1.3rem;
    }
    
    .surface-north-f6f3 {
        font-size: 0.9rem;
    }
    
    .grid-deac h3 {
        font-size: 1.1rem;
    }
    
    .grid-deac p {
        font-size: 0.9rem;
    }
    
    .card-27bb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .mini_6231 {
        grid-template-columns: 1fr;
    }
    
    .wrapper-a9e9 {
        font-size: 0.85rem;
    }
    
    .accordion_dceb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-c814 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status-c814 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wood-c5c3 {
        padding: 30px 10px;
    }
    
    .thick-ec12 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-f492 {
        padding: 15px 10px;
    }
    
    .menu-f492 h4 {
        font-size: 0.9rem;
    }
    
    .menu-f492 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .left_0d00 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick-ec12 {
        grid-template-columns: 1fr;
    }
    
    .menu-f492 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .footer-75fe {
        padding: 30px 10px;
    }
    
    .background-plasma-ccd0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination_df3a {
        padding: 15px;
    }
    
    .summary_tall_a1a5 {
        font-size: 0.9rem;
    }
    
    .fresh-34f9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fresh-34f9 .media_d107 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dirty-3e17 {
        padding: 30px 10px;
    }
    
    .dirty-3e17 h2 {
        font-size: 1.2rem;
    }
    
    .notice-d0be {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_4778 {
        padding: 15px 10px;
    }
    
    .tooltip_4778 h4 {
        font-size: 0.85rem;
    }
    
    .tooltip_4778 p {
        font-size: 0.75rem;
    }
    
    .selected-8dee {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .inner-7f96 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .prev-f5c3 {
        padding: 20px 10px;
    }
    
    .left-ddd0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .media-9957,
    .tall-39e1,
    .slider_over_60e4 {
        width: 100%;
    }
    
    .media-9957 h3 {
        font-size: 1.1rem;
    }
    
    .media-9957 p {
        font-size: 0.8rem;
    }
    
    .logo_north_eb1b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .surface-8ba1 {
        padding: 30px 15px;
    }
    
    .surface-8ba1 h2 {
        font-size: 1.3rem;
    }
    
    .surface-8ba1 p {
        font-size: 0.85rem;
    }
    
    .mask_fixed_d30d {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask_fixed_d30d .link-bd1e {
        width: 100%;
    }
    
    .red_cd44 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .avatar-7d6a {
        padding: 30px 15px;
    }
    
    .preview_0b7c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag-1606 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .red-d24b h4 {
        font-size: 0.9rem;
    }
    
    .red-d24b a {
        font-size: 0.8rem;
    }
    
    .media-old-bb08 {
        font-size: 0.8rem;
    }
    
    .selected-2b56 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hidden-dca6 {
        padding: 8px 10px;
    }
    
    .gradient_white_c2c3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .glass-ce99 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient_white_c2c3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .glass-ce99 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cf44 */
.shadow-element-a5 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
