/* Inner Page Styles */

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

.aside-glass-8bd4 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);
}

.aside-glass-8bd4 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);
}

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

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

.article-8496 .form-9641 {
    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;
}

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

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

.article-8496 .form-9641:hover::before {
    left: 100%;
}

.article-8496 .form-9641:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.block-up-73ec {
    color: var(--casino-gold-light);
}

.block-up-73ec a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.block-up-73ec a:hover {
    color: var(--casino-gold-light);
}

.block-up-73ec.fn-active-1672 {
    color: var(--casino-gold-light);
}

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

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

.filter-huge-5afd {
    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);
}

.filter-huge-5afd 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.texture-fcd8 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 */
.focus-d888 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.caption-dc24:hover::before {
    left: 100%;
}

.caption-dc24 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;
}

.caption-dc24 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;
}

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

.caption-dc24 .copper_be9d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.container_c679 .copper_be9d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .aside-glass-8bd4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .aside-glass-8bd4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .aside-glass-8bd4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .article-8496 {
        justify-content: center;
    }
    
    .notice-7b72 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fresh_3f52 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .alert-9514 {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter-huge-5afd {
        padding: var(--md-spacing-md);
    }
    
    .element-pink-9fee {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture-fcd8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .container_c679 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .widget-30b4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .filter-huge-5afd {
        padding: var(--md-spacing-sm);
    }
    
    .mini-af67 {
        padding: var(--md-spacing-md);
    }
    
    .texture-fcd8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mini-af67,
.texture-fcd8,
.container_c679 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.image_pink_f3d2 {
    font-size: 1.5rem;
}

.selected_bd91 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.next-2d0f {
    padding: 30px 0;
}

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

.video-warm-15cb {
    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;
}

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

.video-warm-15cb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.video-warm-15cb li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.header_rough_97c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.container_3516.dim_281c .top-a00c {
    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); }
}

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

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

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

.badge-warm-42a0 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-warm-42a0 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;
}

.badge-warm-42a0 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);
}

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

.focus-91b0 {
    font-size: 1.2rem;
}

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

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

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

.module-hard-1cb9 {
    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;
}

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

.module-hard-1cb9.black-8e7d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.module-hard-1cb9.alert_under_3861::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module-hard-1cb9.mask-gas-aeb8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.module-hard-1cb9.surface_static_a072::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accordion-4707 {
    font-size: 1.2rem;
}

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

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

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

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

.tabs-old-ccaa.box-narrow-e062 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs-old-ccaa.fn-active-1672 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading-short-3d3a {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

.description-tall-60b1 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.steel-007d {
    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;
}

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

.steel-007d.video_down_f331 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.alert_b4d3 { border-top: 3px solid #00ccff; }
.new-a33b { border-top: 3px solid #00ff88; }
.caption_04bf { border-top: 3px solid #d4af37; }
.picture_8b2c { border-top: 3px solid #ff6b6b; }
.video_b0c5 { border-top: 3px solid #8b5cf6; }

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

.full-54a3 {
    overflow-x: auto;
}

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

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

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

.menu_fast_ef93 td {
    color: #ccc;
}

.menu_fast_ef93 .info-pressed-ced7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_16c2 {
    font-size: 2rem;
}

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

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

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

.warm-1c6c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.top-8ee0 {
    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;
}

.top-8ee0::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);
}

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

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

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

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

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

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

.filter_bright_f44c {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .container-bright-0b5a {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.frame-pressed-23fd {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.frame-pressed-23fd .detail-steel-7867 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.disabled-7076 .advanced_5a30 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-west-d437 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.item-easy-28c4 {
    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;
}

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

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

.item-dynamic-ee02 span {
    color: #666;
    font-size: 0.8rem;
}

.item-dynamic-ee02 a {
    color: #ff6b6b;
}

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

.background-medium-91dd {
    max-width: 800px;
    margin: 0 auto;
}

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

.logo_action_4e43 {
    text-align: center;
}

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

.logo_action_4e43 .aside-stale-058a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.background-medium-91dd h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.background-medium-91dd > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.media-slow-17c8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.box-blue-1ec4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.link-new-2d9d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .link-new-2d9d {
        flex-direction: column;
    }
    .dark-b446 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.media_c67c .pro_f2ef {
    color: #666;
    margin: 0 8px;
}

.media_c67c .outer_5fe5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.green-0be6 {
    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;
}

.article-efb0 {
    font-size: 2rem;
}

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

.focused_7daa strong {
    color: #d4af37;
}

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

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

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

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

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

.right-119a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.nav-291d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.box-5352 strong {
    color: #00ff88;
}

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

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

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

.sort_pro_068e h3,
.slow-313a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.background-fast-7083 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.column_6d2b strong {
    color: #d4af37;
}

.header-simple-4488 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info-white-cc91 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.info-white-cc91 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.icon_835c strong {
    color: #d4af37;
}

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

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

.short-c1ef strong {
    color: #00ff88;
}

.short-c1ef span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-pressed-aa22 {
    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;
}

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

.under_1e46 strong {
    color: #00ff88;
}

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

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

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

.input-west-37a0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.heading-0ea1 {
    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;
}

.badge-west-d437 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .input-west-37a0 {
        flex-direction: column;
    }
    
    .main_fresh_66fa {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.card-gas-d1e1 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay-f292 {
        padding: 30px 15px;
    }
    
    .overlay-f292 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sort-short-e1b1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .badge-small-cc0b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .picture_a3fa {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture_a3fa .image_a852 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget_3b01 {
        font-size: 1.3rem;
    }
    
    .notice-selected-94e1 {
        font-size: 0.7rem;
    }
    
    .main-4c0c {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-4c0c .copper_be9d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent_upper_d780 {
        display: none;
    }
    
    .notification-3a97 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .box_2074 {
        padding: 20px 10px;
    }
    
    .dirty-9723 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-6829,
    .shade-9e98 {
        padding: 15px;
    }
    
    .frame_18a7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .up_d8c0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .media-3d12 {
        padding: 30px 10px;
    }
    
    .secondary_9076 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_6ff1 {
        padding: 20px 15px;
    }
    
    .next-e2b5 {
        font-size: 2rem;
    }
    
    .status_6ff1 h3 {
        font-size: 1.1rem;
    }
    
    .status_6ff1 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tiny-6b37 {
        padding: 20px 5px;
    }
    
    .tiny-6b37 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .shade-purple-1439 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .menu_fast_ef93 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .menu_fast_ef93 th,
    .menu_fast_ef93 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .small-94ec {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .small_ebe9 {
        padding: 20px 10px;
    }
    
    .disabled-43af h2 {
        font-size: 1.3rem;
    }
    
    .steel-4330 {
        font-size: 0.9rem;
    }
    
    .message_fresh_3753 h3 {
        font-size: 1.1rem;
    }
    
    .message_fresh_3753 p {
        font-size: 0.9rem;
    }
    
    .info-white-cc91 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tag_pro_ab8a {
        grid-template-columns: 1fr;
    }
    
    .icon_835c {
        font-size: 0.85rem;
    }
    
    .footer-454f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu_c597 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .menu_c597 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hard_be03 {
        padding: 30px 10px;
    }
    
    .tall-49f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny_7cdb {
        padding: 15px 10px;
    }
    
    .tiny_7cdb h4 {
        font-size: 0.9rem;
    }
    
    .tiny_7cdb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tiny_2f36 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tall-49f0 {
        grid-template-columns: 1fr;
    }
    
    .tiny_7cdb p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .smooth_c142 {
        padding: 30px 10px;
    }
    
    .cool_5b9a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny-25cf {
        padding: 15px;
    }
    
    .accent-2c1a {
        font-size: 0.9rem;
    }
    
    .widget-b319 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget-b319 .bronze_b74a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop-large-d5cf {
        padding: 30px 10px;
    }
    
    .backdrop-large-d5cf h2 {
        font-size: 1.2rem;
    }
    
    .blue_1129 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast-138d {
        padding: 15px 10px;
    }
    
    .fast-138d h4 {
        font-size: 0.85rem;
    }
    
    .fast-138d p {
        font-size: 0.75rem;
    }
    
    .hidden_0643 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focused-b407 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search-2496 {
        padding: 20px 10px;
    }
    
    .content_7fc3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cool_737c,
    .list_iron_31bd,
    .item-dynamic-ee02 {
        width: 100%;
    }
    
    .cool_737c h3 {
        font-size: 1.1rem;
    }
    
    .cool_737c p {
        font-size: 0.8rem;
    }
    
    .item-easy-28c4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .up-f7ea {
        padding: 30px 15px;
    }
    
    .up-f7ea h2 {
        font-size: 1.3rem;
    }
    
    .up-f7ea p {
        font-size: 0.85rem;
    }
    
    .list_silver_9277 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_silver_9277 .copper_be9d {
        width: 100%;
    }
    
    .new-029a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .south-a749 {
        padding: 30px 15px;
    }
    
    .input_305c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .purple_2919 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gallery_e69d h4 {
        font-size: 0.9rem;
    }
    
    .gallery_e69d a {
        font-size: 0.8rem;
    }
    
    .shadow_d031 {
        font-size: 0.8rem;
    }
    
    .grid-purple-4d96 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-32ad {
        padding: 8px 10px;
    }
    
    .text-1296 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .notice_lower_bd4c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .text-1296 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .notice_lower_bd4c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ffb8 */
.promo-block-b7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
