/* Inner Page Styles */

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

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

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

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

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

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

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

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

.photo_east_62db .info_brown_02ab:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_solid_866d.fn-active-51b4 {
    color: var(--casino-gold-light);
}

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

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

.chip-82d1 {
    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);
}

.chip-82d1 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu_e4a1 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 */
.module-459a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-459a li {
    margin-bottom: var(--md-spacing-xs);
}

.module-459a 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);
}

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

/* Promo Cards */
.container-9c3e {
    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;
}

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

.container-9c3e:hover::before {
    left: 100%;
}

.container-9c3e 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;
}

.container-9c3e 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;
}

.container-9c3e .tertiary_center_8140 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.container-9c3e .tertiary_center_8140:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.red-5f25 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.border_fc47 .tertiary_center_8140:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shadow_e25d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shadow_e25d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shadow_e25d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_east_62db {
        justify-content: center;
    }
    
    .top_1303 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .down_651f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .slow_df09 {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-82d1 {
        padding: var(--md-spacing-md);
    }
    
    .east_f20f {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu_e4a1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .border_fc47 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .left_cc22 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .chip-82d1 {
        padding: var(--md-spacing-sm);
    }
    
    .logo-bronze-ccd6 {
        padding: var(--md-spacing-md);
    }
    
    .menu_e4a1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.logo-bronze-ccd6,
.menu_e4a1,
.border_fc47 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.tertiary-fast-6bb8 {
    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);
}

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

.tooltip-dark-d852 {
    font-size: 1.5rem;
}

.surface-9c21 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-4aa0 {
    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;
}

.content-4aa0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.bronze_b3e9.gradient_medium_8290 .under-7568 {
    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); }
}

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

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

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

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

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

.disabled_current_282a img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.orange_8999 {
    font-size: 1.2rem;
}

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

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

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

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

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

.simple-aa6c.out-1630::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.simple-aa6c.notice_1591::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.simple-aa6c.cold-1792::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.simple-aa6c.pink_b7a4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message_south_d70c {
    font-size: 1.2rem;
}

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

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

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

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

.pattern_easy_f7ce.picture-8e75 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern_easy_f7ce.fn-active-51b4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-2fc5 { border-top: 3px solid #00ccff; }
.pressed-4c0c { border-top: 3px solid #00ff88; }
.caption-north-5b36 { border-top: 3px solid #d4af37; }
.surface-a46c { border-top: 3px solid #ff6b6b; }
.orange-d35f { border-top: 3px solid #8b5cf6; }

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

.steel-7265 {
    overflow-x: auto;
}

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

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

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

.sidebar-smooth-3ab5 td {
    color: #ccc;
}

.sidebar-smooth-3ab5 .wrapper-smooth-e533 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.sidebar-smooth-3ab5 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.paragraph-8a45 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.container-21bf {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.green-5f20 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.up-54fb {
    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;
}

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

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

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

.button-7c85 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.header_west_6c5e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.mask-45b9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.pro-6cba {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.gradient-7f6b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.primary-left-4163 .thumbnail_center_29fb {
    margin-bottom: 10px;
}

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

.primary-left-4163 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.right-1c40 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.thumbnail-lite-bebe {
    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;
}

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

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

.steel-55c6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.menu-hovered-5043 {
    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;
}

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

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

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

.inner_952a a {
    color: #ff6b6b;
}

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

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

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

.hover-73b4 {
    text-align: center;
}

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

.hover-73b4 .background-iron-f1c0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.in-62a0 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip-13d3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.primary-bottom-2b95 .label_large_ef49 {
    color: #666;
    margin: 0 8px;
}

.primary-bottom-2b95 .form_977f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.nav-tall-9ebb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.search-249a {
    font-size: 2rem;
}

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

.active-9fef strong {
    color: #d4af37;
}

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

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

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

.banner_fd86 h3,
.pressed-910b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.heading-hot-7897 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bright_22eb strong {
    color: #00ff88;
}

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

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

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

.search_c546 h3,
.header-fixed-64d5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.filter-orange-232b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.alert_simple_147e strong {
    color: #d4af37;
}

.notice-soft-4b87 {
    color: #aaa;
}

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

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

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

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

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

.shade-8c1e {
    max-width: 900px;
    margin: 0 auto;
}

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

.header-current-2ec0:last-child {
    border-bottom: none;
}

.header-current-2ec0 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.header-current-2ec0 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

.hovered-3fd4 {
    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;
}

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

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

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

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

.module-9c5b strong {
    color: #d4af37;
}

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

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

.brown_1017 strong {
    color: #00ff88;
}

.brown_1017 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.content-yellow-e51a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.box-8a80 {
    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);
}

.thumbnail-over-8c47 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .logo-silver-5c9b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.pagination_purple_26b2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paragraph-a935 {
        padding: 30px 15px;
    }
    
    .paragraph-a935 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight_f75d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .thick-87b2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hard-4c58 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hard-4c58 .solid-23c5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hover-basic-be36 {
        font-size: 1.3rem;
    }
    
    .lite-f418 {
        font-size: 0.7rem;
    }
    
    .panel_bab1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel_bab1 .tertiary_center_8140 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hard_f6d2 {
        display: none;
    }
    
    .hard_82f1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .center_d613 {
        padding: 20px 10px;
    }
    
    .silver-df80 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone-ff5a,
    .under_0c0b {
        padding: 15px;
    }
    
    .block_advanced_1dc0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .box-8a80 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .static-4164 {
        padding: 30px 10px;
    }
    
    .summary-rough-ae09 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-8d6e {
        padding: 20px 15px;
    }
    
    .last-eb58 {
        font-size: 2rem;
    }
    
    .lite-8d6e h3 {
        font-size: 1.1rem;
    }
    
    .lite-8d6e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .frame-static-40e7 {
        padding: 20px 5px;
    }
    
    .frame-static-40e7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .hero-c6a4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .sidebar-smooth-3ab5 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .sidebar-smooth-3ab5 th,
    .sidebar-smooth-3ab5 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pressed-0967 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tabs_f400 {
        padding: 20px 10px;
    }
    
    .gallery-current-890a h2 {
        font-size: 1.3rem;
    }
    
    .box-action-8e80 {
        font-size: 0.9rem;
    }
    
    .header-current-2ec0 h3 {
        font-size: 1.1rem;
    }
    
    .header-current-2ec0 p {
        font-size: 0.9rem;
    }
    
    .box_wood_d891 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo_5ac2 {
        grid-template-columns: 1fr;
    }
    
    .module-9c5b {
        font-size: 0.85rem;
    }
    
    .warm-48c5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered-3fd4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hovered-3fd4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dim-893e {
        padding: 30px 10px;
    }
    
    .sort_up_4887 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar-c00f {
        padding: 15px 10px;
    }
    
    .sidebar-c00f h4 {
        font-size: 0.9rem;
    }
    
    .sidebar-c00f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .orange_7999 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .prev-e23e {
        padding: 30px 10px;
    }
    
    .thick-c7c0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .north_0c62 {
        padding: 15px;
    }
    
    .module-bronze-2fd1 {
        font-size: 0.9rem;
    }
    
    .tabs_easy_b98a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs_easy_b98a .element_84a7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .widget-aceb {
        padding: 30px 10px;
    }
    
    .widget-aceb h2 {
        font-size: 1.2rem;
    }
    
    .warm-bfda {
        gap: 10px;
    }
    
    .top_0c97 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .top_0c97 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .search_north_9e52 {
        padding: 30px 10px;
    }
    
    .search_north_9e52 h2 {
        font-size: 1.2rem;
    }
    
    .progress-8944 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail_f8b7 {
        padding: 15px 10px;
    }
    
    .detail_f8b7 h4 {
        font-size: 0.85rem;
    }
    
    .detail_f8b7 p {
        font-size: 0.75rem;
    }
    
    .highlight_0461 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .outline_8f98 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .rough_efee {
        padding: 20px 10px;
    }
    
    .hero-d7e6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wood-b9fa,
    .right_7eac,
    .inner_952a {
        width: 100%;
    }
    
    .wood-b9fa h3 {
        font-size: 1.1rem;
    }
    
    .wood-b9fa p {
        font-size: 0.8rem;
    }
    
    .menu-hovered-5043 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .red_0e11 {
        padding: 30px 15px;
    }
    
    .red_0e11 h2 {
        font-size: 1.3rem;
    }
    
    .red_0e11 p {
        font-size: 0.85rem;
    }
    
    .banner-3ac2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .banner-3ac2 .tertiary_center_8140 {
        width: 100%;
    }
    
    .progress-94fb {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .popup-bottom-3641 {
        padding: 30px 15px;
    }
    
    .tag-tall-4b2f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .modal-hard-5816 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .focus-fixed-6a0a h4 {
        font-size: 0.9rem;
    }
    
    .focus-fixed-6a0a a {
        font-size: 0.8rem;
    }
    
    .focused-b616 {
        font-size: 0.8rem;
    }
    
    .hover_0a14 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .paper-d23d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .texture_clean_70e0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 91ec */
.widget-item-r5 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
