/* Inner Page Styles */

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

.feature-next-0ab2 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);
}

.feature-next-0ab2 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);
}

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

.chip-83f8 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.chip-83f8 .clean_c281 {
    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;
}

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

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

.chip-83f8 .clean_c281:hover::before {
    left: 100%;
}

.chip-83f8 .clean_c281:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.info-bright-824e {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.hidden_31b4.fn-active-7482 {
    color: var(--casino-gold-light);
}

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

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

.liquid-6b3f {
    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);
}

.liquid-6b3f 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);
}

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

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

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

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

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

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

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

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

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

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

.section-warm-7938 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.shade_stale_dc01 .purple-7189:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.lower-0a2c {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.background_88bc .purple-7189 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.background_88bc .purple-7189:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-next-0ab2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .feature-next-0ab2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .feature-next-0ab2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .chip-83f8 {
        justify-content: center;
    }
    
    .soft_bf94 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu_bottom_7a93 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .sidebar-10b7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .liquid-6b3f {
        padding: var(--md-spacing-md);
    }
    
    .motion-8777 {
        padding: var(--md-spacing-md) 0;
    }
    
    .backdrop_slow_f104 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .background_88bc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .element-a42c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .liquid-6b3f {
        padding: var(--md-spacing-sm);
    }
    
    .table_dfb5 {
        padding: var(--md-spacing-md);
    }
    
    .backdrop_slow_f104 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table_dfb5,
.backdrop_slow_f104,
.background_88bc {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.media-73b0::-webkit-scrollbar {
    width: 8px;
}

.media-73b0::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.left-509e {
    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);
}

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

.breadcrumb_action_8371 {
    font-size: 1.5rem;
}

.footer-40d8 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .short-20a7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .card-0c6b {
        margin-left: 0;
    }
}

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

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

.surface-current-f8d6 {
    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;
}

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

.surface-current-f8d6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.surface-current-f8d6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.heading_short_19f0 strong {
    color: #00ff88;
}

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

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

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

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

.avatar_db02 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.footer_c918 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

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

.avatar-hovered-1acd {
    text-align: center;
    margin-bottom: 30px;
}

.liquid-430b {
    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;
}

.liquid-430b.row_simple_51f8 .static-2bd3 {
    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); }
}

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

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

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

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

.cool-9d26 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;
}

.cool-9d26 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);
}

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

.video_blue_2261 {
    font-size: 1.2rem;
}

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

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

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

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

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

.surface_0621.modal-gold-ed95::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.surface_0621.outer_7508::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.surface_0621.black-c490::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.surface_0621.badge-546e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pro_b804 {
    font-size: 1.2rem;
}

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

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

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

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

.image-plasma-5125.notification_be7a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.image-plasma-5125.fn-active-7482 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.thumbnail-5b94 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.secondary-green-66dc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.hot-8c4c {
    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;
}

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

.hot-8c4c.banner_iron_9dfa {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.avatar-cold-6e96 { border-top: 3px solid #00ccff; }
.notice_4886 { border-top: 3px solid #00ff88; }
.slow-1e48 { border-top: 3px solid #d4af37; }
.basic-e8b2 { border-top: 3px solid #ff6b6b; }
.thick-f547 { border-top: 3px solid #8b5cf6; }

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

.dropdown_3178 {
    overflow-x: auto;
}

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

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

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

.header_wide_81f0 td {
    color: #ccc;
}

.header_wide_81f0 .header-lite-03e2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.box-050e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-copper-efaf {
    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;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .accent-current-208f {
        grid-template-columns: 1fr;
    }
}

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

.tag-gold-6c55 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.article-full-2162 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.chip-static-0a9a {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.stone-87a9 {
    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;
}

.stone-87a9::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);
}

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

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

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

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

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

.heading-722e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.box-cdc0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.banner_97b9 .prev_9bb0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.preview-next-6503 {
    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;
}

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

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

.column-stale-1183 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.badge_89f4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.tag_active_78e1 a {
    color: #ff6b6b;
}

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

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

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

.table_thick_22f0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-out-ecfe {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .heading_f948 {
        flex-direction: column;
    }
    .upper-379c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slider_ea8d .complex-4a4e {
    color: #666;
    margin: 0 8px;
}

.slider_ea8d .hidden_top_cb5a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.dropdown-green-2f42 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tooltip-4fca strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.dirty_7828 {
    font-size: 2rem;
}

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

.purple_6a7d strong {
    color: #d4af37;
}

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

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

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

.link-iron-2bfe h3,
.light_4395 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.hidden_stone_c4d9 strong {
    color: #00ff88;
}

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

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

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

.clean-edaa h3,
.fluid-1418 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.list-cold-2474 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.nav-blue-5395 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.item-stone-ccd0 strong {
    color: #d4af37;
}

.motion-1d3d {
    color: #aaa;
}

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

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

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

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

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

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

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

.banner-4b87:last-child {
    border-bottom: none;
}

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

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

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

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

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

.text-0634 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;
}

.text-0634 li strong {
    color: #00ff88;
}

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

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

.title-dirty-47fb {
    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;
}

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

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

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

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

.current_f57c strong {
    color: #d4af37;
}

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

.media-glass-6ae5 {
    color: #888;
    font-size: 0.9rem;
}

.media-glass-6ae5 strong {
    color: #00ff88;
}

.media-glass-6ae5 span {
    color: #d4af37;
}

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

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

.disabled-current-69ac {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.warm-23b9 {
    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;
}

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

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

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

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

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

.lower-eb01 {
    color: #999;
    font-size: 0.85rem;
}

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

.hover-wood-26ae h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.smooth-b5c4 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.status-0d82 li {
    margin-bottom: 5px;
}

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

.status-0d82 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.secondary-a7b9 strong {
    color: #00ff88;
}

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

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

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

.footer-red-c67a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.tabs-05e1 {
    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;
}

.badge_89f4 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer-red-c67a {
        flex-direction: column;
    }
    
    .form_advanced_4f16 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .media_tall_e1fe {
        padding: 30px 15px;
    }
    
    .media_tall_e1fe h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notice-red-2d0d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bottom-1d34 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-narrow-914d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-narrow-914d .under-b733 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight-pressed-3051 {
        font-size: 1.3rem;
    }
    
    .upper-37bf {
        font-size: 0.7rem;
    }
    
    .avatar_4481 {
        flex-direction: column;
        gap: 10px;
    }
    
    .avatar_4481 .purple-7189 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .chip-a035 {
        display: none;
    }
    
    .element-1583 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .left-71a9 {
        padding: 20px 10px;
    }
    
    .disabled-current-69ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-f959,
    .hover-wood-26ae {
        padding: 15px;
    }
    
    .action-5339 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pattern_medium_04f7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .middle_a7d4 {
        padding: 30px 10px;
    }
    
    .smooth-9aa1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled_6019 {
        padding: 20px 15px;
    }
    
    .green-2f0e {
        font-size: 2rem;
    }
    
    .disabled_6019 h3 {
        font-size: 1.1rem;
    }
    
    .disabled_6019 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .orange_d7c7 {
        padding: 20px 10px;
    }
    
    .photo-73bf h2 {
        font-size: 1.3rem;
    }
    
    .advanced-d5a6 {
        font-size: 0.9rem;
    }
    
    .banner-4b87 h3 {
        font-size: 1.1rem;
    }
    
    .banner-4b87 p {
        font-size: 0.9rem;
    }
    
    .text-0634 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .next_9cfc {
        grid-template-columns: 1fr;
    }
    
    .current_f57c {
        font-size: 0.85rem;
    }
    
    .mini-2dca {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-dirty-47fb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title-dirty-47fb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .bottom-7e16 {
        padding: 30px 10px;
    }
    
    .old-8223 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_advanced_642d {
        padding: 15px 10px;
    }
    
    .nav_advanced_642d h4 {
        font-size: 0.9rem;
    }
    
    .nav_advanced_642d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .list-fa67 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo-selected-58c5 {
        padding: 30px 10px;
    }
    
    .static-2a7d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary-rough-6a1b {
        padding: 15px;
    }
    
    .badge_down_f852 {
        font-size: 0.9rem;
    }
    
    .heading_top_60d3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading_top_60d3 .simple-7d9c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .thumbnail_e6de {
        padding: 30px 10px;
    }
    
    .thumbnail_e6de h2 {
        font-size: 1.2rem;
    }
    
    .pink_9c20 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow-11c3 {
        padding: 15px 10px;
    }
    
    .yellow-11c3 h4 {
        font-size: 0.85rem;
    }
    
    .yellow-11c3 p {
        font-size: 0.75rem;
    }
    
    .new_5c3a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .row_f808 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .red_2c95 {
        padding: 20px 10px;
    }
    
    .nav-huge-8486 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .row_dim_ec84,
    .dropdown_hard_d219,
    .tag_active_78e1 {
        width: 100%;
    }
    
    .row_dim_ec84 h3 {
        font-size: 1.1rem;
    }
    
    .row_dim_ec84 p {
        font-size: 0.8rem;
    }
    
    .silver-085f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .lite_d2b0 {
        padding: 30px 15px;
    }
    
    .lite_d2b0 h2 {
        font-size: 1.3rem;
    }
    
    .lite_d2b0 p {
        font-size: 0.85rem;
    }
    
    .avatar_pro_a011 {
        flex-direction: column;
        gap: 10px;
    }
    
    .avatar_pro_a011 .purple-7189 {
        width: 100%;
    }
    
    .description_up_6e95 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .shade-slow-85f4 {
        padding: 30px 15px;
    }
    
    .list_2ce9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .element_narrow_98b3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .widget-tall-1632 h4 {
        font-size: 0.9rem;
    }
    
    .widget-tall-1632 a {
        font-size: 0.8rem;
    }
    
    .bright-d541 {
        font-size: 0.8rem;
    }
    
    .table_4cd5 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .background_steel_b455 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dirty_5e06 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9681 */
.shadow-element-d7 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
