/* Inner Page Styles */

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

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

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

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

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

.component_ba76 .progress-silver-3d09 {
    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;
}

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

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

.component_ba76 .progress-silver-3d09:hover::before {
    left: 100%;
}

.component_ba76 .progress-silver-3d09:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail-94bc {
    color: var(--casino-gold-light);
}

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

.detail-94bc a:hover {
    color: var(--casino-gold-light);
}

.detail-94bc.fn-active-9a3b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_steel_95e0 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_steel_95e0 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_steel_95e0 .avatar-upper-9d62 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button_steel_95e0 .avatar-upper-9d62:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb_in_d5e7 .avatar-upper-9d62 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.breadcrumb_in_d5e7 .avatar-upper-9d62:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-dd73 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .menu-dd73 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .menu-dd73 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .component_ba76 {
        justify-content: center;
    }
    
    .hard-2ecb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .container-thick-53b1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .slider_61bc {
        padding: var(--md-spacing-md) 0;
    }
    
    .status_center_3cbc {
        padding: var(--md-spacing-md);
    }
    
    .list-fbe4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .next-ccac {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .breadcrumb_in_d5e7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .stone_95d6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .status_center_3cbc {
        padding: var(--md-spacing-sm);
    }
    
    .next_1069 {
        padding: var(--md-spacing-md);
    }
    
    .next-ccac {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.next_1069,
.next-ccac,
.breadcrumb_in_d5e7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.west-ee82 {
    font-size: 1.5rem;
}

.fast-83cb strong {
    color: #00ff88;
}

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

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

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

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

.hero-911c {
    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;
}

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

.hero-911c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hero-911c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.caption-e07e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.row_center_f91a.footer-41d7 .old-4fb9 {
    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); }
}

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

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

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

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

.component-a41f 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;
}

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

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

.aside-north-c94d {
    font-size: 1.2rem;
}

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

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

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

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

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

.notification_short_b400.item-tall-95fc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notification_short_b400.header_b6bc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification_short_b400.input_medium_4df2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notification_short_b400.dropdown-warm-07c0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture-focused-080b {
    font-size: 1.2rem;
}

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

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

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

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

.hero-50ab.outline_easy_4897 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero-50ab.fn-active-9a3b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.border-iron-8164 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.notification-plasma-9be0 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.tag_north_1889 { border-top: 3px solid #00ccff; }
.pagination_hard_992a { border-top: 3px solid #00ff88; }
.static-941b { border-top: 3px solid #d4af37; }
.item_top_1d56 { border-top: 3px solid #ff6b6b; }
.banner-d46d { border-top: 3px solid #8b5cf6; }

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

.gold-90f0 {
    overflow-x: auto;
}

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

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

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

.tabs-selected-b4e0 td {
    color: #ccc;
}

.tabs-selected-b4e0 .tooltip_69b4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tabs-selected-b4e0 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.icon-short-7fd7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.banner-fresh-964a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.blue-936e {
    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;
}

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

.text-fixed-fd9c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .search-tiny-35ce {
        grid-template-columns: 1fr;
    }
}

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

.module-7ccd {
    font-size: 2rem;
}

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

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

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

.wrapper-next-9b53 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .wrapper-next-9b53::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.module-stale-7c1f {
    font-size: 1.5rem;
}

.hover-17c1 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.pressed-858b strong {
    color: #fff;
    display: block;
}

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

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

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

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

.cold-6261 .shade_fast_f348 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.complex-5b63 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-next-189c h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.thumbnail-next-189c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.action-3a8f {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.action-3a8f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.carousel_gas_1b9d a {
    color: #ff6b6b;
}

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

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

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

.bronze_fb50 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.footer-6d1f {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_4e3a .huge_9c7c {
    color: #666;
    margin: 0 8px;
}

.static_4e3a .fixed-a4ad {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.modal-dark-cea6 {
    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;
}

.label-easy-0691 {
    font-size: 2rem;
}

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

.tag-new-cb5f strong {
    color: #d4af37;
}

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

.outline-fresh-397c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .outline-fresh-397c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.hover-huge-c186 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.fast-149a strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.pro-60bf {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.tooltip-orange-dd6a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.dynamic-5ec4 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.smooth_14e5 strong {
    color: #d4af37;
}

.shade-7968 {
    color: #aaa;
}

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

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

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

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

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

.caption-static-ec54 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.orange-53d6 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.orange-53d6 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;
}

.orange-53d6 li strong {
    color: #00ff88;
}

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

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

.progress-44fd {
    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;
}

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

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

@media (max-width: 576px) {
    .element-blue-166d {
        grid-template-columns: 1fr;
    }
}

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

.card-silver-a6e4 strong {
    color: #d4af37;
}

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

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

.progress_cool_e535 strong {
    color: #00ff88;
}

.progress_cool_e535 span {
    color: #d4af37;
}

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

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

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

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

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

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

.article-silver-72ba {
    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;
}

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

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

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

.carousel-689c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-d469 li {
    margin-bottom: 5px;
}

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

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

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

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

.row-rough-998f {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.row-rough-998f strong {
    color: #00ff88;
}

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

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

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

.gallery-64ba {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.preview-steel-705b {
    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;
}

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

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

@media (max-width: 768px) {
    .gallery-64ba {
        flex-direction: column;
    }
    
    .preview-steel-705b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .current_0dfa {
        padding: 30px 15px;
    }
    
    .current_0dfa h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slow-de10 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .liquid-5220 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pressed-5071 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed-5071 .pro_db00 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .basic_a3a4 {
        font-size: 1.3rem;
    }
    
    .cold-0b0c {
        font-size: 0.7rem;
    }
    
    .menu-27b7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .menu-27b7 .avatar-upper-9d62 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .motion-8cc2 {
        display: none;
    }
    
    .tall_5b37 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel-016e {
        padding: 20px 10px;
    }
    
    .description_top_c970 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-thick-ca25,
    .description-d511 {
        padding: 15px;
    }
    
    .carousel-689c {
        flex-direction: column;
        gap: 5px;
    }
    
    .black_e781 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .center-10ec {
        padding: 30px 10px;
    }
    
    .tag-dynamic-442f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper-99c5 {
        padding: 20px 15px;
    }
    
    .outline-ad43 {
        font-size: 2rem;
    }
    
    .wrapper-99c5 h3 {
        font-size: 1.1rem;
    }
    
    .wrapper-99c5 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .modal-acea {
        padding: 20px 5px;
    }
    
    .modal-acea h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dark_9d9b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tabs-selected-b4e0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tabs-selected-b4e0 th,
    .tabs-selected-b4e0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .container-last-8fed {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .medium-4d35 {
        padding: 20px 10px;
    }
    
    .first-b3aa h2 {
        font-size: 1.3rem;
    }
    
    .search-east-e283 {
        font-size: 0.9rem;
    }
    
    .dropdown_9598 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown_9598 p {
        font-size: 0.9rem;
    }
    
    .orange-53d6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .element-blue-166d {
        grid-template-columns: 1fr;
    }
    
    .card-silver-a6e4 {
        font-size: 0.85rem;
    }
    
    .menu_d010 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-44fd {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress-44fd strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tertiary_0a20 {
        padding: 30px 10px;
    }
    
    .center_fabb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_fixed_b941 {
        padding: 15px 10px;
    }
    
    .article_fixed_b941 h4 {
        font-size: 0.9rem;
    }
    
    .article_fixed_b941 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wood_aa9d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .cold_5f5f {
        padding: 30px 10px;
    }
    
    .component_2b68 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple_a7ea {
        padding: 15px;
    }
    
    .icon_2174 {
        font-size: 0.9rem;
    }
    
    .photo-inner-cd63 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo-inner-cd63 .container_left_4743 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .item_08b1 {
        padding: 30px 10px;
    }
    
    .item_08b1 h2 {
        font-size: 1.2rem;
    }
    
    .nav-8cd5 {
        gap: 10px;
    }
    
    .tall-5930 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tall-5930 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .large_eaec {
        padding: 30px 10px;
    }
    
    .large_eaec h2 {
        font-size: 1.2rem;
    }
    
    .iron_637d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink-fe7c {
        padding: 15px 10px;
    }
    
    .pink-fe7c h4 {
        font-size: 0.85rem;
    }
    
    .pink-fe7c p {
        font-size: 0.75rem;
    }
    
    .primary-middle-3151 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .glass-8b59 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .card-copper-a885 {
        padding: 20px 10px;
    }
    
    .module-e791 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .thumbnail-next-189c,
    .action-3a8f,
    .carousel_gas_1b9d {
        width: 100%;
    }
    
    .thumbnail-next-189c h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-next-189c p {
        font-size: 0.8rem;
    }
    
    .right_0536 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background-45e4 {
        padding: 30px 15px;
    }
    
    .background-45e4 h2 {
        font-size: 1.3rem;
    }
    
    .background-45e4 p {
        font-size: 0.85rem;
    }
    
    .sidebar-south-37b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar-south-37b3 .avatar-upper-9d62 {
        width: 100%;
    }
    
    .old-6dfd {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .shade_solid_16ce {
        padding: 30px 15px;
    }
    
    .motion_af5f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .motion-b1c5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .east-1969 h4 {
        font-size: 0.9rem;
    }
    
    .east-1969 a {
        font-size: 0.8rem;
    }
    
    .photo_south_7556 {
        font-size: 0.8rem;
    }
    
    .status_4e80 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item_58da {
        padding: 8px 10px;
    }
    
    .pagination-cool-39de {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pink-7d3f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pagination-cool-39de {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pink-7d3f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4cae */
.promo-block-f0 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
