/* Inner Page Styles */

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

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

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

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

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

.accent-a360 .active-active-5bf6 {
    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;
}

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

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

.accent-a360 .active-active-5bf6:hover::before {
    left: 100%;
}

.accent-a360 .active-active-5bf6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.accent-60ec {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion_0e61.fn-active-4720 {
    color: var(--casino-gold-light);
}

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

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

.mask-tall-ae35 {
    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);
}

.mask-tall-ae35 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);
}

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

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

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

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

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

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

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

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

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

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

.menu-warm-f96b {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.lite_3206 .header_51a8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.advanced-3d45 {
    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);
}

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

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

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

.table-narrow-88b3 {
    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);
}

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

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

.table-narrow-88b3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.table-narrow-88b3 .header_51a8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.table-narrow-88b3 .header_51a8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo_6737 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .logo_6737 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .logo_6737 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accent-a360 {
        justify-content: center;
    }
    
    .accent-60ec {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .purple_7812 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .active_green_1e40 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-tall-ae35 {
        padding: var(--md-spacing-md);
    }
    
    .table_4dc7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip-f531 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .table-narrow-88b3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description-cd48 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mask-tall-ae35 {
        padding: var(--md-spacing-sm);
    }
    
    .breadcrumb_c266 {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-f531 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.breadcrumb_c266,
.tooltip-f531,
.table-narrow-88b3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.footer-f84d {
    font-size: 1.5rem;
}

.active_dcc2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.nav-brown-c660 {
    padding: 30px 0;
}

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

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

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

.chip-slow-5215 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.chip-slow-5215 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.narrow_d89b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.white-37ba {
    text-align: center;
    margin-bottom: 30px;
}

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

.section_7b7c.gallery-8201 .new-9ae1 {
    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); }
}

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

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

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

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

.lower-338c 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;
}

.lower-338c 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);
}

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

.frame_fbd4 {
    font-size: 1.2rem;
}

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

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

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

.progress_8488 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.progress_8488.panel-ed0e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress_8488.focus_fresh_44b5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_8488.gallery_7922::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress_8488.advanced_73da::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.narrow-da6e {
    font-size: 1.2rem;
}

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

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

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

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

.container_9561.footer-old-ccfe { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_9561.fn-active-4720 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.label-last-7e9b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.search-focused-f4c7 {
    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;
}

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

.search-focused-f4c7.pink_67e5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.input_b109 { border-top: 3px solid #00ccff; }
.article_b3c9 { border-top: 3px solid #00ff88; }
.active_right_c401 { border-top: 3px solid #d4af37; }
.lower-49e1 { border-top: 3px solid #ff6b6b; }
.filter_lite_4b3a { border-top: 3px solid #8b5cf6; }

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

.frame_78da {
    overflow-x: auto;
}

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

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

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

.tabs-a986 td {
    color: #ccc;
}

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

.tabs-a986 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.component-wide-f104 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.primary_advanced_0706 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.shade-9a99 {
    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;
}

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

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

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

.pro-7d47 {
    font-size: 2rem;
}

.table-rough-8a25 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.table-rough-8a25 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall_2271 {
    font-size: 1.5rem;
}

.icon-orange-1200 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.accordion-274f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.fresh-4a08 .accent_59b2 {
    margin-bottom: 10px;
}

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

.fresh-4a08 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.info-silver-9cd0 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.info-silver-9cd0 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.module_hard_931f {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.tertiary-smooth-bce9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block_soft_d8e8 a {
    color: #ff6b6b;
}

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

.tertiary-fresh-c7bc {
    max-width: 800px;
    margin: 0 auto;
}

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

.heading-bf3b {
    text-align: center;
}

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

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

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

.tertiary-fresh-c7bc > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.sidebar-action-b8c1 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-medium-bc32 .module_b9f9 {
    color: #666;
    margin: 0 8px;
}

.panel-medium-bc32 .new_7ad0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.popup_6ad9 {
    font-size: 2rem;
}

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

.light-edf6 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.shade-current-958e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.icon_21b6 strong {
    color: #00ff88;
}

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

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

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

.fluid-6b99 h3,
.preview_green_5c25 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.fast-7e78 strong {
    color: #d4af37;
}

.pattern-fdbc {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-56a6 {
    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;
}

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

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

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

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

.solid_d859 strong {
    color: #d4af37;
}

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

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

.primary_2471 strong {
    color: #00ff88;
}

.primary_2471 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.notification-static-6ca3 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.search-0ad6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.search-0ad6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_green_00b9 strong {
    color: #00ff88;
}

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

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

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

.column-wood-7abe {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.old-4c78 {
    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;
}

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

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

@media (max-width: 768px) {
    .column-wood-7abe {
        flex-direction: column;
    }
    
    .old-4c78 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .banner_smooth_4704 {
        padding: 30px 15px;
    }
    
    .banner_smooth_4704 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dark_1542 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .avatar_3322 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .advanced-04e7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .advanced-04e7 .easy-61c1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-f161 {
        font-size: 1.3rem;
    }
    
    .video_3e97 {
        font-size: 0.7rem;
    }
    
    .frame-soft-9620 {
        flex-direction: column;
        gap: 10px;
    }
    
    .frame-soft-9620 .header_51a8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .stale-320b {
        display: none;
    }
    
    .message-wood-5202 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slider-selected-96b9 {
        padding: 20px 10px;
    }
    
    .widget_43f2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-1a97,
    .card_42a6 {
        padding: 15px;
    }
    
    .gradient_44ef {
        flex-direction: column;
        gap: 5px;
    }
    
    .panel_top_7adb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .copper_7e8d {
        padding: 30px 10px;
    }
    
    .alert_medium_433a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_narrow_dc7a {
        padding: 20px 15px;
    }
    
    .main-pressed-129f {
        font-size: 2rem;
    }
    
    .text_narrow_dc7a h3 {
        font-size: 1.1rem;
    }
    
    .text_narrow_dc7a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .component-black-dccf {
        padding: 20px 5px;
    }
    
    .component-black-dccf h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .input_8938 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tabs-a986 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tabs-a986 th,
    .tabs-a986 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .rough-9d69 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .gradient-69f5 {
        padding: 20px 10px;
    }
    
    .pagination-ebcf h2 {
        font-size: 1.3rem;
    }
    
    .section_medium_8c07 {
        font-size: 0.9rem;
    }
    
    .thick_36e3 h3 {
        font-size: 1.1rem;
    }
    
    .thick_36e3 p {
        font-size: 0.9rem;
    }
    
    .form_hovered_f3dc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .search-b7e2 {
        grid-template-columns: 1fr;
    }
    
    .solid_d859 {
        font-size: 0.85rem;
    }
    
    .right-05b3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-56a6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .short-56a6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs_89e5 {
        padding: 30px 10px;
    }
    
    .center-1adf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up-0a90 {
        padding: 15px 10px;
    }
    
    .up-0a90 h4 {
        font-size: 0.9rem;
    }
    
    .up-0a90 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article_a255 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .center-1adf {
        grid-template-columns: 1fr;
    }
    
    .up-0a90 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title-1349 {
        padding: 30px 10px;
    }
    
    .up-6b61 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame-bottom-02d7 {
        padding: 15px;
    }
    
    .stone_2f12 {
        font-size: 0.9rem;
    }
    
    .border-1ddd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .border-1ddd .iron-fe7e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .badge-mini-ab5e {
        padding: 30px 10px;
    }
    
    .badge-mini-ab5e h2 {
        font-size: 1.2rem;
    }
    
    .section-bright-1f13 {
        gap: 10px;
    }
    
    .hidden_dynamic_3cd3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hidden_dynamic_3cd3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-outer-980d {
        padding: 30px 10px;
    }
    
    .sort-outer-980d h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_175a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-76fb {
        padding: 15px 10px;
    }
    
    .chip-76fb h4 {
        font-size: 0.85rem;
    }
    
    .chip-76fb p {
        font-size: 0.75rem;
    }
    
    .filter-0105 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .steel-7485 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .text-59dd {
        padding: 20px 10px;
    }
    
    .shade_8b6c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .large_877b,
    .simple_e7b0,
    .block_soft_d8e8 {
        width: 100%;
    }
    
    .large_877b h3 {
        font-size: 1.1rem;
    }
    
    .large_877b p {
        font-size: 0.8rem;
    }
    
    .chip_e839 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .highlight-81c0 {
        padding: 30px 15px;
    }
    
    .highlight-81c0 h2 {
        font-size: 1.3rem;
    }
    
    .highlight-81c0 p {
        font-size: 0.85rem;
    }
    
    .notification_cb5e {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_cb5e .header_51a8 {
        width: 100%;
    }
    
    .tall_ab0b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-last-db04 {
        padding: 30px 10px;
    }
    
    .main-last-db04 h3 {
        font-size: 1.2rem;
    }
    
    .tertiary-3956 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-narrow-88b3 {
        padding: 15px 10px;
    }
    
    .table-narrow-88b3 h4 {
        font-size: 0.85rem;
    }
    
    .table-narrow-88b3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hovered-cda4 {
        padding: 30px 15px;
    }
    
    .grid_glass_a4e7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .warm_b3d4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .section-ee57 h4 {
        font-size: 0.9rem;
    }
    
    .section-ee57 a {
        font-size: 0.8rem;
    }
    
    .border-f314 {
        font-size: 0.8rem;
    }
    
    .message-172d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .down-5bc0 {
        padding: 8px 10px;
    }
    
    .under_949b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-2981 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .under_949b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-2981 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 69df */
.shadow-element-p6 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
