/* Inner Page Styles */

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

.mask-613b 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);
}

.mask-613b 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);
}

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

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

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

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

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

.feature_242d .icon_870d:hover::before {
    left: 100%;
}

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

.red-1f4a {
    margin-bottom: var(--md-spacing-lg);
}

.item-mini-083c {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-complex-cd6e {
    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);
}

.popup-complex-cd6e 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-1743:hover::before {
    left: 100%;
}

.motion-1743 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;
}

.motion-1743 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;
}

.motion-1743 .short-f0f5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.motion-1743 .short-f0f5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.tooltip-42f6 {
    margin-top: var(--md-spacing-sm);
}

.purple-600c {
    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);
}

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

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

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

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

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

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

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

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

.static_dd65 .short-f0f5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mask-613b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mask-613b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mask-613b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature_242d {
        justify-content: center;
    }
    
    .item-mini-083c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .title-fluid-de80 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .bottom-1f72 {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-complex-cd6e {
        padding: var(--md-spacing-md);
    }
    
    .text-tall-55b9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cool_2bb1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .static_dd65 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sort-pro-c1fe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .popup-complex-cd6e {
        padding: var(--md-spacing-sm);
    }
    
    .gas_e46b {
        padding: var(--md-spacing-md);
    }
    
    .cool_2bb1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gas_e46b,
.cool_2bb1,
.static_dd65 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.slider-advanced-6fe9 {
    font-size: 1.5rem;
}

.south-4b03 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.liquid-f2f7 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-wood-dae6 {
    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;
}

.thumbnail-wood-dae6 strong {
    color: #00ff88;
}

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

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

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

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

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

.up-4e6a::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;
}

.feature-1aff {
    text-align: center;
    margin-bottom: 30px;
}

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

.upper_e216.status_0a04 .clean_4804 {
    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); }
}

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

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

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

.modal-hard-a310 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-hard-a310 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;
}

.modal-hard-a310 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);
}

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

.green-239e {
    font-size: 1.2rem;
}

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

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

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

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

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

.container_action_a3d0.layout-complex-c57b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.container_action_a3d0.icon_large_85a3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_action_a3d0.layout_tall_74a4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.container_action_a3d0.lite-9fb8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.label_1bb1 {
    font-size: 1.2rem;
}

.media-light-64cb {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.row-large-d222.wrapper_c9c9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-large-d222.fn-active-995d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.caption-536d {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.detail-motion-71cf {
    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;
}

.detail-motion-71cf:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.detail-motion-71cf.bronze_2b55 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.icon_c5ba { border-top: 3px solid #00ccff; }
.stone-a8e3 { border-top: 3px solid #00ff88; }
.message-upper-a2d8 { border-top: 3px solid #d4af37; }
.column-west-b6cc { border-top: 3px solid #ff6b6b; }
.panel-f0a2 { border-top: 3px solid #8b5cf6; }

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

.outer_ee81 {
    overflow-x: auto;
}

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

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

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

.carousel_d9bd td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.menu-liquid-5335 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_dd94 {
    font-size: 2rem;
}

.main-motion-7ff3 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.main-motion-7ff3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.paragraph-7f64 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.label-yellow-0fc9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.active-lite-3ca7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.layout-copper-d86c {
    font-size: 1.5rem;
}

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

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

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

.banner-pro-623d {
    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;
}

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

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

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

.red-36e9 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.notice_over_1b02 .clean_90ac {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.north-534c {
    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;
}

.breadcrumb-blue-852e h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.breadcrumb-blue-852e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.notice-lite-0a50 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Responsible Banner */
.wrapper-pro-67b0 {
    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;
}

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

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

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

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

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

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

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

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

.north-a08d a {
    color: #ff6b6b;
}

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

.module-4a6f {
    max-width: 800px;
    margin: 0 auto;
}

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

.tall-57e2 {
    text-align: center;
}

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

.tall-57e2 .green_44fb {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.module-4a6f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.filter-action-ca7b {
    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;
}

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

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

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

.huge-3fce {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .border-dynamic-5126 {
        flex-direction: column;
    }
    .gradient-6756 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.image-in-08a7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.gradient-solid-3fea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.steel-7a12 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.content_motion_9b14 .active_middle_7915 {
    color: #666;
    margin: 0 8px;
}

.content_motion_9b14 .gallery-cf19 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.background-left-afe4 {
    font-size: 2rem;
}

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

.shadow-huge-d0b4 strong {
    color: #d4af37;
}

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

.box-motion-2090 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.west-7fba {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.breadcrumb-small-ae46 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.large-8fa2 {
    background: #0a0a0a;
    padding: 30px 0;
}

.article-motion-70c4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .article-motion-70c4 {
        grid-template-columns: 1fr;
    }
}

.shadow-south-f3ea h3,
.active_red_b7b9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.feature-dim-2161 summary::-webkit-details-marker {
    display: none;
}

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

.nav-down-793b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.active-first-2442 strong {
    color: #d4af37;
}

.photo-f54a {
    color: #aaa;
}

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

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

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

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

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

.focused-3f49 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.component-green-e81b {
    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;
}

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

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

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

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

.dropdown_glass_9068 strong {
    color: #d4af37;
}

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

.slider-medium-d703 {
    color: #888;
    font-size: 0.9rem;
}

.slider-medium-d703 strong {
    color: #00ff88;
}

.slider-medium-d703 span {
    color: #d4af37;
}

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

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

.tooltip-right-c46b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.badge-stale-5f9e h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.accent-left-8375 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accent-left-8375 li {
    margin-bottom: 5px;
}

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

.accent-left-8375 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.full-8c34 {
    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;
}

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

.orange-cf5c strong {
    color: #00ff88;
}

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

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

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

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

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

.small-2ad0 {
    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;
}

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

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

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

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

.plasma-1d88 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay-warm-81e9 {
        padding: 30px 15px;
    }
    
    .overlay-warm-81e9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .medium-9282 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .yellow_5afc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .dynamic_8096 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dynamic_8096 .fast-88cb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .inner_4589 {
        font-size: 1.3rem;
    }
    
    .under_3979 {
        font-size: 0.7rem;
    }
    
    .panel-fast-530c {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel-fast-530c .short-f0f5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .primary-medium-38b5 {
        display: none;
    }
    
    .label_glass_d261 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy_588f {
        padding: 20px 10px;
    }
    
    .tooltip-right-c46b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_white_c26e,
    .badge-stale-5f9e {
        padding: 15px;
    }
    
    .backdrop-2a1e {
        flex-direction: column;
        gap: 5px;
    }
    
    .button_96cf {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dirty-cb6a {
        padding: 20px 10px;
    }
    
    .hover_pink_322c h2 {
        font-size: 1.3rem;
    }
    
    .pattern_ea03 {
        font-size: 0.9rem;
    }
    
    .motion_798e h3 {
        font-size: 1.1rem;
    }
    
    .motion_798e p {
        font-size: 0.9rem;
    }
    
    .upper_8417 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hidden_7cca {
        grid-template-columns: 1fr;
    }
    
    .dropdown_glass_9068 {
        font-size: 0.85rem;
    }
    
    .detail-7e7c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component-green-e81b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .component-green-e81b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo_clean_f1fe {
        padding: 30px 10px;
    }
    
    .button-small-dd41 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_steel_d695 {
        padding: 15px 10px;
    }
    
    .card_steel_d695 h4 {
        font-size: 0.9rem;
    }
    
    .card_steel_d695 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .list-bb97 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button-small-dd41 {
        grid-template-columns: 1fr;
    }
    
    .card_steel_d695 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .filter_middle_89f3 {
        padding: 30px 10px;
    }
    
    .gallery_basic_191b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action_465f {
        padding: 15px;
    }
    
    .fluid-b808 {
        font-size: 0.9rem;
    }
    
    .outline-static-c623 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline-static-c623 .thumbnail_306a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .chip-c8df {
        padding: 30px 10px;
    }
    
    .chip-c8df h2 {
        font-size: 1.2rem;
    }
    
    .shadow-4186 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_84b1 {
        padding: 15px 10px;
    }
    
    .notification_84b1 h4 {
        font-size: 0.85rem;
    }
    
    .notification_84b1 p {
        font-size: 0.75rem;
    }
    
    .paragraph_motion_8af3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .breadcrumb-3fd7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .wrapper-pro-67b0 {
        padding: 20px 10px;
    }
    
    .pink_6be9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .box-fresh-f34d,
    .pattern_83ed,
    .north-a08d {
        width: 100%;
    }
    
    .box-fresh-f34d h3 {
        font-size: 1.1rem;
    }
    
    .box-fresh-f34d p {
        font-size: 0.8rem;
    }
    
    .accent_31d7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .old-a33a {
        padding: 30px 15px;
    }
    
    .old-a33a h2 {
        font-size: 1.3rem;
    }
    
    .old-a33a p {
        font-size: 0.85rem;
    }
    
    .action-e8b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-e8b3 .short-f0f5 {
        width: 100%;
    }
    
    .component_cold_f0e6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .background-dynamic-7001 {
        padding: 30px 10px;
    }
    
    .background-dynamic-7001 h3 {
        font-size: 1.2rem;
    }
    
    .focus-under-2191 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_dd65 {
        padding: 15px 10px;
    }
    
    .static_dd65 h4 {
        font-size: 0.85rem;
    }
    
    .static_dd65 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .detail-ddae {
        padding: 30px 15px;
    }
    
    .table-717a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .card_651e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .primary-fresh-f37d h4 {
        font-size: 0.9rem;
    }
    
    .primary-fresh-f37d a {
        font-size: 0.8rem;
    }
    
    .box_hard_3cd2 {
        font-size: 0.8rem;
    }
    
    .overlay-north-c5f1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo-dark-3c54 {
        padding: 8px 10px;
    }
    
    .outer_19a2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .feature_893a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outer_19a2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .feature_893a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5717 */
.shadow-element-z5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
