/* Inner Page Styles */

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

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

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

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

.lite-665d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.lite-665d .list_95d2 {
    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;
}

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

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

.lite-665d .list_95d2:hover::before {
    left: 100%;
}

.lite-665d .list_95d2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.south-21b1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.aside-dark-e7d1 {
    color: var(--casino-gold-light);
}

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

.aside-dark-e7d1 a:hover {
    color: var(--casino-gold-light);
}

.aside-dark-e7d1.fn-active-a217 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool-49f5 {
    padding: var(--md-spacing-md) 0;
}

.tertiary-down-f983 {
    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%;
}

.tertiary-down-f983 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 */
.notice_cold_d8af {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.nav-steel-f8b0:hover::before {
    left: 100%;
}

.nav-steel-f8b0 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;
}

.nav-steel-f8b0 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;
}

.nav-steel-f8b0 .article-active-881e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav-steel-f8b0 .article-active-881e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.box_large_0d4a {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.box_large_0d4a .article-active-881e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.box_large_0d4a .article-active-881e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static_7bd7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static_7bd7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static_7bd7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .lite-665d {
        justify-content: center;
    }
    
    .south-21b1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .filter-under-d5f0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gallery_6f48 {
        padding: var(--md-spacing-md) 0;
    }
    
    .small-abfd {
        padding: var(--md-spacing-md);
    }
    
    .box_f168 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary-down-f983 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box_large_0d4a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description-action-7fcd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .small-abfd {
        padding: var(--md-spacing-sm);
    }
    
    .secondary_west_4a5d {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-down-f983 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.secondary_west_4a5d,
.tertiary-down-f983,
.box_large_0d4a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.summary-97eb::-webkit-scrollbar {
    width: 8px;
}

.summary-97eb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.description_d403 {
    font-size: 1.5rem;
}

.tooltip-copper-c121 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .down-e30b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .next-ff5d {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-72f4 {
    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;
}

.yellow-72f4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.dynamic_48d4.caption-wood-4ce8 .component_top_2fbc {
    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); }
}

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

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

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

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

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

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

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

.main-copper-6e78 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .border-bronze-43da {
        grid-template-columns: 1fr;
    }
}

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

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

.logo_north_5e0f.active-dee0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo_north_5e0f.component-hot-55db::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo_north_5e0f.tag_orange_e9bc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo_north_5e0f.background-wood-d8f6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.alert-bronze-80db {
    font-size: 1.2rem;
}

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

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

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

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

.plasma-019e.gallery-center-1bf1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.plasma-019e.fn-active-a217 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-dirty-208d {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.hero-0cd9 { border-top: 3px solid #00ccff; }
.paragraph_center_1aa7 { border-top: 3px solid #00ff88; }
.preview-prev-3c0e { border-top: 3px solid #d4af37; }
.dropdown-ab36 { border-top: 3px solid #ff6b6b; }
.primary_pressed_17c7 { border-top: 3px solid #8b5cf6; }

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

.highlight_56d6 {
    overflow-x: auto;
}

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

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

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

.box-next-0d6a td {
    color: #ccc;
}

.box-next-0d6a .dim-0027 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.box-next-0d6a tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-8bca p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tabs-37e0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.slider_warm_2b8d {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.active-thick-8683 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.warm-3b9a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gallery-842c .lower_0eb9 {
    margin-bottom: 10px;
}

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

.gallery-842c strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.inner-cecf {
    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-e244 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.wrapper-75ee {
    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;
}

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

.notice-tiny-36a9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.notice-tiny-36a9 span {
    color: #666;
    font-size: 0.8rem;
}

.notice-tiny-36a9 a {
    color: #ff6b6b;
}

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

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

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

.iron-7b89 {
    text-align: center;
}

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

.iron-7b89 .hero_short_f39a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-right-6326 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.video-paper-3a3c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .video-paper-3a3c {
        grid-template-columns: 1fr;
    }
}

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

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

.box-496c .notice-1677 {
    color: #666;
    margin: 0 8px;
}

.box-496c .dim_c1a1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.old-32de {
    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;
}

.fast-a122 {
    font-size: 2rem;
}

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

.border_c854 strong {
    color: #d4af37;
}

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

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

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

.element-yellow-3623 h3,
.filter_over_bd29 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.row-inner-9d1e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.highlight_3949 strong {
    color: #00ff88;
}

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

.message-dirty-946e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .message-dirty-946e {
        grid-template-columns: 1fr;
    }
}

.highlight-pressed-5899 h3,
.pattern_brown_bb56 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.input-left-efea summary::-webkit-details-marker {
    display: none;
}

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

.label-warm-00e2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.tertiary_inner_fcaf strong {
    color: #d4af37;
}

.gradient_stale_4c67 {
    color: #aaa;
}

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

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

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

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

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

.highlight-next-e4fc {
    max-width: 900px;
    margin: 0 auto;
}

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

.focus-a08d:last-child {
    border-bottom: none;
}

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

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

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

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

.link-2feb {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-2feb 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;
}

.link-2feb li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hard_605f strong {
    color: #d4af37;
}

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

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

.button_complex_36ea strong {
    color: #00ff88;
}

.button_complex_36ea span {
    color: #d4af37;
}

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

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

.tooltip-589e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.container-1f07 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-tall-7744 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-tall-7744 li {
    margin-bottom: 5px;
}

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

.summary-tall-7744 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.gas-17a9 {
    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;
}

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

.message_d247 strong {
    color: #00ff88;
}

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

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

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

.form-30fc {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.hovered-6ff8 {
    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;
}

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

@media (max-width: 768px) {
    .form-30fc {
        flex-direction: column;
    }
    
    .content_64a7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.wrapper-rough-f70c {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .cool-5f93 {
        padding: 30px 15px;
    }
    
    .cool-5f93 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bronze-320c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .short_2844 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .banner_focused_54fc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .banner_focused_54fc .warm_af8c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .article-a7d4 {
        font-size: 1.3rem;
    }
    
    .photo-f518 {
        font-size: 0.7rem;
    }
    
    .primary-lower-6cee {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary-lower-6cee .article-active-881e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal_5f8c {
        display: none;
    }
    
    .west_de86 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dropdown-1eb1 {
        padding: 20px 10px;
    }
    
    .tooltip-589e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-21c4,
    .static_d48f {
        padding: 15px;
    }
    
    .modal-9403 {
        flex-direction: column;
        gap: 5px;
    }
    
    .modal_5661 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wide-e1ee {
        padding: 30px 10px;
    }
    
    .list-current-a5ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced_d815 {
        padding: 20px 15px;
    }
    
    .prev_4272 {
        font-size: 2rem;
    }
    
    .advanced_d815 h3 {
        font-size: 1.1rem;
    }
    
    .advanced_d815 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .orange_75c6 {
        padding: 20px 5px;
    }
    
    .orange_75c6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .paper_1252 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .box-next-0d6a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .box-next-0d6a th,
    .box-next-0d6a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pro_0e43 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tiny-88f4 {
        padding: 20px 10px;
    }
    
    .grid-soft-cff7 h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-small-a6c5 {
        font-size: 0.9rem;
    }
    
    .focus-a08d h3 {
        font-size: 1.1rem;
    }
    
    .focus-a08d p {
        font-size: 0.9rem;
    }
    
    .link-2feb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification_72ce {
        grid-template-columns: 1fr;
    }
    
    .hard_605f {
        font-size: 0.85rem;
    }
    
    .detail_new_7ab0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focused_74d1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focused_74d1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .bright_fc26 {
        padding: 30px 10px;
    }
    
    .panel_dirty_bbf7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_static_4a7a {
        padding: 15px 10px;
    }
    
    .label_static_4a7a h4 {
        font-size: 0.9rem;
    }
    
    .label_static_4a7a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tooltip-bcb9 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .black-d909 {
        padding: 30px 10px;
    }
    
    .summary_selected_3428 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dynamic_8f22 {
        padding: 15px;
    }
    
    .header_3975 {
        font-size: 0.9rem;
    }
    
    .title-right-ed17 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-right-ed17 .menu_942d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .background-simple-1113 {
        padding: 30px 10px;
    }
    
    .background-simple-1113 h2 {
        font-size: 1.2rem;
    }
    
    .bronze-8767 {
        gap: 10px;
    }
    
    .panel_center_7784 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .panel_center_7784 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_3cf3 {
        padding: 30px 10px;
    }
    
    .mini_3cf3 h2 {
        font-size: 1.2rem;
    }
    
    .upper_8111 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .simple-01fa {
        padding: 15px 10px;
    }
    
    .simple-01fa h4 {
        font-size: 0.85rem;
    }
    
    .simple-01fa p {
        font-size: 0.75rem;
    }
    
    .column-gas-7b88 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .overlay-2afb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .inner-cecf {
        padding: 20px 10px;
    }
    
    .image-e244 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup_b32a,
    .wide-fa2f,
    .notice-tiny-36a9 {
        width: 100%;
    }
    
    .popup_b32a h3 {
        font-size: 1.1rem;
    }
    
    .popup_b32a p {
        font-size: 0.8rem;
    }
    
    .wrapper-75ee {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row_b786 {
        padding: 30px 15px;
    }
    
    .row_b786 h2 {
        font-size: 1.3rem;
    }
    
    .row_b786 p {
        font-size: 0.85rem;
    }
    
    .feature-inner-6d45 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature-inner-6d45 .article-active-881e {
        width: 100%;
    }
    
    .right_c22a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tall_b6c6 {
        padding: 30px 10px;
    }
    
    .tall_b6c6 h3 {
        font-size: 1.2rem;
    }
    
    .video-up-8239 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_large_0d4a {
        padding: 15px 10px;
    }
    
    .box_large_0d4a h4 {
        font-size: 0.85rem;
    }
    
    .box_large_0d4a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .panel-56de {
        padding: 30px 15px;
    }
    
    .item-3bb0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .secondary-iron-5e02 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fluid-1386 h4 {
        font-size: 0.9rem;
    }
    
    .fluid-1386 a {
        font-size: 0.8rem;
    }
    
    .wrapper-9966 {
        font-size: 0.8rem;
    }
    
    .nav_21cd p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .photo_east_c4eb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sort_f6f9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 848c */
.widget-item-r4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
