/* Inner Page Styles */

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

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

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

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

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

.filter_90ff .gas-6028 {
    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;
}

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

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

.filter_90ff .gas-6028:hover::before {
    left: 100%;
}

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

.list-green-19df {
    margin-bottom: var(--md-spacing-lg);
}

.rough-1c2c {
    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);
}

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

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

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

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

.overlay-wood-22e8 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.layout-gold-251e {
    color: var(--casino-gold-light);
}

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

.layout-gold-251e a:hover {
    color: var(--casino-gold-light);
}

.layout-gold-251e.fn-active-0b43 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-bottom-d336 {
    padding: var(--md-spacing-md) 0;
}

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

.panel-efcd 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 */
.sidebar-e03b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.lower_8690:hover::before {
    left: 100%;
}

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

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

.lower_8690 .feature-835f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.lower_8690 .feature-835f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.backdrop-rough-b287 {
    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);
}

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

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

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

.aside-00a9 {
    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);
}

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

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

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

.aside-00a9 .feature-835f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.aside-00a9 .feature-835f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .next_05fa {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .next_05fa h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .next_05fa h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .filter_90ff {
        justify-content: center;
    }
    
    .rough-1c2c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature_1b89 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .element_63ae {
        padding: var(--md-spacing-md) 0;
    }
    
    .under-e829 {
        padding: var(--md-spacing-md);
    }
    
    .box_ccd5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .panel-efcd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .aside-00a9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .container-7799 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .under-e829 {
        padding: var(--md-spacing-sm);
    }
    
    .modal_pink_0795 {
        padding: var(--md-spacing-md);
    }
    
    .panel-efcd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.modal_pink_0795,
.panel-efcd,
.aside-00a9 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.stale-06e0 {
    font-size: 1.5rem;
}

.modal-fff9 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .accordion-short-2770 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .green-76db {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom_3364 strong {
    color: #00ff88;
}

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

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

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

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

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

.filter-mini-74ba::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;
}

.link-dim-2b66 {
    text-align: center;
    margin-bottom: 30px;
}

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

.east-3424.pro_7b7c .accent-out-23b1 {
    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); }
}

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

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

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

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

.selected-125d 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;
}

.selected-125d 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);
}

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

.photo-pink-a233 {
    font-size: 1.2rem;
}

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

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

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

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

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

.preview_cool_c9a2.tooltip-stale-985c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.preview_cool_c9a2.gradient_action_b231::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview_cool_c9a2.avatar_lite_6867::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.preview_cool_c9a2.secondary_d280::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pagination_f07f {
    font-size: 1.2rem;
}

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

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

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

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

.middle-6690.avatar_9e3e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.middle-6690.fn-active-0b43 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.section-155f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.notification-prev-2308 { border-top: 3px solid #00ccff; }
.form-10e3 { border-top: 3px solid #00ff88; }
.light-1ef4 { border-top: 3px solid #d4af37; }
.hard-1067 { border-top: 3px solid #ff6b6b; }
.accordion-acac { border-top: 3px solid #8b5cf6; }

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

.wrapper-a134 {
    overflow-x: auto;
}

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

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

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

.plasma_96b4 td {
    color: #ccc;
}

.plasma_96b4 .dim-30d3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.link-narrow-81b5 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.message-selected-e20a {
    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;
}

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

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

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

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

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

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

.white-6cea {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.up-6ea3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.preview-outer-a550 {
    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;
}

.preview-outer-a550::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);
}

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

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

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

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

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

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

.accordion-dirty-c6fe {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.notification-small-3e3c strong {
    color: #fff;
    display: block;
}

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

.hero-97b7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hero-97b7 .panel-fast-33a2 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.mask_3788 .secondary-2e95 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.badge-gas-8974 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid_70ac a {
    color: #ff6b6b;
}

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

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

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

.bright_9e4b {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.panel-hard-8246 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-5a21 {
    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;
}

.caption-5a21.blue-e7db {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .input-73fe {
        flex-direction: column;
    }
    .hovered-776a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.active_outer_d65b .wrapper_6b12 {
    color: #666;
    margin: 0 8px;
}

.active_outer_d65b .caption-ad7f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.button-down-4405 {
    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;
}

.inner-d74f {
    font-size: 2rem;
}

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

.photo_8250 strong {
    color: #d4af37;
}

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

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

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

.column-out-67b0 h3,
.component_fast_0cc2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.module_f1ae strong {
    color: #00ff88;
}

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

.down-2a40 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.selected-7d79 h3,
.outline_active_5a79 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.row-brown-107b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.old-78f2 summary::-webkit-details-marker {
    display: none;
}

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

.input-stone-7030 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.message_afc5 strong {
    color: #d4af37;
}

.slider_bright_1d54 {
    color: #aaa;
}

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

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

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

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

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

.solid-5d7f {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.highlight-5f43 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.highlight-5f43 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;
}

.highlight-5f43 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tabs-9e1c strong {
    color: #d4af37;
}

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

.header-down-6180 {
    color: #888;
    font-size: 0.9rem;
}

.header-down-6180 strong {
    color: #00ff88;
}

.header-down-6180 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-new-91c5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-plasma-50a6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs-plasma-50a6 li {
    margin-bottom: 5px;
}

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

.tabs-plasma-50a6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.disabled-1fde strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .dirty-d22b {
        flex-direction: column;
    }
    
    .form_326c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .layout_center_766c {
        padding: 30px 15px;
    }
    
    .layout_center_766c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .nav-dark-b8fa {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wood-ee30 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .panel_d950 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .panel_d950 .layout-77aa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight_bottom_dc3d {
        font-size: 1.3rem;
    }
    
    .bottom-930b {
        font-size: 0.7rem;
    }
    
    .filter-advanced-0e47 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-advanced-0e47 .feature-835f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .component-rough-7093 {
        display: none;
    }
    
    .menu-a098 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .icon_new_b95d {
        padding: 20px 10px;
    }
    
    .action_837f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-a887,
    .caption-blue-e31b {
        padding: 15px;
    }
    
    .brown-9a22 {
        flex-direction: column;
        gap: 5px;
    }
    
    .sidebar-6b92 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .item_easy_664e {
        padding: 30px 10px;
    }
    
    .sidebar_342b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-fb51 {
        padding: 20px 15px;
    }
    
    .plasma-b269 {
        font-size: 2rem;
    }
    
    .pattern-fb51 h3 {
        font-size: 1.1rem;
    }
    
    .pattern-fb51 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .center-39eb {
        padding: 20px 5px;
    }
    
    .center-39eb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notice-cold-20a1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .plasma_96b4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .plasma_96b4 th,
    .plasma_96b4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .article_3fa8 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary-north-b177 {
        padding: 20px 10px;
    }
    
    .out_22ca h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_d3ba {
        font-size: 0.9rem;
    }
    
    .pro_e155 h3 {
        font-size: 1.1rem;
    }
    
    .pro_e155 p {
        font-size: 0.9rem;
    }
    
    .highlight-5f43 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .text-fc51 {
        grid-template-columns: 1fr;
    }
    
    .tabs-9e1c {
        font-size: 0.85rem;
    }
    
    .main_eda3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold_a3b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .cold_a3b1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture-purple-70b2 {
        padding: 30px 10px;
    }
    
    .picture_8385 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_clean_747e {
        padding: 15px 10px;
    }
    
    .notice_clean_747e h4 {
        font-size: 0.9rem;
    }
    
    .notice_clean_747e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .footer-0a0c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wide_98ad {
        padding: 30px 10px;
    }
    
    .info_c169 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .green-ea4f {
        padding: 15px;
    }
    
    .nav_fresh_c430 {
        font-size: 0.9rem;
    }
    
    .silver_e6ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .silver_e6ae .west-8387 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hero_6880 {
        padding: 30px 10px;
    }
    
    .hero_6880 h2 {
        font-size: 1.2rem;
    }
    
    .disabled-inner-b786 {
        gap: 10px;
    }
    
    .texture-f6f6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .texture-f6f6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .feature-fixed-1f31 {
        padding: 30px 10px;
    }
    
    .feature-fixed-1f31 h2 {
        font-size: 1.2rem;
    }
    
    .tooltip-a870 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .west-3c3f {
        padding: 15px 10px;
    }
    
    .west-3c3f h4 {
        font-size: 0.85rem;
    }
    
    .west-3c3f p {
        font-size: 0.75rem;
    }
    
    .card-a0aa {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tertiary-stale-daec {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .short_4085 {
        padding: 20px 10px;
    }
    
    .module_51e2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .center_2b6f,
    .status-8221,
    .liquid_70ac {
        width: 100%;
    }
    
    .center_2b6f h3 {
        font-size: 1.1rem;
    }
    
    .center_2b6f p {
        font-size: 0.8rem;
    }
    
    .blue_a575 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .paper_2672 {
        padding: 30px 15px;
    }
    
    .paper_2672 h2 {
        font-size: 1.3rem;
    }
    
    .paper_2672 p {
        font-size: 0.85rem;
    }
    
    .plasma-afff {
        flex-direction: column;
        gap: 10px;
    }
    
    .plasma-afff .feature-835f {
        width: 100%;
    }
    
    .layout-fb8f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tooltip_e7d5 {
        padding: 30px 10px;
    }
    
    .tooltip_e7d5 h3 {
        font-size: 1.2rem;
    }
    
    .table-large-ca98 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-00a9 {
        padding: 15px 10px;
    }
    
    .aside-00a9 h4 {
        font-size: 0.85rem;
    }
    
    .aside-00a9 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .photo_paper_f581 {
        padding: 30px 15px;
    }
    
    .pagination_mini_a52b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .inner_3b48 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thick-7035 h4 {
        font-size: 0.9rem;
    }
    
    .thick-7035 a {
        font-size: 0.8rem;
    }
    
    .active-8cfd {
        font-size: 0.8rem;
    }
    
    .border-lite-368e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .alert-motion-b014 {
        padding: 8px 10px;
    }
    
    .summary-8abb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .surface-last-3070 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .summary-8abb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .surface-last-3070 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2274 */
.ghost-box-h2 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
