/* Inner Page Styles */

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

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

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

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

.link-653d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.link-653d .filter_copper_e0a8 {
    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;
}

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

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

.link-653d .filter_copper_e0a8:hover::before {
    left: 100%;
}

.link-653d .filter_copper_e0a8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.badge-center-9631 {
    margin-bottom: var(--md-spacing-lg);
}

.wrapper-6d86 {
    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);
}

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

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

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

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

.title-new-1fd5 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.rough-f21f.fn-active-bedf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_advanced_24d9 .simple_686f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.gradient-north-3b11 {
    margin-top: var(--md-spacing-sm);
}

.popup-5eb8 {
    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);
}

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

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

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

.message-red-938e {
    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);
}

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

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

.message-red-938e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.message-red-938e .simple_686f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.message-red-938e .simple_686f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-7da0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .top-7da0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .top-7da0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .link-653d {
        justify-content: center;
    }
    
    .wrapper-6d86 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status-6117 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wood_8b8a {
        padding: var(--md-spacing-md) 0;
    }
    
    .white-d1e9 {
        padding: var(--md-spacing-md);
    }
    
    .brown-029d {
        padding: var(--md-spacing-md) 0;
    }
    
    .west-7cdb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .message-red-938e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .title_wood_9aa0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .white-d1e9 {
        padding: var(--md-spacing-sm);
    }
    
    .header_a9ff {
        padding: var(--md-spacing-md);
    }
    
    .west-7cdb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.header_a9ff,
.west-7cdb,
.message-red-938e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.shadow_out_0a19 {
    font-size: 1.5rem;
}

.hero_lite_72e5 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .wide-2dae {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .fluid_e163 {
        margin-left: 0;
    }
}

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

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

.chip-iron-b964 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.chip-iron-b964 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.chip-iron-b964 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.input-a77b {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

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

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

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

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

.tooltip-bronze-28d3 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.modal_center_2ad2.tooltip-f7f3 .pink-9516 {
    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); }
}

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

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

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

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

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

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

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

.fresh_f0d0 {
    font-size: 1.2rem;
}

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

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

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

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

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

.progress_8c9b.logo-rough-caa7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress_8c9b.static-f1d7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_8c9b.dirty-b1b2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress_8c9b.complex_4bcd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wood_af37 {
    font-size: 1.2rem;
}

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

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

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

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

.title_64cf.feature_tall_86f1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_64cf.fn-active-bedf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.message-glass-4b8f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.medium-07cc {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.paragraph_slow_4fd5 { border-top: 3px solid #00ccff; }
.thumbnail_purple_5c96 { border-top: 3px solid #00ff88; }
.backdrop_c3b5 { border-top: 3px solid #d4af37; }
.filter-9528 { border-top: 3px solid #ff6b6b; }
.plasma-17e2 { border-top: 3px solid #8b5cf6; }

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

.link-cffe {
    overflow-x: auto;
}

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

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

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

.picture_b2e6 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-liquid-c3a1 {
    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;
}

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

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

.secondary-95c4 {
    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;
}

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

@media (max-width: 768px) {
    .footer-in-38b4 {
        grid-template-columns: 1fr;
    }
}

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

.tag-e1da {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.gallery-232d {
    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;
}

.gallery-232d::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);
}

.mask-paper-099e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.module-7dba {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.summary-cfec {
    font-size: 1.5rem;
}

.small-648a {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.footer-new-3782 strong {
    color: #fff;
    display: block;
}

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

.container-narrow-8d00 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.upper-dbd2 .box_fresh_5616 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.link-wide-2f7c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.overlay-warm-ae78 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.image-in-0e8c h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

.outline-38a9 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.outline-38a9 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.new_1cf7 a {
    color: #ff6b6b;
}

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

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

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

.accent_silver_c120 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .lower_4bf8 {
        flex-direction: column;
    }
    .current-24d3 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.hard-59f9 .notification-8bfc {
    color: #666;
    margin: 0 8px;
}

.hard-59f9 .header_3517 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.content-tall-5cff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.picture_medium_86a0 {
    font-size: 2rem;
}

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

.orange_4026 strong {
    color: #d4af37;
}

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

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

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

.badge_0636 h3,
.carousel-4fe3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.modal_action_b848 strong {
    color: #00ff88;
}

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

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

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

.element-stone-355e h3,
.slider-new-df41 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.photo-down-70b2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.alert_basic_1ea7 strong {
    color: #d4af37;
}

.dim-d825 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_7a32 strong {
    color: #d4af37;
}

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

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

.item_slow_9da5 strong {
    color: #00ff88;
}

.item_slow_9da5 span {
    color: #d4af37;
}

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

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

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

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

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

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

.article-west-594f {
    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;
}

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

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

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

.avatar-5e3b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-current-e0e3 {
    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;
}

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

.avatar_center_742b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.overlay-warm-ae78 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .card-b1a9 {
        flex-direction: column;
    }
    
    .title_pressed_ef67 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.form-advanced-ed5f {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice_inner_022a {
        padding: 30px 15px;
    }
    
    .notice_inner_022a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_5d44 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hard-ea09 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture-left-7787 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture-left-7787 .alert_simple_fe02 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .chip-gas-675f {
        font-size: 1.3rem;
    }
    
    .tag_7d1a {
        font-size: 0.7rem;
    }
    
    .bright-2f31 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bright-2f31 .simple_686f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .copper_3a79 {
        display: none;
    }
    
    .feature_fresh_7806 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .footer-glass-ea77 {
        padding: 20px 10px;
    }
    
    .east_608f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-ed12,
    .filter_tall_86b8 {
        padding: 15px;
    }
    
    .avatar-5e3b {
        flex-direction: column;
        gap: 5px;
    }
    
    .lower_4c39 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slider_981b {
        padding: 30px 10px;
    }
    
    .search-stale-6fa4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pro-f765 {
        padding: 20px 15px;
    }
    
    .stone-fbcc {
        font-size: 2rem;
    }
    
    .pro-f765 h3 {
        font-size: 1.1rem;
    }
    
    .pro-f765 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .clean-07d2 {
        padding: 20px 5px;
    }
    
    .clean-07d2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .info_short_f23c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .picture_b2e6 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .picture_b2e6 th,
    .picture_b2e6 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .modal_2b8f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .breadcrumb_tiny_89b9 {
        padding: 20px 10px;
    }
    
    .easy-bd34 h2 {
        font-size: 1.3rem;
    }
    
    .element-silver-0411 {
        font-size: 0.9rem;
    }
    
    .avatar_fluid_299b h3 {
        font-size: 1.1rem;
    }
    
    .avatar_fluid_299b p {
        font-size: 0.9rem;
    }
    
    .pro_4ad1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .complex-a9c2 {
        grid-template-columns: 1fr;
    }
    
    .east_7a32 {
        font-size: 0.85rem;
    }
    
    .video-selected-bbfe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_gas_c7b6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort_gas_c7b6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .popup_e67e {
        padding: 30px 10px;
    }
    
    .heading_hovered_4f4e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_pink_2a9f {
        padding: 15px 10px;
    }
    
    .pagination_pink_2a9f h4 {
        font-size: 0.9rem;
    }
    
    .pagination_pink_2a9f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gas_d022 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .container_303f {
        padding: 30px 10px;
    }
    
    .tertiary_0533 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full_105f {
        padding: 15px;
    }
    
    .paragraph-mini-f473 {
        font-size: 0.9rem;
    }
    
    .row-9b57 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row-9b57 .tertiary_410a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dynamic_139c {
        padding: 30px 10px;
    }
    
    .dynamic_139c h2 {
        font-size: 1.2rem;
    }
    
    .container-362c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .medium-6422 {
        padding: 15px 10px;
    }
    
    .medium-6422 h4 {
        font-size: 0.85rem;
    }
    
    .medium-6422 p {
        font-size: 0.75rem;
    }
    
    .wrapper_146e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .outline-simple-75b0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hot_bab5 {
        padding: 20px 10px;
    }
    
    .preview-3752 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .image-in-0e8c,
    .outline-38a9,
    .new_1cf7 {
        width: 100%;
    }
    
    .image-in-0e8c h3 {
        font-size: 1.1rem;
    }
    
    .image-in-0e8c p {
        font-size: 0.8rem;
    }
    
    .cool_efbd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hero_down_d451 {
        padding: 30px 15px;
    }
    
    .hero_down_d451 h2 {
        font-size: 1.3rem;
    }
    
    .hero_down_d451 p {
        font-size: 0.85rem;
    }
    
    .button-1b0d {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-1b0d .simple_686f {
        width: 100%;
    }
    
    .middle_291f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .media_dynamic_b11a {
        padding: 30px 10px;
    }
    
    .media_dynamic_b11a h3 {
        font-size: 1.2rem;
    }
    
    .prev_6409 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-red-938e {
        padding: 15px 10px;
    }
    
    .message-red-938e h4 {
        font-size: 0.85rem;
    }
    
    .message-red-938e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .center-414c {
        padding: 30px 15px;
    }
    
    .modal_ce0f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .panel_0697 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .east-5d31 h4 {
        font-size: 0.9rem;
    }
    
    .east-5d31 a {
        font-size: 0.8rem;
    }
    
    .mini-f10c {
        font-size: 0.8rem;
    }
    
    .next-6f8e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hard-75a1 {
        padding: 8px 10px;
    }
    
    .dark_80f3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accent-d3ee {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dark_80f3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent-d3ee {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6d1c */
.promo-block-u8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
