/* Inner Page Styles */

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

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

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

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

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

.gradient-8197 .main_3a17 {
    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;
}

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

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

.gradient-8197 .main_3a17:hover::before {
    left: 100%;
}

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

.label-pro-46d6 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red-b204.fn-active-09d8 {
    color: var(--casino-gold-light);
}

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

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

.mask-light-9ef8 {
    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);
}

.mask-light-9ef8 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);
}

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

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

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

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

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

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

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

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

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

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

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

.widget-gold-a76d {
    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%;
}

.widget-gold-a76d 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 */
.video_motion_0099 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.tag-fixed-5e27 {
    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;
}

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

.tag-fixed-5e27:hover::before {
    left: 100%;
}

.tag-fixed-5e27 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;
}

.tag-fixed-5e27 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;
}

.tag-fixed-5e27 .heading_5f42 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tag-fixed-5e27 .heading_5f42:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.table_878b .heading_5f42:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main_885a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .main_885a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .main_885a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient-8197 {
        justify-content: center;
    }
    
    .brown_db15 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .description-7cd5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .steel_fb39 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-light-9ef8 {
        padding: var(--md-spacing-md);
    }
    
    .fixed-ec71 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget-gold-a76d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .table_878b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion-under-88b0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mask-light-9ef8 {
        padding: var(--md-spacing-sm);
    }
    
    .shadow-steel-b85e {
        padding: var(--md-spacing-md);
    }
    
    .widget-gold-a76d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shadow-steel-b85e,
.widget-gold-a76d,
.table_878b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fast-9c01 {
    font-size: 1.5rem;
}

.pagination-94a4 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.layout-down-e0dc {
    padding: 30px 0;
}

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

.component-lower-b9b7 {
    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;
}

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

.component-lower-b9b7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.component-lower-b9b7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.narrow-5bbb {
    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;
}

.narrow-5bbb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.purple-5dae {
    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;
}

.purple-5dae.east_2b13 .slider_fresh_8108 {
    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); }
}

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

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

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

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

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

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

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

.box_ad58 {
    font-size: 1.2rem;
}

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

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

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

.pressed-86fa {
    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;
}

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

.pressed-86fa.hero-old-b7ee::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pressed-86fa.column_5e3f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pressed-86fa.pagination_01d4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pressed-86fa.secondary_selected_2d58::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.content-plasma-4017 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-hot-9aa9.banner-09b5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-hot-9aa9.fn-active-09d8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.surface-13f5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.alert-597f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.slider-smooth-6544 {
    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;
}

.slider-smooth-6544:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.slider-smooth-6544.cold_7b55 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.avatar_fixed_618d { border-top: 3px solid #00ccff; }
.dropdown_59af { border-top: 3px solid #00ff88; }
.mask_17c5 { border-top: 3px solid #d4af37; }
.hover_medium_8702 { border-top: 3px solid #ff6b6b; }
.shade-47e3 { border-top: 3px solid #8b5cf6; }

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

.card-b3bc {
    overflow-x: auto;
}

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

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

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

.west_2aab td {
    color: #ccc;
}

.west_2aab .icon-hard-ae92 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.modal-083e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.secondary-action-58bf {
    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;
}

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

.notice-static-ff76 p {
    color: #888;
    font-size: 0.9rem;
}

.module-02c4 {
    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;
}

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

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

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

.over_f400 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary_outer_96fc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.disabled-outer-7322 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.content_current_15a6 .current_c912 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.border-prev-96c1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.upper-3a58 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.cold-515c {
    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;
}

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

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

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

.gallery_8a78 a {
    color: #ff6b6b;
}

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

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

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

.stale-9523 {
    text-align: center;
}

.stale-9523 .gallery-3bf2 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.surface-gas-5d14 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.south-3e4a {
    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;
}

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

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

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

.backdrop-4ae0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.breadcrumb-fixed-2fad {
    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;
}

.breadcrumb-fixed-2fad.cold_7b55 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.pagination-motion-247a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .blue-8a16 {
        flex-direction: column;
    }
    .detail-98c4 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.gas-23ed {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.nav-0cbd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.table_c309 .slider_wide_b0d6 {
    color: #666;
    margin: 0 8px;
}

.table_c309 .alert_f7f7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.silver-67a6 {
    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;
}

.up-38fd {
    font-size: 2rem;
}

.shade-rough-6cfd {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.shade-rough-6cfd strong {
    color: #d4af37;
}

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

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

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

.white-508f h3,
.old_bc3d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.selected-6f49 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.inner-85e7 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.element-720b {
    background: #0a0a0a;
    padding: 30px 0;
}

.module-wide-ae8b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.clean-73c9 h3,
.content_bright_0f08 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.aside-540d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.tabs-6bf5 strong {
    color: #d4af37;
}

.dynamic_7845 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup-85fb {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.popup-85fb 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;
}

.popup-85fb li strong {
    color: #00ff88;
}

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

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

.card-yellow-0d07 {
    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;
}

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

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

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

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

.hover_motion_7993 strong {
    color: #d4af37;
}

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

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

.motion_253a strong {
    color: #00ff88;
}

.motion_253a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.accent-yellow-16c9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.icon-yellow-c637 {
    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);
}

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

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

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

.pattern-b590 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

.widget-orange-97c7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-orange-97c7 li {
    margin-bottom: 5px;
}

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

.widget-orange-97c7 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.popup-53d4 {
    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;
}

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

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

.title_current_5e0a strong {
    color: #00ff88;
}

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

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

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

.aside-slow-b8d1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.media-dark-f343 {
    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;
}

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

@media (max-width: 768px) {
    .aside-slow-b8d1 {
        flex-direction: column;
    }
    
    .alert_003e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .gradient-top-0608 {
        padding: 30px 15px;
    }
    
    .gradient-top-0608 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row-bottom-aa27 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row-66be {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .action_f3e3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_f3e3 .carousel_7848 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget_current_dd8c {
        font-size: 1.3rem;
    }
    
    .border_large_99be {
        font-size: 0.7rem;
    }
    
    .widget-hovered-0db0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget-hovered-0db0 .heading_5f42 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .title-motion-38f7 {
        display: none;
    }
    
    .thick_94e9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .box_old_ad31 {
        padding: 20px 10px;
    }
    
    .row_cd85 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .medium_779a,
    .content_3774 {
        padding: 15px;
    }
    
    .active-bd38 {
        flex-direction: column;
        gap: 5px;
    }
    
    .icon-yellow-c637 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .info_large_932b {
        padding: 30px 10px;
    }
    
    .pink-e139 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_in_18b8 {
        padding: 20px 15px;
    }
    
    .active-copper-f357 {
        font-size: 2rem;
    }
    
    .status_in_18b8 h3 {
        font-size: 1.1rem;
    }
    
    .status_in_18b8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .form_773f {
        padding: 20px 10px;
    }
    
    .secondary-next-de2f h2 {
        font-size: 1.3rem;
    }
    
    .smooth-fc88 {
        font-size: 0.9rem;
    }
    
    .cool_d610 h3 {
        font-size: 1.1rem;
    }
    
    .cool_d610 p {
        font-size: 0.9rem;
    }
    
    .popup-85fb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .advanced_b88a {
        grid-template-columns: 1fr;
    }
    
    .hover_motion_7993 {
        font-size: 0.85rem;
    }
    
    .gold_bc8c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-yellow-0d07 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .card-yellow-0d07 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .iron_00d1 {
        padding: 30px 10px;
    }
    
    .focused_464e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_3e3b {
        padding: 15px;
    }
    
    .dirty_9a46 {
        font-size: 0.9rem;
    }
    
    .aside_top_d198 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside_top_d198 .border-cold-cbea {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .footer-tiny-9fc6 {
        padding: 30px 10px;
    }
    
    .footer-tiny-9fc6 h2 {
        font-size: 1.2rem;
    }
    
    .component_3eff {
        gap: 10px;
    }
    
    .thumbnail-b187 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .thumbnail-b187 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .full-352c {
        padding: 30px 10px;
    }
    
    .full-352c h2 {
        font-size: 1.2rem;
    }
    
    .progress_warm_1d22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .simple-317f {
        padding: 15px 10px;
    }
    
    .simple-317f h4 {
        font-size: 0.85rem;
    }
    
    .simple-317f p {
        font-size: 0.75rem;
    }
    
    .motion_de53 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .east_1c4f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs_first_755c {
        padding: 20px 10px;
    }
    
    .message-center-8cd6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outer_4885,
    .green_4735,
    .gallery_8a78 {
        width: 100%;
    }
    
    .outer_4885 h3 {
        font-size: 1.1rem;
    }
    
    .outer_4885 p {
        font-size: 0.8rem;
    }
    
    .cold-515c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .border_58d6 {
        padding: 30px 15px;
    }
    
    .border_58d6 h2 {
        font-size: 1.3rem;
    }
    
    .border_58d6 p {
        font-size: 0.85rem;
    }
    
    .dropdown-iron-b97c {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-iron-b97c .heading_5f42 {
        width: 100%;
    }
    
    .block_copper_9dd3 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .badge-purple-fb1c {
        padding: 30px 15px;
    }
    
    .input_hot_9882 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .footer-b815 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade-thick-bad0 h4 {
        font-size: 0.9rem;
    }
    
    .shade-thick-bad0 a {
        font-size: 0.8rem;
    }
    
    .banner_fresh_44dc {
        font-size: 0.8rem;
    }
    
    .complex-9052 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .fluid_e6cc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .filter_solid_411f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3014 */
.promo-block-j3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
