/* Inner Page Styles */

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

.chip-166c 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);
}

.chip-166c 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);
}

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

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

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

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

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

.logo_66ad .tag_full_46d3:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow_a479.fn-active-5ad1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-white-4665 {
    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%;
}

.header-white-4665 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 */
.outline_slow_1c81 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.grid_fixed_841b .cool-6e71 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.grid_fixed_841b .cool-6e71:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.block_selected_4e65 .cool-6e71 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.block_selected_4e65 .cool-6e71:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .chip-166c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .chip-166c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .chip-166c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .logo_66ad {
        justify-content: center;
    }
    
    .section_61b2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .carousel-rough-4ae4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown_2d2b {
        padding: var(--md-spacing-md) 0;
    }
    
    .background_hovered_b51a {
        padding: var(--md-spacing-md);
    }
    
    .preview-6248 {
        padding: var(--md-spacing-md) 0;
    }
    
    .header-white-4665 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .block_selected_4e65 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pattern-af8a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .background_hovered_b51a {
        padding: var(--md-spacing-sm);
    }
    
    .outline_brown_ea9f {
        padding: var(--md-spacing-md);
    }
    
    .header-white-4665 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.outline_brown_ea9f,
.header-white-4665,
.block_selected_4e65 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.media-1372 {
    font-size: 1.5rem;
}

.container_4159 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .cold-4340 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .highlight-black-c3cb {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tertiary-fast-51b6 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .backdrop-basic-43ec {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.west_1efd strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.rough_34b8.static-9bc2 .popup_a44e {
    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); }
}

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

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

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

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

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

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

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

.footer-4525 {
    font-size: 1.2rem;
}

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

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

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

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

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

.status_bottom_bb3a.card-silver-0aab::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status_bottom_bb3a.carousel_9f1a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status_bottom_bb3a.panel-8b69::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status_bottom_bb3a.pro-2c75::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.static_2283 {
    font-size: 1.2rem;
}

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

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

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

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

.avatar-bafd.button-hot-148e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar-bafd.fn-active-5ad1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.heading-fluid-df43 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

.surface-cold-18d8 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.blue_4e02 { border-top: 3px solid #00ccff; }
.summary_solid_4b2b { border-top: 3px solid #00ff88; }
.card_a020 { border-top: 3px solid #d4af37; }
.gold_a308 { border-top: 3px solid #ff6b6b; }
.carousel_5bfd { border-top: 3px solid #8b5cf6; }

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

.disabled_303f {
    overflow-x: auto;
}

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

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

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

.message_d287 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.over-8fd8 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.caption-north-0f39 {
    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;
}

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

.summary-smooth-cc8f {
    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;
}

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

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

.text-motion-b878 {
    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;
}

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

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

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

.image_easy_b060 {
    font-size: 2rem;
}

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

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

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

.table-020a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.table-fast-9db4 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.box-advanced-67b0 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.message-8ad9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.text-medium-71d5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.menu-action-b4f9 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.row_a779 .text-0fd4 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.main-green-021b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.caption-gas-985b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.footer-down-a3bc {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.layout-white-7a44 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.layout-white-7a44 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.main-1335 a {
    color: #ff6b6b;
}

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

.backdrop-8f10 {
    max-width: 800px;
    margin: 0 auto;
}

.modal-cold-58ad {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.form_paper_3532 {
    text-align: center;
}

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

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

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

.backdrop-8f10 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .image_solid_6b08 {
        flex-direction: column;
    }
    .hovered-19ec {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.paragraph_medium_a4d9 .widget-over-cc93 {
    color: #666;
    margin: 0 8px;
}

.paragraph_medium_a4d9 .widget_under_5643 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.paragraph-white-3b87 {
    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_center_c646 {
    font-size: 2rem;
}

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

.old_a7c0 strong {
    color: #d4af37;
}

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

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

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

.text-outer-0306 h3,
.selected-d699 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.grid-9e58 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.tiny-456b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.popup_hovered_bf51 strong {
    color: #00ff88;
}

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

.menu-32e0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.content-out-e5ed h3,
.notification-active-84e8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.green-72b5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.element-current-2f04 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.button-6515 strong {
    color: #d4af37;
}

.out-b905 {
    color: #aaa;
}

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

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

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

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

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

.description-solid-f910 {
    max-width: 900px;
    margin: 0 auto;
}

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

.mask-full-862b:last-child {
    border-bottom: none;
}

.mask-full-862b h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.mask-full-862b p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.shadow-c902 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;
}

.shadow-c902 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.pressed_c916 strong {
    color: #d4af37;
}

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

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

.background-bdf8 strong {
    color: #00ff88;
}

.background-bdf8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-hard-3e75 {
    color: #999;
    font-size: 0.85rem;
}

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

.media-large-2bf6 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.center-21b4 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.center-21b4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.modal-e37f li {
    margin-bottom: 5px;
}

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

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

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

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

.label-up-39da {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.label-up-39da strong {
    color: #00ff88;
}

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

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

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

.chip-83e1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.tertiary-738e {
    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;
}

.footer-down-a3bc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .chip-83e1 {
        flex-direction: column;
    }
    
    .element_upper_4705 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.mask-white-c992 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .label-fab9 {
        padding: 30px 15px;
    }
    
    .label-fab9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pro-1432 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .outline-huge-f32f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .thumbnail_c091 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_c091 .preview_easy_8bd8 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .banner_db25 {
        font-size: 1.3rem;
    }
    
    .tiny-ef34 {
        font-size: 0.7rem;
    }
    
    .shade_124e {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade_124e .cool-6e71 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .photo-4349 {
        display: none;
    }
    
    .last_8ebc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .avatar-first-1bd1 {
        padding: 20px 10px;
    }
    
    .highlight-ec00 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading-wide-1d9b,
    .media-large-2bf6 {
        padding: 15px;
    }
    
    .last_ac55 {
        flex-direction: column;
        gap: 5px;
    }
    
    .header_down_2a6f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal-prev-c297 {
        padding: 30px 10px;
    }
    
    .accordion-green-4505 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny-dd3c {
        padding: 20px 15px;
    }
    
    .caption_focused_a321 {
        font-size: 2rem;
    }
    
    .tiny-dd3c h3 {
        font-size: 1.1rem;
    }
    
    .tiny-dd3c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .heading-d615 {
        padding: 20px 10px;
    }
    
    .filter_3895 h2 {
        font-size: 1.3rem;
    }
    
    .gas-a668 {
        font-size: 0.9rem;
    }
    
    .mask-full-862b h3 {
        font-size: 1.1rem;
    }
    
    .mask-full-862b p {
        font-size: 0.9rem;
    }
    
    .shadow-c902 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo-purple-63e1 {
        grid-template-columns: 1fr;
    }
    
    .pressed_c916 {
        font-size: 0.85rem;
    }
    
    .large-6125 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone_3616 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .stone_3616 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar-smooth-d5fa {
        padding: 30px 10px;
    }
    
    .top_3fcf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_next_6d2e {
        padding: 15px 10px;
    }
    
    .thumbnail_next_6d2e h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_next_6d2e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .description-885a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .top_3fcf {
        grid-template-columns: 1fr;
    }
    
    .thumbnail_next_6d2e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wood_7e6f {
        padding: 30px 10px;
    }
    
    .wood-5b47 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_complex_80d9 {
        padding: 15px;
    }
    
    .summary_f7ea {
        font-size: 0.9rem;
    }
    
    .preview_9bad {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .preview_9bad .short-1d14 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .paragraph_huge_e4cd {
        padding: 30px 10px;
    }
    
    .paragraph_huge_e4cd h2 {
        font-size: 1.2rem;
    }
    
    .background-hot-f3b8 {
        gap: 10px;
    }
    
    .popup_new_8e51 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .popup_new_8e51 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_tall_ae70 {
        padding: 30px 10px;
    }
    
    .breadcrumb_tall_ae70 h2 {
        font-size: 1.2rem;
    }
    
    .component-dc3e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static-24e2 {
        padding: 15px 10px;
    }
    
    .static-24e2 h4 {
        font-size: 0.85rem;
    }
    
    .static-24e2 p {
        font-size: 0.75rem;
    }
    
    .light_cdc1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .search-fixed-15eb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .steel-4b88 {
        padding: 20px 10px;
    }
    
    .middle_6986 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pink-74da,
    .layout-white-7a44,
    .main-1335 {
        width: 100%;
    }
    
    .pink-74da h3 {
        font-size: 1.1rem;
    }
    
    .pink-74da p {
        font-size: 0.8rem;
    }
    
    .narrow_462c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .box_fast_7653 {
        padding: 30px 15px;
    }
    
    .box_fast_7653 h2 {
        font-size: 1.3rem;
    }
    
    .box_fast_7653 p {
        font-size: 0.85rem;
    }
    
    .notification-6e0d {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification-6e0d .cool-6e71 {
        width: 100%;
    }
    
    .backdrop_gas_19ee {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .yellow_9907 {
        padding: 30px 15px;
    }
    
    .blue-3598 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .message-hard-5246 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .texture-silver-409e h4 {
        font-size: 0.9rem;
    }
    
    .texture-silver-409e a {
        font-size: 0.8rem;
    }
    
    .alert-slow-0146 {
        font-size: 0.8rem;
    }
    
    .hot-1eb1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .photo-867e {
        padding: 8px 10px;
    }
    
    .notification_c501 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tooltip-down-e6f0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notification_c501 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tooltip-down-e6f0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5c05 */
.phantom-card-v5 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
