/* Inner Page Styles */

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

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

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

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

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

.accent_1153 .surface-middle-c83f {
    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;
}

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

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

.accent_1153 .surface-middle-c83f:hover::before {
    left: 100%;
}

.accent_1153 .surface-middle-c83f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.popup-liquid-bfed {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_c98e.fn-active-eeb3 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-c1b4 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 */
.feature_2e85 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.shadow-short-8821:hover::before {
    left: 100%;
}

.shadow-short-8821 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;
}

.shadow-short-8821 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;
}

.shadow-short-8821 .article-e0dd {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.shadow-short-8821 .article-e0dd:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.caption-stone-b537 {
    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);
}

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

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

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

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

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

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

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

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

.active_orange_887d .article-e0dd:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu_motion_3476 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .menu_motion_3476 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .menu_motion_3476 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accent_1153 {
        justify-content: center;
    }
    
    .popup-liquid-bfed {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature_27cd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .plasma-8376 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_408f {
        padding: var(--md-spacing-md);
    }
    
    .pro-85d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-c1b4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active_orange_887d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar-outer-3414 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notification_408f {
        padding: var(--md-spacing-sm);
    }
    
    .modal-2cb3 {
        padding: var(--md-spacing-md);
    }
    
    .video-c1b4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.modal-2cb3,
.video-c1b4,
.active_orange_887d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.out-23c1::-webkit-scrollbar {
    width: 8px;
}

.out-23c1::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.frame_medium_c480 {
    font-size: 1.5rem;
}

.first-dbab strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .accent-new-8bb5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.grid_9808 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.popup-3cd6 {
    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;
}

.popup-3cd6.texture_paper_ec64 .hard_c8d8 {
    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); }
}

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

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

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

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

.huge-a155 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;
}

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

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

.green-c2ab {
    font-size: 1.2rem;
}

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

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

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

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

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

.link-ba33.tag_left_07a2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link-ba33.status_orange_7736::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link-ba33.accordion-e03d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link-ba33.photo-simple-e62b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.overlay_25c6 {
    font-size: 1.2rem;
}

.component-upper-19d0 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.center-fa36.photo-9237 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center-fa36.fn-active-eeb3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.tabs-975e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.pagination-soft-46e4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.brown-3580.hot_dc9f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.status-hovered-78cb { border-top: 3px solid #00ccff; }
.search-slow-a195 { border-top: 3px solid #00ff88; }
.tertiary-711d { border-top: 3px solid #d4af37; }
.complex-a45c { border-top: 3px solid #ff6b6b; }
.label-e195 { border-top: 3px solid #8b5cf6; }

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

.active-selected-9e63 {
    overflow-x: auto;
}

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

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

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

.footer-green-d035 td {
    color: #ccc;
}

.footer-green-d035 .banner-3b87 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.footer-green-d035 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.heading-lite-0479 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .thumbnail-west-355b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

.search-large-701d h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.search-large-701d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.under-84e5 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.widget-62bf {
    background: #0a0a0a;
    padding: 60px 0;
}

.in-5c4b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.widget-72cf {
    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;
}

.widget-72cf::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);
}

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

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

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

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

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

.filter-middle-dcca {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.stone-43fd {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.media-5f7e {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.dark_ca89 .clean-574f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fast-cbd4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.container-fast-cbd4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.caption_89b7 a {
    color: #ff6b6b;
}

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

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

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

.module_14e5 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.section-simple-1a15 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action-0a6f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tertiary_glass_717f .texture-fixed-3cda {
    color: #666;
    margin: 0 8px;
}

.tertiary_glass_717f .popup_98a8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.box-4cb4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hover-outer-9709 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.static-dd3b {
    font-size: 2rem;
}

.tag-in-269b {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.tag-in-269b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.layout-right-d2cf strong {
    color: #00ff88;
}

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

.module-advanced-1f72 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.row-7eab summary::-webkit-details-marker {
    display: none;
}

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

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

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

.list-inner-665c {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.list-inner-665c strong {
    color: #d4af37;
}

.photo-da8c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-1240 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;
}

.fresh-1240 li strong {
    color: #00ff88;
}

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

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

.feature-simple-0a96 {
    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;
}

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

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

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

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

.panel-rough-b1d6 strong {
    color: #d4af37;
}

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

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

.copper-acf7 strong {
    color: #00ff88;
}

.copper-acf7 span {
    color: #d4af37;
}

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

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

.progress-white-9986 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.first-6f3b {
    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);
}

.box-730c {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.light-4c17 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.light-4c17 li {
    margin-bottom: 5px;
}

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

.light-4c17 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.tall-3080 strong {
    color: #00ff88;
}

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

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

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

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

.static-48e3 {
    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;
}

.next-20bf {
    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;
}

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

@media (max-width: 768px) {
    .header_hard_b4ab {
        flex-direction: column;
    }
    
    .static-48e3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-up-1982 {
        padding: 30px 15px;
    }
    
    .surface-up-1982 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list-8666 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .primary_iron_7aa2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .surface_slow_e75d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_slow_e75d .logo-small-e1d5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hover-387d {
        font-size: 1.3rem;
    }
    
    .highlight-8964 {
        font-size: 0.7rem;
    }
    
    .center_30fa {
        flex-direction: column;
        gap: 10px;
    }
    
    .center_30fa .article-e0dd {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .heading-stone-8f50 {
        display: none;
    }
    
    .stone-cf30 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy-03d6 {
        padding: 20px 10px;
    }
    
    .progress-white-9986 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_dark_a1d8,
    .gallery_5981 {
        padding: 15px;
    }
    
    .left_f652 {
        flex-direction: column;
        gap: 5px;
    }
    
    .first-6f3b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .small-fa12 {
        padding: 30px 10px;
    }
    
    .dark_3d2f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-5fe0 {
        padding: 20px 15px;
    }
    
    .down_ff90 {
        font-size: 2rem;
    }
    
    .icon-5fe0 h3 {
        font-size: 1.1rem;
    }
    
    .icon-5fe0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .motion_ed14 {
        padding: 20px 10px;
    }
    
    .new_10bd h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_short_2f4a {
        font-size: 0.9rem;
    }
    
    .tag_new_06a6 h3 {
        font-size: 1.1rem;
    }
    
    .tag_new_06a6 p {
        font-size: 0.9rem;
    }
    
    .fresh-1240 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .input_b8d4 {
        grid-template-columns: 1fr;
    }
    
    .panel-rough-b1d6 {
        font-size: 0.85rem;
    }
    
    .main_short_4307 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-simple-0a96 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .feature-simple-0a96 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .layout_top_f82c {
        padding: 30px 10px;
    }
    
    .in-ce68 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_e023 {
        padding: 15px 10px;
    }
    
    .nav_e023 h4 {
        font-size: 0.9rem;
    }
    
    .nav_e023 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shade-in-99c6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .brown-1178 {
        padding: 30px 10px;
    }
    
    .motion_4c22 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .basic_92f3 {
        padding: 15px;
    }
    
    .description-basic-6909 {
        font-size: 0.9rem;
    }
    
    .bronze-a25b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bronze-a25b .paragraph-4a55 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .white-29b6 {
        padding: 30px 10px;
    }
    
    .white-29b6 h2 {
        font-size: 1.2rem;
    }
    
    .center_9c55 {
        gap: 10px;
    }
    
    .copper-c105 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .copper-c105 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .caption_glass_2993 {
        padding: 30px 10px;
    }
    
    .caption_glass_2993 h2 {
        font-size: 1.2rem;
    }
    
    .background-blue-321b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_short_d2c2 {
        padding: 15px 10px;
    }
    
    .mask_short_d2c2 h4 {
        font-size: 0.85rem;
    }
    
    .mask_short_d2c2 p {
        font-size: 0.75rem;
    }
    
    .summary-7ded {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .icon_solid_0e34 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .background-blue-321b {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title_4d48 {
        padding: 20px 10px;
    }
    
    .overlay-2b39 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .first-00ed,
    .container-fast-cbd4,
    .caption_89b7 {
        width: 100%;
    }
    
    .first-00ed h3 {
        font-size: 1.1rem;
    }
    
    .first-00ed p {
        font-size: 0.8rem;
    }
    
    .image_3a8f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .warm-3bb3 {
        padding: 30px 15px;
    }
    
    .warm-3bb3 h2 {
        font-size: 1.3rem;
    }
    
    .warm-3bb3 p {
        font-size: 0.85rem;
    }
    
    .west-c241 {
        flex-direction: column;
        gap: 10px;
    }
    
    .west-c241 .article-e0dd {
        width: 100%;
    }
    
    .tooltip-plasma-2282 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tertiary-upper-4dfb {
        padding: 30px 10px;
    }
    
    .tertiary-upper-4dfb h3 {
        font-size: 1.2rem;
    }
    
    .active-cold-b3bb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_orange_887d {
        padding: 15px 10px;
    }
    
    .active_orange_887d h4 {
        font-size: 0.85rem;
    }
    
    .active_orange_887d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .in_05e1 {
        padding: 30px 15px;
    }
    
    .purple_48e0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .under-01f0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .north_7107 h4 {
        font-size: 0.9rem;
    }
    
    .north_7107 a {
        font-size: 0.8rem;
    }
    
    .iron_9688 {
        font-size: 0.8rem;
    }
    
    .hovered_0816 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .gas-33bb {
        padding: 8px 10px;
    }
    
    .banner-4d26 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-new-d458 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner-4d26 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-new-d458 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 09c7 */
.shadow-element-d6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
