/* Inner Page Styles */

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

.avatar-smooth-41f4 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);
}

.avatar-smooth-41f4 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);
}

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

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

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

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

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

.motion_095d .panel_full_18cb:hover::before {
    left: 100%;
}

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

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

.table-96d3 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-fe5d.fn-active-f350 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-51ed {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.smooth_de6b .overlay_c64f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.dirty-585f {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.icon-out-8e44 {
    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);
}

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

.icon-out-8e44 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.icon-out-8e44 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.icon-out-8e44 .overlay_c64f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.icon-out-8e44 .overlay_c64f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-smooth-41f4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar-smooth-41f4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar-smooth-41f4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .motion_095d {
        justify-content: center;
    }
    
    .table-96d3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-7640 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cool_7715 {
        padding: var(--md-spacing-md) 0;
    }
    
    .surface_soft_3704 {
        padding: var(--md-spacing-md);
    }
    
    .black_a183 {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary-cc48 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .icon-out-8e44 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .preview-3b1c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .surface_soft_3704 {
        padding: var(--md-spacing-sm);
    }
    
    .hero-stone-1818 {
        padding: var(--md-spacing-md);
    }
    
    .summary-cc48 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hero-stone-1818,
.summary-cc48,
.icon-out-8e44 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.image-hot-065d {
    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);
}

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

.status-solid-f979 {
    font-size: 1.5rem;
}

.hidden_fresh_f4e2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .widget-soft-bfbf {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tag_short_eb52 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_advanced_fe1a strong {
    color: #00ff88;
}

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

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

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

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

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

.disabled-9db8::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;
}

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

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

.paper_3610.button-silver-2c78 .form_2a7e {
    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); }
}

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

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

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

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

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

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

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

.grid_under_0dd6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.overlay_89a9.shade_5e62::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.overlay_89a9.top_6420::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.overlay_89a9.media-solid-b662::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.overlay_89a9.status_narrow_88be::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dirty_4e34 {
    font-size: 1.2rem;
}

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

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

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

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

.disabled-441d.grid_pro_e58f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled-441d.fn-active-f350 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.border-bottom-fccf {
    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;
}

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

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

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

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

.heading-static-6ea9 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.pink-3ddb { border-top: 3px solid #00ccff; }
.pink-a7a5 { border-top: 3px solid #00ff88; }
.top-55fa { border-top: 3px solid #d4af37; }
.black-ff30 { border-top: 3px solid #ff6b6b; }
.black-2042 { border-top: 3px solid #8b5cf6; }

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

.icon-pro-4f05 {
    overflow-x: auto;
}

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

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

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

.fixed-e773 td {
    color: #ccc;
}

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

.fixed-e773 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.frame-72ad {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-81ba {
    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;
}

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

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

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

.lite-d262 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glass_0dae {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.message-yellow-b1a9 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tooltip_iron_5875 .form-2859 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.heading-outer-d20a {
    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;
}

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

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

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

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

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

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

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

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

.card-left-a39d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.form-tall-dbd9 span {
    color: #666;
    font-size: 0.8rem;
}

.form-tall-dbd9 a {
    color: #ff6b6b;
}

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

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

.tertiary-steel-799c {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.smooth_b319 {
    text-align: center;
}

.smooth_b319 .mask-steel-87d9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.smooth_b319 .texture-white-1a7d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.outline-brown-c183 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.border-out-a51e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.hidden-07ba {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.over-86cc .picture_8588 {
    color: #666;
    margin: 0 8px;
}

.over-86cc .photo_de91 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.solid-297b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.hero-huge-5541 {
    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-aabf {
    font-size: 2rem;
}

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

.accent-81a0 strong {
    color: #d4af37;
}

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

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

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

.alert-fixed-7e81 h3,
.image_fcdc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.old_ce79 strong {
    color: #00ff88;
}

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

.avatar-9c8f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.hover-fe4e h3,
.dirty-c0d8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.right-540f summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.box_94c9 strong {
    color: #d4af37;
}

.image_3771 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.brown-d2a9 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;
}

.brown-d2a9 li strong {
    color: #00ff88;
}

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

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

.content-old-7655 {
    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;
}

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

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

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

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

.complex-412b strong {
    color: #d4af37;
}

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

.texture-gold-00bd {
    color: #888;
    font-size: 0.9rem;
}

.texture-gold-00bd strong {
    color: #00ff88;
}

.texture-gold-00bd span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-green-1f28 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.button-green-1f28 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-895b {
    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;
}

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

.grid_tiny_0133 strong {
    color: #00ff88;
}

.title-smooth-7c64 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.tertiary-87a8 {
    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;
}

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

.card-left-a39d {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .white_77f6 {
        flex-direction: column;
    }
    
    .tertiary-87a8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.north-272a {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .avatar_rough_973f {
        padding: 30px 15px;
    }
    
    .avatar_rough_973f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .active-current-f171 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .active_5e58 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shade_a059 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_a059 .active-c8c1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .complex-6ee4 {
        font-size: 1.3rem;
    }
    
    .pink-54fa {
        font-size: 0.7rem;
    }
    
    .icon_fluid_6bfc {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_fluid_6bfc .overlay_c64f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .small_c687 {
        display: none;
    }
    
    .shade-d85a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .lite_dff3 {
        padding: 20px 10px;
    }
    
    .aside_a955 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-clean-4062,
    .wood_a75d {
        padding: 15px;
    }
    
    .wide_f3cd {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery-f818 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .breadcrumb-large-9b2e {
        padding: 30px 10px;
    }
    
    .title-new-e4b5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stale-6cf7 {
        padding: 20px 15px;
    }
    
    .panel-glass-9800 {
        font-size: 2rem;
    }
    
    .stale-6cf7 h3 {
        font-size: 1.1rem;
    }
    
    .stale-6cf7 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .solid-6aa7 {
        padding: 20px 10px;
    }
    
    .tooltip_complex_c290 h2 {
        font-size: 1.3rem;
    }
    
    .progress-pro-0da4 {
        font-size: 0.9rem;
    }
    
    .message_645b h3 {
        font-size: 1.1rem;
    }
    
    .message_645b p {
        font-size: 0.9rem;
    }
    
    .brown-d2a9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .container_1546 {
        grid-template-columns: 1fr;
    }
    
    .complex-412b {
        font-size: 0.85rem;
    }
    
    .wrapper-970e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-old-7655 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .content-old-7655 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lower_bd9f {
        padding: 30px 10px;
    }
    
    .secondary-lite-c717 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide_c02d {
        padding: 15px 10px;
    }
    
    .wide_c02d h4 {
        font-size: 0.9rem;
    }
    
    .wide_c02d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .purple_a59b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary-lite-c717 {
        grid-template-columns: 1fr;
    }
    
    .wide_c02d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hovered-929d {
        padding: 30px 10px;
    }
    
    .lite_a7ee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_lower_bd0e {
        padding: 15px;
    }
    
    .orange-cd2d {
        font-size: 0.9rem;
    }
    
    .aside-82e6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-82e6 .basic_ffe0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pagination_fixed_7053 {
        padding: 30px 10px;
    }
    
    .pagination_fixed_7053 h2 {
        font-size: 1.2rem;
    }
    
    .main_focused_5c4d {
        gap: 10px;
    }
    
    .list-new-6ab1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .list-new-6ab1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sidebar-f040 {
        padding: 30px 10px;
    }
    
    .sidebar-f040 h2 {
        font-size: 1.2rem;
    }
    
    .dropdown_out_955a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh-a74d {
        padding: 15px 10px;
    }
    
    .fresh-a74d h4 {
        font-size: 0.85rem;
    }
    
    .fresh-a74d p {
        font-size: 0.75rem;
    }
    
    .table_52ef {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade-advanced-9fbc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs-1e2b {
        padding: 20px 10px;
    }
    
    .surface-331d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .down-340c,
    .rough_41ec,
    .form-tall-dbd9 {
        width: 100%;
    }
    
    .down-340c h3 {
        font-size: 1.1rem;
    }
    
    .down-340c p {
        font-size: 0.8rem;
    }
    
    .content_6fde {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .full-8328 {
        padding: 30px 15px;
    }
    
    .full-8328 h2 {
        font-size: 1.3rem;
    }
    
    .full-8328 p {
        font-size: 0.85rem;
    }
    
    .filter-1e58 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-1e58 .overlay_c64f {
        width: 100%;
    }
    
    .easy-7b96 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .small_1f4f {
        padding: 30px 10px;
    }
    
    .small_1f4f h3 {
        font-size: 1.2rem;
    }
    
    .link-ec6c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-out-8e44 {
        padding: 15px 10px;
    }
    
    .icon-out-8e44 h4 {
        font-size: 0.85rem;
    }
    
    .icon-out-8e44 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight_9510 {
        padding: 30px 15px;
    }
    
    .notification_f35d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .aside_d791 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper-old-97f5 h4 {
        font-size: 0.9rem;
    }
    
    .wrapper-old-97f5 a {
        font-size: 0.8rem;
    }
    
    .sort_07a2 {
        font-size: 0.8rem;
    }
    
    .notice_acc5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .section_pro_fcb4 {
        padding: 8px 10px;
    }
    
    .banner-north-971a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active_8454 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner-north-971a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active_8454 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: de42 */
.ghost-box-c6 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
