/* Inner Page Styles */

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

.hard-6d46 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);
}

.hard-6d46 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);
}

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

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

.disabled-dbd3 .texture_dd17 {
    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;
}

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

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

.disabled-dbd3 .texture_dd17:hover::before {
    left: 100%;
}

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

.box-action-169d {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.notification-center-d018 {
    color: var(--casino-gold-light);
}

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

.notification-center-d018 a:hover {
    color: var(--casino-gold-light);
}

.notification-center-d018.fn-active-0ca5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-orange-39ba {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.widget-middle-8d80 {
    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;
}

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

.widget-middle-8d80:hover::before {
    left: 100%;
}

.widget-middle-8d80 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;
}

.widget-middle-8d80 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;
}

.widget-middle-8d80 .bottom_baa7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.widget-middle-8d80 .bottom_baa7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.module_270a .bottom_baa7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hard-6d46 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hard-6d46 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hard-6d46 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .disabled-dbd3 {
        justify-content: center;
    }
    
    .in_1788 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hovered_6357 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .secondary_motion_3863 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_1958 {
        padding: var(--md-spacing-md);
    }
    
    .primary_ca82 {
        padding: var(--md-spacing-md) 0;
    }
    
    .right_2a00 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .module_270a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_ba70 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notice_1958 {
        padding: var(--md-spacing-sm);
    }
    
    .bottom-fe0a {
        padding: var(--md-spacing-md);
    }
    
    .right_2a00 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bottom-fe0a,
.right_2a00,
.module_270a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.smooth_299b {
    font-size: 1.5rem;
}

.hover-43dc strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.advanced_d6e2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.solid-1dfc strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.texture_green_6ece.block-fluid-5e8e .primary-e017 {
    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); }
}

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

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

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

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

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

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

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

.description_1bf1 {
    font-size: 1.2rem;
}

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

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

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

.logo-last-5dd4 {
    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;
}

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

.logo-last-5dd4.highlight_3f9a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo-last-5dd4.mini_437d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo-last-5dd4.modal_3069::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo-last-5dd4.panel_tall_6b14::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.status-dark-b3c2 {
    font-size: 1.2rem;
}

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

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

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

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

.text_87bb.secondary-2468 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text_87bb.fn-active-0ca5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.item-complex-615a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.label-north-d075 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.active_e9cc { border-top: 3px solid #00ccff; }
.paper-f8c7 { border-top: 3px solid #00ff88; }
.widget-gold-23af { border-top: 3px solid #d4af37; }
.blue-81e7 { border-top: 3px solid #ff6b6b; }
.black_2c72 { border-top: 3px solid #8b5cf6; }

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

.paper-d439 {
    overflow-x: auto;
}

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

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

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

.notice_b39c td {
    color: #ccc;
}

.notice_b39c .backdrop-green-316c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.feature-1fe5 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.sort-easy-d459 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.lower-5d4e {
    font-size: 2rem;
}

.list-fast-566b strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.list-fast-566b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.clean-40b7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.focus-in-96d4 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.overlay_light_2cb1 {
    font-size: 1.5rem;
}

.border-wide-1d72 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.dynamic-097d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.right-0e79 .article_steel_92ce {
    margin-bottom: 10px;
}

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

.right-0e79 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.pagination-02aa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.column-red-3062 {
    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;
}

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

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

.hot-9e29 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-down-567b {
    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;
}

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

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

.frame-1a44 span {
    color: #666;
    font-size: 0.8rem;
}

.frame-1a44 a {
    color: #ff6b6b;
}

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

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

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

.wood-7e59 {
    text-align: center;
}

.wood-7e59 .filter-1951 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.wood-7e59 .title_8802 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-brown-d7b7 {
    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;
}

.section-brown-d7b7.outline-d3c0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.texture-32e9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.small-db96 .content-3fe8 {
    color: #666;
    margin: 0 8px;
}

.small-db96 .popup_c9a0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.fresh-6dfc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.silver-5322 {
    font-size: 2rem;
}

.sort-fixed-5ed8 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.sort-fixed-5ed8 strong {
    color: #d4af37;
}

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

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

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

.short-4afc h3,
.detail-c632 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.soft-14aa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.menu-down-c4f9 strong {
    color: #00ff88;
}

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

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

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

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

.disabled-thick-e2a6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.message-hovered-2a3f summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.message-hovered-2a3f summary::-webkit-details-marker {
    display: none;
}

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

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

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

.nav-blue-8ec6 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.nav-blue-8ec6 strong {
    color: #d4af37;
}

.wrapper-1c39 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft-9cb7 {
    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;
}

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

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

@media (max-width: 576px) {
    .hero-narrow-4ecc {
        grid-template-columns: 1fr;
    }
}

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

.module-hot-5015 strong {
    color: #d4af37;
}

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

.glass-419a {
    color: #888;
    font-size: 0.9rem;
}

.glass-419a strong {
    color: #00ff88;
}

.glass-419a span {
    color: #d4af37;
}

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

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

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

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

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

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

.west-1d8b {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .summary-hard-6e9f {
        grid-template-columns: 1fr;
    }
}

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

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

.content-selected-d378 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-selected-d378 li {
    margin-bottom: 5px;
}

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

.content-selected-d378 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.secondary_mini_604d strong {
    color: #00ff88;
}

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

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

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

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

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

.lower-acdd {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .list_b53c {
        padding: 30px 15px;
    }
    
    .list_b53c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .footer-tiny-3ac1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .aside_outer_6b45 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .east_d6db {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east_d6db .focused-6aee {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .middle_dd36 {
        font-size: 1.3rem;
    }
    
    .element-6b69 {
        font-size: 0.7rem;
    }
    
    .button-83ff {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-83ff .bottom_baa7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .bottom-8bf0 {
        display: none;
    }
    
    .feature_up_f147 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .mask-thick-4449 {
        padding: 20px 10px;
    }
    
    .icon_6c27 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .narrow_7aac,
    .paragraph_outer_a27f {
        padding: 15px;
    }
    
    .new_80f5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .full-690e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hidden_2585 {
        padding: 30px 10px;
    }
    
    .left-c8a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_simple_9da0 {
        padding: 20px 15px;
    }
    
    .basic-1ca1 {
        font-size: 2rem;
    }
    
    .list_simple_9da0 h3 {
        font-size: 1.1rem;
    }
    
    .list_simple_9da0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .text-c955 {
        padding: 20px 10px;
    }
    
    .tag_middle_6446 h2 {
        font-size: 1.3rem;
    }
    
    .panel_4626 {
        font-size: 0.9rem;
    }
    
    .purple_9630 h3 {
        font-size: 1.1rem;
    }
    
    .purple_9630 p {
        font-size: 0.9rem;
    }
    
    .secondary_2d46 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero-narrow-4ecc {
        grid-template-columns: 1fr;
    }
    
    .module-hot-5015 {
        font-size: 0.85rem;
    }
    
    .disabled_14e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .soft-9cb7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .soft-9cb7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture-hard-8fad {
        padding: 30px 10px;
    }
    
    .bottom-e31e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus_motion_8e1a {
        padding: 15px 10px;
    }
    
    .focus_motion_8e1a h4 {
        font-size: 0.9rem;
    }
    
    .focus_motion_8e1a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wood_951b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bottom-e31e {
        grid-template-columns: 1fr;
    }
    
    .focus_motion_8e1a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dropdown-cool-2aec {
        padding: 30px 10px;
    }
    
    .nav_501a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-88b6 {
        padding: 15px;
    }
    
    .breadcrumb_672f {
        font-size: 0.9rem;
    }
    
    .disabled-2206 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled-2206 .mini_50b3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .input-bc77 {
        padding: 30px 10px;
    }
    
    .input-bc77 h2 {
        font-size: 1.2rem;
    }
    
    .hard_9a02 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-stale-c234 {
        padding: 15px 10px;
    }
    
    .paragraph-stale-c234 h4 {
        font-size: 0.85rem;
    }
    
    .paragraph-stale-c234 p {
        font-size: 0.75rem;
    }
    
    .pagination-old-3ee5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .complex_56cf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner-cedc {
        padding: 20px 10px;
    }
    
    .inner_c6c3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mask-old-c65b,
    .notice_soft_9821,
    .frame-1a44 {
        width: 100%;
    }
    
    .mask-old-c65b h3 {
        font-size: 1.1rem;
    }
    
    .mask-old-c65b p {
        font-size: 0.8rem;
    }
    
    .heading-down-567b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .modal-b95c {
        padding: 30px 15px;
    }
    
    .modal-b95c h2 {
        font-size: 1.3rem;
    }
    
    .modal-b95c p {
        font-size: 0.85rem;
    }
    
    .sort-dim-ebc9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort-dim-ebc9 .bottom_baa7 {
        width: 100%;
    }
    
    .progress_ab92 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .new-3d05 {
        padding: 30px 15px;
    }
    
    .clean_a120 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade_54e5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .next-c06a h4 {
        font-size: 0.9rem;
    }
    
    .next-c06a a {
        font-size: 0.8rem;
    }
    
    .footer_in_9cae {
        font-size: 0.8rem;
    }
    
    .silver-ac6a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .item-9173 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .narrow_03e5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9f12 */
.shadow-element-u9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
