/* Inner Page Styles */

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

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

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

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

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

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

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

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

.widget_3c6d .outline_9e03:hover::before {
    left: 100%;
}

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

.header-easy-5ca6 {
    margin-bottom: var(--md-spacing-lg);
}

.fixed-812b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow_d3f6.fn-active-1be3 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.block-dark-230f {
    padding: var(--md-spacing-lg) 0;
}

.thick-75e1 {
    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);
}

.thick-75e1 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);
}

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

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

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

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

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

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

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

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

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

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

.link-bottom-5e95 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.thumbnail-11df:hover::before {
    left: 100%;
}

.thumbnail-11df 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;
}

.thumbnail-11df 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;
}

.thumbnail-11df .button-red-9da6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.thumbnail-11df .button-red-9da6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.highlight-7ad5 {
    margin-top: var(--md-spacing-sm);
}

.summary-action-2329 {
    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);
}

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

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

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

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

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

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

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

.tiny_7845 .button-red-9da6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tiny_7845 .button-red-9da6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .preview-fe1f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .preview-fe1f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .preview-fe1f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .widget_3c6d {
        justify-content: center;
    }
    
    .fixed-812b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .link_f893 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .block-dark-230f {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick-75e1 {
        padding: var(--md-spacing-md);
    }
    
    .module_70b0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_0aec {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tiny_7845 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .outline-0f0f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thick-75e1 {
        padding: var(--md-spacing-sm);
    }
    
    .notice_wood_6c8c {
        padding: var(--md-spacing-md);
    }
    
    .notification_0aec {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.notice_wood_6c8c,
.notification_0aec,
.tiny_7845 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.pagination-fast-1ad3 {
    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);
}

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

.search-8cea {
    font-size: 1.5rem;
}

.header_a410 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tag-gas-e0d9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .iron-ff67 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.highlight-2ba1 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.link-e36f strong {
    color: #00ff88;
}

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

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

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

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

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

.filter-over-a17b::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;
}

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

.picture-clean-3904 {
    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;
}

.picture-clean-3904.hidden_c410 .banner_a651 {
    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); }
}

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

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

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

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

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

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

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

.gold-e66a {
    font-size: 1.2rem;
}

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

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

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

.menu-44b5 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.menu-44b5.filter-static-8443::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.menu-44b5.banner_a506::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu-44b5.active_west_5b8a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.menu-44b5.breadcrumb-last-2ce3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort-motion-a138 {
    font-size: 1.2rem;
}

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

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

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

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

.center-9ee3.active_7136 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center-9ee3.fn-active-1be3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.message-9e95 {
    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;
}

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

.message-9e95.sidebar_3769 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.accent-glass-916e {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.header_light_a248 { border-top: 3px solid #00ccff; }
.content_out_ff71 { border-top: 3px solid #00ff88; }
.footer-in-660b { border-top: 3px solid #d4af37; }
.status_liquid_3ff5 { border-top: 3px solid #ff6b6b; }
.media_black_123e { border-top: 3px solid #8b5cf6; }

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

.message_out_ead3 {
    overflow-x: auto;
}

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

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

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

.modal-854b td {
    color: #ccc;
}

.modal-854b .first-6cf6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.modal-854b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-first-9053 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.dynamic_2fc6 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pagination-smooth-03d1 {
    background: #0a0a0a;
    padding: 60px 0;
}

.pink-7d30 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.current-e8b8 {
    font-size: 1.5rem;
}

.section-44ff {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.cold-6b5d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.icon-fixed-3db0 .small_ff14 {
    margin-bottom: 10px;
}

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

.icon-fixed-3db0 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.copper-30df {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.image-bright-6b9e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.search-left-035c h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_fast_1b0b a {
    color: #ff6b6b;
}

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

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

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

.bright_c5b2 {
    text-align: center;
}

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

.bright_c5b2 .nav-2ea9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-liquid-6a64 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .out_c5b0 {
        flex-direction: column;
    }
    .banner-liquid-6a64 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.row-in-0df4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.heading-white-396c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.in_fb44 .plasma-bdfa {
    color: #666;
    margin: 0 8px;
}

.in_fb44 .pink-1b5a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.widget-dirty-4571 {
    font-size: 2rem;
}

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

.right-837e strong {
    color: #d4af37;
}

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

.summary-center-3ece {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.banner-bright-fd7d h3,
.carousel-0228 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.footer-in-51d2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.status_4108 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.out-6f8a {
    background: #0a0a0a;
    padding: 30px 0;
}

.overlay-next-2126 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.icon-2806 strong {
    color: #d4af37;
}

.wood_730e {
    color: #aaa;
}

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

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

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

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

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

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

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

.shade-2440:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_feb3 strong {
    color: #d4af37;
}

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

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

.grid_hovered_7ef4 strong {
    color: #00ff88;
}

.grid_hovered_7ef4 span {
    color: #d4af37;
}

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

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

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

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

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

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

.background-tall-d1dd {
    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;
}

.menu-dirty-8a17 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

.list-7d29 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.fast-8634 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.row_4b50 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.wrapper-steel-564f {
    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;
}

.wrapper-steel-564f: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) {
    .wrapper-steel-564f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .wrapper-steel-564f {
        width: 120px;
        height: 120px;
    }
}

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

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

.dropdown-south-805d {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mask-62e8 {
        padding: 30px 15px;
    }
    
    .mask-62e8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .description_da32 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .image-tall-1a0b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .chip-inner-8d29 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-inner-8d29 .grid-77c4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .down_db1a {
        font-size: 1.3rem;
    }
    
    .alert-upper-f691 {
        font-size: 0.7rem;
    }
    
    .full_8740 {
        flex-direction: column;
        gap: 10px;
    }
    
    .full_8740 .button-red-9da6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .detail-smooth-7db4 {
        display: none;
    }
    
    .preview-a95f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .lower-2754 {
        padding: 20px 10px;
    }
    
    .red_d044 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full_d325,
    .box_bfcd {
        padding: 15px;
    }
    
    .focus_8bef {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup_fresh_88ca {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sidebar-9ed6 {
        padding: 30px 10px;
    }
    
    .hidden_dbf5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next_daf7 {
        padding: 20px 15px;
    }
    
    .inner_2429 {
        font-size: 2rem;
    }
    
    .next_daf7 h3 {
        font-size: 1.1rem;
    }
    
    .next_daf7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .shadow_tiny_4e77 {
        padding: 20px 5px;
    }
    
    .shadow_tiny_4e77 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .chip-bottom-1b1d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .modal-854b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .modal-854b th,
    .modal-854b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .fluid-d9ef {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .modal_black_41af {
        padding: 20px 10px;
    }
    
    .header-stone-28d5 h2 {
        font-size: 1.3rem;
    }
    
    .badge_2c75 {
        font-size: 0.9rem;
    }
    
    .shade-2440 h3 {
        font-size: 1.1rem;
    }
    
    .shade-2440 p {
        font-size: 0.9rem;
    }
    
    .media_0779 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .border-e07b {
        grid-template-columns: 1fr;
    }
    
    .tabs_feb3 {
        font-size: 0.85rem;
    }
    
    .hard-5fd8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component_warm_5ac0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .component_warm_5ac0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pressed-8226 {
        padding: 30px 10px;
    }
    
    .carousel-37c9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-6d35 {
        padding: 15px 10px;
    }
    
    .panel-6d35 h4 {
        font-size: 0.9rem;
    }
    
    .panel-6d35 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .item_pro_0bdc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .carousel-37c9 {
        grid-template-columns: 1fr;
    }
    
    .panel-6d35 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .item_233a {
        padding: 30px 10px;
    }
    
    .hover-top-8d63 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_4dfa {
        padding: 15px;
    }
    
    .accordion-9d54 {
        font-size: 0.9rem;
    }
    
    .medium-5ad1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .medium-5ad1 .surface_last_bfd9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .text_f9d0 {
        padding: 30px 10px;
    }
    
    .text_f9d0 h2 {
        font-size: 1.2rem;
    }
    
    .tabs_mini_8bb3 {
        gap: 10px;
    }
    
    .iron-b387 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .iron-b387 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .new-9b73 {
        padding: 30px 10px;
    }
    
    .new-9b73 h2 {
        font-size: 1.2rem;
    }
    
    .popup_paper_6e8e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-paper-7175 {
        padding: 15px 10px;
    }
    
    .text-paper-7175 h4 {
        font-size: 0.85rem;
    }
    
    .text-paper-7175 p {
        font-size: 0.75rem;
    }
    
    .shade_south_7769 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gradient_c689 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title-white-b382 {
        padding: 20px 10px;
    }
    
    .gradient_b301 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .disabled-06f2,
    .status_61a7,
    .title_fast_1b0b {
        width: 100%;
    }
    
    .disabled-06f2 h3 {
        font-size: 1.1rem;
    }
    
    .disabled-06f2 p {
        font-size: 0.8rem;
    }
    
    .footer-e2c3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .picture_west_8035 {
        padding: 30px 15px;
    }
    
    .picture_west_8035 h2 {
        font-size: 1.3rem;
    }
    
    .picture_west_8035 p {
        font-size: 0.85rem;
    }
    
    .media_12a1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .media_12a1 .button-red-9da6 {
        width: 100%;
    }
    
    .header-dynamic-6e91 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected_6927 {
        padding: 30px 15px;
    }
    
    .gas_646d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slider-1635 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .input-over-e5c8 h4 {
        font-size: 0.9rem;
    }
    
    .input-over-e5c8 a {
        font-size: 0.8rem;
    }
    
    .surface-93c1 {
        font-size: 0.8rem;
    }
    
    .mask-yellow-3f80 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .lite_e731 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .alert_6da0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b0b0 */
.phantom-card-k0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
