/* Inner Page Styles */

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

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

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

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

.sort-copper-38e6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.sort-copper-38e6 .layout_2453 {
    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;
}

.sort-copper-38e6 .layout_2453::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.sort-copper-38e6 .layout_2453:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.sort-copper-38e6 .layout_2453:hover::before {
    left: 100%;
}

.sort-copper-38e6 .layout_2453:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.dynamic-8fbc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_0280.fn-active-61a6 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.video-orange-77e3 {
    padding: var(--md-spacing-lg) 0;
}

.gold-8af1 {
    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);
}

.gold-8af1 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);
}

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

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

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

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

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

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

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

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

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

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

.active-87e7 {
    padding: var(--md-spacing-md) 0;
}

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

.old-bc78 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 */
.pattern-e40e {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.picture_bd83 .menu-advanced-f714 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.picture_bd83 .menu-advanced-f714:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.heading-13e3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.photo_static_373d .menu-advanced-f714 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.photo_static_373d .menu-advanced-f714:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static_040b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static_040b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static_040b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sort-copper-38e6 {
        justify-content: center;
    }
    
    .dynamic-8fbc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wrapper-cold-ef86 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .video-orange-77e3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gold-8af1 {
        padding: var(--md-spacing-md);
    }
    
    .narrow-f3c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old-bc78 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .photo_static_373d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gallery_b17f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gold-8af1 {
        padding: var(--md-spacing-sm);
    }
    
    .input_last_d9f9 {
        padding: var(--md-spacing-md);
    }
    
    .old-bc78 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.input_last_d9f9,
.old-bc78,
.photo_static_373d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.cool_9870 {
    font-size: 1.5rem;
}

.panel_down_c971 strong {
    color: #00ff88;
}

.backdrop-large-85ad {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .focused-5347 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .backdrop-large-85ad {
        margin-left: 0;
    }
}

/* Main Content Compact */
.background-large-3fc6 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper_2fce strong {
    color: #00ff88;
}

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

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

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

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

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

.avatar-west-bd9e::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;
}

.button-64f5 {
    text-align: center;
    margin-bottom: 30px;
}

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

.box_prev_f483.header-bronze-f698 .modal_out_5fed {
    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); }
}

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

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

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

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

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

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

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

.complex-948f {
    font-size: 1.2rem;
}

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

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

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

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

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

.status_center_3c8f.modal-top-4365::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status_center_3c8f.huge-8683::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status_center_3c8f.tag-23d8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status_center_3c8f.detail-upper-483c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification_76ba {
    font-size: 1.2rem;
}

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

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

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

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

.paper-4c3f.image-5ab6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paper-4c3f.fn-active-61a6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.panel-glass-3560 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.white-7a44 {
    background: #0a0a0a;
    padding: 60px 0;
}

.heading-silver-2e1d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.feature-left-df29 {
    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;
}

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

.feature-left-df29.section_gas_fbbf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.over-a775 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.banner_south_7746 { border-top: 3px solid #00ccff; }
.filter-up-3920 { border-top: 3px solid #00ff88; }
.search-middle-df55 { border-top: 3px solid #d4af37; }
.tooltip-d20f { border-top: 3px solid #ff6b6b; }
.notification-ca2e { border-top: 3px solid #8b5cf6; }

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

.focus-fast-c93e {
    overflow-x: auto;
}

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

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

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

.pro-654c td {
    color: #ccc;
}

.pro-654c .search-focused-ddb1 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.pro-654c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.detail-down-61c8 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

.mini-4f7a {
    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;
}

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

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

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

.input-df80 {
    font-size: 2rem;
}

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

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

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

.dynamic-9425 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.purple-1a09 {
    font-size: 1.5rem;
}

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

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

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

.carousel-gas-555d {
    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;
}

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

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

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

.full-8efe strong {
    color: #fff;
    display: block;
}

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

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

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

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

.content_722c .grid-7e35 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.photo-hovered-0c1b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.hero-cool-d5fc {
    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;
}

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

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

.input-tall-34e6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.card-24a4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.in-1f82 {
    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;
}

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

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

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

.input-0750 a {
    color: #ff6b6b;
}

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

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

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

.summary_91cf {
    text-align: center;
}

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

.summary_91cf .hover-0dd2 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.over-1e23 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_slow_1dd3 .wrapper_over_4328 {
    color: #666;
    margin: 0 8px;
}

.texture_slow_1dd3 .slow-7734 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.link-hard-916a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.surface_9325 {
    font-size: 2rem;
}

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

.filter-white-0973 strong {
    color: #d4af37;
}

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

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

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

.mask_d736 h3,
.menu-8cd9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.focused-25d7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.component_4be4 strong {
    color: #00ff88;
}

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

.out-2b4f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.popup-e396 strong {
    color: #d4af37;
}

.container-dc37 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-pro-3970 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.content-pro-3970 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;
}

.content-pro-3970 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .hero-dynamic-2a7c {
        grid-template-columns: 1fr;
    }
}

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

.block_ffa0 strong {
    color: #d4af37;
}

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

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

.prev_5c0a strong {
    color: #00ff88;
}

.prev_5c0a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.tabs-816c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-6304 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.widget_bronze_f2e2 strong {
    color: #00ff88;
}

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

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

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

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

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

.shadow-steel-3b97 {
    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;
}

.card-24a4 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .grid-advanced-ff1a {
        padding: 30px 15px;
    }
    
    .grid-advanced-ff1a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .solid-d837 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .north_cc6f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title_dynamic_7e61 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title_dynamic_7e61 .paragraph-small-b2e7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture-c295 {
        font-size: 1.3rem;
    }
    
    .menu_stale_ee18 {
        font-size: 0.7rem;
    }
    
    .liquid_7b02 {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid_7b02 .menu-advanced-f714 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gallery-silver-8ba3 {
        display: none;
    }
    
    .picture-92f6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .basic-e045 {
        padding: 20px 10px;
    }
    
    .top-b482 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article_old_034e,
    .surface-f61b {
        padding: 15px;
    }
    
    .button_pressed_df41 {
        flex-direction: column;
        gap: 5px;
    }
    
    .grid_507c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice-stone-4423 {
        padding: 30px 10px;
    }
    
    .disabled_2111 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-7e12 {
        padding: 20px 15px;
    }
    
    .pagination-lower-9562 {
        font-size: 2rem;
    }
    
    .sidebar-7e12 h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-7e12 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .label_f9a1 {
        padding: 20px 5px;
    }
    
    .label_f9a1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .border_out_399d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pro-654c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pro-654c th,
    .pro-654c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .heading-ac94 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .disabled_stale_ffd7 {
        padding: 20px 10px;
    }
    
    .basic-041d h2 {
        font-size: 1.3rem;
    }
    
    .disabled_5fc5 {
        font-size: 0.9rem;
    }
    
    .element_easy_b855 h3 {
        font-size: 1.1rem;
    }
    
    .element_easy_b855 p {
        font-size: 0.9rem;
    }
    
    .content-pro-3970 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero-dynamic-2a7c {
        grid-template-columns: 1fr;
    }
    
    .block_ffa0 {
        font-size: 0.85rem;
    }
    
    .header-smooth-bd15 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_dc6d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .badge_dc6d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .section-bronze-3b61 {
        padding: 30px 10px;
    }
    
    .link_plasma_c47b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge_22d9 {
        padding: 15px 10px;
    }
    
    .huge_22d9 h4 {
        font-size: 0.9rem;
    }
    
    .huge_22d9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .avatar-395d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .solid_7499 {
        padding: 30px 10px;
    }
    
    .badge-over-954c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-18d0 {
        padding: 15px;
    }
    
    .picture-hot-fedb {
        font-size: 0.9rem;
    }
    
    .content-f3bc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content-f3bc .over_83b3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .selected-3c6e {
        padding: 30px 10px;
    }
    
    .selected-3c6e h2 {
        font-size: 1.2rem;
    }
    
    .huge_bee2 {
        gap: 10px;
    }
    
    .over-0527 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .over-0527 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active_d47c {
        padding: 30px 10px;
    }
    
    .active_d47c h2 {
        font-size: 1.2rem;
    }
    
    .modal-c37b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-7565 {
        padding: 15px 10px;
    }
    
    .huge-7565 h4 {
        font-size: 0.85rem;
    }
    
    .huge-7565 p {
        font-size: 0.75rem;
    }
    
    .small-1b50 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .icon_clean_f4a2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .chip_clean_830e {
        padding: 20px 10px;
    }
    
    .alert_middle_42b9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .progress_6577,
    .disabled_copper_7efb,
    .input-0750 {
        width: 100%;
    }
    
    .progress_6577 h3 {
        font-size: 1.1rem;
    }
    
    .progress_6577 p {
        font-size: 0.8rem;
    }
    
    .in-1f82 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .media-390e {
        padding: 30px 15px;
    }
    
    .media-390e h2 {
        font-size: 1.3rem;
    }
    
    .media-390e p {
        font-size: 0.85rem;
    }
    
    .full-0c67 {
        flex-direction: column;
        gap: 10px;
    }
    
    .full-0c67 .menu-advanced-f714 {
        width: 100%;
    }
    
    .component_b99b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .motion_ab02 {
        padding: 30px 10px;
    }
    
    .motion_ab02 h3 {
        font-size: 1.2rem;
    }
    
    .badge-short-8bdf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo_static_373d {
        padding: 15px 10px;
    }
    
    .photo_static_373d h4 {
        font-size: 0.85rem;
    }
    
    .photo_static_373d p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .badge-short-8bdf {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .yellow_9671 {
        padding: 30px 15px;
    }
    
    .card_old_11c4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade-tall-afd5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .disabled_394a h4 {
        font-size: 0.9rem;
    }
    
    .disabled_394a a {
        font-size: 0.8rem;
    }
    
    .main_thick_9b69 {
        font-size: 0.8rem;
    }
    
    .sidebar-north-733f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .smooth-0d90 {
        padding: 8px 10px;
    }
    
    .clean_3b2f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .heading-wide-fd0c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .clean_3b2f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .heading-wide-fd0c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4296 */
.widget-item-v3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
