/* Inner Page Styles */

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

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

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

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

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

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

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

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

.tertiary_0d1a .tag_middle_d434:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold_4d5e {
    color: var(--casino-gold-light);
}

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

.gold_4d5e a:hover {
    color: var(--casino-gold-light);
}

.gold_4d5e.fn-active-6329 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_480d 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_1600 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.title_1600 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_1600 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

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

.hot_8695 .fresh-a9bd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.north_2a52 .fresh-a9bd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input_out_b9e6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input_out_b9e6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input_out_b9e6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tertiary_0d1a {
        justify-content: center;
    }
    
    .panel_69d8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .last-8142 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter_e923 {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary-a532 {
        padding: var(--md-spacing-md);
    }
    
    .backdrop-e925 {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid_480d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .north_2a52 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input-f0dd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .secondary-a532 {
        padding: var(--md-spacing-sm);
    }
    
    .glass_83fb {
        padding: var(--md-spacing-md);
    }
    
    .grid_480d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.glass_83fb,
.grid_480d,
.north_2a52 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.progress-dirty-abfc::-webkit-scrollbar {
    width: 8px;
}

.progress-dirty-abfc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.tabs-clean-200f {
    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);
}

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

.title_lower_1806 {
    font-size: 1.5rem;
}

.overlay_first_0a1d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tertiary-f560 {
    padding: 30px 0;
}

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

.sidebar-3e0e {
    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;
}

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

.sidebar-3e0e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.sidebar-3e0e li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .text-huge-801d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.carousel-dd39 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.highlight_in_4086.item_45c9 .dark-8a3f {
    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); }
}

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

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

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

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

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

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

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

.mask-26fa {
    font-size: 1.2rem;
}

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

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

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

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

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

.header_inner_4b50.video_focused_2aba::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header_inner_4b50.layout_ac91::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header_inner_4b50.fluid_f9a1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header_inner_4b50.media_c044::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.west_9b02 {
    font-size: 1.2rem;
}

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

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

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

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

.aside-df23.bright_38b2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside-df23.fn-active-6329 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.accent-east-bd60 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.element-mini-3d9b {
    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;
}

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

.element-mini-3d9b.breadcrumb_black_42e5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.table_first_3807 { border-top: 3px solid #00ccff; }
.column_c169 { border-top: 3px solid #00ff88; }
.secondary-8891 { border-top: 3px solid #d4af37; }
.row-0af0 { border-top: 3px solid #ff6b6b; }
.popup-right-e878 { border-top: 3px solid #8b5cf6; }

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

.component_b407 {
    overflow-x: auto;
}

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

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

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

.tooltip_5a9f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick_9879 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.light_76ae {
    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_76ae::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);
}

.menu-east-5b4e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.notification-9b20 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.thick-f181 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .card-upper-22f3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.banner-402b strong {
    color: #fff;
    display: block;
}

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

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

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

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

.button-ccc9 .row_db06 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.up-57e6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-steel-3eae h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.aside-steel-3eae p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.card-new-b3ec {
    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-e6d7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.table_f0ee a {
    color: #ff6b6b;
}

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

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

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

.pagination_fixed_207e {
    text-align: center;
}

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

.pagination_fixed_207e .block-2ae5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.title-9c36 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.copper-2b92 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .section_2fe2 {
        flex-direction: column;
    }
    .button-dirty-0044 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.image-0b8d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accent-68e1 .current_77ae {
    color: #666;
    margin: 0 8px;
}

.accent-68e1 .chip_c85a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.new_4ffd {
    font-size: 2rem;
}

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

.card-a72a strong {
    color: #d4af37;
}

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

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

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

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

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

.shade-77f7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.basic_ab68 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification_green_4303 strong {
    color: #d4af37;
}

.description-center-40fa {
    color: #aaa;
}

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

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

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

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

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

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

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

.north-1271:last-child {
    border-bottom: none;
}

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

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

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

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

.easy-5e0e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.easy-5e0e 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;
}

.easy-5e0e li strong {
    color: #00ff88;
}

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

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

.link-up-2e9e {
    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;
}

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

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

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

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

.south-1bc9 strong {
    color: #d4af37;
}

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

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

.surface_purple_c4ae strong {
    color: #00ff88;
}

.surface_purple_c4ae span {
    color: #d4af37;
}

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

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

.menu-lite-6496 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.overlay-8d4d h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.hard-08f1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hard-08f1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_b9fa strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-295b {
    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;
}

.dropdown-295b: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) {
    .dropdown-295b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .dropdown-295b {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pro_d83c {
        padding: 30px 15px;
    }
    
    .pro_d83c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text_out_fe19 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .paper-e847 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .progress-dim-9ccd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-dim-9ccd .inner-f688 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .detail-north-a5f1 {
        font-size: 1.3rem;
    }
    
    .menu_9181 {
        font-size: 0.7rem;
    }
    
    .row_next_7c3e {
        flex-direction: column;
        gap: 10px;
    }
    
    .row_next_7c3e .fresh-a9bd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .avatar-6f1a {
        display: none;
    }
    
    .slow-d2ee {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .item_5226 {
        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-green-6735 {
        padding: 20px 10px;
    }
    
    .menu-lite-6496 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel_bfac,
    .overlay-8d4d {
        padding: 15px;
    }
    
    .medium_11a3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .filter_in_f6cb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fresh-2ab1 {
        padding: 30px 10px;
    }
    
    .motion_873d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cool-8954 {
        padding: 20px 15px;
    }
    
    .accordion-middle-f8d2 {
        font-size: 2rem;
    }
    
    .cool-8954 h3 {
        font-size: 1.1rem;
    }
    
    .cool-8954 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .top_cd2b {
        padding: 20px 10px;
    }
    
    .bright-3d17 h2 {
        font-size: 1.3rem;
    }
    
    .static_b455 {
        font-size: 0.9rem;
    }
    
    .north-1271 h3 {
        font-size: 1.1rem;
    }
    
    .north-1271 p {
        font-size: 0.9rem;
    }
    
    .easy-5e0e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .label_5415 {
        grid-template-columns: 1fr;
    }
    
    .south-1bc9 {
        font-size: 0.85rem;
    }
    
    .module-4d43 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-up-2e9e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .link-up-2e9e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .progress_paper_7a10 {
        padding: 30px 10px;
    }
    
    .carousel-066b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row-static-c90d {
        padding: 15px 10px;
    }
    
    .row-static-c90d h4 {
        font-size: 0.9rem;
    }
    
    .row-static-c90d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .detail_74db {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .carousel-066b {
        grid-template-columns: 1fr;
    }
    
    .row-static-c90d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .button-mini-40f2 {
        padding: 30px 10px;
    }
    
    .aside-d173 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption-f7ba {
        padding: 15px;
    }
    
    .card_81b9 {
        font-size: 0.9rem;
    }
    
    .new_9737 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .new_9737 .description-362a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .heading-a5a5 {
        padding: 30px 10px;
    }
    
    .heading-a5a5 h2 {
        font-size: 1.2rem;
    }
    
    .medium-d159 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-2cbe {
        padding: 15px 10px;
    }
    
    .heading-2cbe h4 {
        font-size: 0.85rem;
    }
    
    .heading-2cbe p {
        font-size: 0.75rem;
    }
    
    .background-iron-4b8d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .bronze-4018 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .last_1c86 {
        padding: 20px 10px;
    }
    
    .silver_5685 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .aside-steel-3eae,
    .form-e6d7,
    .table_f0ee {
        width: 100%;
    }
    
    .aside-steel-3eae h3 {
        font-size: 1.1rem;
    }
    
    .aside-steel-3eae p {
        font-size: 0.8rem;
    }
    
    .card-new-b3ec {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .description_first_ffb9 {
        padding: 30px 15px;
    }
    
    .filter-wide-0d7c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .medium-fb19 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hover_next_af9a h4 {
        font-size: 0.9rem;
    }
    
    .hover_next_af9a a {
        font-size: 0.8rem;
    }
    
    .west-5415 {
        font-size: 0.8rem;
    }
    
    .article-ebbe p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .label_fresh_d025 {
        padding: 8px 10px;
    }
    
    .old-96d8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .fast-5c88 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .old-96d8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fast-5c88 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9efa */
.phantom-card-c5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
