/* Inner Page Styles */

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

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

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

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

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

.bottom-de1e .west-2585 {
    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;
}

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

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

.bottom-de1e .west-2585:hover::before {
    left: 100%;
}

.bottom-de1e .west-2585:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.block-simple-3a9a {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered_7ffd.fn-active-54c3 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-8cfe {
    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%;
}

.content-8cfe 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 */
.header-8acb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-8acb li {
    margin-bottom: var(--md-spacing-xs);
}

.header-8acb 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);
}

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

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

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

.carousel-6616:hover::before {
    left: 100%;
}

.carousel-6616 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;
}

.carousel-6616 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;
}

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

.carousel-6616 .texture_gas_ee67:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.outline-north-24d4 {
    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);
}

.outline-north-24d4:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.label_stone_37ac .texture_gas_ee67:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .media_liquid_1873 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .media_liquid_1873 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .media_liquid_1873 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .bottom-de1e {
        justify-content: center;
    }
    
    .title_facb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .smooth-a52a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .prev-60f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .stale_7715 {
        padding: var(--md-spacing-md);
    }
    
    .footer-b424 {
        padding: var(--md-spacing-md) 0;
    }
    
    .content-8cfe {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .label_stone_37ac {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .status-c2a1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .stale_7715 {
        padding: var(--md-spacing-sm);
    }
    
    .panel-29c0 {
        padding: var(--md-spacing-md);
    }
    
    .content-8cfe {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.panel-29c0,
.content-8cfe,
.label_stone_37ac {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.backdrop-9ed4 {
    font-size: 1.5rem;
}

.new-07a9 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .gallery-bright-eb59 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .medium-cb13 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.cold-80b9 {
    padding: 30px 0;
}

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

.nav-93b1 {
    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;
}

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

.nav-93b1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.nav-93b1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.layout-07eb {
    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;
}

.layout-07eb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pro_76d7.tabs_thick_bc22 .inner-aee3 {
    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); }
}

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

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

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

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

.upper-1326 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;
}

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

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

.red-7964 {
    font-size: 1.2rem;
}

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

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

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

.caption-697c {
    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;
}

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

.caption-697c.east-bbcc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption-697c.blue_2420::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption-697c.prev_df4e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption-697c.pagination-copper-614e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image-old-1ba3 {
    font-size: 1.2rem;
}

.footer-black-36d9 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.outline_action_3df9.element-dim-40ad { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline_action_3df9.fn-active-54c3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.overlay-cool-b283 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.backdrop-first-b978 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.next_1204.accordion-hard-7960 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.short-7ecc { border-top: 3px solid #00ccff; }
.search_south_ff7d { border-top: 3px solid #00ff88; }
.heading-bottom-ab03 { border-top: 3px solid #d4af37; }
.mini-79f4 { border-top: 3px solid #ff6b6b; }
.glass_1f0a { border-top: 3px solid #8b5cf6; }

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

.element_7ac0 {
    overflow-x: auto;
}

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

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

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

.active_baf2 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.slider-green-b7f5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.section-purple-cdda {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.stone-16e7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.easy-23a1 {
    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;
}

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

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

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

.active-9c37 {
    font-size: 2rem;
}

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

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

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

.simple-9cc7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-static-f5ac {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.accent-dark-cbf2 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.huge-727d .wood_e162 {
    margin-bottom: 10px;
}

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

.huge-727d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-6fde {
    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;
}

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

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

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

.block-ecf0 a {
    color: #ff6b6b;
}

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

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

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

.main-4cbd {
    text-align: center;
}

.main-4cbd .logo-orange-aef7 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.main-4cbd .thick_d7a9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.sort-lite-c918 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.article-prev-9d50 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.cold_c19c.accordion-hard-7960 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .copper_7075 {
        flex-direction: column;
    }
    .advanced-d6af {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slider-c674 .chip_d384 {
    color: #666;
    margin: 0 8px;
}

.slider-c674 .bright_31b1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.panel_5718 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.main-under-9faa {
    font-size: 2rem;
}

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

.highlight-wood-5ffa strong {
    color: #d4af37;
}

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

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

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

.content-first-5af5 h3,
.avatar-focused-f8b9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.row-hard-750a strong {
    color: #00ff88;
}

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

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

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

.light_88f9 h3,
.alert-684b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.aside-north-baad summary::-webkit-details-marker {
    display: none;
}

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

.paragraph-advanced-4a27 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.mini-518a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.mini-518a strong {
    color: #d4af37;
}

.soft_500a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-62e1 {
    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;
}

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

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

@media (max-width: 576px) {
    .feature-new-69ba {
        grid-template-columns: 1fr;
    }
}

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

.disabled-steel-b236 strong {
    color: #d4af37;
}

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

.bright-5ed8 {
    color: #888;
    font-size: 0.9rem;
}

.bright-5ed8 strong {
    color: #00ff88;
}

.bright-5ed8 span {
    color: #d4af37;
}

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

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

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

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

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

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

.blue-4be4 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-action-1076 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shade-action-1076 li {
    margin-bottom: 5px;
}

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

.shade-action-1076 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.header-old-9904 strong {
    color: #00ff88;
}

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

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

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

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

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

.dark-6a5e {
    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;
}

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

@media (max-width: 768px) {
    .fast_f23a {
        flex-direction: column;
    }
    
    .slow-a30c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.table-west-70d6 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .in_0292 {
        padding: 30px 15px;
    }
    
    .in_0292 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient_da42 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle-7e0b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .header-pro-ea86 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-pro-ea86 .menu-5126 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shade-0958 {
        font-size: 1.3rem;
    }
    
    .in-3da4 {
        font-size: 0.7rem;
    }
    
    .preview_bronze_f4da {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview_bronze_f4da .texture_gas_ee67 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tag_4f6b {
        display: none;
    }
    
    .easy_1c96 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outer-9b87 {
        padding: 20px 10px;
    }
    
    .action_0a3a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pro-8a3d,
    .tag-dim-eb79 {
        padding: 15px;
    }
    
    .shade_full_3579 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tag_large_e923 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .solid-728c {
        padding: 30px 10px;
    }
    
    .motion-6a97 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module-a274 {
        padding: 20px 15px;
    }
    
    .orange_0578 {
        font-size: 2rem;
    }
    
    .module-a274 h3 {
        font-size: 1.1rem;
    }
    
    .module-a274 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .highlight-904a {
        padding: 20px 5px;
    }
    
    .highlight-904a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .popup-b30f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active_baf2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active_baf2 th,
    .active_baf2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .summary-under-48a5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .image-5b5e {
        padding: 20px 10px;
    }
    
    .description_brown_fd6f h2 {
        font-size: 1.3rem;
    }
    
    .layout_eae7 {
        font-size: 0.9rem;
    }
    
    .accent_a997 h3 {
        font-size: 1.1rem;
    }
    
    .accent_a997 p {
        font-size: 0.9rem;
    }
    
    .highlight_3196 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature-new-69ba {
        grid-template-columns: 1fr;
    }
    
    .disabled-steel-b236 {
        font-size: 0.85rem;
    }
    
    .purple-b750 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-62e1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .feature-62e1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .section-down-3aaf {
        padding: 30px 10px;
    }
    
    .shade-clean-0952 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim_2f81 {
        padding: 15px 10px;
    }
    
    .dim_2f81 h4 {
        font-size: 0.9rem;
    }
    
    .dim_2f81 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hero_inner_3dcc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade-clean-0952 {
        grid-template-columns: 1fr;
    }
    
    .dim_2f81 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .summary_blue_cc35 {
        padding: 30px 10px;
    }
    
    .lite-b9d7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-fed8 {
        padding: 15px;
    }
    
    .notice_d818 {
        font-size: 0.9rem;
    }
    
    .hero-dark-8b81 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-dark-8b81 .medium_25ab {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .message_4935 {
        padding: 30px 10px;
    }
    
    .message_4935 h2 {
        font-size: 1.2rem;
    }
    
    .feature_down_1752 {
        gap: 10px;
    }
    
    .lite-2bda summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .lite-2bda p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .light_92e7 {
        padding: 30px 10px;
    }
    
    .light_92e7 h2 {
        font-size: 1.2rem;
    }
    
    .left_0949 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .medium-7bf1 {
        padding: 15px 10px;
    }
    
    .medium-7bf1 h4 {
        font-size: 0.85rem;
    }
    
    .medium-7bf1 p {
        font-size: 0.75rem;
    }
    
    .banner_hard_d338 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .aside-west-7d8b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accordion-stale-d858 {
        padding: 20px 10px;
    }
    
    .grid-be99 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip-dark-4d3a,
    .label_a4ac,
    .block-ecf0 {
        width: 100%;
    }
    
    .tooltip-dark-4d3a h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-dark-4d3a p {
        font-size: 0.8rem;
    }
    
    .highlight-6fde {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tooltip_copper_facb {
        padding: 30px 15px;
    }
    
    .tooltip_copper_facb h2 {
        font-size: 1.3rem;
    }
    
    .tooltip_copper_facb p {
        font-size: 0.85rem;
    }
    
    .alert_0795 {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert_0795 .texture_gas_ee67 {
        width: 100%;
    }
    
    .search_a520 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .avatar-first-78d1 {
        padding: 30px 10px;
    }
    
    .avatar-first-78d1 h3 {
        font-size: 1.2rem;
    }
    
    .copper-cb35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_stone_37ac {
        padding: 15px 10px;
    }
    
    .label_stone_37ac h4 {
        font-size: 0.85rem;
    }
    
    .label_stone_37ac p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .shade_clean_da5f {
        padding: 30px 15px;
    }
    
    .media_pro_c195 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag-steel-2260 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search-first-3517 h4 {
        font-size: 0.9rem;
    }
    
    .search-first-3517 a {
        font-size: 0.8rem;
    }
    
    .wrapper-1198 {
        font-size: 0.8rem;
    }
    
    .left-04f6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .blue-54fc {
        padding: 8px 10px;
    }
    
    .gradient_8d22 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bottom-41f3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient_8d22 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bottom-41f3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1fe5 */
.shadow-element-p0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
