/* Inner Page Styles */

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

.lite-4e28 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);
}

.lite-4e28 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);
}

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

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

.backdrop_red_2055 .paper-5717 {
    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;
}

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

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

.backdrop_red_2055 .paper-5717:hover::before {
    left: 100%;
}

.backdrop_red_2055 .paper-5717:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.border-fast-bd96 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.panel-light-04b9 {
    color: var(--casino-gold-light);
}

.panel-light-04b9 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.panel-light-04b9 a:hover {
    color: var(--casino-gold-light);
}

.panel-light-04b9.fn-active-7b90 {
    color: var(--casino-gold-light);
}

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

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

.tooltip-top-6990 {
    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);
}

.tooltip-top-6990 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);
}

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

/* Content Cards */
.input-hovered-80d6 {
    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);
}

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

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

.input-hovered-80d6 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-2d07:hover::before {
    left: 100%;
}

.silver-2d07 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;
}

.silver-2d07 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;
}

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

.silver-2d07 .element_basic_8099:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.under-1300 .element_basic_8099:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lite-4e28 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lite-4e28 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lite-4e28 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .backdrop_red_2055 {
        justify-content: center;
    }
    
    .short_1ef4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hot_a102 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .content-67fe {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip-top-6990 {
        padding: var(--md-spacing-md);
    }
    
    .shade_007c {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay-bf1a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .under-1300 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pattern-dark-820e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tooltip-top-6990 {
        padding: var(--md-spacing-sm);
    }
    
    .input-hovered-80d6 {
        padding: var(--md-spacing-md);
    }
    
    .overlay-bf1a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.input-hovered-80d6,
.overlay-bf1a,
.under-1300 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.button-action-f80d {
    font-size: 1.5rem;
}

.focus-0ebc strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .new-7c51 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .liquid_04af {
        margin-left: 0;
    }
}

/* Main Content Compact */
.component-middle-dd8a {
    padding: 30px 0;
}

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

.heading-last-6c88 {
    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;
}

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

.heading-last-6c88 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.heading-last-6c88 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.east-89b0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.component_bottom_5c67.row-blue-6fc9 .info-45a1 {
    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); }
}

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

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

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

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

.button-smooth-c0c8 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;
}

.button-smooth-c0c8 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);
}

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

.dropdown_7742 {
    font-size: 1.2rem;
}

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

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

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

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

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

.heading_3c87.module-fresh-d436::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.heading_3c87.filter_medium_3c80::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.heading_3c87.active-dim-c72e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.heading_3c87.background-8f7b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.texture-purple-bdf3 {
    font-size: 1.2rem;
}

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

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

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

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

.carousel-fresh-7d36.description_5da7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.carousel-fresh-7d36.fn-active-7b90 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.picture-51ab {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.outline-5e69 {
    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;
}

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

.outline-5e69.out-99db {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.caption-upper-22b2 { border-top: 3px solid #00ccff; }
.background-eaf7 { border-top: 3px solid #00ff88; }
.dropdown-orange-56c0 { border-top: 3px solid #d4af37; }
.motion-23d9 { border-top: 3px solid #ff6b6b; }
.inner_ede7 { border-top: 3px solid #8b5cf6; }

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

.texture-3973 {
    overflow-x: auto;
}

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

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

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

.focused-d97d td {
    color: #ccc;
}

.focused-d97d .column-wood-778c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.hover-3cc2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.row-under-dd2e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.component-short-17ed {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

.module-bright-84e9 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.module-bright-84e9 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pattern_b9f1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.row-415e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider_solid_4807 {
    font-size: 1.5rem;
}

.silver-6a36 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.overlay-motion-6818 {
    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;
}

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

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

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

.banner-plasma-100d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.fast_57e5 .form-2701 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.description-25b1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.list-stone-63cb h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.list-stone-63cb p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft-9e12 span {
    color: #666;
    font-size: 0.8rem;
}

.soft-9e12 a {
    color: #ff6b6b;
}

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

.list-2f60 {
    max-width: 800px;
    margin: 0 auto;
}

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

.small-dbc0 {
    text-align: center;
}

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

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

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

.list-2f60 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_71b7.out-99db {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .chip-a4c3 {
        flex-direction: column;
    }
    .card-baac {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.summary_fe32 .menu-b5e9 {
    color: #666;
    margin: 0 8px;
}

.summary_fe32 .tag-16ca {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.secondary_b4d1 {
    font-size: 2rem;
}

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

.pro-b3df strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.texture_ac04 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header_f949 strong {
    color: #d4af37;
}

.aside_easy_d6d2 {
    color: #aaa;
}

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

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

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

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

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

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

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

.secondary-3d21:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow_4b64 strong {
    color: #d4af37;
}

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

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

.up-4203 strong {
    color: #00ff88;
}

.up-4203 span {
    color: #d4af37;
}

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

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

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

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

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

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

.purple-0e9c {
    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;
}

.lower-113b h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.white-728a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.row-921c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.hidden-9fbd {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.first-1f83 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.first-1f83 li {
    margin-bottom: 5px;
}

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

.first-1f83 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.carousel-7af6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .full-18b1 {
        padding: 30px 15px;
    }
    
    .full-18b1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .down-de2d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hidden-8ada {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .message-fc06 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message-fc06 .sort_dark_148f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .row_plasma_328d {
        font-size: 1.3rem;
    }
    
    .glass_d111 {
        font-size: 0.7rem;
    }
    
    .tertiary-large-0207 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary-large-0207 .element_basic_8099 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .soft-a647 {
        display: none;
    }
    
    .list_right_4727 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .last_b647 {
        padding: 20px 10px;
    }
    
    .gas_b1b5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-6128,
    .gradient-slow-7945 {
        padding: 15px;
    }
    
    .row-921c {
        flex-direction: column;
        gap: 5px;
    }
    
    .button_c0a0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper-solid-7acd {
        padding: 30px 10px;
    }
    
    .carousel-motion-8a6b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right_08f4 {
        padding: 20px 15px;
    }
    
    .text_f069 {
        font-size: 2rem;
    }
    
    .right_08f4 h3 {
        font-size: 1.1rem;
    }
    
    .right_08f4 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .under-8fe2 {
        padding: 20px 5px;
    }
    
    .under-8fe2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tertiary_small_1e46 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .focused-d97d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .focused-d97d th,
    .focused-d97d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .summary-8fc1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search-soft-d2e2 {
        padding: 20px 10px;
    }
    
    .nav_west_e7c0 h2 {
        font-size: 1.3rem;
    }
    
    .link_b140 {
        font-size: 0.9rem;
    }
    
    .secondary-3d21 h3 {
        font-size: 1.1rem;
    }
    
    .secondary-3d21 p {
        font-size: 0.9rem;
    }
    
    .complex_2ad9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fast-09e0 {
        grid-template-columns: 1fr;
    }
    
    .narrow_4b64 {
        font-size: 0.85rem;
    }
    
    .copper_be4a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .north_d217 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .north_d217 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .overlay-05f4 {
        padding: 30px 10px;
    }
    
    .active_196d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focused_9a85 {
        padding: 15px 10px;
    }
    
    .focused_9a85 h4 {
        font-size: 0.9rem;
    }
    
    .focused_9a85 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thumbnail-ed4a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .icon_dynamic_4ca6 {
        padding: 30px 10px;
    }
    
    .info_slow_80f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description-fab3 {
        padding: 15px;
    }
    
    .dynamic-3357 {
        font-size: 0.9rem;
    }
    
    .thumbnail-1da3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail-1da3 .breadcrumb_0367 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .preview_6a4e {
        padding: 30px 10px;
    }
    
    .preview_6a4e h2 {
        font-size: 1.2rem;
    }
    
    .complex-87c5 {
        gap: 10px;
    }
    
    .primary_purple_af0b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .primary_purple_af0b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hero_clean_b9c3 {
        padding: 30px 10px;
    }
    
    .hero_clean_b9c3 h2 {
        font-size: 1.2rem;
    }
    
    .box_white_2854 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_6907 {
        padding: 15px 10px;
    }
    
    .description_6907 h4 {
        font-size: 0.85rem;
    }
    
    .description_6907 p {
        font-size: 0.75rem;
    }
    
    .hero_paper_f163 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paper_1f8d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form-4d35 {
        padding: 20px 10px;
    }
    
    .overlay_huge_8d47 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dropdown-cool-bed6,
    .bronze_3be9,
    .soft-9e12 {
        width: 100%;
    }
    
    .dropdown-cool-bed6 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown-cool-bed6 p {
        font-size: 0.8rem;
    }
    
    .outer_bc2e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail_31e9 {
        padding: 30px 15px;
    }
    
    .thumbnail_31e9 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_31e9 p {
        font-size: 0.85rem;
    }
    
    .advanced-7826 {
        flex-direction: column;
        gap: 10px;
    }
    
    .advanced-7826 .element_basic_8099 {
        width: 100%;
    }
    
    .plasma_bd77 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fixed-bab7 {
        padding: 30px 10px;
    }
    
    .fixed-bab7 h3 {
        font-size: 1.2rem;
    }
    
    .list_complex_ab4c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .under-1300 {
        padding: 15px 10px;
    }
    
    .under-1300 h4 {
        font-size: 0.85rem;
    }
    
    .under-1300 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .banner_2b0d {
        padding: 30px 15px;
    }
    
    .up_0c38 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .component-fixed-588d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero-right-2c27 h4 {
        font-size: 0.9rem;
    }
    
    .hero-right-2c27 a {
        font-size: 0.8rem;
    }
    
    .label_large_61a3 {
        font-size: 0.8rem;
    }
    
    .rough-6397 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .article_west_c2f6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .up_a9ba {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f7e0 */
.ghost-box-j9 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
