/* Inner Page Styles */

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

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

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

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

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

.sidebar-9886 .active-3af2 {
    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;
}

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

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

.sidebar-9886 .active-3af2:hover::before {
    left: 100%;
}

.sidebar-9886 .active-3af2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_24c2.fn-active-2e36 {
    color: var(--casino-gold-light);
}

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

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

.brown-14a0 {
    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);
}

.brown-14a0 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);
}

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

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

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

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

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

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

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

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

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

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

.carousel-light-356c {
    padding: var(--md-spacing-md) 0;
}

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

.medium-f664 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 */
.modal-5d81 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-5d81 li {
    margin-bottom: var(--md-spacing-xs);
}

.modal-5d81 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);
}

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

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

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

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

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

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

.alert_1c06 .item-small-d85f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.alert_1c06 .item-small-d85f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.progress-right-a3d0 {
    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);
}

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

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

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

.progress-right-a3d0 .item-small-d85f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.progress-right-a3d0 .item-small-d85f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shade_f288 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shade_f288 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shade_f288 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sidebar-9886 {
        justify-content: center;
    }
    
    .blue_874d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .outline-8e6a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hovered_5cc4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .brown-14a0 {
        padding: var(--md-spacing-md);
    }
    
    .middle-3b5b {
        padding: var(--md-spacing-md) 0;
    }
    
    .medium-f664 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress-right-a3d0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .info-full-a5f3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .brown-14a0 {
        padding: var(--md-spacing-sm);
    }
    
    .grid_3a7f {
        padding: var(--md-spacing-md);
    }
    
    .medium-f664 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.grid_3a7f,
.medium-f664,
.progress-right-a3d0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.form_56df {
    font-size: 1.5rem;
}

.texture-dark-3ae3 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .iron-143d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .layout-c4a8 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.heading-004f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.outline_494b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.outline-light-8389 {
    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;
}

.outline-light-8389.full-d9a2 .main_huge_ec63 {
    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); }
}

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

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

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

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

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

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

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

.chip_bottom_1cbc {
    font-size: 1.2rem;
}

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

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

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

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

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

.pro-bc59.container_51d8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pro-bc59.warm-f4ab::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pro-bc59.media_392c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pro-bc59.active_e4de::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel-c3af {
    font-size: 1.2rem;
}

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

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

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

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

.inner-b220.section-a610 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.inner-b220.fn-active-2e36 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.menu-7c26 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-2a95 { border-top: 3px solid #00ccff; }
.plasma_e9b0 { border-top: 3px solid #00ff88; }
.clean-c8ca { border-top: 3px solid #d4af37; }
.dynamic_b3f5 { border-top: 3px solid #ff6b6b; }
.notification_8e19 { border-top: 3px solid #8b5cf6; }

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

.left_3336 {
    overflow-x: auto;
}

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

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

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

.content-d30a td {
    color: #ccc;
}

.content-d30a .image-short-c559 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.dirty-00d8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.popup-tall-9ed0 {
    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;
}

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

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

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

.accent-8cfc p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.logo-db19 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.up-699f {
    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;
}

.up-699f::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);
}

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

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

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

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

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

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

.pattern-0342 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fresh-d097 strong {
    color: #fff;
    display: block;
}

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

.shade-orange-08b0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.banner-4e42 .next_7918 {
    margin-bottom: 10px;
}

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

.banner-4e42 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.border-smooth-540e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.video-easy-c332 {
    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;
}

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

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

.footer-paper-8720 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.wood-5d77 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

.layout-pink-7add p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.layout-pink-7add span {
    color: #666;
    font-size: 0.8rem;
}

.layout-pink-7add a {
    color: #ff6b6b;
}

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

.pink-14b9 {
    max-width: 800px;
    margin: 0 auto;
}

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

.frame_15f2 {
    text-align: center;
}

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

.frame_15f2 .content-up-4d90 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.pink-14b9 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.notice_simple_d1b1 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

.pink-8597.fixed-ed90 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.shadow-fast-3e59 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.nav-down-d27f .cool-98ec {
    color: #666;
    margin: 0 8px;
}

.nav-down-d27f .short-1c04 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.breadcrumb-left-488f {
    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;
}

.carousel_active_d751 {
    font-size: 2rem;
}

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

.link-60dd strong {
    color: #d4af37;
}

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

.breadcrumb-complex-935a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .breadcrumb-complex-935a {
        grid-template-columns: 1fr;
    }
}

.photo-paper-09a0 h3,
.right_77ab h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.wood_7346 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.element-first-541a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.outline_8836 h3,
.notification-current-8042 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.message-c86a strong {
    color: #d4af37;
}

.description_de56 {
    color: #aaa;
}

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

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

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

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

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

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

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

.list-f2c3:last-child {
    border-bottom: none;
}

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

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

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

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

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

.label-fc99 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;
}

.label-fc99 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.search-feb8 strong {
    color: #d4af37;
}

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

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

.overlay-ae73 strong {
    color: #00ff88;
}

.overlay-ae73 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.west-6d63 {
    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);
}

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

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

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

.tertiary-fluid-1398 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tertiary-fluid-1398 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .carousel-medium-5ffa {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

/* Fact-Check Statement */
.article-narrow-3c79 {
    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;
}

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

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

.preview_1741 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hot-c64c {
        padding: 30px 15px;
    }
    
    .hot-c64c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hero-fluid-d5e6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .text_prev_ba21 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pagination-5d54 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination-5d54 .clean_2293 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active_9d48 {
        font-size: 1.3rem;
    }
    
    .aside_hard_cff4 {
        font-size: 0.7rem;
    }
    
    .gold-f27a {
        flex-direction: column;
        gap: 10px;
    }
    
    .gold-f27a .item-small-d85f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .out_75e3 {
        display: none;
    }
    
    .fast_b18e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .north_c6c7 {
        padding: 20px 10px;
    }
    
    .message_up_26bc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini_c648,
    .video_cold_89ca {
        padding: 15px;
    }
    
    .simple-3907 {
        flex-direction: column;
        gap: 5px;
    }
    
    .west-6d63 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .focused-5b7b {
        padding: 20px 10px;
    }
    
    .up-b4fd h2 {
        font-size: 1.3rem;
    }
    
    .label-liquid-3c02 {
        font-size: 0.9rem;
    }
    
    .list-f2c3 h3 {
        font-size: 1.1rem;
    }
    
    .list-f2c3 p {
        font-size: 0.9rem;
    }
    
    .label-fc99 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .card_mini_b182 {
        grid-template-columns: 1fr;
    }
    
    .search-feb8 {
        font-size: 0.85rem;
    }
    
    .notice-f843 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus_selected_220f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus_selected_220f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .icon-e2e0 {
        padding: 30px 10px;
    }
    
    .overlay_wood_5b97 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .smooth_8647 {
        padding: 15px 10px;
    }
    
    .smooth_8647 h4 {
        font-size: 0.9rem;
    }
    
    .smooth_8647 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accent_fast_f4ca {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tooltip-dirty-a465 {
        padding: 30px 10px;
    }
    
    .next_3c34 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-upper-9c2c {
        padding: 15px;
    }
    
    .header-0394 {
        font-size: 0.9rem;
    }
    
    .header-in-ac0a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-in-ac0a .paragraph_e411 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .fluid-eec0 {
        padding: 30px 10px;
    }
    
    .fluid-eec0 h2 {
        font-size: 1.2rem;
    }
    
    .east_5334 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fluid-9d86 {
        padding: 15px 10px;
    }
    
    .fluid-9d86 h4 {
        font-size: 0.85rem;
    }
    
    .fluid-9d86 p {
        font-size: 0.75rem;
    }
    
    .accordion-thick-8ed0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .narrow_22c5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .backdrop_d0f1 {
        padding: 20px 10px;
    }
    
    .primary_36b1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient_wood_8f79,
    .carousel_4f12,
    .layout-pink-7add {
        width: 100%;
    }
    
    .gradient_wood_8f79 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_wood_8f79 p {
        font-size: 0.8rem;
    }
    
    .liquid_7e64 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .advanced-0e4e {
        padding: 30px 15px;
    }
    
    .advanced-0e4e h2 {
        font-size: 1.3rem;
    }
    
    .advanced-0e4e p {
        font-size: 0.85rem;
    }
    
    .hot_884d {
        flex-direction: column;
        gap: 10px;
    }
    
    .hot_884d .item-small-d85f {
        width: 100%;
    }
    
    .highlight_iron_f5c5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .background_mini_d41d {
        padding: 30px 10px;
    }
    
    .background_mini_d41d h3 {
        font-size: 1.2rem;
    }
    
    .link-0c5a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-right-a3d0 {
        padding: 15px 10px;
    }
    
    .progress-right-a3d0 h4 {
        font-size: 0.85rem;
    }
    
    .progress-right-a3d0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .sort-east-bc5a {
        padding: 30px 15px;
    }
    
    .progress_f2ee {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gallery-5a71 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .black-d356 h4 {
        font-size: 0.9rem;
    }
    
    .black-d356 a {
        font-size: 0.8rem;
    }
    
    .description_9a87 {
        font-size: 0.8rem;
    }
    
    .section_e912 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tabs-blue-6784 {
        padding: 8px 10px;
    }
    
    .focused_a175 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .button_clean_1319 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focused_a175 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button_clean_1319 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f238 */
.promo-block-j4 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
