/* Inner Page Styles */

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

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

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

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

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

.grid_ce7f .smooth-471a {
    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;
}

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

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

.grid_ce7f .smooth-471a:hover::before {
    left: 100%;
}

.grid_ce7f .smooth-471a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-over-bdf0 {
    color: var(--casino-gold-light);
}

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

.container-over-bdf0 a:hover {
    color: var(--casino-gold-light);
}

.container-over-bdf0.fn-active-0340 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-5d10:hover::before {
    left: 100%;
}

.nav-5d10 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;
}

.nav-5d10 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;
}

.nav-5d10 .chip-cold-fa83 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav-5d10 .chip-cold-fa83:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.wood-97f6 {
    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);
}

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

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

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

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

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

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

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

.sidebar_blue_94c4 .chip-cold-fa83 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sidebar_blue_94c4 .chip-cold-fa83:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading_pink_178c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .heading_pink_178c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .heading_pink_178c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .grid_ce7f {
        justify-content: center;
    }
    
    .notification_f2eb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern-fixed-4e74 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .aside_c1c5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro-9977 {
        padding: var(--md-spacing-md);
    }
    
    .fixed-3b49 {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_current_7e24 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sidebar_blue_94c4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .heading_medium_48e7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pro-9977 {
        padding: var(--md-spacing-sm);
    }
    
    .element-c081 {
        padding: var(--md-spacing-md);
    }
    
    .notice_current_7e24 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element-c081,
.notice_current_7e24,
.sidebar_blue_94c4 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.down-3e99::-webkit-scrollbar {
    width: 8px;
}

.down-3e99::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.accordion-c617 {
    font-size: 1.5rem;
}

.banner_pro_fd2d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.progress-fast-0d97 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.copper_c651 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.gold-133c {
    text-align: center;
    margin-bottom: 30px;
}

.border-liquid-3719 {
    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-liquid-3719.image_purple_f26e .paper-4dbb {
    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); }
}

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

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

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

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

.fresh-2dea 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;
}

.fresh-2dea 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);
}

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

.thumbnail-out-0c90 {
    font-size: 1.2rem;
}

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

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

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

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

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

.preview_west_f671.selected_198e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.preview_west_f671.lower_da60::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview_west_f671.notice-ef73::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.preview_west_f671.focus_097b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.text-down-6d07 {
    font-size: 1.2rem;
}

.progress-iron-59ab {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.old-1456.fixed-2370 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.old-1456.fn-active-0340 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.border-wood-55d1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.notice-tiny-bd9d {
    background: #0a0a0a;
    padding: 60px 0;
}

.hidden-brown-bbe2 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.feature_right_bbe3.south-f9ba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.focus-right-9e82 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.menu_cf39 { border-top: 3px solid #00ccff; }
.pro_8703 { border-top: 3px solid #00ff88; }
.border-9766 { border-top: 3px solid #d4af37; }
.gold-e696 { border-top: 3px solid #ff6b6b; }
.message_full_a931 { border-top: 3px solid #8b5cf6; }

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

.wrapper_easy_8cac {
    overflow-x: auto;
}

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

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

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

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

.alert-1161 .main-1958 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.current-7aa4 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.rough-89df p {
    color: #888;
    font-size: 0.9rem;
}

.tiny-93dc {
    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;
}

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

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

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

.hard-24b4 {
    font-size: 2rem;
}

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

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

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

.nav-full-1ca4 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .nav-full-1ca4::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.up-d5d2 {
    font-size: 1.5rem;
}

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

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

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

.panel_f8e7 {
    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_bbf6 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

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

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

.focused_5006 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.under_1888 .out-caa9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.dropdown-3cc4 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focused-76c5 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.focused-76c5 span {
    color: #666;
    font-size: 0.8rem;
}

.focused-76c5 a {
    color: #ff6b6b;
}

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

.banner-copper-87be {
    max-width: 800px;
    margin: 0 auto;
}

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

.status_fixed_6c7e {
    text-align: center;
}

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

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

.banner-copper-87be h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.banner-copper-87be > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.sidebar-under-ef51 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.accordion-down-6b6e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.notification-cf38.south-f9ba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.summary-cold-0c93 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.background_gas_57e4 .red_956e {
    color: #666;
    margin: 0 8px;
}

.background_gas_57e4 .image_top_18e2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.message-bright-a69f {
    font-size: 2rem;
}

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

.shadow-stone-dc5c strong {
    color: #d4af37;
}

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

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

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

.content-74c7 h3,
.blue_5022 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.small-4f33 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.fixed-7e73 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.yellow-6c25 strong {
    color: #00ff88;
}

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

.pattern-first-dc5a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.focus_ed3d strong {
    color: #d4af37;
}

.large_89c6 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification-thick-4449 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.notification-thick-4449 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;
}

.notification-thick-4449 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.plasma-b6ca strong {
    color: #d4af37;
}

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

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

.paragraph_9735 strong {
    color: #00ff88;
}

.paragraph_9735 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.stale-3e2b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-dab8 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.feature-2950 strong {
    color: #00ff88;
}

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

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

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

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

.in-2dbf {
    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;
}

.hard-98d1 {
    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;
}

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

@media (max-width: 768px) {
    .content-iron-f2aa {
        flex-direction: column;
    }
    
    .in-2dbf {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .modal_pressed_27de {
        padding: 30px 15px;
    }
    
    .modal_pressed_27de h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-aa0e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gas-5d0f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .breadcrumb_a923 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .breadcrumb_a923 .complex_8261 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pressed_917d {
        font-size: 1.3rem;
    }
    
    .video_350a {
        font-size: 0.7rem;
    }
    
    .primary-999a {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary-999a .chip-cold-fa83 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-solid-8138 {
        display: none;
    }
    
    .highlight-paper-b66f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .alert-plasma-b7c9 {
        padding: 20px 10px;
    }
    
    .west_a5fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget_solid_7142,
    .pink-0e7f {
        padding: 15px;
    }
    
    .stale-3e2b {
        flex-direction: column;
        gap: 5px;
    }
    
    .banner-dca6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .menu_light_0ac0 {
        padding: 30px 10px;
    }
    
    .right_8b5d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick_4845 {
        padding: 20px 15px;
    }
    
    .bright-72e3 {
        font-size: 2rem;
    }
    
    .thick_4845 h3 {
        font-size: 1.1rem;
    }
    
    .thick_4845 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .pink_03aa {
        padding: 20px 10px;
    }
    
    .active_b0fc h2 {
        font-size: 1.3rem;
    }
    
    .hovered_a70e {
        font-size: 0.9rem;
    }
    
    .in_f2db h3 {
        font-size: 1.1rem;
    }
    
    .in_f2db p {
        font-size: 0.9rem;
    }
    
    .notification-thick-4449 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .header-96db {
        grid-template-columns: 1fr;
    }
    
    .plasma-b6ca {
        font-size: 0.85rem;
    }
    
    .picture_old_c93b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_hard_d50a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dropdown_hard_d50a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading_stale_2aae {
        padding: 30px 10px;
    }
    
    .video_4930 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dirty-22d7 {
        padding: 15px 10px;
    }
    
    .dirty-22d7 h4 {
        font-size: 0.9rem;
    }
    
    .dirty-22d7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .mask_1daa {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .video_4930 {
        grid-template-columns: 1fr;
    }
    
    .dirty-22d7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .component-355d {
        padding: 30px 10px;
    }
    
    .gallery_tall_6f53 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-out-f726 {
        padding: 15px;
    }
    
    .grid-14bd {
        font-size: 0.9rem;
    }
    
    .texture_thick_cb18 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture_thick_cb18 .solid_65a4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .center-b520 {
        padding: 30px 10px;
    }
    
    .center-b520 h2 {
        font-size: 1.2rem;
    }
    
    .tiny_f7cc {
        gap: 10px;
    }
    
    .warm-e1cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .warm-e1cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop-simple-50d4 {
        padding: 30px 10px;
    }
    
    .backdrop-simple-50d4 h2 {
        font-size: 1.2rem;
    }
    
    .prev-19d1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_large_7ea2 {
        padding: 15px 10px;
    }
    
    .input_large_7ea2 h4 {
        font-size: 0.85rem;
    }
    
    .input_large_7ea2 p {
        font-size: 0.75rem;
    }
    
    .accordion_clean_bc39 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .text_852a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .focused_a01a {
        padding: 20px 10px;
    }
    
    .out-33a2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header_fluid_c725,
    .pressed_cd9c,
    .focused-76c5 {
        width: 100%;
    }
    
    .header_fluid_c725 h3 {
        font-size: 1.1rem;
    }
    
    .header_fluid_c725 p {
        font-size: 0.8rem;
    }
    
    .focus-79d0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .item_6c60 {
        padding: 30px 15px;
    }
    
    .item_6c60 h2 {
        font-size: 1.3rem;
    }
    
    .item_6c60 p {
        font-size: 0.85rem;
    }
    
    .motion-78c7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .motion-78c7 .chip-cold-fa83 {
        width: 100%;
    }
    
    .badge-bottom-e1ae {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fast-ff47 {
        padding: 30px 10px;
    }
    
    .fast-ff47 h3 {
        font-size: 1.2rem;
    }
    
    .tertiary-smooth-711e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_blue_94c4 {
        padding: 15px 10px;
    }
    
    .sidebar_blue_94c4 h4 {
        font-size: 0.85rem;
    }
    
    .sidebar_blue_94c4 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary-smooth-711e {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .purple_738c {
        padding: 30px 15px;
    }
    
    .header-e0fd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .item_wide_9395 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .out_4281 h4 {
        font-size: 0.9rem;
    }
    
    .out_4281 a {
        font-size: 0.8rem;
    }
    
    .video_steel_df46 {
        font-size: 0.8rem;
    }
    
    .pattern-2331 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tertiary-first-201a {
        padding: 8px 10px;
    }
    
    .notification-ef6d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-under-8fc0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notification-ef6d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-under-8fc0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5e85 */
.widget-item-s7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
