/* Inner Page Styles */

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

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

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

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

.small-5d10 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.small-5d10 .out-2cd9 {
    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;
}

.small-5d10 .out-2cd9::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.small-5d10 .out-2cd9:hover::before {
    left: 100%;
}

.small-5d10 .out-2cd9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.notification-lower-78ce {
    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);
}

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

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

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

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

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

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

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

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

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

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

.article-dark-e13e {
    color: var(--casino-gold-light);
}

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

.article-dark-e13e a:hover {
    color: var(--casino-gold-light);
}

.article-dark-e13e.fn-active-bd56 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.background-soft-8ecd {
    padding: var(--md-spacing-lg) 0;
}

.tiny-281b {
    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);
}

.tiny-281b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-6226:hover::before {
    left: 100%;
}

.logo-6226 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;
}

.logo-6226 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;
}

.logo-6226 .fixed-a887 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.logo-6226 .fixed-a887:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.popup-4f23 {
    margin-top: var(--md-spacing-sm);
}

.hero-tall-d9b0 {
    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);
}

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

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

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

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

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

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

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

.message-7150 .fixed-a887 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.message-7150 .fixed-a887:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .copper_a641 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .copper_a641 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .copper_a641 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .small-5d10 {
        justify-content: center;
    }
    
    .notification-lower-78ce {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .image_6eee {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-soft-8ecd {
        padding: var(--md-spacing-md) 0;
    }
    
    .tiny-281b {
        padding: var(--md-spacing-md);
    }
    
    .rough-c8a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .component_left_81b7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .message-7150 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .popup_fixed_ebf1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tiny-281b {
        padding: var(--md-spacing-sm);
    }
    
    .shadow-cff4 {
        padding: var(--md-spacing-md);
    }
    
    .component_left_81b7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shadow-cff4,
.component_left_81b7,
.message-7150 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.disabled-dynamic-8b31 {
    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);
}

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

.image_dynamic_90b4 {
    font-size: 1.5rem;
}

.tabs_899b strong {
    color: #00ff88;
}

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

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

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

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

.card-121f {
    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;
}

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

.card-121f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.card-121f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.shade-d8c6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.status-6660.overlay_in_6b3d .tooltip-bright-666c {
    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); }
}

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

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

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

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

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

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

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

.element_1f8f {
    font-size: 1.2rem;
}

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

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

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

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

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

.gradient-b57f.preview_9acd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gradient-b57f.shadow_steel_7671::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient-b57f.cold_2edd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gradient-b57f.video-plasma-9c29::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.current-38e7 {
    font-size: 1.2rem;
}

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

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

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

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

.description-easy-45d2.copper_bf74 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.description-easy-45d2.fn-active-bd56 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.caption-168e {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.pagination-orange-d76e {
    background: #0a0a0a;
    padding: 60px 0;
}

.up-81f3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.search-iron-1c0e { border-top: 3px solid #00ccff; }
.fluid-f19a { border-top: 3px solid #00ff88; }
.footer_092f { border-top: 3px solid #d4af37; }
.white-eaf7 { border-top: 3px solid #ff6b6b; }
.message_stone_c57c { border-top: 3px solid #8b5cf6; }

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

.backdrop_c928 {
    overflow-x: auto;
}

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

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

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

.section_a578 td {
    color: #ccc;
}

.section_a578 .gradient-smooth-a1e0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.under-111f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.selected-4ea7 {
    font-size: 2rem;
}

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

.pagination-left-5d9d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.shadow-rough-3392 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.nav-80d8 {
    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;
}

.nav-80d8::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);
}

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

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

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

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

.accent-focused-9da7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.list-pressed-ad27 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.item-inner-fd13 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.icon_8362 .table_over_2a5d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-new-61fa h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.banner-new-61fa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.label-over-6a7c {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-focused-2240 {
    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;
}

.label-over-6a7c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.title-35ab span {
    color: #666;
    font-size: 0.8rem;
}

.title-35ab a {
    color: #ff6b6b;
}

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

.message-321a {
    max-width: 800px;
    margin: 0 auto;
}

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

.footer_purple_c828 {
    text-align: center;
}

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

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

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

.message-321a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.pagination-over-7588 {
    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;
}

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

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

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

.current-270c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.search-mini-0a7c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .search-mini-0a7c {
        flex-direction: column;
    }
    .heading_3239 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.tertiary_complex_aae4 .active-advanced-225f {
    color: #666;
    margin: 0 8px;
}

.tertiary_complex_aae4 .center-3ba2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.purple-4a8b {
    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;
}

.layout_657b {
    font-size: 2rem;
}

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

.first-3f24 strong {
    color: #d4af37;
}

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

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

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

.thumbnail-iron-023b h3,
.tooltip_basic_f277 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.search-3aaf strong {
    color: #d4af37;
    margin-right: 8px;
}

.wrapper-full-879c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.slider_1528 strong {
    color: #00ff88;
}

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

.column-copper-3b1e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .column-copper-3b1e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.texture-advanced-c3f1 summary::-webkit-details-marker {
    display: none;
}

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

.detail-mini-9b17 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.footer_7346 strong {
    color: #d4af37;
}

.photo-55ee {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-742a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fresh-742a 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;
}

.fresh-742a li strong {
    color: #00ff88;
}

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

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

.paragraph-up-56bf {
    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;
}

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

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

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

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

.detail-new-7a04 strong {
    color: #d4af37;
}

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

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

.link_c781 strong {
    color: #00ff88;
}

.link_c781 span {
    color: #d4af37;
}

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

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

.modal-new-af49 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.carousel-5dfa {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.fresh-533c {
    color: #999;
    font-size: 0.85rem;
}

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

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

.surface-06f2 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.surface-06f2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.label-light-2af4 {
    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;
}

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

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

.action-2038 strong {
    color: #00ff88;
}

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

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

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

.video-1ed3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

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

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

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

.link-stone-0c78 {
    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;
}

.link-stone-0c78: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) {
    .link-stone-0c78 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .link-stone-0c78 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .box_solid_9e9b {
        padding: 30px 15px;
    }
    
    .box_solid_9e9b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .yellow-fc25 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .down-328b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tiny-995d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tiny-995d .notice-soft-87ca {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .notification_north_ee46 {
        font-size: 1.3rem;
    }
    
    .thumbnail-silver-582c {
        font-size: 0.7rem;
    }
    
    .hidden_fresh_a7f1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden_fresh_a7f1 .fixed-a887 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .cool-65a5 {
        display: none;
    }
    
    .caption_huge_020a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .bright-2f86 {
        padding: 20px 10px;
    }
    
    .modal-new-af49 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column-4d53,
    .hover-bede {
        padding: 15px;
    }
    
    .carousel-5dfa {
        flex-direction: column;
        gap: 5px;
    }
    
    .badge_out_0d99 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .left-730d {
        padding: 30px 10px;
    }
    
    .left-464f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_east_8d55 {
        padding: 20px 15px;
    }
    
    .carousel-75ee {
        font-size: 2rem;
    }
    
    .hover_east_8d55 h3 {
        font-size: 1.1rem;
    }
    
    .hover_east_8d55 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .status_rough_60ac {
        padding: 20px 10px;
    }
    
    .thumbnail-f9e0 h2 {
        font-size: 1.3rem;
    }
    
    .content-under-7442 {
        font-size: 0.9rem;
    }
    
    .active_thick_f5b4 h3 {
        font-size: 1.1rem;
    }
    
    .active_thick_f5b4 p {
        font-size: 0.9rem;
    }
    
    .fresh-742a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .silver-602c {
        grid-template-columns: 1fr;
    }
    
    .detail-new-7a04 {
        font-size: 0.85rem;
    }
    
    .warm-fc93 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-up-56bf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph-up-56bf strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .short-bb3b {
        padding: 30px 10px;
    }
    
    .notification_1659 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bronze_b66b {
        padding: 15px 10px;
    }
    
    .bronze_b66b h4 {
        font-size: 0.9rem;
    }
    
    .bronze_b66b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .logo_red_27ef {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .frame-brown-36bb {
        padding: 30px 10px;
    }
    
    .next-248d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_fast_51cb {
        padding: 15px;
    }
    
    .link_2d52 {
        font-size: 0.9rem;
    }
    
    .first-6e32 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .first-6e32 .dropdown_silver_fe5e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .paper-d825 {
        padding: 30px 10px;
    }
    
    .paper-d825 h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail-017a {
        gap: 10px;
    }
    
    .chip_265e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .chip_265e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .image-8552 {
        padding: 30px 10px;
    }
    
    .image-8552 h2 {
        font-size: 1.2rem;
    }
    
    .grid_right_1d14 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label-dark-0288 {
        padding: 15px 10px;
    }
    
    .label-dark-0288 h4 {
        font-size: 0.85rem;
    }
    
    .label-dark-0288 p {
        font-size: 0.75rem;
    }
    
    .grid_da50 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .module-first-9bcd {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .input_2c8e {
        padding: 20px 10px;
    }
    
    .article-93c4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .banner-new-61fa,
    .label-over-6a7c,
    .title-35ab {
        width: 100%;
    }
    
    .banner-new-61fa h3 {
        font-size: 1.1rem;
    }
    
    .banner-new-61fa p {
        font-size: 0.8rem;
    }
    
    .content-focused-2240 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag-cda4 {
        padding: 30px 15px;
    }
    
    .tag-cda4 h2 {
        font-size: 1.3rem;
    }
    
    .tag-cda4 p {
        font-size: 0.85rem;
    }
    
    .background_8dd5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .background_8dd5 .fixed-a887 {
        width: 100%;
    }
    
    .description_9117 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tabs-8bc5 {
        padding: 30px 10px;
    }
    
    .tabs-8bc5 h3 {
        font-size: 1.2rem;
    }
    
    .message-paper-8645 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-7150 {
        padding: 15px 10px;
    }
    
    .message-7150 h4 {
        font-size: 0.85rem;
    }
    
    .message-7150 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .module-88fd {
        padding: 30px 15px;
    }
    
    .panel_soft_85a1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .widget-hovered-3dee {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_ae11 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_ae11 a {
        font-size: 0.8rem;
    }
    
    .white_24cb {
        font-size: 0.8rem;
    }
    
    .east-7b94 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification_liquid_e161 {
        padding: 8px 10px;
    }
    
    .thumbnail-d2d1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .caption-pink-f00e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-d2d1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .caption-pink-f00e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7c9d */
.phantom-card-r7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
