/* Inner Page Styles */

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

.sidebar-complex-bb67 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);
}

.sidebar-complex-bb67 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);
}

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

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

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

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

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

.warm_1919 .layout_dark_c820:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_d34a.fn-active-bddd {
    color: var(--casino-gold-light);
}

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

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

.accent-large-a7b2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-9756:hover::before {
    left: 100%;
}

.shadow-9756 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;
}

.shadow-9756 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;
}

.shadow-9756 .text-9562 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.shadow-9756 .text-9562:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.highlight-light-3f23 {
    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);
}

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

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

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

.highlight-light-3f23 .text-9562 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.highlight-light-3f23 .text-9562:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar-complex-bb67 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar-complex-bb67 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar-complex-bb67 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .warm_1919 {
        justify-content: center;
    }
    
    .avatar_last_95e4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .header-d7b5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .alert_lite_e71c {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-large-a7b2 {
        padding: var(--md-spacing-md);
    }
    
    .fresh-5826 {
        padding: var(--md-spacing-md) 0;
    }
    
    .section-7003 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight-light-3f23 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .rough_3a24 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accent-large-a7b2 {
        padding: var(--md-spacing-sm);
    }
    
    .bright-939f {
        padding: var(--md-spacing-md);
    }
    
    .section-7003 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bright-939f,
.section-7003,
.highlight-light-3f23 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.primary_active_6bbb {
    font-size: 1.5rem;
}

.content-b13c strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .element-cold-0f88 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gallery_middle_ee7d {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification-0ae2 {
    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;
}

.notification-0ae2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.thumbnail-simple-9063.middle_4c2a .button-old-cc3f {
    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); }
}

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

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

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

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

.action-2cb5 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;
}

.action-2cb5 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);
}

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

.carousel_center_6935 {
    font-size: 1.2rem;
}

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

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

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

.short-3a65 {
    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;
}

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

.short-3a65.active-0faa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short-3a65.fresh_22ce::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short-3a65.chip_2b51::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short-3a65.fresh_eee6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient-2f4e {
    font-size: 1.2rem;
}

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

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

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

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

.hovered-c56b.light_d6a3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hovered-c56b.fn-active-bddd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.label-pro-2e0f {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.overlay-tiny-bc52 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.texture-thick-b8a3 {
    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;
}

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

.texture-thick-b8a3.first_09ef {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hidden_9ce4 { border-top: 3px solid #00ccff; }
.last-e147 { border-top: 3px solid #00ff88; }
.black-ec0e { border-top: 3px solid #d4af37; }
.info_0c23 { border-top: 3px solid #ff6b6b; }
.bronze-a4d1 { border-top: 3px solid #8b5cf6; }

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

.info-inner-b855 {
    overflow-x: auto;
}

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

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

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

.short_9f57 td {
    color: #ccc;
}

.short_9f57 .black-2d87 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.hovered-7d8d {
    color: #888;
    font-size: 0.85rem;
}

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

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

.selected-34a0 {
    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;
}

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

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

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

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

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

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

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

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

.aside-out-6871 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-over-08c5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.motion_66a8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.stone-0485 .element_orange_6f3c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.lower-6e51 {
    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;
}

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

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

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

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

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

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

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

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

.icon-fixed-4e99 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.row_gold_a1df a {
    color: #ff6b6b;
}

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

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

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

.column-da8e {
    text-align: center;
}

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

.column-da8e .top-c07a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-782b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.tooltip_ced0 .breadcrumb_5ec2 {
    color: #666;
    margin: 0 8px;
}

.tooltip_ced0 .right-24ab {
    color: #ff6b6b;
    text-decoration: line-through;
}

.wrapper-cool-6f75 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.action_b329 {
    font-size: 2rem;
}

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

.carousel-2db7 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.container-bright-14f3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hero_bottom_f56e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.thick-8d1a summary::-webkit-details-marker {
    display: none;
}

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

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

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

.section-static-7b13 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.section-static-7b13 strong {
    color: #d4af37;
}

.small-993d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-bda4 strong {
    color: #d4af37;
}

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

.description-cool-83df {
    color: #888;
    font-size: 0.9rem;
}

.description-cool-83df strong {
    color: #00ff88;
}

.description-cool-83df span {
    color: #d4af37;
}

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

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

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

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

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

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

.background-out-5ae8 {
    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;
}

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

.hard-f10f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.brown-80e7 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-62f8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-62f8 li {
    margin-bottom: 5px;
}

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

.search-62f8 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.hover_rough_d768 strong {
    color: #00ff88;
}

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

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

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

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

.overlay-59a1 {
    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;
}

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

.icon-fixed-4e99 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .wrapper_f009 {
        flex-direction: column;
    }
    
    .overlay-59a1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hero-pink-c0d0 {
    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-pink-c0d0: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-pink-c0d0 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notification-2539 {
        padding: 30px 15px;
    }
    
    .notification-2539 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lower-6e25 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sort-slow-d6f6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hard-ecde {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hard-ecde .logo-wood-d8f2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gas-6539 {
        font-size: 1.3rem;
    }
    
    .alert_a9c0 {
        font-size: 0.7rem;
    }
    
    .texture_24a7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .texture_24a7 .text-9562 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .mini_f64d {
        display: none;
    }
    
    .grid-ff6d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .article-short-01f2 {
        padding: 20px 10px;
    }
    
    .advanced-8846 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .content-7612,
    .old_536c {
        padding: 15px;
    }
    
    .brown-80e7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hover_simple_396c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shadow_next_9a41 {
        padding: 30px 10px;
    }
    
    .avatar-slow-28ed {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_bfbc {
        padding: 20px 15px;
    }
    
    .overlay-plasma-d4cc {
        font-size: 2rem;
    }
    
    .label_bfbc h3 {
        font-size: 1.1rem;
    }
    
    .label_bfbc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .highlight_cold_6b13 {
        padding: 20px 10px;
    }
    
    .secondary_small_282f h2 {
        font-size: 1.3rem;
    }
    
    .small-809f {
        font-size: 0.9rem;
    }
    
    .picture_inner_da30 h3 {
        font-size: 1.1rem;
    }
    
    .picture_inner_da30 p {
        font-size: 0.9rem;
    }
    
    .overlay_simple_9335 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .cold_9fba {
        grid-template-columns: 1fr;
    }
    
    .banner-bda4 {
        font-size: 0.85rem;
    }
    
    .hover_1405 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_905e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .media_905e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thick-f963 {
        padding: 30px 10px;
    }
    
    .status-north-a6c5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_89ab {
        padding: 15px 10px;
    }
    
    .glass_89ab h4 {
        font-size: 0.9rem;
    }
    
    .glass_89ab p {
        font-size: 0.75rem;
        display: none;
    }
    
    .menu_bronze_4533 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .status-north-a6c5 {
        grid-template-columns: 1fr;
    }
    
    .glass_89ab p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .gradient_4229 {
        padding: 30px 10px;
    }
    
    .status_4cfd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-large-68ec {
        padding: 15px;
    }
    
    .module-ea4d {
        font-size: 0.9rem;
    }
    
    .shadow_pink_3b8f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_pink_3b8f .accordion-lower-fe17 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .mini_b3e6 {
        padding: 30px 10px;
    }
    
    .mini_b3e6 h2 {
        font-size: 1.2rem;
    }
    
    .shadow_565a {
        gap: 10px;
    }
    
    .caption-84a6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .caption-84a6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tertiary_9829 {
        padding: 30px 10px;
    }
    
    .tertiary_9829 h2 {
        font-size: 1.2rem;
    }
    
    .notification_paper_c690 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first-c9dd {
        padding: 15px 10px;
    }
    
    .first-c9dd h4 {
        font-size: 0.85rem;
    }
    
    .first-c9dd p {
        font-size: 0.75rem;
    }
    
    .surface-lower-218d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hero-easy-e854 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .logo_lower_4f4d {
        padding: 20px 10px;
    }
    
    .gradient_c236 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu-97ba,
    .fixed_492e,
    .row_gold_a1df {
        width: 100%;
    }
    
    .menu-97ba h3 {
        font-size: 1.1rem;
    }
    
    .menu-97ba p {
        font-size: 0.8rem;
    }
    
    .sort-right-a681 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .texture-e4e9 {
        padding: 30px 15px;
    }
    
    .texture-e4e9 h2 {
        font-size: 1.3rem;
    }
    
    .texture-e4e9 p {
        font-size: 0.85rem;
    }
    
    .info_dim_d1cc {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_dim_d1cc .text-9562 {
        width: 100%;
    }
    
    .disabled_lower_5011 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .feature_current_f458 {
        padding: 30px 10px;
    }
    
    .feature_current_f458 h3 {
        font-size: 1.2rem;
    }
    
    .description-51ff {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-light-3f23 {
        padding: 15px 10px;
    }
    
    .highlight-light-3f23 h4 {
        font-size: 0.85rem;
    }
    
    .highlight-light-3f23 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .icon_5feb {
        padding: 30px 15px;
    }
    
    .tall-58dc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tertiary_top_5f99 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .small-ea67 h4 {
        font-size: 0.9rem;
    }
    
    .small-ea67 a {
        font-size: 0.8rem;
    }
    
    .logo_7a9e {
        font-size: 0.8rem;
    }
    
    .info_610f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .selected_86a8 {
        padding: 8px 10px;
    }
    
    .label-3911 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .gallery-7a88 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label-3911 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gallery-7a88 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e949 */
.promo-block-b1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
