/* Inner Page Styles */

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

.module-up-e173 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);
}

.module-up-e173 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);
}

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

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

.blue_dc8b .east-40d0 {
    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;
}

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

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

.blue_dc8b .east-40d0:hover::before {
    left: 100%;
}

.blue_dc8b .east-40d0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.banner-78d0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-5474.fn-active-54fa {
    color: var(--casino-gold-light);
}

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

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

.popup-08df {
    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);
}

.popup-08df 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);
}

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

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

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

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

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

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

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

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

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

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

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

.silver-14d4 {
    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%;
}

.silver-14d4 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.title_c779 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.title_c779 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

.slider_73fe .warm-867a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.slider_73fe .warm-867a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.table-basic-9b7d {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.prev-b0a1 .warm-867a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.prev-b0a1 .warm-867a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .module-up-e173 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .module-up-e173 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .module-up-e173 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .blue_dc8b {
        justify-content: center;
    }
    
    .banner-78d0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thick_943d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .green_65f7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-08df {
        padding: var(--md-spacing-md);
    }
    
    .message-1369 {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver-14d4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .prev-b0a1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notice-paper-f51d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .popup-08df {
        padding: var(--md-spacing-sm);
    }
    
    .progress_6f21 {
        padding: var(--md-spacing-md);
    }
    
    .silver-14d4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.progress_6f21,
.silver-14d4,
.prev-b0a1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.yellow_4198 {
    font-size: 1.5rem;
}

.gallery_11d0 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.overlay-complex-82f3 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-e488 strong {
    color: #00ff88;
}

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

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

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

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

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

.tall-2fc5::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;
}

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

.nav-hovered-8875 {
    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;
}

.nav-hovered-8875.smooth-2550 .overlay-ea53 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

.feature-35cc 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;
}

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

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

.fresh-8a68 {
    font-size: 1.2rem;
}

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

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

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

.search-hard-94b0 {
    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;
}

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

.search-hard-94b0.video-0a7d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.search-hard-94b0.gallery_fe06::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search-hard-94b0.widget-complex-9f67::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.search-hard-94b0.hot_89bb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.right-25ca {
    font-size: 1.2rem;
}

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

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

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

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

.item-ac15.text_action_ee20 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.item-ac15.fn-active-54fa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.out-1f2e {
    color: #666;
    font-size: 0.8rem;
}

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

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

.description-yellow-84f1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.shadow-north-6fe1 {
    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;
}

.shadow-north-6fe1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.shadow-north-6fe1.blue_2435 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.blue_1840 { border-top: 3px solid #00ccff; }
.badge_9fd7 { border-top: 3px solid #00ff88; }
.light_f0d2 { border-top: 3px solid #d4af37; }
.dark_163e { border-top: 3px solid #ff6b6b; }
.mask_last_d715 { border-top: 3px solid #8b5cf6; }

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

.modal_0b10 {
    overflow-x: auto;
}

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

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

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

.preview_active_2e12 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

.header-light-94a0 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.stone_8f96 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.center-559a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-middle-2c41 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pattern-df27 {
    font-size: 1.5rem;
}

.aside-top-673e {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.overlay-focused-5dbf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.element-967f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.accent_298d .purple-b1b0 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.slow-9d61 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-smooth-6e25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.notification-in-1d45 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-down-fbb2 {
    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;
}

.notification-in-1d45 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.frame-10e6 span {
    color: #666;
    font-size: 0.8rem;
}

.frame-10e6 a {
    color: #ff6b6b;
}

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

.bottom-8a3e {
    max-width: 800px;
    margin: 0 auto;
}

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

.bronze-3b09 {
    text-align: center;
}

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

.bronze-3b09 .hidden_0f2d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.frame-static-6aee {
    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;
}

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

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

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

.pattern-367d {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .last-2c5b {
        flex-direction: column;
    }
    .easy_fe16 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.gradient-brown-6696 .focus-down-eb7d {
    color: #666;
    margin: 0 8px;
}

.gradient-brown-6696 .soft-2484 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.title_ca6b {
    font-size: 2rem;
}

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

.filter_ec68 strong {
    color: #d4af37;
}

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

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

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

.highlight-010a h3,
.form-black-0857 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.inner-354a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.old_c72c strong {
    color: #d4af37;
}

.bronze_d56f {
    color: #aaa;
}

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

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

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

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

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

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

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

.bottom-2b8b:last-child {
    border-bottom: none;
}

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

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

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

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

.widget-7fb2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.widget-7fb2 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;
}

.widget-7fb2 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.highlight_silver_2b7b strong {
    color: #d4af37;
}

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

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

.form_stone_56f4 strong {
    color: #00ff88;
}

.form_stone_56f4 span {
    color: #d4af37;
}

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

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

.border-clean-b695 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.yellow-6a61 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.bronze-609f {
    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);
}

.article-bright-27cd {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-3ec2 {
    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;
}

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

.wrapper_3265 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hot-3509 {
        padding: 30px 15px;
    }
    
    .hot-3509 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .background-eac4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .solid_1645 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title-6beb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-6beb .mask-plasma-6eb8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hot_f0c5 {
        font-size: 1.3rem;
    }
    
    .section-da66 {
        font-size: 0.7rem;
    }
    
    .paper-6b47 {
        flex-direction: column;
        gap: 10px;
    }
    
    .paper-6b47 .warm-867a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .copper-50cd {
        display: none;
    }
    
    .module_1709 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .media_c48d {
        padding: 20px 10px;
    }
    
    .border-clean-b695 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module-easy-c206,
    .modal-7495 {
        padding: 15px;
    }
    
    .yellow-6a61 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bronze-609f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accent-b6bf {
        padding: 30px 10px;
    }
    
    .under_68c8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_1752 {
        padding: 20px 15px;
    }
    
    .banner-37fa {
        font-size: 2rem;
    }
    
    .static_1752 h3 {
        font-size: 1.1rem;
    }
    
    .static_1752 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .upper_b51f {
        padding: 20px 10px;
    }
    
    .pressed-3613 h2 {
        font-size: 1.3rem;
    }
    
    .left_1e1c {
        font-size: 0.9rem;
    }
    
    .bottom-2b8b h3 {
        font-size: 1.1rem;
    }
    
    .bottom-2b8b p {
        font-size: 0.9rem;
    }
    
    .widget-7fb2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content-4a60 {
        grid-template-columns: 1fr;
    }
    
    .highlight_silver_2b7b {
        font-size: 0.85rem;
    }
    
    .item_d397 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_d0b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface_d0b1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail_af0d {
        padding: 30px 10px;
    }
    
    .menu-c81d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_1c74 {
        padding: 15px 10px;
    }
    
    .heading_1c74 h4 {
        font-size: 0.9rem;
    }
    
    .heading_1c74 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .large-29b8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .menu-c81d {
        grid-template-columns: 1fr;
    }
    
    .heading_1c74 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .left_3efe {
        padding: 30px 10px;
    }
    
    .card-fixed-5af5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-gas-0797 {
        padding: 15px;
    }
    
    .warm_fe64 {
        font-size: 0.9rem;
    }
    
    .stale-6283 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stale-6283 .caption_554d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .steel-6216 {
        padding: 30px 10px;
    }
    
    .steel-6216 h2 {
        font-size: 1.2rem;
    }
    
    .light-ea0b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-fd25 {
        padding: 15px 10px;
    }
    
    .status-fd25 h4 {
        font-size: 0.85rem;
    }
    
    .status-fd25 p {
        font-size: 0.75rem;
    }
    
    .search_f73f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dark_a691 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .border-static-fc27 {
        padding: 20px 10px;
    }
    
    .message-smooth-6e25 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outline-462e,
    .notification-in-1d45,
    .frame-10e6 {
        width: 100%;
    }
    
    .outline-462e h3 {
        font-size: 1.1rem;
    }
    
    .outline-462e p {
        font-size: 0.8rem;
    }
    
    .notification-down-fbb2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .slider-89a5 {
        padding: 30px 15px;
    }
    
    .slider-89a5 h2 {
        font-size: 1.3rem;
    }
    
    .slider-89a5 p {
        font-size: 0.85rem;
    }
    
    .component_de2c {
        flex-direction: column;
        gap: 10px;
    }
    
    .component_de2c .warm-867a {
        width: 100%;
    }
    
    .header-74cb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .dropdown-e905 {
        padding: 30px 10px;
    }
    
    .dropdown-e905 h3 {
        font-size: 1.2rem;
    }
    
    .info-9d9a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev-b0a1 {
        padding: 15px 10px;
    }
    
    .prev-b0a1 h4 {
        font-size: 0.85rem;
    }
    
    .prev-b0a1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .advanced-3ac2 {
        padding: 30px 15px;
    }
    
    .mini_31c7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter_current_7687 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper-216f h4 {
        font-size: 0.9rem;
    }
    
    .wrapper-216f a {
        font-size: 0.8rem;
    }
    
    .image_north_9aea {
        font-size: 0.8rem;
    }
    
    .list_focused_a90a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pattern-c128 {
        padding: 8px 10px;
    }
    
    .button-center-5cae {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .message-ceb6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button-center-5cae {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .message-ceb6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c11e */
.phantom-card-v1 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
