/* Inner Page Styles */

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

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

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

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

.input-stale-d592 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.input-stale-d592 .header_huge_5519 {
    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;
}

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

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

.input-stale-d592 .header_huge_5519:hover::before {
    left: 100%;
}

.input-stale-d592 .header_huge_5519:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.container-tiny-769e {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.old_09e9.fn-active-94c5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-ffc5 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 */
.accordion-hard-158a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-hard-158a li {
    margin-bottom: var(--md-spacing-xs);
}

.accordion-hard-158a 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);
}

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

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

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

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

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

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

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

.section_black_6ed8 .disabled_75e1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.feature-155a {
    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);
}

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

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

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

.feature-155a .disabled_75e1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.feature-155a .disabled_75e1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag-5753 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag-5753 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag-5753 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .input-stale-d592 {
        justify-content: center;
    }
    
    .article_16e9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .top-3920 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight_a0b6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_large_ba3b {
        padding: var(--md-spacing-md);
    }
    
    .accent-9886 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paper-ffc5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .feature-155a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .over_aa3e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .detail_large_ba3b {
        padding: var(--md-spacing-sm);
    }
    
    .disabled-c795 {
        padding: var(--md-spacing-md);
    }
    
    .paper-ffc5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.disabled-c795,
.paper-ffc5,
.feature-155a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.focus-up-4eaf::-webkit-scrollbar {
    width: 8px;
}

.focus-up-4eaf::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.focus-up-4eaf::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.badge-liquid-168c {
    font-size: 1.5rem;
}

.border_west_a27a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.logo-50df {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module_purple_5b3e strong {
    color: #00ff88;
}

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

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

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

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

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

.prev-381b::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;
}

.carousel-hard-fd98 {
    text-align: center;
    margin-bottom: 30px;
}

.hard-31dc {
    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;
}

.hard-31dc.image-13eb .sort_3d17 {
    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); }
}

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

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

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

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

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

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

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

.brown_1d3d {
    font-size: 1.2rem;
}

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

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

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

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

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

.badge_first_39a6.nav-6626::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_first_39a6.frame-basic-1999::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_first_39a6.clean_b5ad::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_first_39a6.title-small-e01c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.progress_soft_ee7c {
    font-size: 1.2rem;
}

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

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

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

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

.summary-e53b.gallery-2602 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-e53b.fn-active-94c5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.lower-1a35 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.bright-5b34 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.active-97bc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.panel-tall-66b1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.table-95d4 {
    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;
}

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

.table-95d4.banner_974d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.chip_active_0f57 { border-top: 3px solid #00ccff; }
.video_action_8adb { border-top: 3px solid #00ff88; }
.west_eeb5 { border-top: 3px solid #d4af37; }
.list_hot_1ccd { border-top: 3px solid #ff6b6b; }
.caption-purple-4e78 { border-top: 3px solid #8b5cf6; }

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

.filter-gas-b948 {
    overflow-x: auto;
}

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

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

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

.narrow_16f9 td {
    color: #ccc;
}

.narrow_16f9 .carousel-3f1e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.label-635c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.icon-right-72e1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.gold-1351 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.section_large_1ae8 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.prev-7c68 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.list-middle-8632 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.west-ffa1 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.image-a43e strong {
    color: #fff;
    display: block;
}

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

.module-dark-b426 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.slider-last-b744 .hard-388f {
    margin-bottom: 10px;
}

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

.slider-last-b744 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-6bbc {
    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;
}

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

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

.element-2ff9 span {
    color: #666;
    font-size: 0.8rem;
}

.element-2ff9 a {
    color: #ff6b6b;
}

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

.aside-old-b900 {
    max-width: 800px;
    margin: 0 auto;
}

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

.notification_white_067f {
    text-align: center;
}

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

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

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

.aside-old-b900 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.component-66a3 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .warm_e96a {
        flex-direction: column;
    }
    .new-2cb9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.disabled_pressed_3309 .hidden-6e14 {
    color: #666;
    margin: 0 8px;
}

.disabled_pressed_3309 .notification_7942 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.surface-4514 {
    font-size: 2rem;
}

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

.grid-957b strong {
    color: #d4af37;
}

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

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

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

.stone_eefa h3,
.summary-current-6c33 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.solid_075d strong {
    color: #00ff88;
}

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

.pattern-2f5b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.blue-daaf h3,
.nav-down-e123 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.red-7a12 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.slider_large_0e54 strong {
    color: #d4af37;
}

.cold-3fa9 {
    color: #aaa;
}

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

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

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

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

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

.block-narrow-45d9 {
    max-width: 900px;
    margin: 0 auto;
}

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

.up-5735:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.notification-84fd {
    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;
}

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

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

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

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

.copper_d5c4 strong {
    color: #d4af37;
}

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

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

.element_top_11a2 strong {
    color: #00ff88;
}

.element_top_11a2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-2190 strong {
    color: #00ff88;
}

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

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

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

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

.slider-8c0c {
    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;
}

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

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

@media (max-width: 768px) {
    .input_678c {
        flex-direction: column;
    }
    
    .slider-8c0c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focus-a5a4 {
        padding: 30px 15px;
    }
    
    .focus-a5a4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .logo_fresh_98dc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb-easy-d9e3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .notice-tiny-0b5f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice-tiny-0b5f .title_huge_5b52 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .slider_0dc1 {
        font-size: 1.3rem;
    }
    
    .tertiary_5fe6 {
        font-size: 0.7rem;
    }
    
    .stale-effc {
        flex-direction: column;
        gap: 10px;
    }
    
    .stale-effc .disabled_75e1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .secondary-199e {
        display: none;
    }
    
    .frame-stone-32b8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .heading_fast_4fb1 {
        padding: 20px 10px;
    }
    
    .sort-7596 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-stale-90c8,
    .text_d692 {
        padding: 15px;
    }
    
    .hero_105c {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery_cool_4cb4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop-7dc2 {
        padding: 30px 10px;
    }
    
    .wood_4186 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick-0abc {
        padding: 20px 15px;
    }
    
    .carousel_f714 {
        font-size: 2rem;
    }
    
    .thick-0abc h3 {
        font-size: 1.1rem;
    }
    
    .thick-0abc p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fixed-2c31 {
        padding: 20px 5px;
    }
    
    .fixed-2c31 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gallery-medium-790c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .narrow_16f9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .narrow_16f9 th,
    .narrow_16f9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .sidebar-inner-52a5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .article-left-8c81 {
        padding: 20px 10px;
    }
    
    .red-f02d h2 {
        font-size: 1.3rem;
    }
    
    .wood_fb7c {
        font-size: 0.9rem;
    }
    
    .up-5735 h3 {
        font-size: 1.1rem;
    }
    
    .up-5735 p {
        font-size: 0.9rem;
    }
    
    .input_fresh_3d13 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb-2c2f {
        grid-template-columns: 1fr;
    }
    
    .copper_d5c4 {
        font-size: 0.85rem;
    }
    
    .paragraph-soft-0f09 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification-84fd {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notification-84fd strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .title_286d {
        padding: 30px 10px;
    }
    
    .text_old_25c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic-ddce {
        padding: 15px 10px;
    }
    
    .basic-ddce h4 {
        font-size: 0.9rem;
    }
    
    .basic-ddce p {
        font-size: 0.75rem;
        display: none;
    }
    
    .row-white-8d8e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .primary-gold-3109 {
        padding: 30px 10px;
    }
    
    .detail_3168 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper_8755 {
        padding: 15px;
    }
    
    .card_full_77db {
        font-size: 0.9rem;
    }
    
    .nav-0aae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav-0aae .light-369b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .steel_a741 {
        padding: 30px 10px;
    }
    
    .steel_a741 h2 {
        font-size: 1.2rem;
    }
    
    .article-clean-b56e {
        gap: 10px;
    }
    
    .alert_small_933c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .alert_small_933c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-prev-100f {
        padding: 30px 10px;
    }
    
    .sort-prev-100f h2 {
        font-size: 1.2rem;
    }
    
    .east-bb49 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element_full_57e6 {
        padding: 15px 10px;
    }
    
    .element_full_57e6 h4 {
        font-size: 0.85rem;
    }
    
    .element_full_57e6 p {
        font-size: 0.75rem;
    }
    
    .smooth_5eb4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .avatar_c95e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .short_d533 {
        padding: 20px 10px;
    }
    
    .outline_9f3b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .button_bottom_2ed4,
    .paper_6661,
    .element-2ff9 {
        width: 100%;
    }
    
    .button_bottom_2ed4 h3 {
        font-size: 1.1rem;
    }
    
    .button_bottom_2ed4 p {
        font-size: 0.8rem;
    }
    
    .footer-6bbc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .dynamic-5f21 {
        padding: 30px 10px;
    }
    
    .dynamic-5f21 h3 {
        font-size: 1.2rem;
    }
    
    .action-e4cb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-155a {
        padding: 15px 10px;
    }
    
    .feature-155a h4 {
        font-size: 0.85rem;
    }
    
    .feature-155a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .caption_lite_dd1e {
        padding: 30px 15px;
    }
    
    .frame_0a3c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .border_prev_f49b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph-79f5 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph-79f5 a {
        font-size: 0.8rem;
    }
    
    .logo-top-ca99 {
        font-size: 0.8rem;
    }
    
    .card_narrow_5d2f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .column_action_117a {
        padding: 8px 10px;
    }
    
    .wrapper_c6f9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .outer-98f7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper_c6f9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .outer-98f7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a91d */
.widget-item-o7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
