/* Inner Page Styles */

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

.icon-orange-fd1a 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);
}

.icon-orange-fd1a 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);
}

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

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

.dynamic_fc14 .backdrop-warm-d0c8 {
    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;
}

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

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

.dynamic_fc14 .backdrop-warm-d0c8:hover::before {
    left: 100%;
}

.dynamic_fc14 .backdrop-warm-d0c8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.paragraph-dim-0b82 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.dropdown-stale-f63d {
    color: var(--casino-gold-light);
}

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

.dropdown-stale-f63d a:hover {
    color: var(--casino-gold-light);
}

.dropdown-stale-f63d.fn-active-6d36 {
    color: var(--casino-gold-light);
}

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

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

.footer-narrow-ea55 {
    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);
}

.footer-narrow-ea55 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);
}

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

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

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

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

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

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

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

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

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

/* Sidebar Section */
.button_a9cc {
    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_160f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.box-1133:hover::before {
    left: 100%;
}

.box-1133 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;
}

.box-1133 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;
}

.box-1133 .container-ceeb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.box-1133 .container-ceeb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.short-56dc {
    margin-top: var(--md-spacing-sm);
}

.lite-8dfa {
    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);
}

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

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

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

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

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

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

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

.bright-a2cb .container-ceeb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.bright-a2cb .container-ceeb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .icon-orange-fd1a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .icon-orange-fd1a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .icon-orange-fd1a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dynamic_fc14 {
        justify-content: center;
    }
    
    .lower_2109 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dynamic_3897 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paragraph-420b {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-narrow-ea55 {
        padding: var(--md-spacing-md);
    }
    
    .button_a9cc {
        padding: var(--md-spacing-md) 0;
    }
    
    .stone_a191 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bright-a2cb {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .search-3840 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer-narrow-ea55 {
        padding: var(--md-spacing-sm);
    }
    
    .column-west-3938 {
        padding: var(--md-spacing-md);
    }
    
    .stone_a191 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.column-west-3938,
.stone_a191,
.bright-a2cb {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.out_e63c {
    font-size: 1.5rem;
}

.complex_56ec strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .complex-69f0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .border-e171 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern_dirty_d071 strong {
    color: #00ff88;
}

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

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

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

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

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

.header-dirty-3504::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;
}

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

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

.sidebar_down_f259.notice-large-90dd .yellow-8e87 {
    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); }
}

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

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

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

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

.lite-3a14 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;
}

.lite-3a14 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);
}

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

.secondary-lite-92ba {
    font-size: 1.2rem;
}

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

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

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

.tabs-north-fbe6 {
    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;
}

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

.tabs-north-fbe6.breadcrumb-mini-ebdc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tabs-north-fbe6.logo_huge_8ad7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs-north-fbe6.detail-large-f071::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tabs-north-fbe6.active_smooth_97d7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.video_67f7 {
    font-size: 1.2rem;
}

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

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

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

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

.backdrop-yellow-213b.banner_761c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-yellow-213b.fn-active-6d36 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.label-4b27 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-0df6 { border-top: 3px solid #00ccff; }
.header_1d00 { border-top: 3px solid #00ff88; }
.slow-36a6 { border-top: 3px solid #d4af37; }
.breadcrumb-inner-a212 { border-top: 3px solid #ff6b6b; }
.shade-b0ea { border-top: 3px solid #8b5cf6; }

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

.paragraph_orange_a012 {
    overflow-x: auto;
}

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

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

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

.huge-2517 td {
    color: #ccc;
}

.huge-2517 .complex-6f16 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.huge-2517 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.secondary-fast-dba6 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.popup_19bb {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.media-dirty-524c {
    background: #0a0a0a;
    padding: 60px 0;
}

.liquid-14b8 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-bad7 {
    font-size: 1.5rem;
}

.pattern-small-f05a {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.module_dynamic_54df .nav-a78d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.outline-silver-0991 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.module-easy-75c0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.block-557d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

.primary-full-43c7 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.primary-full-43c7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.inner-1adf {
    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;
}

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

.input-tall-00c9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.input-tall-00c9 span {
    color: #666;
    font-size: 0.8rem;
}

.input-tall-00c9 a {
    color: #ff6b6b;
}

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

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

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

.label-0dbb {
    text-align: center;
}

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

.label-0dbb .wood-5cd1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.tag-selected-83ae {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .footer_5e86 {
        flex-direction: column;
    }
    .east-e82e {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.title-white-eb6c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.content-purple-cff6 .upper_5843 {
    color: #666;
    margin: 0 8px;
}

.content-purple-cff6 .pattern-8c14 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.media-dynamic-5d12 {
    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;
}

.texture_3a40 {
    font-size: 2rem;
}

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

.gallery-old-b1d6 strong {
    color: #d4af37;
}

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

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

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

.frame-pressed-8e06 h3,
.short_f9e4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.label-20dc {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.photo-small-3ff1 strong {
    color: #00ff88;
}

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

.badge-active-dd06 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.prev-692e summary::-webkit-details-marker {
    display: none;
}

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

.surface-first-7dc2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.module_9935 strong {
    color: #d4af37;
}

.yellow_0bce {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-new-062e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.secondary-new-062e 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;
}

.secondary-new-062e li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .border-white-5d5d {
        grid-template-columns: 1fr;
    }
}

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

.summary_5dac strong {
    color: #d4af37;
}

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

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

.photo_766a strong {
    color: #00ff88;
}

.photo_766a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-696b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.media-696b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.sort-out-895c {
    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;
}

.banner-action-f97b {
    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;
}

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

.frame-7785 strong {
    color: #00ff88;
}

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

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

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

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

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

.full-25d3 {
    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;
}

.block-557d {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.element-lite-01b8 {
    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;
}

.element-lite-01b8: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) {
    .element-lite-01b8 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .element-lite-01b8 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .motion_6422 {
        padding: 30px 15px;
    }
    
    .motion_6422 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pagination_9104 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .fast-82f0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .section_33ab {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section_33ab .status-right-9e13 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight-739b {
        font-size: 1.3rem;
    }
    
    .nav-active-4f1b {
        font-size: 0.7rem;
    }
    
    .button-4300 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-4300 .container-ceeb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .popup-motion-1226 {
        display: none;
    }
    
    .thumbnail-fbdd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .info_d115 {
        padding: 20px 10px;
    }
    
    .progress_9f40 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_complex_a1b9,
    .wood_2895 {
        padding: 15px;
    }
    
    .west_6a46 {
        flex-direction: column;
        gap: 5px;
    }
    
    .focused_0a78 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .panel_e27a {
        padding: 30px 10px;
    }
    
    .steel-c0e0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item_brown_cb17 {
        padding: 20px 15px;
    }
    
    .breadcrumb_5e2f {
        font-size: 2rem;
    }
    
    .item_brown_cb17 h3 {
        font-size: 1.1rem;
    }
    
    .item_brown_cb17 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .orange-16f0 {
        padding: 20px 5px;
    }
    
    .orange-16f0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tiny_7b1c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .huge-2517 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .huge-2517 th,
    .huge-2517 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .info-short-c391 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .dark_877c {
        padding: 20px 10px;
    }
    
    .tabs-1751 h2 {
        font-size: 1.3rem;
    }
    
    .feature_b7eb {
        font-size: 0.9rem;
    }
    
    .easy_588e h3 {
        font-size: 1.1rem;
    }
    
    .easy_588e p {
        font-size: 0.9rem;
    }
    
    .secondary-new-062e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .border-white-5d5d {
        grid-template-columns: 1fr;
    }
    
    .summary_5dac {
        font-size: 0.85rem;
    }
    
    .bottom_d44c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_7fcf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .row_7fcf strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .avatar_014a {
        padding: 30px 10px;
    }
    
    .input-5636 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade_wide_5aa5 {
        padding: 15px;
    }
    
    .outline-fast-cb6a {
        font-size: 0.9rem;
    }
    
    .label-3ed1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label-3ed1 .layout_hot_5aaa {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .caption-upper-848a {
        padding: 30px 10px;
    }
    
    .caption-upper-848a h2 {
        font-size: 1.2rem;
    }
    
    .module-5343 {
        gap: 10px;
    }
    
    .row_61af summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .row_61af p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .slider_silver_f874 {
        padding: 30px 10px;
    }
    
    .slider_silver_f874 h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail-5159 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_db6f {
        padding: 15px 10px;
    }
    
    .frame_db6f h4 {
        font-size: 0.85rem;
    }
    
    .frame_db6f p {
        font-size: 0.75rem;
    }
    
    .hovered-0b72 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .alert_da02 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs_light_62b0 {
        padding: 20px 10px;
    }
    
    .carousel_slow_47e4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .primary-full-43c7,
    .liquid_ab6f,
    .input-tall-00c9 {
        width: 100%;
    }
    
    .primary-full-43c7 h3 {
        font-size: 1.1rem;
    }
    
    .primary-full-43c7 p {
        font-size: 0.8rem;
    }
    
    .inner-1adf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .logo_d2be {
        padding: 30px 15px;
    }
    
    .logo_d2be h2 {
        font-size: 1.3rem;
    }
    
    .logo_d2be p {
        font-size: 0.85rem;
    }
    
    .outline-in-528f {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline-in-528f .container-ceeb {
        width: 100%;
    }
    
    .card_010e {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .west-d3f8 {
        padding: 30px 15px;
    }
    
    .photo-47d9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .button-active-b536 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .primary_f6fd h4 {
        font-size: 0.9rem;
    }
    
    .primary_f6fd a {
        font-size: 0.8rem;
    }
    
    .element-1f7c {
        font-size: 0.8rem;
    }
    
    .modal_c4c8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .thumbnail_225d {
        padding: 8px 10px;
    }
    
    .aside-45e9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu_south_13d5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .aside-45e9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu_south_13d5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c376 */
.ghost-box-i7 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
