/* Inner Page Styles */

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

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

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

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

.layout-full-c43d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.layout-full-c43d .description-9b0d {
    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;
}

.layout-full-c43d .description-9b0d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.layout-full-c43d .description-9b0d:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.layout-full-c43d .description-9b0d:hover::before {
    left: 100%;
}

.layout-full-c43d .description-9b0d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card_8b4e.fn-active-60e0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_copper_1fc2 .clean-6ca8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.main_copper_1fc2 .clean-6ca8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.chip-e4c8 .clean-6ca8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.chip-e4c8 .clean-6ca8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .white_4d4c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .white_4d4c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .white_4d4c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .layout-full-c43d {
        justify-content: center;
    }
    
    .purple-8215 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .shade-purple-b278 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .action-1182 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_6dc9 {
        padding: var(--md-spacing-md);
    }
    
    .section_0ecb {
        padding: var(--md-spacing-md) 0;
    }
    
    .rough-acfb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip-e4c8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .component-bf1d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .avatar_6dc9 {
        padding: var(--md-spacing-sm);
    }
    
    .bright_e8c3 {
        padding: var(--md-spacing-md);
    }
    
    .rough-acfb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bright_e8c3,
.rough-acfb,
.chip-e4c8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.mask-under-3fc0 {
    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);
}

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

.left_782b {
    font-size: 1.5rem;
}

.motion_e433 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .cool-98b6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .complex-4ce9 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.backdrop-8cd2 {
    padding: 30px 0;
}

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

.panel-4f29 {
    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;
}

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

.panel-4f29 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.panel-4f29 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.input_clean_980b strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .picture-fast-2fab {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.table-full-8ea4 {
    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;
}

.table-full-8ea4.item-easy-6ce9 .short-7c2a {
    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); }
}

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

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

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

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

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

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

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

.up_d62d {
    font-size: 1.2rem;
}

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

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

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

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

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

.message_static_5b71.badge_509c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.message_static_5b71.section-first-a8c2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message_static_5b71.pattern-686c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.message_static_5b71.section-cool-989b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.badge-d185 {
    font-size: 1.2rem;
}

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

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

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

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

.tertiary_b526.white_c4d5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary_b526.fn-active-60e0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.modal-next-2f45 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.pattern-silver-3a35 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.header-middle-e61c {
    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;
}

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

.header-middle-e61c.element-dd57 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.disabled_dirty_8def { border-top: 3px solid #00ccff; }
.input-top-652f { border-top: 3px solid #00ff88; }
.texture_c451 { border-top: 3px solid #d4af37; }
.liquid_0b77 { border-top: 3px solid #ff6b6b; }
.avatar_0500 { border-top: 3px solid #8b5cf6; }

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

.liquid_7770 {
    overflow-x: auto;
}

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

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

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

.active-5bea td {
    color: #ccc;
}

.active-5bea .secondary-hot-a4eb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.active-5bea tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.outline-silver-7f68 {
    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;
}

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

.frame-cool-bade {
    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;
}

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

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

.section-solid-af89 {
    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;
}

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

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

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

.mask_huge_9ca2 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.text-focused-9f29 {
    background: #0a0a0a;
    padding: 60px 0;
}

.liquid-393f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.banner-thick-70b9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.main_65fa {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.surface-smooth-7c99 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.surface-smooth-7c99 .detail-e692 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.small_7a9f .tooltip_solid_4075 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .info-silver-6d2b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-7413 a {
    color: #ff6b6b;
}

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

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

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

.frame-22e6 {
    text-align: center;
}

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

.frame-22e6 .simple_1c57 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-plasma-5cf1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-9ff0 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.section-9ff0.element-dd57 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .container-plasma-5cf1 {
        flex-direction: column;
    }
    .item_b227 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.hero-short-b80d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.frame-def0 .chip_top_79cd {
    color: #666;
    margin: 0 8px;
}

.frame-def0 .alert_66b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.paragraph-24a9 {
    font-size: 2rem;
}

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

.gallery-74a2 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.secondary-915b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.menu-active-c971 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.hot_9df7 strong {
    color: #d4af37;
}

.picture_9a45 {
    color: #aaa;
}

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

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

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

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

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

.element-hard-3808 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.clean-4453 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;
}

.clean-4453 li strong {
    color: #00ff88;
}

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

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

.bottom-73c3 {
    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;
}

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

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

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

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

.preview_38a6 strong {
    color: #d4af37;
}

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

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

.hard_f913 strong {
    color: #00ff88;
}

.hard_f913 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.layout-6cc1 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.hard-65e2 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hard-65e2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-simple-14c2 {
    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;
}

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

.soft_cb98 strong {
    color: #00ff88;
}

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

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

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

.north-51fb {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .north-51fb {
        flex-direction: column;
    }
    
    .purple_9886 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hot_30a5 {
        padding: 30px 15px;
    }
    
    .hot_30a5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sidebar-fluid-0bf3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sidebar_4c82 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .brown-d309 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .brown-d309 .nav-fresh-6ac9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tooltip_5ab9 {
        font-size: 1.3rem;
    }
    
    .background-yellow-cbce {
        font-size: 0.7rem;
    }
    
    .light_cd1a {
        flex-direction: column;
        gap: 10px;
    }
    
    .light_cd1a .clean-6ca8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer-fe57 {
        display: none;
    }
    
    .avatar_bright_b090 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .component_5184 {
        padding: 20px 10px;
    }
    
    .sort_09aa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed_0625,
    .blue-9a14 {
        padding: 15px;
    }
    
    .badge_c124 {
        flex-direction: column;
        gap: 5px;
    }
    
    .silver_c047 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thumbnail-3d30 {
        padding: 30px 10px;
    }
    
    .frame_7cdb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu-action-06c6 {
        padding: 20px 15px;
    }
    
    .stale-a2e8 {
        font-size: 2rem;
    }
    
    .menu-action-06c6 h3 {
        font-size: 1.1rem;
    }
    
    .menu-action-06c6 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .upper-cef6 {
        padding: 20px 5px;
    }
    
    .upper-cef6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .current-409b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active-5bea {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active-5bea th,
    .active-5bea td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .medium-def8 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .active_left_c644 {
        padding: 20px 10px;
    }
    
    .sort_4cae h2 {
        font-size: 1.3rem;
    }
    
    .lite-f136 {
        font-size: 0.9rem;
    }
    
    .stone_1142 h3 {
        font-size: 1.1rem;
    }
    
    .stone_1142 p {
        font-size: 0.9rem;
    }
    
    .clean-4453 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .main-c500 {
        grid-template-columns: 1fr;
    }
    
    .preview_38a6 {
        font-size: 0.85rem;
    }
    
    .notification_light_9bec {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom-73c3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .bottom-73c3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .short_5544 {
        padding: 30px 10px;
    }
    
    .outline-0560 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-bb1f {
        padding: 15px 10px;
    }
    
    .sort-bb1f h4 {
        font-size: 0.9rem;
    }
    
    .sort-bb1f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thumbnail-80b5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outline-0560 {
        grid-template-columns: 1fr;
    }
    
    .sort-bb1f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .logo_b816 {
        padding: 30px 10px;
    }
    
    .border-0df0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_6bff {
        padding: 15px;
    }
    
    .photo-da17 {
        font-size: 0.9rem;
    }
    
    .surface-cc50 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface-cc50 .out_3b0d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .footer-8180 {
        padding: 30px 10px;
    }
    
    .footer-8180 h2 {
        font-size: 1.2rem;
    }
    
    .next_f153 {
        gap: 10px;
    }
    
    .search-slow-a043 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search-slow-a043 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .thumbnail_d57c {
        padding: 30px 10px;
    }
    
    .thumbnail_d57c h2 {
        font-size: 1.2rem;
    }
    
    .content-d970 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-tiny-ea23 {
        padding: 15px 10px;
    }
    
    .alert-tiny-ea23 h4 {
        font-size: 0.85rem;
    }
    
    .alert-tiny-ea23 p {
        font-size: 0.75rem;
    }
    
    .dropdown-b602 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .module_3e14 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .photo_clean_41bd {
        padding: 20px 10px;
    }
    
    .next-8b61 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .description_short_1ba6,
    .selected_b413,
    .easy-7413 {
        width: 100%;
    }
    
    .description_short_1ba6 h3 {
        font-size: 1.1rem;
    }
    
    .description_short_1ba6 p {
        font-size: 0.8rem;
    }
    
    .notification-cold-d8b7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .avatar_f2e7 {
        padding: 30px 15px;
    }
    
    .avatar_f2e7 h2 {
        font-size: 1.3rem;
    }
    
    .avatar_f2e7 p {
        font-size: 0.85rem;
    }
    
    .input-f3ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .input-f3ee .clean-6ca8 {
        width: 100%;
    }
    
    .focus_845c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .panel-fluid-f97b {
        padding: 30px 10px;
    }
    
    .panel-fluid-f97b h3 {
        font-size: 1.2rem;
    }
    
    .hero_c1fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-e4c8 {
        padding: 15px 10px;
    }
    
    .chip-e4c8 h4 {
        font-size: 0.85rem;
    }
    
    .chip-e4c8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .image_in_e948 {
        padding: 30px 15px;
    }
    
    .warm-fc9e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .small_66a6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .title_af0a h4 {
        font-size: 0.9rem;
    }
    
    .title_af0a a {
        font-size: 0.8rem;
    }
    
    .middle-01e0 {
        font-size: 0.8rem;
    }
    
    .glass-1a5e p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .stone_3577 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .green-b47e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2570 */
.ghost-box-r0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
