/* Inner Page Styles */

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

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

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

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

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

.form_out_16af .media-up-369e {
    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;
}

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

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

.form_out_16af .media-up-369e:hover::before {
    left: 100%;
}

.form_out_16af .media-up-369e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stone_98b4.fn-active-f1ea {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_b5a7 .nav_thick_6ae8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.inner-2855 .nav_thick_6ae8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.inner-2855 .nav_thick_6ae8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clean-7271 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .clean-7271 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .clean-7271 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .form_out_16af {
        justify-content: center;
    }
    
    .alert-ced1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .silver_d2a2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .content_current_5f68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .short_2d5d {
        padding: var(--md-spacing-md);
    }
    
    .large_44e0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cool_577a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .inner-2855 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .overlay_672c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .short_2d5d {
        padding: var(--md-spacing-sm);
    }
    
    .photo-middle-bb71 {
        padding: var(--md-spacing-md);
    }
    
    .cool_577a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.photo-middle-bb71,
.cool_577a,
.inner-2855 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.logo_rough_d810 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.old_bef8 {
    font-size: 1.5rem;
}

.avatar-75eb strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .section_tiny_7404 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .row-b2bb {
        margin-left: 0;
    }
}

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

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

.huge-2f4d {
    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;
}

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

.huge-2f4d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.huge-2f4d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.south-f2d6 strong {
    color: #00ff88;
}

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

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

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

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

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

.heading-blue-d389::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;
}

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

.article-687b {
    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;
}

.article-687b.wrapper-action-7b54 .summary_complex_0228 {
    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); }
}

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

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

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

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

.row-plasma-b6dd 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;
}

.row-plasma-b6dd 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);
}

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

.last-8fcc {
    font-size: 1.2rem;
}

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

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

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

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

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

.feature_851a.blue_0f8f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.feature_851a.inner_a9e4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature_851a.header_dbd2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.feature_851a.detail_warm_c2c9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.small-6b0b {
    font-size: 1.2rem;
}

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

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

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

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

.badge-f58f.module_2d05 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge-f58f.fn-active-f1ea { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.tooltip-9d6d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tall-e689 { border-top: 3px solid #00ccff; }
.main_clean_987d { border-top: 3px solid #00ff88; }
.column_dark_8134 { border-top: 3px solid #d4af37; }
.link-orange-20b2 { border-top: 3px solid #ff6b6b; }
.lite_8820 { border-top: 3px solid #8b5cf6; }

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

.pagination_fa88 {
    overflow-x: auto;
}

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

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

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

.notice-soft-0717 td {
    color: #ccc;
}

.notice-soft-0717 .iron_bd2a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.small-3ea9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.block-yellow-4297 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.sidebar-north-bbf9 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.slider-left-b61c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-advanced-1e68 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.overlay_cool_edec {
    font-size: 1.5rem;
}

.highlight-pro-135d {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.frame_active_d744 .image-active-d5d9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-0b54 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

.link-red-5cb8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.filter-slow-65fa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.filter-slow-65fa span {
    color: #666;
    font-size: 0.8rem;
}

.filter-slow-65fa a {
    color: #ff6b6b;
}

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

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

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

.shadow-wide-28ac {
    text-align: center;
}

.shadow-wide-28ac .outer_7e6a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.shadow-wide-28ac .small-6d60 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.status-37e9 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.detail-14fb {
    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;
}

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

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

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

.logo-basic-98e4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.video-east-cbba {
    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;
}

.video-east-cbba.black-f3f2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hover-bright-cfd4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .accordion-3c20 {
        flex-direction: column;
    }
    .paragraph_north_dd43 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.surface-3a77 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mini-110f .tabs-pink-2280 {
    color: #666;
    margin: 0 8px;
}

.mini-110f .link_last_fa68 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.breadcrumb-motion-88a6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.down-475c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.hidden_7443 {
    font-size: 2rem;
}

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

.stale-36fb strong {
    color: #d4af37;
}

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

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

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

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

.shade-north-97ba {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.red-12ee strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.wood-f6e0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.card-23e9 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.new-2058 strong {
    color: #d4af37;
}

.dim_a12e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick_22f6 strong {
    color: #d4af37;
}

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

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

.container_190c strong {
    color: #00ff88;
}

.container_190c span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.accordion-steel-54bc h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.row-right-c66b {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .pagination-fixed-629d {
        grid-template-columns: 1fr;
    }
}

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

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

.status-liquid-d218 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.status-liquid-d218 li {
    margin-bottom: 5px;
}

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

.status-liquid-d218 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.hover-16b0 strong {
    color: #00ff88;
}

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

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

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

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

.status-east-f938 {
    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;
}

.pattern-next-1f5a {
    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;
}

.focus-0b54 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .main_stale_5132 {
        flex-direction: column;
    }
    
    .status-east-f938 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dynamic-d922 {
        padding: 30px 15px;
    }
    
    .dynamic-d922 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .inner_3ae7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .footer_light_191b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-2db8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-2db8 .breadcrumb-25dd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .center_0bc0 {
        font-size: 1.3rem;
    }
    
    .complex_914c {
        font-size: 0.7rem;
    }
    
    .gradient-mini-0c55 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient-mini-0c55 .nav_thick_6ae8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .filter_d8ab {
        display: none;
    }
    
    .shade_5e33 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .element-bottom-6427 {
        padding: 20px 10px;
    }
    
    .video_focused_664b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_a413,
    .border_action_dba9 {
        padding: 15px;
    }
    
    .thumbnail-aed3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dark-b35c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .article_384a {
        padding: 30px 10px;
    }
    
    .orange_2625 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_d397 {
        padding: 20px 15px;
    }
    
    .breadcrumb-yellow-4da8 {
        font-size: 2rem;
    }
    
    .lower_d397 h3 {
        font-size: 1.1rem;
    }
    
    .lower_d397 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hidden-right-ec2a {
        padding: 20px 5px;
    }
    
    .hidden-right-ec2a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .middle_bb60 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .notice-soft-0717 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .notice-soft-0717 th,
    .notice-soft-0717 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .component_green_1c1d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .accent_rough_2a26 {
        padding: 20px 10px;
    }
    
    .smooth_6964 h2 {
        font-size: 1.3rem;
    }
    
    .title-1d8a {
        font-size: 0.9rem;
    }
    
    .card_ad08 h3 {
        font-size: 1.1rem;
    }
    
    .card_ad08 p {
        font-size: 0.9rem;
    }
    
    .gas_9008 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .chip-tiny-3035 {
        grid-template-columns: 1fr;
    }
    
    .thick_22f6 {
        font-size: 0.85rem;
    }
    
    .first_4721 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_10b6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .out_10b6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail-ad2a {
        padding: 30px 10px;
    }
    
    .tooltip_d5da {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo-fixed-bf99 {
        padding: 15px 10px;
    }
    
    .logo-fixed-bf99 h4 {
        font-size: 0.9rem;
    }
    
    .logo-fixed-bf99 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .active-purple-70f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tooltip_d5da {
        grid-template-columns: 1fr;
    }
    
    .logo-fixed-bf99 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fixed-e9c5 {
        padding: 30px 10px;
    }
    
    .accent_basic_5250 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini_a564 {
        padding: 15px;
    }
    
    .inner-e49a {
        font-size: 0.9rem;
    }
    
    .picture_red_53a4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture_red_53a4 .chip_560b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .light-c2fd {
        padding: 30px 10px;
    }
    
    .light-c2fd h2 {
        font-size: 1.2rem;
    }
    
    .warm-9957 {
        gap: 10px;
    }
    
    .in_db14 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .in_db14 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .gallery_rough_e957 {
        padding: 30px 10px;
    }
    
    .gallery_rough_e957 h2 {
        font-size: 1.2rem;
    }
    
    .easy-5fc5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row-f432 {
        padding: 15px 10px;
    }
    
    .row-f432 h4 {
        font-size: 0.85rem;
    }
    
    .row-f432 p {
        font-size: 0.75rem;
    }
    
    .logo_c49d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .description_selected_5625 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .disabled_bright_9578 {
        padding: 20px 10px;
    }
    
    .description_stale_7eee {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link-red-5cb8,
    .hard_4dfc,
    .filter-slow-65fa {
        width: 100%;
    }
    
    .link-red-5cb8 h3 {
        font-size: 1.1rem;
    }
    
    .link-red-5cb8 p {
        font-size: 0.8rem;
    }
    
    .banner_upper_2c60 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .cold_787c {
        padding: 30px 10px;
    }
    
    .cold_787c h3 {
        font-size: 1.2rem;
    }
    
    .soft_ff5d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-2855 {
        padding: 15px 10px;
    }
    
    .inner-2855 h4 {
        font-size: 0.85rem;
    }
    
    .inner-2855 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text-prev-ab07 {
        padding: 30px 15px;
    }
    
    .module_tall_d318 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .liquid-1116 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .title_slow_9485 h4 {
        font-size: 0.9rem;
    }
    
    .title_slow_9485 a {
        font-size: 0.8rem;
    }
    
    .dirty_789e {
        font-size: 0.8rem;
    }
    
    .inner_51b0 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .gradient_f3fa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .primary_top_c904 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1654 */
.widget-item-f6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
