/* Inner Page Styles */

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

.surface-next-ec22 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);
}

.surface-next-ec22 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);
}

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

.pattern-47da {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pattern-47da .mask-glass-8b29 {
    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;
}

.pattern-47da .mask-glass-8b29::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.pattern-47da .mask-glass-8b29:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.pattern-47da .mask-glass-8b29:hover::before {
    left: 100%;
}

.pattern-47da .mask-glass-8b29:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-small-647d {
    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);
}

.text-small-647d 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.button-next-b6b5 {
    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;
}

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

.button-next-b6b5:hover::before {
    left: 100%;
}

.button-next-b6b5 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;
}

.button-next-b6b5 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;
}

.button-next-b6b5 .message_hard_dee5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button-next-b6b5 .message_hard_dee5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.highlight-tiny-bdce {
    margin-top: var(--md-spacing-sm);
}

.small-9bd1 {
    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);
}

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

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

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

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

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

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

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

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

.hard-b8c2 .message_hard_dee5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface-next-ec22 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface-next-ec22 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface-next-ec22 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pattern-47da {
        justify-content: center;
    }
    
    .tabs_red_824a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .black_ef2c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mini_4070 {
        padding: var(--md-spacing-md) 0;
    }
    
    .text-small-647d {
        padding: var(--md-spacing-md);
    }
    
    .notification_1b6d {
        padding: var(--md-spacing-md) 0;
    }
    
    .short-a69a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hard-b8c2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gallery_e5e0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .text-small-647d {
        padding: var(--md-spacing-sm);
    }
    
    .notice_7c2a {
        padding: var(--md-spacing-md);
    }
    
    .short-a69a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.notice_7c2a,
.short-a69a,
.hard-b8c2 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.heading-yellow-dbea::-webkit-scrollbar {
    width: 8px;
}

.heading-yellow-dbea::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.bronze_0591 {
    font-size: 1.5rem;
}

.soft-8742 strong {
    color: #00ff88;
}

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

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

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

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

.huge-906b {
    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;
}

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

.huge-906b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.huge-906b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.accent_c807 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.secondary_hard_6643.chip_c9ed .overlay_lite_9e7e {
    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); }
}

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

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

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

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

.carousel-d180 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;
}

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

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

.rough-2527 {
    font-size: 1.2rem;
}

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

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

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

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

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

.item_69d8.right_7b7a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.item_69d8.header_ce7a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.item_69d8.static-5cc4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.item_69d8.fixed_d3e1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tall-7ee3 {
    font-size: 1.2rem;
}

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

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

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

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

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

.clean-986b {
    color: #666;
    font-size: 0.8rem;
}

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

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

.middle-135b {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.wrapper-white-398c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.component-0b3c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.pink_06c7 { border-top: 3px solid #00ccff; }
.pattern-6b56 { border-top: 3px solid #00ff88; }
.shadow-7f8d { border-top: 3px solid #d4af37; }
.row-01fb { border-top: 3px solid #ff6b6b; }
.modal-83bd { border-top: 3px solid #8b5cf6; }

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

.hot-bd03 {
    overflow-x: auto;
}

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

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

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

.warm-ba61 td {
    color: #ccc;
}

.warm-ba61 .tag-fcb5 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.warm-ba61 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.module-steel-092a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_old_a8b0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-warm-ed58 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.full_b18d {
    font-size: 1.5rem;
}

.row-thick-e486 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.stale-571b {
    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;
}

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

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

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

.paragraph-056a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.accent_2e84 .thick-32f9 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.notice-purple-48a3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.notification-5c8a {
    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;
}

.panel-first-3f01 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.panel-first-3f01 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.summary-3dc7 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron_d1de a {
    color: #ff6b6b;
}

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

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

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

.huge-1545 {
    text-align: center;
}

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

.huge-1545 .blue-970f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.video-tall-b2be {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .block_small_f326 {
        flex-direction: column;
    }
    .sidebar-8d67 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.breadcrumb-211e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.paragraph-slow-1592 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.video-bronze-4774 .east-c81a {
    color: #666;
    margin: 0 8px;
}

.video-bronze-4774 .feature-cold-0c42 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.aside-bottom-7cc0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.shadow-narrow-12e9 {
    font-size: 2rem;
}

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

.message_2780 strong {
    color: #d4af37;
}

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

.pro-79f1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

.preview-last-6b98 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.breadcrumb-purple-496f strong {
    color: #00ff88;
}

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

.bright-5ce8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.secondary-3bdc h3,
.tiny_fc43 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.middle_79b9 strong {
    color: #d4af37;
}

.fixed_0649 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-ac1a 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;
}

.fluid-ac1a li strong {
    color: #00ff88;
}

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

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

.panel_old_86e5 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.banner_bd03 strong {
    color: #d4af37;
}

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

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

.wrapper-cf97 strong {
    color: #00ff88;
}

.wrapper-cf97 span {
    color: #d4af37;
}

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

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

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

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

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

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

.accent-79ed {
    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;
}

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

.container-complex-0a84 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.preview-93b3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.preview-93b3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.info-warm-c7ea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-warm-c7ea li {
    margin-bottom: 5px;
}

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

.info-warm-c7ea a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.mask-dynamic-3e4d {
    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;
}

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

.cool-8d1a strong {
    color: #00ff88;
}

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

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

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

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

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

.copper-27e6 {
    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;
}

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.iron-6d9d .current-adfb {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notification_8eeb {
        padding: 30px 15px;
    }
    
    .notification_8eeb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fixed_7bb0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading_short_15d2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .info-9469 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info-9469 .layout_tiny_7029 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .card-32ac {
        font-size: 1.3rem;
    }
    
    .green_86a8 {
        font-size: 0.7rem;
    }
    
    .dirty_7f04 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dirty_7f04 .message_hard_dee5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .easy-a3f1 {
        display: none;
    }
    
    .slider_2cd0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .thumbnail-left-219b {
        padding: 20px 10px;
    }
    
    .old_ffe0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_current_a894,
    .gradient_red_5088 {
        padding: 15px;
    }
    
    .tag_lower_4a37 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification_23d9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .paragraph-center-0f93 {
        padding: 30px 10px;
    }
    
    .primary-33e5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info-93cd {
        padding: 20px 15px;
    }
    
    .section-b651 {
        font-size: 2rem;
    }
    
    .info-93cd h3 {
        font-size: 1.1rem;
    }
    
    .info-93cd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .preview-1e15 {
        padding: 20px 10px;
    }
    
    .copper-8e22 h2 {
        font-size: 1.3rem;
    }
    
    .image-355b {
        font-size: 0.9rem;
    }
    
    .hot_25e3 h3 {
        font-size: 1.1rem;
    }
    
    .hot_25e3 p {
        font-size: 0.9rem;
    }
    
    .fluid-ac1a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification-current-d19a {
        grid-template-columns: 1fr;
    }
    
    .banner_bd03 {
        font-size: 0.85rem;
    }
    
    .media-out-6952 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel_old_86e5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .panel_old_86e5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background-liquid-29e6 {
        padding: 30px 10px;
    }
    
    .surface-466a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_210c {
        padding: 15px 10px;
    }
    
    .nav_210c h4 {
        font-size: 0.9rem;
    }
    
    .nav_210c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .outline-dynamic-686e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .surface-466a {
        grid-template-columns: 1fr;
    }
    
    .nav_210c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .action_9513 {
        padding: 30px 10px;
    }
    
    .frame_0954 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wide_719e {
        padding: 15px;
    }
    
    .next-9323 {
        font-size: 0.9rem;
    }
    
    .status_e33f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_e33f .fixed_39fe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .block_gold_fc76 {
        padding: 30px 10px;
    }
    
    .block_gold_fc76 h2 {
        font-size: 1.2rem;
    }
    
    .silver-9e5e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel_small_447f {
        padding: 15px 10px;
    }
    
    .carousel_small_447f h4 {
        font-size: 0.85rem;
    }
    
    .carousel_small_447f p {
        font-size: 0.75rem;
    }
    
    .huge-1b30 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .motion_7727 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture_db05 {
        padding: 20px 10px;
    }
    
    .row_medium_04e3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .preview_b1fd,
    .pagination_bde0,
    .iron_d1de {
        width: 100%;
    }
    
    .preview_b1fd h3 {
        font-size: 1.1rem;
    }
    
    .preview_b1fd p {
        font-size: 0.8rem;
    }
    
    .detail_bottom_ee02 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .small_436f {
        padding: 30px 15px;
    }
    
    .small_436f h2 {
        font-size: 1.3rem;
    }
    
    .small_436f p {
        font-size: 0.85rem;
    }
    
    .stone-78cf {
        flex-direction: column;
        gap: 10px;
    }
    
    .stone-78cf .message_hard_dee5 {
        width: 100%;
    }
    
    .feature_1b7d {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pressed-0ee7 {
        padding: 30px 15px;
    }
    
    .search-1167 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .list_0261 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .liquid_ec4d h4 {
        font-size: 0.9rem;
    }
    
    .liquid_ec4d a {
        font-size: 0.8rem;
    }
    
    .orange_a4a5 {
        font-size: 0.8rem;
    }
    
    .brown_8b1a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .filter_bright_d301 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .media-39f1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5caf */
.shadow-element-t8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
