/* Inner Page Styles */

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

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

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

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

.module-up-f956 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.module-up-f956 .medium_ecf5 {
    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;
}

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

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

.module-up-f956 .medium_ecf5:hover::before {
    left: 100%;
}

.module-up-f956 .medium_ecf5:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.over-79fe {
    margin-bottom: var(--md-spacing-lg);
}

.list-active-5591 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.purple_2f3e.fn-active-e99e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-dcb3:hover::before {
    left: 100%;
}

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

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

.hidden-dcb3 .text_7f6e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hidden-dcb3 .text_7f6e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.highlight_static_c853 .text_7f6e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-f0a6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .breadcrumb-f0a6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .breadcrumb-f0a6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .module-up-f956 {
        justify-content: center;
    }
    
    .list-active-5591 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .overlay-hard-e1a0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .status_de01 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form-ea9a {
        padding: var(--md-spacing-md);
    }
    
    .input_stale_24e1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_brown_5f8a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight_static_c853 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .breadcrumb-d9c8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form-ea9a {
        padding: var(--md-spacing-sm);
    }
    
    .highlight_clean_706f {
        padding: var(--md-spacing-md);
    }
    
    .photo_brown_5f8a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.highlight_clean_706f,
.photo_brown_5f8a,
.highlight_static_c853 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.button-9383 {
    font-size: 1.5rem;
}

.sort-5759 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .heading-blue-bcdd {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .content-yellow-bbac {
        margin-left: 0;
    }
}

/* Main Content Compact */
.complex-dc77 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-6919 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.form_c02a.tag-97e9 .action-e9cc {
    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); }
}

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

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

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

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

.advanced-4cfd 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;
}

.advanced-4cfd 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);
}

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

.search-62da {
    font-size: 1.2rem;
}

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

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

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

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

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

.gold_fc02.accordion-lower-7f89::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gold_fc02.main-a011::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gold_fc02.notification_dirty_8d9f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gold_fc02.preview-prev-4230::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.large_d6a7 {
    font-size: 1.2rem;
}

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

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

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

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

.caption_selected_42aa.stale-f0e2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption_selected_42aa.fn-active-e99e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.article-small-8909 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image-focused-7096 { border-top: 3px solid #00ccff; }
.gallery-cc27 { border-top: 3px solid #00ff88; }
.upper-a6de { border-top: 3px solid #d4af37; }
.search_01e5 { border-top: 3px solid #ff6b6b; }
.cool-be99 { border-top: 3px solid #8b5cf6; }

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

.chip_fluid_6cdf {
    overflow-x: auto;
}

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

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

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

.menu-6b6c td {
    color: #ccc;
}

.menu-6b6c .glass-cd23 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.menu-6b6c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.current-1eb3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.photo-mini-736a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.button-834b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.footer_33e9 {
    font-size: 2rem;
}

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

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

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

.dark-44c7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover-medium-5395 {
    font-size: 1.5rem;
}

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

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

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

.smooth-1ea7 {
    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;
}

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

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

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

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

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

.section-warm-95b1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.panel_4b08 .status-ef93 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.aside-lower-c1fd {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_short_3bde a {
    color: #ff6b6b;
}

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

.sidebar-over-0c11 {
    max-width: 800px;
    margin: 0 auto;
}

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

.plasma_57d9 {
    text-align: center;
}

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

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

.sidebar-over-0c11 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.sidebar-over-0c11 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.primary-center-484b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.mask-3e16 {
    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;
}

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

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

.link-iron-76c2 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.wood-6d95 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.active-8cd6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.cool_1710 .left_30c3 {
    color: #666;
    margin: 0 8px;
}

.cool_1710 .element-044c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.card-0dec {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.frame-fluid-580f {
    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;
}

.under_b366 {
    font-size: 2rem;
}

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

.over_3eaf strong {
    color: #d4af37;
}

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

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

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

.tabs-thick-57e8 h3,
.bottom-bb4f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.background-cool-b764 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.item-clean-854a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.element-5a2c strong {
    color: #00ff88;
}

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

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

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

.tag_medium_20c8 h3,
.table-short-2554 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.filter-prev-09de summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.right-adcb strong {
    color: #d4af37;
}

.video-rough-10fe {
    color: #aaa;
}

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

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

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

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

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

.summary-focused-846a {
    max-width: 900px;
    margin: 0 auto;
}

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

.pagination-silver-d5e8:last-child {
    border-bottom: none;
}

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

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

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

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

.focus-solid-361b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.focus-solid-361b 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;
}

.focus-solid-361b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.shade-easy-a444 strong {
    color: #d4af37;
}

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

.input-purple-df51 {
    color: #888;
    font-size: 0.9rem;
}

.input-purple-df51 strong {
    color: #00ff88;
}

.input-purple-df51 span {
    color: #d4af37;
}

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

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

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

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

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

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

.row-motion-536b {
    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;
}

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

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

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

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

.pattern-67ac {
    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);
}

.next-5e0f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-dfb6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.photo-stale-b42e {
    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;
}

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

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

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

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

.video-lower-3be3 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget-ee00 {
        padding: 30px 15px;
    }
    
    .widget-ee00 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .liquid-24e7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .card_4fef {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .status-under-f1fb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status-under-f1fb .preview_bright_d1b9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .wrapper-soft-ec99 {
        font-size: 1.3rem;
    }
    
    .hero-wide-a76b {
        font-size: 0.7rem;
    }
    
    .element-a952 {
        flex-direction: column;
        gap: 10px;
    }
    
    .element-a952 .text_7f6e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tabs_stone_8393 {
        display: none;
    }
    
    .column-4f12 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .link_fed1 {
        padding: 20px 10px;
    }
    
    .gas_fab5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-left-f3c1,
    .cool-0e89 {
        padding: 15px;
    }
    
    .green-1446 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pattern-67ac {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .container_hard_01ce {
        padding: 30px 10px;
    }
    
    .hard-6cef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pro-28be {
        padding: 20px 15px;
    }
    
    .filter_a036 {
        font-size: 2rem;
    }
    
    .pro-28be h3 {
        font-size: 1.1rem;
    }
    
    .pro-28be p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .current-650c {
        padding: 20px 5px;
    }
    
    .current-650c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .photo_7f75 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .menu-6b6c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .menu-6b6c th,
    .menu-6b6c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .chip-motion-44a0 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .label_silver_844d {
        padding: 20px 10px;
    }
    
    .main-2ef6 h2 {
        font-size: 1.3rem;
    }
    
    .chip-paper-46b8 {
        font-size: 0.9rem;
    }
    
    .pagination-silver-d5e8 h3 {
        font-size: 1.1rem;
    }
    
    .pagination-silver-d5e8 p {
        font-size: 0.9rem;
    }
    
    .focus-solid-361b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .focused_2a66 {
        grid-template-columns: 1fr;
    }
    
    .shade-easy-a444 {
        font-size: 0.85rem;
    }
    
    .fast-1eef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent-4bb4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accent-4bb4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip_b996 {
        padding: 30px 10px;
    }
    
    .paragraph_1043 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description-182a {
        padding: 15px 10px;
    }
    
    .description-182a h4 {
        font-size: 0.9rem;
    }
    
    .description-182a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tag-3fba {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph_1043 {
        grid-template-columns: 1fr;
    }
    
    .description-182a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .column_dim_bfb7 {
        padding: 30px 10px;
    }
    
    .shadow-action-d5a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card-current-4a79 {
        padding: 15px;
    }
    
    .footer_silver_ba02 {
        font-size: 0.9rem;
    }
    
    .up_d990 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_d990 .tertiary_blue_92c6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .highlight_blue_829e {
        padding: 30px 10px;
    }
    
    .highlight_blue_829e h2 {
        font-size: 1.2rem;
    }
    
    .in_9b72 {
        gap: 10px;
    }
    
    .widget-paper-9ec8 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .widget-paper-9ec8 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .lower-4358 {
        padding: 30px 10px;
    }
    
    .lower-4358 h2 {
        font-size: 1.2rem;
    }
    
    .over_b8bb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_6ae9 {
        padding: 15px 10px;
    }
    
    .tabs_6ae9 h4 {
        font-size: 0.85rem;
    }
    
    .tabs_6ae9 p {
        font-size: 0.75rem;
    }
    
    .top_50d6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tooltip_71bc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .new_69e9 {
        padding: 20px 10px;
    }
    
    .badge-fresh-e611 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .soft_a681,
    .active_clean_5dfd,
    .search_short_3bde {
        width: 100%;
    }
    
    .soft_a681 h3 {
        font-size: 1.1rem;
    }
    
    .soft_a681 p {
        font-size: 0.8rem;
    }
    
    .chip_top_462d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .carousel_complex_7b55 {
        padding: 30px 15px;
    }
    
    .carousel_complex_7b55 h2 {
        font-size: 1.3rem;
    }
    
    .carousel_complex_7b55 p {
        font-size: 0.85rem;
    }
    
    .search-00eb {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-00eb .text_7f6e {
        width: 100%;
    }
    
    .frame_7214 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .shade-lower-0d25 {
        padding: 30px 10px;
    }
    
    .shade-lower-0d25 h3 {
        font-size: 1.2rem;
    }
    
    .description-rough-35db {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight_static_c853 {
        padding: 15px 10px;
    }
    
    .highlight_static_c853 h4 {
        font-size: 0.85rem;
    }
    
    .highlight_static_c853 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .description-rough-35db {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .upper_c433 {
        padding: 30px 15px;
    }
    
    .label_9b46 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .logo_fast_22c0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .mask_8e8f h4 {
        font-size: 0.9rem;
    }
    
    .mask_8e8f a {
        font-size: 0.8rem;
    }
    
    .stale-7a6a {
        font-size: 0.8rem;
    }
    
    .static-7978 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .dark-e310 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .selected-d38b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 679e */
.promo-block-x2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
