/* Inner Page Styles */

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

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

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

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

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

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

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

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

.notification-e74d .status_yellow_ae3a:hover::before {
    left: 100%;
}

.notification-e74d .status_yellow_ae3a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.title-north-c8aa {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.frame-current-c8e3 {
    color: var(--casino-gold-light);
}

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

.frame-current-c8e3 a:hover {
    color: var(--casino-gold-light);
}

.frame-current-c8e3.fn-active-d96d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-warm-70f3 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.header-advanced-785d {
    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;
}

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

.header-advanced-785d:hover::before {
    left: 100%;
}

.header-advanced-785d 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;
}

.header-advanced-785d 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;
}

.header-advanced-785d .green-764c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.header-advanced-785d .green-764c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.backdrop-347b {
    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);
}

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

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

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

.old-0c89 {
    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);
}

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

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

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

.old-0c89 .green-764c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.old-0c89 .green-764c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .rough-b1cd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .rough-b1cd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .rough-b1cd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification-e74d {
        justify-content: center;
    }
    
    .caption_fast_bf4f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .item-555d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .sidebar_stone_6387 {
        padding: var(--md-spacing-md) 0;
    }
    
    .out-abb8 {
        padding: var(--md-spacing-md);
    }
    
    .outer-9109 {
        padding: var(--md-spacing-md) 0;
    }
    
    .next-3736 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .old-0c89 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mini-45bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .out-abb8 {
        padding: var(--md-spacing-sm);
    }
    
    .light-3278 {
        padding: var(--md-spacing-md);
    }
    
    .next-3736 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.light-3278,
.next-3736,
.old-0c89 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tag_soft_5ec3 {
    font-size: 1.5rem;
}

.preview-477d strong {
    color: #00ff88;
}

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

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

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

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

.link-hard-a0d8 {
    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;
}

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

.link-hard-a0d8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.link-hard-a0d8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.fresh-6a13 {
    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;
}

.fresh-6a13 strong {
    color: #00ff88;
}

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

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

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

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

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

.small-23a3::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;
}

.large-9a71 {
    text-align: center;
    margin-bottom: 30px;
}

.list-selected-8394 {
    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;
}

.list-selected-8394.thick_2dff .fresh_1491 {
    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); }
}

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

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

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

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

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

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

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

.shade-8a89 {
    font-size: 1.2rem;
}

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

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

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

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

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

.grid_c6f1.button-full-30b1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.grid_c6f1.slow-840d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid_c6f1.texture_d97b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.grid_c6f1.summary-a194::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.badge-407a {
    font-size: 1.2rem;
}

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

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

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

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

.easy-9ac4.medium_eab7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-9ac4.fn-active-d96d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.clean-1b90 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.logo-simple-ecef {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hero-f13f { border-top: 3px solid #00ccff; }
.shade-dynamic-c4e4 { border-top: 3px solid #00ff88; }
.simple-7de9 { border-top: 3px solid #d4af37; }
.pagination_west_4316 { border-top: 3px solid #ff6b6b; }
.current-7323 { border-top: 3px solid #8b5cf6; }

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

.left_1bd9 {
    overflow-x: auto;
}

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

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

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

.rough_0890 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-white-7e20 {
    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;
}

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

.down-8ae1 {
    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;
}

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

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

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

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

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

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

.pattern_tall_5dd5 {
    font-size: 2rem;
}

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

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

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

.title-7f62 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.tertiary-tiny-840e {
    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;
}

.tertiary-tiny-840e::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);
}

.pink-380d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.tertiary-tiny-840e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.tertiary-tiny-840e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.huge-46ac {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.large_9a8f {
    font-size: 1.5rem;
}

.out-065f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.hard-09c4 strong {
    color: #fff;
    display: block;
}

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

.next-5edf {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.modal_center_ccde .pro_c3ab {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.block-glass-1153 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.wrapper-silver-6ab9 {
    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;
}

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

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

.label-gold-5750 span {
    color: #666;
    font-size: 0.8rem;
}

.label-gold-5750 a {
    color: #ff6b6b;
}

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

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

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

.input-hovered-bbf2 {
    text-align: center;
}

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

.input-hovered-bbf2 .border_0b6f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dim-82e0 {
    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;
}

.dim-82e0.tall_da47 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.table-pressed-b8f0 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .sort-thick-b183 {
        flex-direction: column;
    }
    .header-79e3 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.huge-0e6b .text_left_7d33 {
    color: #666;
    margin: 0 8px;
}

.huge-0e6b .title_5caf {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.down_4478 {
    font-size: 2rem;
}

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

.focus_bronze_b987 strong {
    color: #d4af37;
}

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

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

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

.accent-full-ca6f h3,
.white_d0c7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.shade-58ee strong {
    color: #00ff88;
}

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

.link-gold-65f3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .link-gold-65f3 {
        grid-template-columns: 1fr;
    }
}

.fresh-abc8 h3,
.article-steel-be76 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.plasma_317a strong {
    color: #d4af37;
}

.overlay-soft-e46b {
    color: #aaa;
}

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

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

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

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

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

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

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

.heading-688d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_basic_dbdc strong {
    color: #d4af37;
}

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

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

.layout-f66f strong {
    color: #00ff88;
}

.layout-f66f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.light-7883 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.status-stone-69e6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.status-stone-69e6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.feature-b442 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.gas-e4ff {
    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;
}

.out-19a1 {
    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;
}

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

.summary_old_bdcb strong {
    color: #00ff88;
}

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

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

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

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

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

.form-80cb {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .gold-11bc {
        padding: 30px 15px;
    }
    
    .gold-11bc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .input-stone-2e45 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu-804e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gradient_red_b5dd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient_red_b5dd .nav_e717 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .border_64b0 {
        font-size: 1.3rem;
    }
    
    .gold_1511 {
        font-size: 0.7rem;
    }
    
    .media-new-e8cb {
        flex-direction: column;
        gap: 10px;
    }
    
    .media-new-e8cb .green-764c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notification_current_0956 {
        display: none;
    }
    
    .east_2913 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .filter_ddf9 {
        padding: 20px 10px;
    }
    
    .sort_be78 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected_2217,
    .middle-2f23 {
        padding: 15px;
    }
    
    .light-7883 {
        flex-direction: column;
        gap: 5px;
    }
    
    .new-b037 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pagination-9300 {
        padding: 30px 10px;
    }
    
    .section_d98d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fresh-de3d {
        padding: 20px 15px;
    }
    
    .item-solid-13ee {
        font-size: 2rem;
    }
    
    .fresh-de3d h3 {
        font-size: 1.1rem;
    }
    
    .fresh-de3d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .complex-debf {
        padding: 20px 5px;
    }
    
    .complex-debf h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .menu-action-05db {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .rough_0890 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .rough_0890 th,
    .rough_0890 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .prev_42af {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar_easy_763a {
        padding: 20px 10px;
    }
    
    .footer_ce08 h2 {
        font-size: 1.3rem;
    }
    
    .tiny-46ab {
        font-size: 0.9rem;
    }
    
    .heading-688d h3 {
        font-size: 1.1rem;
    }
    
    .heading-688d p {
        font-size: 0.9rem;
    }
    
    .accent_old_f7a4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bronze_4f47 {
        grid-template-columns: 1fr;
    }
    
    .title_basic_dbdc {
        font-size: 0.85rem;
    }
    
    .middle_2a76 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-1231 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .black-1231 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stone_9aa5 {
        padding: 30px 10px;
    }
    
    .sidebar_glass_96fd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_focused_8ccb {
        padding: 15px 10px;
    }
    
    .nav_focused_8ccb h4 {
        font-size: 0.9rem;
    }
    
    .nav_focused_8ccb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notice-d0c1 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .background_7632 {
        padding: 30px 10px;
    }
    
    .middle_98cf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .smooth-8523 {
        padding: 15px;
    }
    
    .banner-647b {
        font-size: 0.9rem;
    }
    
    .sort_motion_3d74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sort_motion_3d74 .image_3b07 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .accordion-light-11ce {
        padding: 30px 10px;
    }
    
    .accordion-light-11ce h2 {
        font-size: 1.2rem;
    }
    
    .slider_cold_d873 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-copper-63a0 {
        padding: 15px 10px;
    }
    
    .surface-copper-63a0 h4 {
        font-size: 0.85rem;
    }
    
    .surface-copper-63a0 p {
        font-size: 0.75rem;
    }
    
    .video-2c9c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pressed_d38d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .breadcrumb_west_2153 {
        padding: 20px 10px;
    }
    
    .logo-center-6fd1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .caption_pressed_8449,
    .next_d2a5,
    .label-gold-5750 {
        width: 100%;
    }
    
    .caption_pressed_8449 h3 {
        font-size: 1.1rem;
    }
    
    .caption_pressed_8449 p {
        font-size: 0.8rem;
    }
    
    .wrapper-silver-6ab9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hero_0ba5 {
        padding: 30px 15px;
    }
    
    .hero_0ba5 h2 {
        font-size: 1.3rem;
    }
    
    .hero_0ba5 p {
        font-size: 0.85rem;
    }
    
    .texture-d235 {
        flex-direction: column;
        gap: 10px;
    }
    
    .texture-d235 .green-764c {
        width: 100%;
    }
    
    .stale_b3a6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .hovered-83cc {
        padding: 30px 10px;
    }
    
    .hovered-83cc h3 {
        font-size: 1.2rem;
    }
    
    .banner-e024 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-0c89 {
        padding: 15px 10px;
    }
    
    .old-0c89 h4 {
        font-size: 0.85rem;
    }
    
    .old-0c89 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notice_a453 {
        padding: 30px 15px;
    }
    
    .bottom-7da2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .basic_06ad {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .green-40a1 h4 {
        font-size: 0.9rem;
    }
    
    .green-40a1 a {
        font-size: 0.8rem;
    }
    
    .text-upper-58c4 {
        font-size: 0.8rem;
    }
    
    .label-dynamic-92d5 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .iron_5015 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .surface_next_e3dc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 188f */
.phantom-card-b4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
