/* Inner Page Styles */

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

.background_mini_b470 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.background_mini_b470 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

.huge-f3bb .left_2fbe {
    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;
}

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

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

.huge-f3bb .left_2fbe:hover::before {
    left: 100%;
}

.huge-f3bb .left_2fbe:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.wood-42c4 {
    margin-bottom: var(--md-spacing-lg);
}

.box-yellow-661d {
    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);
}

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

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

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

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

.backdrop-new-1a7f {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.rough-aa34.fn-active-0678 {
    color: var(--casino-gold-light);
}

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

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

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

.wrapper-rough-bfad 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);
}

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

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

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

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

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

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

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

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

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

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

.primary-simple-2ef6 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.notice-b6b8:hover::before {
    left: 100%;
}

.notice-b6b8 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;
}

.notice-b6b8 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;
}

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

.notice-b6b8 .video_8283:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.feature-90b7 {
    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);
}

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

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

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

.feature-90b7 .video_8283 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.feature-90b7 .video_8283:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background_mini_b470 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background_mini_b470 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background_mini_b470 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .huge-f3bb {
        justify-content: center;
    }
    
    .box-yellow-661d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mini-1c30 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .widget-up-2584 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper-rough-bfad {
        padding: var(--md-spacing-md);
    }
    
    .layout_ea54 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero_2ea0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .feature-90b7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .header-0df7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .wrapper-rough-bfad {
        padding: var(--md-spacing-sm);
    }
    
    .feature-2ab9 {
        padding: var(--md-spacing-md);
    }
    
    .hero_2ea0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.feature-2ab9,
.hero_2ea0,
.feature-90b7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.message_5c0a {
    font-size: 1.5rem;
}

.border-f66d strong {
    color: #00ff88;
}

.list-yellow-4b46 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .rough-1568 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .list-yellow-4b46 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.status-4f58 {
    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;
}

.status-4f58 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pattern_static_392d.card_bronze_5305 .block-easy-6ad4 {
    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); }
}

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

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

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

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

.accent-2366 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;
}

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

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

.inner_48dd {
    font-size: 1.2rem;
}

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

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

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

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

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

.article_fixed_076f.hero_5611::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article_fixed_076f.upper-2b87::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article_fixed_076f.nav-fc66::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article_fixed_076f.preview-under-5a32::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.banner_upper_a4e9 {
    font-size: 1.2rem;
}

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

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

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

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

.primary-large-0cae.mini-a772 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary-large-0cae.fn-active-0678 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.icon-green-3d0b {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.row-last-5a12 {
    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;
}

.row-last-5a12:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.row-last-5a12.row-25d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.focused_fb99 { border-top: 3px solid #00ccff; }
.focused-e0f0 { border-top: 3px solid #00ff88; }
.gradient-simple-c0e2 { border-top: 3px solid #d4af37; }
.silver_c922 { border-top: 3px solid #ff6b6b; }
.aside-dark-8651 { border-top: 3px solid #8b5cf6; }

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

.preview_mini_8081 {
    overflow-x: auto;
}

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

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

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

.thick-e869 td {
    color: #ccc;
}

.thick-e869 .caption-full-93bf {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.video-pressed-da5e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.modal-94f2 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.pagination_inner_7a5c {
    font-size: 2rem;
}

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

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

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

.heading-fluid-709e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .heading-fluid-709e::before {
        left: 30px;
    }
}

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

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

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

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

.brown-99ab {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.footer-old-2e35 {
    font-size: 1.5rem;
}

.box-6ba8 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.status-large-0ea7 strong {
    color: #fff;
    display: block;
}

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

.section-first-911f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.border_06dd .aside_soft_823c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-51e2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.table-51e2 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.over_44af a {
    color: #ff6b6b;
}

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

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

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

.header_hard_e8d3 {
    text-align: center;
}

.header_hard_e8d3 .table-wide-1ced {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.mask-bottom-200d {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-892c {
    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;
}

.block-892c.row-25d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.video-steel-a24e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.logo-6fc4 .media-medium-eebc {
    color: #666;
    margin: 0 8px;
}

.logo-6fc4 .fixed_1cbe {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.aside_liquid_e8d9 {
    font-size: 2rem;
}

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

.active-532a strong {
    color: #d4af37;
}

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

.card-0d0f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.header-1a16 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.easy_6b29 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid_action_e653 strong {
    color: #d4af37;
}

.input-complex-0d48 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .message-under-94b9 {
        grid-template-columns: 1fr;
    }
}

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

.tooltip_f7b8 strong {
    color: #d4af37;
}

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

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

.filter-e262 strong {
    color: #00ff88;
}

.filter-e262 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-a92b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .inner_ac90 {
        flex-direction: column;
    }
    
    .gradient-8755 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hero-cool-5c1b {
    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;
}

.hero-cool-5c1b: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) {
    .hero-cool-5c1b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .hero-cool-5c1b {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .image-17c3 {
        padding: 30px 15px;
    }
    
    .image-17c3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tooltip-prev-cf69 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .last-fce2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .section-under-3f8f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section-under-3f8f .shade_2a28 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .easy-9b3e {
        font-size: 1.3rem;
    }
    
    .caption_4d2d {
        font-size: 0.7rem;
    }
    
    .hero-4fee {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-4fee .video_8283 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-974c {
        display: none;
    }
    
    .link_east_721e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accent-e000 {
        padding: 20px 10px;
    }
    
    .modal_44f7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_facf,
    .badge-silver-0a2d {
        padding: 15px;
    }
    
    .surface_steel_26c8 {
        flex-direction: column;
        gap: 5px;
    }
    
    .focused_55e4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .heading-stale-c8ce {
        padding: 30px 10px;
    }
    
    .avatar_2b80 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next-87a9 {
        padding: 20px 15px;
    }
    
    .hero_daa9 {
        font-size: 2rem;
    }
    
    .next-87a9 h3 {
        font-size: 1.1rem;
    }
    
    .next-87a9 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner-paper-6cbd {
        padding: 20px 10px;
    }
    
    .tertiary-easy-caa9 h2 {
        font-size: 1.3rem;
    }
    
    .box_7ea4 {
        font-size: 0.9rem;
    }
    
    .last_0ab6 h3 {
        font-size: 1.1rem;
    }
    
    .last_0ab6 p {
        font-size: 0.9rem;
    }
    
    .status_5f92 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .message-under-94b9 {
        grid-template-columns: 1fr;
    }
    
    .tooltip_f7b8 {
        font-size: 0.85rem;
    }
    
    .icon_bbad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_a130 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shade_a130 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .photo-green-9c73 {
        padding: 30px 10px;
    }
    
    .title-7ed4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label-f9e7 {
        padding: 15px 10px;
    }
    
    .label-f9e7 h4 {
        font-size: 0.9rem;
    }
    
    .label-f9e7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tooltip_right_3b7c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title-7ed4 {
        grid-template-columns: 1fr;
    }
    
    .label-f9e7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sidebar_focused_aa7b {
        padding: 30px 10px;
    }
    
    .fixed-8f6b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_hovered_94da {
        padding: 15px;
    }
    
    .mask-dark-8f45 {
        font-size: 0.9rem;
    }
    
    .short_b584 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .short_b584 .filter-4e14 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .backdrop_prev_3c7e {
        padding: 30px 10px;
    }
    
    .backdrop_prev_3c7e h2 {
        font-size: 1.2rem;
    }
    
    .small_c138 {
        gap: 10px;
    }
    
    .top-9990 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .top-9990 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .focus_bright_3cfd {
        padding: 20px 10px;
    }
    
    .video_gas_3799 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .current-cc62,
    .table-51e2,
    .over_44af {
        width: 100%;
    }
    
    .current-cc62 h3 {
        font-size: 1.1rem;
    }
    
    .current-cc62 p {
        font-size: 0.8rem;
    }
    
    .iron-d343 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-0df4 {
        padding: 30px 15px;
    }
    
    .hidden-0df4 h2 {
        font-size: 1.3rem;
    }
    
    .hidden-0df4 p {
        font-size: 0.85rem;
    }
    
    .header-51b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-51b3 .video_8283 {
        width: 100%;
    }
    
    .layout-dynamic-a0ae {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .sidebar-purple-1c84 {
        padding: 30px 10px;
    }
    
    .sidebar-purple-1c84 h3 {
        font-size: 1.2rem;
    }
    
    .primary_3e46 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-90b7 {
        padding: 15px 10px;
    }
    
    .feature-90b7 h4 {
        font-size: 0.85rem;
    }
    
    .feature-90b7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title-87db {
        padding: 30px 15px;
    }
    
    .bright-92a8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .item_70e2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .current-fd37 h4 {
        font-size: 0.9rem;
    }
    
    .current-fd37 a {
        font-size: 0.8rem;
    }
    
    .input-last-bebe {
        font-size: 0.8rem;
    }
    
    .info-up-97ad p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .breadcrumb_silver_cafd {
        padding: 8px 10px;
    }
    
    .motion_5d6a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .input-hot-28e6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .motion_5d6a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .input-hot-28e6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b974 */
.phantom-card-h7 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
