/* Inner Page Styles */

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

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

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

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

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

.active_7ce3 .detail-hard-e7e9 {
    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;
}

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

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

.active_7ce3 .detail-hard-e7e9:hover::before {
    left: 100%;
}

.active_7ce3 .detail-hard-e7e9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.solid-862a {
    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);
}

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

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

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

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

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

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

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

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

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

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

.footer-small-580d {
    color: var(--casino-gold-light);
}

.footer-small-580d a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.footer-small-580d a:hover {
    color: var(--casino-gold-light);
}

.footer-small-580d.fn-active-dc00 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-12de:hover::before {
    left: 100%;
}

.yellow-12de 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;
}

.yellow-12de 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;
}

.yellow-12de .alert-pink-3029 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.yellow-12de .alert-pink-3029:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.frame-b5f3 .alert-pink-3029 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.frame-b5f3 .alert-pink-3029:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery_under_858c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery_under_858c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery_under_858c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .active_7ce3 {
        justify-content: center;
    }
    
    .solid-862a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .upper-4311 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer_4831 {
        padding: var(--md-spacing-md) 0;
    }
    
    .input_ace6 {
        padding: var(--md-spacing-md);
    }
    
    .form-tiny-765d {
        padding: var(--md-spacing-md) 0;
    }
    
    .info_c81b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .frame-b5f3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .header-out-431a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input_ace6 {
        padding: var(--md-spacing-sm);
    }
    
    .mask-94a2 {
        padding: var(--md-spacing-md);
    }
    
    .info_c81b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mask-94a2,
.info_c81b,
.frame-b5f3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.element-880d {
    font-size: 1.5rem;
}

.breadcrumb-black-f1f1 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .search-up-479f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .dynamic-5092 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .aside-fluid-0ca6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.widget_60c5 strong {
    color: #00ff88;
}

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

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

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

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

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

.gold-4cfb::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;
}

.backdrop-996c {
    text-align: center;
    margin-bottom: 30px;
}

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

.bottom_a18b.thumbnail_b4cc .secondary_full_a052 {
    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); }
}

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

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

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

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

.popup-8ff7 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;
}

.popup-8ff7 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);
}

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

.link_41b8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.overlay-d66d.chip-steel-fbf3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.overlay-d66d.purple-3f74::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.overlay-d66d.alert-330f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.overlay-d66d.item-dim-9a48::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon_b7d7 {
    font-size: 1.2rem;
}

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

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

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

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

.aside_0ab5.secondary-thick-6acc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside_0ab5.fn-active-dc00 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.active-small-7195 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.orange-fce2.description-2d44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.border-dynamic-628a {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.large_97d0 { border-top: 3px solid #00ccff; }
.link-south-f551 { border-top: 3px solid #00ff88; }
.notification-bright-b857 { border-top: 3px solid #d4af37; }
.brown_5c84 { border-top: 3px solid #ff6b6b; }
.glass_706d { border-top: 3px solid #8b5cf6; }

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

.image_thick_c129 {
    overflow-x: auto;
}

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

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

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

.carousel_e47f td {
    color: #ccc;
}

.carousel_e47f .new-41f3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-1f11 {
    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;
}

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

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

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

.pro-4e0b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.content-2353 {
    font-size: 2rem;
}

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

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

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

.next-3e0a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu_f3e5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.notice-94b9 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.grid-de89 .upper_a099 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.heading-fresh-98eb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.silver-516b h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

.feature-black-99a4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.advanced-92e9 {
    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;
}

.feature-black-99a4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.notification-green-4a6d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.notification-green-4a6d span {
    color: #666;
    font-size: 0.8rem;
}

.notification-green-4a6d a {
    color: #ff6b6b;
}

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

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

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

.east-25a7 {
    text-align: center;
}

.east-25a7 .label-7c10 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.east-25a7 .south_f20a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-e018.description-2d44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .aside-focused-b0d0 {
        flex-direction: column;
    }
    .texture-93eb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.popup_short_9474 .popup-2041 {
    color: #666;
    margin: 0 8px;
}

.popup_short_9474 .up_4eb7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.content-smooth-9971 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.filter-focused-8754 {
    font-size: 2rem;
}

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

.bottom-5d46 strong {
    color: #d4af37;
}

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

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

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

.hovered-8ada h3,
.modal-7d9a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.focus-90f6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hero_8f31 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.lite-96a9 {
    background: #0a0a0a;
    padding: 30px 0;
}

.first-5ba0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.carousel_hard_4dfb strong {
    color: #d4af37;
}

.description-13b3 {
    color: #aaa;
}

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

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

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

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

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

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

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

.alert-8e80:last-child {
    border-bottom: none;
}

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

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

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

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

.card-copper-081b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.card-copper-081b 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;
}

.card-copper-081b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.link-gas-f373 strong {
    color: #d4af37;
}

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

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

.info-1022 strong {
    color: #00ff88;
}

.info-1022 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-1ec5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-ed24 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.backdrop_b0a6 strong {
    color: #00ff88;
}

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

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

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

.text-78ea {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.lite-6ba1 {
    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-active-6774 {
    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;
}

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

@media (max-width: 768px) {
    .text-78ea {
        flex-direction: column;
    }
    
    .lite-6ba1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.card-up-3d8f {
    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;
}

.card-up-3d8f: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) {
    .card-up-3d8f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .card-up-3d8f {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pattern_6058 {
        padding: 30px 15px;
    }
    
    .pattern_6058 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cold-948f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress_white_e409 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .over_f927 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .over_f927 .column_3ec0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture_top_7734 {
        font-size: 1.3rem;
    }
    
    .warm_00b1 {
        font-size: 0.7rem;
    }
    
    .upper_08af {
        flex-direction: column;
        gap: 10px;
    }
    
    .upper_08af .alert-pink-3029 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .box_e204 {
        display: none;
    }
    
    .popup_inner_cffe {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paper-80f6 {
        padding: 20px 10px;
    }
    
    .tertiary_8c6c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-3c25,
    .hidden-8a7a {
        padding: 15px;
    }
    
    .hovered_0aeb {
        flex-direction: column;
        gap: 5px;
    }
    
    .main_51f6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .card_1631 {
        padding: 30px 10px;
    }
    
    .mini-f267 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search_fixed_ecbc {
        padding: 20px 15px;
    }
    
    .notice_next_a7f6 {
        font-size: 2rem;
    }
    
    .search_fixed_ecbc h3 {
        font-size: 1.1rem;
    }
    
    .search_fixed_ecbc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .element_clean_b86c {
        padding: 20px 10px;
    }
    
    .mini-8b89 h2 {
        font-size: 1.3rem;
    }
    
    .avatar-dark-4f16 {
        font-size: 0.9rem;
    }
    
    .alert-8e80 h3 {
        font-size: 1.1rem;
    }
    
    .alert-8e80 p {
        font-size: 0.9rem;
    }
    
    .card-copper-081b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .red-ece7 {
        grid-template-columns: 1fr;
    }
    
    .link-gas-f373 {
        font-size: 0.85rem;
    }
    
    .dim_51fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_97cf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notice_97cf strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside_left_e39d {
        padding: 30px 10px;
    }
    
    .frame-95b6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside_cold_49cd {
        padding: 15px 10px;
    }
    
    .aside_cold_49cd h4 {
        font-size: 0.9rem;
    }
    
    .aside_cold_49cd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .primary_gold_0669 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .frame-95b6 {
        grid-template-columns: 1fr;
    }
    
    .aside_cold_49cd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .old-510b {
        padding: 30px 10px;
    }
    
    .down_e360 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .black_3f11 {
        padding: 15px;
    }
    
    .primary-left-dd06 {
        font-size: 0.9rem;
    }
    
    .pagination_64ed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination_64ed .slow_540c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .hover-0855 {
        padding: 30px 10px;
    }
    
    .hover-0855 h2 {
        font-size: 1.2rem;
    }
    
    .gradient-9407 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_811a {
        padding: 15px 10px;
    }
    
    .picture_811a h4 {
        font-size: 0.85rem;
    }
    
    .picture_811a p {
        font-size: 0.75rem;
    }
    
    .hard-f421 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .main_cool_08f3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .brown-1502 {
        padding: 20px 10px;
    }
    
    .north_6af9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .silver-516b,
    .feature-black-99a4,
    .notification-green-4a6d {
        width: 100%;
    }
    
    .silver-516b h3 {
        font-size: 1.1rem;
    }
    
    .silver-516b p {
        font-size: 0.8rem;
    }
    
    .advanced-92e9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_667e {
        padding: 30px 15px;
    }
    
    .breadcrumb_667e h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb_667e p {
        font-size: 0.85rem;
    }
    
    .footer-top-0b10 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-top-0b10 .alert-pink-3029 {
        width: 100%;
    }
    
    .paragraph_7723 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .slider_small_df87 {
        padding: 30px 10px;
    }
    
    .slider_small_df87 h3 {
        font-size: 1.2rem;
    }
    
    .component-slow-5616 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-b5f3 {
        padding: 15px 10px;
    }
    
    .frame-b5f3 h4 {
        font-size: 0.85rem;
    }
    
    .frame-b5f3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row-0b3c {
        padding: 30px 15px;
    }
    
    .carousel_new_020c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .narrow-8a95 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .article-fresh-a205 h4 {
        font-size: 0.9rem;
    }
    
    .article-fresh-a205 a {
        font-size: 0.8rem;
    }
    
    .tabs-51de {
        font-size: 0.8rem;
    }
    
    .nav-focused-9b1f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .wide_b912 {
        padding: 8px 10px;
    }
    
    .primary-5b76 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .solid-86e4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .primary-5b76 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .solid-86e4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3783 */
.widget-item-j0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
