/* Inner Page Styles */

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

.overlay-motion-cb8f 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);
}

.overlay-motion-cb8f 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);
}

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

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

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

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

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

.focus_next_0e7e .slow_9d28:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-e497.fn-active-8f83 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_outer_426e .notification-new-3f18 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.gradient_outer_426e .notification-new-3f18:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.backdrop-pro-978f {
    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);
}

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

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

.backdrop-pro-978f p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.backdrop-pro-978f .notification-new-3f18 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.backdrop-pro-978f .notification-new-3f18:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay-motion-cb8f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay-motion-cb8f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay-motion-cb8f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .focus_next_0e7e {
        justify-content: center;
    }
    
    .silver_dea1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tall_8ea5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wood_59ca {
        padding: var(--md-spacing-md) 0;
    }
    
    .backdrop-ae06 {
        padding: var(--md-spacing-md);
    }
    
    .list_cool_4326 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort_b483 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .backdrop-pro-978f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .backdrop_selected_9298 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .backdrop-ae06 {
        padding: var(--md-spacing-sm);
    }
    
    .gold-e6fb {
        padding: var(--md-spacing-md);
    }
    
    .sort_b483 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gold-e6fb,
.sort_b483,
.backdrop-pro-978f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hard-e89a {
    font-size: 1.5rem;
}

.filter-medium-dd98 strong {
    color: #00ff88;
}

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

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

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

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

.accordion-hard-1872 {
    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;
}

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

.accordion-hard-1872 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.accordion-hard-1872 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.search_black_ddfc strong {
    color: #00ff88;
}

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

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

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

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

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

.shade-center-a518::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;
}

.iron-39c5 {
    text-align: center;
    margin-bottom: 30px;
}

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

.slider-pro-e580.disabled-3dea .gas-c765 {
    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); }
}

.frame-paper-8a9a {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

.row-28eb 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;
}

.row-28eb 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);
}

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

.widget_small_9fca {
    font-size: 1.2rem;
}

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

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

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

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

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

.block_2253.pattern_f872::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block_2253.simple-92ef::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block_2253.footer-yellow-927e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block_2253.chip-0cbb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.item_center_a743 {
    font-size: 1.2rem;
}

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

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

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

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

.chip_static_9c5b.detail_1842 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_static_9c5b.fn-active-8f83 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.caption-gas-f683 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.menu-inner-692c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.image-d295.short-309e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shade_slow_d72a { border-top: 3px solid #00ccff; }
.card-e98f { border-top: 3px solid #00ff88; }
.selected-42ea { border-top: 3px solid #d4af37; }
.popup-7111 { border-top: 3px solid #ff6b6b; }
.item-active-824a { border-top: 3px solid #8b5cf6; }

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

.feature_5c41 {
    overflow-x: auto;
}

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

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

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

.tag_lite_c7e5 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-1c31 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.tall-037f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite_4e31 {
    font-size: 1.5rem;
}

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

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

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

.chip-red-d3d5 {
    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;
}

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

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

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

.orange-abeb strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tabs-center-f7c5 .hidden_small_30d0 {
    margin-bottom: 10px;
}

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

.tabs-center-f7c5 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.layout-warm-1fbf {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.popup-purple-d7c5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.card-full-cc39 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.east-4cbf {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.east-4cbf span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.tooltip-175c span {
    color: #666;
    font-size: 0.8rem;
}

.tooltip-175c a {
    color: #ff6b6b;
}

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

.image-pro-661c {
    max-width: 800px;
    margin: 0 auto;
}

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

.description_dirty_a9c3 {
    text-align: center;
}

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

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

.image-pro-661c h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.image-pro-661c > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.wrapper-upper-1f8e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.container-0ccc {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.surface_selected_62d8.short-309e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .detail-6a79 {
        flex-direction: column;
    }
    .pink-c86a {
        transform: rotate(90deg);
    }
}

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

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

.text-orange-58a7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .text-orange-58a7 {
        grid-template-columns: 1fr;
    }
}

.badge-fresh-283a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tooltip_6db8 .component-under-d9e1 {
    color: #666;
    margin: 0 8px;
}

.tooltip_6db8 .status-5197 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.slider-hard-c2e0 {
    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;
}

.main_liquid_fad8 {
    font-size: 2rem;
}

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

.highlight-b7fc strong {
    color: #d4af37;
}

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

.brown-88b5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.paragraph-white-f253 h3,
.hover_e81c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.content-yellow-8964 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.layout-gas-f613 strong {
    color: #d4af37;
    margin-right: 8px;
}

.sort-up-c058 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.item_fixed_9b13 strong {
    color: #00ff88;
}

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

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

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

.outline-complex-9c15 h3,
.huge-3935 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.overlay-copper-b61c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.alert-f1d9 strong {
    color: #d4af37;
}

.thick-76d8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.active-549f:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.message-6544 li strong {
    color: #00ff88;
}

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

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

.narrow_964f {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.banner_east_5047 strong {
    color: #d4af37;
}

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

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

.status_dynamic_28cd strong {
    color: #00ff88;
}

.status_dynamic_28cd span {
    color: #d4af37;
}

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

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

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

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

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

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

.notice-brown-3ea2 {
    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;
}

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

.input-in-4d4a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.button-bottom-199d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .pattern-yellow-153d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.fast-a5a8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .inner-4dec {
        flex-direction: column;
    }
    
    .photo-0533 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .panel-e67f {
        padding: 30px 15px;
    }
    
    .panel-e67f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dynamic-381c {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .avatar-west-e5a8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slider-south-fc40 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider-south-fc40 .gallery-e4a5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .outline-glass-bb4b {
        font-size: 1.3rem;
    }
    
    .complex-bf63 {
        font-size: 0.7rem;
    }
    
    .accordion-bright-7877 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-bright-7877 .notification-new-3f18 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search-a4fb {
        display: none;
    }
    
    .description_basic_2510 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outline_hovered_ea31 {
        padding: 20px 10px;
    }
    
    .basic_3ce2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside_49d2,
    .silver-6630 {
        padding: 15px;
    }
    
    .texture_7c6d {
        flex-direction: column;
        gap: 5px;
    }
    
    .rough_3e2e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .label-6c18 {
        padding: 30px 10px;
    }
    
    .stale-8d3d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected-8590 {
        padding: 20px 15px;
    }
    
    .widget-9f94 {
        font-size: 2rem;
    }
    
    .selected-8590 h3 {
        font-size: 1.1rem;
    }
    
    .selected-8590 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .media-dark-e71f {
        padding: 20px 10px;
    }
    
    .accordion-fresh-8e89 h2 {
        font-size: 1.3rem;
    }
    
    .active_b247 {
        font-size: 0.9rem;
    }
    
    .active-549f h3 {
        font-size: 1.1rem;
    }
    
    .active-549f p {
        font-size: 0.9rem;
    }
    
    .message-6544 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .menu_liquid_7c0d {
        grid-template-columns: 1fr;
    }
    
    .banner_east_5047 {
        font-size: 0.85rem;
    }
    
    .new-909a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow_964f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .narrow_964f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .outline-hovered-d257 {
        padding: 30px 10px;
    }
    
    .sort-8a64 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice-f5be {
        padding: 15px 10px;
    }
    
    .notice-f5be h4 {
        font-size: 0.9rem;
    }
    
    .notice-f5be p {
        font-size: 0.75rem;
        display: none;
    }
    
    .link-4c15 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sort-8a64 {
        grid-template-columns: 1fr;
    }
    
    .notice-f5be p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wide_5ad7 {
        padding: 30px 10px;
    }
    
    .feature_46f2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-glass-b56b {
        padding: 15px;
    }
    
    .list-f31c {
        font-size: 0.9rem;
    }
    
    .main-bright-e86b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-bright-e86b .outline_9268 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .down_2d7e {
        padding: 30px 10px;
    }
    
    .down_2d7e h2 {
        font-size: 1.2rem;
    }
    
    .picture-easy-d9cb {
        gap: 10px;
    }
    
    .tall_53cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tall_53cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .picture_2fa5 {
        padding: 30px 10px;
    }
    
    .picture_2fa5 h2 {
        font-size: 1.2rem;
    }
    
    .large_d2a9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle-872f {
        padding: 15px 10px;
    }
    
    .middle-872f h4 {
        font-size: 0.85rem;
    }
    
    .middle-872f p {
        font-size: 0.75rem;
    }
    
    .shadow_out_2225 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel-bronze-b857 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .bronze-9c73 {
        padding: 20px 10px;
    }
    
    .card-full-cc39 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip-d72a,
    .east-4cbf,
    .tooltip-175c {
        width: 100%;
    }
    
    .tooltip-d72a h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-d72a p {
        font-size: 0.8rem;
    }
    
    .module_motion_00fd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .under_fdde {
        padding: 30px 15px;
    }
    
    .under_fdde h2 {
        font-size: 1.3rem;
    }
    
    .under_fdde p {
        font-size: 0.85rem;
    }
    
    .heading_fresh_2085 {
        flex-direction: column;
        gap: 10px;
    }
    
    .heading_fresh_2085 .notification-new-3f18 {
        width: 100%;
    }
    
    .image-8708 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .stone-0e9a {
        padding: 30px 10px;
    }
    
    .stone-0e9a h3 {
        font-size: 1.2rem;
    }
    
    .row-8edf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-pro-978f {
        padding: 15px 10px;
    }
    
    .backdrop-pro-978f h4 {
        font-size: 0.85rem;
    }
    
    .backdrop-pro-978f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected-f043 {
        padding: 30px 15px;
    }
    
    .hot-9ff0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag_hot_97ac {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .first-298d h4 {
        font-size: 0.9rem;
    }
    
    .first-298d a {
        font-size: 0.8rem;
    }
    
    .last-09e8 {
        font-size: 0.8rem;
    }
    
    .section_b011 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .video_eff7 {
        padding: 8px 10px;
    }
    
    .notice-fluid-434e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .selected_3dc9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notice-fluid-434e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .selected_3dc9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 17a2 */
.shadow-element-p6 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
