/* Inner Page Styles */

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

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

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

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

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

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

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

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

.fixed_acf6 .header_paper_2a15:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_bronze_388a.fn-active-e86e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.solid-05ee {
    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%;
}

.solid-05ee 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 */
.inner-0481 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.border-8e80:hover::before {
    left: 100%;
}

.border-8e80 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;
}

.border-8e80 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;
}

.border-8e80 .orange-b901 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.border-8e80 .orange-b901:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.clean-fe79 .orange-b901 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.clean-fe79 .orange-b901:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .badge_963b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .badge_963b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .badge_963b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .fixed_acf6 {
        justify-content: center;
    }
    
    .header_pressed_7ce0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .prev_3b87 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .component_middle_a732 {
        padding: var(--md-spacing-md) 0;
    }
    
    .image_new_b330 {
        padding: var(--md-spacing-md);
    }
    
    .dropdown_warm_7adb {
        padding: var(--md-spacing-md) 0;
    }
    
    .solid-05ee {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .clean-fe79 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .grid_down_8457 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .image_new_b330 {
        padding: var(--md-spacing-sm);
    }
    
    .red-9221 {
        padding: var(--md-spacing-md);
    }
    
    .solid-05ee {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.red-9221,
.solid-05ee,
.clean-fe79 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.outer-6478 {
    font-size: 1.5rem;
}

.info_next_20d9 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.item-east-7ae8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.left_fdae strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.disabled_8b56.avatar_f7aa .backdrop-south-56b5 {
    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); }
}

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

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

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

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

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

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

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

.footer_fast_0bd5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.table_0a07.gradient_mini_a2ea::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table_0a07.highlight_f382::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table_0a07.wide-e916::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table_0a07.sort_small_7d94::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.middle_107d {
    font-size: 1.2rem;
}

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

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

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

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

.title_steel_6dff.fresh_16e1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_steel_6dff.fn-active-e86e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.simple-41d2 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.button-short-478a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.backdrop_complex_92e9.item-in-3b14 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.media_selected_0fba { border-top: 3px solid #00ccff; }
.filter-78b3 { border-top: 3px solid #00ff88; }
.hover-8c16 { border-top: 3px solid #d4af37; }
.outer_6cd7 { border-top: 3px solid #ff6b6b; }
.info_c325 { border-top: 3px solid #8b5cf6; }

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

.wrapper-green-02c2 {
    overflow-x: auto;
}

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

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

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

.heading-1fc9 td {
    color: #ccc;
}

.heading-1fc9 .component_bottom_e9e8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.heading-1fc9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-9c93 {
    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;
}

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

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

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

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

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

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

.hard_1e3a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.label-black-9138 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.logo_advanced_558f {
    font-size: 1.5rem;
}

.banner-prev-4f6a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.secondary-top-0bb3 {
    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;
}

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

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

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

.section-1de0 strong {
    color: #fff;
    display: block;
}

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

.photo-yellow-9678 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.message-complex-e6b8 .up-ed8e {
    margin-bottom: 10px;
}

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

.message-complex-e6b8 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.surface-glass-01d2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent-pink-fc9c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.message_gas_5341 a {
    color: #ff6b6b;
}

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

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

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

.chip_up_c3d9 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.focus-160b {
    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;
}

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

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

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

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

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

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

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

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

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

.menu_static_5147.item-in-3b14 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .slider-2657 {
        flex-direction: column;
    }
    .left-4633 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.solid-33ed .widget_huge_7438 {
    color: #666;
    margin: 0 8px;
}

.solid-33ed .shade-warm-5f36 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.top-7b91 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.light_2474 {
    font-size: 2rem;
}

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

.preview_huge_d2ef strong {
    color: #d4af37;
}

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

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

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

.inner_ca3d h3,
.hero-out-8394 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.modal-copper-e945 strong {
    color: #d4af37;
    margin-right: 8px;
}

.header-static-e6be {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wood_c5e4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion_selected_0206 strong {
    color: #d4af37;
}

.fresh-833a {
    color: #aaa;
}

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

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

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

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

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

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

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

.summary-fixed-0004:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-silver-c615 strong {
    color: #d4af37;
}

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

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

.list_hard_fab2 strong {
    color: #00ff88;
}

.list_hard_fab2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.surface-plasma-0b93 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.over-13da {
    color: #999;
    font-size: 0.85rem;
}

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

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

.tertiary-left-27e6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tertiary-left-27e6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_purple_2da9 strong {
    color: #00ff88;
}

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

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

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

.notice-left-b35a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.accent-pink-fc9c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .notice-left-b35a {
        flex-direction: column;
    }
    
    .tag-6984 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hero-ea64 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.hero-ea64:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .hero-ea64 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

.popup-mini-845c {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .column_green_ebaf {
        padding: 30px 15px;
    }
    
    .column_green_ebaf h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .primary_white_3503 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .shadow_d2e6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .content-plasma-c794 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content-plasma-c794 .pagination_bottom_42f1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table-right-65fb {
        font-size: 1.3rem;
    }
    
    .lower-f322 {
        font-size: 0.7rem;
    }
    
    .header-18aa {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-18aa .orange-b901 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fluid_b99f {
        display: none;
    }
    
    .tiny-eff7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .next_3d78 {
        padding: 20px 10px;
    }
    
    .sidebar_dark_b8e6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick-ab5b,
    .sidebar_92f7 {
        padding: 15px;
    }
    
    .surface-plasma-0b93 {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary_short_25d0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pro_ed17 {
        padding: 30px 10px;
    }
    
    .stone_b4de {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-dynamic-a3e8 {
        padding: 20px 15px;
    }
    
    .form-dirty-0f6a {
        font-size: 2rem;
    }
    
    .button-dynamic-a3e8 h3 {
        font-size: 1.1rem;
    }
    
    .button-dynamic-a3e8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .preview-smooth-0a16 {
        padding: 20px 5px;
    }
    
    .preview-smooth-0a16 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .photo-dirty-8beb {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .heading-1fc9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .heading-1fc9 th,
    .heading-1fc9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .layout_d9af {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress_8d3d {
        padding: 20px 10px;
    }
    
    .gold-084b h2 {
        font-size: 1.3rem;
    }
    
    .glass_3f6e {
        font-size: 0.9rem;
    }
    
    .summary-fixed-0004 h3 {
        font-size: 1.1rem;
    }
    
    .summary-fixed-0004 p {
        font-size: 0.9rem;
    }
    
    .notice_a23b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .picture-e2d0 {
        grid-template-columns: 1fr;
    }
    
    .hidden-silver-c615 {
        font-size: 0.85rem;
    }
    
    .outline-glass-20d3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_green_040c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notice_green_040c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .cold-8667 {
        padding: 30px 10px;
    }
    
    .secondary_next_d059 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-current-7950 {
        padding: 15px 10px;
    }
    
    .button-current-7950 h4 {
        font-size: 0.9rem;
    }
    
    .button-current-7950 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .row-selected-9b5e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary_next_d059 {
        grid-template-columns: 1fr;
    }
    
    .button-current-7950 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .alert_prev_8c52 {
        padding: 30px 10px;
    }
    
    .detail-wide-6c24 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple-e956 {
        padding: 15px;
    }
    
    .wrapper_huge_4203 {
        font-size: 0.9rem;
    }
    
    .gas_b8b2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas_b8b2 .blue_1146 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .heading-next-087a {
        padding: 30px 10px;
    }
    
    .heading-next-087a h2 {
        font-size: 1.2rem;
    }
    
    .accent_4272 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button_gold_b245 {
        padding: 15px 10px;
    }
    
    .button_gold_b245 h4 {
        font-size: 0.85rem;
    }
    
    .button_gold_b245 p {
        font-size: 0.75rem;
    }
    
    .thick_aead {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .action-3405 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .wide_8ed4 {
        padding: 20px 10px;
    }
    
    .copper-3427 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .static_089f,
    .clean_3936,
    .message_gas_5341 {
        width: 100%;
    }
    
    .static_089f h3 {
        font-size: 1.1rem;
    }
    
    .static_089f p {
        font-size: 0.8rem;
    }
    
    .shade_in_9910 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .filter_next_56a8 {
        padding: 30px 15px;
    }
    
    .filter_next_56a8 h2 {
        font-size: 1.3rem;
    }
    
    .filter_next_56a8 p {
        font-size: 0.85rem;
    }
    
    .filter_complex_5824 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter_complex_5824 .orange-b901 {
        width: 100%;
    }
    
    .preview_03ea {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .block-hovered-fe2e {
        padding: 30px 10px;
    }
    
    .block-hovered-fe2e h3 {
        font-size: 1.2rem;
    }
    
    .silver_9588 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .clean-fe79 {
        padding: 15px 10px;
    }
    
    .clean-fe79 h4 {
        font-size: 0.85rem;
    }
    
    .clean-fe79 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .solid-ec52 {
        padding: 30px 15px;
    }
    
    .yellow-9da6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .container-0be2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .article_pink_b685 h4 {
        font-size: 0.9rem;
    }
    
    .article_pink_b685 a {
        font-size: 0.8rem;
    }
    
    .heading_8f1c {
        font-size: 0.8rem;
    }
    
    .preview-3eb4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .summary-e23c {
        padding: 8px 10px;
    }
    
    .content_cc42 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .breadcrumb-8381 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content_cc42 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .breadcrumb-8381 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0bd7 */
.shadow-element-q0 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
