/* Inner Page Styles */

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

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

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

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

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

.highlight_72be .tooltip-new-d325 {
    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;
}

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

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

.highlight_72be .tooltip-new-d325:hover::before {
    left: 100%;
}

.highlight_72be .tooltip-new-d325:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.section-red-a6e9 {
    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);
}

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

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

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

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

.banner-soft-01b3 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.breadcrumb_fluid_6764.fn-active-56e9 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.dropdown-gold-911d {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.tabs-liquid-1e80 {
    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;
}

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

.tabs-liquid-1e80:hover::before {
    left: 100%;
}

.tabs-liquid-1e80 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;
}

.tabs-liquid-1e80 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;
}

.tabs-liquid-1e80 .button-d1df {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tabs-liquid-1e80 .button-d1df:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.media-5fe5 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.dynamic_a137 .button-d1df:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .narrow_9cff {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .narrow_9cff h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .narrow_9cff h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .highlight_72be {
        justify-content: center;
    }
    
    .section-red-a6e9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .chip_49fd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown-gold-911d {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_pressed_875d {
        padding: var(--md-spacing-md);
    }
    
    .dynamic_6af2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .west_80bc {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dynamic_a137 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hovered-fbdc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border_pressed_875d {
        padding: var(--md-spacing-sm);
    }
    
    .west_de99 {
        padding: var(--md-spacing-md);
    }
    
    .west_80bc {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.west_de99,
.west_80bc,
.dynamic_a137 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.disabled_new_2e13 {
    font-size: 1.5rem;
}

.text_motion_9f4a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.card-middle-bc45 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.block-narrow-9ff0 {
    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;
}

.block-narrow-9ff0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.carousel_stale_c85d.chip-first-1ece .warm_aba6 {
    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); }
}

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

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

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

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

.box-middle-aed7 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;
}

.box-middle-aed7 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);
}

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

.block-advanced-753a {
    font-size: 1.2rem;
}

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

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

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

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

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

.border_dirty_a7c3.input-hot-4d77::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.border_dirty_a7c3.description-831b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border_dirty_a7c3.pink_642e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.border_dirty_a7c3.stone-f09a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.list_fcbb {
    font-size: 1.2rem;
}

.primary-dim-408c {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.footer_old_8b09.slow_85de { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer_old_8b09.fn-active-56e9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.overlay-red-8835 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.active-37f2 {
    background: #0a0a0a;
    padding: 60px 0;
}

.alert-medium-9fa7 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.caption-696f {
    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;
}

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

.caption-696f.progress_6179 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.top-680e { border-top: 3px solid #00ccff; }
.disabled_center_80fb { border-top: 3px solid #00ff88; }
.silver-4aec { border-top: 3px solid #d4af37; }
.slider_c4d4 { border-top: 3px solid #ff6b6b; }
.notice_plasma_63ad { border-top: 3px solid #8b5cf6; }

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

.preview-4300 {
    overflow-x: auto;
}

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

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

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

.mini-f136 td {
    color: #ccc;
}

.mini-f136 .summary-top-966e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.mini-f136 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .alert-gold-8f1d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.popup-small-f938 {
    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;
}

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

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

.breadcrumb-steel-9ae8 {
    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;
}

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

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

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

.wood-41fc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.backdrop_tiny_6c2a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.accordion-huge-4ac0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tertiary-bronze-874b {
    font-size: 1.5rem;
}

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

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

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

.upper-4f98 {
    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;
}

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

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

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

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

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

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

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

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

.accordion_feaf .row-79bf {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-5ed8 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.copper_b917 a {
    color: #ff6b6b;
}

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

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

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

.cool-f112 {
    text-align: center;
}

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

.cool-f112 .notification_static_e8b4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-061a {
    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;
}

.top-061a.progress_6179 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .inner_a86b {
        flex-direction: column;
    }
    .container_gas_06ae {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.input-ebda .silver_26a3 {
    color: #666;
    margin: 0 8px;
}

.input-ebda .list_9f50 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.lower-3eab {
    font-size: 2rem;
}

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

.outer-1cdb strong {
    color: #d4af37;
}

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

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

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

.menu-rough-0518 h3,
.nav_ae2f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.fluid-9c84 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.photo-first-a768 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.silver-b352 strong {
    color: #00ff88;
}

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

.tag-0f9d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.table-0f51 h3,
.texture-6c97 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.panel-active-f473 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.module_c1d3 strong {
    color: #d4af37;
}

.dim_aec4 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-wood-6ec0 strong {
    color: #d4af37;
}

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

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

.smooth-d882 strong {
    color: #00ff88;
}

.smooth-d882 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-pressed-134d {
    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);
}

.icon-stale-8122 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.out-23c6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.out-23c6 li {
    margin-bottom: 5px;
}

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

.out-23c6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.feature-93f6 strong {
    color: #00ff88;
}

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

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

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

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

.old-6dd7 {
    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;
}

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

.block-5ed8 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .clean_1432 {
        flex-direction: column;
    }
    
    .old-6dd7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.dropdown-down-d1f5 {
    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-down-d1f5: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-down-d1f5 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .outline-focused-d618 {
        padding: 30px 15px;
    }
    
    .outline-focused-d618 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .panel-east-fba6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .message_easy_17d1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .wood_6132 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wood_6132 .iron_fdbd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .stone_e5c1 {
        font-size: 1.3rem;
    }
    
    .search-fb51 {
        font-size: 0.7rem;
    }
    
    .background-f23b {
        flex-direction: column;
        gap: 10px;
    }
    
    .background-f23b .button-d1df {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notification-bright-52e7 {
        display: none;
    }
    
    .orange_e47a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dropdown_9e45 {
        padding: 20px 10px;
    }
    
    .orange_3591 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-soft-8a2f,
    .full-ca57 {
        padding: 15px;
    }
    
    .border_bronze_daab {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery-pressed-134d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .mask-silver-2b86 {
        padding: 30px 10px;
    }
    
    .hover-fresh-b237 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-ddb2 {
        padding: 20px 15px;
    }
    
    .content_fa3b {
        font-size: 2rem;
    }
    
    .pattern-ddb2 h3 {
        font-size: 1.1rem;
    }
    
    .pattern-ddb2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .message-advanced-eb67 {
        padding: 20px 5px;
    }
    
    .message-advanced-eb67 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tag_short_fbf7 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .mini-f136 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .mini-f136 th,
    .mini-f136 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .sidebar_center_3095 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .action_c849 {
        padding: 20px 10px;
    }
    
    .backdrop-0d13 h2 {
        font-size: 1.3rem;
    }
    
    .under-53e4 {
        font-size: 0.9rem;
    }
    
    .notice_1f89 h3 {
        font-size: 1.1rem;
    }
    
    .notice_1f89 p {
        font-size: 0.9rem;
    }
    
    .box_3203 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .secondary_247b {
        grid-template-columns: 1fr;
    }
    
    .block-wood-6ec0 {
        font-size: 0.85rem;
    }
    
    .table_84be {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button_copper_50cb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button_copper_50cb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .soft-ce0b {
        padding: 30px 10px;
    }
    
    .gallery-brown-a599 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media-50de {
        padding: 15px 10px;
    }
    
    .media-50de h4 {
        font-size: 0.9rem;
    }
    
    .media-50de p {
        font-size: 0.75rem;
        display: none;
    }
    
    .panel-e913 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-brown-a599 {
        grid-template-columns: 1fr;
    }
    
    .media-50de p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .light_36a2 {
        padding: 30px 10px;
    }
    
    .pagination_2b32 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-486a {
        padding: 15px;
    }
    
    .logo-paper-6360 {
        font-size: 0.9rem;
    }
    
    .complex_ced3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .complex_ced3 .slider-f878 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .popup_tiny_f3b9 {
        padding: 30px 10px;
    }
    
    .popup_tiny_f3b9 h2 {
        font-size: 1.2rem;
    }
    
    .texture_fast_db60 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-focused-23a6 {
        padding: 15px 10px;
    }
    
    .highlight-focused-23a6 h4 {
        font-size: 0.85rem;
    }
    
    .highlight-focused-23a6 p {
        font-size: 0.75rem;
    }
    
    .steel_3f55 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .avatar_focused_bda3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer-8f2c {
        padding: 20px 10px;
    }
    
    .picture_soft_b9c1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .plasma-3c1b,
    .primary_wide_ad1b,
    .copper_b917 {
        width: 100%;
    }
    
    .plasma-3c1b h3 {
        font-size: 1.1rem;
    }
    
    .plasma-3c1b p {
        font-size: 0.8rem;
    }
    
    .search_down_3efd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .logo_fluid_5874 {
        padding: 30px 15px;
    }
    
    .logo_fluid_5874 h2 {
        font-size: 1.3rem;
    }
    
    .logo_fluid_5874 p {
        font-size: 0.85rem;
    }
    
    .video-full-046f {
        flex-direction: column;
        gap: 10px;
    }
    
    .video-full-046f .button-d1df {
        width: 100%;
    }
    
    .full-4a40 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .brown_20af {
        padding: 30px 15px;
    }
    
    .dropdown_huge_1df1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .static-e2af {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .chip-complex-bd3e h4 {
        font-size: 0.9rem;
    }
    
    .chip-complex-bd3e a {
        font-size: 0.8rem;
    }
    
    .layout-13f8 {
        font-size: 0.8rem;
    }
    
    .pressed-b3e9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .title-20a2 {
        padding: 8px 10px;
    }
    
    .accordion_fcb9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .alert_3a65 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion_fcb9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .alert_3a65 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 416a */
.widget-item-f6 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
