/* Inner Page Styles */

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

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

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

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

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

.pagination_small_b0c1 .liquid-e4b8 {
    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;
}

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

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

.pagination_small_b0c1 .liquid-e4b8:hover::before {
    left: 100%;
}

.pagination_small_b0c1 .liquid-e4b8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.module-10dd {
    margin-bottom: var(--md-spacing-lg);
}

.focus-3a36 {
    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);
}

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

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

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

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

.component-orange-6c7c {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.motion-a297.fn-active-b961 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-middle-7b3a {
    padding: var(--md-spacing-md) 0;
}

.card-orange-d669 {
    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%;
}

.card-orange-d669 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 */
.active_613f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.wrapper-up-3e7e {
    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;
}

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

.wrapper-up-3e7e:hover::before {
    left: 100%;
}

.wrapper-up-3e7e 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;
}

.wrapper-up-3e7e 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;
}

.wrapper-up-3e7e .media-24de {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.wrapper-up-3e7e .media-24de:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.down-fcea .media-24de {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.down-fcea .media-24de:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background_4794 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background_4794 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background_4794 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pagination_small_b0c1 {
        justify-content: center;
    }
    
    .focus-3a36 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .liquid_bd96 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled_hard_a8e7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .full-3332 {
        padding: var(--md-spacing-md);
    }
    
    .lite-aa3f {
        padding: var(--md-spacing-md) 0;
    }
    
    .card-orange-d669 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .down-fcea {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tooltip_b285 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .full-3332 {
        padding: var(--md-spacing-sm);
    }
    
    .menu_b4d2 {
        padding: var(--md-spacing-md);
    }
    
    .card-orange-d669 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu_b4d2,
.card-orange-d669,
.down-fcea {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.under-5dbc::-webkit-scrollbar {
    width: 8px;
}

.under-5dbc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.thumbnail-thick-2cb0 {
    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);
}

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

.outer_c426 {
    font-size: 1.5rem;
}

.hot_cb0e strong {
    color: #00ff88;
}

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

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

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

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

.old-782f {
    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;
}

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

.old-782f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.old-782f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.layout_cb04 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.accordion_rough_94cb.aside-6187 .simple_5a6c {
    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); }
}

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

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

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

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

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

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

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

.video-current-e6e7 {
    font-size: 1.2rem;
}

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

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

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

.tall-4abe {
    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;
}

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

.tall-4abe.container-699c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tall-4abe.smooth-3038::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tall-4abe.large-f7d7::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tall-4abe.frame-dff1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.secondary_81fe {
    font-size: 1.2rem;
}

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

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

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

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

.title_9b32.large-ff86 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_9b32.fn-active-b961 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.white-8d4d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.gallery-brown-b7c8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

.row-new-3b26 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.input-first-90fa {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.thumbnail-34c4 { border-top: 3px solid #00ccff; }
.header-8656 { border-top: 3px solid #00ff88; }
.static_c313 { border-top: 3px solid #d4af37; }
.tabs-cf13 { border-top: 3px solid #ff6b6b; }
.hovered_2536 { border-top: 3px solid #8b5cf6; }

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

.popup-down-3e10 {
    overflow-x: auto;
}

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

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

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

.input_7a8b td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.basic-797f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.background-50cf {
    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;
}

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

.video-current-a040 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pagination-deac {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.bright-6fff {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.grid-99ea {
    font-size: 1.5rem;
}

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

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

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

.dropdown-34f1 {
    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;
}

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

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

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

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

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

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

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

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

.popup-7ca2 .photo-lower-fd33 {
    margin-bottom: 10px;
}

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

.popup-7ca2 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.heading-fast-b641 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.filter_6b2f a {
    color: #ff6b6b;
}

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

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

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

.tabs_af8e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-dark-1423 {
    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;
}

.mask-dark-1423.input_f049 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.dim-626f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.logo-easy-bf85 .shadow-7a96 {
    color: #666;
    margin: 0 8px;
}

.logo-easy-bf85 .black_7f90 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.slow-520c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.column-gas-2caf {
    font-size: 2rem;
}

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

.brown-0661 strong {
    color: #d4af37;
}

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

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

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

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

.widget-east-895c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.component-4f62 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.info-silver-d62d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.module-outer-decf strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.description-1f00 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.panel-5ab5 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.wrapper-e4de strong {
    color: #d4af37;
}

.header-47b3 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-orange-56fc {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pagination-orange-56fc 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;
}

.pagination-orange-56fc li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .surface-dirty-702c {
        grid-template-columns: 1fr;
    }
}

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

.texture_0dd1 strong {
    color: #d4af37;
}

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

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

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

.progress-c650 span {
    color: #d4af37;
}

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

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

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

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

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

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

.paragraph-868e {
    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;
}

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

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

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

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

.layout-advanced-9066 {
    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);
}

.box-15c7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-7d84 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-7d84 li {
    margin-bottom: 5px;
}

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

.bottom-7d84 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.brown_c2c7 strong {
    color: #00ff88;
}

.alert-f330 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.pressed-6c49 {
    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;
}

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

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

@media (max-width: 768px) {
    .highlight_fixed_4e3b {
        flex-direction: column;
    }
    
    .pressed-6c49 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .over-f880 {
        padding: 30px 15px;
    }
    
    .over-f880 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .surface-4a38 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .green_4d3c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .layout_glass_9c50 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .layout_glass_9c50 .sort_stone_b375 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .container_iron_bb6c {
        font-size: 1.3rem;
    }
    
    .content_brown_135f {
        font-size: 0.7rem;
    }
    
    .thick_3899 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thick_3899 .media-24de {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .caption_f0cf {
        display: none;
    }
    
    .status-solid-d9cc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .border_1aa8 {
        padding: 20px 10px;
    }
    
    .popup_over_51eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_huge_2567,
    .shade_tiny_0f57 {
        padding: 15px;
    }
    
    .table_middle_784f {
        flex-direction: column;
        gap: 5px;
    }
    
    .layout-advanced-9066 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tall-134a {
        padding: 30px 10px;
    }
    
    .slider_iron_2bf2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .west_f420 {
        padding: 20px 15px;
    }
    
    .fast-a33c {
        font-size: 2rem;
    }
    
    .west_f420 h3 {
        font-size: 1.1rem;
    }
    
    .west_f420 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fast-3df3 {
        padding: 20px 5px;
    }
    
    .fast-3df3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .section-71ce {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .input_7a8b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .input_7a8b th,
    .input_7a8b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .column_west_e57c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .module_right_e708 {
        padding: 20px 10px;
    }
    
    .cool-8aad h2 {
        font-size: 1.3rem;
    }
    
    .clean_61a4 {
        font-size: 0.9rem;
    }
    
    .module_action_b539 h3 {
        font-size: 1.1rem;
    }
    
    .module_action_b539 p {
        font-size: 0.9rem;
    }
    
    .pagination-orange-56fc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .surface-dirty-702c {
        grid-template-columns: 1fr;
    }
    
    .texture_0dd1 {
        font-size: 0.85rem;
    }
    
    .section-64b3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern_hard_5002 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern_hard_5002 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture-feb6 {
        padding: 30px 10px;
    }
    
    .in_97f0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_7384 {
        padding: 15px 10px;
    }
    
    .column_7384 h4 {
        font-size: 0.9rem;
    }
    
    .column_7384 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info_c079 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .feature_4b98 {
        padding: 30px 10px;
    }
    
    .clean_4d1c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-6141 {
        padding: 15px;
    }
    
    .active-466d {
        font-size: 0.9rem;
    }
    
    .mini_35d7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .mini_35d7 .stale_faf7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tiny-31ab {
        padding: 30px 10px;
    }
    
    .tiny-31ab h2 {
        font-size: 1.2rem;
    }
    
    .bottom_418b {
        gap: 10px;
    }
    
    .easy-e263 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .easy-e263 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .photo_dirty_8ec2 {
        padding: 30px 10px;
    }
    
    .photo_dirty_8ec2 h2 {
        font-size: 1.2rem;
    }
    
    .status-dirty-a9ce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-eb8d {
        padding: 15px 10px;
    }
    
    .gallery-eb8d h4 {
        font-size: 0.85rem;
    }
    
    .gallery-eb8d p {
        font-size: 0.75rem;
    }
    
    .small-158c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .label_dynamic_fdb9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .stone_4825 {
        padding: 20px 10px;
    }
    
    .border-684c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info-smooth-3284,
    .content-c6f3,
    .filter_6b2f {
        width: 100%;
    }
    
    .info-smooth-3284 h3 {
        font-size: 1.1rem;
    }
    
    .info-smooth-3284 p {
        font-size: 0.8rem;
    }
    
    .gas_1c13 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .modal_4e36 {
        padding: 30px 15px;
    }
    
    .modal_4e36 h2 {
        font-size: 1.3rem;
    }
    
    .modal_4e36 p {
        font-size: 0.85rem;
    }
    
    .content-motion-2b2d {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-motion-2b2d .media-24de {
        width: 100%;
    }
    
    .hot-8f8c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .active-e301 {
        padding: 30px 10px;
    }
    
    .active-e301 h3 {
        font-size: 1.2rem;
    }
    
    .menu-f5aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .down-fcea {
        padding: 15px 10px;
    }
    
    .down-fcea h4 {
        font-size: 0.85rem;
    }
    
    .down-fcea p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .progress-in-f4a8 {
        padding: 30px 15px;
    }
    
    .gallery_clean_86cb {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .under-6b17 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .narrow_4e38 h4 {
        font-size: 0.9rem;
    }
    
    .narrow_4e38 a {
        font-size: 0.8rem;
    }
    
    .pink_2118 {
        font-size: 0.8rem;
    }
    
    .under_d288 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .notice_complex_e7ff {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .list_hard_3bb6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b843 */
.promo-block-k1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
