/* Inner Page Styles */

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

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

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

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

.green-57c3 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.green-57c3 .block_93b9 {
    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;
}

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

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

.green-57c3 .block_93b9:hover::before {
    left: 100%;
}

.green-57c3 .block_93b9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.container-in-0ea9 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.fast-61a7 {
    color: var(--casino-gold-light);
}

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

.fast-61a7 a:hover {
    color: var(--casino-gold-light);
}

.fast-61a7.fn-active-72b2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-2d47 {
    padding: var(--md-spacing-md) 0;
}

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

.modal_current_e630 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 */
.title-20e4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-20e4 li {
    margin-bottom: var(--md-spacing-xs);
}

.title-20e4 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);
}

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

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

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

.popup-stone-fe7b:hover::before {
    left: 100%;
}

.popup-stone-fe7b 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;
}

.popup-stone-fe7b 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;
}

.popup-stone-fe7b .smooth-ce81 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.popup-stone-fe7b .smooth-ce81:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.label_hard_6f0d .smooth-ce81:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .silver_ca6d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .silver_ca6d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .silver_ca6d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .green-57c3 {
        justify-content: center;
    }
    
    .icon_644c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .heading-gas-9123 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .iron-3fb9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_57e1 {
        padding: var(--md-spacing-md);
    }
    
    .border-liquid-dea0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_current_e630 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .label_hard_6f0d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .copper-a0f5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .module_57e1 {
        padding: var(--md-spacing-sm);
    }
    
    .background-4f25 {
        padding: var(--md-spacing-md);
    }
    
    .modal_current_e630 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background-4f25,
.modal_current_e630,
.label_hard_6f0d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.message_8c2a {
    font-size: 1.5rem;
}

.aside_ac9b strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.notification-hard-1417 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag_746f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gold_060f.photo_active_03b0 .icon_next_2196 {
    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); }
}

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

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

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

.aside-east-2a7f {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside-east-2a7f 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;
}

.aside-east-2a7f 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);
}

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

.first-9d05 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .main-pressed-4e98 {
        grid-template-columns: 1fr;
    }
}

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

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

.accent-a7f4.module_037e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.accent-a7f4.grid_west_cbac::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accent-a7f4.accordion_tall_1c3c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.accent-a7f4.box_454f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.media_85e7 {
    font-size: 1.2rem;
}

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

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

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

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

.picture-over-d337.border_758d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture-over-d337.fn-active-72b2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.secondary-067f {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.tabs-fixed-b77b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.steel-e56f {
    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-e56f:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

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

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

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

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

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

.hero-action-b7ca { border-top: 3px solid #00ccff; }
.last-5e28 { border-top: 3px solid #00ff88; }
.glass-cc95 { border-top: 3px solid #d4af37; }
.block-focused-7c24 { border-top: 3px solid #ff6b6b; }
.upper_1ea4 { border-top: 3px solid #8b5cf6; }

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

.picture_out_3a01 {
    overflow-x: auto;
}

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

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

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

.outer-86b2 td {
    color: #ccc;
}

.outer-86b2 .secondary-narrow-ca5a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.outer-86b2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.form-bronze-ecc2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.filter-basic-2fc6 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.hover-fluid-a7f5 {
    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;
}

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

.description-action-a556 p {
    color: #888;
    font-size: 0.9rem;
}

.selected-9d92 {
    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;
}

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

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

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

.media-left-60a0 {
    font-size: 2rem;
}

.item-simple-4fd8 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.item-simple-4fd8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus_56c5 {
    font-size: 1.5rem;
}

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

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

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

.detail-dim-5e1d {
    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;
}

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

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

.block-last-448f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.banner-slow-077f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.in_7651 .section_narrow_04ba {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.heading-08c2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.primary-smooth-056f {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-glass-31f1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wide-9b9f {
    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;
}

.form-glass-31f1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.black-dc98 a {
    color: #ff6b6b;
}

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

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

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

.simple-5084 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.out-6f9a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.tertiary-west-16e4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.content-stone-ff6c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .aside-silver-f752 {
        flex-direction: column;
    }
    .progress-623a {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.description-fresh-611c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.first_a6da .panel-531d {
    color: #666;
    margin: 0 8px;
}

.first_a6da .overlay_gas_bd59 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.disabled-tall-ad6c {
    font-size: 2rem;
}

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

.in-bfea strong {
    color: #d4af37;
}

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

.outline-north-f4b3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.image-over-5de0 h3,
.sidebar_dirty_5c45 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.disabled-prev-dabc strong {
    color: #00ff88;
}

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

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

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

.next-39ac h3,
.highlight-a028 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.modal-6b7c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.white-d8e2 strong {
    color: #d4af37;
}

.title_up_68fe {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-24a8 {
    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;
}

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

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

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

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

.component_short_8330 strong {
    color: #d4af37;
}

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

.search-inner-8e5a {
    color: #888;
    font-size: 0.9rem;
}

.search-inner-8e5a strong {
    color: #00ff88;
}

.search-inner-8e5a span {
    color: #d4af37;
}

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

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

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

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

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

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

.heading-out-38c1 {
    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;
}

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

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

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

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

.inner-74e3 {
    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);
}

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

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

.list-bd61 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.shade-hot-df35 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shade-hot-df35 li {
    margin-bottom: 5px;
}

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

.shade-hot-df35 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.disabled-brown-a61e strong {
    color: #00ff88;
}

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

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

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

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

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

.box-thick-3c8b {
    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;
}

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

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

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

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

.hidden-fixed-8cd5 {
    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;
}

.hidden-fixed-8cd5: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) {
    .hidden-fixed-8cd5 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .hidden-fixed-8cd5 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active-black-58f1 {
        padding: 30px 15px;
    }
    
    .active-black-58f1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .modal_842d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .iron_95a8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .clean_5bbb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .clean_5bbb .gallery_fea9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .secondary_lower_e8c6 {
        font-size: 1.3rem;
    }
    
    .smooth_55c2 {
        font-size: 0.7rem;
    }
    
    .action-9056 {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-9056 .smooth-ce81 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wood-50ba {
        display: none;
    }
    
    .wood_4f28 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .chip-4394 {
        padding: 20px 10px;
    }
    
    .tertiary_d7e1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_basic_2692,
    .list-bd61 {
        padding: 15px;
    }
    
    .row_bright_16c2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .inner-74e3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .aside-9e5f {
        padding: 20px 5px;
    }
    
    .aside-9e5f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tag-522a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .outer-86b2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .outer-86b2 th,
    .outer-86b2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .secondary-05be {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .label_6b3e {
        padding: 20px 10px;
    }
    
    .stone_6a43 h2 {
        font-size: 1.3rem;
    }
    
    .dim-91d5 {
        font-size: 0.9rem;
    }
    
    .lower_7c3c h3 {
        font-size: 1.1rem;
    }
    
    .lower_7c3c p {
        font-size: 0.9rem;
    }
    
    .hero_motion_3285 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .secondary-in-c467 {
        grid-template-columns: 1fr;
    }
    
    .component_short_8330 {
        font-size: 0.85rem;
    }
    
    .button_outer_a172 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh-24a8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fresh-24a8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .border_top_9b8b {
        padding: 30px 10px;
    }
    
    .detail-huge-5d0c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-6411 {
        padding: 15px 10px;
    }
    
    .disabled-6411 h4 {
        font-size: 0.9rem;
    }
    
    .disabled-6411 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .breadcrumb_up_ce7f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .detail-huge-5d0c {
        grid-template-columns: 1fr;
    }
    
    .disabled-6411 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .notification-ea03 {
        padding: 30px 10px;
    }
    
    .motion_9bbe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gold_6f77 {
        padding: 15px;
    }
    
    .description-tiny-f9b2 {
        font-size: 0.9rem;
    }
    
    .paragraph_71b2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph_71b2 .disabled_8c3b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .hot_f348 {
        padding: 30px 10px;
    }
    
    .hot_f348 h2 {
        font-size: 1.2rem;
    }
    
    .gallery-ab73 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-mini-3dd4 {
        padding: 15px 10px;
    }
    
    .form-mini-3dd4 h4 {
        font-size: 0.85rem;
    }
    
    .form-mini-3dd4 p {
        font-size: 0.75rem;
    }
    
    .texture_ca6f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .thumbnail_thick_ba88 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .carousel_c95a {
        padding: 20px 10px;
    }
    
    .green_d275 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accordion_18cb,
    .form-glass-31f1,
    .black-dc98 {
        width: 100%;
    }
    
    .accordion_18cb h3 {
        font-size: 1.1rem;
    }
    
    .accordion_18cb p {
        font-size: 0.8rem;
    }
    
    .wide-9b9f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .item-cool-98b3 {
        padding: 30px 15px;
    }
    
    .item-cool-98b3 h2 {
        font-size: 1.3rem;
    }
    
    .item-cool-98b3 p {
        font-size: 0.85rem;
    }
    
    .south-ea4b {
        flex-direction: column;
        gap: 10px;
    }
    
    .south-ea4b .smooth-ce81 {
        width: 100%;
    }
    
    .outline-0f9a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .header-ebd6 {
        padding: 30px 10px;
    }
    
    .header-ebd6 h3 {
        font-size: 1.2rem;
    }
    
    .paper-55c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_hard_6f0d {
        padding: 15px 10px;
    }
    
    .label_hard_6f0d h4 {
        font-size: 0.85rem;
    }
    
    .label_hard_6f0d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .outline_wood_a63e {
        padding: 30px 15px;
    }
    
    .menu_inner_6733 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .title-up-4172 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .title_b0a3 h4 {
        font-size: 0.9rem;
    }
    
    .title_b0a3 a {
        font-size: 0.8rem;
    }
    
    .nav_easy_00c9 {
        font-size: 0.8rem;
    }
    
    .outline-hard-7bf6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo_tall_bbbb {
        padding: 8px 10px;
    }
    
    .row-8330 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-small-93c0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .row-8330 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-small-93c0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 98d1 */
.promo-block-c5 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
