/* Inner Page Styles */

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

.notice-4c83 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);
}

.notice-4c83 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);
}

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

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

.modal_08b7 .aside-e6d3 {
    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;
}

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

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

.modal_08b7 .aside-e6d3:hover::before {
    left: 100%;
}

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

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

.bronze-9cdb {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary_yellow_b69c.fn-active-294d {
    color: var(--casino-gold-light);
}

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

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

.hero-5eed {
    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);
}

.hero-5eed 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);
}

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

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

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

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

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

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

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

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

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

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

.highlight-53cb {
    padding: var(--md-spacing-md) 0;
}

.heading-white-a73b {
    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%;
}

.heading-white-a73b 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 */
.main_upper_406b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.info_3785 {
    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_3785::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

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

.info_3785 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_3785 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_3785 .easy-e72b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.info_3785 .easy-e72b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.bronze_2594 .easy-e72b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice-4c83 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice-4c83 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice-4c83 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal_08b7 {
        justify-content: center;
    }
    
    .bronze-9cdb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .focus-hard-eb81 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .prev-ff51 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-5eed {
        padding: var(--md-spacing-md);
    }
    
    .dynamic_2d9e {
        padding: var(--md-spacing-md) 0;
    }
    
    .heading-white-a73b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bronze_2594 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .steel-13fe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero-5eed {
        padding: var(--md-spacing-sm);
    }
    
    .popup_dynamic_9408 {
        padding: var(--md-spacing-md);
    }
    
    .heading-white-a73b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.popup_dynamic_9408,
.heading-white-a73b,
.bronze_2594 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.active_abcb {
    font-size: 1.5rem;
}

.tiny_e1f0 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .notification-stone-17cb {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .button-hovered-e484 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.row-c9ed {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.element-dynamic-b9ad strong {
    color: #00ff88;
}

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

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

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

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

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

.media-smooth-e3a8::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;
}

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

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

.gradient_warm_186a.left-789b .progress_dynamic_cd8c {
    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); }
}

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

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

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

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

.item-b653 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;
}

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

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

.accent-8093 {
    font-size: 1.2rem;
}

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

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

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

.tag-8af3 {
    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;
}

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

.tag-8af3.first-641d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag-8af3.outline-wide-1d34::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-8af3.black_ba8f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag-8af3.row-brown-b621::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bright_584e {
    font-size: 1.2rem;
}

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

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

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

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

.paper_81bf.outline_d2d6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paper_81bf.fn-active-294d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.pagination-1aac {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.background-huge-d817 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

.tooltip-center-9afa {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.rough_676f { border-top: 3px solid #00ccff; }
.tiny-10b6 { border-top: 3px solid #00ff88; }
.bronze-9306 { border-top: 3px solid #d4af37; }
.card_hovered_f69d { border-top: 3px solid #ff6b6b; }
.surface-bottom-5552 { border-top: 3px solid #8b5cf6; }

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

.content_82ca {
    overflow-x: auto;
}

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

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

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

.filter_ff92 td {
    color: #ccc;
}

.filter_ff92 .tertiary-next-cda7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-9e27 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.button_tiny_1fc3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.header-wood-8239 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-faed {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .widget-hot-936f {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.bronze-aed4 strong {
    color: #fff;
    display: block;
}

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

.dropdown-full-ed6d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.panel-e5dc .old_e184 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.accent-cool-69d0 {
    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;
}

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

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

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

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

.accent-upper-226a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.carousel-selected-68e8 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.basic-28f6 {
    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;
}

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

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

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

.header_9356 a {
    color: #ff6b6b;
}

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

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

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

.primary_5e9f {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.badge-510e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.badge-right-bc20 {
    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;
}

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

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

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

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

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

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

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

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

.title-slow-cc36 {
    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;
}

.title-slow-cc36.alert_clean_8e89 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.short-40cc {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .search-clean-2617 {
        flex-direction: column;
    }
    .card-8a69 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.chip-e38b .link-warm-228b {
    color: #666;
    margin: 0 8px;
}

.chip-e38b .mask-0dee {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.carousel-9514 {
    font-size: 2rem;
}

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

.gold_fc9a strong {
    color: #d4af37;
}

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

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

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

.hover-right-3ce3 h3,
.sort_2550 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.chip_white_5d3a strong {
    color: #00ff88;
}

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

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

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

.icon-slow-6de5 h3,
.hover-paper-6f3a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.highlight-dim-2285 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.container-2ba6 strong {
    color: #d4af37;
}

.right-d331 {
    color: #aaa;
}

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

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

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

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

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

.iron-7bd1 {
    max-width: 900px;
    margin: 0 auto;
}

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

.simple-e9e8:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_4879 strong {
    color: #d4af37;
}

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

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

.red_e8bc strong {
    color: #00ff88;
}

.red_e8bc span {
    color: #d4af37;
}

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

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

.upper-58bf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-bottom-71c9 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.breadcrumb-bottom-71c9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.sidebar-0d38 li {
    margin-bottom: 5px;
}

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

.sidebar-0d38 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.panel_under_98e7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.carousel-selected-68e8 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.shadow-motion-5bb5 {
    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;
}

.shadow-motion-5bb5: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) {
    .shadow-motion-5bb5 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .shadow-motion-5bb5 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .bottom-6458 {
        padding: 30px 15px;
    }
    
    .bottom-6458 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gallery-fluid-29c3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .brown_84bb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sidebar-d122 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar-d122 .summary-dynamic-c13b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .element-down-f40a {
        font-size: 1.3rem;
    }
    
    .advanced_10d0 {
        font-size: 0.7rem;
    }
    
    .component_1123 {
        flex-direction: column;
        gap: 10px;
    }
    
    .component_1123 .easy-e72b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .red_850c {
        display: none;
    }
    
    .first_06fc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery-hovered-4e74 {
        padding: 20px 10px;
    }
    
    .upper-58bf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-glass-a247,
    .smooth-3647 {
        padding: 15px;
    }
    
    .main_solid_54e3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .center-9480 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper_ccd2 {
        padding: 30px 10px;
    }
    
    .tabs-dynamic-b918 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_775a {
        padding: 20px 15px;
    }
    
    .title-inner-9090 {
        font-size: 2rem;
    }
    
    .label_775a h3 {
        font-size: 1.1rem;
    }
    
    .label_775a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .status_5843 {
        padding: 20px 5px;
    }
    
    .status_5843 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .breadcrumb-3d37 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .filter_ff92 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .filter_ff92 th,
    .filter_ff92 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dropdown-b61d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .feature-504d {
        padding: 20px 10px;
    }
    
    .list-silver-d151 h2 {
        font-size: 1.3rem;
    }
    
    .description-paper-bc0a {
        font-size: 0.9rem;
    }
    
    .simple-e9e8 h3 {
        font-size: 1.1rem;
    }
    
    .simple-e9e8 p {
        font-size: 0.9rem;
    }
    
    .border_right_8126 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wood-0545 {
        grid-template-columns: 1fr;
    }
    
    .static_4879 {
        font-size: 0.85rem;
    }
    
    .video_liquid_0d32 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph_4db4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph_4db4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card_tiny_e774 {
        padding: 30px 10px;
    }
    
    .item_soft_b2e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-e77f {
        padding: 15px 10px;
    }
    
    .gradient-e77f h4 {
        font-size: 0.9rem;
    }
    
    .gradient-e77f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .column-479e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pattern-huge-2aa6 {
        padding: 30px 10px;
    }
    
    .slider-fe5c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-0c9f {
        padding: 15px;
    }
    
    .logo-short-94d7 {
        font-size: 0.9rem;
    }
    
    .red_98ab {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .red_98ab .surface-soft-e454 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .avatar_pro_7c28 {
        padding: 30px 10px;
    }
    
    .avatar_pro_7c28 h2 {
        font-size: 1.2rem;
    }
    
    .container-clean-4e3f {
        gap: 10px;
    }
    
    .north_2fcc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .north_2fcc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .wide_b351 {
        padding: 30px 10px;
    }
    
    .wide_b351 h2 {
        font-size: 1.2rem;
    }
    
    .thumbnail-2452 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed-9794 {
        padding: 15px 10px;
    }
    
    .pressed-9794 h4 {
        font-size: 0.85rem;
    }
    
    .pressed-9794 p {
        font-size: 0.75rem;
    }
    
    .menu_black_695d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .button_south_03e3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .block-6b6d {
        padding: 20px 10px;
    }
    
    .label_top_95c2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .next-3aad,
    .slow_71c1,
    .header_9356 {
        width: 100%;
    }
    
    .next-3aad h3 {
        font-size: 1.1rem;
    }
    
    .next-3aad p {
        font-size: 0.8rem;
    }
    
    .basic-28f6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .link_20f2 {
        padding: 30px 15px;
    }
    
    .link_20f2 h2 {
        font-size: 1.3rem;
    }
    
    .link_20f2 p {
        font-size: 0.85rem;
    }
    
    .short_0014 {
        flex-direction: column;
        gap: 10px;
    }
    
    .short_0014 .easy-e72b {
        width: 100%;
    }
    
    .warm_f650 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .heading_small_c400 {
        padding: 30px 15px;
    }
    
    .mini-6bd7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .right-201a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .glass-5c0d h4 {
        font-size: 0.9rem;
    }
    
    .glass-5c0d a {
        font-size: 0.8rem;
    }
    
    .container-prev-7b89 {
        font-size: 0.8rem;
    }
    
    .search_217b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tag_d34f {
        padding: 8px 10px;
    }
    
    .active-hot-5767 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .cool-c666 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active-hot-5767 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .cool-c666 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0559 */
.widget-item-e8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
