/* Inner Page Styles */

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

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

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

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

.gallery-iron-eacc {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gallery-iron-eacc .module_wood_0eac {
    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;
}

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

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

.gallery-iron-eacc .module_wood_0eac:hover::before {
    left: 100%;
}

.gallery-iron-eacc .module_wood_0eac:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.photo-soft-5021 {
    margin-bottom: var(--md-spacing-lg);
}

.gallery-first-febf {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.soft_89cc.fn-active-69a1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dim-c870 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 */
.aside-a662 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.dynamic-ffc3:hover::before {
    left: 100%;
}

.dynamic-ffc3 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;
}

.dynamic-ffc3 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;
}

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

.dynamic-ffc3 .hero_gas_9f9b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.highlight-4cd7 {
    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);
}

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

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

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

.highlight-4cd7 .hero_gas_9f9b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.highlight-4cd7 .hero_gas_9f9b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .iron_de45 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .iron_de45 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .iron_de45 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery-iron-eacc {
        justify-content: center;
    }
    
    .gallery-first-febf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .header-large-8031 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .section_e7cf {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary_out_6b1a {
        padding: var(--md-spacing-md);
    }
    
    .wood_5ac3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim-c870 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight-4cd7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .detail-under-6d4f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .summary_out_6b1a {
        padding: var(--md-spacing-sm);
    }
    
    .feature-f50a {
        padding: var(--md-spacing-md);
    }
    
    .dim-c870 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.feature-f50a,
.dim-c870,
.highlight-4cd7 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.element-522b::-webkit-scrollbar {
    width: 8px;
}

.element-522b::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.element_68c0 {
    font-size: 1.5rem;
}

.banner_purple_0af4 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .white-fce8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .new-1c57 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-dim-61e2 {
    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-dim-61e2 strong {
    color: #00ff88;
}

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

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

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

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

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

.outer-5da4::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;
}

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

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

.video_fast_788d.simple_1679 .photo_blue_f4b9 {
    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); }
}

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

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

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

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

.shadow_mini_c1eb img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

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

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

.container_mini_f1ff {
    font-size: 1.2rem;
}

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

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

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

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

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

.input_right_3e50.lower-c52e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.input_right_3e50.grid-left-09af::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input_right_3e50.popup-2dd3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.input_right_3e50.info-hot-11d7::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.item-f502 {
    font-size: 1.2rem;
}

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

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

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

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

.north_7ad4.avatar-liquid-8534 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.north_7ad4.fn-active-69a1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.container-2ff1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.silver-2f7c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.green-9f46 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.full-6188.gallery-ef61 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.gold_2b54 { border-top: 3px solid #00ccff; }
.breadcrumb-red-9787 { border-top: 3px solid #00ff88; }
.row-thick-9e06 { border-top: 3px solid #d4af37; }
.avatar-4d2a { border-top: 3px solid #ff6b6b; }
.hard-773f { border-top: 3px solid #8b5cf6; }

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

.over_1f05 {
    overflow-x: auto;
}

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

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

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

.module-current-79ee td {
    color: #ccc;
}

.module-current-79ee .rough-c17a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.module-current-79ee tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.row-360d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.photo-1f75 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.item_static_1f31 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.search-tiny-7a16 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.text-1ee1 {
    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;
}

.text-1ee1::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.sort-upper-272d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.footer-prev-f193 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.dim-345d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.old_8753 .huge_964d {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.highlight-selected-c02b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.item-orange-700f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.main-yellow-95a3 {
    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;
}

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

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

.glass-8a7c span {
    color: #666;
    font-size: 0.8rem;
}

.glass-8a7c a {
    color: #ff6b6b;
}

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

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

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

.message-basic-bdd5 {
    text-align: center;
}

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

.message-basic-bdd5 .panel-200d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-narrow-c488 {
    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;
}

.outline-narrow-c488.gallery-ef61 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .wood-8c32 {
        flex-direction: column;
    }
    .secondary-b638 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.form-9a72 .caption-9949 {
    color: #666;
    margin: 0 8px;
}

.form-9a72 .mask-8b3b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.sort-huge-688a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.backdrop_last_b650 {
    font-size: 2rem;
}

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

.section-5c6b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-orange-bc5f h3,
.highlight-orange-5a08 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.notice-507a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.breadcrumb-50d5 strong {
    color: #d4af37;
}

.chip_88ec {
    color: #aaa;
}

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

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

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

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

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

.badge-hovered-8a1d {
    max-width: 900px;
    margin: 0 auto;
}

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

.hard-c195:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-08b8 strong {
    color: #d4af37;
}

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

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

.message_yellow_b46f strong {
    color: #00ff88;
}

.message_yellow_b46f span {
    color: #d4af37;
}

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

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

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

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

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

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

.article-active-141c {
    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;
}

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

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

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

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

.tabs-pink-dc7d {
    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);
}

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

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

.breadcrumb-010d h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.input-54be ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-54be li {
    margin-bottom: 5px;
}

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

.input-54be a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.widget_glass_1b78 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.item-orange-700f {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pattern-blue-caa7 {
        padding: 30px 15px;
    }
    
    .pattern-blue-caa7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .chip_7fc1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tall_84ac {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .advanced_d626 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .advanced_d626 .section_2768 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph_d4d1 {
        font-size: 1.3rem;
    }
    
    .component_gold_3ca8 {
        font-size: 0.7rem;
    }
    
    .smooth-a92c {
        flex-direction: column;
        gap: 10px;
    }
    
    .smooth-a92c .hero_gas_9f9b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fresh_04a5 {
        display: none;
    }
    
    .widget_dim_4662 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .narrow_15db {
        padding: 20px 10px;
    }
    
    .thick-e476 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-wide-8986,
    .breadcrumb-010d {
        padding: 15px;
    }
    
    .header_up_eb8d {
        flex-direction: column;
        gap: 5px;
    }
    
    .tabs-pink-dc7d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .photo_31fd {
        padding: 30px 10px;
    }
    
    .slider_ce4f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_2f7f {
        padding: 20px 15px;
    }
    
    .avatar-purple-68bd {
        font-size: 2rem;
    }
    
    .box_2f7f h3 {
        font-size: 1.1rem;
    }
    
    .box_2f7f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .paper-6b2c {
        padding: 20px 10px;
    }
    
    .mask_5ea0 h2 {
        font-size: 1.3rem;
    }
    
    .tertiary_ff09 {
        font-size: 0.9rem;
    }
    
    .hard-c195 h3 {
        font-size: 1.1rem;
    }
    
    .hard-c195 p {
        font-size: 0.9rem;
    }
    
    .input_rough_f63e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .clean-4186 {
        grid-template-columns: 1fr;
    }
    
    .shade-08b8 {
        font-size: 0.85rem;
    }
    
    .tall_60e0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_548a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .description_548a strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .element-blue-d159 {
        padding: 30px 10px;
    }
    
    .tiny_dd8a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-ed0e {
        padding: 15px;
    }
    
    .right-8972 {
        font-size: 0.9rem;
    }
    
    .column-cd0f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-cd0f .breadcrumb_2673 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay_basic_23a1 {
        padding: 30px 10px;
    }
    
    .overlay_basic_23a1 h2 {
        font-size: 1.2rem;
    }
    
    .content-middle-8f2c {
        gap: 10px;
    }
    
    .mini_da3b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .mini_da3b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .first_a23f {
        padding: 30px 10px;
    }
    
    .first_a23f h2 {
        font-size: 1.2rem;
    }
    
    .feature-da48 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-static-af52 {
        padding: 15px 10px;
    }
    
    .texture-static-af52 h4 {
        font-size: 0.85rem;
    }
    
    .texture-static-af52 p {
        font-size: 0.75rem;
    }
    
    .overlay_2132 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .logo_bright_8fad {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pro_ac42 {
        padding: 20px 10px;
    }
    
    .left_b7a3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chip-prev-d923,
    .form-3377,
    .glass-8a7c {
        width: 100%;
    }
    
    .chip-prev-d923 h3 {
        font-size: 1.1rem;
    }
    
    .chip-prev-d923 p {
        font-size: 0.8rem;
    }
    
    .main-yellow-95a3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .footer-over-8dbb {
        padding: 30px 15px;
    }
    
    .footer-over-8dbb h2 {
        font-size: 1.3rem;
    }
    
    .footer-over-8dbb p {
        font-size: 0.85rem;
    }
    
    .in_e813 {
        flex-direction: column;
        gap: 10px;
    }
    
    .in_e813 .hero_gas_9f9b {
        width: 100%;
    }
    
    .component_south_7a95 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .north_8709 {
        padding: 30px 10px;
    }
    
    .north_8709 h3 {
        font-size: 1.2rem;
    }
    
    .item-fast-ed4d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-4cd7 {
        padding: 15px 10px;
    }
    
    .highlight-4cd7 h4 {
        font-size: 0.85rem;
    }
    
    .highlight-4cd7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame_paper_a999 {
        padding: 30px 15px;
    }
    
    .silver-92b8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accordion-black-c109 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .panel_3682 h4 {
        font-size: 0.9rem;
    }
    
    .panel_3682 a {
        font-size: 0.8rem;
    }
    
    .hover_fa3d {
        font-size: 0.8rem;
    }
    
    .tabs_5fc9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bottom-b18e {
        padding: 8px 10px;
    }
    
    .over-f5cd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .list_8dcf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .over-f5cd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .list_8dcf {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cb74 */
.promo-block-x8 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
