/* Inner Page Styles */

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

.texture-north-3c43 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);
}

.texture-north-3c43 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);
}

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

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

.iron_36ef .down-7290 {
    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;
}

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

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

.iron_36ef .down-7290:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron-fd8d.fn-active-e1dd {
    color: var(--casino-gold-light);
}

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

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

.copper-35e0 {
    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);
}

.copper-35e0 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);
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-old-795f {
    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%;
}

.shadow-old-795f 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 */
.title-fast-d894 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-fast-d894 li {
    margin-bottom: var(--md-spacing-xs);
}

.title-fast-d894 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);
}

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

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

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

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

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

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

.element_south_19c3 .active-gold-636a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.element_south_19c3 .active-gold-636a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.slow-711e {
    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);
}

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

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

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

.short-2d70 {
    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);
}

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

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

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

.short-2d70 .active-gold-636a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.short-2d70 .active-gold-636a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .texture-north-3c43 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .texture-north-3c43 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .texture-north-3c43 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .iron_36ef {
        justify-content: center;
    }
    
    .up_aa5c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .brown_e8fa {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter-c325 {
        padding: var(--md-spacing-md) 0;
    }
    
    .copper-35e0 {
        padding: var(--md-spacing-md);
    }
    
    .left-7934 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-old-795f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .short-2d70 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .glass_863f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .copper-35e0 {
        padding: var(--md-spacing-sm);
    }
    
    .wide-d1b9 {
        padding: var(--md-spacing-md);
    }
    
    .shadow-old-795f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wide-d1b9,
.shadow-old-795f,
.short-2d70 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.card-motion-b10d::-webkit-scrollbar {
    width: 8px;
}

.card-motion-b10d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.pagination-d329 {
    font-size: 1.5rem;
}

.fluid-087e strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.detail-right-d272 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_dim_54c6 strong {
    color: #00ff88;
}

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

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

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

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

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

.upper_ee29::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

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

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

.action_8d1a.preview_89e3 .background-complex-213f {
    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); }
}

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

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

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

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

.shadow-7a8f 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;
}

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

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

.filter_abd0 {
    font-size: 1.2rem;
}

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

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

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

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

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

.active_65a0.gas_7c8f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active_65a0.lite-52cc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_65a0.bright-973f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active_65a0.item_stale_b385::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.caption_3ab4 {
    font-size: 1.2rem;
}

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

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

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

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

.yellow-af3e.smooth_df5e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.yellow-af3e.fn-active-e1dd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.plasma-1ac4 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.mini-669a {
    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;
}

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

.mini-669a.container-a457 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.caption-63ee { border-top: 3px solid #00ccff; }
.fluid-fc08 { border-top: 3px solid #00ff88; }
.fast_7684 { border-top: 3px solid #d4af37; }
.video-23d2 { border-top: 3px solid #ff6b6b; }
.bottom_540a { border-top: 3px solid #8b5cf6; }

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

.status-e4e9 {
    overflow-x: auto;
}

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

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

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

.layout_071c td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-soft-8902 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.link-8ad7 {
    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;
}

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

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

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

.west-22fd p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.description_paper_0d68 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_cdd6 {
    font-size: 1.5rem;
}

.breadcrumb-lite-eab8 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.footer-action-6903 {
    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;
}

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

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

.label-east-7fad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.modal-f781 strong {
    color: #fff;
    display: block;
}

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

.shade-9a84 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.preview-white-333c .sort_cf6c {
    margin-bottom: 10px;
}

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

.preview-white-333c strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.status-clean-a5a3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.alert-061e {
    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;
}

.card-bright-17f3 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.card-bright-17f3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.filter-plasma-6cd4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.feature-bright-45b0 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.feature-bright-45b0 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.article-middle-f55f {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-hovered-91ec {
    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;
}

.article-middle-f55f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.current_2e83 a {
    color: #ff6b6b;
}

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

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

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

.badge_new_82c7 {
    text-align: center;
}

.badge_new_82c7 .video-bottom-8d39 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.notice-first-2a72 {
    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;
}

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

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

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

.active-8a1b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.thumbnail-fixed-819c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .thumbnail-fixed-819c {
        flex-direction: column;
    }
    .picture-small-7790 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.active-f13c .tooltip_soft_0070 {
    color: #666;
    margin: 0 8px;
}

.active-f13c .popup-outer-e291 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.alert-top-66df {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.hero-126e {
    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;
}

.surface-pressed-5774 {
    font-size: 2rem;
}

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

.surface_dbb4 strong {
    color: #d4af37;
}

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

.down-54bb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.summary-medium-389b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.article-stale-7444 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.mini-26fd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper_d20c strong {
    color: #00ff88;
}

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

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

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

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

.in-2fdc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.card-2ab1 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.table_brown_1dd6 strong {
    color: #d4af37;
}

.in_aaa8 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-e9ea 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;
}

.mask-e9ea li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.north_83c0 strong {
    color: #d4af37;
}

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

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

.modal-e0bf strong {
    color: #00ff88;
}

.modal-e0bf span {
    color: #d4af37;
}

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

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

.simple-0bfd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.widget_bright_2612 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

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

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

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

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

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

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

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

.message-1b71 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.message-1b71 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.aside-hard-98c4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside-hard-98c4 li {
    margin-bottom: 5px;
}

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

.aside-hard-98c4 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.fresh-0fcd {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.pagination_8051 strong {
    color: #00ff88;
}

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

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

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

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

.dark-3c6d {
    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;
}

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

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

@media (max-width: 768px) {
    .easy_4c03 {
        flex-direction: column;
    }
    
    .dark-3c6d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.gallery-0fe0 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info_hot_1be5 {
        padding: 30px 15px;
    }
    
    .info_hot_1be5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paper_4c36 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu_309e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .icon-medium-8914 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-medium-8914 .input_5c22 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .modal-634c {
        font-size: 1.3rem;
    }
    
    .highlight_c64c {
        font-size: 0.7rem;
    }
    
    .logo_fefd {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo_fefd .active-gold-636a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .upper-6c47 {
        display: none;
    }
    
    .avatar-small-dc16 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .steel-069a {
        padding: 20px 10px;
    }
    
    .simple-0bfd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_glass_c0ee,
    .short-3f52 {
        padding: 15px;
    }
    
    .pagination_north_8216 {
        flex-direction: column;
        gap: 5px;
    }
    
    .preview-fa79 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .label_9b85 {
        padding: 30px 10px;
    }
    
    .focused_be05 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary_medium_4f7f {
        padding: 20px 15px;
    }
    
    .easy_a36d {
        font-size: 2rem;
    }
    
    .tertiary_medium_4f7f h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_medium_4f7f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pagination-aa81 {
        padding: 20px 10px;
    }
    
    .hover_0c69 h2 {
        font-size: 1.3rem;
    }
    
    .nav_outer_5c8b {
        font-size: 0.9rem;
    }
    
    .message_orange_dec9 h3 {
        font-size: 1.1rem;
    }
    
    .message_orange_dec9 p {
        font-size: 0.9rem;
    }
    
    .mask-e9ea li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tabs_4ef8 {
        grid-template-columns: 1fr;
    }
    
    .north_83c0 {
        font-size: 0.85rem;
    }
    
    .sort_0574 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion_5fff {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accordion_5fff strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .plasma-6137 {
        padding: 30px 10px;
    }
    
    .text-6574 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-smooth-6fac {
        padding: 15px 10px;
    }
    
    .tooltip-smooth-6fac h4 {
        font-size: 0.9rem;
    }
    
    .tooltip-smooth-6fac p {
        font-size: 0.75rem;
        display: none;
    }
    
    .background_8206 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .text-6574 {
        grid-template-columns: 1fr;
    }
    
    .tooltip-smooth-6fac p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .background_smooth_c776 {
        padding: 30px 10px;
    }
    
    .card_f9e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box-4de3 {
        padding: 15px;
    }
    
    .dropdown_0a87 {
        font-size: 0.9rem;
    }
    
    .widget_4ffb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget_4ffb .tabs_84a1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .new-d7ef {
        padding: 30px 10px;
    }
    
    .new-d7ef h2 {
        font-size: 1.2rem;
    }
    
    .fresh-40fc {
        gap: 10px;
    }
    
    .bronze_cbd2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .bronze_cbd2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .search-ca3f {
        padding: 30px 10px;
    }
    
    .search-ca3f h2 {
        font-size: 1.2rem;
    }
    
    .list-cold-360f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny_ed06 {
        padding: 15px 10px;
    }
    
    .tiny_ed06 h4 {
        font-size: 0.85rem;
    }
    
    .tiny_ed06 p {
        font-size: 0.75rem;
    }
    
    .secondary-89ac {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .link_5c59 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .list-cold-360f {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .background-liquid-8295 {
        padding: 20px 10px;
    }
    
    .carousel_dirty_4404 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .feature-bright-45b0,
    .article-middle-f55f,
    .current_2e83 {
        width: 100%;
    }
    
    .feature-bright-45b0 h3 {
        font-size: 1.1rem;
    }
    
    .feature-bright-45b0 p {
        font-size: 0.8rem;
    }
    
    .dropdown-hovered-91ec {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .lite_9287 {
        padding: 30px 15px;
    }
    
    .lite_9287 h2 {
        font-size: 1.3rem;
    }
    
    .lite_9287 p {
        font-size: 0.85rem;
    }
    
    .component-selected-ca05 {
        flex-direction: column;
        gap: 10px;
    }
    
    .component-selected-ca05 .active-gold-636a {
        width: 100%;
    }
    
    .action_da07 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .light-91e5 {
        padding: 30px 10px;
    }
    
    .light-91e5 h3 {
        font-size: 1.2rem;
    }
    
    .mask-7c3a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-2d70 {
        padding: 15px 10px;
    }
    
    .short-2d70 h4 {
        font-size: 0.85rem;
    }
    
    .short-2d70 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .widget_3360 {
        padding: 30px 15px;
    }
    
    .stale_323d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .active-light-af3c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .popup-0c2e h4 {
        font-size: 0.9rem;
    }
    
    .popup-0c2e a {
        font-size: 0.8rem;
    }
    
    .menu-07fc {
        font-size: 0.8rem;
    }
    
    .green_7a5b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .block-e871 {
        padding: 8px 10px;
    }
    
    .center_7150 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag_last_7bb3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .center_7150 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag_last_7bb3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d2f8 */
.widget-item-w2 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
