/* Inner Page Styles */

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

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

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

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

.box-first-2a20 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.box-first-2a20 .overlay_brown_ea0b {
    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;
}

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

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

.box-first-2a20 .overlay_brown_ea0b:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large_1e10.fn-active-6779 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-2b21 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.box-22be:hover::before {
    left: 100%;
}

.box-22be 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;
}

.box-22be 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;
}

.box-22be .outline-d25a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.box-22be .outline-d25a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.badge-48a4 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.image_action_7d7f .outline-d25a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag-d708 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag-d708 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag-d708 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box-first-2a20 {
        justify-content: center;
    }
    
    .pressed-0435 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .element_2988 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border_b6cd {
        padding: var(--md-spacing-md) 0;
    }
    
    .large_f87b {
        padding: var(--md-spacing-md);
    }
    
    .banner-882c {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_wood_d24f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .image_action_7d7f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .message_blue_a3e2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .large_f87b {
        padding: var(--md-spacing-sm);
    }
    
    .description-0585 {
        padding: var(--md-spacing-md);
    }
    
    .notification_wood_d24f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.description-0585,
.notification_wood_d24f,
.image_action_7d7f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.focus_top_551f {
    font-size: 1.5rem;
}

.media_f2fb strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.summary-warm-849f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-1913 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.alert-pro-44e1 {
    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;
}

.alert-pro-44e1.under_5510 .avatar-slow-6415 {
    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); }
}

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

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

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

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

.caption-fresh-5567 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;
}

.caption-fresh-5567 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);
}

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

.smooth_6a2a {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth_e19a.detail_cool_427c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth_e19a.warm_0102::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth_e19a.accent_prev_d8b0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth_e19a.popup_81ae::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slow_17ba {
    font-size: 1.2rem;
}

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

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

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

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

.item_soft_e275.menu_a5b9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.item_soft_e275.fn-active-6779 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.search-new-ed3e {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.center-994c {
    background: #0a0a0a;
    padding: 60px 0;
}

.pagination-fresh-c9c1 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.cool-721e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.thick-662b {
    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;
}

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

.thick-662b.input_current_c421 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.modal-huge-6ae0 { border-top: 3px solid #00ccff; }
.header_ab53 { border-top: 3px solid #00ff88; }
.smooth_fbaf { border-top: 3px solid #d4af37; }
.border_f7fd { border-top: 3px solid #ff6b6b; }
.orange-397f { border-top: 3px solid #8b5cf6; }

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

.text-gold-0068 {
    overflow-x: auto;
}

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

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

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

.short_8ff4 td {
    color: #ccc;
}

.short_8ff4 .aside-7a20 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-black-1530 {
    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;
}

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

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

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

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

.middle-70de {
    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;
}

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

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

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

.silver-05fa {
    font-size: 2rem;
}

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

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

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

.mask-hot-74a6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .mask-hot-74a6::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.component-huge-3bc8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.silver-95c0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.article-7112 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tooltip-ae69 .info_0b6b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-inner-7b24 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.action-337b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo_f1d4 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.action-337b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.heading_b822 a {
    color: #ff6b6b;
}

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

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

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

.orange_449d {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.tabs-brown-33f8 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.menu-775a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.highlight-a7eb .orange_bc54 {
    color: #666;
    margin: 0 8px;
}

.highlight-a7eb .slider_hovered_8195 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.progress_gas_5b8c {
    font-size: 2rem;
}

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

.frame-835f strong {
    color: #d4af37;
}

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

.chip-east-2626 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.aside-tiny-6654 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.element-orange-b0f5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.filter_bronze_8cf5 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.carousel-wood-d106 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-wood-fdbb strong {
    color: #d4af37;
}

.first-ca01 {
    color: #aaa;
}

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

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

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

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

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

.bronze-726c {
    max-width: 900px;
    margin: 0 auto;
}

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

.first-ec18:last-child {
    border-bottom: none;
}

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

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

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

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

.hot-470c {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hot-470c 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;
}

.hot-470c li strong {
    color: #00ff88;
}

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

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

.tabs-easy-e7ff {
    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;
}

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

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

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

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

.hard-5ed5 strong {
    color: #d4af37;
}

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

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

.notification_ed56 strong {
    color: #00ff88;
}

.notification_ed56 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.dark-2c7d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.row-0bdd {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-cf75 li {
    margin-bottom: 5px;
}

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

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

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

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

.sidebar-purple-6d8d {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.sidebar-purple-6d8d strong {
    color: #00ff88;
}

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

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

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

.under-5e1f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.sidebar-548f {
    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;
}

.mask-inner-7b24 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .under-5e1f {
        flex-direction: column;
    }
    
    .in_85bd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo-3639 {
        padding: 30px 15px;
    }
    
    .logo-3639 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .box_middle_3a08 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress_cea0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pressed-d87c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed-d87c .sort-selected-e971 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gas-767d {
        font-size: 1.3rem;
    }
    
    .info_c8bb {
        font-size: 0.7rem;
    }
    
    .pattern_clean_b084 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern_clean_b084 .outline-d25a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .photo-c272 {
        display: none;
    }
    
    .thumbnail_ba73 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image-huge-3625 {
        padding: 20px 10px;
    }
    
    .caption_bb75 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden_296f,
    .blue-8ad3 {
        padding: 15px;
    }
    
    .dark-2c7d {
        flex-direction: column;
        gap: 5px;
    }
    
    .row-0bdd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sort-86cf {
        padding: 30px 10px;
    }
    
    .pattern_blue_19ce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .complex-94a5 {
        padding: 20px 15px;
    }
    
    .card-4ecf {
        font-size: 2rem;
    }
    
    .complex-94a5 h3 {
        font-size: 1.1rem;
    }
    
    .complex-94a5 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .copper_cc72 {
        padding: 20px 10px;
    }
    
    .message_in_ca48 h2 {
        font-size: 1.3rem;
    }
    
    .in_45f4 {
        font-size: 0.9rem;
    }
    
    .first-ec18 h3 {
        font-size: 1.1rem;
    }
    
    .first-ec18 p {
        font-size: 0.9rem;
    }
    
    .hot-470c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .rough_b98c {
        grid-template-columns: 1fr;
    }
    
    .hard-5ed5 {
        font-size: 0.85rem;
    }
    
    .fixed_70f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs-easy-e7ff {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tabs-easy-e7ff strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .accordion-7b4a {
        padding: 30px 10px;
    }
    
    .footer-fast-191a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification-green-98b1 {
        padding: 15px 10px;
    }
    
    .notification-green-98b1 h4 {
        font-size: 0.9rem;
    }
    
    .notification-green-98b1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .bottom-cbb2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer-fast-191a {
        grid-template-columns: 1fr;
    }
    
    .notification-green-98b1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hidden-15bc {
        padding: 30px 10px;
    }
    
    .status_medium_08e9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood-92f5 {
        padding: 15px;
    }
    
    .carousel-d09b {
        font-size: 0.9rem;
    }
    
    .chip-right-4dce {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-right-4dce .border-c2c2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .row-wood-5b2e {
        padding: 30px 10px;
    }
    
    .row-wood-5b2e h2 {
        font-size: 1.2rem;
    }
    
    .brown-2476 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic_7fd2 {
        padding: 15px 10px;
    }
    
    .basic_7fd2 h4 {
        font-size: 0.85rem;
    }
    
    .basic_7fd2 p {
        font-size: 0.75rem;
    }
    
    .detail_liquid_bf18 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .logo_4805 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .medium-0ec7 {
        padding: 20px 10px;
    }
    
    .old-5be8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .simple_0326,
    .action-337b,
    .heading_b822 {
        width: 100%;
    }
    
    .simple_0326 h3 {
        font-size: 1.1rem;
    }
    
    .simple_0326 p {
        font-size: 0.8rem;
    }
    
    .logo_f1d4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content_f227 {
        padding: 30px 15px;
    }
    
    .content_f227 h2 {
        font-size: 1.3rem;
    }
    
    .content_f227 p {
        font-size: 0.85rem;
    }
    
    .preview-3fb4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview-3fb4 .outline-d25a {
        width: 100%;
    }
    
    .secondary-old-2871 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .in-59f9 {
        padding: 30px 10px;
    }
    
    .in-59f9 h3 {
        font-size: 1.2rem;
    }
    
    .active-6f23 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image_action_7d7f {
        padding: 15px 10px;
    }
    
    .image_action_7d7f h4 {
        font-size: 0.85rem;
    }
    
    .image_action_7d7f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame-55bb {
        padding: 30px 15px;
    }
    
    .footer-paper-e812 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_outer_1c48 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fresh_003c h4 {
        font-size: 0.9rem;
    }
    
    .fresh_003c a {
        font-size: 0.8rem;
    }
    
    .rough-3cf1 {
        font-size: 0.8rem;
    }
    
    .over_e98f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .popup_c2db {
        padding: 8px 10px;
    }
    
    .message_46c9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .warm-66fe {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message_46c9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .warm-66fe {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3fea */
.widget-item-i6 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
