/* Inner Page Styles */

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

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

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

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

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

.left-dedf .primary_narrow_6a45 {
    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;
}

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

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

.left-dedf .primary_narrow_6a45:hover::before {
    left: 100%;
}

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

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

.left-6d4b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_c1a0.fn-active-530b {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.item-fresh-3ace {
    padding: var(--md-spacing-lg) 0;
}

.avatar-old-5098 {
    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);
}

.avatar-old-5098 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.outer_62cd 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 */
.hero-purple-65f6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-purple-65f6 li {
    margin-bottom: var(--md-spacing-xs);
}

.hero-purple-65f6 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);
}

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

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

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

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

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

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

.status_f1b9 .disabled-easy-d24e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.status_f1b9 .disabled-easy-d24e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.disabled-085c {
    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);
}

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

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

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

.disabled-085c .disabled-easy-d24e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.disabled-085c .disabled-easy-d24e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static_b5ff {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static_b5ff h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static_b5ff h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .left-dedf {
        justify-content: center;
    }
    
    .left-6d4b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thick-63a6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .item-fresh-3ace {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-old-5098 {
        padding: var(--md-spacing-md);
    }
    
    .image_7b13 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outer_62cd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .disabled-085c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon-active-214f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .avatar-old-5098 {
        padding: var(--md-spacing-sm);
    }
    
    .backdrop_east_5ad6 {
        padding: var(--md-spacing-md);
    }
    
    .outer_62cd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.backdrop_east_5ad6,
.outer_62cd,
.disabled-085c {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.card-huge-5377::-webkit-scrollbar {
    width: 8px;
}

.card-huge-5377::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.tiny-16da {
    font-size: 1.5rem;
}

.down-c776 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .border-b3f1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hovered-57d1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.south-f7ed {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .texture-top-8bdd {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.alert-dirty-87ca {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.static-b2e3 strong {
    color: #00ff88;
}

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

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

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

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

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

.top-106a::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;
}

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

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

.list_70af.orange_6aeb .container-4d5c {
    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); }
}

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

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

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

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

.avatar-center-d5ea 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;
}

.avatar-center-d5ea 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);
}

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

.fresh_6252 {
    font-size: 1.2rem;
}

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

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

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

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

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

.active_6f25.pressed_2a20::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active_6f25.first_615f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_6f25.card-a9d7::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active_6f25.carousel-next-0842::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fixed_a53b {
    font-size: 1.2rem;
}

.notice-gas-29c1 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.shadow-medium-1526.icon_glass_a214 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shadow-medium-1526.fn-active-530b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.article-top-4fe5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.link-9a0f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.under-fcd6 { border-top: 3px solid #00ccff; }
.gradient_8397 { border-top: 3px solid #00ff88; }
.light_5b2a { border-top: 3px solid #d4af37; }
.sidebar_a139 { border-top: 3px solid #ff6b6b; }
.badge_7297 { border-top: 3px solid #8b5cf6; }

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

.section_6342 {
    overflow-x: auto;
}

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

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

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

.notice-82f7 td {
    color: #ccc;
}

.notice-82f7 .summary_stone_b3b0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.notice-82f7 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.steel-974b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.video-black-b90f {
    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;
}

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

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

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

.texture-54b8 p {
    color: #888;
    font-size: 0.9rem;
}

.title-black-2970 {
    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;
}

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

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

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

.middle-8d39 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-slow-eaf9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.nav-outer-3510 {
    font-size: 1.5rem;
}

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

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

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

.selected-91d5 {
    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;
}

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

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

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

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

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

.progress-wide-e290 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pattern-6930 .middle-b811 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-outer-db11 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.badge-stone-a61d {
    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;
}

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

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

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

.prev-3125 a {
    color: #ff6b6b;
}

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

.caption-bright-c579 {
    max-width: 800px;
    margin: 0 auto;
}

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

.hot-0a0f {
    text-align: center;
}

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

.hot-0a0f .pressed_4a11 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.caption-bright-c579 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.box-paper-6037 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.feature-full-a32a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.table-thick-525f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.pattern-aaea .liquid-803e {
    color: #666;
    margin: 0 8px;
}

.pattern-aaea .texture-fresh-29e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.light_2868 {
    font-size: 2rem;
}

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

.focus-e0b9 strong {
    color: #d4af37;
}

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

.left-558e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.notice-purple-1b2e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.message-7cec strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.easy_c7c4 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.wide-2d8f {
    background: #0a0a0a;
    padding: 30px 0;
}

.notification-cold-5bb9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.card_short_1d65 h3,
.list-paper-f75f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.paragraph_c39f strong {
    color: #d4af37;
}

.next-4351 {
    color: #aaa;
}

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

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

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

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

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

.outline-north-c02c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.container-white-8884 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.container-white-8884 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;
}

.container-white-8884 li strong {
    color: #00ff88;
}

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

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

.left-3e01 {
    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;
}

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

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

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

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

.widget-top-1431 strong {
    color: #d4af37;
}

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

.photo-rough-75c7 {
    color: #888;
    font-size: 0.9rem;
}

.photo-rough-75c7 strong {
    color: #00ff88;
}

.photo-rough-75c7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.stale-37a9 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.focus-bottom-8e84 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-stale-3e7a {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.layout-stale-3e7a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.content-outer-db11 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .video_75db {
        padding: 30px 15px;
    }
    
    .video_75db h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .thumbnail-aa4c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .north_66f6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture_focused_3920 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture_focused_3920 .avatar-west-e859 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pro-cb29 {
        font-size: 1.3rem;
    }
    
    .pro_0a27 {
        font-size: 0.7rem;
    }
    
    .card-0a1a {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-0a1a .disabled-easy-d24e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .preview_focused_ab00 {
        display: none;
    }
    
    .avatar_6bdd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .black_d282 {
        padding: 20px 10px;
    }
    
    .tag_ae6d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent-761b,
    .list-f074 {
        padding: 15px;
    }
    
    .stale-37a9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .focus-bottom-8e84 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .outline_small_b90a {
        padding: 30px 10px;
    }
    
    .left_d88f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .over-8e85 {
        padding: 20px 15px;
    }
    
    .brown_bdac {
        font-size: 2rem;
    }
    
    .over-8e85 h3 {
        font-size: 1.1rem;
    }
    
    .over-8e85 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .menu_solid_632b {
        padding: 20px 5px;
    }
    
    .menu_solid_632b h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .complex-2617 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .notice-82f7 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .notice-82f7 th,
    .notice-82f7 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .picture-3e74 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .orange-0e57 {
        padding: 20px 10px;
    }
    
    .tabs-5a82 h2 {
        font-size: 1.3rem;
    }
    
    .surface_old_5539 {
        font-size: 0.9rem;
    }
    
    .tabs_smooth_6320 h3 {
        font-size: 1.1rem;
    }
    
    .tabs_smooth_6320 p {
        font-size: 0.9rem;
    }
    
    .container-white-8884 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .frame_glass_635e {
        grid-template-columns: 1fr;
    }
    
    .widget-top-1431 {
        font-size: 0.85rem;
    }
    
    .link-f500 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left-3e01 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .left-3e01 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .under_7671 {
        padding: 30px 10px;
    }
    
    .secondary-hot-7753 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm-42d3 {
        padding: 15px 10px;
    }
    
    .warm-42d3 h4 {
        font-size: 0.9rem;
    }
    
    .warm-42d3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .label_11f5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary-hot-7753 {
        grid-template-columns: 1fr;
    }
    
    .warm-42d3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focused_1b63 {
        padding: 30px 10px;
    }
    
    .menu-655a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner-f49d {
        padding: 15px;
    }
    
    .header-0eee {
        font-size: 0.9rem;
    }
    
    .info_e40f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_e40f .icon_hard_c530 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .card-4b3f {
        padding: 30px 10px;
    }
    
    .card-4b3f h2 {
        font-size: 1.2rem;
    }
    
    .small_3093 {
        gap: 10px;
    }
    
    .list_eeba summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .list_eeba p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .narrow-f738 {
        padding: 30px 10px;
    }
    
    .narrow-f738 h2 {
        font-size: 1.2rem;
    }
    
    .video_61b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .top_0a08 {
        padding: 15px 10px;
    }
    
    .top_0a08 h4 {
        font-size: 0.85rem;
    }
    
    .top_0a08 p {
        font-size: 0.75rem;
    }
    
    .shade-down-78e8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hard_d58c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .video_c271 {
        padding: 20px 10px;
    }
    
    .large-e2c7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient_bottom_25e4,
    .tag_3750,
    .prev-3125 {
        width: 100%;
    }
    
    .gradient_bottom_25e4 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_bottom_25e4 p {
        font-size: 0.8rem;
    }
    
    .badge-stone-a61d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .paragraph-west-b9ab {
        padding: 30px 15px;
    }
    
    .paragraph-west-b9ab h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-west-b9ab p {
        font-size: 0.85rem;
    }
    
    .box-e425 {
        flex-direction: column;
        gap: 10px;
    }
    
    .box-e425 .disabled-easy-d24e {
        width: 100%;
    }
    
    .search-dynamic-6898 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .search-5486 {
        padding: 30px 10px;
    }
    
    .search-5486 h3 {
        font-size: 1.2rem;
    }
    
    .north-80ed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-085c {
        padding: 15px 10px;
    }
    
    .disabled-085c h4 {
        font-size: 0.85rem;
    }
    
    .disabled-085c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gradient-57a9 {
        padding: 30px 15px;
    }
    
    .pressed-39af {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pink_f582 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .frame_lite_d689 h4 {
        font-size: 0.9rem;
    }
    
    .frame_lite_d689 a {
        font-size: 0.8rem;
    }
    
    .message_d027 {
        font-size: 0.8rem;
    }
    
    .gallery-95fb p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .row_static_ce31 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .avatar_5ee8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a2f1 */
.phantom-card-e9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
