/* Inner Page Styles */

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

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

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

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

.paragraph-bottom-88c6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.paragraph-bottom-88c6 .message-hard-3a47 {
    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;
}

.paragraph-bottom-88c6 .message-hard-3a47::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.paragraph-bottom-88c6 .message-hard-3a47:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.paragraph-bottom-88c6 .message-hard-3a47:hover::before {
    left: 100%;
}

.paragraph-bottom-88c6 .message-hard-3a47:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.short-4b22 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.warm-6ad4 {
    color: var(--casino-gold-light);
}

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

.warm-6ad4 a:hover {
    color: var(--casino-gold-light);
}

.warm-6ad4.fn-active-4030 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-gas-0413 {
    padding: var(--md-spacing-md) 0;
}

.alert-next-6d6c {
    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%;
}

.alert-next-6d6c 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 */
.message-red-25da {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-red-25da li {
    margin-bottom: var(--md-spacing-xs);
}

.message-red-25da 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);
}

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

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

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

.tall-989c:hover::before {
    left: 100%;
}

.tall-989c 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;
}

.tall-989c 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;
}

.tall-989c .current-9f21 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tall-989c .current-9f21:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.secondary-8e83 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.middle_6aba .current-9f21 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.middle_6aba .current-9f21:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .old_cf9b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .old_cf9b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .old_cf9b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paragraph-bottom-88c6 {
        justify-content: center;
    }
    
    .short-4b22 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-solid-6236 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .image_3b1d {
        padding: var(--md-spacing-md) 0;
    }
    
    .pressed-edf5 {
        padding: var(--md-spacing-md);
    }
    
    .hidden-hard-ae11 {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert-next-6d6c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .middle_6aba {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .main-tiny-9548 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pressed-edf5 {
        padding: var(--md-spacing-sm);
    }
    
    .pattern_gas_d274 {
        padding: var(--md-spacing-md);
    }
    
    .alert-next-6d6c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pattern_gas_d274,
.alert-next-6d6c,
.middle_6aba {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.element-mini-f2b1::-webkit-scrollbar {
    width: 8px;
}

.element-mini-f2b1::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.info-0a64 {
    font-size: 1.5rem;
}

.black_433f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_24ab strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .texture-smooth-20a3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.gallery-basic-b62e::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;
}

.upper-0d4c {
    text-align: center;
    margin-bottom: 30px;
}

.video-pro-39cd {
    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;
}

.video-pro-39cd.hero_stone_42e7 .glass_9e73 {
    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); }
}

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

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

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

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

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

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

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

.chip-solid-bbdc {
    font-size: 1.2rem;
}

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

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

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

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

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

.dynamic_2eae.menu-148c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dynamic_2eae.texture_4b7e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dynamic_2eae.hover-c1d5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dynamic_2eae.hover-lower-00a9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.purple-71de {
    font-size: 1.2rem;
}

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

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

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

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

.title_379e.left-a220 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_379e.fn-active-4030 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.title-green-fad5 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.banner-4204.banner-brown-124e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.caption-red-0ce3 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.shade-8187 { border-top: 3px solid #00ccff; }
.white_d74d { border-top: 3px solid #00ff88; }
.bright_b417 { border-top: 3px solid #d4af37; }
.stale_70f2 { border-top: 3px solid #ff6b6b; }
.footer_fresh_e902 { border-top: 3px solid #8b5cf6; }

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

.card-93b0 {
    overflow-x: auto;
}

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

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

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

.paragraph-fdae td {
    color: #ccc;
}

.paragraph-fdae .container_huge_5476 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

@media (max-width: 576px) {
    .info-huge-71d8 {
        grid-template-columns: 1fr;
    }
}

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

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

.info-complex-42cd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.short-1c26 p {
    color: #888;
    font-size: 0.9rem;
}

.glass-29d2 {
    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;
}

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

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

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

.plasma_3273 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.label-west-69ef {
    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;
}

.label-west-69ef::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);
}

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

.label-west-69ef h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.label-west-69ef p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.caption_a234 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge-upper-a630 .north-5783 {
    margin-bottom: 10px;
}

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

.badge-upper-a630 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.advanced-48ec {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.box_gas_2bd6 {
    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-lower-7f84 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-032e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pattern-032e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.green_2d01 a {
    color: #ff6b6b;
}

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

.gradient-basic-635a {
    max-width: 800px;
    margin: 0 auto;
}

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

.section_73d7 {
    text-align: center;
}

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

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

.gradient-basic-635a h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.gradient-basic-635a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip_8887.banner-brown-124e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .complex_0350 {
        flex-direction: column;
    }
    .carousel-662b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.logo_up_93c0 .background-copper-0aa2 {
    color: #666;
    margin: 0 8px;
}

.logo_up_93c0 .static_3576 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.thumbnail-fixed-48e1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.accent_b224 {
    font-size: 2rem;
}

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

.surface_78c6 strong {
    color: #d4af37;
}

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

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

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

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

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

.chip-light-545e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.dirty-478b strong {
    color: #d4af37;
    margin-right: 8px;
}

.column-fast-9de8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.frame_98a2 strong {
    color: #00ff88;
}

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

.tertiary-gold-4e5e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tertiary-gold-4e5e {
        grid-template-columns: 1fr;
    }
}

.warm-df85 h3,
.accent-5f26 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.form_plasma_c8d5 strong {
    color: #d4af37;
}

.description-f67a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pink_6b73 strong {
    color: #d4af37;
}

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

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

.upper_461e strong {
    color: #00ff88;
}

.upper_461e span {
    color: #d4af37;
}

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

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

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

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

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

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

.pagination-10e1 {
    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;
}

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

.photo-5edd {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.bronze-9f27 {
    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);
}

.fresh-8e66 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-first-7eac ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-first-7eac li {
    margin-bottom: 5px;
}

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

.table-first-7eac a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.input-dirty-e843 {
    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;
}

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

.heading-bc26 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .pattern_4885 {
        flex-direction: column;
    }
    
    .picture-liquid-1307 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .shadow-full-5a15 {
        padding: 30px 15px;
    }
    
    .shadow-full-5a15 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .middle_0c18 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .list-879c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .upper_e271 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .upper_e271 .preview-5b00 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tall_0e0d {
        font-size: 1.3rem;
    }
    
    .inner_7673 {
        font-size: 0.7rem;
    }
    
    .notification_83ec {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_83ec .current-9f21 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fresh-bf10 {
        display: none;
    }
    
    .menu-soft-61b8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_3b4b {
        padding: 20px 10px;
    }
    
    .easy_08be {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel_short_4f7f,
    .left_5dd5 {
        padding: 15px;
    }
    
    .right-e641 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bronze-9f27 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .next_dbe8 {
        padding: 30px 10px;
    }
    
    .header-9139 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-9373 {
        padding: 20px 15px;
    }
    
    .secondary-pro-4203 {
        font-size: 2rem;
    }
    
    .text-9373 h3 {
        font-size: 1.1rem;
    }
    
    .text-9373 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .liquid-d7ce {
        padding: 20px 5px;
    }
    
    .liquid-d7ce h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .feature_d6d0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .paragraph-fdae {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .paragraph-fdae th,
    .paragraph-fdae td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .shade-09b3 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .nav-9fec {
        padding: 20px 10px;
    }
    
    .summary_b7ee h2 {
        font-size: 1.3rem;
    }
    
    .button_pressed_022b {
        font-size: 0.9rem;
    }
    
    .tall_a8c8 h3 {
        font-size: 1.1rem;
    }
    
    .tall_a8c8 p {
        font-size: 0.9rem;
    }
    
    .container_prev_b621 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .info_red_fa42 {
        grid-template-columns: 1fr;
    }
    
    .pink_6b73 {
        font-size: 0.85rem;
    }
    
    .slow-cc87 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero_huge_442b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hero_huge_442b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .form-focused-1f35 {
        padding: 30px 10px;
    }
    
    .hovered_dbde {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge-down-abc3 {
        padding: 15px 10px;
    }
    
    .badge-down-abc3 h4 {
        font-size: 0.9rem;
    }
    
    .badge-down-abc3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gold-5cf4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hovered_dbde {
        grid-template-columns: 1fr;
    }
    
    .badge-down-abc3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .backdrop_dynamic_2649 {
        padding: 30px 10px;
    }
    
    .focus-white-62a2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message-center-4074 {
        padding: 15px;
    }
    
    .layout_slow_7800 {
        font-size: 0.9rem;
    }
    
    .gallery-7b4e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-7b4e .card-liquid-3a22 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .summary_f524 {
        padding: 30px 10px;
    }
    
    .summary_f524 h2 {
        font-size: 1.2rem;
    }
    
    .highlight-complex-7b7c {
        gap: 10px;
    }
    
    .photo_lite_d8fb summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .photo_lite_d8fb p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .photo_46dc {
        padding: 30px 10px;
    }
    
    .photo_46dc h2 {
        font-size: 1.2rem;
    }
    
    .form-under-9120 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-2d90 {
        padding: 15px 10px;
    }
    
    .hidden-2d90 h4 {
        font-size: 0.85rem;
    }
    
    .hidden-2d90 p {
        font-size: 0.75rem;
    }
    
    .notice_f847 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fluid_74c1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .yellow_97ca {
        padding: 20px 10px;
    }
    
    .logo_d466 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .silver_36a5,
    .pattern-032e,
    .green_2d01 {
        width: 100%;
    }
    
    .silver_36a5 h3 {
        font-size: 1.1rem;
    }
    
    .silver_36a5 p {
        font-size: 0.8rem;
    }
    
    .progress_fluid_39a7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .alert-758c {
        padding: 30px 15px;
    }
    
    .alert-758c h2 {
        font-size: 1.3rem;
    }
    
    .alert-758c p {
        font-size: 0.85rem;
    }
    
    .notification-cool-e5c4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-cool-e5c4 .current-9f21 {
        width: 100%;
    }
    
    .modal-22da {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .search_full_5517 {
        padding: 30px 10px;
    }
    
    .search_full_5517 h3 {
        font-size: 1.2rem;
    }
    
    .sort-rough-e061 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle_6aba {
        padding: 15px 10px;
    }
    
    .middle_6aba h4 {
        font-size: 0.85rem;
    }
    
    .middle_6aba p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .narrow_adef {
        padding: 30px 15px;
    }
    
    .chip_short_0c29 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .module-29bb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pink_e0b2 h4 {
        font-size: 0.9rem;
    }
    
    .pink_e0b2 a {
        font-size: 0.8rem;
    }
    
    .container_orange_fdf2 {
        font-size: 0.8rem;
    }
    
    .main_complex_d82e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .under-27da {
        padding: 8px 10px;
    }
    
    .photo_paper_d31c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .photo-center-1d70 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo_paper_d31c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .photo-center-1d70 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 36f2 */
.shadow-element-h0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
