/* Inner Page Styles */

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

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

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

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

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

.detail_d884 .outer-e04a {
    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;
}

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

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

.detail_d884 .outer-e04a:hover::before {
    left: 100%;
}

.detail_d884 .outer-e04a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_b70c.fn-active-e593 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.slider-lower-5d14 {
    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;
}

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

.slider-lower-5d14:hover::before {
    left: 100%;
}

.slider-lower-5d14 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;
}

.slider-lower-5d14 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;
}

.slider-lower-5d14 .easy_4149 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.slider-lower-5d14 .easy_4149:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.thumbnail-2ab5 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.clean_d5e1 .easy_4149:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .liquid_9f3f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .liquid_9f3f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .liquid_9f3f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .detail_d884 {
        justify-content: center;
    }
    
    .picture_9adb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .complex-4fdd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .easy-677e {
        padding: var(--md-spacing-md) 0;
    }
    
    .header_b877 {
        padding: var(--md-spacing-md);
    }
    
    .preview_76c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-b796 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .clean_d5e1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .video_e2f4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .header_b877 {
        padding: var(--md-spacing-sm);
    }
    
    .filter-8abf {
        padding: var(--md-spacing-md);
    }
    
    .progress-b796 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-8abf,
.progress-b796,
.clean_d5e1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tag_8cbd {
    font-size: 1.5rem;
}

.stale_f786 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .footer-tiny-9766 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .dim-fbcf {
        margin-left: 0;
    }
}

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

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

.panel-67d7 {
    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;
}

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

.panel-67d7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.panel-67d7 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.texture-lite-4cb8 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.progress-easy-5725 {
    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;
}

.progress-easy-5725 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tooltip-medium-5721 {
    text-align: center;
    margin-bottom: 30px;
}

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

.grid_8536.first-1fc4 .label_bottom_8278 {
    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); }
}

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

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

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

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

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

.gradient_c696 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.progress_3711 {
    font-size: 1.2rem;
}

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

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

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

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

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

.element-bc6f.pressed-f813::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.element-bc6f.tertiary_current_3d0e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.element-bc6f.widget_prev_4954::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.element-bc6f.tooltip-active-af33::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-fresh-08c5 {
    font-size: 1.2rem;
}

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

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

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

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

.hidden_3d36.backdrop_white_6665 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden_3d36.fn-active-e593 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.over-63a8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.modal-0f06 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.blue_8967.link-small-201b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.modal-outer-f8de { border-top: 3px solid #00ccff; }
.brown_a0a1 { border-top: 3px solid #00ff88; }
.panel-pink-cf0b { border-top: 3px solid #d4af37; }
.backdrop_419f { border-top: 3px solid #ff6b6b; }
.surface_wide_b922 { border-top: 3px solid #8b5cf6; }

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

.input_purple_f151 {
    overflow-x: auto;
}

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

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

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

.hard_9294 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.background-over-c470 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.simple-95c2 {
    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;
}

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

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

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

.video_5357 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.image-center-85a7 {
    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;
}

.image-center-85a7::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);
}

.widget-8ce1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.image-center-85a7 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.image-center-85a7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.footer-stale-7ab6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.logo_8a23 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.in_8d73 .component_solid_8564 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.block-384f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.card_a981 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

.title-1a51 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper_f05b a {
    color: #ff6b6b;
}

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

.in-57d7 {
    max-width: 800px;
    margin: 0 auto;
}

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

.dropdown_5099 {
    text-align: center;
}

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

.dropdown_5099 .focus-5cd4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.in-57d7 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.hovered-9af1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.action-3f36 {
    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;
}

.action-3f36.link-small-201b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.card-fresh-9851 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.bronze-93b3 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.grid_dim_8a46 .active_paper_2cf0 {
    color: #666;
    margin: 0 8px;
}

.grid_dim_8a46 .slider-large-d260 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.widget-281b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.popup-iron-e169 strong {
    color: #d4af37;
    margin-right: 8px;
}

.row-focused-f222 {
    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;
}

.tall-064d {
    font-size: 2rem;
}

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

.east-2f04 strong {
    color: #d4af37;
}

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

.card-873e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.title-dirty-6f1d h3,
.secondary_fixed_b02e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.chip_341a strong {
    color: #00ff88;
}

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

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

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

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

.status-50e6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

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

.pressed_983c {
    color: #aaa;
}

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

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

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

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

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

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

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

.link-6fcc:last-child {
    border-bottom: none;
}

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

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

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

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

.warm-0720 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.warm-0720 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;
}

.warm-0720 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.bright-90f4 strong {
    color: #d4af37;
}

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

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

.chip_c196 strong {
    color: #00ff88;
}

.chip_c196 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-1aa2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-d35d strong {
    color: #00ff88;
}

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

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

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

.slider-orange-aad4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.wide-48d9 {
    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;
}

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

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

@media (max-width: 768px) {
    .slider-orange-aad4 {
        flex-direction: column;
    }
    
    .wide-48d9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .black-5f7a {
        padding: 30px 15px;
    }
    
    .black-5f7a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list-west-5f57 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .logo-53d3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .chip-aeab {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-aeab .text-3d1d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .upper_9fe6 {
        font-size: 1.3rem;
    }
    
    .image-6ff9 {
        font-size: 0.7rem;
    }
    
    .element_clean_2e06 {
        flex-direction: column;
        gap: 10px;
    }
    
    .element_clean_2e06 .easy_4149 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .avatar-dirty-e083 {
        display: none;
    }
    
    .aside-17b0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .component-5891 {
        padding: 20px 10px;
    }
    
    .selected_e45d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown_29b2,
    .badge_thick_e36b {
        padding: 15px;
    }
    
    .border_e0f9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel_2cea {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .filter-6b52 {
        padding: 30px 10px;
    }
    
    .slow-d43e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture-501d {
        padding: 20px 15px;
    }
    
    .paper-7fc7 {
        font-size: 2rem;
    }
    
    .picture-501d h3 {
        font-size: 1.1rem;
    }
    
    .picture-501d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .element_092a {
        padding: 20px 10px;
    }
    
    .text_selected_4c5e h2 {
        font-size: 1.3rem;
    }
    
    .backdrop_0453 {
        font-size: 0.9rem;
    }
    
    .link-6fcc h3 {
        font-size: 1.1rem;
    }
    
    .link-6fcc p {
        font-size: 0.9rem;
    }
    
    .warm-0720 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .accordion_plasma_b588 {
        grid-template-columns: 1fr;
    }
    
    .bright-90f4 {
        font-size: 0.85rem;
    }
    
    .description-a170 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_static_3477 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table_static_3477 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .link-advanced-fcdf {
        padding: 30px 10px;
    }
    
    .title-3501 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form_ede0 {
        padding: 15px;
    }
    
    .complex_754c {
        font-size: 0.9rem;
    }
    
    .gradient-5543 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient-5543 .modal_brown_7138 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gallery-brown-7f57 {
        padding: 30px 10px;
    }
    
    .gallery-brown-7f57 h2 {
        font-size: 1.2rem;
    }
    
    .badge-9b8d {
        gap: 10px;
    }
    
    .item_e3f5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item_e3f5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .grid-stale-b5a8 {
        padding: 30px 10px;
    }
    
    .grid-stale-b5a8 h2 {
        font-size: 1.2rem;
    }
    
    .basic_08e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_e91d {
        padding: 15px 10px;
    }
    
    .grid_e91d h4 {
        font-size: 0.85rem;
    }
    
    .grid_e91d p {
        font-size: 0.75rem;
    }
    
    .down-1628 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification_clean_789f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .basic_5b5d {
        padding: 20px 10px;
    }
    
    .slider_04e8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice_solid_f743,
    .background-b2fb,
    .wrapper_f05b {
        width: 100%;
    }
    
    .notice_solid_f743 h3 {
        font-size: 1.1rem;
    }
    
    .notice_solid_f743 p {
        font-size: 0.8rem;
    }
    
    .blue_032a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .top-b76d {
        padding: 30px 15px;
    }
    
    .top-b76d h2 {
        font-size: 1.3rem;
    }
    
    .top-b76d p {
        font-size: 0.85rem;
    }
    
    .nav_114c {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav_114c .easy_4149 {
        width: 100%;
    }
    
    .component-dark-0135 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .label-483c {
        padding: 30px 10px;
    }
    
    .label-483c h3 {
        font-size: 1.2rem;
    }
    
    .frame-brown-cdf7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .clean_d5e1 {
        padding: 15px 10px;
    }
    
    .clean_d5e1 h4 {
        font-size: 0.85rem;
    }
    
    .clean_d5e1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tabs-1cc5 {
        padding: 30px 15px;
    }
    
    .gold_36dd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .frame-69af {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight-black-bb7e h4 {
        font-size: 0.9rem;
    }
    
    .highlight-black-bb7e a {
        font-size: 0.8rem;
    }
    
    .widget-f0c4 {
        font-size: 0.8rem;
    }
    
    .tertiary-narrow-642b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .complex_e63d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gas-9735 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 883b */
.ghost-box-n1 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
