/* Inner Page Styles */

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

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

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

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

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

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

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

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

.nav_4090 .tooltip_right_c7fa:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion_197e.fn-active-0603 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-6d28 {
    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%;
}

.form-6d28 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 */
.preview-wide-91ca {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preview-wide-91ca li {
    margin-bottom: var(--md-spacing-xs);
}

.preview-wide-91ca 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);
}

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

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

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

.basic-d2cf:hover::before {
    left: 100%;
}

.basic-d2cf 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;
}

.basic-d2cf 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;
}

.basic-d2cf .banner-18c4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.basic-d2cf .banner-18c4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.card-837a {
    margin-top: var(--md-spacing-sm);
}

.primary-07d2 {
    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-07d2:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.panel_orange_555d .banner-18c4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.panel_orange_555d .banner-18c4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-5345 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .container-5345 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .container-5345 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .nav_4090 {
        justify-content: center;
    }
    
    .progress_40a6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .widget_fd21 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .banner_5a37 {
        padding: var(--md-spacing-md) 0;
    }
    
    .action_55cd {
        padding: var(--md-spacing-md);
    }
    
    .aside_first_d619 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form-6d28 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .panel_orange_555d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .widget_efff {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .action_55cd {
        padding: var(--md-spacing-sm);
    }
    
    .element-9d4f {
        padding: var(--md-spacing-md);
    }
    
    .form-6d28 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element-9d4f,
.form-6d28,
.panel_orange_555d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.small-905d::-webkit-scrollbar {
    width: 8px;
}

.small-905d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.hard_9281 {
    font-size: 1.5rem;
}

.stone_d26e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_afff strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.medium-1b07 {
    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;
}

.medium-1b07.image_solid_91d6 .card-3782 {
    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); }
}

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

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

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

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

.stone-a036 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;
}

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

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

.focused_eb3d {
    font-size: 1.2rem;
}

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

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

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

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

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

.chip_north_ed13.iron_77af::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.chip_north_ed13.module-5891::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_north_ed13.orange_8117::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.chip_north_ed13.focus-short-f018::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.secondary_hot_12b5 {
    font-size: 1.2rem;
}

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

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

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

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

.media-24c9.up-fa74 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media-24c9.fn-active-0603 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.secondary-paper-83fc {
    color: #666;
    font-size: 0.8rem;
}

.wrapper-large-4e7f {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.surface-copper-1607 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.complex-1afe { border-top: 3px solid #00ccff; }
.element-static-e433 { border-top: 3px solid #00ff88; }
.focus_focused_823e { border-top: 3px solid #d4af37; }
.full-684f { border-top: 3px solid #ff6b6b; }
.block-motion-10a0 { border-top: 3px solid #8b5cf6; }

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

.focus-d945 {
    overflow-x: auto;
}

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

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

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

.bottom_38b0 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-top-852a {
    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;
}

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

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

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

.shadow-current-e835 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.photo-brown-d22d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.wrapper-7fef {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.badge-old-3de5 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.layout-c913 strong {
    color: #fff;
    display: block;
}

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

.link-cold-3224 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.link-cold-3224 .backdrop-motion-7a2b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.lite-414d .tooltip-rough-499c {
    margin-bottom: 10px;
}

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

.lite-414d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.label-6f4a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-82e4 span {
    color: #666;
    font-size: 0.8rem;
}

.header-82e4 a {
    color: #ff6b6b;
}

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

.iron-82d4 {
    max-width: 800px;
    margin: 0 auto;
}

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

.sort-out-fc55 {
    text-align: center;
}

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

.sort-out-fc55 .up_c9d9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.iron-82d4 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.logo-red-d359 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.chip-orange-33a3 {
    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;
}

.chip-orange-33a3.glass_9eff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .wrapper_5a5c {
        flex-direction: column;
    }
    .card-4e7f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.table_dim_c883 .north-14fc {
    color: #666;
    margin: 0 8px;
}

.table_dim_c883 .old_9a81 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.hero_medium_3dfb {
    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-f894 {
    font-size: 2rem;
}

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

.accordion_prev_6888 strong {
    color: #d4af37;
}

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

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

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

.menu-5bef h3,
.container_08a6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.glass_412b strong {
    color: #00ff88;
}

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

.shade-7ede {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.block-dark-afb4 h3,
.advanced-8899 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.main_04df strong {
    color: #d4af37;
}

.button_0990 {
    color: #aaa;
}

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

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

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

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

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

.icon-next-b732 {
    max-width: 900px;
    margin: 0 auto;
}

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

.background-current-8ab1:last-child {
    border-bottom: none;
}

.background-current-8ab1 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.background-current-8ab1 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.breadcrumb-97d8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.breadcrumb-97d8 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;
}

.breadcrumb-97d8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hard_105d strong {
    color: #d4af37;
}

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

.highlight-rough-ee99 {
    color: #888;
    font-size: 0.9rem;
}

.highlight-rough-ee99 strong {
    color: #00ff88;
}

.highlight-rough-ee99 span {
    color: #d4af37;
}

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

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

.frame-paper-5f7d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .frame-paper-5f7d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.mask-526b {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.text-blue-4fef {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-0e76 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .west-c886 {
        padding: 30px 15px;
    }
    
    .west-c886 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .active-d835 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .content_selected_2738 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .thumbnail_liquid_8c4f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_liquid_8c4f .steel-c197 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .item_039d {
        font-size: 1.3rem;
    }
    
    .article-0d56 {
        font-size: 0.7rem;
    }
    
    .input_6b50 {
        flex-direction: column;
        gap: 10px;
    }
    
    .input_6b50 .banner-18c4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .yellow_b0a2 {
        display: none;
    }
    
    .texture_90a0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image_d5ab {
        padding: 20px 10px;
    }
    
    .frame-paper-5f7d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper-51a5,
    .selected-2a52 {
        padding: 15px;
    }
    
    .main_ee17 {
        flex-direction: column;
        gap: 5px;
    }
    
    .text-blue-4fef {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .component_purple_6722 {
        padding: 30px 10px;
    }
    
    .hero-4f5c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_e44a {
        padding: 20px 15px;
    }
    
    .old-3dec {
        font-size: 2rem;
    }
    
    .main_e44a h3 {
        font-size: 1.1rem;
    }
    
    .main_e44a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sidebar-short-9204 {
        padding: 20px 5px;
    }
    
    .sidebar-short-9204 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .banner-top-1c73 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .bottom_38b0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .bottom_38b0 th,
    .bottom_38b0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .summary-06f0 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .summary-e431 {
        padding: 20px 10px;
    }
    
    .input_gas_e876 h2 {
        font-size: 1.3rem;
    }
    
    .steel_a956 {
        font-size: 0.9rem;
    }
    
    .background-current-8ab1 h3 {
        font-size: 1.1rem;
    }
    
    .background-current-8ab1 p {
        font-size: 0.9rem;
    }
    
    .breadcrumb-97d8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thick_3dc5 {
        grid-template-columns: 1fr;
    }
    
    .hard_105d {
        font-size: 0.85rem;
    }
    
    .dropdown_736b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle-a3a8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .middle-a3a8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hot-e467 {
        padding: 30px 10px;
    }
    
    .widget_0f82 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-3ac7 {
        padding: 15px 10px;
    }
    
    .black-3ac7 h4 {
        font-size: 0.9rem;
    }
    
    .black-3ac7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .banner_92ac {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget_0f82 {
        grid-template-columns: 1fr;
    }
    
    .black-3ac7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo-north-c0a2 {
        padding: 30px 10px;
    }
    
    .slider-short-adab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_2537 {
        padding: 15px;
    }
    
    .new_2a7e {
        font-size: 0.9rem;
    }
    
    .paragraph_gas_1799 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph_gas_1799 .north-2fb9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .short_dbe2 {
        padding: 30px 10px;
    }
    
    .short_dbe2 h2 {
        font-size: 1.2rem;
    }
    
    .slider-large-150d {
        gap: 10px;
    }
    
    .large_6d16 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .large_6d16 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .carousel_db08 {
        padding: 30px 10px;
    }
    
    .carousel_db08 h2 {
        font-size: 1.2rem;
    }
    
    .large-50fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-8315 {
        padding: 15px 10px;
    }
    
    .image-8315 h4 {
        font-size: 0.85rem;
    }
    
    .image-8315 p {
        font-size: 0.75rem;
    }
    
    .current_f6ba {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shadow_narrow_3c30 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fresh_9351 {
        padding: 20px 10px;
    }
    
    .element_a1ba {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .soft_07c5,
    .pattern-8525,
    .header-82e4 {
        width: 100%;
    }
    
    .soft_07c5 h3 {
        font-size: 1.1rem;
    }
    
    .soft_07c5 p {
        font-size: 0.8rem;
    }
    
    .right-ed85 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .large_db45 {
        padding: 30px 15px;
    }
    
    .large_db45 h2 {
        font-size: 1.3rem;
    }
    
    .large_db45 p {
        font-size: 0.85rem;
    }
    
    .input_easy_ee66 {
        flex-direction: column;
        gap: 10px;
    }
    
    .input_easy_ee66 .banner-18c4 {
        width: 100%;
    }
    
    .tabs-bb50 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .silver_0c2f {
        padding: 30px 15px;
    }
    
    .list-copper-b698 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .caption-0358 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .nav-cdfa h4 {
        font-size: 0.9rem;
    }
    
    .nav-cdfa a {
        font-size: 0.8rem;
    }
    
    .slider-liquid-c350 {
        font-size: 0.8rem;
    }
    
    .over_baf0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hot_3182 {
        padding: 8px 10px;
    }
    
    .warm-9b99 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dim-91c9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .warm-9b99 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dim-91c9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1916 */
.ghost-box-a8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
