/* Inner Page Styles */

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

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

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

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

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

.column-d07e .text_prev_a265 {
    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;
}

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

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

.column-d07e .text_prev_a265:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_easy_b233.fn-active-cdfb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_1093 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 */
.footer-over-71b0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-over-71b0 li {
    margin-bottom: var(--md-spacing-xs);
}

.footer-over-71b0 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);
}

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

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

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

.panel-e390:hover::before {
    left: 100%;
}

.panel-e390 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;
}

.panel-e390 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;
}

.panel-e390 .green-d46e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.panel-e390 .green-d46e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hidden-glass-a176 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.primary_c440 .green-d46e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.primary_c440 .green-d46e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .button_f814 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .button_f814 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .button_f814 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .column-d07e {
        justify-content: center;
    }
    
    .copper_fbcb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .text-225d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .plasma_e31a {
        padding: var(--md-spacing-md) 0;
    }
    
    .hovered_efe2 {
        padding: var(--md-spacing-md);
    }
    
    .selected_3dca {
        padding: var(--md-spacing-md) 0;
    }
    
    .east_1093 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .primary_c440 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown_cool_9cd6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hovered_efe2 {
        padding: var(--md-spacing-sm);
    }
    
    .light-d2c7 {
        padding: var(--md-spacing-md);
    }
    
    .east_1093 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.light-d2c7,
.east_1093,
.primary_c440 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.last-7e96::-webkit-scrollbar {
    width: 8px;
}

.last-7e96::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.middle-0013 {
    font-size: 1.5rem;
}

.card-3b1f strong {
    color: #00ff88;
}

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

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

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

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

.input-left-4cc9 {
    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;
}

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

.input-left-4cc9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.input-left-4cc9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.tiny_fbdb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.layout-443a {
    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;
}

.layout-443a.list-2d4d .search-plasma-d666 {
    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); }
}

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

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

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

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

.preview-center-9b05 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;
}

.preview-center-9b05 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);
}

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

.fixed_aa0e {
    font-size: 1.2rem;
}

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

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

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

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

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

.box_08da.shade_slow_fd50::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.box_08da.shadow-8629::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.box_08da.carousel-cool-4975::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.box_08da.hot_4694::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-90b5 {
    font-size: 1.2rem;
}

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

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

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

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

.popup-ff26.black_b9a2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.popup-ff26.fn-active-cdfb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.focus-east-0fe4 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.image_dirty_4972 {
    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_dirty_4972:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

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

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

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

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

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

.text_d8cf { border-top: 3px solid #00ccff; }
.component_slow_6c47 { border-top: 3px solid #00ff88; }
.article-1fb9 { border-top: 3px solid #d4af37; }
.rough-8388 { border-top: 3px solid #ff6b6b; }
.carousel-gas-0cc4 { border-top: 3px solid #8b5cf6; }

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

.hero_9d70 {
    overflow-x: auto;
}

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

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

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

.header-full-2ff2 td {
    color: #ccc;
}

.header-full-2ff2 .light_20ae {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.header-full-2ff2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-blue-dae0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.primary-4e01 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.feature-8a20 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.medium_2e74 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.message-952b strong {
    color: #fff;
    display: block;
}

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

.paragraph-rough-74b1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.paragraph-rough-74b1 .accent-7a4c {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.outer_5568 .soft-07f2 {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .module-pink-35cf {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

.notification-large-028b {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.shadow_7b34 a {
    color: #ff6b6b;
}

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

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

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

.list_glass_e7d4 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-5c01 {
    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;
}

.tag-5c01.tooltip_96f8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .tertiary-5921 {
        flex-direction: column;
    }
    .sidebar-tiny-8104 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.narrow-43eb .steel_690b {
    color: #666;
    margin: 0 8px;
}

.narrow-43eb .surface_2d85 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.accent_simple_795b {
    font-size: 2rem;
}

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

.frame_pink_c691 strong {
    color: #d4af37;
}

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

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

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

.highlight-b7d8 h3,
.wide-634e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.lite-43e9 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.thumbnail-tall-32a4 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.footer_narrow_2844 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-fresh-f979 strong {
    color: #d4af37;
}

.heading-bronze-3409 {
    color: #aaa;
}

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

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

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

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

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

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

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

.column-new-2d08:last-child {
    border-bottom: none;
}

.column-new-2d08 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.column-new-2d08 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.light-c6db 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;
}

.light-c6db li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.cold-871e strong {
    color: #d4af37;
}

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

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

.popup_17ca strong {
    color: #00ff88;
}

.popup_17ca span {
    color: #d4af37;
}

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

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

.tag-6af6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.cold-277a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.pattern-0e76 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.table-top-8966 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.table-top-8966 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.element-a4aa li {
    margin-bottom: 5px;
}

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

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

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

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

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

.box_out_f3d4 strong {
    color: #00ff88;
}

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

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

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

.preview-7e5f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.element-80b1 {
    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;
}

.notification-large-028b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .preview-7e5f {
        flex-direction: column;
    }
    
    .pro_0191 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.paragraph-1e8b {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .chip-860a {
        padding: 30px 15px;
    }
    
    .chip-860a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .west_b125 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark-f102 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .chip-complex-b2a4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-complex-b2a4 .column_fresh_cbd6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .aside_ce4f {
        font-size: 1.3rem;
    }
    
    .tooltip-tall-c197 {
        font-size: 0.7rem;
    }
    
    .message_pro_8f6b {
        flex-direction: column;
        gap: 10px;
    }
    
    .message_pro_8f6b .green-d46e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .column-17b8 {
        display: none;
    }
    
    .outline-dynamic-d132 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs_fresh_4a07 {
        padding: 20px 10px;
    }
    
    .tag-6af6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-last-ed85,
    .primary-8a6a {
        padding: 15px;
    }
    
    .list-5509 {
        flex-direction: column;
        gap: 5px;
    }
    
    .chip_glass_f324 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .active_1783 {
        padding: 30px 10px;
    }
    
    .component-8a5d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-stale-894f {
        padding: 20px 15px;
    }
    
    .border_1b49 {
        font-size: 2rem;
    }
    
    .background-stale-894f h3 {
        font-size: 1.1rem;
    }
    
    .background-stale-894f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .caption-narrow-bafb {
        padding: 20px 5px;
    }
    
    .caption-narrow-bafb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .wide_7427 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .header-full-2ff2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .header-full-2ff2 th,
    .header-full-2ff2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .description_9f8c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .dark-8f2f {
        padding: 20px 10px;
    }
    
    .text-6b00 h2 {
        font-size: 1.3rem;
    }
    
    .info-1b67 {
        font-size: 0.9rem;
    }
    
    .column-new-2d08 h3 {
        font-size: 1.1rem;
    }
    
    .column-new-2d08 p {
        font-size: 0.9rem;
    }
    
    .light-c6db li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo-paper-cae3 {
        grid-template-columns: 1fr;
    }
    
    .cold-871e {
        font-size: 0.85rem;
    }
    
    .badge-566d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline-6275 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .outline-6275 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .motion_30b2 {
        padding: 30px 10px;
    }
    
    .wrapper_048c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over-2e1b {
        padding: 15px 10px;
    }
    
    .over-2e1b h4 {
        font-size: 0.9rem;
    }
    
    .over-2e1b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thumbnail-narrow-13b7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper_048c {
        grid-template-columns: 1fr;
    }
    
    .over-2e1b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .popup_last_2198 {
        padding: 30px 10px;
    }
    
    .detail-c2c8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current_71d6 {
        padding: 15px;
    }
    
    .photo-gold-a278 {
        font-size: 0.9rem;
    }
    
    .logo_selected_de65 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo_selected_de65 .table_tall_9b00 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .accordion-9d6e {
        padding: 30px 10px;
    }
    
    .accordion-9d6e h2 {
        font-size: 1.2rem;
    }
    
    .block-3395 {
        gap: 10px;
    }
    
    .heading-prev-3341 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .heading-prev-3341 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .light_e6cc {
        padding: 30px 10px;
    }
    
    .light_e6cc h2 {
        font-size: 1.2rem;
    }
    
    .list_8986 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .selected_d052 {
        padding: 15px 10px;
    }
    
    .selected_d052 h4 {
        font-size: 0.85rem;
    }
    
    .selected_d052 p {
        font-size: 0.75rem;
    }
    
    .logo-silver-d687 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .link-bottom-a096 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .aside-f3f1 {
        padding: 20px 10px;
    }
    
    .pressed_f3a3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .border_8a37,
    .avatar-4928,
    .shadow_7b34 {
        width: 100%;
    }
    
    .border_8a37 h3 {
        font-size: 1.1rem;
    }
    
    .border_8a37 p {
        font-size: 0.8rem;
    }
    
    .summary_solid_c1c5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .progress_d085 {
        padding: 30px 15px;
    }
    
    .progress_d085 h2 {
        font-size: 1.3rem;
    }
    
    .progress_d085 p {
        font-size: 0.85rem;
    }
    
    .accent-2561 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accent-2561 .green-d46e {
        width: 100%;
    }
    
    .gradient-brown-17a7 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .accent_bottom_3e8a {
        padding: 30px 10px;
    }
    
    .accent_bottom_3e8a h3 {
        font-size: 1.2rem;
    }
    
    .logo-2622 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary_c440 {
        padding: 15px 10px;
    }
    
    .primary_c440 h4 {
        font-size: 0.85rem;
    }
    
    .primary_c440 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .steel-ae1b {
        padding: 30px 15px;
    }
    
    .footer_2447 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .complex-fdb4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .surface-3512 h4 {
        font-size: 0.9rem;
    }
    
    .surface-3512 a {
        font-size: 0.8rem;
    }
    
    .border-cool-c45b {
        font-size: 0.8rem;
    }
    
    .glass_518a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module_basic_ebff {
        padding: 8px 10px;
    }
    
    .outline-dynamic-f160 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hidden-3fb6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outline-dynamic-f160 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hidden-3fb6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5932 */
.promo-block-n3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
