/* Inner Page Styles */

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

.container-320a 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);
}

.container-320a 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);
}

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

.silver-868b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.silver-868b .title_514a {
    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;
}

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

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

.silver-868b .title_514a:hover::before {
    left: 100%;
}

.silver-868b .title_514a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.summary-upper-ddad {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-bb7b.fn-active-e9b7 {
    color: var(--casino-gold-light);
}

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

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

.out-3e98 {
    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);
}

.out-3e98 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-6f1d:hover::before {
    left: 100%;
}

.plasma-6f1d 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;
}

.plasma-6f1d 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;
}

.plasma-6f1d .hero_huge_05c0 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.plasma-6f1d .hero_huge_05c0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.header_yellow_608d .hero_huge_05c0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-320a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .container-320a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .container-320a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .silver-868b {
        justify-content: center;
    }
    
    .card_4458 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .form-out-65c0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tag_0edb {
        padding: var(--md-spacing-md) 0;
    }
    
    .out-3e98 {
        padding: var(--md-spacing-md);
    }
    
    .preview_d8f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal-ddda {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .header_yellow_608d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .secondary_1223 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .out-3e98 {
        padding: var(--md-spacing-sm);
    }
    
    .picture_bright_6e9e {
        padding: var(--md-spacing-md);
    }
    
    .modal-ddda {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.picture_bright_6e9e,
.modal-ddda,
.header_yellow_608d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.slow-37c7 {
    font-size: 1.5rem;
}

.banner-8492 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.outline-hard-07a8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.green-8219 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.sort-1a1e {
    text-align: center;
    margin-bottom: 30px;
}

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

.chip_bronze_3a1c.detail-384c .table_rough_c8c8 {
    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); }
}

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

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

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

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

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

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

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

.tag_6e59 {
    font-size: 1.2rem;
}

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

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

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

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

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

.frame_middle_a5a9.wide-650c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.frame_middle_a5a9.component-911a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_middle_a5a9.focus-c4e0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.frame_middle_a5a9.video-right-a7ef::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.search_6e64 {
    font-size: 1.2rem;
}

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

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

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

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

.paper-8551.new_34c6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paper-8551.fn-active-e9b7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.inner_10f8.nav-tall-24d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.advanced-d1bb { border-top: 3px solid #00ccff; }
.container_top_b62d { border-top: 3px solid #00ff88; }
.widget_c9c8 { border-top: 3px solid #d4af37; }
.middle-4e74 { border-top: 3px solid #ff6b6b; }
.slider_focused_d339 { border-top: 3px solid #8b5cf6; }

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

.filter_32c3 {
    overflow-x: auto;
}

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

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

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

.nav-purple-2647 td {
    color: #ccc;
}

.nav-purple-2647 .tooltip_30a4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.nav-purple-2647 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.sort-370c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.text-bottom-4007 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.banner-static-3e92 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.picture-fluid-eb5f p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.brown-08fd {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.detail-green-5e59 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.accordion-next-6af6 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.label-warm-81db {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.gallery-prev-b774 {
    font-size: 1.5rem;
}

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

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

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

.primary-first-8adf {
    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;
}

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

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

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

.solid-dd9f strong {
    color: #fff;
    display: block;
}

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

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

.main-a208 .secondary-narrow-2da6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.link-111a .summary-dae1 {
    margin-bottom: 10px;
}

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

.link-111a strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-4a13 {
    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;
}

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

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

.grid-dirty-ed63 span {
    color: #666;
    font-size: 0.8rem;
}

.grid-dirty-ed63 a {
    color: #ff6b6b;
}

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

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

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

.focus_69a0 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.highlight-liquid-cb6f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.notice-slow-9bb4 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.table_e3f8.nav-tall-24d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.solid-5a6b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.input-898c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.text-8735 .widget-5233 {
    color: #666;
    margin: 0 8px;
}

.text-8735 .table_756b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.gradient-silver-b3a6 strong {
    color: #d4af37;
    margin-right: 8px;
}

.dark-8e77 {
    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;
}

.tag_5003 {
    font-size: 2rem;
}

.sidebar-narrow-6a25 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.sidebar-narrow-6a25 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.hidden-cool-acd4 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

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

/* FAQ & Status Combined */
.secondary-51b9 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.steel-7b74 h3,
.button_lower_faae h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.dirty-57bb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.text_44aa strong {
    color: #d4af37;
}

.paragraph_pink_af04 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .module-black-7db7 {
        grid-template-columns: 1fr;
    }
}

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

.caption_copper_79ff strong {
    color: #d4af37;
}

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

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

.yellow-a72b strong {
    color: #00ff88;
}

.yellow-a72b span {
    color: #d4af37;
}

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

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

.photo-3da8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.wrapper-4d5c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.progress-fixed-f0e7 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface-short-8fa9 {
    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;
}

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

.south_888e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .first-2d6c {
        padding: 30px 15px;
    }
    
    .first-2d6c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient_7d3d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pattern-1f27 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .mask_silver_ce70 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .mask_silver_ce70 .text_old_b4b8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .clean_b94e {
        font-size: 1.3rem;
    }
    
    .disabled_east_d747 {
        font-size: 0.7rem;
    }
    
    .section-dynamic-d94a {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-dynamic-d94a .hero_huge_05c0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .highlight_03e6 {
        display: none;
    }
    
    .complex_2633 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .current_784c {
        padding: 20px 10px;
    }
    
    .photo-3da8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-de4f,
    .wrapper-68c5 {
        padding: 15px;
    }
    
    .feature-f29d {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress-fixed-f0e7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification_d652 {
        padding: 30px 10px;
    }
    
    .plasma-3e34 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .light_048b {
        padding: 20px 15px;
    }
    
    .summary_6d65 {
        font-size: 2rem;
    }
    
    .light_048b h3 {
        font-size: 1.1rem;
    }
    
    .light_048b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal_8e88 {
        padding: 20px 5px;
    }
    
    .modal_8e88 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .banner_brown_422e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .nav-purple-2647 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .nav-purple-2647 th,
    .nav-purple-2647 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .status-94cb {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .header_42c6 {
        padding: 20px 10px;
    }
    
    .hero_stone_eb0a h2 {
        font-size: 1.3rem;
    }
    
    .tiny-3550 {
        font-size: 0.9rem;
    }
    
    .filter_first_7dc1 h3 {
        font-size: 1.1rem;
    }
    
    .filter_first_7dc1 p {
        font-size: 0.9rem;
    }
    
    .gradient_motion_01bc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .module-black-7db7 {
        grid-template-columns: 1fr;
    }
    
    .caption_copper_79ff {
        font-size: 0.85rem;
    }
    
    .status-9297 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_hard_f95e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shadow_hard_f95e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside_active_2e02 {
        padding: 30px 10px;
    }
    
    .east-371c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_short_f70f {
        padding: 15px 10px;
    }
    
    .gallery_short_f70f h4 {
        font-size: 0.9rem;
    }
    
    .gallery_short_f70f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame_east_b67b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .east-371c {
        grid-template-columns: 1fr;
    }
    
    .gallery_short_f70f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus-3bc6 {
        padding: 30px 10px;
    }
    
    .carousel-d5dd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_new_c4ff {
        padding: 15px;
    }
    
    .container-black-e6ad {
        font-size: 0.9rem;
    }
    
    .accordion_dim_dfbb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accordion_dim_dfbb .tooltip-cold-8eb8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .bottom_192d {
        padding: 30px 10px;
    }
    
    .bottom_192d h2 {
        font-size: 1.2rem;
    }
    
    .simple_fd41 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_d359 {
        padding: 15px 10px;
    }
    
    .badge_d359 h4 {
        font-size: 0.85rem;
    }
    
    .badge_d359 p {
        font-size: 0.75rem;
    }
    
    .hover-plasma-26b7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .icon-6f18 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .preview_full_f5c4 {
        padding: 20px 10px;
    }
    
    .hovered_362f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .avatar_c2c5,
    .upper_88da,
    .grid-dirty-ed63 {
        width: 100%;
    }
    
    .avatar_c2c5 h3 {
        font-size: 1.1rem;
    }
    
    .avatar_c2c5 p {
        font-size: 0.8rem;
    }
    
    .panel-4a13 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-rough-2aa5 {
        padding: 30px 15px;
    }
    
    .panel-rough-2aa5 h2 {
        font-size: 1.3rem;
    }
    
    .panel-rough-2aa5 p {
        font-size: 0.85rem;
    }
    
    .left-e753 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left-e753 .hero_huge_05c0 {
        width: 100%;
    }
    
    .module-1c67 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .down_b938 {
        padding: 30px 15px;
    }
    
    .lite_abf9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .black-096d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .yellow-f16f h4 {
        font-size: 0.9rem;
    }
    
    .yellow-f16f a {
        font-size: 0.8rem;
    }
    
    .photo_right_784f {
        font-size: 0.8rem;
    }
    
    .iron-74d6 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .full_9a15 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hero_9048 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c5cd */
.phantom-card-m1 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
