/* Inner Page Styles */

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

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

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

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

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

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

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

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

.thumbnail_small_ebc9 .down_7be4:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-c2cf.fn-active-922a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action-8f21 {
    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%;
}

.action-8f21 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.pattern-d23b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pattern-d23b a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

.accordion_rough_d22b .accordion-bright-88eb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accordion_rough_d22b .accordion-bright-88eb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.popup-dirty-8a1f {
    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);
}

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

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

.popup-dirty-8a1f p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.popup-dirty-8a1f .accordion-bright-88eb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.popup-dirty-8a1f .accordion-bright-88eb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hard-b975 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hard-b975 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hard-b975 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .thumbnail_small_ebc9 {
        justify-content: center;
    }
    
    .aside_action_d52b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .small_b623 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .grid_yellow_9f1c {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_0920 {
        padding: var(--md-spacing-md);
    }
    
    .column_0407 {
        padding: var(--md-spacing-md) 0;
    }
    
    .action-8f21 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .popup-dirty-8a1f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .layout-2aae {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border_0920 {
        padding: var(--md-spacing-sm);
    }
    
    .icon_8e17 {
        padding: var(--md-spacing-md);
    }
    
    .action-8f21 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.icon_8e17,
.action-8f21,
.popup-dirty-8a1f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.pattern-selected-b159 {
    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);
}

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

.main_06f0 {
    font-size: 1.5rem;
}

.gallery-205d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .icon-full-06d8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .paper_d7ad {
        margin-left: 0;
    }
}

/* Main Content Compact */
.label-top-5aa5 {
    padding: 30px 0;
}

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

.cold-735d {
    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;
}

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

.cold-735d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.cold-735d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.highlight-6bc7 {
    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;
}

.highlight-6bc7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.picture-0d0d.shade-pressed-1bda .static-5529 {
    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); }
}

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

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

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

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

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

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

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

.full_e772 {
    font-size: 1.2rem;
}

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

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

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

.layout-cool-13c5 {
    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;
}

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

.layout-cool-13c5.red-b2b5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout-cool-13c5.paper-636c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout-cool-13c5.outer-433f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout-cool-13c5.status_iron_47ed::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero_paper_54e9 {
    font-size: 1.2rem;
}

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

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

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

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

.accent_cc0f.paper-6456 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accent_cc0f.fn-active-922a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.popup-south-94de {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.soft_1b15 { border-top: 3px solid #00ccff; }
.cool_e03b { border-top: 3px solid #00ff88; }
.element_24c7 { border-top: 3px solid #d4af37; }
.under_d2dd { border-top: 3px solid #ff6b6b; }
.info_5315 { border-top: 3px solid #8b5cf6; }

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

.pressed-9996 {
    overflow-x: auto;
}

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

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

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

.search_bbe8 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-top-047a {
    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;
}

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

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

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

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

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

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

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

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

.sort_copper_d49a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.red-8e98 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.image-1a0c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-gold-4dd5 .filter_in_4ce8 {
    margin-bottom: 10px;
}

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

.media-gold-4dd5 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.pattern-left-ddff {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.icon-huge-b4d0 {
    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;
}

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

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

.pagination-next-b941 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.left-969c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.icon-hovered-a66c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.bronze_b763 a {
    color: #ff6b6b;
}

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

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

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

.label_black_674b {
    text-align: center;
}

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

.label_black_674b .active-69f3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.badge-1a28 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .slider_hard_38b6 {
        flex-direction: column;
    }
    .list-wide-d53b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.notification-634a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.filter_d5b6 .hidden_tall_85da {
    color: #666;
    margin: 0 8px;
}

.filter_d5b6 .pink_2dcd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.tooltip-current-eccd {
    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;
}

.fluid_da58 {
    font-size: 2rem;
}

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

.pink_f6aa strong {
    color: #d4af37;
}

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

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

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

.pro-677f h3,
.surface_brown_39e9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.slider-3f24 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.solid-0d2c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.thick-268c strong {
    color: #d4af37;
    margin-right: 8px;
}

.row-light-f933 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hover-199d strong {
    color: #00ff88;
}

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

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

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

.active_ea62 h3,
.upper-e0ce h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.left_5a13 strong {
    color: #d4af37;
}

.logo_4e28 {
    color: #aaa;
}

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

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

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

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

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

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

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

.shade-2eea:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.texture-2b9a {
    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;
}

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

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

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

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

.paragraph-c470 strong {
    color: #d4af37;
}

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

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

.button_gas_cc01 strong {
    color: #00ff88;
}

.button_gas_cc01 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.active-pressed-c09c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.tall-7f1d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tall-7f1d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover_hard_5702 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.icon-hovered-a66c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .link_basic_b6f5 {
        flex-direction: column;
    }
    
    .shadow-bb39 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .bronze_cc25 {
        padding: 30px 15px;
    }
    
    .bronze_cc25 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .photo_2a72 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .title-outer-da64 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .feature_743f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature_743f .input_medium_52ff {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sidebar_2454 {
        font-size: 1.3rem;
    }
    
    .gradient-fast-7b7e {
        font-size: 0.7rem;
    }
    
    .tertiary_060a {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary_060a .accordion-bright-88eb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input_over_da41 {
        display: none;
    }
    
    .message-6bb9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .prev_be7e {
        padding: 20px 10px;
    }
    
    .over_a2ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hovered_3813,
    .paper-176b {
        padding: 15px;
    }
    
    .huge_2779 {
        flex-direction: column;
        gap: 5px;
    }
    
    .gas_07b1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal_4288 {
        padding: 30px 10px;
    }
    
    .heading_154b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple-3213 {
        padding: 20px 15px;
    }
    
    .aside_dc26 {
        font-size: 2rem;
    }
    
    .simple-3213 h3 {
        font-size: 1.1rem;
    }
    
    .simple-3213 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .main-up-bc2c {
        padding: 20px 10px;
    }
    
    .mask-old-61df h2 {
        font-size: 1.3rem;
    }
    
    .container_0722 {
        font-size: 0.9rem;
    }
    
    .shade-2eea h3 {
        font-size: 1.1rem;
    }
    
    .shade-2eea p {
        font-size: 0.9rem;
    }
    
    .focus_hard_0014 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .highlight-warm-b3d4 {
        grid-template-columns: 1fr;
    }
    
    .paragraph-c470 {
        font-size: 0.85rem;
    }
    
    .hover-hard-3fae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-2b9a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .texture-2b9a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .paragraph-yellow-cf98 {
        padding: 30px 10px;
    }
    
    .bronze_d60e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper_cool_8a3f {
        padding: 15px 10px;
    }
    
    .wrapper_cool_8a3f h4 {
        font-size: 0.9rem;
    }
    
    .wrapper_cool_8a3f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .module-f7ca {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .text_cool_8a7d {
        padding: 30px 10px;
    }
    
    .row-silver-4aea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary-afb3 {
        padding: 15px;
    }
    
    .west-cf1e {
        font-size: 0.9rem;
    }
    
    .liquid_e32e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .liquid_e32e .thumbnail_c198 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .hot_0ec8 {
        padding: 30px 10px;
    }
    
    .hot_0ec8 h2 {
        font-size: 1.2rem;
    }
    
    .paper_eea2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_5a10 {
        padding: 15px 10px;
    }
    
    .grid_5a10 h4 {
        font-size: 0.85rem;
    }
    
    .grid_5a10 p {
        font-size: 0.75rem;
    }
    
    .avatar_slow_1a0e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .left-950a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .media-74ba {
        padding: 20px 10px;
    }
    
    .link-79a1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .status-south-dbd8,
    .fresh_71a8,
    .bronze_b763 {
        width: 100%;
    }
    
    .status-south-dbd8 h3 {
        font-size: 1.1rem;
    }
    
    .status-south-dbd8 p {
        font-size: 0.8rem;
    }
    
    .texture_wide_f5f5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shade_plasma_6706 {
        padding: 30px 15px;
    }
    
    .shade_plasma_6706 h2 {
        font-size: 1.3rem;
    }
    
    .shade_plasma_6706 p {
        font-size: 0.85rem;
    }
    
    .down_81de {
        flex-direction: column;
        gap: 10px;
    }
    
    .down_81de .accordion-bright-88eb {
        width: 100%;
    }
    
    .component_liquid_23de {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tertiary-center-a5fb {
        padding: 30px 10px;
    }
    
    .tertiary-center-a5fb h3 {
        font-size: 1.2rem;
    }
    
    .caption-65eb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-dirty-8a1f {
        padding: 15px 10px;
    }
    
    .popup-dirty-8a1f h4 {
        font-size: 0.85rem;
    }
    
    .popup-dirty-8a1f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row_a5b5 {
        padding: 30px 15px;
    }
    
    .first-43b4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail-black-2f5c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .upper-a0c6 h4 {
        font-size: 0.9rem;
    }
    
    .upper-a0c6 a {
        font-size: 0.8rem;
    }
    
    .basic-93d6 {
        font-size: 0.8rem;
    }
    
    .detail_7180 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .text_8553 {
        padding: 8px 10px;
    }
    
    .old_41f3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .search-e939 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .old_41f3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .search-e939 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f86f */
.ghost-box-g6 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
