/* Inner Page Styles */

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

.grid-fixed-56db 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);
}

.grid-fixed-56db 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);
}

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

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

.container_last_1d1a .sidebar-a2f0 {
    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;
}

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

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

.container_last_1d1a .sidebar-a2f0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-84fc {
    color: var(--casino-gold-light);
}

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

.fast-84fc a:hover {
    color: var(--casino-gold-light);
}

.fast-84fc.fn-active-3d96 {
    color: var(--casino-gold-light);
}

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

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

.input-out-1b3a {
    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);
}

.input-out-1b3a 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-1a99:hover::before {
    left: 100%;
}

.image-1a99 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;
}

.image-1a99 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;
}

.image-1a99 .pattern_center_574f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.image-1a99 .pattern_center_574f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.primary-pro-ddef {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.content-dark-ccb5 {
    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);
}

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

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

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

.content-dark-ccb5 .pattern_center_574f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.content-dark-ccb5 .pattern_center_574f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid-fixed-56db {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .grid-fixed-56db h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .grid-fixed-56db h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .container_last_1d1a {
        justify-content: center;
    }
    
    .media_brown_be50 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .stale_9cc6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pro_ee99 {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-out-1b3a {
        padding: var(--md-spacing-md);
    }
    
    .pro-6399 {
        padding: var(--md-spacing-md) 0;
    }
    
    .complex-b417 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .content-dark-ccb5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon_dim_2ba1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input-out-1b3a {
        padding: var(--md-spacing-sm);
    }
    
    .content_b469 {
        padding: var(--md-spacing-md);
    }
    
    .complex-b417 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.content_b469,
.complex-b417,
.content-dark-ccb5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.message-thick-f632 {
    font-size: 1.5rem;
}

.notification-8b27 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pro-40b8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pro-40b8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hidden_in_73b9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.border-pro-fcd1.thumbnail-fixed-8085 .form-thick-4490 {
    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); }
}

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

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

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

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

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

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

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

.gradient_bright_bc65 {
    font-size: 1.2rem;
}

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

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

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

.pattern-middle-24c3 {
    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;
}

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

.pattern-middle-24c3.panel-down-00f9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pattern-middle-24c3.wood-e8f0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern-middle-24c3.header-paper-3ade::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pattern-middle-24c3.green_065d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.grid_red_a84a {
    font-size: 1.2rem;
}

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

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

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

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

.advanced-3c2f.link_static_d8be { background: linear-gradient(90deg, #00ccff, #0088ff); }
.advanced-3c2f.fn-active-3d96 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.small-b2a2.dropdown-31d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.dirty_73be { border-top: 3px solid #00ccff; }
.breadcrumb-outer-1f55 { border-top: 3px solid #00ff88; }
.label-smooth-aa10 { border-top: 3px solid #d4af37; }
.form-730c { border-top: 3px solid #ff6b6b; }
.wrapper-dim-4d5c { border-top: 3px solid #8b5cf6; }

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

.video-smooth-1df0 {
    overflow-x: auto;
}

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

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

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

.alert-5823 td {
    color: #ccc;
}

.alert-5823 .fluid-8a5b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.description-solid-3d71 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.main-small-d510 {
    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;
}

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

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

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

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

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

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

.avatar-73cd {
    font-size: 2rem;
}

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

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

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

.disabled-fixed-3b86 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .disabled-fixed-3b86::before {
        left: 30px;
    }
}

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

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

.footer_1569 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

.feature-thick-33dd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.aside-39fb {
    font-size: 1.5rem;
}

.wide-2d6f {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.column-pro-83c1 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.slider-ebc4 .pressed_ec6d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.hover-bronze-9782 {
    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;
}

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

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

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

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

.highlight-glass-0a78 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.layout-cool-4bb2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.layout-cool-4bb2 span {
    color: #666;
    font-size: 0.8rem;
}

.layout-cool-4bb2 a {
    color: #ff6b6b;
}

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

.gas-11f5 {
    max-width: 800px;
    margin: 0 auto;
}

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

.icon_steel_423a {
    text-align: center;
}

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

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

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

.gas-11f5 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.liquid-73ed {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black_a6c7.dropdown-31d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.thumbnail-bright-6dcf {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .grid-slow-fdf9 {
        flex-direction: column;
    }
    .primary-up-e068 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.gallery_1d57 .hard-facf {
    color: #666;
    margin: 0 8px;
}

.gallery_1d57 .upper-6ac5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.element-warm-a8a5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.dark-1ab3 {
    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;
}

.huge_9aaa {
    font-size: 2rem;
}

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

.icon-31ee strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.nav_orange_d76c strong {
    color: #00ff88;
}

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

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

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

.frame_steel_85fa h3,
.hover-medium-ef96 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.chip-yellow-8f91 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.carousel_silver_5324 strong {
    color: #d4af37;
}

.pattern_a9a4 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-hard-58c7 {
    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;
}

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

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

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

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

.down-00cb strong {
    color: #d4af37;
}

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

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

.title_silver_90a5 strong {
    color: #00ff88;
}

.title_silver_90a5 span {
    color: #d4af37;
}

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

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

.bright-781a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.old-524e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-bb27 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.module_dim_7142 strong {
    color: #00ff88;
}

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

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

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

.badge-middle-76bc {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .badge-middle-76bc {
        flex-direction: column;
    }
    
    .background-f66e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.basic-6d13 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .accordion_glass_e80f {
        padding: 30px 15px;
    }
    
    .accordion_glass_e80f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .photo_786f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .breadcrumb-in-580e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tiny-389a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tiny-389a .alert_21e9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background_71e6 {
        font-size: 1.3rem;
    }
    
    .picture_422a {
        font-size: 0.7rem;
    }
    
    .blue_0519 {
        flex-direction: column;
        gap: 10px;
    }
    
    .blue_0519 .pattern_center_574f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accordion_dirty_a9ab {
        display: none;
    }
    
    .button_medium_fca3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fixed_7aa1 {
        padding: 20px 10px;
    }
    
    .bright-781a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card_smooth_30ad,
    .out-7f32 {
        padding: 15px;
    }
    
    .old-524e {
        flex-direction: column;
        gap: 5px;
    }
    
    .full_6afe {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .heading-657d {
        padding: 30px 10px;
    }
    
    .heading-advanced-0409 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background_7403 {
        padding: 20px 15px;
    }
    
    .backdrop-focused-7724 {
        font-size: 2rem;
    }
    
    .background_7403 h3 {
        font-size: 1.1rem;
    }
    
    .background_7403 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .glass-93c7 {
        padding: 20px 5px;
    }
    
    .glass-93c7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .paper-ed20 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .alert-5823 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .alert-5823 th,
    .alert-5823 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .easy-4b4b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .modal-green-9bfb {
        padding: 20px 10px;
    }
    
    .under-a1c8 h2 {
        font-size: 1.3rem;
    }
    
    .backdrop_7002 {
        font-size: 0.9rem;
    }
    
    .small_2191 h3 {
        font-size: 1.1rem;
    }
    
    .small_2191 p {
        font-size: 0.9rem;
    }
    
    .sort_958d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .huge_4041 {
        grid-template-columns: 1fr;
    }
    
    .down-00cb {
        font-size: 0.85rem;
    }
    
    .notice_glass_4665 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-hard-58c7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .menu-hard-58c7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dark_f207 {
        padding: 30px 10px;
    }
    
    .light_1856 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-4b6b {
        padding: 15px 10px;
    }
    
    .popup-4b6b h4 {
        font-size: 0.9rem;
    }
    
    .popup-4b6b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .texture-5c02 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .light_1856 {
        grid-template-columns: 1fr;
    }
    
    .popup-4b6b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .yellow_3da3 {
        padding: 30px 10px;
    }
    
    .sidebar_bottom_1f6b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification_9a39 {
        padding: 15px;
    }
    
    .caption-2bb2 {
        font-size: 0.9rem;
    }
    
    .media_slow_3edd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media_slow_3edd .nav-12a6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dark_4ef3 {
        padding: 30px 10px;
    }
    
    .dark_4ef3 h2 {
        font-size: 1.2rem;
    }
    
    .huge_8cc7 {
        gap: 10px;
    }
    
    .focus-down-05c4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .focus-down-05c4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .form_fd4c {
        padding: 30px 10px;
    }
    
    .form_fd4c h2 {
        font-size: 1.2rem;
    }
    
    .picture_short_ea35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev-db09 {
        padding: 15px 10px;
    }
    
    .prev-db09 h4 {
        font-size: 0.85rem;
    }
    
    .prev-db09 p {
        font-size: 0.75rem;
    }
    
    .info-98ee {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .list-liquid-38a8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tag_fixed_28ff {
        padding: 20px 10px;
    }
    
    .pagination-narrow-b4e6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas_e9c1,
    .focus_new_7985,
    .layout-cool-4bb2 {
        width: 100%;
    }
    
    .gas_e9c1 h3 {
        font-size: 1.1rem;
    }
    
    .gas_e9c1 p {
        font-size: 0.8rem;
    }
    
    .widget_8058 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .slow-3f6f {
        padding: 30px 15px;
    }
    
    .slow-3f6f h2 {
        font-size: 1.3rem;
    }
    
    .slow-3f6f p {
        font-size: 0.85rem;
    }
    
    .link-bd71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link-bd71 .pattern_center_574f {
        width: 100%;
    }
    
    .table-motion-f127 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .form_75ad {
        padding: 30px 10px;
    }
    
    .form_75ad h3 {
        font-size: 1.2rem;
    }
    
    .glass_3947 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-dark-ccb5 {
        padding: 15px 10px;
    }
    
    .content-dark-ccb5 h4 {
        font-size: 0.85rem;
    }
    
    .content-dark-ccb5 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .purple-7796 {
        padding: 30px 15px;
    }
    
    .gradient_abdd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tooltip_center_fdf9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort-advanced-c7b7 h4 {
        font-size: 0.9rem;
    }
    
    .sort-advanced-c7b7 a {
        font-size: 0.8rem;
    }
    
    .highlight_49b1 {
        font-size: 0.8rem;
    }
    
    .label-cool-ce1b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .section_narrow_c3f7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tooltip_white_3e5d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f2d9 */
.promo-block-c9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
