/* Inner Page Styles */

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

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

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

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

.tertiary-last-d576 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tertiary-last-d576 .row-short-579e {
    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;
}

.tertiary-last-d576 .row-short-579e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.tertiary-last-d576 .row-short-579e:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.tertiary-last-d576 .row-short-579e:hover::before {
    left: 100%;
}

.tertiary-last-d576 .row-short-579e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left_3de4.fn-active-35f1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-634d {
    padding: var(--md-spacing-md) 0;
}

.element-paper-6d61 {
    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%;
}

.element-paper-6d61 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 */
.outer-26be {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outer-26be li {
    margin-bottom: var(--md-spacing-xs);
}

.outer-26be 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);
}

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

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

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

.container-bronze-a601:hover::before {
    left: 100%;
}

.container-bronze-a601 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;
}

.container-bronze-a601 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;
}

.container-bronze-a601 .feature-stone-3381 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.container-bronze-a601 .feature-stone-3381:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.gradient_pink_b22e .feature-stone-3381 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gradient_pink_b22e .feature-stone-3381:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hovered_e14b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hovered_e14b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hovered_e14b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tertiary-last-d576 {
        justify-content: center;
    }
    
    .button_6d74 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .video-stale-e27e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .component_e990 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link_upper_1152 {
        padding: var(--md-spacing-md);
    }
    
    .new_a98c {
        padding: var(--md-spacing-md) 0;
    }
    
    .element-paper-6d61 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient_pink_b22e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hero_5154 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link_upper_1152 {
        padding: var(--md-spacing-sm);
    }
    
    .caption-5724 {
        padding: var(--md-spacing-md);
    }
    
    .element-paper-6d61 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.caption-5724,
.element-paper-6d61,
.gradient_pink_b22e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.component-hot-a530::-webkit-scrollbar {
    width: 8px;
}

.component-hot-a530::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.accordion_under_1a7c {
    font-size: 1.5rem;
}

.image-3f5f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite-d81b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.element-plasma-dce8 {
    text-align: center;
    margin-bottom: 30px;
}

.dropdown-silver-b1e0 {
    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;
}

.dropdown-silver-b1e0.footer_c54b .container-2d72 {
    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); }
}

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

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

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

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

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

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

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

.outer-1cfb {
    font-size: 1.2rem;
}

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

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

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

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

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

.header-d2b6.stone_3dcf::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header-d2b6.notification_d456::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-d2b6.current_78aa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header-d2b6.menu_de2a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.content-inner-3909 {
    font-size: 1.2rem;
}

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

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

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

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

.alert-37bc.easy_54a7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert-37bc.fn-active-35f1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.blue-951b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.breadcrumb-brown-84bd {
    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;
}

.breadcrumb-brown-84bd:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.breadcrumb-brown-84bd.black_443e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.info-997f { border-top: 3px solid #00ccff; }
.hovered-6630 { border-top: 3px solid #00ff88; }
.list_west_f657 { border-top: 3px solid #d4af37; }
.photo_center_6ead { border-top: 3px solid #ff6b6b; }
.medium_9734 { border-top: 3px solid #8b5cf6; }

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

.fresh_38f8 {
    overflow-x: auto;
}

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

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

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

.input_green_a347 td {
    color: #ccc;
}

.input_green_a347 .module-52ad {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.heading-8f15 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.cool-56d8 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.primary-e94a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.focus-blue-57b5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.summary-plasma-9a90 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.motion-ba3b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.thumbnail-a286 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hero_yellow_67ed .image-active-a055 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.black-07a1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.feature-1fd3 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-67c3 span {
    color: #666;
    font-size: 0.8rem;
}

.slow-67c3 a {
    color: #ff6b6b;
}

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

.white-59ce {
    max-width: 800px;
    margin: 0 auto;
}

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

.footer-prev-d63e {
    text-align: center;
}

.footer-prev-d63e .component-7752 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.footer-prev-d63e .notice-1a62 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.white-59ce > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress_brown_4afe .pink-b9c4 {
    color: #666;
    margin: 0 8px;
}

.progress_brown_4afe .pattern-active-46b3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.badge-lower-6a35 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.focus-light-57e5 {
    font-size: 2rem;
}

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

.stale-c20d strong {
    color: #d4af37;
}

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

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

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

.widget-d1a7 h3,
.hovered-bd7f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.link-lite-b9bc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hidden_54d3 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.title-3ab0 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.slider_large_1799 strong {
    color: #d4af37;
}

.left_9b32 {
    color: #aaa;
}

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

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

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

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

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

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

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

.wood-8419:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.surface-advanced-1da5 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.middle_3d5c strong {
    color: #d4af37;
}

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

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

.label_dark_8c02 strong {
    color: #00ff88;
}

.label_dark_8c02 span {
    color: #d4af37;
}

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

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

.main-liquid-d666 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.inner-4d16 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.content-hard-e342 {
    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);
}

.thick_58d9 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.alert-457a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.alert-457a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.thick-1f47 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thick-1f47 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.hovered_a5bd strong {
    color: #00ff88;
}

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

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

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

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

.feature-full-7948 {
    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;
}

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

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

@media (max-width: 768px) {
    .west-b5c5 {
        flex-direction: column;
    }
    
    .feature-full-7948 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .outline-under-7934 {
        padding: 30px 15px;
    }
    
    .outline-under-7934 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .right_36c9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .light_d6a3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box_motion_ae28 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box_motion_ae28 .pro-c107 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .container_north_1bdc {
        font-size: 1.3rem;
    }
    
    .breadcrumb_purple_25be {
        font-size: 0.7rem;
    }
    
    .hard-7c5d {
        flex-direction: column;
        gap: 10px;
    }
    
    .hard-7c5d .feature-stone-3381 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .preview-liquid-5d19 {
        display: none;
    }
    
    .complex-f1d5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .feature-hot-7c90 {
        padding: 20px 10px;
    }
    
    .main-liquid-d666 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article_5d88,
    .primary-easy-b046 {
        padding: 15px;
    }
    
    .modal_52b5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .content-hard-e342 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .module-c3af {
        padding: 30px 10px;
    }
    
    .wrapper-f9f6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .purple_7f81 {
        padding: 20px 15px;
    }
    
    .link-active-d0a6 {
        font-size: 2rem;
    }
    
    .purple_7f81 h3 {
        font-size: 1.1rem;
    }
    
    .purple_7f81 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sort_a823 {
        padding: 20px 5px;
    }
    
    .sort_a823 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dim-d753 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .input_green_a347 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .input_green_a347 th,
    .input_green_a347 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tertiary-42bc {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .purple_c282 {
        padding: 20px 10px;
    }
    
    .nav-bottom-2312 h2 {
        font-size: 1.3rem;
    }
    
    .icon-9569 {
        font-size: 0.9rem;
    }
    
    .wood-8419 h3 {
        font-size: 1.1rem;
    }
    
    .wood-8419 p {
        font-size: 0.9rem;
    }
    
    .button_pink_c894 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .preview_cool_672b {
        grid-template-columns: 1fr;
    }
    
    .middle_3d5c {
        font-size: 0.85rem;
    }
    
    .tooltip_soft_4a7f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-advanced-1da5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface-advanced-1da5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .right_bf60 {
        padding: 30px 10px;
    }
    
    .wide_dc76 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh-a925 {
        padding: 15px 10px;
    }
    
    .fresh-a925 h4 {
        font-size: 0.9rem;
    }
    
    .fresh-a925 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal_6b64 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .logo-854f {
        padding: 30px 10px;
    }
    
    .icon-efae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last-0901 {
        padding: 15px;
    }
    
    .modal-2e58 {
        font-size: 0.9rem;
    }
    
    .preview_new_067c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .preview_new_067c .gold-6b54 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .surface-steel-25dd {
        padding: 30px 10px;
    }
    
    .surface-steel-25dd h2 {
        font-size: 1.2rem;
    }
    
    .tertiary-clean-d698 {
        gap: 10px;
    }
    
    .clean_3d42 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .clean_3d42 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .list-stone-da4e {
        padding: 30px 10px;
    }
    
    .list-stone-da4e h2 {
        font-size: 1.2rem;
    }
    
    .module-east-1689 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east_452e {
        padding: 15px 10px;
    }
    
    .east_452e h4 {
        font-size: 0.85rem;
    }
    
    .east_452e p {
        font-size: 0.75rem;
    }
    
    .orange_78f6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .content-eb51 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .new_efea {
        padding: 20px 10px;
    }
    
    .image_ad79 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .fast_b032,
    .thumbnail-c67b,
    .slow-67c3 {
        width: 100%;
    }
    
    .fast_b032 h3 {
        font-size: 1.1rem;
    }
    
    .fast_b032 p {
        font-size: 0.8rem;
    }
    
    .progress_0201 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .current-aabc {
        padding: 30px 15px;
    }
    
    .current-aabc h2 {
        font-size: 1.3rem;
    }
    
    .current-aabc p {
        font-size: 0.85rem;
    }
    
    .bright-b5f9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bright-b5f9 .feature-stone-3381 {
        width: 100%;
    }
    
    .tooltip_over_c1b2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .old-1b54 {
        padding: 30px 10px;
    }
    
    .old-1b54 h3 {
        font-size: 1.2rem;
    }
    
    .title-green-ded5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_pink_b22e {
        padding: 15px 10px;
    }
    
    .gradient_pink_b22e h4 {
        font-size: 0.85rem;
    }
    
    .gradient_pink_b22e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dim_dc62 {
        padding: 30px 15px;
    }
    
    .summary_paper_77fd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notice-d7fa {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .complex_b6b2 h4 {
        font-size: 0.9rem;
    }
    
    .complex_b6b2 a {
        font-size: 0.8rem;
    }
    
    .paper_4298 {
        font-size: 0.8rem;
    }
    
    .content-0a7c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .section-277e {
        padding: 8px 10px;
    }
    
    .tag-large-0d0e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active-pressed-5525 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-large-0d0e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active-pressed-5525 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 57b5 */
.ghost-box-u6 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
