/* Inner Page Styles */

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

.advanced-0f9c 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);
}

.advanced-0f9c 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);
}

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

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

.modal-0e87 .down-818e {
    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;
}

.modal-0e87 .down-818e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.modal-0e87 .down-818e:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.modal-0e87 .down-818e:hover::before {
    left: 100%;
}

.modal-0e87 .down-818e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.breadcrumb-985f {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.black-719b {
    color: var(--casino-gold-light);
}

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

.black-719b a:hover {
    color: var(--casino-gold-light);
}

.black-719b.fn-active-2539 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy_2bd5 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 */
.accordion-hovered-1733 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-hovered-1733 li {
    margin-bottom: var(--md-spacing-xs);
}

.accordion-hovered-1733 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);
}

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

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

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

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

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

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

.purple_82d3 .tertiary-selected-1e67 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.purple_82d3 .tertiary-selected-1e67:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.dark-9a4e {
    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);
}

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

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

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

.dark-9a4e .tertiary-selected-1e67 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dark-9a4e .tertiary-selected-1e67:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .advanced-0f9c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .advanced-0f9c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .advanced-0f9c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal-0e87 {
        justify-content: center;
    }
    
    .right_c93c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .avatar_clean_5f30 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .top_2fc5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow_626e {
        padding: var(--md-spacing-md);
    }
    
    .nav_e3d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy_2bd5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dark-9a4e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .carousel_lite_d816 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shadow_626e {
        padding: var(--md-spacing-sm);
    }
    
    .black-f282 {
        padding: var(--md-spacing-md);
    }
    
    .easy_2bd5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.black-f282,
.easy_2bd5,
.dark-9a4e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.notice-63a7 {
    font-size: 1.5rem;
}

.green-a85c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-851e {
    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;
}

.texture-851e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.small-7a15.dark-d832 .logo_9512 {
    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); }
}

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

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

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

.aside-right-9e8f {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside-right-9e8f 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;
}

.aside-right-9e8f 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);
}

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

.basic-020a {
    font-size: 1.2rem;
}

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

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

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

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

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

.breadcrumb_a1b7.up_acaa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.breadcrumb_a1b7.wrapper_tall_3c66::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb_a1b7.form-west-af93::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.breadcrumb_a1b7.cool_1c72::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dirty-1199 {
    font-size: 1.2rem;
}

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

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

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

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

.center-78f6.message-136e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center-78f6.fn-active-2539 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.action_b45e.highlight-complex-6c23 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.video-action-7b33 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.primary-selected-88b3 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.caption-warm-75af { border-top: 3px solid #00ccff; }
.chip-f2f8 { border-top: 3px solid #00ff88; }
.frame-2e92 { border-top: 3px solid #d4af37; }
.focus_4f98 { border-top: 3px solid #ff6b6b; }
.item_over_8cde { border-top: 3px solid #8b5cf6; }

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

.breadcrumb-dark-25ca {
    overflow-x: auto;
}

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

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

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

.tertiary_fluid_eeb9 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.tall-315a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.tooltip-last-c223 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.widget-gold-98a7 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.widget-gold-98a7 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.item-thick-176a {
    font-size: 2rem;
}

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

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

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

.photo-8f52 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.lite-324f {
    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;
}

.lite-324f::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);
}

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

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

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

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

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

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

.sort-b0e1 {
    font-size: 1.5rem;
}

.header-copper-b77f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.video_6876 .light-1fe7 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up_9541 a {
    color: #ff6b6b;
}

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

.selected-3de3 {
    max-width: 800px;
    margin: 0 auto;
}

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

.upper_9481 {
    text-align: center;
}

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

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

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

.selected-3de3 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.input-9c03 {
    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;
}

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

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

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

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

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

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

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

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

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

.heading_last_364f.highlight-complex-6c23 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.form_soft_a5e2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.soft-75fa .active_7468 {
    color: #666;
    margin: 0 8px;
}

.soft-75fa .description-small-1466 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.section-mini-0c01 {
    font-size: 2rem;
}

.widget-east-1a63 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.widget-east-1a63 strong {
    color: #d4af37;
}

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

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

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

.aside-b35f h3,
.notice-2505 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.picture-lite-8690 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.disabled-rough-49c6 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.image-tiny-f722 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.layout-short-2408 h3,
.center_5172 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.breadcrumb-7c5d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.label-middle-57cf {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.label-middle-57cf strong {
    color: #d4af37;
}

.north_e94e {
    color: #aaa;
}

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

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

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

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

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

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

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

.mask-e8e9:last-child {
    border-bottom: none;
}

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

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

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

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

.hidden-c6fa {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hidden-c6fa 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;
}

.hidden-c6fa li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.dropdown-ee95 strong {
    color: #d4af37;
}

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

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

.label_8e28 strong {
    color: #00ff88;
}

.label_8e28 span {
    color: #d4af37;
}

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

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

.table-6bc9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.detail-5d2b {
    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;
}

.paper-65f2 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-6cb9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-6cb9 li {
    margin-bottom: 5px;
}

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

.bottom-6cb9 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.summary_1a30 strong {
    color: #00ff88;
}

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

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

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

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

.notice-silver-39c2 {
    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;
}

.dynamic-2c35 {
    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;
}

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

@media (max-width: 768px) {
    .chip_8df5 {
        flex-direction: column;
    }
    
    .notice-silver-39c2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dropdown-ff72 {
        padding: 30px 15px;
    }
    
    .dropdown-ff72 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .yellow_7f07 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .brown-2220 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-fixed-4134 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-fixed-4134 .left_78d6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .down_8acd {
        font-size: 1.3rem;
    }
    
    .huge-9b1f {
        font-size: 0.7rem;
    }
    
    .layout-hovered-4d35 {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout-hovered-4d35 .tertiary-selected-1e67 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .short-d523 {
        display: none;
    }
    
    .wood-559c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .main_c7d2 {
        padding: 20px 10px;
    }
    
    .table-6bc9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .easy_f1d0,
    .accordion_top_812d {
        padding: 15px;
    }
    
    .over-0039 {
        flex-direction: column;
        gap: 5px;
    }
    
    .video-5201 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .first_ef8b {
        padding: 30px 10px;
    }
    
    .dim_5a95 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden-9993 {
        padding: 20px 15px;
    }
    
    .warm_a053 {
        font-size: 2rem;
    }
    
    .hidden-9993 h3 {
        font-size: 1.1rem;
    }
    
    .hidden-9993 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .shade-6479 {
        padding: 20px 10px;
    }
    
    .dynamic_b36a h2 {
        font-size: 1.3rem;
    }
    
    .shade-d551 {
        font-size: 0.9rem;
    }
    
    .mask-e8e9 h3 {
        font-size: 1.1rem;
    }
    
    .mask-e8e9 p {
        font-size: 0.9rem;
    }
    
    .hidden-c6fa li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .glass_4ec6 {
        grid-template-columns: 1fr;
    }
    
    .dropdown-ee95 {
        font-size: 0.85rem;
    }
    
    .label-mini-c74e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-d8b3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hidden-d8b3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .silver-3294 {
        padding: 30px 10px;
    }
    
    .detail_f428 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-pressed-bcd9 {
        padding: 15px 10px;
    }
    
    .picture-pressed-bcd9 h4 {
        font-size: 0.9rem;
    }
    
    .picture-pressed-bcd9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .section-new-21b6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .detail_f428 {
        grid-template-columns: 1fr;
    }
    
    .picture-pressed-bcd9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid-pressed-2a2f {
        padding: 30px 10px;
    }
    
    .gallery-paper-6963 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_dd22 {
        padding: 15px;
    }
    
    .motion_8009 {
        font-size: 0.9rem;
    }
    
    .section-lite-cdc9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section-lite-cdc9 .header_02a4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .button-next-9ba3 {
        padding: 30px 10px;
    }
    
    .button-next-9ba3 h2 {
        font-size: 1.2rem;
    }
    
    .surface_853c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .last_e358 {
        padding: 15px 10px;
    }
    
    .last_e358 h4 {
        font-size: 0.85rem;
    }
    
    .last_e358 p {
        font-size: 0.75rem;
    }
    
    .medium-9203 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focus-rough-c244 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .medium-cf74 {
        padding: 20px 10px;
    }
    
    .chip_d25b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .border-9530,
    .small-f928,
    .up_9541 {
        width: 100%;
    }
    
    .border-9530 h3 {
        font-size: 1.1rem;
    }
    
    .border-9530 p {
        font-size: 0.8rem;
    }
    
    .lower_fa36 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget_tiny_81d2 {
        padding: 30px 15px;
    }
    
    .widget_tiny_81d2 h2 {
        font-size: 1.3rem;
    }
    
    .widget_tiny_81d2 p {
        font-size: 0.85rem;
    }
    
    .backdrop-blue-2f54 {
        flex-direction: column;
        gap: 10px;
    }
    
    .backdrop-blue-2f54 .tertiary-selected-1e67 {
        width: 100%;
    }
    
    .notification-e994 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .layout-63eb {
        padding: 30px 10px;
    }
    
    .layout-63eb h3 {
        font-size: 1.2rem;
    }
    
    .filter-841e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dark-9a4e {
        padding: 15px 10px;
    }
    
    .dark-9a4e h4 {
        font-size: 0.85rem;
    }
    
    .dark-9a4e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .description_0a68 {
        padding: 30px 15px;
    }
    
    .gas_612e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .simple_6404 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade_orange_a426 h4 {
        font-size: 0.9rem;
    }
    
    .shade_orange_a426 a {
        font-size: 0.8rem;
    }
    
    .hovered_e4f0 {
        font-size: 0.8rem;
    }
    
    .component_tiny_20ec p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .hover_prev_b49a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pink_929a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4c32 */
.widget-item-j2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
