/* Inner Page Styles */

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

.photo-motion-12b5 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);
}

.photo-motion-12b5 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);
}

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

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

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

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

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

.narrow_93d7 .wrapper_b6fb:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-851b {
    color: var(--casino-gold-light);
}

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

.border-851b a:hover {
    color: var(--casino-gold-light);
}

.border-851b.fn-active-0e82 {
    color: var(--casino-gold-light);
}

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

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

.thumbnail-65c0 {
    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);
}

.thumbnail-65c0 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);
}

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

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

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

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

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

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

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

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

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

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

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

.clean-6aec {
    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%;
}

.clean-6aec 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 */
.modal_warm_6650 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.accent_bea2:hover::before {
    left: 100%;
}

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

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

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

.accent_bea2 .bronze_db03:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.pressed-7f0c {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.carousel-cool-9979 {
    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);
}

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

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

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

.carousel-cool-9979 .bronze_db03 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.carousel-cool-9979 .bronze_db03:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .photo-motion-12b5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .photo-motion-12b5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .photo-motion-12b5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .narrow_93d7 {
        justify-content: center;
    }
    
    .layout_narrow_7327 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .clean_9880 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .popup-55d7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail-65c0 {
        padding: var(--md-spacing-md);
    }
    
    .frame-c7b5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .clean-6aec {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .carousel-cool-9979 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .purple-a861 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thumbnail-65c0 {
        padding: var(--md-spacing-sm);
    }
    
    .over-82db {
        padding: var(--md-spacing-md);
    }
    
    .clean-6aec {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.over-82db,
.clean-6aec,
.carousel-cool-9979 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay-large-6cfa {
    font-size: 1.5rem;
}

.caption-c3f7 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .input-easy-88d0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .aside-3a63 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-07d3::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;
}

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

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

.soft-6525.component-dark-72d2 .accent-7b3a {
    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); }
}

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

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

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

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

.thumbnail-0779 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;
}

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

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

.button_01e3 {
    font-size: 1.2rem;
}

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

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

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

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

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

.search_6466.sort_8e9f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.search_6466.title_415e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.search_6466.feature-out-a277::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.search_6466.logo-731d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table-paper-ee59 {
    font-size: 1.2rem;
}

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

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

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

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

.pro_ecd4.stale-d212 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pro_ecd4.fn-active-0e82 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.description-83d0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.current_bfd9.info-cold-4b9e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.mask_green_d9b2 { border-top: 3px solid #00ccff; }
.stale_77e7 { border-top: 3px solid #00ff88; }
.fresh-a34b { border-top: 3px solid #d4af37; }
.gallery-6bbf { border-top: 3px solid #ff6b6b; }
.north_8ab7 { border-top: 3px solid #8b5cf6; }

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

.block-fe91 {
    overflow-x: auto;
}

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

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

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

.dark_b368 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-easy-dc04 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.main_wide_0b65 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.status-next-ef3b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.thick-4eaf {
    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;
}

.thick-4eaf::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);
}

.up-87b3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.label-action-773a {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.in_3dd2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.dynamic-0c0c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.first_b9e1 .clean_55e3 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.middle-64a4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.photo-selected-5483 {
    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;
}

.text-silver-e1b7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.link-up-7659 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.icon-cold-f26e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.notice-4dee {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.notice-4dee span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.next-8092 a {
    color: #ff6b6b;
}

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

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

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

.item-next-2a1f {
    text-align: center;
}

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

.item-next-2a1f .block_67bb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-164e {
    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;
}

.yellow-164e.info-cold-4b9e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hidden-stone-40d6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.hero-in-a80e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.warm-7c1a .content_motion_4372 {
    color: #666;
    margin: 0 8px;
}

.warm-7c1a .search_gold_2953 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.easy-1c19 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.thumbnail_6234 {
    font-size: 2rem;
}

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

.overlay_e1a7 strong {
    color: #d4af37;
}

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

.heading-05ea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.badge-complex-de02 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.modal_32c3 strong {
    color: #00ff88;
}

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

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

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

.selected-7ce8 h3,
.orange_9094 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.button_cold_13f6 strong {
    color: #d4af37;
}

.dropdown_short_adb1 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card_selected_a96f strong {
    color: #d4af37;
}

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

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

.narrow_34c1 strong {
    color: #00ff88;
}

.narrow_34c1 span {
    color: #d4af37;
}

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

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

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

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

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

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

.top-9a77 {
    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;
}

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

.stale-445c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.sidebar-bronze-8a98 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-over-1a6e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-over-1a6e li {
    margin-bottom: 5px;
}

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

.footer-over-1a6e a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-right-240d {
    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;
}

.form-right-240d: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) {
    .form-right-240d {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .form-right-240d {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .element_2a33 {
        padding: 30px 15px;
    }
    
    .element_2a33 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid-iron-9259 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .badge-a253 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .green_7d6d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .green_7d6d .picture_old_190f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .preview_rough_a97d {
        font-size: 1.3rem;
    }
    
    .shade-9c67 {
        font-size: 0.7rem;
    }
    
    .first-7e56 {
        flex-direction: column;
        gap: 10px;
    }
    
    .first-7e56 .bronze_db03 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hot-08b0 {
        display: none;
    }
    
    .description_bronze_7d6f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .under_3ffa {
        padding: 20px 10px;
    }
    
    .red_be8f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-pink-da21,
    .primary-788a {
        padding: 15px;
    }
    
    .sidebar-bronze-8a98 {
        flex-direction: column;
        gap: 5px;
    }
    
    .button_f13e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accordion-fbb0 {
        padding: 30px 10px;
    }
    
    .element-under-a4ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_large_a2d0 {
        padding: 20px 15px;
    }
    
    .narrow-29d8 {
        font-size: 2rem;
    }
    
    .icon_large_a2d0 h3 {
        font-size: 1.1rem;
    }
    
    .icon_large_a2d0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar-bottom-8575 {
        padding: 20px 10px;
    }
    
    .lite-f2cc h2 {
        font-size: 1.3rem;
    }
    
    .copper-c250 {
        font-size: 0.9rem;
    }
    
    .info_6e8c h3 {
        font-size: 1.1rem;
    }
    
    .info_6e8c p {
        font-size: 0.9rem;
    }
    
    .fluid_0c43 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .component_east_fad8 {
        grid-template-columns: 1fr;
    }
    
    .card_selected_a96f {
        font-size: 0.85rem;
    }
    
    .message_out_f31d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm_965b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .warm_965b strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dirty-09ca {
        padding: 30px 10px;
    }
    
    .outline_top_507c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .soft-b4f2 {
        padding: 15px;
    }
    
    .mini_3f55 {
        font-size: 0.9rem;
    }
    
    .highlight_copper_fea9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .highlight_copper_fea9 .tooltip_57e8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .static-1796 {
        padding: 30px 10px;
    }
    
    .static-1796 h2 {
        font-size: 1.2rem;
    }
    
    .advanced_1450 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-paper-f394 {
        padding: 15px 10px;
    }
    
    .hidden-paper-f394 h4 {
        font-size: 0.85rem;
    }
    
    .hidden-paper-f394 p {
        font-size: 0.75rem;
    }
    
    .heading_8e50 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .white_c2fe {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .layout_left_7562 {
        padding: 20px 10px;
    }
    
    .description-gold-1475 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup_lower_973e,
    .notice-4dee,
    .next-8092 {
        width: 100%;
    }
    
    .popup_lower_973e h3 {
        font-size: 1.1rem;
    }
    
    .popup_lower_973e p {
        font-size: 0.8rem;
    }
    
    .complex_3828 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .image-tall-91bf {
        padding: 30px 15px;
    }
    
    .image-tall-91bf h2 {
        font-size: 1.3rem;
    }
    
    .image-tall-91bf p {
        font-size: 0.85rem;
    }
    
    .breadcrumb-left-5b05 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-left-5b05 .bronze_db03 {
        width: 100%;
    }
    
    .outline-434d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .wood_ad8b {
        padding: 30px 10px;
    }
    
    .wood_ad8b h3 {
        font-size: 1.2rem;
    }
    
    .mini_51a5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-cool-9979 {
        padding: 15px 10px;
    }
    
    .carousel-cool-9979 h4 {
        font-size: 0.85rem;
    }
    
    .carousel-cool-9979 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .disabled_c577 {
        padding: 30px 15px;
    }
    
    .pink_89e8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .simple_045c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .modal-up-118a h4 {
        font-size: 0.9rem;
    }
    
    .modal-up-118a a {
        font-size: 0.8rem;
    }
    
    .avatar_green_d9b0 {
        font-size: 0.8rem;
    }
    
    .sort-cool-da13 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .heading_b1d2 {
        padding: 8px 10px;
    }
    
    .footer_fd99 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .panel-89e8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer_fd99 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel-89e8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 814c */
.promo-block-n1 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
