/* Inner Page Styles */

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

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

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

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

.status-81cf {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.status-81cf .row-fixed-e19c {
    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;
}

.status-81cf .row-fixed-e19c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.status-81cf .row-fixed-e19c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.status-81cf .row-fixed-e19c:hover::before {
    left: 100%;
}

.status-81cf .row-fixed-e19c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-af83.fn-active-a32b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.shade-first-74ff {
    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);
}

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

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

.shade-first-74ff p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.brown_474a 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 */
.blue-ec64 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.grid_focused_fad1 .image_first_0828:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.pagination-prev-e9d8 {
    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);
}

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

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

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

.pagination-prev-e9d8 .image_first_0828 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.pagination-prev-e9d8 .image_first_0828:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accent_1c9d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accent_1c9d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accent_1c9d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .status-81cf {
        justify-content: center;
    }
    
    .dim_f34e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .preview-0179 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown_small_26ef {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip-2243 {
        padding: var(--md-spacing-md);
    }
    
    .gas_b7e9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .brown_474a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pagination-prev-e9d8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pressed_19b2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tooltip-2243 {
        padding: var(--md-spacing-sm);
    }
    
    .shade-first-74ff {
        padding: var(--md-spacing-md);
    }
    
    .brown_474a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shade-first-74ff,
.brown_474a,
.pagination-prev-e9d8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.notice-1d0f {
    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);
}

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

.notification_bad4 {
    font-size: 1.5rem;
}

.chip-b4c0 strong {
    color: #00ff88;
}

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

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

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

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

.media-east-a231 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.media-east-a231 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.media-east-a231 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.thumbnail-5e7d {
    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;
}

.thumbnail-5e7d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.info-medium-39f0 {
    text-align: center;
    margin-bottom: 30px;
}

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

.form-soft-c980.main_59c4 .icon-brown-98d1 {
    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); }
}

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

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

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

.avatar-bright-614d {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-bright-614d 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;
}

.avatar-bright-614d 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);
}

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

.content-gas-89d8 {
    font-size: 1.2rem;
}

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

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

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

.menu-out-0f97 {
    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;
}

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

.menu-out-0f97.module-3004::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.menu-out-0f97.first_32f6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu-out-0f97.overlay_9244::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.menu-out-0f97.table-bc18::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.secondary-small-2a15 {
    font-size: 1.2rem;
}

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

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

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

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

.dim_bcb9.sort-clean-5289 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dim_bcb9.fn-active-a32b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.texture_huge_ee85.shade-medium-89f6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.badge-action-16c4 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.heading_74e5 { border-top: 3px solid #00ccff; }
.layout-689a { border-top: 3px solid #00ff88; }
.hovered_14e0 { border-top: 3px solid #d4af37; }
.tiny-a223 { border-top: 3px solid #ff6b6b; }
.outline_iron_da1b { border-top: 3px solid #8b5cf6; }

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

.accordion-a629 {
    overflow-x: auto;
}

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

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

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

.pressed_293f td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.list-746a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.border-fresh-efaa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.hero-full-108b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.block-down-397c h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.block-down-397c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.lite-05c5 {
    font-size: 2rem;
}

.caption-dark-9fb4 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.caption-dark-9fb4 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.over-1bfe {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_1c41 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.border-complex-37af {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.south-ee84 .description_d34b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge_dynamic_578f a {
    color: #ff6b6b;
}

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

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

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

.item_short_31ab {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.pattern-stale-64dd {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-5f2f {
    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;
}

.card-5f2f.shade-medium-89f6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.caption-next-ef97 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.avatar-top-48c8 .tabs-12db {
    color: #666;
    margin: 0 8px;
}

.avatar-top-48c8 .action_4275 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.text-north-90f7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.photo-green-68a6 {
    font-size: 2rem;
}

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

.photo-simple-ab66 strong {
    color: #d4af37;
}

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

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

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

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

.focus-old-e06e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.message-gas-acdc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accent-down-d332 strong {
    color: #d4af37;
    margin-right: 8px;
}

.input-focused-6509 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.current-ab30 strong {
    color: #00ff88;
}

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

.element-3fe5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.wide-4160 strong {
    color: #d4af37;
}

.up_cb82 {
    color: #aaa;
}

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

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

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

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

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

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

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

.shade-center-6baa:last-child {
    border-bottom: none;
}

.shade-center-6baa h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.shade-center-6baa p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.middle-2a93 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.middle-2a93 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;
}

.middle-2a93 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.avatar_f19c strong {
    color: #d4af37;
}

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

.hidden-rough-8163 {
    color: #888;
    font-size: 0.9rem;
}

.hidden-rough-8163 strong {
    color: #00ff88;
}

.hidden-rough-8163 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.notification-last-c3ce {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.icon-wood-73ec {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .paragraph-fixed-59b6 {
        grid-template-columns: 1fr;
    }
}

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

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

.tiny-68d4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tiny-68d4 li {
    margin-bottom: 5px;
}

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

.tiny-68d4 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.dirty_6d68 strong {
    color: #00ff88;
}

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

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

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

.video-west-1039 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.heading-paper-80b9 {
    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;
}

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

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

@media (max-width: 768px) {
    .video-west-1039 {
        flex-direction: column;
    }
    
    .heading-paper-80b9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.modal_purple_3f3a .breadcrumb-easy-30f3 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text-b32f {
        padding: 30px 15px;
    }
    
    .text-b32f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .last_3fd2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .list_7409 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .thumbnail-under-1d69 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail-under-1d69 .plasma_52c0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .container-099e {
        font-size: 1.3rem;
    }
    
    .static-0a63 {
        font-size: 0.7rem;
    }
    
    .out_f23b {
        flex-direction: column;
        gap: 10px;
    }
    
    .out_f23b .image_first_0828 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .mask_c52b {
        display: none;
    }
    
    .gallery-top-27af {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .next_f17a {
        padding: 20px 10px;
    }
    
    .east_d2d7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_ddb8,
    .thumbnail-slow-fa97 {
        padding: 15px;
    }
    
    .notification-last-c3ce {
        flex-direction: column;
        gap: 5px;
    }
    
    .new_dca2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .menu-9b07 {
        padding: 30px 10px;
    }
    
    .card-5407 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-1054 {
        padding: 20px 15px;
    }
    
    .main_8788 {
        font-size: 2rem;
    }
    
    .tabs-1054 h3 {
        font-size: 1.1rem;
    }
    
    .tabs-1054 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .component_1837 {
        padding: 20px 5px;
    }
    
    .component_1837 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .column-rough-1f4b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pressed_293f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pressed_293f th,
    .pressed_293f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .selected-3d6e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .mask_c8bd {
        padding: 20px 10px;
    }
    
    .border-968d h2 {
        font-size: 1.3rem;
    }
    
    .frame_blue_564c {
        font-size: 0.9rem;
    }
    
    .shade-center-6baa h3 {
        font-size: 1.1rem;
    }
    
    .shade-center-6baa p {
        font-size: 0.9rem;
    }
    
    .middle-2a93 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .search-42a7 {
        grid-template-columns: 1fr;
    }
    
    .avatar_f19c {
        font-size: 0.85rem;
    }
    
    .solid-88e3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow_28ff {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slow_28ff strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .under_dd2d {
        padding: 30px 10px;
    }
    
    .focus-pink-07b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_0537 {
        padding: 15px;
    }
    
    .hover_light_0adb {
        font-size: 0.9rem;
    }
    
    .west_da84 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west_da84 .shadow-e3fd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .frame-rough-dd9e {
        padding: 30px 10px;
    }
    
    .frame-rough-dd9e h2 {
        font-size: 1.2rem;
    }
    
    .hovered_16ed {
        gap: 10px;
    }
    
    .section-dirty-b9fe summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .section-dirty-b9fe p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hovered-b518 {
        padding: 30px 10px;
    }
    
    .hovered-b518 h2 {
        font-size: 1.2rem;
    }
    
    .glass-172c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outer_4190 {
        padding: 15px 10px;
    }
    
    .outer_4190 h4 {
        font-size: 0.85rem;
    }
    
    .outer_4190 p {
        font-size: 0.75rem;
    }
    
    .picture-1ac3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .brown-2ae2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .text-7c63 {
        padding: 20px 10px;
    }
    
    .list_3338 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .center_8db1,
    .fresh_e5da,
    .badge_dynamic_578f {
        width: 100%;
    }
    
    .center_8db1 h3 {
        font-size: 1.1rem;
    }
    
    .center_8db1 p {
        font-size: 0.8rem;
    }
    
    .white_a148 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .disabled_paper_cc2f {
        padding: 30px 15px;
    }
    
    .disabled_paper_cc2f h2 {
        font-size: 1.3rem;
    }
    
    .disabled_paper_cc2f p {
        font-size: 0.85rem;
    }
    
    .iron-c17d {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron-c17d .image_first_0828 {
        width: 100%;
    }
    
    .progress-purple-cba4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .bronze-0f66 {
        padding: 30px 10px;
    }
    
    .bronze-0f66 h3 {
        font-size: 1.2rem;
    }
    
    .smooth_ce41 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination-prev-e9d8 {
        padding: 15px 10px;
    }
    
    .pagination-prev-e9d8 h4 {
        font-size: 0.85rem;
    }
    
    .pagination-prev-e9d8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tiny-6a1a {
        padding: 30px 15px;
    }
    
    .texture_cool_53c3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pattern_first_e35b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .under_b902 h4 {
        font-size: 0.9rem;
    }
    
    .under_b902 a {
        font-size: 0.8rem;
    }
    
    .label-28fd {
        font-size: 0.8rem;
    }
    
    .badge-22d8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .card-8a9c {
        padding: 8px 10px;
    }
    
    .module_1739 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .item_mini_6ee5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module_1739 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .item_mini_6ee5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a529 */
.ghost-box-d4 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
