/* Inner Page Styles */

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

.first-2eac 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);
}

.first-2eac 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);
}

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

.dropdown-17e0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.dropdown-17e0 .hot-d0f7 {
    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;
}

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

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

.dropdown-17e0 .hot-d0f7:hover::before {
    left: 100%;
}

.dropdown-17e0 .hot-d0f7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.dim-19d8 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-72be {
    color: var(--casino-gold-light);
}

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

.paragraph-72be a:hover {
    color: var(--casino-gold-light);
}

.paragraph-72be.fn-active-426e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-eaac:hover::before {
    left: 100%;
}

.green-eaac 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;
}

.green-eaac 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;
}

.green-eaac .highlight_42bd {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.green-eaac .highlight_42bd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.wide-1059 .highlight_42bd {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.wide-1059 .highlight_42bd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .first-2eac {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .first-2eac h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .first-2eac h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dropdown-17e0 {
        justify-content: center;
    }
    
    .dropdown_current_b77e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .picture_small_b81e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight_thick_6c92 {
        padding: var(--md-spacing-md) 0;
    }
    
    .nav_bottom_a9f8 {
        padding: var(--md-spacing-md);
    }
    
    .message_hovered_55a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .table_first_e784 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .wide-1059 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notice_bf29 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .nav_bottom_a9f8 {
        padding: var(--md-spacing-sm);
    }
    
    .media_213d {
        padding: var(--md-spacing-md);
    }
    
    .table_first_e784 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.media_213d,
.table_first_e784,
.wide-1059 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.module-pink-87d3 {
    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);
}

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

.backdrop_in_f87e {
    font-size: 1.5rem;
}

.short-c76d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .smooth-8dcc {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gas_2335 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.south-bd60 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .footer-out-499f {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.alert-cold-e128::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;
}

.tabs-narrow-5e07 {
    text-align: center;
    margin-bottom: 30px;
}

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

.carousel_c9cd.cold_ca33 .breadcrumb_outer_a21d {
    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); }
}

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

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

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

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

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

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

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

.border-motion-222b {
    font-size: 1.2rem;
}

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

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

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

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

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

.badge_8f03.badge-bottom-d4a0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_8f03.grid_rough_fb6a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_8f03.inner-bd7d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_8f03.grid-983f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.blue-c449 {
    font-size: 1.2rem;
}

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

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

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

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

.rough_0d92.hovered_ed2c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.rough_0d92.fn-active-426e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.sort-dirty-309b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.pink-501d {
    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;
}

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

.pink-501d.table_purple_5301 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.notification-center-3bf8 { border-top: 3px solid #00ccff; }
.secondary-pro-56b4 { border-top: 3px solid #00ff88; }
.pagination_0930 { border-top: 3px solid #d4af37; }
.outline_b427 { border-top: 3px solid #ff6b6b; }
.row-c952 { border-top: 3px solid #8b5cf6; }

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

.panel-c7b6 {
    overflow-x: auto;
}

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

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

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

.icon-c153 td {
    color: #ccc;
}

.icon-c153 .input_19d4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort-933f {
    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;
}

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

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

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

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

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

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

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

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

.paper-096b {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.text-gold-2608 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.dirty-330b {
    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;
}

.dirty-330b::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);
}

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

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

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

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

.background-easy-9d00 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.popup-4553 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .widget-bottom-9dfc {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.thick-495d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.link_copper_7490 .yellow_93e1 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.alert-lower-7e73 {
    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;
}

.tabs-short-7c0a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.tabs-short-7c0a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.slider-tiny-41ed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.card-tiny-b79a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.card-tiny-b79a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.frame_b871 a {
    color: #ff6b6b;
}

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

.white-2ef7 {
    max-width: 800px;
    margin: 0 auto;
}

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

.dropdown-light-ba01 {
    text-align: center;
}

.dropdown-light-ba01 .selected_d980 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.dropdown-light-ba01 .breadcrumb-hard-18ae {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered-6d95 .panel-417b {
    color: #666;
    margin: 0 8px;
}

.hovered-6d95 .video_cd29 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.popup-narrow-c94c {
    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;
}

.bright-331f {
    font-size: 2rem;
}

.menu-white-3a57 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.menu-white-3a57 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.paper-2565 strong {
    color: #00ff88;
}

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

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

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

.large-218c h3,
.status_dynamic_51a4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.new-8f87 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.active-3ca3 strong {
    color: #d4af37;
}

.frame-e30e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-f6d3 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;
}

.photo-f6d3 li strong {
    color: #00ff88;
}

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

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

.filter-hard-13c9 {
    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;
}

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

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

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

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

.article-8910 strong {
    color: #d4af37;
}

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

.banner-center-87f7 {
    color: #888;
    font-size: 0.9rem;
}

.banner-center-87f7 strong {
    color: #00ff88;
}

.banner-center-87f7 span {
    color: #d4af37;
}

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

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

.cool-70a6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.paragraph-mini-4676 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-large-86cf ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-large-86cf li {
    margin-bottom: 5px;
}

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

.block-large-86cf a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.dynamic-b84f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info-plasma-492e {
        padding: 30px 15px;
    }
    
    .info-plasma-492e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .large-0c8b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gold_8bb9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .huge_0245 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge_0245 .gradient-down-4399 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content-be3f {
        font-size: 1.3rem;
    }
    
    .border-fb8b {
        font-size: 0.7rem;
    }
    
    .picture-liquid-ba98 {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture-liquid-ba98 .highlight_42bd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .picture-black-6164 {
        display: none;
    }
    
    .cool_4b02 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade_dd52 {
        padding: 20px 10px;
    }
    
    .cool-70a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_bfac,
    .shadow_155a {
        padding: 15px;
    }
    
    .form_4e49 {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_7664 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .green_8b68 {
        padding: 30px 10px;
    }
    
    .progress_0d62 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow_fa77 {
        padding: 20px 15px;
    }
    
    .breadcrumb-1a9a {
        font-size: 2rem;
    }
    
    .slow_fa77 h3 {
        font-size: 1.1rem;
    }
    
    .slow_fa77 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .gold_1ad9 {
        padding: 20px 10px;
    }
    
    .card-05ee h2 {
        font-size: 1.3rem;
    }
    
    .info-glass-e186 {
        font-size: 0.9rem;
    }
    
    .label_b1c3 h3 {
        font-size: 1.1rem;
    }
    
    .label_b1c3 p {
        font-size: 0.9rem;
    }
    
    .photo-f6d3 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gallery_static_f997 {
        grid-template-columns: 1fr;
    }
    
    .article-8910 {
        font-size: 0.85rem;
    }
    
    .stone_6500 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-hard-13c9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .filter-hard-13c9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail-225e {
        padding: 30px 10px;
    }
    
    .text_c56b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard_fb7c {
        padding: 15px 10px;
    }
    
    .hard_fb7c h4 {
        font-size: 0.9rem;
    }
    
    .hard_fb7c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tertiary_west_f220 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .upper-2de0 {
        padding: 30px 10px;
    }
    
    .yellow_960c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo-active-087d {
        padding: 15px;
    }
    
    .fresh_7d21 {
        font-size: 0.9rem;
    }
    
    .shadow-white-2caf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow-white-2caf .thumbnail_ac1c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .upper-ad7d {
        padding: 30px 10px;
    }
    
    .upper-ad7d h2 {
        font-size: 1.2rem;
    }
    
    .article_purple_1661 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern_5ef6 {
        padding: 15px 10px;
    }
    
    .pattern_5ef6 h4 {
        font-size: 0.85rem;
    }
    
    .pattern_5ef6 p {
        font-size: 0.75rem;
    }
    
    .overlay_inner_79f5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .blue_ea2c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .backdrop_ac6e {
        padding: 20px 10px;
    }
    
    .slider-tiny-41ed {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph_west_ec32,
    .card-tiny-b79a,
    .frame_b871 {
        width: 100%;
    }
    
    .paragraph_west_ec32 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_west_ec32 p {
        font-size: 0.8rem;
    }
    
    .filter_4a26 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .modal_88e0 {
        padding: 30px 15px;
    }
    
    .modal_88e0 h2 {
        font-size: 1.3rem;
    }
    
    .modal_88e0 p {
        font-size: 0.85rem;
    }
    
    .silver-be34 {
        flex-direction: column;
        gap: 10px;
    }
    
    .silver-be34 .highlight_42bd {
        width: 100%;
    }
    
    .orange_6be4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .article-red-fd55 {
        padding: 30px 10px;
    }
    
    .article-red-fd55 h3 {
        font-size: 1.2rem;
    }
    
    .pro_91a4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide-1059 {
        padding: 15px 10px;
    }
    
    .wide-1059 h4 {
        font-size: 0.85rem;
    }
    
    .wide-1059 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .accent-prev-870c {
        padding: 30px 15px;
    }
    
    .white_0fae {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .blue_ef78 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .yellow-7a0c h4 {
        font-size: 0.9rem;
    }
    
    .yellow-7a0c a {
        font-size: 0.8rem;
    }
    
    .component_light_2c31 {
        font-size: 0.8rem;
    }
    
    .shade_f204 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .photo-4118 {
        padding: 8px 10px;
    }
    
    .background-steel-d4eb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .texture_slow_2010 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .background-steel-d4eb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .texture_slow_2010 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 521a */
.widget-item-p7 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
