/* Inner Page Styles */

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

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

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

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

.icon-bottom-03d5 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.icon-bottom-03d5 .row_ae79 {
    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;
}

.icon-bottom-03d5 .row_ae79::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.icon-bottom-03d5 .row_ae79:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.icon-bottom-03d5 .row_ae79:hover::before {
    left: 100%;
}

.icon-bottom-03d5 .row_ae79:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.current-0c02 {
    color: var(--casino-gold-light);
}

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

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

.current-0c02.fn-active-e48e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight_22e9 .frame_clean_f5bd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.wrapper-3f8b {
    margin-top: var(--md-spacing-sm);
}

.container-focused-c72e {
    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);
}

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

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

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

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

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

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

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

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

.fast_7630 .frame_clean_f5bd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .west_333f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .west_333f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .west_333f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .icon-bottom-03d5 {
        justify-content: center;
    }
    
    .medium-0945 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .row_73d6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .stale-bda1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .content_f270 {
        padding: var(--md-spacing-md);
    }
    
    .north-8281 {
        padding: var(--md-spacing-md) 0;
    }
    
    .current_4d0c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fast_7630 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .yellow-baee {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .content_f270 {
        padding: var(--md-spacing-sm);
    }
    
    .table-3ca2 {
        padding: var(--md-spacing-md);
    }
    
    .current_4d0c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table-3ca2,
.current_4d0c,
.fast_7630 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.badge-yellow-a734::-webkit-scrollbar {
    width: 8px;
}

.badge-yellow-a734::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.white-522f {
    font-size: 1.5rem;
}

.button_bce5 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.mask-red-a1ac {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.secondary_9fac strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.content_right_4551.shadow_last_7ce1 .media-3cc0 {
    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); }
}

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

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

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

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

.shade_7e1f img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.shade_7e1f img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.module-full-f55b {
    font-size: 1.2rem;
}

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

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

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

.progress-1169 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.progress-1169.gradient_stone_026b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress-1169.center_ece4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-1169.column-2c5f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress-1169.photo-bronze-2408::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accordion-plasma-04d3 {
    font-size: 1.2rem;
}

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

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

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

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

.breadcrumb-selected-d9fd.focus-eb6d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb-selected-d9fd.fn-active-e48e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.carousel-warm-be2b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.top-6f25 {
    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;
}

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

.top-6f25.article-7187 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.description-hovered-e79b { border-top: 3px solid #00ccff; }
.banner_fdfe { border-top: 3px solid #00ff88; }
.link-c31a { border-top: 3px solid #d4af37; }
.active-medium-4cb4 { border-top: 3px solid #ff6b6b; }
.video-1167 { border-top: 3px solid #8b5cf6; }

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

.huge_66a4 {
    overflow-x: auto;
}

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

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

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

.clean-606e td {
    color: #ccc;
}

.clean-606e .fresh_7bb4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.clean-606e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-5d1e {
    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;
}

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

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

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

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

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

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

.south-2dbe {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.hidden-liquid-b603 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.light_e4fe {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

.panel-4a96 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.video_b4ba {
    font-size: 1.5rem;
}

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

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

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

.detail-focused-a83a {
    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;
}

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

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

.description-cold-7f79 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.title-iron-cc44 .label-steel-bdb1 {
    margin-bottom: 10px;
}

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

.title-iron-cc44 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.label-2acb {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-pro-845c {
    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;
}

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

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

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

.filter_short_cc15 a {
    color: #ff6b6b;
}

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

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

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

.preview_5fb0 {
    text-align: center;
}

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

.preview_5fb0 .alert-49ef {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.tag-in-3efc {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.static-720b {
    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;
}

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

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

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

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

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

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

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

.grid-hard-8e78 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.main-gold-ce14 {
    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;
}

.main-gold-ce14.article-7187 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .grid-hard-8e78 {
        flex-direction: column;
    }
    .section_pressed_a713 {
        transform: rotate(90deg);
    }
}

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

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

.frame-lower-75e6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

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

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

.overlay_fixed_a688 .overlay_1fe6 {
    color: #666;
    margin: 0 8px;
}

.overlay_fixed_a688 .next-b700 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.simple-eb06 {
    font-size: 2rem;
}

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

.accordion_b2fd strong {
    color: #d4af37;
}

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

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

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

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

.hover-wide-82bc {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.input_5235 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.full-517b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.accordion_3503 strong {
    color: #d4af37;
}

.up_87c2 {
    color: #aaa;
}

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

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

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

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

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

.popup-steel-92b4 {
    max-width: 900px;
    margin: 0 auto;
}

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

.widget-4365:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.status-bottom-0cf3 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

@media (max-width: 576px) {
    .chip-cool-31bc {
        grid-template-columns: 1fr;
    }
}

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

.left-57d0 strong {
    color: #d4af37;
}

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

.module-under-9aaf {
    color: #888;
    font-size: 0.9rem;
}

.module-under-9aaf strong {
    color: #00ff88;
}

.module-under-9aaf span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.list-easy-221d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.text-994e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.avatar-gas-0770 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-1354 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.main_2f08 strong {
    color: #00ff88;
}

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

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

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

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

.sort-selected-c98f {
    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;
}

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

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

@media (max-width: 768px) {
    .pressed_a88b {
        flex-direction: column;
    }
    
    .sort-selected-c98f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.grid-415c {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paragraph_f1a1 {
        padding: 30px 15px;
    }
    
    .paragraph_f1a1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .top_275a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sidebar_tiny_d787 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture_copper_1e21 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture_copper_1e21 .green-3be2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bright_c46e {
        font-size: 1.3rem;
    }
    
    .modal-7705 {
        font-size: 0.7rem;
    }
    
    .footer-668d {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-668d .frame_clean_f5bd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .lower-0e90 {
        display: none;
    }
    
    .white-c069 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element_soft_7398 {
        padding: 20px 10px;
    }
    
    .accent_d524 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_active_1e3b,
    .component-9ccd {
        padding: 15px;
    }
    
    .text-994e {
        flex-direction: column;
        gap: 5px;
    }
    
    .avatar-gas-0770 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hard-4f30 {
        padding: 20px 10px;
    }
    
    .static_e611 h2 {
        font-size: 1.3rem;
    }
    
    .fast_c3b8 {
        font-size: 0.9rem;
    }
    
    .widget-4365 h3 {
        font-size: 1.1rem;
    }
    
    .widget-4365 p {
        font-size: 0.9rem;
    }
    
    .image_9898 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .chip-cool-31bc {
        grid-template-columns: 1fr;
    }
    
    .left-57d0 {
        font-size: 0.85rem;
    }
    
    .bottom-e4f7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-bottom-0cf3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status-bottom-0cf3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .banner-dirty-5c66 {
        padding: 30px 10px;
    }
    
    .hovered-26f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner-static-93ad {
        padding: 15px 10px;
    }
    
    .banner-static-93ad h4 {
        font-size: 0.9rem;
    }
    
    .banner-static-93ad p {
        font-size: 0.75rem;
        display: none;
    }
    
    .east-61ef {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hovered-26f6 {
        grid-template-columns: 1fr;
    }
    
    .banner-static-93ad p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hero_iron_d641 {
        padding: 30px 10px;
    }
    
    .cool-678c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-9b69 {
        padding: 15px;
    }
    
    .element-action-2c1a {
        font-size: 0.9rem;
    }
    
    .badge_240d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge_240d .dirty_9cf7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .carousel-left-367d {
        padding: 30px 10px;
    }
    
    .carousel-left-367d h2 {
        font-size: 1.2rem;
    }
    
    .row_north_bd35 {
        gap: 10px;
    }
    
    .box_8df5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .box_8df5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .list_gas_3f4f {
        padding: 30px 10px;
    }
    
    .list_gas_3f4f h2 {
        font-size: 1.2rem;
    }
    
    .preview_62c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner_north_c64e {
        padding: 15px 10px;
    }
    
    .banner_north_c64e h4 {
        font-size: 0.85rem;
    }
    
    .banner_north_c64e p {
        font-size: 0.75rem;
    }
    
    .caption_f40e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .badge-c695 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer_80de {
        padding: 20px 10px;
    }
    
    .container_mini_23a9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .grid-action-2314,
    .media_a196,
    .filter_short_cc15 {
        width: 100%;
    }
    
    .grid-action-2314 h3 {
        font-size: 1.1rem;
    }
    
    .grid-action-2314 p {
        font-size: 0.8rem;
    }
    
    .pattern-pro-845c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .soft_d1ea {
        padding: 30px 15px;
    }
    
    .soft_d1ea h2 {
        font-size: 1.3rem;
    }
    
    .soft_d1ea p {
        font-size: 0.85rem;
    }
    
    .module_648d {
        flex-direction: column;
        gap: 10px;
    }
    
    .module_648d .frame_clean_f5bd {
        width: 100%;
    }
    
    .panel_1820 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-517b {
        padding: 30px 10px;
    }
    
    .main-517b h3 {
        font-size: 1.2rem;
    }
    
    .focused-7bf8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast_7630 {
        padding: 15px 10px;
    }
    
    .fast_7630 h4 {
        font-size: 0.85rem;
    }
    
    .fast_7630 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .module-9b6b {
        padding: 30px 15px;
    }
    
    .down_5876 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .module-stone-5810 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade-3f7a h4 {
        font-size: 0.9rem;
    }
    
    .shade-3f7a a {
        font-size: 0.8rem;
    }
    
    .advanced_9498 {
        font-size: 0.8rem;
    }
    
    .hover-4295 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .secondary_steel_93a0 {
        padding: 8px 10px;
    }
    
    .main-3b5e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hot-4679 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main-3b5e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hot-4679 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1784 */
.phantom-card-i6 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
