/* Inner Page Styles */

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

.thumbnail-fast-b7cb 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);
}

.thumbnail-fast-b7cb 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);
}

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

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

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

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

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

.notice_top_b8c1 .gas_cb66:hover::before {
    left: 100%;
}

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

.hover-4bdd {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup_liquid_f150.fn-active-b0ff {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.pattern-wide-582d {
    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);
}

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

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

.pattern-wide-582d p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-f85f:hover::before {
    left: 100%;
}

.picture-f85f 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;
}

.picture-f85f 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;
}

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

.picture-f85f .icon_copper_5171:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.medium-93f4 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.border_135e .icon_copper_5171:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .thumbnail-fast-b7cb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .thumbnail-fast-b7cb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .thumbnail-fast-b7cb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notice_top_b8c1 {
        justify-content: center;
    }
    
    .narrow_631f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-2af1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .next_d503 {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture-3926 {
        padding: var(--md-spacing-md);
    }
    
    .dirty_fbba {
        padding: var(--md-spacing-md) 0;
    }
    
    .dynamic_1c84 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .border_135e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination-1598 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .texture-3926 {
        padding: var(--md-spacing-sm);
    }
    
    .pattern-wide-582d {
        padding: var(--md-spacing-md);
    }
    
    .dynamic_1c84 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pattern-wide-582d,
.dynamic_1c84,
.border_135e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fresh-3b50 {
    font-size: 1.5rem;
}

.list_old_e3e0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-cbd3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.liquid_c815.orange_6222 .search-north-d000 {
    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); }
}

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

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

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

.notification-paper-1d96 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-paper-1d96 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;
}

.notification-paper-1d96 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);
}

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

.filter-9e96 {
    font-size: 1.2rem;
}

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

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

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

.list-thick-f910 {
    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;
}

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

.list-thick-f910.tertiary-280f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list-thick-f910.shadow_outer_e559::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-thick-f910.title_8bd0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list-thick-f910.chip_silver_97dc::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.nav_bottom_d289 {
    font-size: 1.2rem;
}

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

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

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

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

.hard_65da.tag-85c7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard_65da.fn-active-b0ff { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.north-913e {
    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;
}

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

.north-913e.module-ee2c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.blue-6dcd { border-top: 3px solid #00ccff; }
.picture-fresh-cdcd { border-top: 3px solid #00ff88; }
.panel-5c6d { border-top: 3px solid #d4af37; }
.warm-545a { border-top: 3px solid #ff6b6b; }
.gradient_6ed7 { border-top: 3px solid #8b5cf6; }

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

.filter-efbb {
    overflow-x: auto;
}

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

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

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

.table_9fdd td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stone-9c62 {
    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;
}

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

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

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

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

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

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

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

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

.paragraph-soft-9eea {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-lite-604b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.hover-50d8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.notice-right-497e {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.red-50d3 .info-down-08ee {
    margin-bottom: 10px;
}

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

.red-50d3 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.hidden-889d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.huge-2e87 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.short_189e {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

.alert-rough-09c3 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.alert-rough-09c3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.hard-2c91 {
    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;
}

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

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

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

.feature_motion_4bd4 a {
    color: #ff6b6b;
}

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

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

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

.paragraph_dynamic_91f3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption-pressed-16e0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.picture-selected-91a3 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .bright-390d {
        flex-direction: column;
    }
    .picture-selected-91a3 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.highlight-white-a64b .heading-focused-6a23 {
    color: #666;
    margin: 0 8px;
}

.highlight-white-a64b .alert-hard-874e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.motion_7dc4 {
    font-size: 2rem;
}

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

.medium_62d3 strong {
    color: #d4af37;
}

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

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

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

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

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

.text-26b1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.frame-00a5 strong {
    color: #00ff88;
}

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

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

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

.surface_fixed_4f96 h3,
.hard-50f4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.progress-copper-0503 strong {
    color: #d4af37;
}

.highlight-out-2f92 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-east-fa25 strong {
    color: #d4af37;
}

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

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

.filter_16ba strong {
    color: #00ff88;
}

.filter_16ba span {
    color: #d4af37;
}

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

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

.accent-gas-093f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .accent-gas-093f {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.warm-4f67 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.short-8b98 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.short-8b98 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.modal-bbd3 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.motion-2583 {
    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;
}

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

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

.selected_e883 strong {
    color: #00ff88;
}

.hidden-out-62e8 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .iron_d4e6 {
        padding: 30px 15px;
    }
    
    .iron_d4e6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .short_f202 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .short-b5c2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .first-232f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .first-232f .description-complex-a80f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .detail-yellow-fe85 {
        font-size: 1.3rem;
    }
    
    .red-6af0 {
        font-size: 0.7rem;
    }
    
    .wrapper_dirty_be81 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper_dirty_be81 .icon_copper_5171 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .content-baff {
        display: none;
    }
    
    .search_3b30 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .detail-b383 {
        padding: 20px 10px;
    }
    
    .accent-gas-093f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title-center-952a,
    .smooth_5329 {
        padding: 15px;
    }
    
    .action_e362 {
        flex-direction: column;
        gap: 5px;
    }
    
    .liquid_9ac8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .overlay-liquid-3ee9 {
        padding: 30px 10px;
    }
    
    .over_aa60 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element_dd1d {
        padding: 20px 15px;
    }
    
    .background_3b15 {
        font-size: 2rem;
    }
    
    .element_dd1d h3 {
        font-size: 1.1rem;
    }
    
    .element_dd1d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .left-6fb7 {
        padding: 20px 5px;
    }
    
    .left-6fb7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .surface-a91e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .table_9fdd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .table_9fdd th,
    .table_9fdd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .action-84ae {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pro-73e3 {
        padding: 20px 10px;
    }
    
    .panel-8930 h2 {
        font-size: 1.3rem;
    }
    
    .west_8480 {
        font-size: 0.9rem;
    }
    
    .tabs_abb3 h3 {
        font-size: 1.1rem;
    }
    
    .tabs_abb3 p {
        font-size: 0.9rem;
    }
    
    .menu_8b46 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .large-fb6e {
        grid-template-columns: 1fr;
    }
    
    .section-east-fa25 {
        font-size: 0.85rem;
    }
    
    .card-top-c713 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_1425 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_1425 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gallery-huge-c557 {
        padding: 30px 10px;
    }
    
    .card-rough-a7ca {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_5f33 {
        padding: 15px 10px;
    }
    
    .nav_5f33 h4 {
        font-size: 0.9rem;
    }
    
    .nav_5f33 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shade-dim-d325 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .card-rough-a7ca {
        grid-template-columns: 1fr;
    }
    
    .nav_5f33 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination-static-8d6f {
        padding: 30px 10px;
    }
    
    .backdrop-orange-3725 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone_7119 {
        padding: 15px;
    }
    
    .copper-45bb {
        font-size: 0.9rem;
    }
    
    .table_fluid_8a53 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table_fluid_8a53 .static_6f25 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .prev_6a47 {
        padding: 30px 10px;
    }
    
    .prev_6a47 h2 {
        font-size: 1.2rem;
    }
    
    .background-gas-0e26 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_pressed_7059 {
        padding: 15px 10px;
    }
    
    .frame_pressed_7059 h4 {
        font-size: 0.85rem;
    }
    
    .frame_pressed_7059 p {
        font-size: 0.75rem;
    }
    
    .up-a2d1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info_7fbc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .background-gas-0e26 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .short_189e {
        padding: 20px 10px;
    }
    
    .hover_short_e900 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .alert-rough-09c3,
    .hero_outer_dbe4,
    .feature_motion_4bd4 {
        width: 100%;
    }
    
    .alert-rough-09c3 h3 {
        font-size: 1.1rem;
    }
    
    .alert-rough-09c3 p {
        font-size: 0.8rem;
    }
    
    .hard-2c91 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .nav-cold-d2d5 {
        padding: 30px 15px;
    }
    
    .east-0084 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .layout-full-c3ee {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description-f7be h4 {
        font-size: 0.9rem;
    }
    
    .description-f7be a {
        font-size: 0.8rem;
    }
    
    .widget_65b9 {
        font-size: 0.8rem;
    }
    
    .detail-2335 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .rough-689b {
        padding: 8px 10px;
    }
    
    .main-east-d640 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pressed_74a2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main-east-d640 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pressed_74a2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a164 */
.shadow-element-o2 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
