/* Inner Page Styles */

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

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

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

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

.breadcrumb-out-a5a7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.breadcrumb-out-a5a7 .logo_wide_dd5c {
    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;
}

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

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

.breadcrumb-out-a5a7 .logo_wide_dd5c:hover::before {
    left: 100%;
}

.breadcrumb-out-a5a7 .logo_wide_dd5c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.banner-pressed-62f8 {
    margin-bottom: var(--md-spacing-lg);
}

.modal-simple-efd6 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_cool_f012.fn-active-428a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-5dad {
    padding: var(--md-spacing-md) 0;
}

.stone-8fb7 {
    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-8fb7 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 */
.smooth_3ae7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.under-899d:hover::before {
    left: 100%;
}

.under-899d 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;
}

.under-899d 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;
}

.under-899d .footer_923a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.under-899d .footer_923a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.item-4b1e {
    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);
}

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

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

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

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

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

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

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

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

.accent_simple_f323 .footer_923a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paragraph_short_63ff {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paragraph_short_63ff h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paragraph_short_63ff h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .breadcrumb-out-a5a7 {
        justify-content: center;
    }
    
    .modal-simple-efd6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dropdown_3617 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .medium-644b {
        padding: var(--md-spacing-md) 0;
    }
    
    .purple_5429 {
        padding: var(--md-spacing-md);
    }
    
    .purple_382c {
        padding: var(--md-spacing-md) 0;
    }
    
    .stone-8fb7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accent_simple_f323 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .label_909f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .purple_5429 {
        padding: var(--md-spacing-sm);
    }
    
    .progress_purple_1d09 {
        padding: var(--md-spacing-md);
    }
    
    .stone-8fb7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.progress_purple_1d09,
.stone-8fb7,
.accent_simple_f323 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.dirty_454d {
    font-size: 1.5rem;
}

.shadow_hard_b759 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .header-blue-3d0c {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .first-5842 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-prev-7d51 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.orange-0e93 {
    text-align: center;
    margin-bottom: 30px;
}

.glass-576a {
    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;
}

.glass-576a.south-9ee8 .outline_stone_4547 {
    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); }
}

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

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

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

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

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

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

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

.badge-8101 {
    font-size: 1.2rem;
}

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

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

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

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

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

.hot_70b4.glass-de0f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hot_70b4.rough-cc10::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hot_70b4.tabs_up_43ac::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hot_70b4.silver-17b0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.list_simple_75a8 {
    font-size: 1.2rem;
}

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

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

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

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

.dirty_4d4b.link_1dc1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dirty_4d4b.fn-active-428a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.notification-upper-5a7e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.tooltip-up-aea8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.description_motion_fde7.highlight-fresh-3ff2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.blue_ba35 { border-top: 3px solid #00ccff; }
.yellow_df0f { border-top: 3px solid #00ff88; }
.red-1ba3 { border-top: 3px solid #d4af37; }
.disabled_basic_d377 { border-top: 3px solid #ff6b6b; }
.shade_c0b3 { border-top: 3px solid #8b5cf6; }

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

.dark_2e16 {
    overflow-x: auto;
}

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

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

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

.footer_over_7670 td {
    color: #ccc;
}

.footer_over_7670 .nav-next-6fa6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.medium-9d98 {
    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;
}

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

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

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

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

.tooltip-hot-4da6 {
    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;
}

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

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

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

.hidden_yellow_42a7 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.accent-8e81 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.static-d72e {
    font-size: 1.5rem;
}

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

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

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

.input-07f1 {
    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;
}

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

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

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

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

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

.nav-warm-0933 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.liquid-2392 .medium_d85b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.panel_9088 {
    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-d7ce h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-02ea {
    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;
}

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

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

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

.pink_c56b a {
    color: #ff6b6b;
}

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

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

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

.breadcrumb_6c21 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.paragraph-550a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.component-7f04 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.old-2fd0 {
    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;
}

.old-2fd0.highlight-fresh-3ff2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .label-c6af {
        flex-direction: column;
    }
    .outline-871c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.complex-1eaa {
    background: #0a0a0a;
    padding: 30px 0;
}

.complex-1eaa h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

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

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

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

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

.accent_plasma_2d30 .banner_right_9d83 {
    color: #666;
    margin: 0 8px;
}

.accent_plasma_2d30 .tiny_f05a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.bottom-97e9 {
    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;
}

.accordion_silver_2e14 {
    font-size: 2rem;
}

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

.fixed_6e20 strong {
    color: #d4af37;
}

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

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

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

.tertiary_b2b0 h3,
.in-080f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.progress-0cc3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.dim-3ba5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.column_middle_d299 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.shade-1d48 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.first-5eae {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.stone-8e46 summary::-webkit-details-marker {
    display: none;
}

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

.thumbnail-mini-ec78 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.chip-e44a strong {
    color: #d4af37;
}

.current-4f16 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-6b5b 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-6b5b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.black-b611 strong {
    color: #d4af37;
}

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

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

.hero_hot_aa04 strong {
    color: #00ff88;
}

.hero_hot_aa04 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static-592f {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.static-592f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.block-fluid-21bb {
    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;
}

.link-119d {
    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;
}

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

.south_a045 strong {
    color: #00ff88;
}

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

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

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

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

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

.backdrop-4b5d {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .form-over-1162 {
        padding: 30px 15px;
    }
    
    .form-over-1162 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .silver-21b6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .component_yellow_b9df {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slow_912d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow_912d .under_9c95 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lower-2c47 {
        font-size: 1.3rem;
    }
    
    .frame-b5bd {
        font-size: 0.7rem;
    }
    
    .purple_6488 {
        flex-direction: column;
        gap: 10px;
    }
    
    .purple_6488 .footer_923a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .center_1888 {
        display: none;
    }
    
    .wrapper_in_62b2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .warm-b50b {
        padding: 20px 10px;
    }
    
    .panel_bronze_96bd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled_9294,
    .short-d24f {
        padding: 15px;
    }
    
    .image_92ee {
        flex-direction: column;
        gap: 5px;
    }
    
    .widget_852f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .card-c501 {
        padding: 30px 10px;
    }
    
    .photo_b703 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-white-5cfd {
        padding: 20px 15px;
    }
    
    .input-warm-ea8b {
        font-size: 2rem;
    }
    
    .form-white-5cfd h3 {
        font-size: 1.1rem;
    }
    
    .form-white-5cfd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .advanced_9338 {
        padding: 20px 10px;
    }
    
    .paper-07b9 h2 {
        font-size: 1.3rem;
    }
    
    .pagination-active-572d {
        font-size: 0.9rem;
    }
    
    .filter_cc8b h3 {
        font-size: 1.1rem;
    }
    
    .filter_cc8b p {
        font-size: 0.9rem;
    }
    
    .small-6b5b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .static_64f5 {
        grid-template-columns: 1fr;
    }
    
    .black-b611 {
        font-size: 0.85rem;
    }
    
    .gallery_659f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .orange_e1ca {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .orange_e1ca strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .heading_22d2 {
        padding: 30px 10px;
    }
    
    .modal_25f6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media-yellow-fabb {
        padding: 15px;
    }
    
    .orange_af4c {
        font-size: 0.9rem;
    }
    
    .video_simple_33ea {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video_simple_33ea .button_fixed_392f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .gradient-lower-a73b {
        padding: 30px 10px;
    }
    
    .gradient-lower-a73b h2 {
        font-size: 1.2rem;
    }
    
    .nav_slow_10a4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .brown-8f1e {
        padding: 15px 10px;
    }
    
    .brown-8f1e h4 {
        font-size: 0.85rem;
    }
    
    .brown-8f1e p {
        font-size: 0.75rem;
    }
    
    .table_bright_dc9c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pattern_middle_6298 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gradient_cold_b681 {
        padding: 20px 10px;
    }
    
    .modal-motion-ccf0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .solid_72d3,
    .menu_cold_3e55,
    .pink_c56b {
        width: 100%;
    }
    
    .solid_72d3 h3 {
        font-size: 1.1rem;
    }
    
    .solid_72d3 p {
        font-size: 0.8rem;
    }
    
    .focus-02ea {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accent-38ed {
        padding: 30px 15px;
    }
    
    .accent-38ed h2 {
        font-size: 1.3rem;
    }
    
    .accent-38ed p {
        font-size: 0.85rem;
    }
    
    .block_simple_8634 {
        flex-direction: column;
        gap: 10px;
    }
    
    .block_simple_8634 .footer_923a {
        width: 100%;
    }
    
    .notification-full-c3d8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .warm_5e48 {
        padding: 30px 15px;
    }
    
    .column-dark-4482 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .clean_855e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .texture_381a h4 {
        font-size: 0.9rem;
    }
    
    .texture_381a a {
        font-size: 0.8rem;
    }
    
    .white-545a {
        font-size: 0.8rem;
    }
    
    .filter-gas-bb76 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .column-d502 {
        padding: 8px 10px;
    }
    
    .icon-static-b20f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active_e73b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-static-b20f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active_e73b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4645 */
.shadow-element-g7 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
