/* Inner Page Styles */

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

.image-middle-1d11 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);
}

.image-middle-1d11 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);
}

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

.popup-ceed {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.popup-ceed .sort-stale-1c33 {
    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;
}

.popup-ceed .sort-stale-1c33::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.popup-ceed .sort-stale-1c33:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.popup-ceed .sort-stale-1c33:hover::before {
    left: 100%;
}

.popup-ceed .sort-stale-1c33:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-96ad {
    color: var(--casino-gold-light);
}

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

.menu-96ad a:hover {
    color: var(--casino-gold-light);
}

.menu-96ad.fn-active-58eb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_under_e3d2 .small_007e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.primary-motion-2640 {
    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);
}

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

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

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

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

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

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

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

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

.full-d418 .small_007e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-middle-1d11 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-middle-1d11 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-middle-1d11 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .popup-ceed {
        justify-content: center;
    }
    
    .title-bda8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tabs_cold_942f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .right_1f84 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal-cb24 {
        padding: var(--md-spacing-md);
    }
    
    .south_6c06 {
        padding: var(--md-spacing-md) 0;
    }
    
    .lite_6721 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .full-d418 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .action_d43b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal-cb24 {
        padding: var(--md-spacing-sm);
    }
    
    .wood-3bbb {
        padding: var(--md-spacing-md);
    }
    
    .lite_6721 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wood-3bbb,
.lite_6721,
.full-d418 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.modal-d961 {
    font-size: 1.5rem;
}

.out-529f strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .gradient-advanced-1dde {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .complex_06bd {
        margin-left: 0;
    }
}

/* Main Content Compact */
.hover-2e3d {
    padding: 30px 0;
}

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

.hero-copper-bea1 {
    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;
}

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

.hero-copper-bea1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hero-copper-bea1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hero-bc97 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tertiary-118e {
    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;
}

.tertiary-118e.pattern_steel_5280 .background_b775 {
    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); }
}

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

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

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

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

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

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

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

.focus-black-6dcc {
    font-size: 1.2rem;
}

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

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

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

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

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

.bright-ff2e.iron-5cbb::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bright-ff2e.border-1de3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright-ff2e.texture_f046::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bright-ff2e.dark_a7e7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module_d243 {
    font-size: 1.2rem;
}

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

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

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

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

.pagination-5c1b.pagination_stone_df1a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pagination-5c1b.fn-active-58eb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-upper-33b9 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.section_a526 { border-top: 3px solid #00ccff; }
.pattern_outer_dbff { border-top: 3px solid #00ff88; }
.picture-gas-f682 { border-top: 3px solid #d4af37; }
.label-blue-7744 { border-top: 3px solid #ff6b6b; }
.input-b92d { border-top: 3px solid #8b5cf6; }

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

.disabled-south-151c {
    overflow-x: auto;
}

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

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

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

.layout_a805 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.footer-tall-20da {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.bronze-4c6c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.over-e53c {
    font-size: 2rem;
}

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

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

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

.layout-middle-8e4f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .layout-middle-8e4f::before {
        left: 30px;
    }
}

.hover-iron-918f {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.texture-70e1 {
    font-size: 1.5rem;
}

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

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

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

.banner-1f49 {
    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;
}

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

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

.menu-light-0ac4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.paragraph-inner-83ba strong {
    color: #fff;
    display: block;
}

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

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

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

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

.warm_19a2 .selected_652f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.pagination-brown-aa35 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.modal-orange-5ca2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.main-pro-9dd5 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.main-pro-9dd5 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.surface-black-61d0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.surface-black-61d0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.badge-current-41ca p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.badge-current-41ca span {
    color: #666;
    font-size: 0.8rem;
}

.badge-current-41ca a {
    color: #ff6b6b;
}

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

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

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

.notice_medium_28a1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.message-pro-679b {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.label-cc3a.full-d5e9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.banner-bronze-155c {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .outline-e022 {
        flex-direction: column;
    }
    .banner-bronze-155c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.shadow-south-20a5 .paragraph-paper-9791 {
    color: #666;
    margin: 0 8px;
}

.shadow-south-20a5 .surface_8e78 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.summary-prev-7357 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.avatar_b3ef {
    font-size: 2rem;
}

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

.content_22d2 strong {
    color: #d4af37;
}

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

.lite-7f89 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.frame-pressed-e1ca h3,
.outline_0fe5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.paragraph-fast-ba64 strong {
    color: #d4af37;
    margin-right: 8px;
}

.gallery-4ef8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.outline_a91a strong {
    color: #00ff88;
}

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

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

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

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

.sidebar-6fc5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.summary_91fc strong {
    color: #d4af37;
}

.iron_2653 {
    color: #aaa;
}

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

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

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

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

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

.hero-1f6d {
    max-width: 900px;
    margin: 0 auto;
}

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

.medium-9dbc:last-child {
    border-bottom: none;
}

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

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

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

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

.element-steel-a99f {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.element-steel-a99f li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.panel_c9d3 strong {
    color: #d4af37;
}

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

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

.summary_5a27 strong {
    color: #00ff88;
}

.summary_5a27 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.hidden-095b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.footer-2ad4 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-fdca strong {
    color: #00ff88;
}

.banner-copper-1925 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.left-559d {
    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;
}

.description-huge-0f1d {
    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;
}

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

@media (max-width: 768px) {
    .card_red_f99a {
        flex-direction: column;
    }
    
    .left-559d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .component_short_bbb4 {
        padding: 30px 15px;
    }
    
    .component_short_bbb4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notice_ca18 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .feature_b626 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .footer_40d1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer_40d1 .search_easy_8807 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sort-c232 {
        font-size: 1.3rem;
    }
    
    .brown-81ba {
        font-size: 0.7rem;
    }
    
    .list-23a9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list-23a9 .small_007e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .preview_0b5b {
        display: none;
    }
    
    .breadcrumb_selected_154b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accent-bottom-c001 {
        padding: 20px 10px;
    }
    
    .bottom_342b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-dark-cab2,
    .feature_stone_8982 {
        padding: 15px;
    }
    
    .hidden-095b {
        flex-direction: column;
        gap: 5px;
    }
    
    .mini_ada0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .overlay-middle-1ad7 {
        padding: 30px 10px;
    }
    
    .disabled-prev-ad14 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current_3c2c {
        padding: 20px 15px;
    }
    
    .dirty_10e1 {
        font-size: 2rem;
    }
    
    .current_3c2c h3 {
        font-size: 1.1rem;
    }
    
    .current_3c2c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .upper_f7e2 {
        padding: 20px 5px;
    }
    
    .upper_f7e2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .link-782d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .layout_a805 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .layout_a805 th,
    .layout_a805 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .feature-dynamic-4282 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .cold_503b {
        padding: 20px 10px;
    }
    
    .border-ca52 h2 {
        font-size: 1.3rem;
    }
    
    .old-9829 {
        font-size: 0.9rem;
    }
    
    .medium-9dbc h3 {
        font-size: 1.1rem;
    }
    
    .medium-9dbc p {
        font-size: 0.9rem;
    }
    
    .element-steel-a99f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .alert_6ee2 {
        grid-template-columns: 1fr;
    }
    
    .panel_c9d3 {
        font-size: 0.85rem;
    }
    
    .narrow_7974 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-7005 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tag-7005 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .border-ba49 {
        padding: 30px 10px;
    }
    
    .focus_4732 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_up_840b {
        padding: 15px 10px;
    }
    
    .mask_up_840b h4 {
        font-size: 0.9rem;
    }
    
    .mask_up_840b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .summary-a46c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focus_4732 {
        grid-template-columns: 1fr;
    }
    
    .mask_up_840b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .yellow-8116 {
        padding: 30px 10px;
    }
    
    .gallery-8142 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden_next_56d0 {
        padding: 15px;
    }
    
    .block-south-3ad7 {
        font-size: 0.9rem;
    }
    
    .tag-steel-9ef3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-steel-9ef3 .iron_085a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .thumbnail_stale_5758 {
        padding: 30px 10px;
    }
    
    .thumbnail_stale_5758 h2 {
        font-size: 1.2rem;
    }
    
    .clean_0ab1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-top-280d {
        padding: 15px 10px;
    }
    
    .popup-top-280d h4 {
        font-size: 0.85rem;
    }
    
    .popup-top-280d p {
        font-size: 0.75rem;
    }
    
    .primary_cd7c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .progress_91a6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .image_e68e {
        padding: 20px 10px;
    }
    
    .bottom_93d0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .main-pro-9dd5,
    .surface-black-61d0,
    .badge-current-41ca {
        width: 100%;
    }
    
    .main-pro-9dd5 h3 {
        font-size: 1.1rem;
    }
    
    .main-pro-9dd5 p {
        font-size: 0.8rem;
    }
    
    .dynamic_feef {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .feature_2fdf {
        padding: 30px 15px;
    }
    
    .feature_2fdf h2 {
        font-size: 1.3rem;
    }
    
    .feature_2fdf p {
        font-size: 0.85rem;
    }
    
    .wood-b670 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wood-b670 .small_007e {
        width: 100%;
    }
    
    .menu_1dd3 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .info_motion_ba14 {
        padding: 30px 10px;
    }
    
    .info_motion_ba14 h3 {
        font-size: 1.2rem;
    }
    
    .thumbnail-a820 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full-d418 {
        padding: 15px 10px;
    }
    
    .full-d418 h4 {
        font-size: 0.85rem;
    }
    
    .full-d418 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .box_a211 {
        padding: 30px 15px;
    }
    
    .badge_easy_150a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search_11c4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row_edd6 h4 {
        font-size: 0.9rem;
    }
    
    .row_edd6 a {
        font-size: 0.8rem;
    }
    
    .purple_4ff3 {
        font-size: 0.8rem;
    }
    
    .overlay_d88d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hero-copper-f3fd {
        padding: 8px 10px;
    }
    
    .mask-wide-29fd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accent-636c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mask-wide-29fd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent-636c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 420b */
.phantom-card-e8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
