/* Inner Page Styles */

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

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

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

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

.frame-last-a8fd {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.frame-last-a8fd .bronze-0b64 {
    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;
}

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

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

.frame-last-a8fd .bronze-0b64:hover::before {
    left: 100%;
}

.frame-last-a8fd .bronze-0b64:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.progress-advanced-851b {
    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);
}

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

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

.pattern-right-3bc7 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.pattern-right-3bc7 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

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

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

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

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

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

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

.shade-white-bcbd {
    color: var(--casino-gold-light);
}

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

.shade-white-bcbd a:hover {
    color: var(--casino-gold-light);
}

.shade-white-bcbd.fn-active-e053 {
    color: var(--casino-gold-light);
}

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

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

.solid-2c86 {
    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);
}

.solid-2c86 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);
}

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

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

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

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

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

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

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

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

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

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

.sort-south-4004 {
    padding: var(--md-spacing-md) 0;
}

.icon-out-9d58 {
    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%;
}

.icon-out-9d58 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 */
.media_5251 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.article-up-6666:hover::before {
    left: 100%;
}

.article-up-6666 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;
}

.article-up-6666 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;
}

.article-up-6666 .slow_4343 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.article-up-6666 .slow_4343:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.hero-hard-a306 {
    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);
}

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

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

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

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

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

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

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

.header-c997 .slow_4343 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.header-c997 .slow_4343:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .media_gas_da98 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .media_gas_da98 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .media_gas_da98 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .frame-last-a8fd {
        justify-content: center;
    }
    
    .progress-advanced-851b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern-fluid-0324 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fresh-c282 {
        padding: var(--md-spacing-md) 0;
    }
    
    .solid-2c86 {
        padding: var(--md-spacing-md);
    }
    
    .element-up-0f92 {
        padding: var(--md-spacing-md) 0;
    }
    
    .icon-out-9d58 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .header-c997 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .layout-next-52b8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .solid-2c86 {
        padding: var(--md-spacing-sm);
    }
    
    .under_0dfd {
        padding: var(--md-spacing-md);
    }
    
    .icon-out-9d58 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.under_0dfd,
.icon-out-9d58,
.header-c997 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.wood-9cb7::-webkit-scrollbar {
    width: 8px;
}

.wood-9cb7::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.article-8216 {
    font-size: 1.5rem;
}

.aside-pressed-bc85 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-copper-27cd {
    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;
}

.feature-copper-27cd strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-medium-6c10::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;
}

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

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

.outer_f186.popup_inner_449a .dropdown-9321 {
    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); }
}

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

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

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

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

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

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

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

.sidebar_fe5e {
    font-size: 1.2rem;
}

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

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

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

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

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

.frame_full_ab8d.breadcrumb-9780::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.frame_full_ab8d.current-9aec::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_full_ab8d.gold_5e79::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.frame_full_ab8d.gallery_9371::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture_2fd6 {
    font-size: 1.2rem;
}

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

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

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

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

.wide-bb50.photo-steel-123a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wide-bb50.fn-active-e053 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.card-outer-32dc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.frame-tiny-fe6d {
    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;
}

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

.frame-tiny-fe6d.title-a9c3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slider-ee17 { border-top: 3px solid #00ccff; }
.alert_a787 { border-top: 3px solid #00ff88; }
.header_outer_f336 { border-top: 3px solid #d4af37; }
.wood_d339 { border-top: 3px solid #ff6b6b; }
.text_wide_edc6 { border-top: 3px solid #8b5cf6; }

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

.tag-pink-a691 {
    overflow-x: auto;
}

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

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

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

.warm-8236 td {
    color: #ccc;
}

.warm-8236 .iron_1b29 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

@media (max-width: 576px) {
    .gallery-fluid-35f2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.label-8ea0 {
    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;
}

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

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

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

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

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

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

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

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

.bright_5f6a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.sidebar-under-7c89 {
    background: #0a0a0a;
    padding: 60px 0;
}

.shade-iron-caff {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.image-0d21 {
    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;
}

.image-0d21::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);
}

.status-copper-21b3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.accordion_bf99 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.motion_c987 .link_5b95 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown_1b10 a {
    color: #ff6b6b;
}

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

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

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

.detail_a5a7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .current-92cf {
        flex-direction: column;
    }
    .badge_new_065e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.last_42d3 .breadcrumb_action_e3c4 {
    color: #666;
    margin: 0 8px;
}

.last_42d3 .progress_west_0089 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tabs-medium-38f8 strong {
    color: #d4af37;
    margin-right: 8px;
}

.form-3c84 {
    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;
}

.background-glass-e497 {
    font-size: 2rem;
}

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

.layout_959a strong {
    color: #d4af37;
}

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

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

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

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

.layout-upper-2b1a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.notice-79bf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.search_001a strong {
    color: #00ff88;
}

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

.outline-stone-df58 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.carousel-3fd9 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.preview_short_097e strong {
    color: #d4af37;
}

.down_58d6 {
    color: #aaa;
}

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

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

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

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

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

.in-11c4 {
    max-width: 900px;
    margin: 0 auto;
}

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

.thumbnail-f23c:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-96a2 strong {
    color: #d4af37;
}

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

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

.caption_outer_e9e2 strong {
    color: #00ff88;
}

.caption_outer_e9e2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.title-08cf {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.form-2c5c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.link-7bb8 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.link-7bb8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-green-8ade {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.menu-green-8ade strong {
    color: #00ff88;
}

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

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

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

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

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

.accent-next-1455 {
    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;
}

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

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

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

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

.aside-5a06 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget-thick-f8a3 {
        padding: 30px 15px;
    }
    
    .widget-thick-f8a3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list_right_d3ec {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .glass_8a6f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .item_silver_59c0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item_silver_59c0 .button_2171 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .north_4943 {
        font-size: 1.3rem;
    }
    
    .gradient_thick_7951 {
        font-size: 0.7rem;
    }
    
    .aside_yellow_eeba {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside_yellow_eeba .slow_4343 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-slow-212f {
        display: none;
    }
    
    .background-lite-eb82 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sort_7b48 {
        padding: 20px 10px;
    }
    
    .lower-ebf7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dirty_9525,
    .caption-2ef1 {
        padding: 15px;
    }
    
    .form-2c5c {
        flex-direction: column;
        gap: 5px;
    }
    
    .fluid-ad7f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper-last-58c0 {
        padding: 30px 10px;
    }
    
    .logo_wood_bc20 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-9f4d {
        padding: 20px 15px;
    }
    
    .top_30e5 {
        font-size: 2rem;
    }
    
    .surface-9f4d h3 {
        font-size: 1.1rem;
    }
    
    .surface-9f4d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .middle_192d {
        padding: 20px 10px;
    }
    
    .text_475c h2 {
        font-size: 1.3rem;
    }
    
    .media-dffd {
        font-size: 0.9rem;
    }
    
    .thumbnail-f23c h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-f23c p {
        font-size: 0.9rem;
    }
    
    .focus_9c7b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .badge_5d5d {
        grid-template-columns: 1fr;
    }
    
    .liquid-96a2 {
        font-size: 0.85rem;
    }
    
    .aside-adba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .banner_1631 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .banner_1631 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .green_a4a2 {
        padding: 30px 10px;
    }
    
    .purple_bace {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-green-acb1 {
        padding: 15px 10px;
    }
    
    .progress-green-acb1 h4 {
        font-size: 0.9rem;
    }
    
    .progress-green-acb1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .complex-e31c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .purple_bace {
        grid-template-columns: 1fr;
    }
    
    .progress-green-acb1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .menu_aa4a {
        padding: 30px 10px;
    }
    
    .input-0751 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs_outer_d305 {
        padding: 15px;
    }
    
    .gold-b9ee {
        font-size: 0.9rem;
    }
    
    .center-19fd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-19fd .clean_20f2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .green-813c {
        padding: 30px 10px;
    }
    
    .green-813c h2 {
        font-size: 1.2rem;
    }
    
    .focus-7706 {
        gap: 10px;
    }
    
    .tabs_655f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tabs_655f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .surface_down_f7f8 {
        padding: 30px 10px;
    }
    
    .surface_down_f7f8 h2 {
        font-size: 1.2rem;
    }
    
    .soft-d2c9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_action_2d57 {
        padding: 15px 10px;
    }
    
    .footer_action_2d57 h4 {
        font-size: 0.85rem;
    }
    
    .footer_action_2d57 p {
        font-size: 0.75rem;
    }
    
    .preview_f6b4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .section_selected_44de {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .frame-next-aaa9 {
        padding: 20px 10px;
    }
    
    .yellow_3995 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph-bottom-a9d4,
    .heading_147c,
    .dropdown_1b10 {
        width: 100%;
    }
    
    .paragraph-bottom-a9d4 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph-bottom-a9d4 p {
        font-size: 0.8rem;
    }
    
    .slider_5906 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .primary-6f3c {
        padding: 30px 10px;
    }
    
    .primary-6f3c h3 {
        font-size: 1.2rem;
    }
    
    .overlay_04ac {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-c997 {
        padding: 15px 10px;
    }
    
    .header-c997 h4 {
        font-size: 0.85rem;
    }
    
    .header-c997 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .down_2ec9 {
        padding: 30px 15px;
    }
    
    .overlay-3fe7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notification_5e34 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .liquid_8dea h4 {
        font-size: 0.9rem;
    }
    
    .liquid_8dea a {
        font-size: 0.8rem;
    }
    
    .last_90d1 {
        font-size: 0.8rem;
    }
    
    .aside-8f74 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .carousel-east-31af {
        padding: 8px 10px;
    }
    
    .element-3fb5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .grid_69a8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element-3fb5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .grid_69a8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1ebd */
.shadow-element-t1 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
