/* Inner Page Styles */

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

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

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

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

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

.last_80eb .soft-f66c {
    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;
}

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

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

.last_80eb .soft-f66c:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.frame-stale-952a {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.label-8bc1 {
    color: var(--casino-gold-light);
}

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

.label-8bc1 a:hover {
    color: var(--casino-gold-light);
}

.label-8bc1.fn-active-8c5b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.header-south-56e0 {
    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);
}

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

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

.header-south-56e0 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.box-f2cf 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 */
.tertiary-gas-63ac {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary-gas-63ac li {
    margin-bottom: var(--md-spacing-xs);
}

.tertiary-gas-63ac 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);
}

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

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

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

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

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

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

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

.bronze_d8f5 .hard_e245:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-advanced-5e13 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.element_d932 .hard_e245:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pattern_3ead {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pattern_3ead h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pattern_3ead h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .last_80eb {
        justify-content: center;
    }
    
    .footer-af74 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .highlight-582b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .active_a43b {
        padding: var(--md-spacing-md) 0;
    }
    
    .section-6710 {
        padding: var(--md-spacing-md);
    }
    
    .content-1337 {
        padding: var(--md-spacing-md) 0;
    }
    
    .box-f2cf {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element_d932 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .stale_b62a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .section-6710 {
        padding: var(--md-spacing-sm);
    }
    
    .header-south-56e0 {
        padding: var(--md-spacing-md);
    }
    
    .box-f2cf {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.header-south-56e0,
.box-f2cf,
.element_d932 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.notification-fast-5334 {
    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);
}

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

.smooth-9921 {
    font-size: 1.5rem;
}

.chip-64a7 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.box-3586 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_31e7 strong {
    color: #00ff88;
}

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

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

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

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

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

.advanced-86e0::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;
}

.grid-north-2113 {
    text-align: center;
    margin-bottom: 30px;
}

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

.main_1fc4.fluid_05b9 .background-blue-8be0 {
    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); }
}

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

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

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

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

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

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

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

.stone-5ae5 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .background-motion-059f {
        grid-template-columns: 1fr;
    }
}

.caption-liquid-c349 {
    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;
}

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

.caption-liquid-c349.border_east_689d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption-liquid-c349.highlight_pressed_668d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption-liquid-c349.gallery-upper-8d71::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption-liquid-c349.paragraph-4b18::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shadow-cool-7f83 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.modal-dark-8ab0 {
    font-size: 1.2rem;
}

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

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

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

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

.notification-38ab.aside_red_04ba { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification-38ab.fn-active-8c5b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.section-clean-5f74 {
    color: #666;
    font-size: 0.8rem;
}

.border-narrow-82df {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.menu-dim-234e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.frame_upper_f32e.advanced-23de {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.container-clean-7e32 { border-top: 3px solid #00ccff; }
.highlight_first_ac0c { border-top: 3px solid #00ff88; }
.form-66c4 { border-top: 3px solid #d4af37; }
.fast-065d { border-top: 3px solid #ff6b6b; }
.pro_74ac { border-top: 3px solid #8b5cf6; }

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

.secondary-black-abb7 {
    overflow-x: auto;
}

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

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

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

.narrow_2dd1 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.article-43b2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.button-next-6e81 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.slider-88f1 {
    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;
}

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

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

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

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

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

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

.medium-9d8a {
    font-size: 2rem;
}

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

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

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

.paragraph-simple-8403 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-b66b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.chip-d471 strong {
    color: #fff;
    display: block;
}

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

.item-5c07 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.item-5c07 .logo-fast-bf76 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.icon-be31 .content-liquid-d954 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-hard-1e76 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.component-hard-1e76 span {
    color: #666;
    font-size: 0.8rem;
}

.component-hard-1e76 a {
    color: #ff6b6b;
}

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

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

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

.static_8012 {
    text-align: center;
}

.static_8012 .texture-easy-0c61 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.static_8012 .status-under-7dcc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last_0bd6.advanced-23de {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hero-fluid-dc9f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.bright-d744 .gas_21c0 {
    color: #666;
    margin: 0 8px;
}

.bright-d744 .image-liquid-8778 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.paragraph-simple-d50a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.steel-95ca {
    font-size: 2rem;
}

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

.banner_e23a strong {
    color: #d4af37;
}

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

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

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

.dropdown-592f h3,
.title-fluid-fb99 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.dynamic-80a2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.element-liquid-e8ed strong {
    color: #00ff88;
}

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

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

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

.aside-3e33 h3,
.label-9053 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.dropdown-86d1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.gallery-cold-a115 strong {
    color: #d4af37;
}

.light_9bbb {
    color: #aaa;
}

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

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

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

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

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

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

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

.red-deb9:last-child {
    border-bottom: none;
}

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

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

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

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

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

.yellow-d50e 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;
}

.yellow-d50e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.secondary-old-95e4 strong {
    color: #d4af37;
}

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

.light-8a33 {
    color: #888;
    font-size: 0.9rem;
}

.light-8a33 strong {
    color: #00ff88;
}

.light-8a33 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.footer-down-e342 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .header-upper-056f {
        grid-template-columns: 1fr;
    }
}

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

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

.glass-62b6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glass-62b6 li {
    margin-bottom: 5px;
}

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

.glass-62b6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.texture-b184 strong {
    color: #00ff88;
}

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

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

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

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

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

.copper-0889 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .complex-fc22 {
        flex-direction: column;
    }
    
    .link_9bfb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .nav_lite_b65f {
        padding: 30px 15px;
    }
    
    .nav_lite_b65f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-5bd6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pro-e3be {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero_fa21 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_fa21 .yellow_74d2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .component-e6de {
        font-size: 1.3rem;
    }
    
    .logo-inner-9838 {
        font-size: 0.7rem;
    }
    
    .iron_66c4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron_66c4 .hard_e245 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget_880b {
        display: none;
    }
    
    .image_ec1e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .button-f2cb {
        padding: 20px 10px;
    }
    
    .dropdown_lower_9fba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-right-7629,
    .large_4b58 {
        padding: 15px;
    }
    
    .progress_507b {
        flex-direction: column;
        gap: 5px;
    }
    
    .chip_easy_9c7a {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .over-3956 {
        padding: 20px 10px;
    }
    
    .south_05fd h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-3c61 {
        font-size: 0.9rem;
    }
    
    .red-deb9 h3 {
        font-size: 1.1rem;
    }
    
    .red-deb9 p {
        font-size: 0.9rem;
    }
    
    .yellow-d50e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .current_4120 {
        grid-template-columns: 1fr;
    }
    
    .secondary-old-95e4 {
        font-size: 0.85rem;
    }
    
    .border_dark_3f0a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag_complex_2ac0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tag_complex_2ac0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .table-6c5b {
        padding: 30px 10px;
    }
    
    .focused-1a19 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-blue-94cd {
        padding: 15px 10px;
    }
    
    .focus-blue-94cd h4 {
        font-size: 0.9rem;
    }
    
    .focus-blue-94cd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper-wide-2976 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focused-1a19 {
        grid-template-columns: 1fr;
    }
    
    .focus-blue-94cd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .content-warm-0800 {
        padding: 30px 10px;
    }
    
    .surface_south_3510 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_aa28 {
        padding: 15px;
    }
    
    .link_short_9203 {
        font-size: 0.9rem;
    }
    
    .heading-b1c2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading-b1c2 .active_steel_a012 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .menu-warm-d5ed {
        padding: 30px 10px;
    }
    
    .menu-warm-d5ed h2 {
        font-size: 1.2rem;
    }
    
    .primary_a5c6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture_soft_bf27 {
        padding: 15px 10px;
    }
    
    .texture_soft_bf27 h4 {
        font-size: 0.85rem;
    }
    
    .texture_soft_bf27 p {
        font-size: 0.75rem;
    }
    
    .active-large-9f03 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .carousel_fdae {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tag_advanced_9fed {
        padding: 20px 10px;
    }
    
    .lower-e768 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .sidebar-9671,
    .prev_1194,
    .component-hard-1e76 {
        width: 100%;
    }
    
    .sidebar-9671 h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-9671 p {
        font-size: 0.8rem;
    }
    
    .tag-f1f4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element-soft-d205 {
        padding: 30px 15px;
    }
    
    .element-soft-d205 h2 {
        font-size: 1.3rem;
    }
    
    .element-soft-d205 p {
        font-size: 0.85rem;
    }
    
    .down-3261 {
        flex-direction: column;
        gap: 10px;
    }
    
    .down-3261 .hard_e245 {
        width: 100%;
    }
    
    .component-fresh-37b5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .plasma-69de {
        padding: 30px 15px;
    }
    
    .sidebar-04ef {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hard_80b4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .prev_bc86 h4 {
        font-size: 0.9rem;
    }
    
    .prev_bc86 a {
        font-size: 0.8rem;
    }
    
    .focus_orange_b079 {
        font-size: 0.8rem;
    }
    
    .feature_tiny_7848 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .preview_2910 {
        padding: 8px 10px;
    }
    
    .photo-fast-3765 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .title-867a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-fast-3765 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title-867a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4dbe */
.widget-item-l5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
