/* Inner Page Styles */

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

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

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

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

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

.dirty-db03 .content_glass_59ae {
    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;
}

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

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

.dirty-db03 .content_glass_59ae:hover::before {
    left: 100%;
}

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

.paper-0f3e {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_2562 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 */
.notification-a852 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.north_589e .advanced_7c22:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.link_plasma_027f .advanced_7c22:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .short_25f9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .short_25f9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .short_25f9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dirty-db03 {
        justify-content: center;
    }
    
    .slider_58e8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .content_2236 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .stale-fdef {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo-0004 {
        padding: var(--md-spacing-md);
    }
    
    .summary_pro_b11c {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient_2562 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .link_plasma_027f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .west_cda8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .logo-0004 {
        padding: var(--md-spacing-sm);
    }
    
    .medium_cc38 {
        padding: var(--md-spacing-md);
    }
    
    .gradient_2562 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.medium_cc38,
.gradient_2562,
.link_plasma_027f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay-cf50 {
    font-size: 1.5rem;
}

.inner_7c97 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.text-9751 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tag-283e {
    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;
}

.tag-283e strong {
    color: #00ff88;
}

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

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

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

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

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

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

.icon-8d13 {
    text-align: center;
    margin-bottom: 30px;
}

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

.brown_2a51.overlay-advanced-a69d .frame-middle-9d93 {
    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); }
}

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

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

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

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

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

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

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

.container-5282 {
    font-size: 1.2rem;
}

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

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

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

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

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

.search-c48f.photo-hovered-c7c9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.search-c48f.cool-acf0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search-c48f.primary-da91::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.search-c48f.heading-gold-7dea::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.silver_9f03 {
    font-size: 1.2rem;
}

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

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

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

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

.hero-7769.banner-wood-a37c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero-7769.fn-active-992b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.notification-cold-ed9a {
    background: #0a0a0a;
    padding: 60px 0;
}

.old-7e44 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.outline-9273.photo-motion-288c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.element_full_f9d7 { border-top: 3px solid #00ccff; }
.gold_8bab { border-top: 3px solid #00ff88; }
.dropdown-yellow-968e { border-top: 3px solid #d4af37; }
.red_948f { border-top: 3px solid #ff6b6b; }
.main-next-342b { border-top: 3px solid #8b5cf6; }

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

.solid-4e84 {
    overflow-x: auto;
}

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

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

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

.pattern-fresh-2829 td {
    color: #ccc;
}

.pattern-fresh-2829 .thick-e12b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.pattern-fresh-2829 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.banner-5cb7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.image-old-9434 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-db8d {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.progress-18f9 {
    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;
}

.progress-18f9::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);
}

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

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

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

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

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

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

.current-3ff8 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .search-soft-782a {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.active-tall-4024 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.element_0965 .dim_1bc3 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.cool-81ae {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-d506 a {
    color: #ff6b6b;
}

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

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

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

.backdrop-25c5 {
    text-align: center;
}

.backdrop-25c5 .border-easy-b8b6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.backdrop-25c5 .prev_5f99 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.container-8b16 {
    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;
}

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

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

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

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

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

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

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

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

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

.card-0118.photo-motion-288c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.modal-15dc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.black_33da .in_42a0 {
    color: #666;
    margin: 0 8px;
}

.black_33da .feature-fbd0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.tooltip_full_fd0a {
    font-size: 2rem;
}

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

.tabs_iron_3db4 strong {
    color: #d4af37;
}

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

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

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

.backdrop_7c3a h3,
.gradient-active-72a5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.input-6a8b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.purple-3fac strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.heading_blue_8449 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.icon-4cd8 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.panel-57df h3,
.row-brown-e16d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.green-0d6d summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.preview_copper_f655 strong {
    color: #d4af37;
}

.green-a95d {
    color: #aaa;
}

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

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

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

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

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

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

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

.upper-df60:last-child {
    border-bottom: none;
}

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

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

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

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

.photo-west-2023 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.photo-west-2023 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;
}

.photo-west-2023 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.content-purple-7ca0 strong {
    color: #d4af37;
}

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

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

.info_fixed_a3c7 strong {
    color: #00ff88;
}

.info_fixed_a3c7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.grid-0c25 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.basic-416d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.basic-416d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.gallery-ce76 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.shadow-b130 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active_medium_910e {
        padding: 30px 15px;
    }
    
    .active_medium_910e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label_ed0f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bronze-6614 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .clean-dc54 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .clean-dc54 .pattern_outer_7ced {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accordion_583a {
        font-size: 1.3rem;
    }
    
    .badge_ff35 {
        font-size: 0.7rem;
    }
    
    .hard_6ea3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hard_6ea3 .advanced_7c22 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tertiary_steel_1f75 {
        display: none;
    }
    
    .lower_9979 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav_1405 {
        padding: 20px 10px;
    }
    
    .hover_dim_eeaf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed-8aee,
    .picture-e514 {
        padding: 15px;
    }
    
    .grid-0c25 {
        flex-direction: column;
        gap: 5px;
    }
    
    .warm_0167 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-solid-551a {
        padding: 30px 10px;
    }
    
    .smooth-ee03 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed-78ca {
        padding: 20px 15px;
    }
    
    .carousel_e8ed {
        font-size: 2rem;
    }
    
    .pressed-78ca h3 {
        font-size: 1.1rem;
    }
    
    .pressed-78ca p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .menu-lower-3a48 {
        padding: 20px 5px;
    }
    
    .menu-lower-3a48 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gallery_fluid_e69f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pattern-fresh-2829 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pattern-fresh-2829 th,
    .pattern-fresh-2829 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .column_4dfd {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner_hot_5b59 {
        padding: 20px 10px;
    }
    
    .panel-lite-7441 h2 {
        font-size: 1.3rem;
    }
    
    .carousel-up-0903 {
        font-size: 0.9rem;
    }
    
    .upper-df60 h3 {
        font-size: 1.1rem;
    }
    
    .upper-df60 p {
        font-size: 0.9rem;
    }
    
    .photo-west-2023 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .text-east-7b44 {
        grid-template-columns: 1fr;
    }
    
    .content-purple-7ca0 {
        font-size: 0.85rem;
    }
    
    .accordion_86c1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section_stone_9e1b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .section_stone_9e1b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip-old-7ad2 {
        padding: 30px 10px;
    }
    
    .progress-717b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_down_0020 {
        padding: 15px 10px;
    }
    
    .logo_down_0020 h4 {
        font-size: 0.9rem;
    }
    
    .logo_down_0020 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .sidebar-f766 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-717b {
        grid-template-columns: 1fr;
    }
    
    .logo_down_0020 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .first-9f5c {
        padding: 30px 10px;
    }
    
    .wide-a225 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption_down_4d35 {
        padding: 15px;
    }
    
    .wrapper_df5f {
        font-size: 0.9rem;
    }
    
    .notification-7892 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notification-7892 .shadow_inner_7576 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .in_71e9 {
        padding: 30px 10px;
    }
    
    .in_71e9 h2 {
        font-size: 1.2rem;
    }
    
    .secondary_yellow_db13 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow-a35c {
        padding: 15px 10px;
    }
    
    .narrow-a35c h4 {
        font-size: 0.85rem;
    }
    
    .narrow-a35c p {
        font-size: 0.75rem;
    }
    
    .orange-baf6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tiny-cba5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .focus-63e5 {
        padding: 20px 10px;
    }
    
    .gallery-6d46 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dynamic-95d5,
    .lite_f7ef,
    .sidebar-d506 {
        width: 100%;
    }
    
    .dynamic-95d5 h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-95d5 p {
        font-size: 0.8rem;
    }
    
    .short_d183 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .steel_29c0 {
        padding: 30px 15px;
    }
    
    .steel_29c0 h2 {
        font-size: 1.3rem;
    }
    
    .steel_29c0 p {
        font-size: 0.85rem;
    }
    
    .feature-11d4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-11d4 .advanced_7c22 {
        width: 100%;
    }
    
    .east-1fe4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tooltip-ee87 {
        padding: 30px 15px;
    }
    
    .sort_5e53 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .outer-6d4c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .surface-lite-f772 h4 {
        font-size: 0.9rem;
    }
    
    .surface-lite-f772 a {
        font-size: 0.8rem;
    }
    
    .grid_678a {
        font-size: 0.8rem;
    }
    
    .video-stale-e20d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .panel-5e9f {
        padding: 8px 10px;
    }
    
    .up-11d3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .modal-pressed-aec8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .up-11d3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .modal-pressed-aec8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d653 */
.ghost-box-z9 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
