/* Inner Page Styles */

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

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

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

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

.red-2c1f {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.red-2c1f .last_3901 {
    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;
}

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

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

.red-2c1f .last_3901:hover::before {
    left: 100%;
}

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

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

.backdrop-orange-6649 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_d040.fn-active-5f8a {
    color: var(--casino-gold-light);
}

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

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

.main-top-a008 {
    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);
}

.main-top-a008 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);
}

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

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

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

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

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

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

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

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

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

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

.info-fixed-1a6f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.accent-tall-ee4d:hover::before {
    left: 100%;
}

.accent-tall-ee4d 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;
}

.accent-tall-ee4d 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;
}

.accent-tall-ee4d .notice_east_eafa {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accent-tall-ee4d .notice_east_eafa:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.column-f23e .notice_east_eafa:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .purple_14e3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .purple_14e3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .purple_14e3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .red-2c1f {
        justify-content: center;
    }
    
    .backdrop-orange-6649 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .component-smooth-8c3e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .badge-middle-b919 {
        padding: var(--md-spacing-md) 0;
    }
    
    .main-top-a008 {
        padding: var(--md-spacing-md);
    }
    
    .plasma-f418 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static_4788 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column-f23e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tall-dc3c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .main-top-a008 {
        padding: var(--md-spacing-sm);
    }
    
    .clean_c447 {
        padding: var(--md-spacing-md);
    }
    
    .static_4788 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.clean_c447,
.static_4788,
.column-f23e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

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

.background-red-4074 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.badge-076e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider_ca52 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.gradient-bottom-e922 {
    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;
}

.gradient-bottom-e922.overlay-focused-1f1c .east_981d {
    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); }
}

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

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

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

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

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

.gallery_e7fc img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.bottom_5cb1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.heading_white_5cd7.warm_fce6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.heading_white_5cd7.status_focused_0733::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.heading_white_5cd7.wide_4d86::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.heading_white_5cd7.element-old-1eba::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.middle_2135 {
    font-size: 1.2rem;
}

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

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

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

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

.in-c2f4.frame-under-e479 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.in-c2f4.fn-active-5f8a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.outline-full-da81 {
    color: #666;
    font-size: 0.8rem;
}

.footer-dim-32e4 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.avatar-plasma-2149 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.photo_smooth_5bc5.dark-6c51 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.disabled-wood-b58e { border-top: 3px solid #00ccff; }
.search-f7e5 { border-top: 3px solid #00ff88; }
.fast_0e5a { border-top: 3px solid #d4af37; }
.top-7bae { border-top: 3px solid #ff6b6b; }
.east-f76f { border-top: 3px solid #8b5cf6; }

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

.logo-1b20 {
    overflow-x: auto;
}

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

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

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

.south_9a80 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.clean-1a7c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.grid-6fc4 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.chip-6c5a {
    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;
}

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

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

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

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

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

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

.yellow-aa28 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pagination-2ca3 {
    background: #0a0a0a;
    padding: 60px 0;
}

.input-solid-7f2f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .input-solid-7f2f::before {
        left: 30px;
    }
}

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

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

.plasma-93a8 {
    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;
}

.plasma-93a8::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);
}

.modal-6e46 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.button-solid-8e00 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.breadcrumb_e2ae {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.icon-pro-a501 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.element_eb1d .alert-bronze-6d19 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.logo-3bce {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-large-59e9 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.logo-large-59e9 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.layout-ed90 a {
    color: #ff6b6b;
}

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

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

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

.steel-836f {
    text-align: center;
}

.steel-836f .section-399e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.steel-836f .surface_left_f4f1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.widget-8fad {
    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;
}

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

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

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

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

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

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

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

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

.nav-stone-85b7 {
    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;
}

.nav-stone-85b7.dark-6c51 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.notice-c3c6 .thick_e77e {
    color: #666;
    margin: 0 8px;
}

.notice-c3c6 .texture-85b1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.current-76ea strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.liquid_0d84 {
    font-size: 2rem;
}

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

.selected_dfde strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.hidden-4762 strong {
    color: #00ff88;
}

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

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

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

.picture-62d2 h3,
.accordion-warm-283e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.disabled-3cb0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.photo_b3dc strong {
    color: #d4af37;
}

.glass-612a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cold-27c0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.cold-27c0 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;
}

.cold-27c0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accordion_d5a1 strong {
    color: #d4af37;
}

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

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

.box_597f strong {
    color: #00ff88;
}

.box_597f span {
    color: #d4af37;
}

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

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

.surface-8edf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.section-66fe {
    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;
}

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

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

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

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

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

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

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

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

.item-cold-8c35 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.item-cold-8c35 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-36c7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sidebar-narrow-a7c2 {
        padding: 30px 15px;
    }
    
    .sidebar-narrow-a7c2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wide_5274 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stone_1322 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .solid_18ba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .solid_18ba .container_fluid_4d08 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .media-silver-9c0c {
        font-size: 1.3rem;
    }
    
    .first_26f7 {
        font-size: 0.7rem;
    }
    
    .breadcrumb-7963 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-7963 .notice_east_eafa {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .frame-4b73 {
        display: none;
    }
    
    .texture_547c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label_323b {
        padding: 20px 10px;
    }
    
    .surface-8edf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .new_957e,
    .module-focused-6616 {
        padding: 15px;
    }
    
    .in-dc2e {
        flex-direction: column;
        gap: 5px;
    }
    
    .bronze-d9bc {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pink_f9f6 {
        padding: 20px 10px;
    }
    
    .mini_86aa h2 {
        font-size: 1.3rem;
    }
    
    .cool_ef94 {
        font-size: 0.9rem;
    }
    
    .tall_db3d h3 {
        font-size: 1.1rem;
    }
    
    .tall_db3d p {
        font-size: 0.9rem;
    }
    
    .cold-27c0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .red_1832 {
        grid-template-columns: 1fr;
    }
    
    .accordion_d5a1 {
        font-size: 0.85rem;
    }
    
    .focus_3dae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .red_475e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .red_475e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dynamic-8fe0 {
        padding: 30px 10px;
    }
    
    .east-3b41 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media-middle-d511 {
        padding: 15px 10px;
    }
    
    .media-middle-d511 h4 {
        font-size: 0.9rem;
    }
    
    .media-middle-d511 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .label-narrow-087e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .east-3b41 {
        grid-template-columns: 1fr;
    }
    
    .media-middle-d511 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus-dim-5f5c {
        padding: 30px 10px;
    }
    
    .text-liquid-45da {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_54bf {
        padding: 15px;
    }
    
    .pattern-3d48 {
        font-size: 0.9rem;
    }
    
    .content-hard-ae43 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content-hard-ae43 .thumbnail_cold_e6b0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .medium_dbfa {
        padding: 30px 10px;
    }
    
    .medium_dbfa h2 {
        font-size: 1.2rem;
    }
    
    .content_under_43f6 {
        gap: 10px;
    }
    
    .status-under-9a53 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .status-under-9a53 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .grid-pink-73cf {
        padding: 30px 10px;
    }
    
    .grid-pink-73cf h2 {
        font-size: 1.2rem;
    }
    
    .pagination_e2c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_middle_4d4f {
        padding: 15px 10px;
    }
    
    .form_middle_4d4f h4 {
        font-size: 0.85rem;
    }
    
    .form_middle_4d4f p {
        font-size: 0.75rem;
    }
    
    .outline-8caf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .motion_c3d1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .iron-4d69 {
        padding: 20px 10px;
    }
    
    .huge-1ec4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hard_416a,
    .logo-large-59e9,
    .layout-ed90 {
        width: 100%;
    }
    
    .hard_416a h3 {
        font-size: 1.1rem;
    }
    
    .hard_416a p {
        font-size: 0.8rem;
    }
    
    .brown_465e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wrapper-51f4 {
        padding: 30px 15px;
    }
    
    .wrapper-51f4 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper-51f4 p {
        font-size: 0.85rem;
    }
    
    .notice-298f {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-298f .notice_east_eafa {
        width: 100%;
    }
    
    .hover_db87 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .right-8a30 {
        padding: 30px 10px;
    }
    
    .right-8a30 h3 {
        font-size: 1.2rem;
    }
    
    .thick-026a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-f23e {
        padding: 15px 10px;
    }
    
    .column-f23e h4 {
        font-size: 0.85rem;
    }
    
    .column-f23e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .overlay-680f {
        padding: 30px 15px;
    }
    
    .article-short-ad2a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .chip_gas_1926 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer-551e h4 {
        font-size: 0.9rem;
    }
    
    .footer-551e a {
        font-size: 0.8rem;
    }
    
    .background-pro-c80c {
        font-size: 0.8rem;
    }
    
    .avatar_middle_d7b2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .button_lite_8d6f {
        padding: 8px 10px;
    }
    
    .outline-6388 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .description-large-81ed {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outline-6388 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .description-large-81ed {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0314 */
.promo-block-j9 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
