/* Inner Page Styles */

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

.input-selected-308f 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);
}

.input-selected-308f 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);
}

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

.banner-5c98 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.banner-5c98 .pink-a473 {
    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;
}

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

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

.banner-5c98 .pink-a473:hover::before {
    left: 100%;
}

.banner-5c98 .pink-a473:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.active-9f6a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft_c33f.fn-active-b74f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot_1caa h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.small_2cc1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.small_2cc1 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.simple-82b3:hover::before {
    left: 100%;
}

.simple-82b3 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;
}

.simple-82b3 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;
}

.simple-82b3 .dirty_88a6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.simple-82b3 .dirty_88a6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.active-yellow-c3ea {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.title_589c .dirty_88a6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input-selected-308f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input-selected-308f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input-selected-308f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner-5c98 {
        justify-content: center;
    }
    
    .active-9f6a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .module-e3f5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .title_fluid_584d {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow_fixed_744a {
        padding: var(--md-spacing-md);
    }
    
    .accent_upper_a0f3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hot_1caa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .title_589c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .article_c6d5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shadow_fixed_744a {
        padding: var(--md-spacing-sm);
    }
    
    .grid-purple-b3c6 {
        padding: var(--md-spacing-md);
    }
    
    .hot_1caa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.grid-purple-b3c6,
.hot_1caa,
.title_589c {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shade-96e6::-webkit-scrollbar {
    width: 8px;
}

.shade-96e6::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.focus-fast-482d {
    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);
}

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

.backdrop_4998 {
    font-size: 1.5rem;
}

.grid_52eb strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .aside-full-56c4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .slider_large_6d00 {
        margin-left: 0;
    }
}

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

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

.active-new-338a {
    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;
}

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

.active-new-338a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.active-new-338a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.mask_225c strong {
    color: #00ff88;
}

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

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

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

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

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

.last-74c6::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;
}

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

.notification-mini-159e {
    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;
}

.notification-mini-159e.motion-730a .white_28c4 {
    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); }
}

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

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

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

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

.bottom-a1fc 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;
}

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

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

.accent-middle-61b9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tag_fcf9.wrapper_33d7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag_fcf9.pattern-f984::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag_fcf9.feature_f05c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag_fcf9.tabs_warm_2f90::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient_4261 {
    font-size: 1.2rem;
}

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

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

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

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

.badge_fluid_56f4.grid-483a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_fluid_56f4.fn-active-b74f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.notification-8b49 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_ce66 { border-top: 3px solid #00ccff; }
.overlay_full_ab86 { border-top: 3px solid #00ff88; }
.popup_6c49 { border-top: 3px solid #d4af37; }
.solid-3df9 { border-top: 3px solid #ff6b6b; }
.nav-dbc5 { border-top: 3px solid #8b5cf6; }

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

.fast_d32a {
    overflow-x: auto;
}

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

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

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

.clean_bfd9 td {
    color: #ccc;
}

.clean_bfd9 .stone-b89b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.clean_bfd9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.light-20d1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.tooltip-south-a760 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.filter-dirty-4031 p {
    color: #888;
    font-size: 0.9rem;
}

.item-70e4 {
    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;
}

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

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

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

.lower-4700 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.tabs-bright-c2f4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.sidebar-small-5837 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

.section_8550::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.light-9e54 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.feature-94a0 {
    font-size: 1.5rem;
}

.banner-down-6b99 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.accent_motion_e35f .tertiary_south_8275 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.header-dark-257d {
    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;
}

.popup-in-740a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.popup-in-740a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dynamic-914e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.dynamic-914e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.component-yellow-1946 span {
    color: #666;
    font-size: 0.8rem;
}

.component-yellow-1946 a {
    color: #ff6b6b;
}

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

.column-advanced-4fdc {
    max-width: 800px;
    margin: 0 auto;
}

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

.content_b1de {
    text-align: center;
}

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

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

.column-advanced-4fdc h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.column-advanced-4fdc > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-iron-01cf {
    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;
}

.shadow-iron-01cf.west-fc3b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.gradient-pressed-2dd4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.accordion-blue-9e04 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.card-bright-2375 .current-4ece {
    color: #666;
    margin: 0 8px;
}

.card-bright-2375 .white-ab04 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.wrapper-green-1d79 strong {
    color: #d4af37;
    margin-right: 8px;
}

.bottom-5e87 {
    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;
}

.nav_e35e {
    font-size: 2rem;
}

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

.hard-f4ac strong {
    color: #d4af37;
}

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

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

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

.aside-current-7b9d h3,
.summary_8d41 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.sidebar-north-b7e1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.complex-8a6f strong {
    color: #00ff88;
}

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

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

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

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

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

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

.fixed-55c1 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.fixed-55c1 summary::-webkit-details-marker {
    display: none;
}

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

.gas-689a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.lite-a70c strong {
    color: #d4af37;
}

.logo_hovered_1717 {
    color: #aaa;
}

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

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

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

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

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

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

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

.mask-static-117d:last-child {
    border-bottom: none;
}

.mask-static-117d h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.mask-static-117d p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.menu_6f1d strong {
    color: #d4af37;
}

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

.current-8b9d {
    color: #888;
    font-size: 0.9rem;
}

.current-8b9d strong {
    color: #00ff88;
}

.current-8b9d span {
    color: #d4af37;
}

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

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

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

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

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

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

.detail-new-cab2 {
    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;
}

.component-selected-055d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.sidebar-copper-ca7a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.medium-3c84 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-motion-076f {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.summary-motion-076f strong {
    color: #00ff88;
}

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

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

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

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

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

.tag-under-c517 {
    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;
}

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

@media (max-width: 768px) {
    .cold-8468 {
        flex-direction: column;
    }
    
    .wood-f73c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup_42ef {
        padding: 30px 15px;
    }
    
    .popup_42ef h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row-full-5fd7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container-2ebc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hover_clean_1ac2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hover_clean_1ac2 .container-bb3b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .search-a4ee {
        font-size: 1.3rem;
    }
    
    .fresh_4577 {
        font-size: 0.7rem;
    }
    
    .pressed_4d81 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pressed_4d81 .dirty_88a6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .list-action-a068 {
        display: none;
    }
    
    .preview-9e55 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .rough_ee60 {
        padding: 20px 10px;
    }
    
    .hero_under_7ad0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small-b500,
    .row-selected-f613 {
        padding: 15px;
    }
    
    .medium-3c84 {
        flex-direction: column;
        gap: 5px;
    }
    
    .in-0610 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .red_f67c {
        padding: 30px 10px;
    }
    
    .secondary_e237 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last_6ec4 {
        padding: 20px 15px;
    }
    
    .alert-77cb {
        font-size: 2rem;
    }
    
    .last_6ec4 h3 {
        font-size: 1.1rem;
    }
    
    .last_6ec4 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tooltip-bottom-a9a3 {
        padding: 20px 10px;
    }
    
    .widget-cbf7 h2 {
        font-size: 1.3rem;
    }
    
    .photo_ae23 {
        font-size: 0.9rem;
    }
    
    .mask-static-117d h3 {
        font-size: 1.1rem;
    }
    
    .mask-static-117d p {
        font-size: 0.9rem;
    }
    
    .tooltip_a003 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary-03f0 {
        grid-template-columns: 1fr;
    }
    
    .menu_6f1d {
        font-size: 0.85rem;
    }
    
    .stale_6081 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_fac3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slow_fac3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lower_1c14 {
        padding: 30px 10px;
    }
    
    .gallery-focused-9934 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .blue_1c1d {
        padding: 15px 10px;
    }
    
    .blue_1c1d h4 {
        font-size: 0.9rem;
    }
    
    .blue_1c1d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .lite_5597 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-focused-9934 {
        grid-template-columns: 1fr;
    }
    
    .blue_1c1d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .in_7832 {
        padding: 30px 10px;
    }
    
    .caption-b7f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wide-fff0 {
        padding: 15px;
    }
    
    .over_bce1 {
        font-size: 0.9rem;
    }
    
    .dirty-f68b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dirty-f68b .preview-bc0d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .preview-green-762f {
        padding: 30px 10px;
    }
    
    .preview-green-762f h2 {
        font-size: 1.2rem;
    }
    
    .out_9344 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green-8f96 {
        padding: 15px 10px;
    }
    
    .green-8f96 h4 {
        font-size: 0.85rem;
    }
    
    .green-8f96 p {
        font-size: 0.75rem;
    }
    
    .next_61f0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dark_c1eb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .cool-a617 {
        padding: 20px 10px;
    }
    
    .shadow_dfbd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .old_0472,
    .dynamic-914e,
    .component-yellow-1946 {
        width: 100%;
    }
    
    .old_0472 h3 {
        font-size: 1.1rem;
    }
    
    .old_0472 p {
        font-size: 0.8rem;
    }
    
    .item_simple_e69e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .button_5169 {
        padding: 30px 15px;
    }
    
    .button_5169 h2 {
        font-size: 1.3rem;
    }
    
    .button_5169 p {
        font-size: 0.85rem;
    }
    
    .down-eef9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .down-eef9 .dirty_88a6 {
        width: 100%;
    }
    
    .fresh-35ba {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .glass-71af {
        padding: 30px 10px;
    }
    
    .glass-71af h3 {
        font-size: 1.2rem;
    }
    
    .mask-848b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title_589c {
        padding: 15px 10px;
    }
    
    .title_589c h4 {
        font-size: 0.85rem;
    }
    
    .title_589c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .item-hard-6b4d {
        padding: 30px 15px;
    }
    
    .carousel-13cc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dirty_9057 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .accordion_b019 h4 {
        font-size: 0.9rem;
    }
    
    .accordion_b019 a {
        font-size: 0.8rem;
    }
    
    .highlight_selected_c17b {
        font-size: 0.8rem;
    }
    
    .accent-dark-3039 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .black_8dd1 {
        padding: 8px 10px;
    }
    
    .grid-simple-e1c0 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .panel-2921 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .grid-simple-e1c0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel-2921 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9a9c */
.phantom-card-y3 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
