/* Inner Page Styles */

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

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

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

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

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

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

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

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

.layout_f425 .hard_788b:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-paper-dfec {
    color: var(--casino-gold-light);
}

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

.card-paper-dfec a:hover {
    color: var(--casino-gold-light);
}

.card-paper-dfec.fn-active-744f {
    color: var(--casino-gold-light);
}

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

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

.yellow-2c28 {
    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);
}

.yellow-2c28 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);
}

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

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

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

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

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

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

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

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

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

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

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

.disabled-purple-28eb {
    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%;
}

.disabled-purple-28eb 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 */
.info_9285 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.primary-07a0:hover::before {
    left: 100%;
}

.primary-07a0 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;
}

.primary-07a0 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;
}

.primary-07a0 .accent-b266 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.primary-07a0 .accent-b266:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.current_7caf .accent-b266:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dynamic_1dd4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dynamic_1dd4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dynamic_1dd4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .layout_f425 {
        justify-content: center;
    }
    
    .banner_ab04 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .shade-purple-17f2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification-fresh-dd77 {
        padding: var(--md-spacing-md) 0;
    }
    
    .yellow-2c28 {
        padding: var(--md-spacing-md);
    }
    
    .description_1a53 {
        padding: var(--md-spacing-md) 0;
    }
    
    .disabled-purple-28eb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .current_7caf {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .info_light_a75b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .yellow-2c28 {
        padding: var(--md-spacing-sm);
    }
    
    .huge_8264 {
        padding: var(--md-spacing-md);
    }
    
    .disabled-purple-28eb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.huge_8264,
.disabled-purple-28eb,
.current_7caf {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.popup_8383 {
    font-size: 1.5rem;
}

.tabs_west_8545 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.motion-49a4 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.shade-5f7f {
    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;
}

.shade-5f7f strong {
    color: #00ff88;
}

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

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

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

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

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

.inner_231f::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_8a28 {
    text-align: center;
    margin-bottom: 30px;
}

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

.header_1f03.text-right-7d45 .section_1823 {
    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); }
}

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

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

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

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

.row-1393 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

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

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

.fast_400f {
    font-size: 1.2rem;
}

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

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

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

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

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

.fast_1822.cool_0603::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fast_1822.list_5381::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fast_1822.feature_south_d9ea::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fast_1822.last-c28a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.east_e3ee {
    font-size: 1.2rem;
}

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

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

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

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

.picture_d96b.texture_purple_a7ae { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture_d96b.fn-active-744f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.secondary-fluid-6622 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.wide-6701.photo-1fce {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.fluid_376c { border-top: 3px solid #00ccff; }
.active-fluid-27f5 { border-top: 3px solid #00ff88; }
.box_full_f728 { border-top: 3px solid #d4af37; }
.old_5fd4 { border-top: 3px solid #ff6b6b; }
.summary-blue-6c0d { border-top: 3px solid #8b5cf6; }

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

.badge_south_26bb {
    overflow-x: auto;
}

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

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

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

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

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

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

/* Tech Specs Section */
.button-7fdd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.module-top-d586 {
    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;
}

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

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

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

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

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

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

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

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

.layout-3233 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.texture-bottom-6edf {
    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;
}

.texture-bottom-6edf::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);
}

.mask-under-3caa {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

.texture-bottom-6edf p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.dropdown-4d1c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.main-silver-bef9 {
    font-size: 1.5rem;
}

.header-75d0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop-86d8 .simple-4089 {
    margin-bottom: 10px;
}

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

.backdrop-86d8 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.overlay-center-8a18 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.progress-53cd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.input-orange-073e {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.cold-13e3 {
    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;
}

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

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

.form-right-ba44 span {
    color: #666;
    font-size: 0.8rem;
}

.form-right-ba44 a {
    color: #ff6b6b;
}

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

.clean-406a {
    max-width: 800px;
    margin: 0 auto;
}

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

.popup-b3a8 {
    text-align: center;
}

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

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

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

.clean-406a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.primary_434c {
    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_434c:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

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

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

.tabs-15d3 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.east_3f0a.photo-1fce {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.logo-gold-8403 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .component-dirty-2356 {
        flex-direction: column;
    }
    .backdrop_3fa3 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.short-17ff {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.gradient_medium_369f .popup-tiny-a2e1 {
    color: #666;
    margin: 0 8px;
}

.gradient_medium_369f .chip-huge-1648 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.accordion-7c08 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.input_fluid_cf74 {
    font-size: 2rem;
}

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

.outline-dea0 strong {
    color: #d4af37;
}

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

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

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

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

.shade-cold-ce68 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.progress-5e11 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.dropdown-faaf strong {
    color: #00ff88;
}

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

.gradient-prev-1fd4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.plasma-2dd6 h3,
.article_8d78 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.progress-702c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.mask-990f summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.highlight_hot_3f17 strong {
    color: #d4af37;
}

.picture_a320 {
    color: #aaa;
}

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

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

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

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

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

.fluid-2f6c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.black-49b5 {
    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;
}

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

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

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

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

.background_bright_3159 strong {
    color: #d4af37;
}

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

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

.dark_474b strong {
    color: #00ff88;
}

.dark_474b span {
    color: #d4af37;
}

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

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

.bright-63dc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.photo-red-7826 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.container-iron-32fc {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.container-iron-32fc li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.description-0a22 li {
    margin-bottom: 5px;
}

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

.description-0a22 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.description-fast-7884 {
    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;
}

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

.tertiary-99b4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.input-orange-073e {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.slider-5d35 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .black_d1b3 {
        padding: 30px 15px;
    }
    
    .black_d1b3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .silver_c535 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .detail_4d4b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tall-a412 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tall-a412 .form_0dfb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bronze-446e {
        font-size: 1.3rem;
    }
    
    .layout_ac2b {
        font-size: 0.7rem;
    }
    
    .green-8608 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green-8608 .accent-b266 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .grid_plasma_2b65 {
        display: none;
    }
    
    .pagination_2d45 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .overlay-e78a {
        padding: 20px 10px;
    }
    
    .bright-63dc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame_paper_1b2c,
    .liquid-e769 {
        padding: 15px;
    }
    
    .photo-red-7826 {
        flex-direction: column;
        gap: 5px;
    }
    
    .article-ee8d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .cold_eac7 {
        padding: 30px 10px;
    }
    
    .card_purple_180e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .east-0357 {
        padding: 20px 15px;
    }
    
    .component_923e {
        font-size: 2rem;
    }
    
    .east-0357 h3 {
        font-size: 1.1rem;
    }
    
    .east-0357 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .cold-b1cf {
        padding: 20px 10px;
    }
    
    .secondary_87b1 h2 {
        font-size: 1.3rem;
    }
    
    .nav-9f55 {
        font-size: 0.9rem;
    }
    
    .under_ac9c h3 {
        font-size: 1.1rem;
    }
    
    .under_ac9c p {
        font-size: 0.9rem;
    }
    
    .inner_b583 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .description-7ee2 {
        grid-template-columns: 1fr;
    }
    
    .background_bright_3159 {
        font-size: 0.85rem;
    }
    
    .surface-1e05 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-49b5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .black-49b5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .orange_d844 {
        padding: 30px 10px;
    }
    
    .pro_9e42 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-wood-d613 {
        padding: 15px 10px;
    }
    
    .item-wood-d613 h4 {
        font-size: 0.9rem;
    }
    
    .item-wood-d613 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .element_7d40 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pro_9e42 {
        grid-template-columns: 1fr;
    }
    
    .item-wood-d613 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .breadcrumb_hard_3e2f {
        padding: 30px 10px;
    }
    
    .north_5f8c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected-9da7 {
        padding: 15px;
    }
    
    .input-deb8 {
        font-size: 0.9rem;
    }
    
    .hero_inner_9410 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_inner_9410 .box_1166 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .wrapper-381b {
        padding: 30px 10px;
    }
    
    .wrapper-381b h2 {
        font-size: 1.2rem;
    }
    
    .bright-b605 {
        gap: 10px;
    }
    
    .progress_blue_82e5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .progress_blue_82e5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .out-88a4 {
        padding: 30px 10px;
    }
    
    .out-88a4 h2 {
        font-size: 1.2rem;
    }
    
    .gold-1bb0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu_west_e98b {
        padding: 15px 10px;
    }
    
    .menu_west_e98b h4 {
        font-size: 0.85rem;
    }
    
    .menu_west_e98b p {
        font-size: 0.75rem;
    }
    
    .lower_2d8f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .input-pink-f734 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dropdown-5775 {
        padding: 20px 10px;
    }
    
    .new-3383 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pattern_new_16a4,
    .text_orange_7cbe,
    .form-right-ba44 {
        width: 100%;
    }
    
    .pattern_new_16a4 h3 {
        font-size: 1.1rem;
    }
    
    .pattern_new_16a4 p {
        font-size: 0.8rem;
    }
    
    .cold-13e3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accordion-top-f430 {
        padding: 30px 15px;
    }
    
    .accordion-top-f430 h2 {
        font-size: 1.3rem;
    }
    
    .accordion-top-f430 p {
        font-size: 0.85rem;
    }
    
    .outline-04a7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline-04a7 .accent-b266 {
        width: 100%;
    }
    
    .backdrop-caa8 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .widget-hard-ddc2 {
        padding: 30px 10px;
    }
    
    .widget-hard-ddc2 h3 {
        font-size: 1.2rem;
    }
    
    .carousel-pressed-ba68 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .current_7caf {
        padding: 15px 10px;
    }
    
    .current_7caf h4 {
        font-size: 0.85rem;
    }
    
    .current_7caf p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .warm_92d0 {
        padding: 30px 15px;
    }
    
    .focus-hovered-901c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .banner_action_7ced {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bottom_a50a h4 {
        font-size: 0.9rem;
    }
    
    .bottom_a50a a {
        font-size: 0.8rem;
    }
    
    .message_670f {
        font-size: 0.8rem;
    }
    
    .warm_6699 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .description_left_7212 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .overlay-first-f153 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ba66 */
.ghost-box-d2 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
