/* Inner Page Styles */

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

.focus-dirty-9725 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);
}

.focus-dirty-9725 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);
}

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

.tertiary-0a8e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tertiary-0a8e .texture_blue_0cbf {
    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;
}

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

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

.tertiary-0a8e .texture_blue_0cbf:hover::before {
    left: 100%;
}

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

.easy-1ccf {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.hidden-full-79d0 {
    color: var(--casino-gold-light);
}

.hidden-full-79d0 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.hidden-full-79d0 a:hover {
    color: var(--casino-gold-light);
}

.hidden-full-79d0.fn-active-f31a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0d1e:hover::before {
    left: 100%;
}

.bottom-0d1e 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;
}

.bottom-0d1e 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;
}

.bottom-0d1e .component_steel_6380 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.bottom-0d1e .component_steel_6380:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.inner-9cce {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.chip-short-492e {
    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);
}

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

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

.chip-short-492e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.chip-short-492e .component_steel_6380 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.chip-short-492e .component_steel_6380:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .focus-dirty-9725 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .focus-dirty-9725 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .focus-dirty-9725 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tertiary-0a8e {
        justify-content: center;
    }
    
    .middle_347d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .brown_c2e2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .silver_6f1c {
        padding: var(--md-spacing-md) 0;
    }
    
    .preview_d731 {
        padding: var(--md-spacing-md);
    }
    
    .tag-smooth-b37d {
        padding: var(--md-spacing-md) 0;
    }
    
    .first_c342 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip-short-492e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_3d93 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .preview_d731 {
        padding: var(--md-spacing-sm);
    }
    
    .gradient_397a {
        padding: var(--md-spacing-md);
    }
    
    .first_c342 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gradient_397a,
.first_c342,
.chip-short-492e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.rough_ca0a {
    font-size: 1.5rem;
}

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

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

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

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

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

.south-2dbe {
    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;
}

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

.south-2dbe ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.south-2dbe li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.badge_acab strong {
    color: #00ff88;
}

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

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

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

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

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

.small-491f::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;
}

.primary-527e {
    text-align: center;
    margin-bottom: 30px;
}

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

.card_inner_a2ec.search-advanced-09e1 .advanced_0798 {
    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); }
}

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

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

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

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

.wrapper-simple-7402 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;
}

.wrapper-simple-7402 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);
}

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

.fresh_9865 {
    font-size: 1.2rem;
}

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

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

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

.header-clean-d9b9 {
    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;
}

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

.header-clean-d9b9.wide-65c1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header-clean-d9b9.tertiary_large_06a8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-clean-d9b9.pattern-pressed-5ba3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header-clean-d9b9.sort_bright_59bf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.row-09cf {
    font-size: 1.2rem;
}

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

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

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

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

.solid-16eb.main-429e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.solid-16eb.fn-active-f31a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-8bd0 { border-top: 3px solid #00ccff; }
.label_2c40 { border-top: 3px solid #00ff88; }
.sort-warm-7a05 { border-top: 3px solid #d4af37; }
.form_2d74 { border-top: 3px solid #ff6b6b; }
.row-green-4e3b { border-top: 3px solid #8b5cf6; }

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

.widget_red_edca {
    overflow-x: auto;
}

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

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

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

.hero_4536 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.icon-stone-8470 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.heading-gas-e92c {
    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;
}

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

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

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

.pattern-72bc p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.photo_432a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-current-6c3b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.medium-49fe {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.backdrop_wide_407c {
    font-size: 1.5rem;
}

.header-top-bfb2 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.filter-old-4d51 strong {
    color: #fff;
    display: block;
}

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

.tertiary-wide-b065 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tertiary-wide-b065 .bottom-8df4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.plasma_cd00 .notice_warm_93bc {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .shadow-fresh-93c9 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.huge-90ba {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.label-simple-82a0 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.silver-4a82 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.upper-78b7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.upper-78b7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.short-40b7 span {
    color: #666;
    font-size: 0.8rem;
}

.short-40b7 a {
    color: #ff6b6b;
}

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

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

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

.gradient_85b5 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron-45aa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.first-5dad {
    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;
}

.first-5dad.smooth_057a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.media-wide-bde7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .iron-45aa {
        flex-direction: column;
    }
    .yellow_1451 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.detail-fixed-87aa {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.title_fad2 .narrow-088b {
    color: #666;
    margin: 0 8px;
}

.title_fad2 .slider_3533 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.logo-complex-554c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.disabled_orange_31f7 {
    font-size: 2rem;
}

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

.container-b092 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.container-3a3e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.image-08e7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.clean-179b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.caption_b745 strong {
    color: #d4af37;
}

.carousel-up-fb7a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-3182 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;
}

.small-3182 li strong {
    color: #00ff88;
}

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

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

.pattern-orange-17f7 {
    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;
}

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

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

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

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

.overlay-thick-7cf7 strong {
    color: #d4af37;
}

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

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

.caption_226d strong {
    color: #00ff88;
}

.caption_226d span {
    color: #d4af37;
}

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

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

.prev-81d9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.banner-liquid-b4d2 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

.outline-iron-06d3 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-5ead strong {
    color: #00ff88;
}

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

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

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

.element-52fd {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.article-4a51 {
    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;
}

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

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

@media (max-width: 768px) {
    .element-52fd {
        flex-direction: column;
    }
    
    .article-4a51 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .over-360b {
        padding: 30px 15px;
    }
    
    .over-360b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .info_d3c4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .element_brown_21b8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .avatar-772a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar-772a .status_becd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bronze-ec7c {
        font-size: 1.3rem;
    }
    
    .overlay_motion_7430 {
        font-size: 0.7rem;
    }
    
    .paragraph-25bb {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph-25bb .component_steel_6380 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .breadcrumb_down_c844 {
        display: none;
    }
    
    .menu-fe30 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .progress_c1c7 {
        padding: 20px 10px;
    }
    
    .prev-81d9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column-5980,
    .outline-iron-06d3 {
        padding: 15px;
    }
    
    .alert-5415 {
        flex-direction: column;
        gap: 5px;
    }
    
    .focus_4a80 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gradient_8b2c {
        padding: 30px 10px;
    }
    
    .hard-6363 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fluid-72df {
        padding: 20px 15px;
    }
    
    .left_dc55 {
        font-size: 2rem;
    }
    
    .fluid-72df h3 {
        font-size: 1.1rem;
    }
    
    .fluid-72df p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .thumbnail-4fd1 {
        padding: 20px 10px;
    }
    
    .detail_over_22df h2 {
        font-size: 1.3rem;
    }
    
    .background_8d4c {
        font-size: 0.9rem;
    }
    
    .up_1336 h3 {
        font-size: 1.1rem;
    }
    
    .up_1336 p {
        font-size: 0.9rem;
    }
    
    .small-3182 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block-mini-cefa {
        grid-template-columns: 1fr;
    }
    
    .overlay-thick-7cf7 {
        font-size: 0.85rem;
    }
    
    .footer-537e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-orange-17f7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-orange-17f7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .fluid_9b6a {
        padding: 30px 10px;
    }
    
    .in-db5b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-a614 {
        padding: 15px 10px;
    }
    
    .content-a614 h4 {
        font-size: 0.9rem;
    }
    
    .content-a614 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .component-ce4b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .in-db5b {
        grid-template-columns: 1fr;
    }
    
    .content-a614 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .badge_9d5f {
        padding: 30px 10px;
    }
    
    .menu_silver_6828 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-404e {
        padding: 15px;
    }
    
    .action-d73e {
        font-size: 0.9rem;
    }
    
    .modal_5fd1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .modal_5fd1 .paper_3254 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .glass_6140 {
        padding: 30px 10px;
    }
    
    .glass_6140 h2 {
        font-size: 1.2rem;
    }
    
    .blue_cdef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-up-615b {
        padding: 15px 10px;
    }
    
    .gallery-up-615b h4 {
        font-size: 0.85rem;
    }
    
    .gallery-up-615b p {
        font-size: 0.75rem;
    }
    
    .photo-dce4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .block-d5d2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .backdrop-tall-3827 {
        padding: 20px 10px;
    }
    
    .banner_hard_e8e3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .input_1320,
    .upper-78b7,
    .short-40b7 {
        width: 100%;
    }
    
    .input_1320 h3 {
        font-size: 1.1rem;
    }
    
    .input_1320 p {
        font-size: 0.8rem;
    }
    
    .image_f0fd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .light-fb45 {
        padding: 30px 15px;
    }
    
    .light-fb45 h2 {
        font-size: 1.3rem;
    }
    
    .light-fb45 p {
        font-size: 0.85rem;
    }
    
    .row_outer_f69c {
        flex-direction: column;
        gap: 10px;
    }
    
    .row_outer_f69c .component_steel_6380 {
        width: 100%;
    }
    
    .backdrop-active-4d06 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .message-next-4a86 {
        padding: 30px 10px;
    }
    
    .message-next-4a86 h3 {
        font-size: 1.2rem;
    }
    
    .popup_down_36d6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-short-492e {
        padding: 15px 10px;
    }
    
    .chip-short-492e h4 {
        font-size: 0.85rem;
    }
    
    .chip-short-492e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pattern-soft-6db7 {
        padding: 30px 15px;
    }
    
    .image_73d1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .footer_dd1c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .slider-fast-bdfa h4 {
        font-size: 0.9rem;
    }
    
    .slider-fast-bdfa a {
        font-size: 0.8rem;
    }
    
    .hero-tall-1afe {
        font-size: 0.8rem;
    }
    
    .hovered-2694 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .first-57c5 {
        padding: 8px 10px;
    }
    
    .stone_92ce {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .text_bright_ab7e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .stone_92ce {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .text_bright_ab7e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f22e */
.widget-item-q9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
