/* Inner Page Styles */

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

.east-033c 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);
}

.east-033c 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);
}

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

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

.element-d0b9 .badge-smooth-34a0 {
    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;
}

.element-d0b9 .badge-smooth-34a0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.element-d0b9 .badge-smooth-34a0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.element-d0b9 .badge-smooth-34a0:hover::before {
    left: 100%;
}

.element-d0b9 .badge-smooth-34a0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.layout-new-f81b {
    color: var(--casino-gold-light);
}

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

.layout-new-f81b a:hover {
    color: var(--casino-gold-light);
}

.layout-new-f81b.fn-active-0c17 {
    color: var(--casino-gold-light);
}

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

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

.primary-active-240b {
    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);
}

.primary-active-240b 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);
}

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

/* Content Cards */
.link-pro-6fd7 {
    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);
}

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

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

.link-pro-6fd7 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_e3c3 .center_9368 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.overlay_e3c3 .center_9368:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.wrapper_f4f2 .center_9368:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .east-033c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .east-033c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .east-033c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .element-d0b9 {
        justify-content: center;
    }
    
    .paper_d9de {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dark_9c2e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .icon-921f {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-active-240b {
        padding: var(--md-spacing-md);
    }
    
    .large-3468 {
        padding: var(--md-spacing-md) 0;
    }
    
    .lower_9b41 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .wrapper_f4f2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion_c06e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .primary-active-240b {
        padding: var(--md-spacing-sm);
    }
    
    .link-pro-6fd7 {
        padding: var(--md-spacing-md);
    }
    
    .lower_9b41 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link-pro-6fd7,
.lower_9b41,
.wrapper_f4f2 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.menu-69b7::-webkit-scrollbar {
    width: 8px;
}

.menu-69b7::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.detail-3001 {
    font-size: 1.5rem;
}

.texture-hard-a09d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .hover-hovered-4f9e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .background-a678 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.chip-steel-a325 {
    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;
}

.chip-steel-a325 strong {
    color: #00ff88;
}

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

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

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

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

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

.primary-344e::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;
}

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

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

.wrapper-7369.hero_e2d1 .overlay-bd2b {
    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); }
}

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

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

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

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

.soft-92e9 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;
}

.soft-92e9 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);
}

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

.tooltip-next-4dd2 {
    font-size: 1.2rem;
}

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

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

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

.lite-2b65 {
    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;
}

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

.lite-2b65.button-prev-896e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lite-2b65.preview-1b7a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lite-2b65.status-hard-970a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lite-2b65.backdrop-e62e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort_6b63 {
    font-size: 1.2rem;
}

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

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

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

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

.filter_5f1e.new_de19 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter_5f1e.fn-active-0c17 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.search-29e4 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.last-3e94 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.progress_small_6267.nav-outer-22c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.title-tall-012c { border-top: 3px solid #00ccff; }
.item-7578 { border-top: 3px solid #00ff88; }
.hot-3b10 { border-top: 3px solid #d4af37; }
.content_c310 { border-top: 3px solid #ff6b6b; }
.old_b660 { border-top: 3px solid #8b5cf6; }

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

.widget-pro-695e {
    overflow-x: auto;
}

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

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

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

.white-b10a td {
    color: #ccc;
}

.white-b10a .element_e7e6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool-3710 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.south_cfcc {
    font-size: 1.5rem;
}

.message-prev-b29b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.paragraph-yellow-9ec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.caption-733d .title_last_45eb {
    margin-bottom: 10px;
}

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

.caption-733d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.avatar-plasma-aa25 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.white-6f5d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.primary-2b82 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.notification-top-c88b span {
    color: #666;
    font-size: 0.8rem;
}

.notification-top-c88b a {
    color: #ff6b6b;
}

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

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

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

.steel-e66c {
    text-align: center;
}

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

.steel-e66c .rough-aa2a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.picture-thick-cb9a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.shadow-dynamic-e136 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.button-red-c402 {
    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;
}

.button-red-c402.nav-outer-22c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .article_cold_205e {
        flex-direction: column;
    }
    .detail-1d54 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.search-2ad2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.wrapper-stale-4317 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.complex-b6f7 .tall_5531 {
    color: #666;
    margin: 0 8px;
}

.complex-b6f7 .red-8d03 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.container_f8e7 {
    font-size: 2rem;
}

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

.pink-516e strong {
    color: #d4af37;
}

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

.active-paper-ecaf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.tiny-2dc0 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.tooltip_bb91 strong {
    color: #00ff88;
}

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

.text-pressed-b9be {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.active-9f81 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.tag_cf18 strong {
    color: #d4af37;
}

.easy_5732 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_stone_ec51 strong {
    color: #d4af37;
}

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

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

.thumbnail_692b strong {
    color: #00ff88;
}

.thumbnail_692b span {
    color: #d4af37;
}

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

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

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

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

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

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

.dark-6f39 {
    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;
}

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

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

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

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

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

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

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

.nav-hard-5ae0 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-purple-fcd1 strong {
    color: #00ff88;
}

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

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

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

.button-8c16 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.old-13b8 {
    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;
}

.photo-blue-f78a {
    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;
}

.primary-2b82 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .button-8c16 {
        flex-direction: column;
    }
    
    .old-13b8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.alert-over-1b79 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .fresh-3b6e {
        padding: 30px 15px;
    }
    
    .fresh-3b6e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paragraph_c28c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs_in_f4de {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .west_08e2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .west_08e2 .tertiary-da7d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .easy_80e5 {
        font-size: 1.3rem;
    }
    
    .media_easy_52e6 {
        font-size: 0.7rem;
    }
    
    .disabled-left-7ad8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled-left-7ad8 .center_9368 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .shadow_53a6 {
        display: none;
    }
    
    .breadcrumb-5c87 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .small-70f1 {
        padding: 20px 10px;
    }
    
    .upper_6dec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_black_edea,
    .nav-hard-5ae0 {
        padding: 15px;
    }
    
    .logo_wide_ed9a {
        flex-direction: column;
        gap: 5px;
    }
    
    .gradient_f97b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .surface_9b2f {
        padding: 30px 10px;
    }
    
    .menu-dark-1704 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .east_41a6 {
        padding: 20px 15px;
    }
    
    .lite_09f8 {
        font-size: 2rem;
    }
    
    .east_41a6 h3 {
        font-size: 1.1rem;
    }
    
    .east_41a6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .overlay-52e7 {
        padding: 20px 10px;
    }
    
    .hero-26b2 h2 {
        font-size: 1.3rem;
    }
    
    .iron-7f3f {
        font-size: 0.9rem;
    }
    
    .paragraph_light_0637 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_light_0637 p {
        font-size: 0.9rem;
    }
    
    .brown_13e1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content-selected-aeb8 {
        grid-template-columns: 1fr;
    }
    
    .caption_stone_ec51 {
        font-size: 0.85rem;
    }
    
    .primary_glass_5e53 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stale_3d42 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .stale_3d42 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .preview-0aaf {
        padding: 30px 10px;
    }
    
    .large_a808 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_new_4f15 {
        padding: 15px;
    }
    
    .bronze-242c {
        font-size: 0.9rem;
    }
    
    .stone-fb57 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone-fb57 .image_0c51 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .layout-dark-81e4 {
        padding: 30px 10px;
    }
    
    .layout-dark-81e4 h2 {
        font-size: 1.2rem;
    }
    
    .bright-9893 {
        gap: 10px;
    }
    
    .table-6723 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .table-6723 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .light-6923 {
        padding: 20px 10px;
    }
    
    .fixed_a50e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice_55c8,
    .chip_9ae4,
    .notification-top-c88b {
        width: 100%;
    }
    
    .notice_55c8 h3 {
        font-size: 1.1rem;
    }
    
    .notice_55c8 p {
        font-size: 0.8rem;
    }
    
    .message_silver_1770 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-dynamic-dfa6 {
        padding: 30px 15px;
    }
    
    .breadcrumb-dynamic-dfa6 h2 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-dynamic-dfa6 p {
        font-size: 0.85rem;
    }
    
    .highlight_6f0a {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight_6f0a .center_9368 {
        width: 100%;
    }
    
    .iron_f5f4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .alert-liquid-b0e5 {
        padding: 30px 15px;
    }
    
    .dim_74ba {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview-center-4450 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description_cc23 h4 {
        font-size: 0.9rem;
    }
    
    .description_cc23 a {
        font-size: 0.8rem;
    }
    
    .info_easy_2e41 {
        font-size: 0.8rem;
    }
    
    .header_b89a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .complex-14cc {
        padding: 8px 10px;
    }
    
    .glass_00fd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .thumbnail-bda8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .glass_00fd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thumbnail-bda8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 28a0 */
.widget-item-g3 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
