/* Inner Page Styles */

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

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

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

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

.accent-out-96b6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.accent-out-96b6 .wrapper-e3a1 {
    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;
}

.accent-out-96b6 .wrapper-e3a1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.accent-out-96b6 .wrapper-e3a1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.accent-out-96b6 .wrapper-e3a1:hover::before {
    left: 100%;
}

.accent-out-96b6 .wrapper-e3a1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_orange_4474.fn-active-71b1 {
    color: var(--casino-gold-light);
}

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

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

.frame-3fbf {
    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);
}

.frame-3fbf 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);
}

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

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

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

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

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

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

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

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

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

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

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

.dim-d55d {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.content_dark_08cf .fast_8a71:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.text-61ad {
    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);
}

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

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

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

.text-61ad .fast_8a71 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.text-61ad .fast_8a71:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .highlight_gold_f0e5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .highlight_gold_f0e5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .highlight_gold_f0e5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accent-out-96b6 {
        justify-content: center;
    }
    
    .progress_57c2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tooltip-tiny-a24c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .center-4142 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-3fbf {
        padding: var(--md-spacing-md);
    }
    
    .sidebar_bronze_2317 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim-d55d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .text-61ad {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .picture-ace5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame-3fbf {
        padding: var(--md-spacing-sm);
    }
    
    .table-336f {
        padding: var(--md-spacing-md);
    }
    
    .dim-d55d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table-336f,
.dim-d55d,
.text-61ad {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.media-6c51::-webkit-scrollbar {
    width: 8px;
}

.media-6c51::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.shadow-blue-27bb {
    font-size: 1.5rem;
}

.advanced-2997 strong {
    color: #00ff88;
}

.accent-fast-516b {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .card_1ac6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .accent-fast-516b {
        margin-left: 0;
    }
}

/* Main Content Compact */
.alert-52c8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fresh_6c00 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.description-selected-cf68 {
    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;
}

.description-selected-cf68.small_86fb .pagination_400a {
    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); }
}

.dropdown-first-87c8 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

.filter-402e 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;
}

.filter-402e 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);
}

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

.bright_3c79 {
    font-size: 1.2rem;
}

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

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

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

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

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

.progress_lower_ed9c.message-rough-a164::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress_lower_ed9c.aside_e217::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_lower_ed9c.notice_advanced_70bb::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress_lower_ed9c.light-7622::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table_solid_9bd7 {
    font-size: 1.2rem;
}

.icon-black-3f54 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.tabs_top_e8e4.orange-adb6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs_top_e8e4.fn-active-71b1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.message-35b1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.hidden-4b1d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.clean-1d48 {
    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;
}

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

.clean-1d48.tiny_3b54 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.panel-dc74 { border-top: 3px solid #00ccff; }
.main_18ba { border-top: 3px solid #00ff88; }
.message_1a62 { border-top: 3px solid #d4af37; }
.rough_adb2 { border-top: 3px solid #ff6b6b; }
.header_7793 { border-top: 3px solid #8b5cf6; }

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

.header-1d75 {
    overflow-x: auto;
}

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

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

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

.container_medium_fb95 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.active-simple-2d29 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-east-f030 {
    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;
}

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

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

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

.video-6ed6 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.south-51e6::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);
}

.white-29d1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.accordion-left-82bf {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.smooth-c505 strong {
    color: #fff;
    display: block;
}

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

.row-iron-6fdf {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.row-iron-6fdf .overlay-light-6281 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tiny_75a1 .brown_da8e {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-084e {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.mini-8a17 {
    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;
}

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

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

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

.detail_3983 a {
    color: #ff6b6b;
}

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

.breadcrumb-gold-0e63 {
    max-width: 800px;
    margin: 0 auto;
}

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

.thumbnail_warm_c879 {
    text-align: center;
}

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

.thumbnail_warm_c879 .pattern-62d3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-gold-0e63 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.breadcrumb-gold-0e63 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-812e {
    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;
}

.pagination-812e.tiny_3b54 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .wide-8ee1 {
        flex-direction: column;
    }
    .new-b22c {
        transform: rotate(90deg);
    }
}

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

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

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

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

.message-pressed-e182 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.liquid_81b5 .icon_598e {
    color: #666;
    margin: 0 8px;
}

.liquid_81b5 .filter_hot_c4a4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.selected_5b97 {
    font-size: 2rem;
}

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

.detail_gold_c86c strong {
    color: #d4af37;
}

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

.popup-pressed-5223 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.liquid-ce96 h3,
.backdrop-warm-80f2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.slider-efc8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.chip-tiny-3a58 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.column-2bf8 h3,
.tag_9c42 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dropdown-6f96 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.tall-6d6f summary::-webkit-details-marker {
    display: none;
}

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

.mask-outer-e234 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.icon-7e09 strong {
    color: #d4af37;
}

.input-gas-e37f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-top-53d6 {
    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;
}

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

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

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

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

.table_bc31 strong {
    color: #d4af37;
}

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

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

.preview_top_b2e7 strong {
    color: #00ff88;
}

.preview_top_b2e7 span {
    color: #d4af37;
}

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

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

.hidden-fast-0717 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-green-6d4c {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.article-focused-90c8 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.progress-36de {
    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;
}

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

.old-084e {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .article-focused-90c8 {
        flex-direction: column;
    }
    
    .progress-36de {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .status-d00b {
        padding: 30px 15px;
    }
    
    .status-d00b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .badge_62d7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .nav_326f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .out-6383 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .out-6383 .middle-600c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pink-86e0 {
        font-size: 1.3rem;
    }
    
    .surface_3430 {
        font-size: 0.7rem;
    }
    
    .dim_7a8d {
        flex-direction: column;
        gap: 10px;
    }
    
    .dim_7a8d .fast_8a71 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .yellow_d1e2 {
        display: none;
    }
    
    .background-33f4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .card_soft_88bd {
        padding: 20px 10px;
    }
    
    .hidden-fast-0717 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_f67b,
    .fluid_8ed3 {
        padding: 15px;
    }
    
    .progress_11a7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .full_4a31 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .static_21fd {
        padding: 30px 10px;
    }
    
    .pattern-tall-32a0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent_f2a7 {
        padding: 20px 15px;
    }
    
    .hero-e3ae {
        font-size: 2rem;
    }
    
    .accent_f2a7 h3 {
        font-size: 1.1rem;
    }
    
    .accent_f2a7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .small_b64d {
        padding: 20px 5px;
    }
    
    .small_b64d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .active-e631 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .container_medium_fb95 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .container_medium_fb95 th,
    .container_medium_fb95 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .notification-light-378c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .text_6572 {
        padding: 20px 10px;
    }
    
    .thumbnail-slow-0b40 h2 {
        font-size: 1.3rem;
    }
    
    .dirty-4b12 {
        font-size: 0.9rem;
    }
    
    .shadow_6b74 h3 {
        font-size: 1.1rem;
    }
    
    .shadow_6b74 p {
        font-size: 0.9rem;
    }
    
    .text_b9e4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-c63c {
        grid-template-columns: 1fr;
    }
    
    .table_bc31 {
        font-size: 0.85rem;
    }
    
    .warm_282a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail-top-53d6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .detail-top-53d6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .title_mini_cacc {
        padding: 30px 10px;
    }
    
    .footer-7025 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-7b78 {
        padding: 15px 10px;
    }
    
    .chip-7b78 h4 {
        font-size: 0.9rem;
    }
    
    .chip-7b78 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gallery-265c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer-7025 {
        grid-template-columns: 1fr;
    }
    
    .chip-7b78 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .border-motion-c226 {
        padding: 30px 10px;
    }
    
    .next_2d29 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static-f445 {
        padding: 15px;
    }
    
    .bottom_7f65 {
        font-size: 0.9rem;
    }
    
    .surface-stone-6380 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface-stone-6380 .article_focused_82f9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .active_8d91 {
        padding: 30px 10px;
    }
    
    .active_8d91 h2 {
        font-size: 1.2rem;
    }
    
    .search-1e17 {
        gap: 10px;
    }
    
    .preview-copper-3616 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .preview-copper-3616 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-selected-dbb0 {
        padding: 30px 10px;
    }
    
    .sort-selected-dbb0 h2 {
        font-size: 1.2rem;
    }
    
    .wood_02ed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-57a9 {
        padding: 15px 10px;
    }
    
    .old-57a9 h4 {
        font-size: 0.85rem;
    }
    
    .old-57a9 p {
        font-size: 0.75rem;
    }
    
    .slider_b368 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .rough-31e5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .paragraph_ea26 {
        padding: 20px 10px;
    }
    
    .easy-1a06 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .active-8501,
    .detail_3d33,
    .detail_3983 {
        width: 100%;
    }
    
    .active-8501 h3 {
        font-size: 1.1rem;
    }
    
    .active-8501 p {
        font-size: 0.8rem;
    }
    
    .mini-8a17 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip_8f85 {
        padding: 30px 15px;
    }
    
    .chip_8f85 h2 {
        font-size: 1.3rem;
    }
    
    .chip_8f85 p {
        font-size: 0.85rem;
    }
    
    .layout-f9c9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout-f9c9 .fast_8a71 {
        width: 100%;
    }
    
    .last-b9ea {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .pink_9efc {
        padding: 30px 10px;
    }
    
    .pink_9efc h3 {
        font-size: 1.2rem;
    }
    
    .right-9d93 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-61ad {
        padding: 15px 10px;
    }
    
    .text-61ad h4 {
        font-size: 0.85rem;
    }
    
    .text-61ad p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .middle_e3f7 {
        padding: 30px 15px;
    }
    
    .left-5a13 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .highlight_smooth_1148 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_1587 h4 {
        font-size: 0.9rem;
    }
    
    .highlight_1587 a {
        font-size: 0.8rem;
    }
    
    .small-0f2f {
        font-size: 0.8rem;
    }
    
    .background_6a3d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-under-2277 {
        padding: 8px 10px;
    }
    
    .table_052b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .lower-bfbd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .table_052b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .lower-bfbd {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6c02 */
.ghost-box-o8 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
