/* Inner Page Styles */

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

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

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

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

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

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

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

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

.overlay_prev_2fa2 .narrow_dfee:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-82f0 {
    color: var(--casino-gold-light);
}

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

.shadow-82f0 a:hover {
    color: var(--casino-gold-light);
}

.shadow-82f0.fn-active-409c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.icon_cb54 {
    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_cb54:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-c8df:hover::before {
    left: 100%;
}

.nav-c8df 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;
}

.nav-c8df 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;
}

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

.nav-c8df .banner_5a8b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.over-277f {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.short-724a {
    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);
}

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

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

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

.short-724a .banner_5a8b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.short-724a .banner_5a8b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wood-8669 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .wood-8669 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .wood-8669 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .overlay_prev_2fa2 {
        justify-content: center;
    }
    
    .modal-a9e3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .secondary-df64 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .next_93b6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fixed_7d5a {
        padding: var(--md-spacing-md);
    }
    
    .avatar-aceb {
        padding: var(--md-spacing-md) 0;
    }
    
    .column-e259 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .short-724a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .first_7bc7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .fixed_7d5a {
        padding: var(--md-spacing-sm);
    }
    
    .icon_cb54 {
        padding: var(--md-spacing-md);
    }
    
    .column-e259 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.icon_cb54,
.column-e259,
.short-724a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay_ebed {
    font-size: 1.5rem;
}

.hover_old_c7aa strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .stone-b802 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .modal_hot_609d {
        margin-left: 0;
    }
}

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

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

.narrow-02c4 {
    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;
}

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

.narrow-02c4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.narrow-02c4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.message_silver_a7e2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.slow-33d4 {
    text-align: center;
    margin-bottom: 30px;
}

.layout-stone-82cd {
    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;
}

.layout-stone-82cd.grid-short-854d .filter-plasma-478b {
    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); }
}

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

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

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

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

.medium-90c1 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;
}

.medium-90c1 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);
}

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

.gradient_white_f70a {
    font-size: 1.2rem;
}

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

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

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

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

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

.solid-a97f.dirty-7b4b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.solid-a97f.row_solid_e976::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.solid-a97f.bottom-e9df::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.solid-a97f.image_bottom_c0b7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.frame-7dc7 {
    font-size: 1.2rem;
}

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

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

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

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

.tall_394a.bottom-6408 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tall_394a.fn-active-409c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.layout-999c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.feature-lite-6ac8 { border-top: 3px solid #00ccff; }
.hero-4790 { border-top: 3px solid #00ff88; }
.alert-thick-845c { border-top: 3px solid #d4af37; }
.tag_b4e1 { border-top: 3px solid #ff6b6b; }
.nav-active-80d5 { border-top: 3px solid #8b5cf6; }

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

.notice_1ba1 {
    overflow-x: auto;
}

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

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

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

.static_8a43 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.grid-orange-184f {
    color: #888;
    font-size: 0.85rem;
}

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

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

.nav-pro-d01f {
    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;
}

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

.active-orange-6d24 {
    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;
}

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

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

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

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

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

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

.hover_c570 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.gallery_6391 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.disabled_left_24ed {
    font-size: 1.5rem;
}

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

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

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

.disabled-hovered-dd11 {
    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;
}

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

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

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

.card-gold-8a1c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.blue_297c .dropdown_old_9031 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.wrapper-plasma-0c9e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.action-1a40 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.focused-93dc {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.label_57d0 a {
    color: #ff6b6b;
}

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

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

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

.silver_89da {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.alert-smooth-d541 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.breadcrumb-short-4ad3 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.over-23ad {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.tag-action-d13d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.component-soft-6d1a {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .short_f8be {
        flex-direction: column;
    }
    .component-soft-6d1a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.frame_d096 .image-b0bc {
    color: #666;
    margin: 0 8px;
}

.frame_d096 .filter_purple_8f86 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.media-under-123f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.old-20a1 {
    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;
}

.wood_b091 {
    font-size: 2rem;
}

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

.carousel_lite_d423 strong {
    color: #d4af37;
}

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

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

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

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

.tabs-56b4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.sidebar-iron-2d54 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.glass_d41b strong {
    color: #00ff88;
}

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

.picture-12c5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.backdrop_active_ff18 h3,
.out-1799 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.slow-53ae summary::-webkit-details-marker {
    display: none;
}

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

.pagination-gas-d1c3 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.dropdown_3751 strong {
    color: #d4af37;
}

.paper-ae04 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.huge-73d0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.huge-73d0 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;
}

.huge-73d0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.card-dirty-df56 strong {
    color: #d4af37;
}

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

.notice-copper-7d20 {
    color: #888;
    font-size: 0.9rem;
}

.notice-copper-7d20 strong {
    color: #00ff88;
}

.notice-copper-7d20 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.modal-bronze-f285 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.form-8ad5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.simple-4ed1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.simple-4ed1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-a41a strong {
    color: #00ff88;
}

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

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

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

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

.button-1073 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

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

.focused-93dc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .chip_e2cf {
        flex-direction: column;
    }
    
    .button-1073 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .iron_c525 {
        padding: 30px 15px;
    }
    
    .iron_c525 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask-over-b3d1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .center-6087 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .white-3ed6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .white-3ed6 .gallery-bef2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pink-38b8 {
        font-size: 1.3rem;
    }
    
    .box_f545 {
        font-size: 0.7rem;
    }
    
    .left_85a1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_85a1 .banner_5a8b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .paper_5528 {
        display: none;
    }
    
    .plasma_b4f5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pink_d3ae {
        padding: 20px 10px;
    }
    
    .detail-1392 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_2398,
    .picture_over_b838 {
        padding: 15px;
    }
    
    .hidden_2e59 {
        flex-direction: column;
        gap: 5px;
    }
    
    .panel_lower_07a4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .active_white_dff0 {
        padding: 30px 10px;
    }
    
    .label_7a95 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-yellow-dd63 {
        padding: 20px 15px;
    }
    
    .lite-bccd {
        font-size: 2rem;
    }
    
    .panel-yellow-dd63 h3 {
        font-size: 1.1rem;
    }
    
    .panel-yellow-dd63 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hover_da73 {
        padding: 20px 5px;
    }
    
    .hover_da73 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .filter-active-4c69 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .static_8a43 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .static_8a43 th,
    .static_8a43 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .notice-bottom-49b1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .header-fluid-8e0c {
        padding: 20px 10px;
    }
    
    .form-cff1 h2 {
        font-size: 1.3rem;
    }
    
    .warm-bc95 {
        font-size: 0.9rem;
    }
    
    .article_fd75 h3 {
        font-size: 1.1rem;
    }
    
    .article_fd75 p {
        font-size: 0.9rem;
    }
    
    .huge-73d0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form-53d8 {
        grid-template-columns: 1fr;
    }
    
    .card-dirty-df56 {
        font-size: 0.85rem;
    }
    
    .list-0c5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev_09ca {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .prev_09ca strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hero_pro_1ceb {
        padding: 30px 10px;
    }
    
    .content-dirty-afb2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new_2a8c {
        padding: 15px 10px;
    }
    
    .new_2a8c h4 {
        font-size: 0.9rem;
    }
    
    .new_2a8c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .chip_dark_d934 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content-dirty-afb2 {
        grid-template-columns: 1fr;
    }
    
    .new_2a8c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .north_410a {
        padding: 30px 10px;
    }
    
    .hot_7a4d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar_7b29 {
        padding: 15px;
    }
    
    .wood_7d9f {
        font-size: 0.9rem;
    }
    
    .disabled_light_7ae9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled_light_7ae9 .solid_3108 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .list_black_41da {
        padding: 30px 10px;
    }
    
    .list_black_41da h2 {
        font-size: 1.2rem;
    }
    
    .icon_bright_b2c3 {
        gap: 10px;
    }
    
    .aside-new-1cdb summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .aside-new-1cdb p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .west-b2db {
        padding: 30px 10px;
    }
    
    .west-b2db h2 {
        font-size: 1.2rem;
    }
    
    .highlight_pro_23b8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom-b2e1 {
        padding: 15px 10px;
    }
    
    .bottom-b2e1 h4 {
        font-size: 0.85rem;
    }
    
    .bottom-b2e1 p {
        font-size: 0.75rem;
    }
    
    .in-5911 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gas-976a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .modal_fresh_103f {
        padding: 20px 10px;
    }
    
    .notification_0fcb {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .feature_small_da22,
    .down_4556,
    .label_57d0 {
        width: 100%;
    }
    
    .feature_small_da22 h3 {
        font-size: 1.1rem;
    }
    
    .feature_small_da22 p {
        font-size: 0.8rem;
    }
    
    .fixed_e5c0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .static-ec2d {
        padding: 30px 15px;
    }
    
    .static-ec2d h2 {
        font-size: 1.3rem;
    }
    
    .static-ec2d p {
        font-size: 0.85rem;
    }
    
    .wrapper_current_5c94 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper_current_5c94 .banner_5a8b {
        width: 100%;
    }
    
    .article_7ef3 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .heading-mini-0643 {
        padding: 30px 15px;
    }
    
    .card_12e2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tiny_de51 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .layout-brown-b72b h4 {
        font-size: 0.9rem;
    }
    
    .layout-brown-b72b a {
        font-size: 0.8rem;
    }
    
    .row-focused-7377 {
        font-size: 0.8rem;
    }
    
    .container_5adb p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .column_2e3a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel_wide_bb6e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3eff */
.shadow-element-w5 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
