/* Inner Page Styles */

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

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

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

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

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

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

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

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

.component_5dd5 .box_static_b47b:hover::before {
    left: 100%;
}

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

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

.brown-6b6b {
    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);
}

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

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

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

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

.detail-full-2ef0 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.header-pro-4c6b {
    color: var(--casino-gold-light);
}

.header-pro-4c6b a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.header-pro-4c6b a:hover {
    color: var(--casino-gold-light);
}

.header-pro-4c6b.fn-active-7d00 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-e62e 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 */
.yellow-a02a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.hard_f011 .large_e16f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.video-3aac {
    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);
}

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

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

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

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

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

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

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

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

.banner-4933 .large_e16f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section_warm_c727 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .section_warm_c727 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .section_warm_c727 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .component_5dd5 {
        justify-content: center;
    }
    
    .brown-6b6b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .iron-f449 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-simple-9238 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_d77a {
        padding: var(--md-spacing-md);
    }
    
    .photo_c57d {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification-e62e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner-4933 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .table-8437 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form_d77a {
        padding: var(--md-spacing-sm);
    }
    
    .huge_66b4 {
        padding: var(--md-spacing-md);
    }
    
    .notification-e62e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.huge_66b4,
.notification-e62e,
.banner-4933 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gradient-small-e446::-webkit-scrollbar {
    width: 8px;
}

.gradient-small-e446::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.hero-45ae {
    font-size: 1.5rem;
}

.message-d320 strong {
    color: #00ff88;
}

.gradient-smooth-753d {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .alert-8fe2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gradient-smooth-753d {
        margin-left: 0;
    }
}

/* Main Content Compact */
.hard-d539 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gold_d424 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.title-cool-963e {
    text-align: center;
    margin-bottom: 30px;
}

.bronze-2b8c {
    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;
}

.bronze-2b8c.soft_af94 .content_514d {
    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); }
}

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

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

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

.hero-light-6a7f {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-light-6a7f 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;
}

.hero-light-6a7f 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);
}

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

.pro_56c9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.focused_69a5.article_slow_123a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focused_69a5.background_north_d696::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focused_69a5.pagination-afbe::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focused_69a5.warm-2d50::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.link-plasma-9d0b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.item_orange_7640 {
    font-size: 1.2rem;
}

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

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

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

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

.progress-pressed-d0e3.wood-2b23 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-pressed-d0e3.fn-active-7d00 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.photo-focused-db76 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.progress-c7cd.nav-dirty-f7d8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.last-d25b { border-top: 3px solid #00ccff; }
.section-1fd6 { border-top: 3px solid #00ff88; }
.photo-1461 { border-top: 3px solid #d4af37; }
.item-slow-449b { border-top: 3px solid #ff6b6b; }
.border-lower-a0fb { border-top: 3px solid #8b5cf6; }

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

.upper-4a0a {
    overflow-x: auto;
}

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

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

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

.cold_8287 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.slider-red-06c0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.paragraph-center-cabb {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.summary-fresh-bb16 {
    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;
}

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

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

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

.hidden_6ad1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.gas-169c {
    background: #0a0a0a;
    padding: 60px 0;
}

.container-steel-6f06 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .container-steel-6f06::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.column-wide-eaaf {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.background-410f strong {
    color: #fff;
    display: block;
}

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

.text-top-2d46 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.text-top-2d46 .summary_3b9f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.outer-fa8c .menu-pressed-d2c5 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.logo-6b24 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.secondary-easy-8ee6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.silver_0728 a {
    color: #ff6b6b;
}

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

.first-3b91 {
    max-width: 800px;
    margin: 0 auto;
}

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

.in_5df5 {
    text-align: center;
}

.in_5df5 .picture-light-8446 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.first-3b91 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.panel-rough-23a9 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_up_c059.nav-dirty-f7d8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.column-red-43cc {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .accordion_wide_11d3 {
        flex-direction: column;
    }
    .column-red-43cc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.picture_blue_41b7 .gallery_6c87 {
    color: #666;
    margin: 0 8px;
}

.picture_blue_41b7 .bright_b1a9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.black_e419 {
    font-size: 2rem;
}

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

.clean_6320 strong {
    color: #d4af37;
}

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

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

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

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

.column-outer-cf01 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.disabled-up-4bf7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.overlay-cool-5454 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.form-3ce2 strong {
    color: #00ff88;
}

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

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

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

.fresh_0718 h3,
.description-liquid-8e27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.avatar-down-9c4e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.status-0b45 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.filter-advanced-842d {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.filter-advanced-842d strong {
    color: #d4af37;
}

.gradient_4129 {
    color: #aaa;
}

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

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

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

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

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

.link-pink-33eb {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.advanced-5d79 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.advanced-5d79 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;
}

.advanced-5d79 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.disabled-liquid-9a07 strong {
    color: #d4af37;
}

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

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

.info_2f6e strong {
    color: #00ff88;
}

.info_2f6e span {
    color: #d4af37;
}

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

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

.gallery-38cf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.row-9f46 {
    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;
}

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

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

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

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

.highlight-85ca {
    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);
}

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

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

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

.secondary-warm-689c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.secondary-warm-689c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.column-b222 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.thick_4368 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .light_3084 {
        padding: 30px 15px;
    }
    
    .light_3084 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .element_wide_106a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .component-east-5329 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .west-1775 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west-1775 .picture_wide_ae91 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hovered-4e60 {
        font-size: 1.3rem;
    }
    
    .preview_bc0c {
        font-size: 0.7rem;
    }
    
    .under_25b5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .under_25b5 .large_e16f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .background-ece8 {
        display: none;
    }
    
    .wide-bf75 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .message_7a42 {
        padding: 20px 10px;
    }
    
    .gallery-38cf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-8af5,
    .chip_dirty_9c59 {
        padding: 15px;
    }
    
    .south-c2cf {
        flex-direction: column;
        gap: 5px;
    }
    
    .highlight-85ca {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pro_7e1b {
        padding: 30px 10px;
    }
    
    .filter_hard_676d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-glass-2ead {
        padding: 20px 15px;
    }
    
    .prev-b8f7 {
        font-size: 2rem;
    }
    
    .gallery-glass-2ead h3 {
        font-size: 1.1rem;
    }
    
    .gallery-glass-2ead p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .right-e674 {
        padding: 20px 5px;
    }
    
    .right-e674 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .outer-260a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .cold_8287 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .cold_8287 th,
    .cold_8287 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .footer-pink-312d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hover-5925 {
        padding: 20px 10px;
    }
    
    .liquid_e7ba h2 {
        font-size: 1.3rem;
    }
    
    .link_pressed_9fff {
        font-size: 0.9rem;
    }
    
    .secondary_easy_7275 h3 {
        font-size: 1.1rem;
    }
    
    .secondary_easy_7275 p {
        font-size: 0.9rem;
    }
    
    .advanced-5d79 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .static_edf5 {
        grid-template-columns: 1fr;
    }
    
    .disabled-liquid-9a07 {
        font-size: 0.85rem;
    }
    
    .small-ebf2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal-4064 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .modal-4064 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .footer-mini-6e35 {
        padding: 30px 10px;
    }
    
    .chip_a3b9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-static-dbc8 {
        padding: 15px 10px;
    }
    
    .item-static-dbc8 h4 {
        font-size: 0.9rem;
    }
    
    .item-static-dbc8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .label_a8fc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip_a3b9 {
        grid-template-columns: 1fr;
    }
    
    .item-static-dbc8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel-64b6 {
        padding: 30px 10px;
    }
    
    .static-5761 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption-fast-2d9c {
        padding: 15px;
    }
    
    .nav-3cc4 {
        font-size: 0.9rem;
    }
    
    .list-0979 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-0979 .link-220e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hard_cde3 {
        padding: 30px 10px;
    }
    
    .hard_cde3 h2 {
        font-size: 1.2rem;
    }
    
    .black_83bc {
        gap: 10px;
    }
    
    .secondary-thick-11d6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .secondary-thick-11d6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .up-c43f {
        padding: 30px 10px;
    }
    
    .up-c43f h2 {
        font-size: 1.2rem;
    }
    
    .content_a9a1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white_05dc {
        padding: 15px 10px;
    }
    
    .white_05dc h4 {
        font-size: 0.85rem;
    }
    
    .white_05dc p {
        font-size: 0.75rem;
    }
    
    .link_6cf2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_3cb9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .preview_inner_9a6e {
        padding: 20px 10px;
    }
    
    .secondary-easy-8ee6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .steel_a181,
    .form_selected_a624,
    .silver_0728 {
        width: 100%;
    }
    
    .steel_a181 h3 {
        font-size: 1.1rem;
    }
    
    .steel_a181 p {
        font-size: 0.8rem;
    }
    
    .shadow_tiny_c876 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thick_48b6 {
        padding: 30px 15px;
    }
    
    .thick_48b6 h2 {
        font-size: 1.3rem;
    }
    
    .thick_48b6 p {
        font-size: 0.85rem;
    }
    
    .item_focused_f51d {
        flex-direction: column;
        gap: 10px;
    }
    
    .item_focused_f51d .large_e16f {
        width: 100%;
    }
    
    .banner-out-4545 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thick_5f8c {
        padding: 30px 15px;
    }
    
    .primary-dim-b770 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .status-f829 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hard_30a7 h4 {
        font-size: 0.9rem;
    }
    
    .hard_30a7 a {
        font-size: 0.8rem;
    }
    
    .first-4b95 {
        font-size: 0.8rem;
    }
    
    .accordion_dirty_ad72 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .slider_cold_a4b1 {
        padding: 8px 10px;
    }
    
    .warm_3ba2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .under-fa94 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .warm_3ba2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .under-fa94 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 03c6 */
.promo-block-c2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
