/* Inner Page Styles */

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

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

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

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

.backdrop-steel-47e1 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.backdrop-steel-47e1 .caption_out_f80c {
    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;
}

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

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

.backdrop-steel-47e1 .caption_out_f80c:hover::before {
    left: 100%;
}

.backdrop-steel-47e1 .caption_out_f80c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-3877.fn-active-587b {
    color: var(--casino-gold-light);
}

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

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

.video-active-0dfc {
    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);
}

.video-active-0dfc 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);
}

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

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

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

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

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

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

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

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

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

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

.background-right-82d8 {
    padding: var(--md-spacing-md) 0;
}

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

.modal_37cb 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 */
.carousel-288d {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.carousel-288d 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);
}

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

/* Promo Cards */
.tabs-under-0c5f {
    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;
}

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

.tabs-under-0c5f:hover::before {
    left: 100%;
}

.tabs-under-0c5f 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;
}

.tabs-under-0c5f 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;
}

.tabs-under-0c5f .modal-in-55ed {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tabs-under-0c5f .modal-in-55ed:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.hidden_current_f1fa .modal-in-55ed {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hidden_current_f1fa .modal-in-55ed:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lower_3503 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lower_3503 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lower_3503 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .backdrop-steel-47e1 {
        justify-content: center;
    }
    
    .medium-a7b4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .icon-old-acc7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input_433a {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-active-0dfc {
        padding: var(--md-spacing-md);
    }
    
    .main-rough-8857 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_37cb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hidden_current_f1fa {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .carousel-narrow-0ee1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video-active-0dfc {
        padding: var(--md-spacing-sm);
    }
    
    .content-c17c {
        padding: var(--md-spacing-md);
    }
    
    .modal_37cb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.content-c17c,
.modal_37cb,
.hidden_current_f1fa {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.media_focused_edf6 {
    font-size: 1.5rem;
}

.form-67d9 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .row-out-93d4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .menu_f842 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.image-out-7f76 {
    padding: 30px 0;
}

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

.media-24d9 {
    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;
}

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

.media-24d9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.media-24d9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.photo-pink-3b41 {
    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;
}

.photo-pink-3b41 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.heading-dynamic-a549 {
    text-align: center;
    margin-bottom: 30px;
}

.clean-69cb {
    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;
}

.clean-69cb.fixed-3d70 .border_bottom_9ebf {
    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); }
}

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

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

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

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

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

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

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

.north_76e2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth_944b.video_f4aa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth_944b.warm-037e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth_944b.panel-83f2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth_944b.yellow-a499::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider_gas_0d44 {
    font-size: 1.2rem;
}

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

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

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

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

.panel_d7b6.white_e84d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel_d7b6.fn-active-587b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.accent-fluid-1ca1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.caption-b170 { border-top: 3px solid #00ccff; }
.preview-tall-b7b1 { border-top: 3px solid #00ff88; }
.inner-3490 { border-top: 3px solid #d4af37; }
.module-8740 { border-top: 3px solid #ff6b6b; }
.text_352e { border-top: 3px solid #8b5cf6; }

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

.notice_79a4 {
    overflow-x: auto;
}

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

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

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

.component_advanced_1336 td {
    color: #ccc;
}

.component_advanced_1336 .short-93b4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.backdrop-focused-4a84 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.header-out-5a57 {
    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;
}

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

.carousel-dirty-81a2 {
    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;
}

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

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

.modal-bottom-5fe5 {
    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;
}

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

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

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

.highlight_orange_3ae9 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-mini-b383 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.element-cool-62d7 {
    font-size: 1.5rem;
}

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

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

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

.hidden-gas-b400 {
    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;
}

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

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

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

.first-7e19 strong {
    color: #fff;
    display: block;
}

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

.black-40cc {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.tabs-4206 .form_fast_5026 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.banner-97d7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle-50ad {
    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;
}

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

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

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

.primary_6cf1 a {
    color: #ff6b6b;
}

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

.light-671d {
    max-width: 800px;
    margin: 0 auto;
}

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

.under-cc53 {
    text-align: center;
}

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

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

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

.light-671d > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hard-5a2f {
        flex-direction: column;
    }
    .disabled-2b18 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.video-13c4 .shadow_motion_71c7 {
    color: #666;
    margin: 0 8px;
}

.video-13c4 .item-north-5245 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.shadow_stale_cbba {
    font-size: 2rem;
}

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

.layout-f510 strong {
    color: #d4af37;
}

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

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

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

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

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

.blue-9d98 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.layout-4aaf strong {
    color: #00ff88;
}

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

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

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

.backdrop-advanced-87d2 h3,
.glass-2e2a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.media-fluid-aa79 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.element_bronze_3964 strong {
    color: #d4af37;
}

.video-top-5fc9 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice_8597 {
    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_8597 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

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

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

.progress-5153 strong {
    color: #d4af37;
}

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

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

.brown_df84 strong {
    color: #00ff88;
}

.brown_df84 span {
    color: #d4af37;
}

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

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

.large-678e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.primary-pro-aed4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.overlay-89b3 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.last-3c64 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold_1f2d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.content-blue-a893 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .content-over-ffa1 {
        padding: 30px 15px;
    }
    
    .content-over-ffa1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .last-b4d7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tag-1a3d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-eb85 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-eb85 .green-e992 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hero-smooth-90ac {
        font-size: 1.3rem;
    }
    
    .tertiary_mini_ee8b {
        font-size: 0.7rem;
    }
    
    .border-clean-dc23 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border-clean-dc23 .modal-in-55ed {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dirty_e9fd {
        display: none;
    }
    
    .simple_85b1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .content-static-5308 {
        padding: 20px 10px;
    }
    
    .large-678e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown_cef3,
    .popup_75b0 {
        padding: 15px;
    }
    
    .primary-pro-aed4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pressed-7276 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .footer_middle_f64c {
        padding: 30px 10px;
    }
    
    .dim-3b56 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-in-ab4b {
        padding: 20px 15px;
    }
    
    .accent-yellow-c96a {
        font-size: 2rem;
    }
    
    .mask-in-ab4b h3 {
        font-size: 1.1rem;
    }
    
    .mask-in-ab4b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .disabled_medium_55be {
        padding: 20px 10px;
    }
    
    .accent-center-f694 h2 {
        font-size: 1.3rem;
    }
    
    .slow-28e0 {
        font-size: 0.9rem;
    }
    
    .status_dim_d434 h3 {
        font-size: 1.1rem;
    }
    
    .status_dim_d434 p {
        font-size: 0.9rem;
    }
    
    .gradient_in_6122 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .focus_cool_1c08 {
        grid-template-columns: 1fr;
    }
    
    .progress-5153 {
        font-size: 0.85rem;
    }
    
    .glass_60ff {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_8597 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notice_8597 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .content-1a69 {
        padding: 30px 10px;
    }
    
    .picture_huge_eb64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_short_4587 {
        padding: 15px 10px;
    }
    
    .status_short_4587 h4 {
        font-size: 0.9rem;
    }
    
    .status_short_4587 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tertiary-5f69 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .stale_6dcc {
        padding: 30px 10px;
    }
    
    .image-35d4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-large-ffc3 {
        padding: 15px;
    }
    
    .heading-6c7d {
        font-size: 0.9rem;
    }
    
    .frame_green_62e8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame_green_62e8 .sort-motion-fde0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .carousel_9082 {
        padding: 30px 10px;
    }
    
    .carousel_9082 h2 {
        font-size: 1.2rem;
    }
    
    .focus_light_b36e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .silver-e0e0 {
        padding: 15px 10px;
    }
    
    .silver-e0e0 h4 {
        font-size: 0.85rem;
    }
    
    .silver-e0e0 p {
        font-size: 0.75rem;
    }
    
    .chip-6c44 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade_in_315d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .module-6311 {
        padding: 20px 10px;
    }
    
    .up-bc92 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .content_new_debd,
    .fast_3bfe,
    .primary_6cf1 {
        width: 100%;
    }
    
    .content_new_debd h3 {
        font-size: 1.1rem;
    }
    
    .content_new_debd p {
        font-size: 0.8rem;
    }
    
    .middle-50ad {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .secondary_404e {
        padding: 30px 15px;
    }
    
    .secondary_404e h2 {
        font-size: 1.3rem;
    }
    
    .secondary_404e p {
        font-size: 0.85rem;
    }
    
    .detail_static_7d37 {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail_static_7d37 .modal-in-55ed {
        width: 100%;
    }
    
    .hard_4830 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .west-949e {
        padding: 30px 10px;
    }
    
    .west-949e h3 {
        font-size: 1.2rem;
    }
    
    .badge_a763 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_current_f1fa {
        padding: 15px 10px;
    }
    
    .hidden_current_f1fa h4 {
        font-size: 0.85rem;
    }
    
    .hidden_current_f1fa p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .current_dd8c {
        padding: 30px 15px;
    }
    
    .glass-5867 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter-9cb2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .nav-over-cbef h4 {
        font-size: 0.9rem;
    }
    
    .nav-over-cbef a {
        font-size: 0.8rem;
    }
    
    .badge_12dc {
        font-size: 0.8rem;
    }
    
    .box_933d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification-9eda {
        padding: 8px 10px;
    }
    
    .wide_239c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu-inner-8d91 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wide_239c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu-inner-8d91 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 88fa */
.phantom-card-t1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
