/* Inner Page Styles */

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

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

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

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

.description-top-d037 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.description-top-d037 .header_05c8 {
    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;
}

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

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

.description-top-d037 .header_05c8:hover::before {
    left: 100%;
}

.description-top-d037 .header_05c8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tall-5c80 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.orange-07db {
    color: var(--casino-gold-light);
}

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

.orange-07db a:hover {
    color: var(--casino-gold-light);
}

.orange-07db.fn-active-a40e {
    color: var(--casino-gold-light);
}

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

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

.logo-top-b70e {
    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);
}

.logo-top-b70e 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);
}

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

/* Content Cards */
.bright_0f71 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

.cold-decf 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 */
.iron-145d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iron-145d li {
    margin-bottom: var(--md-spacing-xs);
}

.iron-145d 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);
}

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

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

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

.container-742a:hover::before {
    left: 100%;
}

.container-742a 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;
}

.container-742a 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;
}

.container-742a .shadow-7f3c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.container-742a .shadow-7f3c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.top_b2c7 .shadow-7f3c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.top_b2c7 .shadow-7f3c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid_full_f0a8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .grid_full_f0a8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .grid_full_f0a8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .description-top-d037 {
        justify-content: center;
    }
    
    .tall-5c80 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .progress_96c2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .north-e34b {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo-top-b70e {
        padding: var(--md-spacing-md);
    }
    
    .notice-next-f2d5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold-decf {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .top_b2c7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide_81c4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .logo-top-b70e {
        padding: var(--md-spacing-sm);
    }
    
    .bright_0f71 {
        padding: var(--md-spacing-md);
    }
    
    .cold-decf {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bright_0f71,
.cold-decf,
.top_b2c7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden-2122 {
    font-size: 1.5rem;
}

.alert_aadc strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .east_cfb1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .fast-5729 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tertiary-stale-62bd {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_clean_1b50 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.stale-83b4 {
    text-align: center;
    margin-bottom: 30px;
}

.aside-next-6099 {
    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;
}

.aside-next-6099.box_a87d .thick-a8fc {
    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); }
}

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

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

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

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

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

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

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

.static-3906 {
    font-size: 1.2rem;
}

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

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

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

.logo-6599 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.logo-6599.search_rough_d08c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo-6599.header_bc64::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo-6599.fluid_6fcc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo-6599.sidebar-gold-5b63::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.preview-black-6b79 {
    font-size: 1.2rem;
}

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

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

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

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

.filter_b848.texture-0883 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter_b848.fn-active-a40e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.active-6ffa {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.overlay_hard_ec2a { border-top: 3px solid #00ccff; }
.fluid_7cd9 { border-top: 3px solid #00ff88; }
.background-bfee { border-top: 3px solid #d4af37; }
.image_dim_7ac9 { border-top: 3px solid #ff6b6b; }
.info_middle_26bd { border-top: 3px solid #8b5cf6; }

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

.backdrop-f5f4 {
    overflow-x: auto;
}

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

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

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

.lite_3155 td {
    color: #ccc;
}

.lite_3155 .picture-5e55 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.bright-29f1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.text-inner-2bec {
    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;
}

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

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

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

.shade_iron_4621 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.glass-778a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.notice-old-02cb {
    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;
}

.notice-old-02cb::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);
}

.logo-stone-a022 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.notice-old-02cb h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

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

.prev-405b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content_yellow_4bc6 .top-3207 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.list-dark-e512 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.link-pink-2f75 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.link-pink-2f75 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.over-54b9 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.over-54b9 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.block_205a a {
    color: #ff6b6b;
}

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

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

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

.icon_soft_119b {
    text-align: center;
}

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

.icon_soft_119b .link-0caa {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-black-5f58 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .frame-09ac {
        flex-direction: column;
    }
    .logo_c17e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.medium_b456 .sidebar-dark-3044 {
    color: #666;
    margin: 0 8px;
}

.medium_b456 .solid-b2e1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.chip_3bad {
    font-size: 2rem;
}

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

.hovered-053b strong {
    color: #d4af37;
}

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

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

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

.progress-5bb8 h3,
.mask-4eaa h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.tiny-4f1b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.hidden-hot-67a1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.north-4758 strong {
    color: #00ff88;
}

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

.advanced-37f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.active-105e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.progress-570a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.wrapper_pressed_fd6d strong {
    color: #d4af37;
}

.glass_d73b {
    color: #aaa;
}

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

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

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

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

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

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

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

.article-0932:last-child {
    border-bottom: none;
}

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

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

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

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

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

.outer-7446 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;
}

.outer-7446 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.text-lite-285f strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.footer-946d {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-center-24a9 {
    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;
}

.shadow-wide-79cf {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.shadow-wide-79cf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .focused-f73d {
        flex-direction: column;
    }
    
    .left-9676 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .module-e893 {
        padding: 30px 15px;
    }
    
    .module-e893 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paragraph_cold_bcf4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .slider-full-2fe6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .avatar_dca3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar_dca3 .border-731d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay_pink_af7e {
        font-size: 1.3rem;
    }
    
    .soft-3bfa {
        font-size: 0.7rem;
    }
    
    .summary-00fe {
        flex-direction: column;
        gap: 10px;
    }
    
    .summary-00fe .shadow-7f3c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .cool-ceb0 {
        display: none;
    }
    
    .thick-14a4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .disabled_9d76 {
        padding: 20px 10px;
    }
    
    .component-d483 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-dccf,
    .hero-a03f {
        padding: 15px;
    }
    
    .rough-1665 {
        flex-direction: column;
        gap: 5px;
    }
    
    .small_31fd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .active_selected_1066 {
        padding: 30px 10px;
    }
    
    .iron_4514 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_soft_1de9 {
        padding: 20px 15px;
    }
    
    .hover-bc00 {
        font-size: 2rem;
    }
    
    .shadow_soft_1de9 h3 {
        font-size: 1.1rem;
    }
    
    .shadow_soft_1de9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gas_dbce {
        padding: 20px 5px;
    }
    
    .gas_dbce h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .info-stale-60df {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .lite_3155 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .lite_3155 th,
    .lite_3155 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .hovered-9be1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pagination_soft_0e6a {
        padding: 20px 10px;
    }
    
    .banner_0e0b h2 {
        font-size: 1.3rem;
    }
    
    .menu_dirty_405f {
        font-size: 0.9rem;
    }
    
    .article-0932 h3 {
        font-size: 1.1rem;
    }
    
    .article-0932 p {
        font-size: 0.9rem;
    }
    
    .outer-7446 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .description-25d4 {
        grid-template-columns: 1fr;
    }
    
    .text-lite-285f {
        font-size: 0.85rem;
    }
    
    .shadow-f37a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-b8ae {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-b8ae strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .mini_d1f4 {
        padding: 30px 10px;
    }
    
    .wrapper-c1d9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip_85ee {
        padding: 15px 10px;
    }
    
    .chip_85ee h4 {
        font-size: 0.9rem;
    }
    
    .chip_85ee p {
        font-size: 0.75rem;
        display: none;
    }
    
    .content_15ae {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .picture-280d {
        padding: 30px 10px;
    }
    
    .black_a703 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list-large-7bc6 {
        padding: 15px;
    }
    
    .notice_black_f94b {
        font-size: 0.9rem;
    }
    
    .filter-old-2ef6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter-old-2ef6 .focus_medium_7a55 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .list-last-2b71 {
        padding: 30px 10px;
    }
    
    .list-last-2b71 h2 {
        font-size: 1.2rem;
    }
    
    .active-2339 {
        gap: 10px;
    }
    
    .card_d98c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .card_d98c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .orange-f920 {
        padding: 30px 10px;
    }
    
    .orange-f920 h2 {
        font-size: 1.2rem;
    }
    
    .label_b65b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_complex_8b38 {
        padding: 15px 10px;
    }
    
    .grid_complex_8b38 h4 {
        font-size: 0.85rem;
    }
    
    .grid_complex_8b38 p {
        font-size: 0.75rem;
    }
    
    .paper-f692 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dim-a486 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .action-fb11 {
        padding: 20px 10px;
    }
    
    .basic-d05b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip-4762,
    .over-54b9,
    .block_205a {
        width: 100%;
    }
    
    .tooltip-4762 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-4762 p {
        font-size: 0.8rem;
    }
    
    .outer_04d1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .heading-left-be84 {
        padding: 30px 15px;
    }
    
    .heading-left-be84 h2 {
        font-size: 1.3rem;
    }
    
    .heading-left-be84 p {
        font-size: 0.85rem;
    }
    
    .focused-bc40 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-bc40 .shadow-7f3c {
        width: 100%;
    }
    
    .form-yellow-5a5b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .menu-6c03 {
        padding: 30px 10px;
    }
    
    .menu-6c03 h3 {
        font-size: 1.2rem;
    }
    
    .avatar-steel-18b1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .top_b2c7 {
        padding: 15px 10px;
    }
    
    .top_b2c7 h4 {
        font-size: 0.85rem;
    }
    
    .top_b2c7 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .avatar-steel-18b1 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .slow_c0c2 {
        padding: 30px 15px;
    }
    
    .old_c340 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal-98fb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .iron_de23 h4 {
        font-size: 0.9rem;
    }
    
    .iron_de23 a {
        font-size: 0.8rem;
    }
    
    .in_8fd5 {
        font-size: 0.8rem;
    }
    
    .yellow_818f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .liquid-eb19 {
        padding: 8px 10px;
    }
    
    .column_green_08da {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight-purple-9fea {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column_green_08da {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-purple-9fea {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1321 */
.promo-block-n0 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
