/* Inner Page Styles */

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

.full-6d8f 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);
}

.full-6d8f 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);
}

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

.wrapper-7ca6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.wrapper-7ca6 .alert_5606 {
    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;
}

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

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

.wrapper-7ca6 .alert_5606:hover::before {
    left: 100%;
}

.wrapper-7ca6 .alert_5606:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-2c18 {
    color: var(--casino-gold-light);
}

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

.form-2c18 a:hover {
    color: var(--casino-gold-light);
}

.form-2c18.fn-active-10e1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium_1d40 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-top-070f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnail-top-070f li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

.hover-out-7561:hover::before {
    left: 100%;
}

.hover-out-7561 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;
}

.hover-out-7561 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;
}

.hover-out-7561 .new-8561 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hover-out-7561 .new-8561:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-bottom-8983 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.element_a060 .new-8561:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .full-6d8f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .full-6d8f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .full-6d8f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wrapper-7ca6 {
        justify-content: center;
    }
    
    .accent_tiny_d6fc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .cool_9214 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .huge_1970 {
        padding: var(--md-spacing-md) 0;
    }
    
    .plasma_ee07 {
        padding: var(--md-spacing-md);
    }
    
    .title-b508 {
        padding: var(--md-spacing-md) 0;
    }
    
    .medium_1d40 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element_a060 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .main-left-f446 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .plasma_ee07 {
        padding: var(--md-spacing-sm);
    }
    
    .panel_059d {
        padding: var(--md-spacing-md);
    }
    
    .medium_1d40 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel_059d,
.medium_1d40,
.element_a060 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.layout-current-ca7d::-webkit-scrollbar {
    width: 8px;
}

.layout-current-ca7d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.gallery-slow-0a2e {
    font-size: 1.5rem;
}

.out_9733 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.avatar-brown-dc6b {
    padding: 30px 0;
}

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

.chip-center-40ed {
    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;
}

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

.chip-center-40ed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.chip-center-40ed li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.background_e881 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.short-08f5 {
    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;
}

.short-08f5.box_gold_890c .hover_copper_b9ca {
    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); }
}

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

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

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

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

.photo-fresh-ced3 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;
}

.photo-fresh-ced3 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);
}

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

.pagination-north-45b9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.cold-103d.heading_cold_68ca::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.cold-103d.sort_static_8ffc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.cold-103d.badge_cec0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.cold-103d.content-eaad::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.label-hard-2a78 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.video-short-3a8f {
    font-size: 1.2rem;
}

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

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

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

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

.outer_1508.sort-next-00ab { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer_1508.fn-active-10e1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notice-glass-17a8 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-silver-7b8e { border-top: 3px solid #00ccff; }
.grid_advanced_3a42 { border-top: 3px solid #00ff88; }
.form_north_0bc6 { border-top: 3px solid #d4af37; }
.shadow_1e40 { border-top: 3px solid #ff6b6b; }
.shade-c063 { border-top: 3px solid #8b5cf6; }

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

.focus-bottom-2171 {
    overflow-x: auto;
}

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

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

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

.list-e61e td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.simple-091e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.texture-229a {
    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;
}

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

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

.summary-out-53cf h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.summary-out-53cf p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.out-d106 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.aside-lower-fb84 {
    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;
}

.aside-lower-fb84::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);
}

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

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

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

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

.notice-gold-08ca {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.dropdown-5beb {
    font-size: 1.5rem;
}

.component-medium-af45 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.filter-a163 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.column_211b .mini-8cf8 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.summary-east-7d9a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.summary-east-7d9a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.hero-78c9 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.texture-9fe0 {
    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;
}

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

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

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

.focus_pressed_82d5 a {
    color: #ff6b6b;
}

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

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

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

.highlight-fresh-495c {
    text-align: center;
}

.highlight-fresh-495c .gas_f9a9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.highlight-fresh-495c .item-wide-bbbc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.feature-lower-5769 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.box-6a3a {
    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;
}

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

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

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

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

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

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

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

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

.static-79e6 {
    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;
}

.static-79e6.top-ed2b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .text-b975 {
        flex-direction: column;
    }
    .link-6a8b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.input-1cd9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.complex-6e25 .out-38d1 {
    color: #666;
    margin: 0 8px;
}

.complex-6e25 .text_new_448d {
    color: #ff6b6b;
    text-decoration: line-through;
}

.article-pink-7ca9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.summary-fast-e76b {
    font-size: 2rem;
}

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

.current-4919 strong {
    color: #d4af37;
}

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

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

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

.notice-e69c h3,
.in-0860 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.dirty-668c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.content_cd34 strong {
    color: #00ff88;
}

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

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

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

.box_basic_bf1e h3,
.hidden-55f1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.slider-62c3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.outline_8e36 strong {
    color: #d4af37;
}

.button_gas_36e4 {
    color: #aaa;
}

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

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

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

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

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

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

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

.small-3597:last-child {
    border-bottom: none;
}

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

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

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

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

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

.brown-a3d5 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;
}

.brown-a3d5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.background-focused-ba1d strong {
    color: #d4af37;
}

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

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

.texture_6d9f strong {
    color: #00ff88;
}

.texture_6d9f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.shadow-stone-acc4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.search-gas-52c3 {
    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);
}

.chip-basic-c87a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-6c99 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.old-6c99 li {
    margin-bottom: 5px;
}

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

.old-6c99 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.input-efef strong {
    color: #00ff88;
}

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

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

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

.description-purple-dcec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.image-thick-0298 {
    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;
}

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

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

@media (max-width: 768px) {
    .description-purple-dcec {
        flex-direction: column;
    }
    
    .image-thick-0298 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .small-1149 {
        padding: 30px 15px;
    }
    
    .small-1149 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_purple_a3f3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .clean_60f4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .search_yellow_4e46 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search_yellow_4e46 .south_4aa1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .section-edc6 {
        font-size: 1.3rem;
    }
    
    .right_c0f5 {
        font-size: 0.7rem;
    }
    
    .list-78ae {
        flex-direction: column;
        gap: 10px;
    }
    
    .list-78ae .new-8561 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dirty-c243 {
        display: none;
    }
    
    .media-dynamic-2a36 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .primary-264a {
        padding: 20px 10px;
    }
    
    .huge_27c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large-5662,
    .shadow-plasma-cf86 {
        padding: 15px;
    }
    
    .shadow-stone-acc4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .search-gas-52c3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hot_d347 {
        padding: 30px 10px;
    }
    
    .element_paper_f42f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_right_caa2 {
        padding: 20px 15px;
    }
    
    .medium-588b {
        font-size: 2rem;
    }
    
    .heading_right_caa2 h3 {
        font-size: 1.1rem;
    }
    
    .heading_right_caa2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gradient_26d6 {
        padding: 20px 5px;
    }
    
    .gradient_26d6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .description-motion-f437 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .list-e61e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .list-e61e th,
    .list-e61e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .badge-1e11 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .in-8f31 {
        padding: 20px 10px;
    }
    
    .item_purple_67f9 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_top_b09f {
        font-size: 0.9rem;
    }
    
    .small-3597 h3 {
        font-size: 1.1rem;
    }
    
    .small-3597 p {
        font-size: 0.9rem;
    }
    
    .brown-a3d5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_north_d905 {
        grid-template-columns: 1fr;
    }
    
    .background-focused-ba1d {
        font-size: 0.85rem;
    }
    
    .background-easy-4c18 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_dark_37dc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hidden_dark_37dc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .feature_cf18 {
        padding: 30px 10px;
    }
    
    .accordion_e270 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_1c51 {
        padding: 15px 10px;
    }
    
    .badge_1c51 h4 {
        font-size: 0.9rem;
    }
    
    .badge_1c51 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .icon-fixed-14d4 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fluid_52e2 {
        padding: 30px 10px;
    }
    
    .focus_1acf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge-7e5c {
        padding: 15px;
    }
    
    .short_d072 {
        font-size: 0.9rem;
    }
    
    .complex_cfa8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .complex_cfa8 .down_c452 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .red-9b7d {
        padding: 30px 10px;
    }
    
    .red-9b7d h2 {
        font-size: 1.2rem;
    }
    
    .fast-872a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .down_c99b {
        padding: 15px 10px;
    }
    
    .down_c99b h4 {
        font-size: 0.85rem;
    }
    
    .down_c99b p {
        font-size: 0.75rem;
    }
    
    .banner_plasma_052c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tag-5348 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .clean_73d0 {
        padding: 20px 10px;
    }
    
    .gas-4860 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .action_bf8a,
    .module_smooth_44b6,
    .focus_pressed_82d5 {
        width: 100%;
    }
    
    .action_bf8a h3 {
        font-size: 1.1rem;
    }
    
    .action_bf8a p {
        font-size: 0.8rem;
    }
    
    .texture-9fe0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .sort-74bc {
        padding: 30px 15px;
    }
    
    .sort-74bc h2 {
        font-size: 1.3rem;
    }
    
    .sort-74bc p {
        font-size: 0.85rem;
    }
    
    .list_f824 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_f824 .new-8561 {
        width: 100%;
    }
    
    .logo-tiny-03f4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .inner-34dc {
        padding: 30px 10px;
    }
    
    .inner-34dc h3 {
        font-size: 1.2rem;
    }
    
    .modal-9579 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element_a060 {
        padding: 15px 10px;
    }
    
    .element_a060 h4 {
        font-size: 0.85rem;
    }
    
    .element_a060 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .column_5e0b {
        padding: 30px 15px;
    }
    
    .focus_blue_4cf8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gallery-6af8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pressed_f5c7 h4 {
        font-size: 0.9rem;
    }
    
    .pressed_f5c7 a {
        font-size: 0.8rem;
    }
    
    .tertiary-0e34 {
        font-size: 0.8rem;
    }
    
    .item_tall_5094 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .pink-fdc9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption_lite_9d7b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c9e2 */
.shadow-element-q3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
