/* Inner Page Styles */

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

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

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

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

.slider-liquid-e198 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.slider-liquid-e198 .text-2c23 {
    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;
}

.slider-liquid-e198 .text-2c23::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.slider-liquid-e198 .text-2c23:hover::before {
    left: 100%;
}

.slider-liquid-e198 .text-2c23:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.frame-south-f50b {
    margin-bottom: var(--md-spacing-lg);
}

.layout-white-039f {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

.wrapper-47a3 {
    color: var(--casino-gold-light);
}

.wrapper-47a3 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.wrapper-47a3 a:hover {
    color: var(--casino-gold-light);
}

.wrapper-47a3.fn-active-c52d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-092b {
    padding: var(--md-spacing-md) 0;
}

.menu-2c64 {
    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%;
}

.menu-2c64 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 */
.tooltip-333d {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.right_90e1 .notification_top_1c08:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.shadow_copper_5928 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

.preview_wood_8b47 .notification_top_1c08 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.preview_wood_8b47 .notification_top_1c08:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .selected_b886 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .selected_b886 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .selected_b886 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slider-liquid-e198 {
        justify-content: center;
    }
    
    .layout-white-039f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .medium-c008 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .card_5f51 {
        padding: var(--md-spacing-md) 0;
    }
    
    .current_797a {
        padding: var(--md-spacing-md);
    }
    
    .gold_f778 {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu-2c64 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .preview_wood_8b47 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .grid-72e5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .current_797a {
        padding: var(--md-spacing-sm);
    }
    
    .last_56f1 {
        padding: var(--md-spacing-md);
    }
    
    .menu-2c64 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.last_56f1,
.menu-2c64,
.preview_wood_8b47 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.active-last-66a7 {
    font-size: 1.5rem;
}

.element_cb4a strong {
    color: #00ff88;
}

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

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

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

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

.thumbnail-8b7c {
    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;
}

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

.thumbnail-8b7c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.thumbnail-8b7c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.gallery_pressed_80c0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.badge-south-99b6 {
    text-align: center;
    margin-bottom: 30px;
}

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

.copper-d39c.detail_6a15 .widget_e6a2 {
    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); }
}

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

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

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

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

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

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

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

.lite_caa2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.north_717b.label_6134::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.north_717b.next_7da5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.north_717b.red_5a8c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.north_717b.description_c147::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.title_large_5365 {
    font-size: 1.2rem;
}

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

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

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

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

.element_mini_90d4.simple_1537 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.element_mini_90d4.fn-active-c52d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.detail-35ce {
    color: #666;
    font-size: 0.8rem;
}

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

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

.first-709c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.aside-63a2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.header-thick-4fcb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.accent-down-d9a1 {
    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;
}

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

.accent-down-d9a1.progress_east_8dfa {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.list-liquid-d315 { border-top: 3px solid #00ccff; }
.feature-fast-d910 { border-top: 3px solid #00ff88; }
.message-old-8107 { border-top: 3px solid #d4af37; }
.chip_d156 { border-top: 3px solid #ff6b6b; }
.preview_bedc { border-top: 3px solid #8b5cf6; }

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

.feature_e633 {
    overflow-x: auto;
}

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

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

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

.picture-b10a td {
    color: #ccc;
}

.picture-b10a .lower-b71a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.solid-1b01 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.action-0700 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.frame-9cdd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.dropdown-warm-ad64 {
    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;
}

.dropdown-warm-ad64::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);
}

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

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

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

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

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

.avatar-2e34 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.container_e3b7 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.basic-fbb2 strong {
    color: #fff;
    display: block;
}

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

.content-left-c248 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.south-b113 .gradient_wide_eea1 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .gallery-red-310d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-dynamic-58f5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.logo-dynamic-58f5 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.heading_cool_dec5 a {
    color: #ff6b6b;
}

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

.motion-610e {
    max-width: 800px;
    margin: 0 auto;
}

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

.title-2a8c {
    text-align: center;
}

.title-2a8c .old-88b1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.title-2a8c .fast_2b44 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.motion-610e > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.panel-clean-5415 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-fresh-42a9 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .summary-bright-e01d {
        flex-direction: column;
    }
    .alert-fresh-42a9 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.sidebar-8a8f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.dim_e3e5 .item-new-006c {
    color: #666;
    margin: 0 8px;
}

.dim_e3e5 .form-blue-2578 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.item-715f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.list-65da strong {
    color: #d4af37;
    margin-right: 8px;
}

.white-8d4b {
    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;
}

.filter-4c2b {
    font-size: 2rem;
}

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

.dynamic_43a3 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.form-copper-d27c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption_first_1c70 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.fast-8ade {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.grid-iron-f9ef h3,
.pressed-64a5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.wide-7ea1 summary::-webkit-details-marker {
    display: none;
}

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

.title-easy-6f76 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.primary_744f strong {
    color: #d4af37;
}

.stale-6011 {
    color: #aaa;
}

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

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

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

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

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

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

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

.gold-bcbb:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_paper_2398 strong {
    color: #d4af37;
}

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

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

.form_af6d strong {
    color: #00ff88;
}

.form_af6d span {
    color: #d4af37;
}

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

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

.mini-20d5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.caption-new-9bbe {
    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;
}

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

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

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

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

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

.aside-stale-7f41 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.element-next-d66d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.element-next-d66d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image_33b3 strong {
    color: #00ff88;
}

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

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

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

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

.slider-936f {
    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;
}

.message-34c7 {
    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;
}

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

@media (max-width: 768px) {
    .copper-caa5 {
        flex-direction: column;
    }
    
    .slider-936f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.sidebar-medium-2b53 {
    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;
}

.sidebar-medium-2b53: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) {
    .sidebar-medium-2b53 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .sidebar-medium-2b53 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .input-dddd {
        padding: 30px 15px;
    }
    
    .input-dddd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hot-1f9a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background-new-2a4c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .lower-88b6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lower-88b6 .search-light-04f4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gas-3826 {
        font-size: 1.3rem;
    }
    
    .brown-39d0 {
        font-size: 0.7rem;
    }
    
    .link_47c9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link_47c9 .notification_top_1c08 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pressed_faaa {
        display: none;
    }
    
    .hard_d158 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .in_7013 {
        padding: 20px 10px;
    }
    
    .mini-20d5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .down-db65,
    .pro_fee4 {
        padding: 15px;
    }
    
    .advanced-8b8d {
        flex-direction: column;
        gap: 5px;
    }
    
    .left_8bb8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .copper_a567 {
        padding: 30px 10px;
    }
    
    .in-d7f0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail-stale-61c3 {
        padding: 20px 15px;
    }
    
    .thick_1503 {
        font-size: 2rem;
    }
    
    .thumbnail-stale-61c3 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-stale-61c3 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .button-239f {
        padding: 20px 5px;
    }
    
    .button-239f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .filter-dark-450e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .picture-b10a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .picture-b10a th,
    .picture-b10a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .text-large-43ee {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .advanced-aada {
        padding: 20px 10px;
    }
    
    .clean_3e3c h2 {
        font-size: 1.3rem;
    }
    
    .first-b8cc {
        font-size: 0.9rem;
    }
    
    .gold-bcbb h3 {
        font-size: 1.1rem;
    }
    
    .gold-bcbb p {
        font-size: 0.9rem;
    }
    
    .bottom_b5cf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .middle_97aa {
        grid-template-columns: 1fr;
    }
    
    .tooltip_paper_2398 {
        font-size: 0.85rem;
    }
    
    .component-selected-0307 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_7e70 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shadow_7e70 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .badge-upper-d1e5 {
        padding: 30px 10px;
    }
    
    .tabs-hard-477e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .simple_dcc9 {
        padding: 15px 10px;
    }
    
    .simple_dcc9 h4 {
        font-size: 0.9rem;
    }
    
    .simple_dcc9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tall_721b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tabs-hard-477e {
        grid-template-columns: 1fr;
    }
    
    .simple_dcc9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel-bronze-e219 {
        padding: 30px 10px;
    }
    
    .logo-smooth-24ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus-stone-86a2 {
        padding: 15px;
    }
    
    .content-09dc {
        font-size: 0.9rem;
    }
    
    .narrow-88be {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow-88be .grid_78ea {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .yellow-fabe {
        padding: 30px 10px;
    }
    
    .yellow-fabe h2 {
        font-size: 1.2rem;
    }
    
    .orange_6341 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pro-8986 {
        padding: 15px 10px;
    }
    
    .pro-8986 h4 {
        font-size: 0.85rem;
    }
    
    .pro-8986 p {
        font-size: 0.75rem;
    }
    
    .basic-b2a6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .column_6c14 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .green-a290 {
        padding: 20px 10px;
    }
    
    .hover_1bca {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .disabled-15df,
    .logo-dynamic-58f5,
    .heading_cool_dec5 {
        width: 100%;
    }
    
    .disabled-15df h3 {
        font-size: 1.1rem;
    }
    
    .disabled-15df p {
        font-size: 0.8rem;
    }
    
    .message_0f71 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .avatar_center_2c94 {
        padding: 30px 15px;
    }
    
    .avatar_center_2c94 h2 {
        font-size: 1.3rem;
    }
    
    .avatar_center_2c94 p {
        font-size: 0.85rem;
    }
    
    .green_5ef5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green_5ef5 .notification_top_1c08 {
        width: 100%;
    }
    
    .breadcrumb-7698 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .paper_ce5e {
        padding: 30px 15px;
    }
    
    .accent-wide-5b23 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .stale_e529 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .item-active-454a h4 {
        font-size: 0.9rem;
    }
    
    .item-active-454a a {
        font-size: 0.8rem;
    }
    
    .tooltip-prev-a084 {
        font-size: 0.8rem;
    }
    
    .picture-orange-7518 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .breadcrumb-solid-9515 {
        padding: 8px 10px;
    }
    
    .gold-f3d3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .element_1274 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gold-f3d3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .element_1274 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b35b */
.promo-block-k0 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
