/* Inner Page Styles */

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

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

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

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

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

.paper-e737 .modal_22d5 {
    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;
}

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

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

.paper-e737 .modal_22d5:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-4d16 {
    color: var(--casino-gold-light);
}

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

.secondary-4d16 a:hover {
    color: var(--casino-gold-light);
}

.secondary-4d16.fn-active-0dab {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-3e0c {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.info-pressed-56f6 {
    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;
}

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

.info-pressed-56f6:hover::before {
    left: 100%;
}

.info-pressed-56f6 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;
}

.info-pressed-56f6 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;
}

.info-pressed-56f6 .main_black_d380 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.info-pressed-56f6 .main_black_d380:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.caption-9fc6 {
    margin-top: var(--md-spacing-sm);
}

.message-iron-1751 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.element-8a84 {
    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);
}

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

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

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

.element-8a84 .main_black_d380 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element-8a84 .main_black_d380:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop_fresh_7659 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop_fresh_7659 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop_fresh_7659 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paper-e737 {
        justify-content: center;
    }
    
    .chip_60d4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tiny-abf7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .up-9c96 {
        padding: var(--md-spacing-md) 0;
    }
    
    .info_out_b538 {
        padding: var(--md-spacing-md);
    }
    
    .modal-ab81 {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_stone_51f7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-8a84 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .cold-caf4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .info_out_b538 {
        padding: var(--md-spacing-sm);
    }
    
    .label_next_d853 {
        padding: var(--md-spacing-md);
    }
    
    .detail_stone_51f7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.label_next_d853,
.detail_stone_51f7,
.element-8a84 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.pattern-purple-c50a {
    font-size: 1.5rem;
}

.detail-mini-ab07 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-094f {
    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;
}

.small-094f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.texture-upper-d145 {
    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;
}

.texture-upper-d145.notice_small_ec94 .complex_bb09 {
    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); }
}

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

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

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

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

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

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

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

.popup-pro-d2c6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.surface-b899.alert_8cb5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.surface-b899.bright_da5e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.surface-b899.dropdown_outer_db24::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.surface-b899.summary_ac2b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bottom-0e33 {
    font-size: 1.2rem;
}

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

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

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

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

.fluid_2eda.section_c5b3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid_2eda.fn-active-0dab { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.list-clean-2c10 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

.primary-6ac3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.layout-6d43 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.stale-f74e { border-top: 3px solid #00ccff; }
.highlight_b558 { border-top: 3px solid #00ff88; }
.border_583a { border-top: 3px solid #d4af37; }
.blue-4d97 { border-top: 3px solid #ff6b6b; }
.liquid_5636 { border-top: 3px solid #8b5cf6; }

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

.sidebar-bronze-5a7d {
    overflow-x: auto;
}

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

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

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

.shade-4d1e td {
    color: #ccc;
}

.shade-4d1e .border-pressed-3e9a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.shade-4d1e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-warm-1d2b {
    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;
}

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

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

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

.sort-pressed-dd8a {
    font-size: 2rem;
}

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

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

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

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

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

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

.gallery-over-49ac {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.focus_6b67 {
    font-size: 1.5rem;
}

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

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

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

.gas-13f7 {
    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;
}

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

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

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

.preview-up-a38c strong {
    color: #fff;
    display: block;
}

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

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

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

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

.motion_4169 .module_dirty_a4b4 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.column-fast-30bd {
    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;
}

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.notification-gold-774a {
    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;
}

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

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

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

.smooth-19bd {
    display: flex;
    align-items: center;
    gap: 10px;
}

.background-pressed-d956 {
    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;
}

.smooth-19bd span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.photo-mini-dafa span {
    color: #666;
    font-size: 0.8rem;
}

.photo-mini-dafa a {
    color: #ff6b6b;
}

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

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

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

.alert-clean-82df {
    text-align: center;
}

.alert-clean-82df .fixed_1e7f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.alert-clean-82df .backdrop-83be {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.inner-06bd {
    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;
}

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

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

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

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

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

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

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

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

.accent-smooth-9d5d {
    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;
}

.accent-smooth-9d5d.link_cool_41c9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.south_2400 .yellow-9db8 {
    color: #666;
    margin: 0 8px;
}

.south_2400 .wood_12b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.fluid-7ec6 strong {
    color: #d4af37;
    margin-right: 8px;
}

.plasma-9f43 {
    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;
}

.icon_788d {
    font-size: 2rem;
}

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

.gradient_745c strong {
    color: #d4af37;
}

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

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

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

.complex-b2d0 h3,
.glass-2cef h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.container-589c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.up-9bc5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.title-upper-6760 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.module-motion-91b2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.motion-3cad {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.plasma-bacb strong {
    color: #d4af37;
}

.border-814c {
    color: #aaa;
}

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

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

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

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

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

.hero-glass-7f02 {
    max-width: 900px;
    margin: 0 auto;
}

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

.label-warm-1337:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid_f0cc strong {
    color: #d4af37;
}

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

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

.iron-fb99 strong {
    color: #00ff88;
}

.iron-fb99 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.prev-5d0b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.footer-18fa {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-fd98 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.menu-white-8941 strong {
    color: #00ff88;
}

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

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

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

.blue-9a77 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.copper-f741 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

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

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

@media (max-width: 768px) {
    .blue-9a77 {
        flex-direction: column;
    }
    
    .copper-f741 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background-soft-5b46 {
        padding: 30px 15px;
    }
    
    .background-soft-5b46 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .info-cold-10fa {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery-495b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .table_motion_9823 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table_motion_9823 .lower-a0ad {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .glass_d964 {
        font-size: 1.3rem;
    }
    
    .gold_7320 {
        font-size: 0.7rem;
    }
    
    .accordion-dynamic-9b14 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-dynamic-9b14 .main_black_d380 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .motion-a2e4 {
        display: none;
    }
    
    .lite_1b13 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade-3a08 {
        padding: 20px 10px;
    }
    
    .list_7091 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden-hot-78c2,
    .detail_5907 {
        padding: 15px;
    }
    
    .prev-5d0b {
        flex-direction: column;
        gap: 5px;
    }
    
    .shadow_85a5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice_next_88b4 {
        padding: 30px 10px;
    }
    
    .breadcrumb-outer-559a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-5ab9 {
        padding: 20px 15px;
    }
    
    .video_wide_82fa {
        font-size: 2rem;
    }
    
    .shadow-5ab9 h3 {
        font-size: 1.1rem;
    }
    
    .shadow-5ab9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .light_a04d {
        padding: 20px 5px;
    }
    
    .light_a04d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .yellow-def5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .shade-4d1e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .shade-4d1e th,
    .shade-4d1e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .outline_in_6610 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .green-5898 {
        padding: 20px 10px;
    }
    
    .dim_2910 h2 {
        font-size: 1.3rem;
    }
    
    .label-plasma-985c {
        font-size: 0.9rem;
    }
    
    .label-warm-1337 h3 {
        font-size: 1.1rem;
    }
    
    .label-warm-1337 p {
        font-size: 0.9rem;
    }
    
    .outer_8087 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .icon_smooth_d191 {
        grid-template-columns: 1fr;
    }
    
    .liquid_f0cc {
        font-size: 0.85rem;
    }
    
    .picture-a3d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel_6b39 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .panel_6b39 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .container-348b {
        padding: 30px 10px;
    }
    
    .active_aa9d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_selected_778b {
        padding: 15px 10px;
    }
    
    .input_selected_778b h4 {
        font-size: 0.9rem;
    }
    
    .input_selected_778b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame_steel_9ec8 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .video-d507 {
        padding: 30px 10px;
    }
    
    .box_large_691d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .up-3a3e {
        padding: 15px;
    }
    
    .thumbnail-8b47 {
        font-size: 0.9rem;
    }
    
    .gallery-copper-2547 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-copper-2547 .lower-c5ab {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .video-brown-fc6e {
        padding: 30px 10px;
    }
    
    .video-brown-fc6e h2 {
        font-size: 1.2rem;
    }
    
    .element_34bf {
        gap: 10px;
    }
    
    .blue_d26f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .blue_d26f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .wood-7290 {
        padding: 30px 10px;
    }
    
    .wood-7290 h2 {
        font-size: 1.2rem;
    }
    
    .backdrop-866f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_9a32 {
        padding: 15px 10px;
    }
    
    .box_9a32 h4 {
        font-size: 0.85rem;
    }
    
    .box_9a32 p {
        font-size: 0.75rem;
    }
    
    .button-9731 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .sidebar_thick_c094 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notification-gold-774a {
        padding: 20px 10px;
    }
    
    .glass-29ed {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .icon-6f75,
    .smooth-19bd,
    .photo-mini-dafa {
        width: 100%;
    }
    
    .icon-6f75 h3 {
        font-size: 1.1rem;
    }
    
    .icon-6f75 p {
        font-size: 0.8rem;
    }
    
    .background-pressed-d956 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .rough-7e61 {
        padding: 30px 15px;
    }
    
    .rough-7e61 h2 {
        font-size: 1.3rem;
    }
    
    .rough-7e61 p {
        font-size: 0.85rem;
    }
    
    .chip_8a15 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip_8a15 .main_black_d380 {
        width: 100%;
    }
    
    .advanced_f167 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .secondary-fixed-e1db {
        padding: 30px 10px;
    }
    
    .secondary-fixed-e1db h3 {
        font-size: 1.2rem;
    }
    
    .breadcrumb-gold-8fcd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-8a84 {
        padding: 15px 10px;
    }
    
    .element-8a84 h4 {
        font-size: 0.85rem;
    }
    
    .element-8a84 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-gold-8fcd {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .notice-9995 {
        padding: 30px 15px;
    }
    
    .cold_7857 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .block-3aa0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .layout_93d7 h4 {
        font-size: 0.9rem;
    }
    
    .layout_93d7 a {
        font-size: 0.8rem;
    }
    
    .description-45c7 {
        font-size: 0.8rem;
    }
    
    .motion-1a3a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .primary-rough-00ad {
        padding: 8px 10px;
    }
    
    .breadcrumb-gold-d9a4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .south-9cff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-gold-d9a4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .south-9cff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a629 */
.ghost-box-w1 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
