/* Inner Page Styles */

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

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

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

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

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

.upper-e55d .text_paper_c7b6 {
    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;
}

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

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

.upper-e55d .text_paper_c7b6:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-46f5 {
    color: var(--casino-gold-light);
}

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

.hard-46f5 a:hover {
    color: var(--casino-gold-light);
}

.hard-46f5.fn-active-5129 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-061f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.hot-55c6:hover::before {
    left: 100%;
}

.hot-55c6 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;
}

.hot-55c6 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;
}

.hot-55c6 .element_7120 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hot-55c6 .element_7120:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hero-4af0 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.element-a54a .element_7120:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .row_lower_4cc9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .row_lower_4cc9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .row_lower_4cc9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .upper-e55d {
        justify-content: center;
    }
    
    .accent_7591 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .highlight_054f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paper-ea27 {
        padding: var(--md-spacing-md) 0;
    }
    
    .list_1a62 {
        padding: var(--md-spacing-md);
    }
    
    .item_9394 {
        padding: var(--md-spacing-md) 0;
    }
    
    .right-ae49 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-a54a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .first-2a49 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .list_1a62 {
        padding: var(--md-spacing-sm);
    }
    
    .advanced_97f3 {
        padding: var(--md-spacing-md);
    }
    
    .right-ae49 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.advanced_97f3,
.right-ae49,
.element-a54a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.disabled-3fda::-webkit-scrollbar {
    width: 8px;
}

.disabled-3fda::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.picture_easy_546b {
    font-size: 1.5rem;
}

.selected-a38a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .lite-f07b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hover-motion-7232 {
        margin-left: 0;
    }
}

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

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

.gradient-2d7b {
    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;
}

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

.gradient-2d7b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.gradient-2d7b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.grid-medium-2e0b {
    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;
}

.grid-medium-2e0b strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-current-1a16::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;
}

.row-17fa {
    text-align: center;
    margin-bottom: 30px;
}

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

.popup-1bfd.description-6d13 .picture_easy_0255 {
    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); }
}

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

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

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

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

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

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

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

.notification_dirty_1f57 {
    font-size: 1.2rem;
}

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

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

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

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

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

.title_inner_37cf.fixed-c3fe::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.title_inner_37cf.heading-top-1e83::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_inner_37cf.input-2864::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.title_inner_37cf.summary_f381::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero-77a8 {
    font-size: 1.2rem;
}

.carousel-silver-620a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.static-a129.gallery-d6fb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static-a129.fn-active-5129 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.slider-short-03d9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.container-slow-f5f6 {
    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;
}

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

.container-slow-f5f6.disabled-c6cc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.fast_647c { border-top: 3px solid #00ccff; }
.smooth-95ee { border-top: 3px solid #00ff88; }
.element_7c0d { border-top: 3px solid #d4af37; }
.full_b845 { border-top: 3px solid #ff6b6b; }
.chip-fresh-8df6 { border-top: 3px solid #8b5cf6; }

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

.pattern_west_e51c {
    overflow-x: auto;
}

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

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

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

.gas-9b1a td {
    color: #ccc;
}

.gas-9b1a .overlay-black-fb3d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.gas-9b1a tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.stale-8aac {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.box-56fc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.status-middle-baa6 {
    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;
}

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

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

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

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

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

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

.smooth_9d72 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.search-rough-3ae6 {
    background: #0a0a0a;
    padding: 60px 0;
}

.prev-6dbb {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-bottom-2918 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.block-gold-b322 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.photo-silver-e761 strong {
    color: #fff;
    display: block;
}

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

.upper-75f8 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.button-e606 .gradient-b338 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.hot-504e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.wood-174e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.dynamic-77db h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

.accordion-orange-499b {
    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;
}

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

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

.black-9ec0 span {
    color: #666;
    font-size: 0.8rem;
}

.black-9ec0 a {
    color: #ff6b6b;
}

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

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

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

.lite-b708 {
    text-align: center;
}

.lite-b708 .column-853f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.dropdown-copper-5aba {
    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;
}

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

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

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

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

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

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

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

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

.pressed-2fc8 {
    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;
}

.pressed-2fc8.disabled-c6cc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tag-top-1dca {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.picture-dynamic-c465 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.green_216f .over_f2a0 {
    color: #666;
    margin: 0 8px;
}

.green_216f .grid-silver-c205 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.hover-over-cf81 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.title-3fe8 {
    font-size: 2rem;
}

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

.footer_focused_e58f strong {
    color: #d4af37;
}

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

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

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

.accent-full-5657 h3,
.button-739d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.wrapper_iron_b303 strong {
    color: #00ff88;
}

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

.carousel-black-a8c7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.new-1cfe summary::-webkit-details-marker {
    display: none;
}

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

.icon-fast-5582 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.pagination_bronze_e509 strong {
    color: #d4af37;
}

.stone-2b4e {
    color: #aaa;
}

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

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

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

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

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

.filter-dim-109a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-clean-ba96 strong {
    color: #d4af37;
}

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

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

.outline_upper_759d strong {
    color: #00ff88;
}

.outline_upper_759d span {
    color: #d4af37;
}

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

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

.aside-stale-0c01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.large-2aa8 {
    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;
}

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

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

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

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

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

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

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

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

.search-white-cc04 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.search-white-cc04 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.stone-714b {
    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;
}

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

.border-gas-47a2 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.border-gas-47a2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .rough-c469 {
        padding: 30px 15px;
    }
    
    .rough-c469 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .column-hovered-2eba {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row-bbe9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .info_short_841b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_short_841b .inner-a0d7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .old-150d {
        font-size: 1.3rem;
    }
    
    .dynamic_601e {
        font-size: 0.7rem;
    }
    
    .pink_dd8a {
        flex-direction: column;
        gap: 10px;
    }
    
    .pink_dd8a .element_7120 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .short_1666 {
        display: none;
    }
    
    .thumbnail-48b4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .popup-prev-0dcf {
        padding: 20px 10px;
    }
    
    .aside-stale-0c01 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paper_8fef,
    .bottom-2fa9 {
        padding: 15px;
    }
    
    .pattern_gold_42ec {
        flex-direction: column;
        gap: 5px;
    }
    
    .cold-d619 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .carousel_ac6f {
        padding: 30px 10px;
    }
    
    .red-6b4e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb-prev-b357 {
        padding: 20px 15px;
    }
    
    .shade_soft_236f {
        font-size: 2rem;
    }
    
    .breadcrumb-prev-b357 h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-prev-b357 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .background-4758 {
        padding: 20px 10px;
    }
    
    .action-6edb h2 {
        font-size: 1.3rem;
    }
    
    .status-large-133c {
        font-size: 0.9rem;
    }
    
    .slow_89ea h3 {
        font-size: 1.1rem;
    }
    
    .slow_89ea p {
        font-size: 0.9rem;
    }
    
    .chip_26c7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .silver-1e37 {
        grid-template-columns: 1fr;
    }
    
    .notification-clean-ba96 {
        font-size: 0.85rem;
    }
    
    .block-e4e3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-wood-b02c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .content-wood-b02c strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tooltip_ba17 {
        padding: 30px 10px;
    }
    
    .stale_d2f1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container_hard_33b0 {
        padding: 15px;
    }
    
    .row_493e {
        font-size: 0.9rem;
    }
    
    .list-fresh-1c89 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-fresh-1c89 .small_3b01 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .next_30f4 {
        padding: 30px 10px;
    }
    
    .next_30f4 h2 {
        font-size: 1.2rem;
    }
    
    .filter-a65d {
        gap: 10px;
    }
    
    .warm-5b55 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .warm-5b55 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .footer-6532 {
        padding: 30px 10px;
    }
    
    .footer-6532 h2 {
        font-size: 1.2rem;
    }
    
    .top_7a47 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed-05ac {
        padding: 15px 10px;
    }
    
    .fixed-05ac h4 {
        font-size: 0.85rem;
    }
    
    .fixed-05ac p {
        font-size: 0.75rem;
    }
    
    .accent-33bc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .link_first_e67c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .link-dim-0399 {
        padding: 20px 10px;
    }
    
    .south_60a7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dynamic-77db,
    .section_cd98,
    .black-9ec0 {
        width: 100%;
    }
    
    .dynamic-77db h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-77db p {
        font-size: 0.8rem;
    }
    
    .accordion-orange-499b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip-gas-cb96 {
        padding: 30px 15px;
    }
    
    .chip-gas-cb96 h2 {
        font-size: 1.3rem;
    }
    
    .chip-gas-cb96 p {
        font-size: 0.85rem;
    }
    
    .easy_1644 {
        flex-direction: column;
        gap: 10px;
    }
    
    .easy_1644 .element_7120 {
        width: 100%;
    }
    
    .north-dce1 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .dynamic-ccd3 {
        padding: 30px 10px;
    }
    
    .dynamic-ccd3 h3 {
        font-size: 1.2rem;
    }
    
    .message-medium-7332 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-a54a {
        padding: 15px 10px;
    }
    
    .element-a54a h4 {
        font-size: 0.85rem;
    }
    
    .element-a54a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .paragraph-8422 {
        padding: 30px 15px;
    }
    
    .hovered-0608 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gradient_b455 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status-large-7623 h4 {
        font-size: 0.9rem;
    }
    
    .status-large-7623 a {
        font-size: 0.8rem;
    }
    
    .main-blue-8f3c {
        font-size: 0.8rem;
    }
    
    .tag-new-0ef3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .glass-110c {
        padding: 8px 10px;
    }
    
    .sort-25ee {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .warm-b666 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sort-25ee {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .warm-b666 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a2be */
.ghost-box-d2 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
