/* Inner Page Styles */

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

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

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

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

.feature-8951 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.feature-8951 .west-9abb {
    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;
}

.feature-8951 .west-9abb::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.feature-8951 .west-9abb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.feature-8951 .west-9abb:hover::before {
    left: 100%;
}

.feature-8951 .west-9abb:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.tertiary-center-08e5 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

.hover-dim-543e {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.tag_bright_0e5d.fn-active-f7a1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-25da:hover::before {
    left: 100%;
}

.progress-25da 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;
}

.progress-25da 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;
}

.progress-25da .short_6253 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.progress-25da .short_6253:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.menu-north-0280 {
    margin-top: var(--md-spacing-sm);
}

.text-silver-49fd {
    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);
}

.text-silver-49fd:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.box-east-4136 {
    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);
}

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

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

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

.box-east-4136 .short_6253 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.box-east-4136 .short_6253:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .purple-daf1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .purple-daf1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .purple-daf1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature-8951 {
        justify-content: center;
    }
    
    .hard_1094 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .filter_copper_8b58 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_42a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .north_5410 {
        padding: var(--md-spacing-md);
    }
    
    .pink_5317 {
        padding: var(--md-spacing-md) 0;
    }
    
    .box-eab3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box-east-4136 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .stone_b0f8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .north_5410 {
        padding: var(--md-spacing-sm);
    }
    
    .photo_895e {
        padding: var(--md-spacing-md);
    }
    
    .box-eab3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.photo_895e,
.box-eab3,
.box-east-4136 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.active_4358 {
    font-size: 1.5rem;
}

.progress-fb06 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide_fb3d strong {
    color: #00ff88;
}

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

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

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

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

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

.outline-huge-22dd::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;
}

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

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

.disabled-b9d9.search_f6c1 .link_51bc {
    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); }
}

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

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

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

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

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

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

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

.wrapper-pro-f2f1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.bronze-7366.tall-be75::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bronze-7366.border-ac67::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bronze-7366.lower-3b6a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bronze-7366.small_6d3d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hover_7255 {
    font-size: 1.2rem;
}

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

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

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

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

.surface-e104.column-pink-6643 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.surface-e104.fn-active-f7a1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.icon-9935.chip-steel-093d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.picture-active-3c94 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.alert_d88c { border-top: 3px solid #00ccff; }
.yellow_7dcc { border-top: 3px solid #00ff88; }
.mask-large-72d0 { border-top: 3px solid #d4af37; }
.button_2951 { border-top: 3px solid #ff6b6b; }
.next_fc4a { border-top: 3px solid #8b5cf6; }

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

.warm_838b {
    overflow-x: auto;
}

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

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

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

.item_c164 td {
    color: #ccc;
}

.item_c164 .bronze-6170 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.gradient-warm-9450 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.accordion-thick-7ace {
    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;
}

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

.accent-gas-8901 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.hard-f616 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_4f62 {
    font-size: 1.5rem;
}

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

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

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

.breadcrumb-3eec {
    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;
}

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

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

.button-tiny-16e5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feature-tiny-42cd strong {
    color: #fff;
    display: block;
}

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

.column-72db {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.stone-904b .breadcrumb_orange_aa90 {
    margin-bottom: 10px;
}

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

.stone-904b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.rough-9c67 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.menu-inner-8309 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.notification-2cd8 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.texture-c410 a {
    color: #ff6b6b;
}

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

.breadcrumb-31a9 {
    max-width: 800px;
    margin: 0 auto;
}

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

.container_simple_4020 {
    text-align: center;
}

.container_simple_4020 .border-plasma-8d1f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.breadcrumb-31a9 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.pink-5efb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.large_4c3d.chip-steel-093d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.summary_e1cf .caption_center_6dd4 {
    color: #666;
    margin: 0 8px;
}

.summary_e1cf .accent-8950 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.overlay-brown-ec8d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.filter_01fc {
    font-size: 2rem;
}

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

.huge-2731 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.module-copper-4bb6 strong {
    color: #d4af37;
    margin-right: 8px;
}

.column-orange-52cf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.notification-wood-6ee8 strong {
    color: #00ff88;
}

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

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

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

.border_dark_31ea h3,
.carousel-9ef2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.active-black-7c25 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.modal-red-358f {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.list_7b83 strong {
    color: #d4af37;
}

.small_be9e {
    color: #aaa;
}

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

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

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

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

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

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

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

.notice-narrow-8e38:last-child {
    border-bottom: none;
}

.notice-narrow-8e38 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.notice-narrow-8e38 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.hero-selected-70a7 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hero-selected-70a7 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;
}

.hero-selected-70a7 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.mini-3a2c strong {
    color: #d4af37;
}

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

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

.tall-f072 strong {
    color: #00ff88;
}

.tall-f072 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bright-40a2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static-e5a4 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.hidden-ab6e strong {
    color: #00ff88;
}

.disabled-pink-09e2 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

.notification-2cd8 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.link-right-4180 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .current_ef2c {
        padding: 30px 15px;
    }
    
    .current_ef2c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .border_b9a1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dynamic-e9ed {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .motion-a4ca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .motion-a4ca .bright_d433 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .search-91b7 {
        font-size: 1.3rem;
    }
    
    .south-8acd {
        font-size: 0.7rem;
    }
    
    .border-a6a7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border-a6a7 .short_6253 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outline-outer-c114 {
        display: none;
    }
    
    .mask_last_05dc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .simple-e98b {
        padding: 20px 10px;
    }
    
    .photo_active_f813 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb-lower-6909,
    .section-60d6 {
        padding: 15px;
    }
    
    .last_35fb {
        flex-direction: column;
        gap: 5px;
    }
    
    .selected_0ac9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .large-eaa8 {
        padding: 30px 10px;
    }
    
    .box-middle-2912 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-6a7e {
        padding: 20px 15px;
    }
    
    .border_fea0 {
        font-size: 2rem;
    }
    
    .sidebar-6a7e h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-6a7e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hover-north-d971 {
        padding: 20px 5px;
    }
    
    .hover-north-d971 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dropdown-dfa8 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .item_c164 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .item_c164 th,
    .item_c164 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .column_c15e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search-21b8 {
        padding: 20px 10px;
    }
    
    .menu-9bc9 h2 {
        font-size: 1.3rem;
    }
    
    .secondary_da77 {
        font-size: 0.9rem;
    }
    
    .notice-narrow-8e38 h3 {
        font-size: 1.1rem;
    }
    
    .notice-narrow-8e38 p {
        font-size: 0.9rem;
    }
    
    .hero-selected-70a7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .detail-rough-d465 {
        grid-template-columns: 1fr;
    }
    
    .mini-3a2c {
        font-size: 0.85rem;
    }
    
    .slider_a708 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas_0c00 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gas_0c00 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo-lite-b07e {
        padding: 30px 10px;
    }
    
    .list-up-ba16 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in_e9d4 {
        padding: 15px 10px;
    }
    
    .in_e9d4 h4 {
        font-size: 0.9rem;
    }
    
    .in_e9d4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .item-d5a8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list-up-ba16 {
        grid-template-columns: 1fr;
    }
    
    .in_e9d4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-focused-2e95 {
        padding: 30px 10px;
    }
    
    .under-b9d6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_red_ed6d {
        padding: 15px;
    }
    
    .popup-selected-d9a2 {
        font-size: 0.9rem;
    }
    
    .logo-1d65 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo-1d65 .disabled_lite_ed5c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .texture-active-1719 {
        padding: 30px 10px;
    }
    
    .texture-active-1719 h2 {
        font-size: 1.2rem;
    }
    
    .gradient_narrow_d1f7 {
        gap: 10px;
    }
    
    .element-stale-a49f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .element-stale-a49f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .simple_84a2 {
        padding: 30px 10px;
    }
    
    .simple_84a2 h2 {
        font-size: 1.2rem;
    }
    
    .notification_fluid_9f64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .current-187c {
        padding: 15px 10px;
    }
    
    .current-187c h4 {
        font-size: 0.85rem;
    }
    
    .current-187c p {
        font-size: 0.75rem;
    }
    
    .pattern-complex-b23e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tag_433e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shadow_lower_05f9 {
        padding: 20px 10px;
    }
    
    .down_3f09 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .huge-331b,
    .pagination_gas_6b11,
    .texture-c410 {
        width: 100%;
    }
    
    .huge-331b h3 {
        font-size: 1.1rem;
    }
    
    .huge-331b p {
        font-size: 0.8rem;
    }
    
    .slider-f98e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .smooth_2389 {
        padding: 30px 15px;
    }
    
    .smooth_2389 h2 {
        font-size: 1.3rem;
    }
    
    .smooth_2389 p {
        font-size: 0.85rem;
    }
    
    .gradient-old-b89f {
        flex-direction: column;
        gap: 10px;
    }
    
    .gradient-old-b89f .short_6253 {
        width: 100%;
    }
    
    .stone-2d73 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .notification-9766 {
        padding: 30px 10px;
    }
    
    .notification-9766 h3 {
        font-size: 1.2rem;
    }
    
    .fluid_099f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-east-4136 {
        padding: 15px 10px;
    }
    
    .box-east-4136 h4 {
        font-size: 0.85rem;
    }
    
    .box-east-4136 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fast-45c0 {
        padding: 30px 15px;
    }
    
    .west_830c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading-silver-78f3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .article-action-50fd h4 {
        font-size: 0.9rem;
    }
    
    .article-action-50fd a {
        font-size: 0.8rem;
    }
    
    .prev_c378 {
        font-size: 0.8rem;
    }
    
    .short-b792 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-c971 {
        padding: 8px 10px;
    }
    
    .paragraph_e88a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .basic_4ef8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph_e88a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .basic_4ef8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cf08 */
.widget-item-e8 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
