/* Inner Page Styles */

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

.mini-8e49 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);
}

.mini-8e49 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);
}

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

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

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

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

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

.message_red_cb15 .sort_8c29:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-52c2 {
    color: var(--casino-gold-light);
}

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

.secondary-52c2 a:hover {
    color: var(--casino-gold-light);
}

.secondary-52c2.fn-active-9e2a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature_east_d292 .under_3915:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.small-76a2 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.link_b60b .under_3915:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mini-8e49 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mini-8e49 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mini-8e49 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .message_red_cb15 {
        justify-content: center;
    }
    
    .last_2c7b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .next_e673 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .steel_e2f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .card_inner_05db {
        padding: var(--md-spacing-md);
    }
    
    .panel-eebf {
        padding: var(--md-spacing-md) 0;
    }
    
    .active_right_1d35 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .link_b60b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .surface-0d45 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .card_inner_05db {
        padding: var(--md-spacing-sm);
    }
    
    .footer_5fe6 {
        padding: var(--md-spacing-md);
    }
    
    .active_right_1d35 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.footer_5fe6,
.active_right_1d35,
.link_b60b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.secondary-dim-67fa {
    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);
}

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

.bottom_b770 {
    font-size: 1.5rem;
}

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

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

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

/* Main Content Compact */
.accordion-fd39 {
    padding: 30px 0;
}

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

.slider-middle-aa25 {
    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-middle-aa25 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.slider-middle-aa25 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.slider-middle-aa25 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.action_0327 strong {
    color: #00ff88;
}

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

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

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

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

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

.info-yellow-13a6::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;
}

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

.row-copper-86d0 {
    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;
}

.row-copper-86d0.image-gas-9918 .section-fresh-cc03 {
    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); }
}

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

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

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

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

.hot-3f0d 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;
}

.hot-3f0d 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);
}

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

.soft-3d1d {
    font-size: 1.2rem;
}

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

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

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

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

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

.slider_3442.rough-e655::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider_3442.link_steel_bb6a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_3442.last-b749::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider_3442.primary_bottom_ebc1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focus_a1f9 {
    font-size: 1.2rem;
}

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

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

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

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

.description_fast_9c14.last_809f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.description_fast_9c14.fn-active-9e2a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.upper-1ba4 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.inner-90ff { border-top: 3px solid #00ccff; }
.main_11e3 { border-top: 3px solid #00ff88; }
.gradient-advanced-15a0 { border-top: 3px solid #d4af37; }
.prev-2738 { border-top: 3px solid #ff6b6b; }
.input-ecad { border-top: 3px solid #8b5cf6; }

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

.pattern_cb2e {
    overflow-x: auto;
}

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

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

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

.feature-21fc td {
    color: #ccc;
}

.feature-21fc .title_ce77 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.feature-21fc tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.copper-28fc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-gold-10e2 {
    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;
}

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

.notice-center-c92d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tabs-huge-40e8 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pagination-tall-30e3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.glass-2fe3 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.glass-2fe3::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);
}

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

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

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

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

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

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

.advanced_9601 {
    font-size: 1.5rem;
}

.shadow-narrow-59c2 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.main-dirty-46d8 strong {
    color: #fff;
    display: block;
}

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

.link-0e50 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.full-bfec .basic_2eb1 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.tag-up-2b41 {
    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;
}

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

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

.container-dynamic-a268 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.content-green-1289 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.old-641a {
    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;
}

.content-green-1289 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.frame_lite_7cd7 a {
    color: #ff6b6b;
}

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

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

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

.info_dirty_f051 {
    text-align: center;
}

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

.info_dirty_f051 .content-rough-ed36 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.clean-2c3e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.carousel-9d81 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .middle-5882 {
        flex-direction: column;
    }
    .disabled-blue-bd2f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.over-0056 .info_south_76c3 {
    color: #666;
    margin: 0 8px;
}

.over-0056 .bright-35bb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.dropdown-over-ee02 {
    font-size: 2rem;
}

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

.avatar-down-cff3 strong {
    color: #d4af37;
}

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

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

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

.table-purple-b2ee h3,
.item-stone-ea11 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.list-warm-e8c0 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.main-active-7fca {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.module-warm-26a4 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.module-warm-26a4 summary::-webkit-details-marker {
    display: none;
}

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

.background-smooth-98d5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.layout-large-69eb {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.layout-large-69eb strong {
    color: #d4af37;
}

.background-a01c {
    color: #aaa;
}

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

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

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

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

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

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

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

.dark-df5c:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.hard-6aef {
    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;
}

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

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

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

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

.out_45dd strong {
    color: #d4af37;
}

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

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

.pressed-bd95 strong {
    color: #00ff88;
}

.pressed-bd95 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action-0e45 strong {
    color: #00ff88;
}

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

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

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

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

.logo-selected-6adb {
    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;
}

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

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

@media (max-width: 768px) {
    .column_1334 {
        flex-direction: column;
    }
    
    .logo-selected-6adb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.disabled-0ceb {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hidden-03ea {
        padding: 30px 15px;
    }
    
    .hidden-03ea h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row_b9d6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .upper-9d11 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .content_6394 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content_6394 .basic-c6a2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .inner_25af {
        font-size: 1.3rem;
    }
    
    .aside_7000 {
        font-size: 0.7rem;
    }
    
    .steel-ba99 {
        flex-direction: column;
        gap: 10px;
    }
    
    .steel-ba99 .under_3915 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .carousel_9139 {
        display: none;
    }
    
    .dynamic_a27e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .down-337e {
        padding: 20px 10px;
    }
    
    .list_d882 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video-thick-753b,
    .west_c4e7 {
        padding: 15px;
    }
    
    .motion-c264 {
        flex-direction: column;
        gap: 5px;
    }
    
    .list_plasma_46f2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .section_next_48ed {
        padding: 30px 10px;
    }
    
    .focus-gas-163c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-c40d {
        padding: 20px 15px;
    }
    
    .media-8adf {
        font-size: 2rem;
    }
    
    .status-c40d h3 {
        font-size: 1.1rem;
    }
    
    .status-c40d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .item-0b42 {
        padding: 20px 10px;
    }
    
    .static_831e h2 {
        font-size: 1.3rem;
    }
    
    .dropdown-bright-0a40 {
        font-size: 0.9rem;
    }
    
    .dark-df5c h3 {
        font-size: 1.1rem;
    }
    
    .dark-df5c p {
        font-size: 0.9rem;
    }
    
    .title_prev_2ab5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .banner-d4f0 {
        grid-template-columns: 1fr;
    }
    
    .out_45dd {
        font-size: 0.85rem;
    }
    
    .section-fresh-a167 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard-6aef {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hard-6aef strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tertiary_771a {
        padding: 30px 10px;
    }
    
    .sidebar_b761 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-d601 {
        padding: 15px 10px;
    }
    
    .shadow-d601 h4 {
        font-size: 0.9rem;
    }
    
    .shadow-d601 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .north_db6c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tall-92ed {
        padding: 30px 10px;
    }
    
    .grid-under-516a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption_9f19 {
        padding: 15px;
    }
    
    .link-4425 {
        font-size: 0.9rem;
    }
    
    .active-2a53 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active-2a53 .tabs-slow-0fa3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .active-c5d1 {
        padding: 30px 10px;
    }
    
    .active-c5d1 h2 {
        font-size: 1.2rem;
    }
    
    .down-b7a4 {
        gap: 10px;
    }
    
    .iron_f5a7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .iron_f5a7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border_a863 {
        padding: 30px 10px;
    }
    
    .border_a863 h2 {
        font-size: 1.2rem;
    }
    
    .steel_45a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-f625 {
        padding: 15px 10px;
    }
    
    .bright-f625 h4 {
        font-size: 0.85rem;
    }
    
    .bright-f625 p {
        font-size: 0.75rem;
    }
    
    .container-dark-15f6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gallery_7ed7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .narrow-aa6d {
        padding: 20px 10px;
    }
    
    .article_46d6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay-1533,
    .content-green-1289,
    .frame_lite_7cd7 {
        width: 100%;
    }
    
    .overlay-1533 h3 {
        font-size: 1.1rem;
    }
    
    .overlay-1533 p {
        font-size: 0.8rem;
    }
    
    .old-641a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .clean_1b36 {
        padding: 30px 15px;
    }
    
    .clean_1b36 h2 {
        font-size: 1.3rem;
    }
    
    .clean_1b36 p {
        font-size: 0.85rem;
    }
    
    .accordion-paper-5139 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-paper-5139 .under_3915 {
        width: 100%;
    }
    
    .outline-736a {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .backdrop-liquid-1f66 {
        padding: 30px 15px;
    }
    
    .badge-dae7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dynamic_3fa2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shade_772e h4 {
        font-size: 0.9rem;
    }
    
    .shade_772e a {
        font-size: 0.8rem;
    }
    
    .aside_full_3220 {
        font-size: 0.8rem;
    }
    
    .prev-7d98 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .yellow_860e {
        padding: 8px 10px;
    }
    
    .message-dark-3ec3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .button_next_6138 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message-dark-3ec3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button_next_6138 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1129 */
.promo-block-d9 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
