/* Inner Page Styles */

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

.backdrop-5fd7 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);
}

.backdrop-5fd7 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);
}

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

.title-gold-1c0c {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.title-gold-1c0c .description-top-c7ef {
    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;
}

.title-gold-1c0c .description-top-c7ef::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.title-gold-1c0c .description-top-c7ef:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.title-gold-1c0c .description-top-c7ef:hover::before {
    left: 100%;
}

.title-gold-1c0c .description-top-c7ef:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input_short_b3d8.fn-active-7a17 {
    color: var(--casino-gold-light);
}

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

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

.frame-3a11 {
    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);
}

.frame-3a11 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small_b59c .huge_0aac {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.small_b59c .huge_0aac:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.hovered_b9dc .huge_0aac:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop-5fd7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop-5fd7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop-5fd7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .title-gold-1c0c {
        justify-content: center;
    }
    
    .iron-e5cd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .stone-0d15 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .picture-lower-caa6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-3a11 {
        padding: var(--md-spacing-md);
    }
    
    .picture_gas_669e {
        padding: var(--md-spacing-md) 0;
    }
    
    .header_smooth_0dcb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hovered_b9dc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .label_thick_52ad {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame-3a11 {
        padding: var(--md-spacing-sm);
    }
    
    .up_f171 {
        padding: var(--md-spacing-md);
    }
    
    .header_smooth_0dcb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up_f171,
.header_smooth_0dcb,
.hovered_b9dc {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.layout_1428 {
    font-size: 1.5rem;
}

.bronze_ccdd strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .cold-1d91 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .footer_06a2 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.shade-fixed-670d {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.border-6dec {
    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;
}

.border-6dec strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.large-0f0a {
    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;
}

.large-0f0a.input-13ba .south-3ce2 {
    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); }
}

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

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

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

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

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

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

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

.module-pro-3d2a {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth_42dd.item_d311::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth_42dd.chip-d8eb::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth_42dd.accordion_old_9235::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth_42dd.narrow-d298::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.video-rough-df42 {
    font-size: 1.2rem;
}

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

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

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

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

.widget_fresh_cb0d.basic-4975 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget_fresh_cb0d.fn-active-7a17 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.logo-3f8d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.table-52e9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.notification-black-42ba { border-top: 3px solid #00ccff; }
.mini-b2e9 { border-top: 3px solid #00ff88; }
.bright-2785 { border-top: 3px solid #d4af37; }
.accordion_7621 { border-top: 3px solid #ff6b6b; }
.badge_north_18d8 { border-top: 3px solid #8b5cf6; }

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

.title-clean-677b {
    overflow-x: auto;
}

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

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

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

.main_fast_f0ac td {
    color: #ccc;
}

.main_fast_f0ac .up-6530 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-0f99 p {
    color: #888;
    font-size: 0.9rem;
}

.rough-55e6 {
    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;
}

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

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

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

.section_31ef {
    font-size: 2rem;
}

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

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

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

.slider-6906 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.over-042c {
    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;
}

.over-042c::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);
}

.badge-19be {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.main-4bf7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.content-hard-da95 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.dirty-6ece strong {
    color: #fff;
    display: block;
}

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

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

.icon-f51e .link-clean-b253 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.wrapper-c7a4 .accordion_solid_8ac7 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.image-41e2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.video-0d43 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.mask-gas-b956 span {
    color: #666;
    font-size: 0.8rem;
}

.mask-gas-b956 a {
    color: #ff6b6b;
}

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

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

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

.element_over_0fda {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.active-8cfc {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.container-green-e8cb {
    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;
}

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

.hidden-hard-0c32 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.photo-0ad8 {
    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;
}

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

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

.card-last-f1db {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.photo-dim-9ad8 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .copper-1cf9 {
        flex-direction: column;
    }
    .photo-dim-9ad8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.orange_3b36 .block-large-8d0a {
    color: #666;
    margin: 0 8px;
}

.orange_3b36 .current_1ca4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.alert-12bb strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.gallery-easy-477f {
    font-size: 2rem;
}

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

.dropdown-short-c4ce strong {
    color: #d4af37;
}

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

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

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

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

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

.highlight-59a6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.dropdown_f207 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tertiary-slow-8973 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.message-wood-5068 strong {
    color: #d4af37;
}

.detail_gas_ba52 {
    color: #aaa;
}

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

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

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

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

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

.pro-96cf {
    max-width: 900px;
    margin: 0 auto;
}

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

.active-narrow-25b4:last-child {
    border-bottom: none;
}

.active-narrow-25b4 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.active-narrow-25b4 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.shadow-f0cc strong {
    color: #d4af37;
}

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

.plasma-6d1e {
    color: #888;
    font-size: 0.9rem;
}

.plasma-6d1e strong {
    color: #00ff88;
}

.plasma-6d1e span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-simple-617f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.backdrop-simple-617f li {
    margin-bottom: 5px;
}

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

.backdrop-simple-617f a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.message-warm-5b6a {
    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;
}

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

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

.main_stone_701d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.video-0d43 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.soft-5eef {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .steel_14b5 {
        padding: 30px 15px;
    }
    
    .steel_14b5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wide-80ee {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wide-1fbd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fluid-92e1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid-92e1 .heading_18cc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .menu-95c3 {
        font-size: 1.3rem;
    }
    
    .notification_38fa {
        font-size: 0.7rem;
    }
    
    .green-9cb7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green-9cb7 .huge_0aac {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wrapper-hard-41c9 {
        display: none;
    }
    
    .last_c29b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .bronze_b553 {
        padding: 20px 10px;
    }
    
    .card_7597 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blue-bfab,
    .liquid-9a9e {
        padding: 15px;
    }
    
    .top-ddbc {
        flex-direction: column;
        gap: 5px;
    }
    
    .form_center_0073 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fast_fe33 {
        padding: 30px 10px;
    }
    
    .header_dc5a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-528c {
        padding: 20px 15px;
    }
    
    .focus_eb53 {
        font-size: 2rem;
    }
    
    .pattern-528c h3 {
        font-size: 1.1rem;
    }
    
    .pattern-528c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .blue-9087 {
        padding: 20px 10px;
    }
    
    .notification_action_b1d9 h2 {
        font-size: 1.3rem;
    }
    
    .search-basic-4711 {
        font-size: 0.9rem;
    }
    
    .active-narrow-25b4 h3 {
        font-size: 1.1rem;
    }
    
    .active-narrow-25b4 p {
        font-size: 0.9rem;
    }
    
    .button_red_68a5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider_liquid_2b3a {
        grid-template-columns: 1fr;
    }
    
    .shadow-f0cc {
        font-size: 0.85rem;
    }
    
    .main_action_da7e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .steel-e77a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .steel-e77a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .table-19a5 {
        padding: 30px 10px;
    }
    
    .upper-de20 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_current_3f4e {
        padding: 15px 10px;
    }
    
    .dropdown_current_3f4e h4 {
        font-size: 0.9rem;
    }
    
    .dropdown_current_3f4e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notification_large_fc6b {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .south-a157 {
        padding: 30px 10px;
    }
    
    .wrapper_dynamic_d209 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-bright-bb3a {
        padding: 15px;
    }
    
    .caption_north_206d {
        font-size: 0.9rem;
    }
    
    .glass_a0cb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass_a0cb .module-slow-a9df {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .form-static-fa0b {
        padding: 30px 10px;
    }
    
    .form-static-fa0b h2 {
        font-size: 1.2rem;
    }
    
    .border-8313 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_8e50 {
        padding: 15px 10px;
    }
    
    .hidden_8e50 h4 {
        font-size: 0.85rem;
    }
    
    .hidden_8e50 p {
        font-size: 0.75rem;
    }
    
    .search_blue_c0f6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .main-warm-1ec2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .blue_e805 {
        padding: 20px 10px;
    }
    
    .accordion_99ca {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .detail-7a28,
    .pink_8aad,
    .mask-gas-b956 {
        width: 100%;
    }
    
    .detail-7a28 h3 {
        font-size: 1.1rem;
    }
    
    .detail-7a28 p {
        font-size: 0.8rem;
    }
    
    .border_a4cd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel_8ac6 {
        padding: 30px 15px;
    }
    
    .panel_8ac6 h2 {
        font-size: 1.3rem;
    }
    
    .panel_8ac6 p {
        font-size: 0.85rem;
    }
    
    .dim-5d2d {
        flex-direction: column;
        gap: 10px;
    }
    
    .dim-5d2d .huge_0aac {
        width: 100%;
    }
    
    .image-42a3 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .paragraph_5f29 {
        padding: 30px 10px;
    }
    
    .paragraph_5f29 h3 {
        font-size: 1.2rem;
    }
    
    .paper-07a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered_b9dc {
        padding: 15px 10px;
    }
    
    .hovered_b9dc h4 {
        font-size: 0.85rem;
    }
    
    .hovered_b9dc p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .large_c75d {
        padding: 30px 15px;
    }
    
    .avatar_iron_43da {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fluid_2c20 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .tag-first-9e93 h4 {
        font-size: 0.9rem;
    }
    
    .tag-first-9e93 a {
        font-size: 0.8rem;
    }
    
    .modal-9471 {
        font-size: 0.8rem;
    }
    
    .item-bright-d128 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .info_7eec {
        padding: 8px 10px;
    }
    
    .table_e5a5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .title-right-58ea {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .table_e5a5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title-right-58ea {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8736 */
.promo-block-n8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
