/* Inner Page Styles */

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

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

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

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

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

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

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

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

.hovered_3896 .rough_3377:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-hot-ff08 {
    color: var(--casino-gold-light);
}

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

.link-hot-ff08 a:hover {
    color: var(--casino-gold-light);
}

.link-hot-ff08.fn-active-f10c {
    color: var(--casino-gold-light);
}

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

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

.photo-lower-45c2 {
    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);
}

.photo-lower-45c2 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);
}

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

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

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

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

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

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

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

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

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

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

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

.tag-1e0b {
    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%;
}

.tag-1e0b 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 */
.right-f093 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.blue_b345 .content_large_75f2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.tag-outer-26d1 {
    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);
}

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

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

.tag-outer-26d1 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.tag-outer-26d1 .content_large_75f2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag-outer-26d1 .content_large_75f2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .widget_11b9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .widget_11b9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .widget_11b9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hovered_3896 {
        justify-content: center;
    }
    
    .fresh_2dc9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature_basic_0e35 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .active_72c3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo-lower-45c2 {
        padding: var(--md-spacing-md);
    }
    
    .description_f394 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag-1e0b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag-outer-26d1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dynamic_5fc3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .photo-lower-45c2 {
        padding: var(--md-spacing-sm);
    }
    
    .background_d8a2 {
        padding: var(--md-spacing-md);
    }
    
    .tag-1e0b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background_d8a2,
.tag-1e0b,
.tag-outer-26d1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.footer-left-0df5::-webkit-scrollbar {
    width: 8px;
}

.footer-left-0df5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.footer-left-0df5::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.footer-left-0df5::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.over-6fdb {
    font-size: 1.5rem;
}

.carousel_9991 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice_selected_007b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.row_steel_fac6.hero_pressed_b8d0 .main_e0c8 {
    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); }
}

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

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

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

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

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

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

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

.mask-3b3c {
    font-size: 1.2rem;
}

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

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

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

.yellow-4ef5 {
    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;
}

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

.yellow-4ef5.badge-3527::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.yellow-4ef5.wrapper-93b0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.yellow-4ef5.focus_3f4d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.yellow-4ef5.pagination-3f7f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paper_e767 {
    font-size: 1.2rem;
}

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

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

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

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

.center-b6b0.pressed_2cb4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center-b6b0.fn-active-f10c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.module-short-f345 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.card_6bc2.popup-20a9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.fixed-133d { border-top: 3px solid #00ccff; }
.heading_4f45 { border-top: 3px solid #00ff88; }
.article_first_615d { border-top: 3px solid #d4af37; }
.rough-4f5e { border-top: 3px solid #ff6b6b; }
.preview-next-8117 { border-top: 3px solid #8b5cf6; }

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

.menu-motion-9065 {
    overflow-x: auto;
}

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

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

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

.highlight_6591 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-plasma-1a5c {
    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;
}

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

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

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

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

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

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

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

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

.container_a6c9 {
    font-size: 2rem;
}

.tooltip-wood-530f strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.tooltip-wood-530f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

.card_dynamic_e82c::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.badge_light_a001 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.hovered-7e14 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.light_ff4a .green-b343 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.title-3e66 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.footer-narrow-a783 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.heading-orange-63b8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.heading-orange-63b8 span {
    color: #666;
    font-size: 0.8rem;
}

.heading-orange-63b8 a {
    color: #ff6b6b;
}

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

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

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

.simple_a279 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-active-781a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.alert_top_3c66.popup-20a9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.dim-72c3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.module-lite-e20c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tertiary-full-c57c .widget_brown_8a16 {
    color: #666;
    margin: 0 8px;
}

.tertiary-full-c57c .slider-hovered-efc3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.input-0e6e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.component-d1fe {
    font-size: 2rem;
}

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

.gradient_action_ad08 strong {
    color: #d4af37;
}

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

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

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

.main-3a15 h3,
.active_yellow_b9ec h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.column-5bb7 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.rough_f392 strong {
    color: #00ff88;
}

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

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

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

.table_98f5 h3,
.caption-pro-14e3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.prev-09bd strong {
    color: #d4af37;
}

.widget_40a1 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool_4b9d li strong {
    color: #00ff88;
}

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

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

.east-33a3 {
    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;
}

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

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

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

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

.solid_ee24 strong {
    color: #d4af37;
}

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

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

.action-5189 strong {
    color: #00ff88;
}

.action-5189 span {
    color: #d4af37;
}

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

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

.black-4e4b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.tabs-006e {
    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;
}

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

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

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

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

.east_43c3 {
    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_eab7 {
    color: #999;
    font-size: 0.85rem;
}

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

.badge-paper-77c0 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_b572 strong {
    color: #00ff88;
}

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

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

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

.outline-2c95 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.footer-narrow-a783 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .outline-2c95 {
        flex-direction: column;
    }
    
    .paper_157f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hidden_solid_0ef9 {
        padding: 30px 15px;
    }
    
    .hidden_solid_0ef9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paper_f149 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark-1094 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .notice_bff8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice_bff8 .white-bb8b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .complex-6758 {
        font-size: 1.3rem;
    }
    
    .tertiary-simple-3b29 {
        font-size: 0.7rem;
    }
    
    .shadow_45e3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shadow_45e3 .content_large_75f2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .module-9ede {
        display: none;
    }
    
    .summary-short-e83c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .border_thick_c06d {
        padding: 20px 10px;
    }
    
    .black-4e4b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-660c,
    .badge-paper-77c0 {
        padding: 15px;
    }
    
    .static_4b95 {
        flex-direction: column;
        gap: 5px;
    }
    
    .east_43c3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gas-7ec8 {
        padding: 30px 10px;
    }
    
    .grid-85b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-solid-ef56 {
        padding: 20px 15px;
    }
    
    .basic_7bff {
        font-size: 2rem;
    }
    
    .button-solid-ef56 h3 {
        font-size: 1.1rem;
    }
    
    .button-solid-ef56 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .focus_5ee1 {
        padding: 20px 10px;
    }
    
    .footer_south_0a03 h2 {
        font-size: 1.3rem;
    }
    
    .hover-1889 {
        font-size: 0.9rem;
    }
    
    .status_lower_13d2 h3 {
        font-size: 1.1rem;
    }
    
    .status_lower_13d2 p {
        font-size: 0.9rem;
    }
    
    .cool_4b9d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .element_63fe {
        grid-template-columns: 1fr;
    }
    
    .solid_ee24 {
        font-size: 0.85rem;
    }
    
    .silver_cded {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east-33a3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .east-33a3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .shade_out_3946 {
        padding: 30px 10px;
    }
    
    .new-a7a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-tall-14e4 {
        padding: 15px 10px;
    }
    
    .alert-tall-14e4 h4 {
        font-size: 0.9rem;
    }
    
    .alert-tall-14e4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider-large-46c3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .new-a7a0 {
        grid-template-columns: 1fr;
    }
    
    .alert-tall-14e4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .secondary_f863 {
        padding: 30px 10px;
    }
    
    .tooltip-5116 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient-eae1 {
        padding: 15px;
    }
    
    .link_d3e5 {
        font-size: 0.9rem;
    }
    
    .item_08da {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item_08da .tag_359a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge_4be8 {
        padding: 30px 10px;
    }
    
    .huge_4be8 h2 {
        font-size: 1.2rem;
    }
    
    .paragraph-hard-fc6a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed_4607 {
        padding: 15px 10px;
    }
    
    .pressed_4607 h4 {
        font-size: 0.85rem;
    }
    
    .pressed_4607 p {
        font-size: 0.75rem;
    }
    
    .badge-7c4f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .badge_a08d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .lite-c11b {
        padding: 20px 10px;
    }
    
    .photo_inner_b091 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay_88e0,
    .fixed-dbd0,
    .heading-orange-63b8 {
        width: 100%;
    }
    
    .overlay_88e0 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_88e0 p {
        font-size: 0.8rem;
    }
    
    .element_be01 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .column-cool-f7d3 {
        padding: 30px 15px;
    }
    
    .column-cool-f7d3 h2 {
        font-size: 1.3rem;
    }
    
    .column-cool-f7d3 p {
        font-size: 0.85rem;
    }
    
    .focused_0030 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused_0030 .content_large_75f2 {
        width: 100%;
    }
    
    .link-cdd4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .overlay-short-3517 {
        padding: 30px 10px;
    }
    
    .overlay-short-3517 h3 {
        font-size: 1.2rem;
    }
    
    .label_brown_90f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-outer-26d1 {
        padding: 15px 10px;
    }
    
    .tag-outer-26d1 h4 {
        font-size: 0.85rem;
    }
    
    .tag-outer-26d1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .over-6efe {
        padding: 30px 15px;
    }
    
    .narrow-367d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .widget-smooth-db34 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper_over_d9bd h4 {
        font-size: 0.9rem;
    }
    
    .wrapper_over_d9bd a {
        font-size: 0.8rem;
    }
    
    .narrow-2736 {
        font-size: 0.8rem;
    }
    
    .shade-7585 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .media-425a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .warm_ed77 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ab20 */
.promo-block-x5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
