/* Inner Page Styles */

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

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

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

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

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

.thick-b28d .disabled-pro-a8a6 {
    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;
}

.thick-b28d .disabled-pro-a8a6::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.thick-b28d .disabled-pro-a8a6:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.thick-b28d .disabled-pro-a8a6:hover::before {
    left: 100%;
}

.thick-b28d .disabled-pro-a8a6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.tiny-74f7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.hidden-yellow-6468 {
    color: var(--casino-gold-light);
}

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

.hidden-yellow-6468 a:hover {
    color: var(--casino-gold-light);
}

.hidden-yellow-6468.fn-active-c76e {
    color: var(--casino-gold-light);
}

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

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

.cool-6c79 {
    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);
}

.cool-6c79 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-7c55:hover::before {
    left: 100%;
}

.element-7c55 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;
}

.element-7c55 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;
}

.element-7c55 .tertiary_ba43 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.element-7c55 .tertiary_ba43:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.button-26ff {
    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);
}

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

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

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

.button-26ff .tertiary_ba43 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.button-26ff .tertiary_ba43:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature_fixed_13e9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .feature_fixed_13e9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .feature_fixed_13e9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .thick-b28d {
        justify-content: center;
    }
    
    .mask_0c04 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .primary-steel-6147 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .small-c875 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cool-6c79 {
        padding: var(--md-spacing-md);
    }
    
    .banner-south-f257 {
        padding: var(--md-spacing-md) 0;
    }
    
    .grid_west_7586 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button-26ff {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shade_inner_5e2a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .cool-6c79 {
        padding: var(--md-spacing-sm);
    }
    
    .sidebar_plasma_2d3a {
        padding: var(--md-spacing-md);
    }
    
    .grid_west_7586 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sidebar_plasma_2d3a,
.grid_west_7586,
.button-26ff {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.search-new-bd83 {
    font-size: 1.5rem;
}

.status_ca55 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .shadow-clean-ff32 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .warm-786f {
        margin-left: 0;
    }
}

/* Main Content Compact */
.accordion-5731 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.surface-61b3 {
    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;
}

.surface-61b3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.paragraph-wood-260a {
    text-align: center;
    margin-bottom: 30px;
}

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

.breadcrumb_e24e.action_0da8 .slider_5fc5 {
    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); }
}

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

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

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

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

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

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

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

.focus-outer-355a {
    font-size: 1.2rem;
}

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

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

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

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

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

.caption_dirty_0326.orange-b193::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption_dirty_0326.copper_b6e4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption_dirty_0326.warm_ac40::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption_dirty_0326.wide-2777::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module-current-5264 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight_6f6c.pagination_white_66af { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight_6f6c.fn-active-c76e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.disabled-22b9 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.silver-c233 { border-top: 3px solid #00ccff; }
.focus_aaaa { border-top: 3px solid #00ff88; }
.iron-f58e { border-top: 3px solid #d4af37; }
.smooth-9d3e { border-top: 3px solid #ff6b6b; }
.motion_f77e { border-top: 3px solid #8b5cf6; }

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

.dynamic_2b8a {
    overflow-x: auto;
}

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

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

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

.element-a76a td {
    color: #ccc;
}

.element-a76a .caption_e801 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.card-1ad9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.gallery-light-daa6 {
    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;
}

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

@media (max-width: 768px) {
    .modal-center-486d {
        grid-template-columns: 1fr;
    }
}

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

.input-orange-c144 {
    font-size: 2rem;
}

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

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

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

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

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

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

.banner-inner-ffeb {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.gallery-advanced-6893 {
    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;
}

.gallery-advanced-6893::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);
}

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

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

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

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

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

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

.module_b629 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.north-d269 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hovered-d590 .button_tiny_db0a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.primary-lite-f57e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Responsible Banner */
.focus-warm-58ab {
    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;
}

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

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

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

.button-thick-27eb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel-medium-11b8 {
    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;
}

.button-thick-27eb span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.middle_dbb1 a {
    color: #ff6b6b;
}

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

.glass-6a36 {
    max-width: 800px;
    margin: 0 auto;
}

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

.brown_6ff4 {
    text-align: center;
}

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

.brown_6ff4 .container-7beb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.glass-6a36 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.row-712a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-current-43ed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .form-current-43ed {
        flex-direction: column;
    }
    .layout_c584 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.tiny-105f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.background_outer_fc05 .tall-1b6e {
    color: #666;
    margin: 0 8px;
}

.background_outer_fc05 .footer-wide-eba3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.hot-04d4 {
    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;
}

.left-7853 {
    font-size: 2rem;
}

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

.hidden_7201 strong {
    color: #d4af37;
}

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

.popup-copper-783d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .popup-copper-783d {
        grid-template-columns: 1fr;
    }
}

.picture_f44b h3,
.backdrop-6d39 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.texture-hard-bdf6 strong {
    color: #00ff88;
}

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

.paragraph-inner-2fe5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .paragraph-inner-2fe5 {
        grid-template-columns: 1fr;
    }
}

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

.silver-2c6e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hidden-light-8db3 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.hidden-light-8db3 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.hidden-light-8db3 summary::-webkit-details-marker {
    display: none;
}

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

.background-pressed-ac17 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.accent-dark-c107 strong {
    color: #d4af37;
}

.modal-f9a2 {
    color: #aaa;
}

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

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

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

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

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

.frame-top-66e7 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.surface-left-a1a9 {
    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;
}

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

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

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

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

.huge-8bda strong {
    color: #d4af37;
}

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

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

.filter_856b strong {
    color: #00ff88;
}

.filter_856b span {
    color: #d4af37;
}

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

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

.container-bright-d121 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.breadcrumb-pro-86ba {
    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;
}

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

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

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

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

.grid-44da {
    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);
}

.block-plasma-0b05 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.heading-63a5 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.heading-63a5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.disabled-iron-3a82 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disabled-iron-3a82 li {
    margin-bottom: 5px;
}

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

.disabled-iron-3a82 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.tabs-cold-0aab {
    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;
}

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

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

.modal_921d strong {
    color: #00ff88;
}

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

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

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

.fixed-8cca {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.menu-dim-7e68 {
    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;
}

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

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

@media (max-width: 768px) {
    .fixed-8cca {
        flex-direction: column;
    }
    
    .menu-dim-7e68 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress-004d {
        padding: 30px 15px;
    }
    
    .progress-004d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .first-79c7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gold-07fd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .chip_6275 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip_6275 .top-4b75 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .container_medium_10f5 {
        font-size: 1.3rem;
    }
    
    .form_09ae {
        font-size: 0.7rem;
    }
    
    .content-33ad {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-33ad .tertiary_ba43 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .progress-red-6f77 {
        display: none;
    }
    
    .frame_bright_9dfc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .caption_west_2665 {
        padding: 20px 10px;
    }
    
    .container-bright-d121 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .in_2578,
    .hover_first_7f49 {
        padding: 15px;
    }
    
    .block_457a {
        flex-direction: column;
        gap: 5px;
    }
    
    .grid-44da {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .out_73b0 {
        padding: 30px 10px;
    }
    
    .badge-green-a3c2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_in_1a50 {
        padding: 20px 15px;
    }
    
    .solid_55dc {
        font-size: 2rem;
    }
    
    .primary_in_1a50 h3 {
        font-size: 1.1rem;
    }
    
    .primary_in_1a50 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .pattern-8251 {
        padding: 20px 5px;
    }
    
    .pattern-8251 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .component_4534 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .element-a76a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .element-a76a th,
    .element-a76a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .item-bottom-dc68 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner-fresh-1781 {
        padding: 20px 10px;
    }
    
    .panel_old_2891 h2 {
        font-size: 1.3rem;
    }
    
    .video-wide-9e84 {
        font-size: 0.9rem;
    }
    
    .complex_bbc1 h3 {
        font-size: 1.1rem;
    }
    
    .complex_bbc1 p {
        font-size: 0.9rem;
    }
    
    .search_0b1a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hovered_acf5 {
        grid-template-columns: 1fr;
    }
    
    .huge-8bda {
        font-size: 0.85rem;
    }
    
    .container_35aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-left-a1a9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface-left-a1a9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .east-3522 {
        padding: 30px 10px;
    }
    
    .caption-hard-e827 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-d2dc {
        padding: 15px 10px;
    }
    
    .message-d2dc h4 {
        font-size: 0.9rem;
    }
    
    .message-d2dc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .mini_7e56 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .caption-hard-e827 {
        grid-template-columns: 1fr;
    }
    
    .message-d2dc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .basic-7840 {
        padding: 30px 10px;
    }
    
    .filter_718f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-tiny-0d66 {
        padding: 15px;
    }
    
    .block_paper_40b3 {
        font-size: 0.9rem;
    }
    
    .lower-6a66 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lower-6a66 .first_a2c2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gradient-red-6a4f {
        padding: 30px 10px;
    }
    
    .gradient-red-6a4f h2 {
        font-size: 1.2rem;
    }
    
    .element-0850 {
        gap: 10px;
    }
    
    .hover_681a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hover_681a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .motion-074e {
        padding: 30px 10px;
    }
    
    .motion-074e h2 {
        font-size: 1.2rem;
    }
    
    .wrapper-7a0f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_7c5f {
        padding: 15px 10px;
    }
    
    .table_7c5f h4 {
        font-size: 0.85rem;
    }
    
    .table_7c5f p {
        font-size: 0.75rem;
    }
    
    .popup-right-a4b2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info_9e62 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .focus-warm-58ab {
        padding: 20px 10px;
    }
    
    .filter_a14b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip_cool_8380,
    .button-thick-27eb,
    .middle_dbb1 {
        width: 100%;
    }
    
    .tooltip_cool_8380 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_cool_8380 p {
        font-size: 0.8rem;
    }
    
    .carousel-medium-11b8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .aside_out_c8f0 {
        padding: 30px 15px;
    }
    
    .aside_out_c8f0 h2 {
        font-size: 1.3rem;
    }
    
    .aside_out_c8f0 p {
        font-size: 0.85rem;
    }
    
    .shade-basic-c973 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade-basic-c973 .tertiary_ba43 {
        width: 100%;
    }
    
    .in-fd08 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .widget-f9c1 {
        padding: 30px 10px;
    }
    
    .widget-f9c1 h3 {
        font-size: 1.2rem;
    }
    
    .hot-6c93 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-26ff {
        padding: 15px 10px;
    }
    
    .button-26ff h4 {
        font-size: 0.85rem;
    }
    
    .button-26ff p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .photo_mini_9cb0 {
        padding: 30px 15px;
    }
    
    .pro_3f19 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .detail_pro_65cb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .block-complex-7ea1 h4 {
        font-size: 0.9rem;
    }
    
    .block-complex-7ea1 a {
        font-size: 0.8rem;
    }
    
    .shadow-67a1 {
        font-size: 0.8rem;
    }
    
    .info-tall-f632 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pagination-8c14 {
        padding: 8px 10px;
    }
    
    .slider-9321 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .middle-85d2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .slider-9321 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .middle-85d2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0cc9 */
.ghost-box-x5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
