/* Inner Page Styles */

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

.icon-dynamic-8128 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);
}

.icon-dynamic-8128 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);
}

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

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

.feature-eb7e .description-d3b6 {
    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;
}

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

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

.feature-eb7e .description-d3b6:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-7901.fn-active-aa0d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Sidebar Section */
.yellow_572a {
    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_small_71db {
    padding: var(--md-spacing-md) 0;
}

.carousel-short-d281 {
    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%;
}

.carousel-short-d281 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 */
.simple_7e71 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.last-89a3:hover::before {
    left: 100%;
}

.last-89a3 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;
}

.last-89a3 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;
}

.last-89a3 .dropdown-gas-d9a6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.last-89a3 .dropdown-gas-d9a6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.heading-580f {
    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);
}

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

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

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

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

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

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

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

.column_88ab .dropdown-gas-d9a6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column_88ab .dropdown-gas-d9a6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .icon-dynamic-8128 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .icon-dynamic-8128 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .icon-dynamic-8128 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature-eb7e {
        justify-content: center;
    }
    
    .image_static_9482 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .selected_e2d2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .texture_white_71c8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard_78b4 {
        padding: var(--md-spacing-md);
    }
    
    .yellow_572a {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel-short-d281 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column_88ab {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .logo-iron-4f1a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hard_78b4 {
        padding: var(--md-spacing-sm);
    }
    
    .column-basic-c710 {
        padding: var(--md-spacing-md);
    }
    
    .carousel-short-d281 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.column-basic-c710,
.carousel-short-d281,
.column_88ab {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.section-right-71f6 {
    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);
}

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

.label_6155 {
    font-size: 1.5rem;
}

.hero-simple-dc0d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.prev-fdaa {
    padding: 30px 0;
}

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

.main-tiny-2d3b {
    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;
}

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

.main-tiny-2d3b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.main-tiny-2d3b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.tag-gas-ae23 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.tag-gas-ae23 strong {
    color: #00ff88;
}

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

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

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

.gold-0f9b {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.block-8862.blue-04eb .info-c04d {
    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); }
}

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

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

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

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

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

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

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

.photo_upper_2902 {
    font-size: 1.2rem;
}

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

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

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

.status-south-132f {
    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;
}

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

.status-south-132f.element-glass-49c7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status-south-132f.complex-ee30::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status-south-132f.left-c1e2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status-south-132f.medium_1a40::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown_prev_b5ad {
    font-size: 1.2rem;
}

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

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

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

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

.green_8d94.paragraph_1753 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.green_8d94.fn-active-aa0d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.fast-90f1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.detail-fast-8b5a {
    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;
}

.detail-fast-8b5a:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.detail-fast-8b5a.west_be8c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pro_ec25 { border-top: 3px solid #00ccff; }
.hidden-dynamic-d930 { border-top: 3px solid #00ff88; }
.tag-over-5043 { border-top: 3px solid #d4af37; }
.menu_west_77d7 { border-top: 3px solid #ff6b6b; }
.photo-fixed-ccdb { border-top: 3px solid #8b5cf6; }

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

.item-middle-11fe {
    overflow-x: auto;
}

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

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

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

.shade-south-8daf td {
    color: #ccc;
}

.shade-south-8daf .banner-wood-6ed0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.shade-south-8daf tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.outline-fresh-680c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .preview-center-5cc4 {
        grid-template-columns: 1fr;
    }
}

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

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

.progress-5d57 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.secondary-prev-44bf {
    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;
}

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

.item-lower-2e16 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

.outline-4a5e {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-wood-c896 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.text_selected_0317 {
    font-size: 1.5rem;
}

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

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

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

.pagination_be7e {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

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

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

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

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

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

.wood-7da7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.feature_smooth_c4cc .frame_pro_da87 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-top-7144 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.block-fast-7141 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.mask-iron-052d h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.mask-iron-052d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.current-ffed a {
    color: #ff6b6b;
}

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

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

.backdrop-orange-811f {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.border-fixed-d73e {
    text-align: center;
}

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

.border-fixed-d73e .notification-south-baa7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.notification-0ffb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.icon-stone-fe6b {
    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;
}

.icon-stone-fe6b.west_be8c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.brown-8d55 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .form-thick-af39 {
        flex-direction: column;
    }
    .preview-46bf {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.list_2ef7 .grid-61e3 {
    color: #666;
    margin: 0 8px;
}

.list_2ef7 .hot_9f7e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.message-bottom-be36 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.texture_under_2c20 {
    font-size: 2rem;
}

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

.video-7fc7 strong {
    color: #d4af37;
}

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

.menu-small-df59 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.link-inner-7334 h3,
.picture-focused-8bd0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.gradient-clean-456b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.mini_95b5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.backdrop-bronze-8fa0 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.backdrop-bronze-8fa0 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.brown_820e strong {
    color: #d4af37;
}

.tag_056d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-center-07af {
    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;
}

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

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

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

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

.easy-4c3a strong {
    color: #d4af37;
}

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

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

.grid_next_1aa3 strong {
    color: #00ff88;
}

.grid_next_1aa3 span {
    color: #d4af37;
}

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

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

.steel-2ecb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.carousel-prev-4c79 {
    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;
}

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

.row-medium-11ce {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.search_25f2 {
    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_first_5ea2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.medium-6c4c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.medium-6c4c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .column-dynamic-2af7 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.slow-1786 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.block-fast-7141 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.smooth-66fe {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .soft-d422 {
        padding: 30px 15px;
    }
    
    .soft-d422 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .old-928a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .old_34e9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .banner-9f31 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .banner-9f31 .popup_6a9a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .heading-advanced-4764 {
        font-size: 1.3rem;
    }
    
    .inner_3af6 {
        font-size: 0.7rem;
    }
    
    .section-d045 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-d045 .dropdown-gas-d9a6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .carousel-01cd {
        display: none;
    }
    
    .tag-0cf4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .yellow_4086 {
        padding: 20px 10px;
    }
    
    .steel-2ecb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-new-0ed7,
    .main_under_67a4 {
        padding: 15px;
    }
    
    .current_e6d1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .search_25f2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dropdown-huge-b1f9 {
        padding: 30px 10px;
    }
    
    .backdrop_3990 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .clean-57aa {
        padding: 20px 15px;
    }
    
    .heading_solid_4003 {
        font-size: 2rem;
    }
    
    .clean-57aa h3 {
        font-size: 1.1rem;
    }
    
    .clean-57aa p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .text-fixed-2180 {
        padding: 20px 10px;
    }
    
    .yellow-6e7e h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_cf41 {
        font-size: 0.9rem;
    }
    
    .disabled_00ca h3 {
        font-size: 1.1rem;
    }
    
    .disabled_00ca p {
        font-size: 0.9rem;
    }
    
    .chip_a379 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .frame-orange-faac {
        grid-template-columns: 1fr;
    }
    
    .easy-4c3a {
        font-size: 0.85rem;
    }
    
    .title-265d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-center-07af {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .carousel-center-07af strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar-89f0 {
        padding: 30px 10px;
    }
    
    .caption-6ad9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle_2f92 {
        padding: 15px 10px;
    }
    
    .middle_2f92 h4 {
        font-size: 0.9rem;
    }
    
    .middle_2f92 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .texture-a76b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .caption-6ad9 {
        grid-template-columns: 1fr;
    }
    
    .middle_2f92 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row-f408 {
        padding: 30px 10px;
    }
    
    .image_middle_eca6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood_8230 {
        padding: 15px;
    }
    
    .modal_b2d6 {
        font-size: 0.9rem;
    }
    
    .tooltip_91d1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip_91d1 .menu-9c06 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .link_focused_2350 {
        padding: 30px 10px;
    }
    
    .link_focused_2350 h2 {
        font-size: 1.2rem;
    }
    
    .gradient-d457 {
        gap: 10px;
    }
    
    .layout-medium-c026 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .layout-medium-c026 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .photo-428d {
        padding: 30px 10px;
    }
    
    .photo-428d h2 {
        font-size: 1.2rem;
    }
    
    .button-0bc1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-purple-d592 {
        padding: 15px 10px;
    }
    
    .frame-purple-d592 h4 {
        font-size: 0.85rem;
    }
    
    .frame-purple-d592 p {
        font-size: 0.75rem;
    }
    
    .pattern-last-ec8a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .advanced_ccd4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thumbnail_4b43 {
        padding: 20px 10px;
    }
    
    .media_new_f641 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mask-iron-052d,
    .smooth-dd6f,
    .current-ffed {
        width: 100%;
    }
    
    .mask-iron-052d h3 {
        font-size: 1.1rem;
    }
    
    .mask-iron-052d p {
        font-size: 0.8rem;
    }
    
    .preview_61bc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wide-0a45 {
        padding: 30px 15px;
    }
    
    .wide-0a45 h2 {
        font-size: 1.3rem;
    }
    
    .wide-0a45 p {
        font-size: 0.85rem;
    }
    
    .avatar-5ee5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .avatar-5ee5 .dropdown-gas-d9a6 {
        width: 100%;
    }
    
    .fluid-83d4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pink-e025 {
        padding: 30px 15px;
    }
    
    .paragraph_6f68 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade_889f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_ed23 h4 {
        font-size: 0.9rem;
    }
    
    .highlight_ed23 a {
        font-size: 0.8rem;
    }
    
    .element_7855 {
        font-size: 0.8rem;
    }
    
    .banner-rough-5fde p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status-complex-070b {
        padding: 8px 10px;
    }
    
    .heading_663c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .smooth_924c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .heading_663c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .smooth_924c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: baad */
.phantom-card-x4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
