/* Inner Page Styles */

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

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

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

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

.aside-6e1b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.aside-6e1b .message-lower-7dbd {
    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;
}

.aside-6e1b .message-lower-7dbd::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.aside-6e1b .message-lower-7dbd:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.aside-6e1b .message-lower-7dbd:hover::before {
    left: 100%;
}

.aside-6e1b .message-lower-7dbd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.layout-fixed-f7a3 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.form-selected-62b7 {
    color: var(--casino-gold-light);
}

.form-selected-62b7 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.form-selected-62b7 a:hover {
    color: var(--casino-gold-light);
}

.form-selected-62b7.fn-active-a279 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-next-3ac9 {
    padding: var(--md-spacing-md) 0;
}

.panel-light-d441 {
    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%;
}

.panel-light-d441 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 */
.pagination-bc72 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.slider_b25f .title-2c3a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.outer-19c7 {
    margin-top: var(--md-spacing-sm);
}

.right-00d9 {
    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-00d9:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.west-d5fc .title-2c3a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.west-d5fc .title-2c3a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hard-5108 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hard-5108 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hard-5108 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .aside-6e1b {
        justify-content: center;
    }
    
    .shadow_hovered_8375 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .inner_47a7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification-0ce6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .focused-4484 {
        padding: var(--md-spacing-md);
    }
    
    .frame_06ab {
        padding: var(--md-spacing-md) 0;
    }
    
    .panel-light-d441 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .west-d5fc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown_cc7d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focused-4484 {
        padding: var(--md-spacing-sm);
    }
    
    .gradient_b0d6 {
        padding: var(--md-spacing-md);
    }
    
    .panel-light-d441 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gradient_b0d6,
.panel-light-d441,
.west-d5fc {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.heading_large_8a27 {
    font-size: 1.5rem;
}

.steel_3846 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .shadow-small-fec2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .overlay_brown_2ae1 {
        margin-left: 0;
    }
}

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

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

.layout-lite-1a53 {
    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;
}

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

.layout-lite-1a53 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.layout-lite-1a53 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.link_1e9b strong {
    color: #00ff88;
}

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

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

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

.shadow-over-48a0 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.article-61e6::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;
}

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

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

.gallery_inner_8984.widget_a4f6 .header_large_0857 {
    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); }
}

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

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

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

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

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

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

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

.nav-narrow-0128 {
    font-size: 1.2rem;
}

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

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

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

.slider-out-c80b {
    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;
}

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

.slider-out-c80b.popup_983e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider-out-c80b.mask_3d2d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider-out-c80b.row_afce::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider-out-c80b.form_west_a318::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero-yellow-5df3 {
    font-size: 1.2rem;
}

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

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

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

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

.avatar_682f.label-145c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar_682f.fn-active-a279 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.row-cold-b3bd {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.highlight-bronze-f269 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.modal-659c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.hover-446e { border-top: 3px solid #00ccff; }
.active_88b4 { border-top: 3px solid #00ff88; }
.caption-gold-b388 { border-top: 3px solid #d4af37; }
.slow_773a { border-top: 3px solid #ff6b6b; }
.selected_b26f { border-top: 3px solid #8b5cf6; }

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

.dirty-3ee2 {
    overflow-x: auto;
}

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

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

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

.dark-96d6 td {
    color: #ccc;
}

.dark-96d6 .frame-small-4ca2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.dark-96d6 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.iron-7a5f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.small-683e p {
    color: #888;
    font-size: 0.9rem;
}

.widget-2bba {
    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;
}

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

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

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

.status_dynamic_2d48 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info-current-991c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.heading-d22c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.gallery_action_a2de .article-static-59ef {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.icon-easy-5e21 .table-2240 {
    margin-bottom: 10px;
}

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

.icon-easy-5e21 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.banner-fast-2c32 {
    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;
}

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

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

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

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

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

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

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

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

.nav-5f2b {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.hot_657e a {
    color: #ff6b6b;
}

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

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

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

.article-selected-29c1 {
    text-align: center;
}

.article-selected-29c1 .summary-2f91 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.article-selected-29c1 .hard-c147 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .notice-153a {
        flex-direction: column;
    }
    .search_focused_dcdc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.caption_6d43 .pressed_0de8 {
    color: #666;
    margin: 0 8px;
}

.caption_6d43 .status-gold-6fd8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.item-gas-4ee6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.link-solid-d253 strong {
    color: #d4af37;
    margin-right: 8px;
}

.video-fixed-64bd {
    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;
}

.icon_1751 {
    font-size: 2rem;
}

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

.east-f2c2 strong {
    color: #d4af37;
}

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

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

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

.bright-4e10 h3,
.outline_active_785b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.surface-1b31 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accordion-focused-c5ad strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

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

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

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

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

.tertiary-bronze-e85f h3,
.upper_6e65 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.green-79d4 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.slider-7b68 strong {
    color: #d4af37;
}

.smooth_859d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.video-4b53 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.video-4b53 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;
}

.video-4b53 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.huge_3f3c strong {
    color: #d4af37;
}

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

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

.sidebar-bd44 strong {
    color: #00ff88;
}

.sidebar-bd44 span {
    color: #d4af37;
}

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

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

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

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

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

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

.top-93e5 {
    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;
}

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

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

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

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

.chip-easy-daac {
    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);
}

.video-wood-78a5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.text-6d41 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.text-6d41 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-4c91 strong {
    color: #00ff88;
}

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

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

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

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

.brown-8c36 {
    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_204b {
    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;
}

.nav-5f2b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tabs_green_0094 {
        flex-direction: column;
    }
    
    .brown-8c36 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .red-ec25 {
        padding: 30px 15px;
    }
    
    .red-ec25 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .logo-west-c4e0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading-8dfa {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .carousel_pink_a165 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel_pink_a165 .picture-3088 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .wide_1fb1 {
        font-size: 1.3rem;
    }
    
    .smooth_ff94 {
        font-size: 0.7rem;
    }
    
    .picture-first-e5fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture-first-e5fb .title-2c3a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden_716a {
        display: none;
    }
    
    .wrapper_fast_08bc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dropdown_7976 {
        padding: 20px 10px;
    }
    
    .static_bd14 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gas_0701,
    .list-last-8399 {
        padding: 15px;
    }
    
    .detail_wood_7602 {
        flex-direction: column;
        gap: 5px;
    }
    
    .chip-easy-daac {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dropdown-easy-ea16 {
        padding: 30px 10px;
    }
    
    .shade_c075 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-61fc {
        padding: 20px 15px;
    }
    
    .tabs_b9b1 {
        font-size: 2rem;
    }
    
    .tertiary-61fc h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-61fc p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .out-fb0c {
        padding: 20px 5px;
    }
    
    .out-fb0c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .border_solid_e589 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .dark-96d6 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .dark-96d6 th,
    .dark-96d6 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .top_07f6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .logo-5c79 {
        padding: 20px 10px;
    }
    
    .chip-left-0e8b h2 {
        font-size: 1.3rem;
    }
    
    .cold-e73e {
        font-size: 0.9rem;
    }
    
    .down_bbd9 h3 {
        font-size: 1.1rem;
    }
    
    .down_bbd9 p {
        font-size: 0.9rem;
    }
    
    .video-4b53 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .easy-029a {
        grid-template-columns: 1fr;
    }
    
    .huge_3f3c {
        font-size: 0.85rem;
    }
    
    .container_ca56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-d7b3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button-d7b3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button-hard-62e3 {
        padding: 30px 10px;
    }
    
    .aside_black_0750 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .iron_7cb4 {
        padding: 15px 10px;
    }
    
    .iron_7cb4 h4 {
        font-size: 0.9rem;
    }
    
    .iron_7cb4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .primary-6b0a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .last-4309 {
        padding: 30px 10px;
    }
    
    .dirty-e4f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-707d {
        padding: 15px;
    }
    
    .overlay_127b {
        font-size: 0.9rem;
    }
    
    .cold_d43b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cold_d43b .header_1c49 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .badge_7782 {
        padding: 30px 10px;
    }
    
    .badge_7782 h2 {
        font-size: 1.2rem;
    }
    
    .content-paper-6845 {
        gap: 10px;
    }
    
    .logo-e171 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .logo-e171 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .solid_ad36 {
        padding: 30px 10px;
    }
    
    .solid_ad36 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper_advanced_4fb3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_05ac {
        padding: 15px 10px;
    }
    
    .shadow_05ac h4 {
        font-size: 0.85rem;
    }
    
    .shadow_05ac p {
        font-size: 0.75rem;
    }
    
    .dynamic_8591 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification-2f56 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar-1c57 {
        padding: 20px 10px;
    }
    
    .form_glass_100e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid-2d3d,
    .gallery-efc2,
    .hot_657e {
        width: 100%;
    }
    
    .liquid-2d3d h3 {
        font-size: 1.1rem;
    }
    
    .liquid-2d3d p {
        font-size: 0.8rem;
    }
    
    .purple_6d7f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .search-1044 {
        padding: 30px 15px;
    }
    
    .search-1044 h2 {
        font-size: 1.3rem;
    }
    
    .search-1044 p {
        font-size: 0.85rem;
    }
    
    .purple-651f {
        flex-direction: column;
        gap: 10px;
    }
    
    .purple-651f .title-2c3a {
        width: 100%;
    }
    
    .thick_6848 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .alert-static-d6d7 {
        padding: 30px 15px;
    }
    
    .mask-14f2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .video_438a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .red-2758 h4 {
        font-size: 0.9rem;
    }
    
    .red-2758 a {
        font-size: 0.8rem;
    }
    
    .basic_e85e {
        font-size: 0.8rem;
    }
    
    .caption_6a39 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .iron_8f0b {
        padding: 8px 10px;
    }
    
    .preview_rough_0c18 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .overlay-6eda {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview_rough_0c18 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .overlay-6eda {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9d32 */
.ghost-box-j2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
