/* Inner Page Styles */

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

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

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

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

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

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

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

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

.pattern-a5ab .button_pink_9810:hover::before {
    left: 100%;
}

.pattern-a5ab .button_pink_9810:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.search-19a7 {
    color: var(--casino-gold-light);
}

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

.search-19a7 a:hover {
    color: var(--casino-gold-light);
}

.search-19a7.fn-active-7707 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-047d {
    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%;
}

.bronze-047d 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 */
.box-right-6543 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-right-6543 li {
    margin-bottom: var(--md-spacing-xs);
}

.box-right-6543 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);
}

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

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

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

.modal-solid-a78f:hover::before {
    left: 100%;
}

.modal-solid-a78f 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;
}

.modal-solid-a78f 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;
}

.modal-solid-a78f .background-7f9e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.modal-solid-a78f .background-7f9e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.highlight-active-d441 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.module-yellow-4e8a {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

.module-yellow-4e8a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.module-yellow-4e8a .background-7f9e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.module-yellow-4e8a .background-7f9e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .next-a787 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .next-a787 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .next-a787 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pattern-a5ab {
        justify-content: center;
    }
    
    .form-a165 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .black_7ef5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input-b837 {
        padding: var(--md-spacing-md) 0;
    }
    
    .glass_aa80 {
        padding: var(--md-spacing-md);
    }
    
    .photo-ce50 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bronze-047d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .module-yellow-4e8a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dirty-9d7d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .glass_aa80 {
        padding: var(--md-spacing-sm);
    }
    
    .module_6f38 {
        padding: var(--md-spacing-md);
    }
    
    .bronze-047d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.module_6f38,
.bronze-047d,
.module-yellow-4e8a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.hard-066e::-webkit-scrollbar {
    width: 8px;
}

.hard-066e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.badge_55dc {
    font-size: 1.5rem;
}

.column-40b3 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .layout-d35b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .sort-1831 {
        margin-left: 0;
    }
}

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

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

.alert-next-2fa8 {
    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;
}

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

.alert-next-2fa8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.alert-next-2fa8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.frame_99bc strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.wrapper_dark_0b85.overlay_b10b .modal-e976 {
    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); }
}

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

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

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

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

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

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

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

.frame-d396 {
    font-size: 1.2rem;
}

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

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

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

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

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

.form_9e7f.current_1643::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.form_9e7f.message-dark-eae2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.form_9e7f.orange-c6e7::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.form_9e7f.fresh_37c6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.card_silver_f866 {
    font-size: 1.2rem;
}

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

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

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

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

.caption-cbba.tag_hot_bc06 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption-cbba.fn-active-7707 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.preview_up_a9e8.carousel-yellow-2392 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.right_9703 { border-top: 3px solid #00ccff; }
.gas_ceca { border-top: 3px solid #00ff88; }
.chip_out_7d19 { border-top: 3px solid #d4af37; }
.next_b397 { border-top: 3px solid #ff6b6b; }
.popup-upper-7847 { border-top: 3px solid #8b5cf6; }

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

.grid_c2f5 {
    overflow-x: auto;
}

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

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

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

.caption-steel-8268 td {
    color: #ccc;
}

.caption-steel-8268 .prev_7486 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.caption-steel-8268 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .layout-gas-24a9 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.grid-inner-7dd7 {
    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;
}

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

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

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

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

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

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

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

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

.list-d98f {
    font-size: 2rem;
}

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

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

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

.button-static-792c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .button-static-792c::before {
        left: 30px;
    }
}

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

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

.border-065b {
    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;
}

.border-065b::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);
}

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

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

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

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

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

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

.banner-4608 {
    font-size: 1.5rem;
}

.stone-6ad0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.outline-cold-753f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.outline-cold-753f .tabs-north-c1f6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.paper-15f6 .panel-old-ec5f {
    margin-bottom: 10px;
}

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

.paper-15f6 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.video-prev-4190 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.title-old-2317 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.advanced_ab68 a {
    color: #ff6b6b;
}

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

.dropdown-6a65 {
    max-width: 800px;
    margin: 0 auto;
}

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

.shade_bd0e {
    text-align: center;
}

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

.shade_bd0e .wide-ea7e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.dropdown-6a65 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

.item-fixed-0d3b {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .item-fixed-0d3b {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .item-fixed-0d3b {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

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

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

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

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

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

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

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

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

.mini-5e3d {
    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;
}

.mini-5e3d.carousel-yellow-2392 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.smooth-b2a9 .border-clean-af79 {
    color: #666;
    margin: 0 8px;
}

.smooth-b2a9 .copper-6cb5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.slider-new-bf88 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.box-83c8 {
    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;
}

.filter-c4d0 {
    font-size: 2rem;
}

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

.title_last_36b1 strong {
    color: #d4af37;
}

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

.layout-64c9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.slider-17ae h3,
.frame_d470 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.chip-bottom-9d88 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.shadow-out-6c65 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mask-f0c3 strong {
    color: #00ff88;
}

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

.modal-76ed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.paragraph-724a h3,
.top-e48f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.frame-68ad strong {
    color: #d4af37;
}

.heading_b66f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dark-25df {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dark-25df 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;
}

.dark-25df li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.active-wide-afb6 strong {
    color: #d4af37;
}

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

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

.filter-2611 strong {
    color: #00ff88;
}

.filter-2611 span {
    color: #d4af37;
}

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

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

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

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

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

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

.tertiary-80d3 {
    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;
}

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

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

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

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

.first-33f5 {
    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);
}

.menu-west-ca10 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.link-yellow-a764 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.mask-c048 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.title-old-2317 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .active-d0af {
        flex-direction: column;
    }
    
    .banner-a675 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero_ee60 {
        padding: 30px 15px;
    }
    
    .hero_ee60 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .green_5913 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .static_bdae {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .soft_1b96 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .soft_1b96 .picture_west_abef {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tertiary-copper-0741 {
        font-size: 1.3rem;
    }
    
    .green_9af7 {
        font-size: 0.7rem;
    }
    
    .active_0c55 {
        flex-direction: column;
        gap: 10px;
    }
    
    .active_0c55 .background-7f9e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .focus_clean_ef7e {
        display: none;
    }
    
    .caption-left-7676 {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .aside_current_ddb7 {
        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_dim_eae4 {
        padding: 20px 10px;
    }
    
    .paragraph-efe4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action-432f,
    .picture_short_e1cb {
        padding: 15px;
    }
    
    .section_prev_6264 {
        flex-direction: column;
        gap: 5px;
    }
    
    .first-33f5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .solid-75ab {
        padding: 30px 10px;
    }
    
    .summary_new_a0d8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-pressed-afeb {
        padding: 20px 15px;
    }
    
    .text_2772 {
        font-size: 2rem;
    }
    
    .text-pressed-afeb h3 {
        font-size: 1.1rem;
    }
    
    .text-pressed-afeb p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .dropdown-blue-26c8 {
        padding: 20px 5px;
    }
    
    .dropdown-blue-26c8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .background_tiny_2e6f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .caption-steel-8268 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .caption-steel-8268 th,
    .caption-steel-8268 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .border-291a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .upper-2d5c {
        padding: 20px 10px;
    }
    
    .message_434b h2 {
        font-size: 1.3rem;
    }
    
    .input_bronze_9052 {
        font-size: 0.9rem;
    }
    
    .input_14f6 h3 {
        font-size: 1.1rem;
    }
    
    .input_14f6 p {
        font-size: 0.9rem;
    }
    
    .dark-25df li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .first-8b73 {
        grid-template-columns: 1fr;
    }
    
    .active-wide-afb6 {
        font-size: 0.85rem;
    }
    
    .dark-24e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-d179 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .picture-d179 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lite-6cae {
        padding: 30px 10px;
    }
    
    .filter-4615 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_a691 {
        padding: 15px 10px;
    }
    
    .picture_a691 h4 {
        font-size: 0.9rem;
    }
    
    .picture_a691 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pattern_0c61 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .basic-0012 {
        padding: 30px 10px;
    }
    
    .breadcrumb_f50c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section_south_2902 {
        padding: 15px;
    }
    
    .menu_6863 {
        font-size: 0.9rem;
    }
    
    .overlay_yellow_01ca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_yellow_01ca .inner_76ca {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .progress-7294 {
        padding: 30px 10px;
    }
    
    .progress-7294 h2 {
        font-size: 1.2rem;
    }
    
    .carousel_d543 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in_5285 {
        padding: 15px 10px;
    }
    
    .in_5285 h4 {
        font-size: 0.85rem;
    }
    
    .in_5285 p {
        font-size: 0.75rem;
    }
    
    .message_2309 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .title_hard_abe4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hard_fb86 {
        padding: 20px 10px;
    }
    
    .detail-40ed {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dynamic-ff66,
    .complex_9115,
    .advanced_ab68 {
        width: 100%;
    }
    
    .dynamic-ff66 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-ff66 p {
        font-size: 0.8rem;
    }
    
    .sidebar_hot_b9df {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hovered_ff19 {
        padding: 30px 15px;
    }
    
    .hovered_ff19 h2 {
        font-size: 1.3rem;
    }
    
    .hovered_ff19 p {
        font-size: 0.85rem;
    }
    
    .preview_middle_a833 {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview_middle_a833 .background-7f9e {
        width: 100%;
    }
    
    .form_ba14 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .dropdown-6eb3 {
        padding: 30px 10px;
    }
    
    .dropdown-6eb3 h3 {
        font-size: 1.2rem;
    }
    
    .focus_clean_5a67 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-yellow-4e8a {
        padding: 15px 10px;
    }
    
    .module-yellow-4e8a h4 {
        font-size: 0.85rem;
    }
    
    .module-yellow-4e8a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tag_4dc1 {
        padding: 30px 15px;
    }
    
    .carousel_e363 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .caption_090d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .avatar_cold_b423 h4 {
        font-size: 0.9rem;
    }
    
    .avatar_cold_b423 a {
        font-size: 0.8rem;
    }
    
    .tooltip_d23d {
        font-size: 0.8rem;
    }
    
    .tiny_6fed p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification_solid_6d2a {
        padding: 8px 10px;
    }
    
    .secondary-orange-aa08 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .out_471f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary-orange-aa08 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .out_471f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 45b2 */
.promo-block-f8 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
