/* Inner Page Styles */

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

.mask-silver-1f0c 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);
}

.mask-silver-1f0c 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);
}

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

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

.over_8382 .thick-87ae {
    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;
}

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

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

.over_8382 .thick-87ae:hover::before {
    left: 100%;
}

.over_8382 .thick-87ae:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.footer-hovered-e00b {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.first-6cc0 {
    color: var(--casino-gold-light);
}

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

.first-6cc0 a:hover {
    color: var(--casino-gold-light);
}

.first-6cc0.fn-active-6964 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup_c30e 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_short_b9c5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.tooltip_short_b9c5 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_short_b9c5 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

.chip_upper_1c8b .block-hovered-cd1a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.chip_upper_1c8b .block-hovered-cd1a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.cold-483a {
    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);
}

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

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

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

.gallery-bright-6373 {
    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);
}

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

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

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

.gallery-bright-6373 .block-hovered-cd1a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gallery-bright-6373 .block-hovered-cd1a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mask-silver-1f0c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mask-silver-1f0c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mask-silver-1f0c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .over_8382 {
        justify-content: center;
    }
    
    .medium_1671 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mini_742d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pagination_brown_a430 {
        padding: var(--md-spacing-md) 0;
    }
    
    .row_bccf {
        padding: var(--md-spacing-md);
    }
    
    .dropdown_d555 {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup_c30e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gallery-bright-6373 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .motion_5459 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row_bccf {
        padding: var(--md-spacing-sm);
    }
    
    .paragraph_fe39 {
        padding: var(--md-spacing-md);
    }
    
    .popup_c30e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.paragraph_fe39,
.popup_c30e,
.gallery-bright-6373 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.stone_5ee6 {
    font-size: 1.5rem;
}

.focus_right_0355 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_west_6f1d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.full_f30d.dropdown_a189 .accent_1609 {
    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); }
}

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

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

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

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

.hover-e954 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;
}

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

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

.current-52a5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.main_4da7.breadcrumb_bf88::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.main_4da7.pro-8611::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main_4da7.mini-9de6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.main_4da7.overlay_north_b09c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort-fluid-d591 {
    font-size: 1.2rem;
}

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

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

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

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

.simple-7d40.logo_87a0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.simple-7d40.fn-active-6964 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.dirty_34f8.logo-upper-9719 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tertiary_easy_d40f { border-top: 3px solid #00ccff; }
.component_focused_ae31 { border-top: 3px solid #00ff88; }
.modal-steel-f293 { border-top: 3px solid #d4af37; }
.section_white_bdc8 { border-top: 3px solid #ff6b6b; }
.tooltip_east_523d { border-top: 3px solid #8b5cf6; }

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

.carousel_2180 {
    overflow-x: auto;
}

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

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

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

.light-e9a0 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-271d {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.main-50c0 {
    background: #0a0a0a;
    padding: 60px 0;
}

.feature-warm-2ace {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .feature-warm-2ace::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.label-c95b {
    font-size: 1.5rem;
}

.logo-west-3945 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.block-dim-0fdf strong {
    color: #fff;
    display: block;
}

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

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

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

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

.block-7172 .hero-d805 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.large-50c3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.container-purple-184c 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 */
.link-copper-d24e {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.caption-west-5ff2 {
    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;
}

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

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

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

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

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

.list-cool-092e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.disabled-narrow-9ccc h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.disabled-narrow-9ccc p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.title-2c6a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.title-2c6a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.new-d7cc a {
    color: #ff6b6b;
}

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

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

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

.media-c952 {
    text-align: center;
}

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

.media-c952 .wide-a2ad {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_gas_4fdc.logo-upper-9719 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.avatar-south-477c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .header-ded8 {
        flex-direction: column;
    }
    .outer-6483 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.link-007d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.right-25da .banner-hovered-0a79 {
    color: #666;
    margin: 0 8px;
}

.right-25da .over_8216 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.table-left-cba8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.lite-48ea {
    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;
}

.simple-6e24 {
    font-size: 2rem;
}

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

.border_ee9d strong {
    color: #d4af37;
}

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

.label-0d67 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

.secondary-865b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.description-glass-d312 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.media-last-df19 summary::-webkit-details-marker {
    display: none;
}

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

.notification-right-80b1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.caption-9e40 strong {
    color: #d4af37;
}

.component-d3c9 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-463e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fresh-463e 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;
}

.fresh-463e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.main-south-8c18 strong {
    color: #d4af37;
}

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

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

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

.caption-a80e span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.primary-white-0c90 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-steel-d1df ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-steel-d1df li {
    margin-bottom: 5px;
}

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

.block-steel-d1df a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.mask_top_72e3 strong {
    color: #00ff88;
}

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

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

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

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

.fast-3a29 {
    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;
}

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

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

@media (max-width: 768px) {
    .preview_outer_fbb5 {
        flex-direction: column;
    }
    
    .fast-3a29 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.caption-lower-85c7 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .up_03dd {
        padding: 30px 15px;
    }
    
    .up_03dd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list-active-f2e2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .advanced-a6bb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .stone-7c5e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone-7c5e .notice_right_4996 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .short_38c7 {
        font-size: 1.3rem;
    }
    
    .brown-4675 {
        font-size: 0.7rem;
    }
    
    .filter_wood_b6a8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter_wood_b6a8 .block-hovered-cd1a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active-left-0773 {
        display: none;
    }
    
    .slow_d0a7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .light-2c46 {
        padding: 20px 10px;
    }
    
    .slider-a467 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last_1eb1,
    .cool_097f {
        padding: 15px;
    }
    
    .texture_cold_b9b6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .layout_east_200b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .search-small-f1a2 {
        padding: 30px 10px;
    }
    
    .brown-5942 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_motion_512c {
        padding: 20px 15px;
    }
    
    .thumbnail_af68 {
        font-size: 2rem;
    }
    
    .input_motion_512c h3 {
        font-size: 1.1rem;
    }
    
    .input_motion_512c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .dropdown-green-87ff {
        padding: 20px 5px;
    }
    
    .dropdown-green-87ff h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .chip-bd75 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .light-e9a0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .light-e9a0 th,
    .light-e9a0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .input-prev-9334 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .active-9cf6 {
        padding: 20px 10px;
    }
    
    .up-3f9a h2 {
        font-size: 1.3rem;
    }
    
    .heading_8da3 {
        font-size: 0.9rem;
    }
    
    .hot_50ec h3 {
        font-size: 1.1rem;
    }
    
    .hot_50ec p {
        font-size: 0.9rem;
    }
    
    .fresh-463e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .image_e91f {
        grid-template-columns: 1fr;
    }
    
    .main-south-8c18 {
        font-size: 0.85rem;
    }
    
    .breadcrumb_bright_d652 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .upper_116a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .upper_116a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .feature-5bc4 {
        padding: 30px 10px;
    }
    
    .gradient_green_6e64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .smooth_e0d8 {
        padding: 15px 10px;
    }
    
    .smooth_e0d8 h4 {
        font-size: 0.9rem;
    }
    
    .smooth_e0d8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .content_gas_63ca {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .text-mini-36de {
        padding: 30px 10px;
    }
    
    .notice-1882 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-86f2 {
        padding: 15px;
    }
    
    .outline-glass-85fa {
        font-size: 0.9rem;
    }
    
    .up_d5e8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_d5e8 .grid-a710 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .modal-prev-47c7 {
        padding: 30px 10px;
    }
    
    .modal-prev-47c7 h2 {
        font-size: 1.2rem;
    }
    
    .tabs-d56c {
        gap: 10px;
    }
    
    .module-thick-a251 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .module-thick-a251 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .message_pink_355f {
        padding: 30px 10px;
    }
    
    .message_pink_355f h2 {
        font-size: 1.2rem;
    }
    
    .wide_fe2f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-up-355e {
        padding: 15px 10px;
    }
    
    .icon-up-355e h4 {
        font-size: 0.85rem;
    }
    
    .icon-up-355e p {
        font-size: 0.75rem;
    }
    
    .focus-tall-17d1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal_21a8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .logo-f749 {
        padding: 20px 10px;
    }
    
    .hero_cool_696e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .disabled-narrow-9ccc,
    .title-2c6a,
    .new-d7cc {
        width: 100%;
    }
    
    .disabled-narrow-9ccc h3 {
        font-size: 1.1rem;
    }
    
    .disabled-narrow-9ccc p {
        font-size: 0.8rem;
    }
    
    .simple_131b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .glass-55ea {
        padding: 30px 15px;
    }
    
    .glass-55ea h2 {
        font-size: 1.3rem;
    }
    
    .glass-55ea p {
        font-size: 0.85rem;
    }
    
    .alert-mini-df1e {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert-mini-df1e .block-hovered-cd1a {
        width: 100%;
    }
    
    .last-92bb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .button-2432 {
        padding: 30px 10px;
    }
    
    .button-2432 h3 {
        font-size: 1.2rem;
    }
    
    .hidden-fbef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-bright-6373 {
        padding: 15px 10px;
    }
    
    .gallery-bright-6373 h4 {
        font-size: 0.85rem;
    }
    
    .gallery-bright-6373 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hovered-5fb2 {
        padding: 30px 15px;
    }
    
    .alert-a6b5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .prev-8e98 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hot-526c h4 {
        font-size: 0.9rem;
    }
    
    .hot-526c a {
        font-size: 0.8rem;
    }
    
    .nav-7ac6 {
        font-size: 0.8rem;
    }
    
    .message-light-c75a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notice-full-04a7 {
        padding: 8px 10px;
    }
    
    .thick_63c5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight-3710 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick_63c5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-3710 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 541c */
.promo-block-l3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
