/* Inner Page Styles */

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

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

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

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

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

.table_eabf .overlay-lite-d20d {
    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;
}

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

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

.table_eabf .overlay-lite-d20d:hover::before {
    left: 100%;
}

.table_eabf .overlay-lite-d20d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.header-gold-aae6 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.white_c871.fn-active-2097 {
    color: var(--casino-gold-light);
}

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

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

.video-85b7 {
    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);
}

.video-85b7 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);
}

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

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

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

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

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

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

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

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

/* CTA Section */
.dirty_e891 {
    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-c377 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

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

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

.link-b894 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 */
.detail-inner-259b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-inner-259b li {
    margin-bottom: var(--md-spacing-xs);
}

.detail-inner-259b 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);
}

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

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

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

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

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

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

.element_fixed_4d57 .container-dim-9c67 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.element_fixed_4d57 .container-dim-9c67:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.picture-pink-8c60 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.picture-pink-8c60:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.carousel-6ead {
    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);
}

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

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

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

.carousel-6ead .container-dim-9c67 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.carousel-6ead .container-dim-9c67:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video_hard_c302 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video_hard_c302 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video_hard_c302 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table_eabf {
        justify-content: center;
    }
    
    .header-gold-aae6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .clean-6548 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cold-73f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-85b7 {
        padding: var(--md-spacing-md);
    }
    
    .form-c377 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-b894 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .carousel-6ead {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wood_cbea {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video-85b7 {
        padding: var(--md-spacing-sm);
    }
    
    .thick_68f8 {
        padding: var(--md-spacing-md);
    }
    
    .link-b894 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thick_68f8,
.link-b894,
.carousel-6ead {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.secondary_orange_e85e {
    font-size: 1.5rem;
}

.text-inner-ab7e strong {
    color: #00ff88;
}

.tag-liquid-96a3 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .shade-26c3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tag-liquid-96a3 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.chip-b44d {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification-d445 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.hero-full-dd35 {
    text-align: center;
    margin-bottom: 30px;
}

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

.rough-c289.top-d0d9 .static-57f4 {
    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); }
}

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

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

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

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

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

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

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

.title-down-9e7e {
    font-size: 1.2rem;
}

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

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

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

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

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

.table_selected_d4db.tooltip-7fd2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table_selected_d4db.banner-94f8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table_selected_d4db.fresh_504d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table_selected_d4db.hard-f9d8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.aside-current-2b5f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.mask-down-500f {
    font-size: 1.2rem;
}

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

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

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

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

.soft_9481.shadow-7555 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft_9481.fn-active-2097 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.section-upper-b23c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.texture-hot-6bfa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.background-advanced-17c1 {
    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;
}

.background-advanced-17c1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.background-advanced-17c1.pink_fd7a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.banner_e7f6 { border-top: 3px solid #00ccff; }
.gas-f94b { border-top: 3px solid #00ff88; }
.left_97c4 { border-top: 3px solid #d4af37; }
.highlight-next-ed14 { border-top: 3px solid #ff6b6b; }
.static_d7bc { border-top: 3px solid #8b5cf6; }

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

.blue_3daa {
    overflow-x: auto;
}

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

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

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

.media_hot_fb4c td {
    color: #ccc;
}

.media_hot_fb4c .row-370c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-active-9e83 {
    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;
}

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

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

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

.clean-705e {
    font-size: 2rem;
}

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

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

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

.primary-fluid-ec33 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.card-fast-c7c2 {
    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;
}

.card-fast-c7c2::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);
}

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

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

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

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

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

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

.logo-wood-0bc8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.grid-2f99 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.footer-inner-4625 .texture_e868 {
    margin-bottom: 10px;
}

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

.footer-inner-4625 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.info-0da3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.progress-paper-25d2 {
    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;
}

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

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

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

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

.popup-easy-65cf {
    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;
}

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

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

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

.nav-e7bf a {
    color: #ff6b6b;
}

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

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

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

.content_tall_b455 {
    text-align: center;
}

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

.content_tall_b455 .list-2aad {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-3db3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .pattern-static-c045 {
        flex-direction: column;
    }
    .lite-006c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.breadcrumb-silver-e0b6 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.popup-yellow-02ef {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .popup-yellow-02ef {
        grid-template-columns: 1fr;
    }
}

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

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

.progress_short_bbc7 .gas-b6f3 {
    color: #666;
    margin: 0 8px;
}

.progress_short_bbc7 .complex-5bd2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.popup-thick-17b0 {
    font-size: 2rem;
}

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

.filter-fluid-c910 strong {
    color: #d4af37;
}

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

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

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

.selected_72e9 h3,
.cool-12d6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.frame_a6b4 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.basic-810c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.hovered-cf4f strong {
    color: #d4af37;
}

.hard_b2b3 {
    color: #aaa;
}

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

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

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

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

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

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

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

.brown-bfb0:last-child {
    border-bottom: none;
}

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

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

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

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

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

.east-f733 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;
}

.east-f733 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.solid-f151 strong {
    color: #d4af37;
}

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

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

.basic-e9dc strong {
    color: #00ff88;
}

.basic-e9dc span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge-motion-9916 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.tertiary-81a3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tertiary-81a3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.large-4d86 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.large-4d86 li {
    margin-bottom: 5px;
}

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

.large-4d86 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.thumbnail-dark-fbc2 {
    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;
}

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

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

.media_11be strong {
    color: #00ff88;
}

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

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

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

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

.slider-center-d8df {
    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;
}

.modal-solid-867e {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .photo_f233 {
        flex-direction: column;
    }
    
    .slider-center-d8df {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.primary-128b {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hover-c47b {
        padding: 30px 15px;
    }
    
    .hover-c47b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .component-789f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .primary_b8d3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .glass-fcd6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass-fcd6 .title_254c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel-341d {
        font-size: 1.3rem;
    }
    
    .media_c980 {
        font-size: 0.7rem;
    }
    
    .mask-106e {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask-106e .container-dim-9c67 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown_286f {
        display: none;
    }
    
    .image_740b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .widget_1610 {
        padding: 20px 10px;
    }
    
    .main_72dd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone-56d0,
    .glass_2ede {
        padding: 15px;
    }
    
    .component_30eb {
        flex-direction: column;
        gap: 5px;
    }
    
    .footer_fluid_96e7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .highlight-da72 {
        padding: 30px 10px;
    }
    
    .full_5024 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown_0e8d {
        padding: 20px 15px;
    }
    
    .column_bronze_90ea {
        font-size: 2rem;
    }
    
    .brown_0e8d h3 {
        font-size: 1.1rem;
    }
    
    .brown_0e8d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .box_cool_fd43 {
        padding: 20px 10px;
    }
    
    .panel-3798 h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_gas_150c {
        font-size: 0.9rem;
    }
    
    .brown-bfb0 h3 {
        font-size: 1.1rem;
    }
    
    .brown-bfb0 p {
        font-size: 0.9rem;
    }
    
    .east-f733 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb-bfeb {
        grid-template-columns: 1fr;
    }
    
    .solid-f151 {
        font-size: 0.85rem;
    }
    
    .dirty-0fe2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup_a9b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .popup_a9b1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside-basic-76f8 {
        padding: 30px 10px;
    }
    
    .progress-stale-eb00 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-down-f5a1 {
        padding: 15px 10px;
    }
    
    .paragraph-down-f5a1 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph-down-f5a1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .outer-7549 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-stale-eb00 {
        grid-template-columns: 1fr;
    }
    
    .paragraph-down-f5a1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hover_8161 {
        padding: 30px 10px;
    }
    
    .nav_6d4d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_bc5e {
        padding: 15px;
    }
    
    .title-b9c5 {
        font-size: 0.9rem;
    }
    
    .simple-c57c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .simple-c57c .icon_bright_1916 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .green-9eb6 {
        padding: 30px 10px;
    }
    
    .green-9eb6 h2 {
        font-size: 1.2rem;
    }
    
    .sort_left_63ce {
        gap: 10px;
    }
    
    .column-black-a841 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .column-black-a841 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .alert-thick-040a {
        padding: 30px 10px;
    }
    
    .alert-thick-040a h2 {
        font-size: 1.2rem;
    }
    
    .highlight-dynamic-2928 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wood_a9de {
        padding: 15px 10px;
    }
    
    .wood_a9de h4 {
        font-size: 0.85rem;
    }
    
    .wood_a9de p {
        font-size: 0.75rem;
    }
    
    .media-action-2776 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .progress_c558 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress-paper-25d2 {
        padding: 20px 10px;
    }
    
    .tall-d32d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pressed_b568,
    .media_a1b1,
    .nav-e7bf {
        width: 100%;
    }
    
    .pressed_b568 h3 {
        font-size: 1.1rem;
    }
    
    .pressed_b568 p {
        font-size: 0.8rem;
    }
    
    .popup-easy-65cf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .button-c1fc {
        padding: 30px 15px;
    }
    
    .button-c1fc h2 {
        font-size: 1.3rem;
    }
    
    .button-c1fc p {
        font-size: 0.85rem;
    }
    
    .black-0380 {
        flex-direction: column;
        gap: 10px;
    }
    
    .black-0380 .container-dim-9c67 {
        width: 100%;
    }
    
    .tertiary_1088 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .mask_hard_c7de {
        padding: 30px 10px;
    }
    
    .mask_hard_c7de h3 {
        font-size: 1.2rem;
    }
    
    .popup-motion-71d7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-6ead {
        padding: 15px 10px;
    }
    
    .carousel-6ead h4 {
        font-size: 0.85rem;
    }
    
    .carousel-6ead p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .popup-motion-71d7 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .backdrop_short_49a2 {
        padding: 30px 15px;
    }
    
    .upper_c126 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white_4f7d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .aside_green_b3fd h4 {
        font-size: 0.9rem;
    }
    
    .aside_green_b3fd a {
        font-size: 0.8rem;
    }
    
    .media_fluid_e55c {
        font-size: 0.8rem;
    }
    
    .backdrop_easy_a86e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .container-fast-4cd2 {
        padding: 8px 10px;
    }
    
    .pattern-active-e0dc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .background-bottom-3945 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern-active-e0dc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .background-bottom-3945 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1a35 */
.promo-block-c8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
