/* Inner Page Styles */

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

.surface-solid-7da8 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);
}

.surface-solid-7da8 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);
}

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

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

.media_blue_6f2f .gas-eebb {
    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;
}

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

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

.media_blue_6f2f .gas-eebb:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.chip-old-0dd1 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.preview_3c63.fn-active-83f3 {
    color: var(--casino-gold-light);
}

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

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

.summary-steel-adba {
    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);
}

.summary-steel-adba 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);
}

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

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

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

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

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

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

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

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

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

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

.slider-iron-f457 {
    padding: var(--md-spacing-md) 0;
}

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

.button_a067 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 */
.progress-stone-c7a3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.progress-stone-c7a3 li {
    margin-bottom: var(--md-spacing-xs);
}

.progress-stone-c7a3 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);
}

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

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

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

.column-63e6:hover::before {
    left: 100%;
}

.column-63e6 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;
}

.column-63e6 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;
}

.column-63e6 .yellow-db94 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.column-63e6 .yellow-db94:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.orange-87c0 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.outline-next-c77d {
    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);
}

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

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

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

.outline-next-c77d .yellow-db94 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.outline-next-c77d .yellow-db94:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface-solid-7da8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface-solid-7da8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface-solid-7da8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .media_blue_6f2f {
        justify-content: center;
    }
    
    .row_rough_b40e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slow_3e18 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .selected_eff3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary-steel-adba {
        padding: var(--md-spacing-md);
    }
    
    .main_c390 {
        padding: var(--md-spacing-md) 0;
    }
    
    .button_a067 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .outline-next-c77d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .message_first_7bbf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .summary-steel-adba {
        padding: var(--md-spacing-sm);
    }
    
    .hard-2b50 {
        padding: var(--md-spacing-md);
    }
    
    .button_a067 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hard-2b50,
.button_a067,
.outline-next-c77d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.grid-fixed-ff64::-webkit-scrollbar {
    width: 8px;
}

.grid-fixed-ff64::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.accent_11f9 {
    font-size: 1.5rem;
}

.grid_white_2be6 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.table-d020 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.backdrop-old-105e {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.dark_8a75 strong {
    color: #00ff88;
}

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

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

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

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

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

.container-d36f::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-1e92 {
    text-align: center;
    margin-bottom: 30px;
}

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

.under_ba59.smooth-d9bd .west-4c26 {
    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); }
}

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

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

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

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

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

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

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

.stone-f7f9 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .active-smooth-761b {
        grid-template-columns: 1fr;
    }
}

.static-1b9b {
    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;
}

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

.static-1b9b.advanced_a1c0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.static-1b9b.carousel-north-eaa2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static-1b9b.next-bd2a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.static-1b9b.shadow-1027::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.orange-c3b2 {
    font-size: 1.2rem;
}

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

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

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

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

.outer-49b3.column-pro-57a0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer-49b3.fn-active-83f3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.input-iron-3df5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.down-3f94 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.copper-724d.picture-46ba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.background-huge-5e96 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.liquid_673b { border-top: 3px solid #00ccff; }
.fast-6848 { border-top: 3px solid #00ff88; }
.under_b9bd { border-top: 3px solid #d4af37; }
.gallery-7374 { border-top: 3px solid #ff6b6b; }
.brown_df95 { border-top: 3px solid #8b5cf6; }

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

.summary_b310 {
    overflow-x: auto;
}

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

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

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

.text-smooth-69d8 td {
    color: #ccc;
}

.text-smooth-69d8 .summary-3901 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.text-smooth-69d8 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.content-hot-3cfb {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.wrapper-6f75 {
    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;
}

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

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

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

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

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

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

.feature-8c18 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.silver-60ea {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.tag-41f3 {
    font-size: 1.5rem;
}

.widget-current-0e3e {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.medium_0205 .blue-b457 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.item-right-8d79 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.image-65df {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-gas-7f62 {
    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;
}

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

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

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

.outer-b5db a {
    color: #ff6b6b;
}

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

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

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

.brown_a7d9 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_upper_2068.picture-46ba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.wrapper-full-2e26 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.paragraph-lite-d0df .bronze_0d39 {
    color: #666;
    margin: 0 8px;
}

.paragraph-lite-d0df .popup-27b1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.active-focused-3791 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.bronze-4b4e {
    font-size: 2rem;
}

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

.under-5291 strong {
    color: #d4af37;
}

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

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

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

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

.box-easy-185b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.green-1acd strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.image-3cce {
    background: #0a0a0a;
    padding: 30px 0;
}

.card-mini-2c32 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.label-tall-9348 h3,
.brown_7a27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.sidebar-2d2d strong {
    color: #d4af37;
}

.silver_709d {
    color: #aaa;
}

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

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

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

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

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

.container-6fe3 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-0e96 strong {
    color: #d4af37;
}

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

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

.button-ec5a strong {
    color: #00ff88;
}

.button-ec5a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-6ccb {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.caption-6ccb li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-gas-87b5 {
    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;
}

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

.input-6dc1 strong {
    color: #00ff88;
}

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

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

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

.gradient-45ba {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.accent-first-522d {
    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;
}

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

@media (max-width: 768px) {
    .gradient-45ba {
        flex-direction: column;
    }
    
    .title_e484 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.photo-40e2 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo_hard_0afc {
        padding: 30px 15px;
    }
    
    .logo_hard_0afc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .over_dc3e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .huge-a52c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .description-stone-a217 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description-stone-a217 .nav_27a4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .full_ff0e {
        font-size: 1.3rem;
    }
    
    .advanced-93a5 {
        font-size: 0.7rem;
    }
    
    .liquid-6ba4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid-6ba4 .yellow-db94 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .paper-3837 {
        display: none;
    }
    
    .focus_7fcb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gas_9657 {
        padding: 20px 10px;
    }
    
    .plasma-c68a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame_cold_6dcb,
    .fast_d29f {
        padding: 15px;
    }
    
    .outline-b00f {
        flex-direction: column;
        gap: 5px;
    }
    
    .form_blue_69b4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .lower-b11f {
        padding: 30px 10px;
    }
    
    .wrapper_hovered_eeed {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav_west_2c6f {
        padding: 20px 15px;
    }
    
    .widget_88af {
        font-size: 2rem;
    }
    
    .nav_west_2c6f h3 {
        font-size: 1.1rem;
    }
    
    .nav_west_2c6f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .preview-red-6d71 {
        padding: 20px 5px;
    }
    
    .preview-red-6d71 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .chip_top_af1e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .text-smooth-69d8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .text-smooth-69d8 th,
    .text-smooth-69d8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .frame_3e54 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .carousel_41ba {
        padding: 20px 10px;
    }
    
    .clean-f267 h2 {
        font-size: 1.3rem;
    }
    
    .gas_77d8 {
        font-size: 0.9rem;
    }
    
    .east_feff h3 {
        font-size: 1.1rem;
    }
    
    .east_feff p {
        font-size: 0.9rem;
    }
    
    .texture_bright_0312 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .lower-bf59 {
        grid-template-columns: 1fr;
    }
    
    .photo-0e96 {
        font-size: 0.85rem;
    }
    
    .bronze_514e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white-b2ad {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .white-b2ad strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .banner_0b81 {
        padding: 30px 10px;
    }
    
    .accent_next_079d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_877d {
        padding: 15px;
    }
    
    .bright-3251 {
        font-size: 0.9rem;
    }
    
    .tabs-013c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-013c .new-f1c9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .bottom-023a {
        padding: 30px 10px;
    }
    
    .bottom-023a h2 {
        font-size: 1.2rem;
    }
    
    .pagination-over-2cb6 {
        gap: 10px;
    }
    
    .backdrop_pro_2a54 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .backdrop_pro_2a54 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .brown_1443 {
        padding: 30px 10px;
    }
    
    .brown_1443 h2 {
        font-size: 1.2rem;
    }
    
    .paragraph_c1d3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_bottom_8887 {
        padding: 15px 10px;
    }
    
    .heading_bottom_8887 h4 {
        font-size: 0.85rem;
    }
    
    .heading_bottom_8887 p {
        font-size: 0.75rem;
    }
    
    .input_27ab {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .feature_b428 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner_easy_c43e {
        padding: 20px 10px;
    }
    
    .slow_d44e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .soft-a5d5,
    .avatar-b637,
    .outer-b5db {
        width: 100%;
    }
    
    .soft-a5d5 h3 {
        font-size: 1.1rem;
    }
    
    .soft-a5d5 p {
        font-size: 0.8rem;
    }
    
    .frame-gas-7f62 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .solid-fcca {
        padding: 30px 15px;
    }
    
    .solid-fcca h2 {
        font-size: 1.3rem;
    }
    
    .solid-fcca p {
        font-size: 0.85rem;
    }
    
    .fixed-daa7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fixed-daa7 .yellow-db94 {
        width: 100%;
    }
    
    .gold_3a37 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .element-iron-cd34 {
        padding: 30px 15px;
    }
    
    .medium_d77a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail-outer-7ada {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .stale_247b h4 {
        font-size: 0.9rem;
    }
    
    .stale_247b a {
        font-size: 0.8rem;
    }
    
    .avatar_focused_dfe6 {
        font-size: 0.8rem;
    }
    
    .smooth_d8bf p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .logo-bd7b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .white_e30d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ce5f */
.ghost-box-v8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
