/* Inner Page Styles */

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

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

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

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

.top-611b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.top-611b .panel-9d87 {
    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;
}

.top-611b .panel-9d87::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.top-611b .panel-9d87:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.top-611b .panel-9d87:hover::before {
    left: 100%;
}

.top-611b .panel-9d87:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.modal-dirty-7a07 {
    margin-bottom: var(--md-spacing-lg);
}

.component-red-c058 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.focus-soft-bad0 {
    color: var(--casino-gold-light);
}

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

.focus-soft-bad0 a:hover {
    color: var(--casino-gold-light);
}

.focus-soft-bad0.fn-active-df6e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-silver-70b0 {
    padding: var(--md-spacing-md) 0;
}

.hidden-north-99bc {
    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%;
}

.hidden-north-99bc 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 */
.block-80cb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-80cb li {
    margin-bottom: var(--md-spacing-xs);
}

.block-80cb 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);
}

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

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

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

.up-3cfd:hover::before {
    left: 100%;
}

.up-3cfd 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;
}

.up-3cfd 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;
}

.up-3cfd .pressed-0839 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.up-3cfd .pressed-0839:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.silver_2166 .pressed-0839:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .bronze_7e9c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .bronze_7e9c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .bronze_7e9c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .top-611b {
        justify-content: center;
    }
    
    .component-red-c058 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .up-e72b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fluid-1b1e {
        padding: var(--md-spacing-md) 0;
    }
    
    .current-5822 {
        padding: var(--md-spacing-md);
    }
    
    .red-ba25 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden-north-99bc {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .silver_2166 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .label-cool-c69b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .current-5822 {
        padding: var(--md-spacing-sm);
    }
    
    .element-73a9 {
        padding: var(--md-spacing-md);
    }
    
    .hidden-north-99bc {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element-73a9,
.hidden-north-99bc,
.silver_2166 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.orange-55d8 {
    font-size: 1.5rem;
}

.overlay-hovered-f8c0 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .background_f2ae {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .smooth-993b {
        margin-left: 0;
    }
}

/* Main Content Compact */
.primary-fb7d {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section_b58e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.outline-4183.badge_west_2d62 .slow_db13 {
    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); }
}

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

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

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

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

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

.texture_short_a206 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.card_blue_d175 {
    font-size: 1.2rem;
}

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

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

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

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

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

.popup-b835.progress_909f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.popup-b835.west-826d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup-b835.huge_f3e5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.popup-b835.block_3b00::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mask-0fdb {
    font-size: 1.2rem;
}

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

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

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

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

.alert_c78f.grid-over-452e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert_c78f.fn-active-df6e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.picture-soft-48a7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.tooltip_clean_9bbb { border-top: 3px solid #00ccff; }
.list_dfc6 { border-top: 3px solid #00ff88; }
.icon-hard-1b34 { border-top: 3px solid #d4af37; }
.red_7ad0 { border-top: 3px solid #ff6b6b; }
.carousel-static-285f { border-top: 3px solid #8b5cf6; }

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

.bronze-6902 {
    overflow-x: auto;
}

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

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

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

.gallery-gas-a6a2 td {
    color: #ccc;
}

.gallery-gas-a6a2 .slow-db05 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.gallery-gas-a6a2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.action-88c7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.info-current-7eb1 {
    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;
}

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

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

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

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

.box-dim-cc5e {
    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;
}

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

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

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

.old_23de {
    font-size: 2rem;
}

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

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

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

.backdrop-fast-74d9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .backdrop-fast-74d9::before {
        left: 30px;
    }
}

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

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

.panel-a3d2 {
    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-a3d2::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);
}

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

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

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

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

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

.fixed-42c9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.avatar-glass-cb6d {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.sort-outer-6cb4 strong {
    color: #fff;
    display: block;
}

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

.old-75c5 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.breadcrumb_4e1f .complex_a6c0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.pattern-clean-8991 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.notification-cold-5ebf {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.hover-south-43a1 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.hover-south-43a1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.element-5d21 span {
    color: #666;
    font-size: 0.8rem;
}

.element-5d21 a {
    color: #ff6b6b;
}

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

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

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

.sidebar_54c7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.dynamic-43df {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-medium-65c2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.aside_north_88ab .banner_53a0 {
    color: #666;
    margin: 0 8px;
}

.aside_north_88ab .complex_5192 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.gradient_right_e3ef {
    font-size: 2rem;
}

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

.icon_advanced_32c4 strong {
    color: #d4af37;
}

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

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

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

.in-db47 h3,
.tabs-6bfc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.notification_thick_e336 strong {
    color: #00ff88;
}

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

.photo-hot-22d5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .photo-hot-22d5 {
        grid-template-columns: 1fr;
    }
}

.info-9497 h3,
.out-25a9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.fresh-18d5 summary::-webkit-details-marker {
    display: none;
}

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

.detail-full-b083 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.texture_stone_01a6 strong {
    color: #d4af37;
}

.gas-3a89 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-fluid-f308 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.border-fluid-f308 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;
}

.border-fluid-f308 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.under-b22f strong {
    color: #d4af37;
}

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

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

.pink_8d6a strong {
    color: #00ff88;
}

.pink_8d6a span {
    color: #d4af37;
}

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

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

.status-prev-b166 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.background-upper-b4c9 {
    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;
}

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

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

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

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

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

.status-stale-fe5d {
    color: #999;
    font-size: 0.85rem;
}

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

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

.label-pink-b004 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.label-pink-b004 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.thumbnail-6668 li {
    margin-bottom: 5px;
}

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

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

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

.layout-dynamic-0392 {
    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;
}

.form-pressed-8d94 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.form-pressed-8d94 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.notification-cold-5ebf {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .status-f064 {
        flex-direction: column;
    }
    
    .active_hot_fa01 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight_b59e {
        padding: 30px 15px;
    }
    
    .highlight_b59e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .glass-491e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .caption_pro_201a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .description_gas_c2ac {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description_gas_c2ac .surface-stale-1aed {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .element_f1a1 {
        font-size: 1.3rem;
    }
    
    .frame_small_7b16 {
        font-size: 0.7rem;
    }
    
    .mask_last_140f {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask_last_140f .pressed-0839 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .module-fd53 {
        display: none;
    }
    
    .purple_ff87 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .title_rough_a63c {
        padding: 20px 10px;
    }
    
    .status-prev-b166 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_hovered_5731,
    .orange-c130 {
        padding: 15px;
    }
    
    .dim_0dbd {
        flex-direction: column;
        gap: 5px;
    }
    
    .right-7a22 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .texture_bd18 {
        padding: 30px 10px;
    }
    
    .video-bronze-0327 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-hard-55ff {
        padding: 20px 15px;
    }
    
    .input-c581 {
        font-size: 2rem;
    }
    
    .search-hard-55ff h3 {
        font-size: 1.1rem;
    }
    
    .search-hard-55ff p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .message-next-3522 {
        padding: 20px 10px;
    }
    
    .highlight_e632 h2 {
        font-size: 1.3rem;
    }
    
    .pro-eaec {
        font-size: 0.9rem;
    }
    
    .overlay_bronze_1c19 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_bronze_1c19 p {
        font-size: 0.9rem;
    }
    
    .border-fluid-f308 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .progress-first-544f {
        grid-template-columns: 1fr;
    }
    
    .under-b22f {
        font-size: 0.85rem;
    }
    
    .secondary-stale-d500 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .blue-f7d4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .blue-f7d4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .component-copper-3d1a {
        padding: 30px 10px;
    }
    
    .stone_2305 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_stone_395d {
        padding: 15px 10px;
    }
    
    .slider_stone_395d h4 {
        font-size: 0.9rem;
    }
    
    .slider_stone_395d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .form_dynamic_bce5 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .easy-8103 {
        padding: 30px 10px;
    }
    
    .rough-fbcf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow_5bcd {
        padding: 15px;
    }
    
    .slider-bright-36b0 {
        font-size: 0.9rem;
    }
    
    .tiny-3d68 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tiny-3d68 .current_6d8a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gradient_e7bb {
        padding: 20px 10px;
    }
    
    .description-fe85 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hover-south-43a1,
    .liquid-e3d8,
    .element-5d21 {
        width: 100%;
    }
    
    .hover-south-43a1 h3 {
        font-size: 1.1rem;
    }
    
    .hover-south-43a1 p {
        font-size: 0.8rem;
    }
    
    .frame_79bb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mask_pink_359b {
        padding: 30px 15px;
    }
    
    .mask_pink_359b h2 {
        font-size: 1.3rem;
    }
    
    .mask_pink_359b p {
        font-size: 0.85rem;
    }
    
    .footer-f1f5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-f1f5 .pressed-0839 {
        width: 100%;
    }
    
    .thumbnail-small-67a5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .text-pink-960a {
        padding: 30px 10px;
    }
    
    .text-pink-960a h3 {
        font-size: 1.2rem;
    }
    
    .slider-gas-b8c6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .silver_2166 {
        padding: 15px 10px;
    }
    
    .silver_2166 h4 {
        font-size: 0.85rem;
    }
    
    .silver_2166 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focus-067d {
        padding: 30px 15px;
    }
    
    .gradient-silver-ed65 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .silver-a1ee {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pagination_887b h4 {
        font-size: 0.9rem;
    }
    
    .pagination_887b a {
        font-size: 0.8rem;
    }
    
    .fast-b0f1 {
        font-size: 0.8rem;
    }
    
    .info_6b89 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hidden-b4df {
        padding: 8px 10px;
    }
    
    .header_bright_65c3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hard-73aa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header_bright_65c3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hard-73aa {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e191 */
.shadow-element-a8 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
