/* Inner Page Styles */

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

.prev-3d71 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);
}

.prev-3d71 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);
}

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

.article-4d32 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.article-4d32 .avatar_last_96ed {
    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;
}

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

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

.article-4d32 .avatar_last_96ed:hover::before {
    left: 100%;
}

.article-4d32 .avatar_last_96ed:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.primary-fast-e9b5 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.hover-wood-9ac9 {
    color: var(--casino-gold-light);
}

.hover-wood-9ac9 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.hover-wood-9ac9 a:hover {
    color: var(--casino-gold-light);
}

.hover-wood-9ac9.fn-active-7ad1 {
    color: var(--casino-gold-light);
}

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

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

.accordion-selected-9263 {
    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);
}

.accordion-selected-9263 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);
}

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

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

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

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

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

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

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

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

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

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

.silver-8b0c {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.inner-6955:hover::before {
    left: 100%;
}

.inner-6955 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;
}

.inner-6955 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;
}

.inner-6955 .main-solid-a317 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.inner-6955 .main-solid-a317:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.dropdown-hot-68b9 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.status-in-83d0 {
    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);
}

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

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

.status-in-83d0 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.status-in-83d0 .main-solid-a317 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.status-in-83d0 .main-solid-a317:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .prev-3d71 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .prev-3d71 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .prev-3d71 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .article-4d32 {
        justify-content: center;
    }
    
    .box_mini_c4f2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .cold_2454 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .liquid_9c7a {
        padding: var(--md-spacing-md) 0;
    }
    
    .accordion-selected-9263 {
        padding: var(--md-spacing-md);
    }
    
    .logo_6d07 {
        padding: var(--md-spacing-md) 0;
    }
    
    .image_black_4505 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .status-in-83d0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .copper-bbb7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accordion-selected-9263 {
        padding: var(--md-spacing-sm);
    }
    
    .short-2d14 {
        padding: var(--md-spacing-md);
    }
    
    .image_black_4505 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.short-2d14,
.image_black_4505,
.status-in-83d0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.breadcrumb-tall-c85e {
    font-size: 1.5rem;
}

.link_4bc4 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.preview-glass-bcec {
    padding: 30px 0;
}

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

.pagination-stale-8664 {
    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;
}

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

.pagination-stale-8664 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.pagination-stale-8664 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.column-full-3c20 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.lite-c2d8 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .summary-stale-12ab {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.background-new-d01a::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;
}

.panel-cool-e19f {
    text-align: center;
    margin-bottom: 30px;
}

.shade-fast-24f3 {
    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;
}

.shade-fast-24f3.search_under_ee05 .label-9e3e {
    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); }
}

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

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

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

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

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

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

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

.upper_bc67 {
    font-size: 1.2rem;
}

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

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

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

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

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

.list-static-e453.list-tall-bdb0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list-static-e453.article-874b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-static-e453.nav_7c96::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list-static-e453.mask_first_5803::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.down_343e {
    font-size: 1.2rem;
}

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

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

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

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

.modal-fixed-48b3.easy_73af { background: linear-gradient(90deg, #00ccff, #0088ff); }
.modal-fixed-48b3.fn-active-7ad1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.item-3b33 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.secondary-fluid-1518 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.simple-3101 { border-top: 3px solid #00ccff; }
.pagination_18a6 { border-top: 3px solid #00ff88; }
.selected-04c9 { border-top: 3px solid #d4af37; }
.accent-last-bac1 { border-top: 3px solid #ff6b6b; }
.feature_32b3 { border-top: 3px solid #8b5cf6; }

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

.status_inner_8566 {
    overflow-x: auto;
}

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

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

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

.bright_4aad td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .shadow-south-74e4 {
        grid-template-columns: 1fr;
    }
}

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

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

.caption-6f90 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.feature-5e28 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.layout_d2fd {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.highlight-cool-3b86 {
    background: #0a0a0a;
    padding: 60px 0;
}

.pagination-78b8 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview_dark_6c43 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fluid-31fd strong {
    color: #fff;
    display: block;
}

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

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

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

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

.layout-35f7 .up_bf2b {
    margin-bottom: 10px;
}

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

.layout-35f7 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .detail-north-09ce {
        grid-template-columns: 1fr;
    }
}

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

.container-rough-8053 {
    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;
}

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

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

.fixed-5bdf {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.rough-76be {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.fresh-1c84 span {
    color: #666;
    font-size: 0.8rem;
}

.fresh-1c84 a {
    color: #ff6b6b;
}

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

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

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

.wood-b5df {
    text-align: center;
}

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

.wood-b5df .top-2d7a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.active-black-0aae {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .complex-3aff {
        flex-direction: column;
    }
    .shadow_copper_b321 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.element-next-0f69 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.media-red-8fa8 .breadcrumb-52c2 {
    color: #666;
    margin: 0 8px;
}

.media-red-8fa8 .sort_3c6b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.component-cold-6036 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.disabled-bb2a {
    font-size: 2rem;
}

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

.feature_bottom_e0bb strong {
    color: #d4af37;
}

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

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

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

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

.texture-5c40 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.tooltip-orange-bc6f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.shadow-3ed1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.primary-02f1 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.description-hot-0e46 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.out-f543 h3,
.backdrop-soft-bcd9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.stone-7bf3 summary::-webkit-details-marker {
    display: none;
}

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

.widget-wood-c958 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.north-983b strong {
    color: #d4af37;
}

.component_634f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-6b5e {
    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;
}

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

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

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

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

.hidden_dirty_4aeb strong {
    color: #d4af37;
}

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

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

.dark-f16b strong {
    color: #00ff88;
}

.dark-f16b span {
    color: #d4af37;
}

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

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

.item-dark-035d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .item-dark-035d {
        grid-template-columns: 1fr;
    }
}

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

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

.description-tall-6ff8 {
    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;
}

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

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

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

.message-last-c888 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.notification-short-6c3c {
    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);
}

.backdrop-7d98 {
    color: #999;
    font-size: 0.85rem;
}

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

.badge-focused-959b h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.shade-wide-c224 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.shade-wide-c224 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-upper-7759 {
    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;
}

.shade-wide-5ad6 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.shade-wide-5ad6 strong {
    color: #00ff88;
}

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

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

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

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

.texture-25cb {
    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;
}

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

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

@media (max-width: 768px) {
    .media_7790 {
        flex-direction: column;
    }
    
    .texture-25cb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wrapper_e7a6 {
        padding: 30px 15px;
    }
    
    .wrapper_e7a6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text-down-f28c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .backdrop_middle_dd78 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero_west_3de6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_west_3de6 .up-44c7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .list_13af {
        font-size: 1.3rem;
    }
    
    .sort_south_78ea {
        font-size: 0.7rem;
    }
    
    .modal-right-5534 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-right-5534 .main-solid-a317 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .detail_stale_fee5 {
        display: none;
    }
    
    .content_hard_2548 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .component-d71e {
        padding: 20px 10px;
    }
    
    .item-dark-035d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel-b3c9,
    .badge-focused-959b {
        padding: 15px;
    }
    
    .message-last-c888 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification-short-6c3c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .secondary-8faa {
        padding: 30px 10px;
    }
    
    .frame_fae4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wide-a7fa {
        padding: 20px 15px;
    }
    
    .media-37ce {
        font-size: 2rem;
    }
    
    .wide-a7fa h3 {
        font-size: 1.1rem;
    }
    
    .wide-a7fa p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .purple-a0df {
        padding: 20px 10px;
    }
    
    .dropdown-79bc h2 {
        font-size: 1.3rem;
    }
    
    .footer-current-874a {
        font-size: 0.9rem;
    }
    
    .backdrop_action_c41f h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_action_c41f p {
        font-size: 0.9rem;
    }
    
    .short_702a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .accent_white_8593 {
        grid-template-columns: 1fr;
    }
    
    .hidden_dirty_4aeb {
        font-size: 0.85rem;
    }
    
    .pagination_green_6238 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow-6b5e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .narrow-6b5e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .prev_596f {
        padding: 30px 10px;
    }
    
    .huge-a40b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_gas_b9fc {
        padding: 15px 10px;
    }
    
    .tabs_gas_b9fc h4 {
        font-size: 0.9rem;
    }
    
    .tabs_gas_b9fc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .up_f76f {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .gradient_old_e4cd {
        padding: 30px 10px;
    }
    
    .layout_prev_4f68 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout_e3f6 {
        padding: 15px;
    }
    
    .panel_smooth_19dd {
        font-size: 0.9rem;
    }
    
    .alert-right-666e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert-right-666e .wide-7fb8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .static-f52e {
        padding: 30px 10px;
    }
    
    .static-f52e h2 {
        font-size: 1.2rem;
    }
    
    .iron_a6c6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_e32c {
        padding: 15px 10px;
    }
    
    .widget_e32c h4 {
        font-size: 0.85rem;
    }
    
    .widget_e32c p {
        font-size: 0.75rem;
    }
    
    .secondary-ec78 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pink_6852 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .layout_a560 {
        padding: 20px 10px;
    }
    
    .container-blue-4496 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .card_bronze_43b6,
    .basic-abb9,
    .fresh-1c84 {
        width: 100%;
    }
    
    .card_bronze_43b6 h3 {
        font-size: 1.1rem;
    }
    
    .card_bronze_43b6 p {
        font-size: 0.8rem;
    }
    
    .right-7ea1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .red-2a5b {
        padding: 30px 15px;
    }
    
    .red-2a5b h2 {
        font-size: 1.3rem;
    }
    
    .red-2a5b p {
        font-size: 0.85rem;
    }
    
    .left_2ca8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_2ca8 .main-solid-a317 {
        width: 100%;
    }
    
    .progress-6e0e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .gas-c871 {
        padding: 30px 10px;
    }
    
    .gas-c871 h3 {
        font-size: 1.2rem;
    }
    
    .tall_8371 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-in-83d0 {
        padding: 15px 10px;
    }
    
    .status-in-83d0 h4 {
        font-size: 0.85rem;
    }
    
    .status-in-83d0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .center-1cc6 {
        padding: 30px 15px;
    }
    
    .plasma-6bd9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hidden-6e93 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .carousel-east-fe38 h4 {
        font-size: 0.9rem;
    }
    
    .carousel-east-fe38 a {
        font-size: 0.8rem;
    }
    
    .surface_77c2 {
        font-size: 0.8rem;
    }
    
    .hidden-pro-3750 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .pattern_top_8ba0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean_7361 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f80f */
.widget-item-s9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
