/* Inner Page Styles */

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

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

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

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

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

.right-b317 .plasma-8222 {
    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;
}

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

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

.right-b317 .plasma-8222:hover::before {
    left: 100%;
}

.right-b317 .plasma-8222:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.thumbnail-bronze-2e51 {
    margin-bottom: var(--md-spacing-lg);
}

.iron-846a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_fast_ec95.fn-active-378f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_center_9e39 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 */
.hidden-acf0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.icon-fb24:hover::before {
    left: 100%;
}

.icon-fb24 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;
}

.icon-fb24 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;
}

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

.icon-fb24 .main_9f2e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.mask-90ff {
    margin-top: var(--md-spacing-sm);
}

.gallery-active-6923 {
    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);
}

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

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

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

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

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

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

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

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

.modal_basic_f637 .main_9f2e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature_under_d72a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .feature_under_d72a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .feature_under_d72a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .right-b317 {
        justify-content: center;
    }
    
    .iron-846a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .focused-b862 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .thick-42e7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern-c126 {
        padding: var(--md-spacing-md);
    }
    
    .list_warm_e9a6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer_center_9e39 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal_basic_f637 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .copper_7f6c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pattern-c126 {
        padding: var(--md-spacing-sm);
    }
    
    .up_2aa4 {
        padding: var(--md-spacing-md);
    }
    
    .footer_center_9e39 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up_2aa4,
.footer_center_9e39,
.modal_basic_f637 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.section_6560 {
    font-size: 1.5rem;
}

.up-c7c8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-5dbd {
    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;
}

.message-5dbd strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.center_d6f7.media-2536 .title_4e9a {
    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); }
}

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

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

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

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

.action-44bc 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;
}

.action-44bc 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);
}

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

.menu_1b74 {
    font-size: 1.2rem;
}

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

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

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

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

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

.info-1720.popup_1b42::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info-1720.overlay-37a0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-1720.complex_071c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info-1720.hidden_5c58::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.form-focused-3c8e {
    font-size: 1.2rem;
}

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

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

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

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

.popup_first_75ad.aside-clean-b9d2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup_first_75ad.fn-active-378f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.yellow-91ef {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.simple-31da {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.column-32d5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.solid-2d07 { border-top: 3px solid #00ccff; }
.accordion_iron_3d87 { border-top: 3px solid #00ff88; }
.mask-north-5c8a { border-top: 3px solid #d4af37; }
.motion-6b28 { border-top: 3px solid #ff6b6b; }
.disabled_over_0002 { border-top: 3px solid #8b5cf6; }

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

.light_59d9 {
    overflow-x: auto;
}

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

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

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

.background_c81d td {
    color: #ccc;
}

.background_c81d .wrapper-large-cb2a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.section-yellow-b1fd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.bronze-7ac8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.filter-light-6785 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.current-8c89 p {
    color: #888;
    font-size: 0.9rem;
}

.secondary-blue-8a8e {
    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;
}

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

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

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

.texture_e838 {
    font-size: 2rem;
}

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

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

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

.smooth-4a2d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.accordion-35f3 {
    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;
}

.accordion-35f3::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);
}

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

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

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

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

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

.breadcrumb-173e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.texture-hard-0692 {
    font-size: 1.5rem;
}

.chip-1f37 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.motion-53ba strong {
    color: #fff;
    display: block;
}

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

.shadow-51db {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.dim-a0de .picture-89b0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.container-up-5b7f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full_e86c a {
    color: #ff6b6b;
}

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

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

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

.wood_59f5 {
    text-align: center;
}

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

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

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

.highlight-0de8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-orange-52bd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.fast_ce97 .secondary-short-661c {
    color: #666;
    margin: 0 8px;
}

.fast_ce97 .item-d868 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.banner-2ff2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.pink-8a86 {
    font-size: 2rem;
}

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

.media-short-c799 strong {
    color: #d4af37;
}

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

.current-6c1c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.layout-full-a413 h3,
.motion-b625 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.main_df48 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.badge-red-0b8f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.tertiary-huge-1d36 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.chip-north-1ff3 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.chip-north-1ff3 strong {
    color: #d4af37;
}

.info_right_fdd7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.gallery-light-7b66:last-child {
    border-bottom: none;
}

.gallery-light-7b66 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.gallery-light-7b66 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.orange-3c1d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.orange-3c1d 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;
}

.orange-3c1d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.breadcrumb_e924 strong {
    color: #d4af37;
}

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

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

.progress_a0d1 strong {
    color: #00ff88;
}

.progress_a0d1 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over-4735 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.under-29fd strong {
    color: #00ff88;
}

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

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

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

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

.in-4e9c {
    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;
}

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

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

@media (max-width: 768px) {
    .info-b7f2 {
        flex-direction: column;
    }
    
    .in-4e9c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text_action_1146 {
        padding: 30px 15px;
    }
    
    .text_action_1146 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .purple-c582 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .white-557d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tiny-f9cc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tiny-f9cc .wrapper-7388 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .summary-2982 {
        font-size: 1.3rem;
    }
    
    .liquid-47b7 {
        font-size: 0.7rem;
    }
    
    .article_inner_da16 {
        flex-direction: column;
        gap: 10px;
    }
    
    .article_inner_da16 .main_9f2e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thumbnail-cool-c2db {
        display: none;
    }
    
    .popup_top_de2f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outline-9850 {
        padding: 20px 10px;
    }
    
    .fluid_c039 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-cold-d0b4,
    .primary-fbb0 {
        padding: 15px;
    }
    
    .outline_hard_a30e {
        flex-direction: column;
        gap: 5px;
    }
    
    .smooth_971f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .center-e91a {
        padding: 30px 10px;
    }
    
    .block_623d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .content_lite_4d8b {
        padding: 20px 15px;
    }
    
    .photo_plasma_9a2f {
        font-size: 2rem;
    }
    
    .content_lite_4d8b h3 {
        font-size: 1.1rem;
    }
    
    .content_lite_4d8b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .cold-dac8 {
        padding: 20px 10px;
    }
    
    .hovered_1904 h2 {
        font-size: 1.3rem;
    }
    
    .article-easy-f44b {
        font-size: 0.9rem;
    }
    
    .gallery-light-7b66 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-light-7b66 p {
        font-size: 0.9rem;
    }
    
    .orange-3c1d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form-under-0398 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb_e924 {
        font-size: 0.85rem;
    }
    
    .full-f6fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask-a46d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .mask-a46d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .widget-down-0fe9 {
        padding: 30px 10px;
    }
    
    .hero-center-09af {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-5db1 {
        padding: 15px 10px;
    }
    
    .search-5db1 h4 {
        font-size: 0.9rem;
    }
    
    .search-5db1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .static_b291 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-center-09af {
        grid-template-columns: 1fr;
    }
    
    .search-5db1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .caption-south-5598 {
        padding: 30px 10px;
    }
    
    .accordion-dim-4e64 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next_5e72 {
        padding: 15px;
    }
    
    .up-1199 {
        font-size: 0.9rem;
    }
    
    .video-hovered-519f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video-hovered-519f .dynamic_2a7c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hard-2768 {
        padding: 30px 10px;
    }
    
    .hard-2768 h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail-86a9 {
        gap: 10px;
    }
    
    .pressed-4c31 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pressed-4c31 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .header-b5b2 {
        padding: 30px 10px;
    }
    
    .header-b5b2 h2 {
        font-size: 1.2rem;
    }
    
    .caption_hard_f438 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-f1d4 {
        padding: 15px 10px;
    }
    
    .inner-f1d4 h4 {
        font-size: 0.85rem;
    }
    
    .inner-f1d4 p {
        font-size: 0.75rem;
    }
    
    .purple-7c03 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gas-48ed {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .component_bf77 {
        padding: 20px 10px;
    }
    
    .frame_middle_853e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_8531,
    .disabled_b8cf,
    .full_e86c {
        width: 100%;
    }
    
    .backdrop_8531 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_8531 p {
        font-size: 0.8rem;
    }
    
    .soft_8f6a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tooltip_upper_d056 {
        padding: 30px 15px;
    }
    
    .tooltip_upper_d056 h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_upper_d056 p {
        font-size: 0.85rem;
    }
    
    .copper-a083 {
        flex-direction: column;
        gap: 10px;
    }
    
    .copper-a083 .main_9f2e {
        width: 100%;
    }
    
    .wide-ec4f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .filter_first_6ab6 {
        padding: 30px 10px;
    }
    
    .filter_first_6ab6 h3 {
        font-size: 1.2rem;
    }
    
    .active_ea70 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal_basic_f637 {
        padding: 15px 10px;
    }
    
    .modal_basic_f637 h4 {
        font-size: 0.85rem;
    }
    
    .modal_basic_f637 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .simple_1437 {
        padding: 30px 15px;
    }
    
    .section_out_6598 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tertiary-top-daa7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .focus_6102 h4 {
        font-size: 0.9rem;
    }
    
    .focus_6102 a {
        font-size: 0.8rem;
    }
    
    .hero_slow_7665 {
        font-size: 0.8rem;
    }
    
    .pro-db67 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .input_f248 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .icon_325a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1b8f */
.shadow-element-l7 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
