/* Inner Page Styles */

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

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

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

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

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

.background-1173 .full-022e {
    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;
}

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

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

.background-1173 .full-022e:hover::before {
    left: 100%;
}

.background-1173 .full-022e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tag-0a2c {
    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);
}

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

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

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

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

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

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

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

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

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

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

.action-46c2 {
    color: var(--casino-gold-light);
}

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

.action-46c2 a:hover {
    color: var(--casino-gold-light);
}

.action-46c2.fn-active-5bac {
    color: var(--casino-gold-light);
}

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

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

.preview-light-1e49 {
    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);
}

.preview-light-1e49 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_red_b1da 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 */
.button-small-87e0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-small-87e0 li {
    margin-bottom: var(--md-spacing-xs);
}

.button-small-87e0 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);
}

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

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

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

.media-huge-1577:hover::before {
    left: 100%;
}

.media-huge-1577 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;
}

.media-huge-1577 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;
}

.media-huge-1577 .tall_77a3 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.media-huge-1577 .tall_77a3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.in-8e71 {
    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);
}

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

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

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

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

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

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

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

.dirty-9567 .tall_77a3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dirty-9567 .tall_77a3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .bright-1136 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .bright-1136 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .bright-1136 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .background-1173 {
        justify-content: center;
    }
    
    .tag-0a2c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block-1060 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer-1b96 {
        padding: var(--md-spacing-md) 0;
    }
    
    .preview-light-1e49 {
        padding: var(--md-spacing-md);
    }
    
    .text_7647 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paragraph_red_b1da {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dirty-9567 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hover-iron-7118 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .preview-light-1e49 {
        padding: var(--md-spacing-sm);
    }
    
    .icon-prev-4914 {
        padding: var(--md-spacing-md);
    }
    
    .paragraph_red_b1da {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.icon-prev-4914,
.paragraph_red_b1da,
.dirty-9567 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.background-hard-24bf::-webkit-scrollbar {
    width: 8px;
}

.background-hard-24bf::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.content_f90a {
    font-size: 1.5rem;
}

.first_7db5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-bbab strong {
    color: #00ff88;
}

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

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

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

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

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

.cool-48dd::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;
}

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

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

.avatar_bedb.popup-advanced-2a14 .white_e342 {
    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); }
}

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

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

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

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

.input-bright-dd91 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;
}

.input-bright-dd91 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);
}

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

.disabled-slow-dbcc {
    font-size: 1.2rem;
}

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

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

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

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

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

.wide-f260.container-d36f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wide-f260.description-e3e3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wide-f260.sort_4c08::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wide-f260.easy_c6bc::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.container_fa40 {
    font-size: 1.2rem;
}

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

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

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

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

.plasma-4fd4.wood_2fc7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.plasma-4fd4.fn-active-5bac { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.highlight-first-0839 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.image-purple-3e7d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.description-left-b3aa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.accent-fast-f373 {
    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;
}

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

.accent-fast-f373.wrapper_fluid_8e02 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.main_9e5b { border-top: 3px solid #00ccff; }
.first-033d { border-top: 3px solid #00ff88; }
.description-75e2 { border-top: 3px solid #d4af37; }
.hot-1136 { border-top: 3px solid #ff6b6b; }
.pattern_center_57e6 { border-top: 3px solid #8b5cf6; }

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

.new_c6e0 {
    overflow-x: auto;
}

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

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

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

.outline_action_8da8 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-a293 {
    font-size: 2rem;
}

.hero-over-635d strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.hero-over-635d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.mask-orange-a7a5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-37a3 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.widget-d3b0 {
    font-size: 1.5rem;
}

.left-76ca {
    color: #888;
    font-size: 0.9rem;
}

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

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

.widget-dirty-5698 {
    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;
}

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

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

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

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

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

.detail-0d75 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pressed-824a .south-b1bd {
    margin-bottom: 10px;
}

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

.pressed-824a strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.surface-7fd8 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.middle-5ae0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.tooltip-70fd {
    color: #ccc;
    font-size: 0.85rem;
}

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

.pattern-lite-2ac8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.filter_advanced_8908 a {
    color: #ff6b6b;
}

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

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

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

.nav-pro-db0d {
    text-align: center;
}

.nav-pro-db0d .title-cb0c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.nav-pro-db0d .dropdown-dim-4f3d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.primary-paper-d28e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.input-west-c59e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.plasma-fb33.wrapper_fluid_8e02 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .easy-0df6 {
        flex-direction: column;
    }
    .container-aca8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.content-2f90 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.icon_8a5c .current-cc5e {
    color: #666;
    margin: 0 8px;
}

.icon_8a5c .card_39d4 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.north-901b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.item-basic-67dd {
    font-size: 2rem;
}

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

.hard-d1d0 strong {
    color: #d4af37;
}

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

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

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

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

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

.tag-smooth-5b39 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.stale-927a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.heading-blue-1e63 strong {
    color: #00ff88;
}

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

.avatar-selected-fb8e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.primary-hard-4c45 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.white-996b strong {
    color: #d4af37;
}

.card-870e {
    color: #aaa;
}

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

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

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

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

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

.modal-3a24 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.image-stale-00d7 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.image-stale-00d7 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;
}

.image-stale-00d7 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.main_fdb4 strong {
    color: #d4af37;
}

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

.hidden-action-3f74 {
    color: #888;
    font-size: 0.9rem;
}

.hidden-action-3f74 strong {
    color: #00ff88;
}

.hidden-action-3f74 span {
    color: #d4af37;
}

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

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

.badge-purple-3b16 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .badge-purple-3b16 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.panel-left-77bc {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.active-758e {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-5a96 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gas-5a96 li {
    margin-bottom: 5px;
}

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

.gas-5a96 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.purple-92c2 {
    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;
}

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

.fluid_f9ee strong {
    color: #00ff88;
}

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

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

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

.tooltip-old-f3bf {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.focused-9b50 {
    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;
}

.tooltip-70fd {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tooltip-old-f3bf {
        flex-direction: column;
    }
    
    .list_3a7f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.status-906f {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focused-4693 {
        padding: 30px 15px;
    }
    
    .focused-4693 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .info-5574 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout_upper_f758 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .avatar-3911 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar-3911 .shadow-pressed-f566 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accordion_cold_d6c4 {
        font-size: 1.3rem;
    }
    
    .warm_3889 {
        font-size: 0.7rem;
    }
    
    .silver_f135 {
        flex-direction: column;
        gap: 10px;
    }
    
    .silver_f135 .tall_77a3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active_e397 {
        display: none;
    }
    
    .old-9c2c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dim_9e22 {
        padding: 20px 10px;
    }
    
    .badge-purple-3b16 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gold_b4de,
    .over-7bfc {
        padding: 15px;
    }
    
    .blue-843e {
        flex-direction: column;
        gap: 5px;
    }
    
    .module_5761 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .center_f094 {
        padding: 30px 10px;
    }
    
    .background-fb8a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .west_5c59 {
        padding: 20px 15px;
    }
    
    .media-glass-a81f {
        font-size: 2rem;
    }
    
    .west_5c59 h3 {
        font-size: 1.1rem;
    }
    
    .west_5c59 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .photo_6fa2 {
        padding: 20px 10px;
    }
    
    .row_liquid_0f9e h2 {
        font-size: 1.3rem;
    }
    
    .panel-e2bd {
        font-size: 0.9rem;
    }
    
    .up_0434 h3 {
        font-size: 1.1rem;
    }
    
    .up_0434 p {
        font-size: 0.9rem;
    }
    
    .image-stale-00d7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .nav_action_359d {
        grid-template-columns: 1fr;
    }
    
    .main_fdb4 {
        font-size: 0.85rem;
    }
    
    .heading_49ab {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_28b5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider_28b5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .prev-ff22 {
        padding: 30px 10px;
    }
    
    .wide-e875 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-left-41b5 {
        padding: 15px 10px;
    }
    
    .texture-left-41b5 h4 {
        font-size: 0.9rem;
    }
    
    .texture-left-41b5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accent-south-0613 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wide-e875 {
        grid-template-columns: 1fr;
    }
    
    .texture-left-41b5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .column_gold_d388 {
        padding: 30px 10px;
    }
    
    .carousel_91be {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout_5b6c {
        padding: 15px;
    }
    
    .orange_e04c {
        font-size: 0.9rem;
    }
    
    .iron_f585 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .iron_f585 .hero_easy_2594 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .active-clean-9e30 {
        padding: 30px 10px;
    }
    
    .active-clean-9e30 h2 {
        font-size: 1.2rem;
    }
    
    .purple_1f96 {
        gap: 10px;
    }
    
    .pagination-red-69c1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pagination-red-69c1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .east-d81f {
        padding: 30px 10px;
    }
    
    .east-d81f h2 {
        font-size: 1.2rem;
    }
    
    .border-stale-fc9b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .soft_5560 {
        padding: 15px 10px;
    }
    
    .soft_5560 h4 {
        font-size: 0.85rem;
    }
    
    .soft_5560 p {
        font-size: 0.75rem;
    }
    
    .gradient_pro_acc8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focus-adce {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thumbnail-8649 {
        padding: 20px 10px;
    }
    
    .pattern-lite-2ac8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info-0629,
    .input-4918,
    .filter_advanced_8908 {
        width: 100%;
    }
    
    .info-0629 h3 {
        font-size: 1.1rem;
    }
    
    .info-0629 p {
        font-size: 0.8rem;
    }
    
    .pro-e5a2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fresh_cb86 {
        padding: 30px 15px;
    }
    
    .fresh_cb86 h2 {
        font-size: 1.3rem;
    }
    
    .fresh_cb86 p {
        font-size: 0.85rem;
    }
    
    .row-prev-7da6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .row-prev-7da6 .tall_77a3 {
        width: 100%;
    }
    
    .sidebar-pink-6c86 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .description-full-ac9e {
        padding: 30px 10px;
    }
    
    .description-full-ac9e h3 {
        font-size: 1.2rem;
    }
    
    .small_97de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dirty-9567 {
        padding: 15px 10px;
    }
    
    .dirty-9567 h4 {
        font-size: 0.85rem;
    }
    
    .dirty-9567 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .image_5586 {
        padding: 30px 15px;
    }
    
    .dark_4493 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .badge-230e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header-0a6e h4 {
        font-size: 0.9rem;
    }
    
    .header-0a6e a {
        font-size: 0.8rem;
    }
    
    .accent_north_81f4 {
        font-size: 0.8rem;
    }
    
    .last_1a25 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .pro_6fbd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .detail_paper_df45 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 46db */
.promo-block-o8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
