/* Inner Page Styles */

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

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

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

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

.gradient-64a2 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gradient-64a2 .outline_a599 {
    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;
}

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

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

.gradient-64a2 .outline_a599:hover::before {
    left: 100%;
}

.gradient-64a2 .outline_a599:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media_aab8.fn-active-6c50 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-28a4 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.accent-pressed-ddc4 {
    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-pressed-ddc4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.accent-pressed-ddc4:hover::before {
    left: 100%;
}

.accent-pressed-ddc4 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-pressed-ddc4 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-pressed-ddc4 .description_7a7e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accent-pressed-ddc4 .description_7a7e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.surface-prev-e921 {
    margin-top: var(--md-spacing-sm);
}

.box-short-2acb {
    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);
}

.box-short-2acb:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.picture-dim-649e {
    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);
}

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

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

.picture-dim-649e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.picture-dim-649e .description_7a7e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.picture-dim-649e .description_7a7e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lite-f27c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lite-f27c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lite-f27c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient-64a2 {
        justify-content: center;
    }
    
    .static_057b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .form-afd2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .header_white_d47b {
        padding: var(--md-spacing-md) 0;
    }
    
    .active_129e {
        padding: var(--md-spacing-md);
    }
    
    .hero_56d5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .orange_f57f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .picture-dim-649e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .out-1b44 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .active_129e {
        padding: var(--md-spacing-sm);
    }
    
    .green-2a92 {
        padding: var(--md-spacing-md);
    }
    
    .orange_f57f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.green-2a92,
.orange_f57f,
.picture-dim-649e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tall-67cb::-webkit-scrollbar {
    width: 8px;
}

.tall-67cb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.warm-6fe8 {
    font-size: 1.5rem;
}

.photo-d593 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .section-8074 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .link-278d {
        margin-left: 0;
    }
}

/* Main Content Compact */
.info-99d2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header_7103 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.shade_short_f244.focus-9960 .narrow_f3b3 {
    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); }
}

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

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

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

.status-new-5bae {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-new-5bae 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;
}

.status-new-5bae 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);
}

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

.image-large-c463 {
    font-size: 1.2rem;
}

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

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

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

.chip-lower-818e {
    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;
}

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

.chip-lower-818e.basic_c05f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.chip-lower-818e.lite_668b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip-lower-818e.summary_9370::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.chip-lower-818e.column-9002::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.primary_3ba4 {
    font-size: 1.2rem;
}

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

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

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

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

.full-f3d0.nav-medium-5d88 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.full-f3d0.fn-active-6c50 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.light-996e {
    color: #666;
    font-size: 0.8rem;
}

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

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

.thumbnail-active-28e3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.modal-2559.yellow-874b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shade-upper-f28f { border-top: 3px solid #00ccff; }
.stone_bdb4 { border-top: 3px solid #00ff88; }
.content_smooth_6e58 { border-top: 3px solid #d4af37; }
.card_3755 { border-top: 3px solid #ff6b6b; }
.alert_inner_4053 { border-top: 3px solid #8b5cf6; }

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

.focus_72a4 {
    overflow-x: auto;
}

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

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

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

.box-under-3417 td {
    color: #ccc;
}

.box-under-3417 .wood_bd81 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.box-under-3417 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.accent-85ae {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.component-42ae {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.menu-center-e3de p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.button_4a34 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.notification-5eef {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.image-gas-1c9e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.hot-80e6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.simple_4c27 {
    font-size: 1.5rem;
}

.link-silver-89a7 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.texture-static-3958 .image_fbc7 {
    margin-bottom: 10px;
}

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

.texture-static-3958 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.picture-2ec5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.wide-474c h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.logo-357a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

.filter-mini-5d0f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.notice_warm_dc76 a {
    color: #ff6b6b;
}

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

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

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

.sort_95de {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-old-7fd4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.component-rough-5c55 {
    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;
}

.component-rough-5c55.yellow-874b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.next-1341 .summary_stone_5f9e {
    color: #666;
    margin: 0 8px;
}

.next-1341 .fast_570f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tertiary-soft-9625 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.form_d721 {
    font-size: 2rem;
}

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

.border_b5ce strong {
    color: #d4af37;
}

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

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

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

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

.secondary-hard-c255 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.item-iron-82f4 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.dark-ffe2 strong {
    color: #00ff88;
}

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

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

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

.status-gas-04ba h3,
.primary_light_75ac h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.slider-iron-56ff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.highlight-tiny-2b92 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.highlight-tiny-2b92 strong {
    color: #d4af37;
}

.first_2e21 {
    color: #aaa;
}

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

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

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

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

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

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

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

.preview-fa5b:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.progress-26ab {
    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;
}

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

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

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

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

.clean_bd6b strong {
    color: #d4af37;
}

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

.image-north-c1f6 {
    color: #888;
    font-size: 0.9rem;
}

.image-north-c1f6 strong {
    color: #00ff88;
}

.image-north-c1f6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.banner-simple-84c2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_left_922c strong {
    color: #00ff88;
}

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

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

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

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

.summary-dynamic-49d4 {
    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;
}

.cool-735c {
    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;
}

.logo-357a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .image_bright_34f3 {
        flex-direction: column;
    }
    
    .summary-dynamic-49d4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .soft-8b3d {
        padding: 30px 15px;
    }
    
    .soft-8b3d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .overlay_left_eebd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .purple_a1b6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .orange_b515 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .orange_b515 .progress_brown_b34b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gallery_fluid_bef0 {
        font-size: 1.3rem;
    }
    
    .shade-6575 {
        font-size: 0.7rem;
    }
    
    .item-bottom-0e22 {
        flex-direction: column;
        gap: 10px;
    }
    
    .item-bottom-0e22 .description_7a7e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .background_7bd8 {
        display: none;
    }
    
    .accordion-fixed-1bbc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .form-74fc {
        padding: 20px 10px;
    }
    
    .primary_current_493c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-aaaf,
    .white-0dd9 {
        padding: 15px;
    }
    
    .header-6807 {
        flex-direction: column;
        gap: 5px;
    }
    
    .banner-simple-84c2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pro-b59b {
        padding: 30px 10px;
    }
    
    .link_advanced_7fb8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-147b {
        padding: 20px 15px;
    }
    
    .picture_6cf6 {
        font-size: 2rem;
    }
    
    .article-147b h3 {
        font-size: 1.1rem;
    }
    
    .article-147b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .stone-04a5 {
        padding: 20px 5px;
    }
    
    .stone-04a5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .inner_f37b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .box-under-3417 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .box-under-3417 th,
    .box-under-3417 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .thick_deb1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .dropdown_e23a {
        padding: 20px 10px;
    }
    
    .paragraph-265c h2 {
        font-size: 1.3rem;
    }
    
    .last_22c8 {
        font-size: 0.9rem;
    }
    
    .preview-fa5b h3 {
        font-size: 1.1rem;
    }
    
    .preview-fa5b p {
        font-size: 0.9rem;
    }
    
    .south_3ddd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero-short-df71 {
        grid-template-columns: 1fr;
    }
    
    .clean_bd6b {
        font-size: 0.85rem;
    }
    
    .layout-lite-5018 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-26ab {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress-26ab strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tooltip-wide-2f41 {
        padding: 30px 10px;
    }
    
    .backdrop_f535 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-3bd7 {
        padding: 15px 10px;
    }
    
    .rough-3bd7 h4 {
        font-size: 0.9rem;
    }
    
    .rough-3bd7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .background-easy-d06e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .backdrop_f535 {
        grid-template-columns: 1fr;
    }
    
    .rough-3bd7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .notification-medium-95b3 {
        padding: 30px 10px;
    }
    
    .shade-under-d13e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple_4efe {
        padding: 15px;
    }
    
    .focused-ae9b {
        font-size: 0.9rem;
    }
    
    .thumbnail-ccde {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail-ccde .border-slow-96fe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .active-south-92a4 {
        padding: 30px 10px;
    }
    
    .active-south-92a4 h2 {
        font-size: 1.2rem;
    }
    
    .left-8384 {
        gap: 10px;
    }
    
    .prev_2022 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .prev_2022 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .notice_current_4389 {
        padding: 30px 10px;
    }
    
    .notice_current_4389 h2 {
        font-size: 1.2rem;
    }
    
    .avatar-focused-ff7d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-47be {
        padding: 15px 10px;
    }
    
    .section-47be h4 {
        font-size: 0.85rem;
    }
    
    .section-47be p {
        font-size: 0.75rem;
    }
    
    .dark_8b7c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tertiary_mini_6603 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .row_plasma_a41c {
        padding: 20px 10px;
    }
    
    .image_smooth_a8d9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .filter-mini-5d0f,
    .info-f5cb,
    .notice_warm_dc76 {
        width: 100%;
    }
    
    .filter-mini-5d0f h3 {
        font-size: 1.1rem;
    }
    
    .filter-mini-5d0f p {
        font-size: 0.8rem;
    }
    
    .pressed_28de {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .focused_486b {
        padding: 30px 15px;
    }
    
    .focused_486b h2 {
        font-size: 1.3rem;
    }
    
    .focused_486b p {
        font-size: 0.85rem;
    }
    
    .west-8544 {
        flex-direction: column;
        gap: 10px;
    }
    
    .west-8544 .description_7a7e {
        width: 100%;
    }
    
    .dark_9e3d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-current-39a4 {
        padding: 30px 10px;
    }
    
    .main-current-39a4 h3 {
        font-size: 1.2rem;
    }
    
    .cold_e34b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-dim-649e {
        padding: 15px 10px;
    }
    
    .picture-dim-649e h4 {
        font-size: 0.85rem;
    }
    
    .picture-dim-649e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .badge-light-39e5 {
        padding: 30px 15px;
    }
    
    .tabs_next_ebca {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .content-right-5c02 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .easy_020d h4 {
        font-size: 0.9rem;
    }
    
    .easy_020d a {
        font-size: 0.8rem;
    }
    
    .smooth_9343 {
        font-size: 0.8rem;
    }
    
    .notice-f5ac p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .description-f954 {
        padding: 8px 10px;
    }
    
    .last_9a5b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .card-eb91 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .last_9a5b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card-eb91 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ccdc */
.widget-item-v2 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
