/* Inner Page Styles */

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

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

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

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

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

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

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

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

.header_e568 .active_8cea:hover::before {
    left: 100%;
}

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

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

.thumbnail-right-0f71 {
    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);
}

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

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

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

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

.status-black-23d2 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.banner_1cb3.fn-active-874f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_25c8 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 */
.texture-dark-a037 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.texture-dark-a037 li {
    margin-bottom: var(--md-spacing-xs);
}

.texture-dark-a037 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);
}

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

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

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

.description-pressed-b2f8:hover::before {
    left: 100%;
}

.description-pressed-b2f8 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;
}

.description-pressed-b2f8 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;
}

.description-pressed-b2f8 .component_a922 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.description-pressed-b2f8 .component_a922:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.background-soft-d0df {
    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);
}

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

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

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

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

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

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

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

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

.chip-b620 .component_a922:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar_short_c475 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar_short_c475 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar_short_c475 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .header_e568 {
        justify-content: center;
    }
    
    .thumbnail-right-0f71 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pagination-over-a9af {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hover-next-1884 {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature_8252 {
        padding: var(--md-spacing-md);
    }
    
    .article-fluid-3c9e {
        padding: var(--md-spacing-md) 0;
    }
    
    .table_25c8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip-b620 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .north-9227 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature_8252 {
        padding: var(--md-spacing-sm);
    }
    
    .liquid_5806 {
        padding: var(--md-spacing-md);
    }
    
    .table_25c8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid_5806,
.table_25c8,
.chip-b620 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.steel_e5cb {
    font-size: 1.5rem;
}

.complex_a089 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-upper-edc2 {
    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;
}

.content-upper-edc2 strong {
    color: #00ff88;
}

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

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

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

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

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

.overlay-dim-59cc::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;
}

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

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

.white_7f27.element-wood-d317 .hot_dbb5 {
    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); }
}

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

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

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

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

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

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

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

.progress_6dc6 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .table-liquid-819b {
        grid-template-columns: 1fr;
    }
}

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

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

.header_lower_faba.nav_gas_52c9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header_lower_faba.top-6099::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header_lower_faba.selected_c6e4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header_lower_faba.image_ff2c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.secondary-orange-377b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.popup-simple-64e3 {
    font-size: 1.2rem;
}

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

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

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

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

.accent-yellow-1c20.panel-8e0f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accent-yellow-1c20.fn-active-874f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.short_d5dd.panel-tiny-3d3e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.preview-31f8 { border-top: 3px solid #00ccff; }
.pagination-083d { border-top: 3px solid #00ff88; }
.rough_0df7 { border-top: 3px solid #d4af37; }
.shade-f6b3 { border-top: 3px solid #ff6b6b; }
.link_prev_57da { border-top: 3px solid #8b5cf6; }

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

.wrapper-advanced-958d {
    overflow-x: auto;
}

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

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

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

.hidden_081c td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .border-north-471e {
        grid-template-columns: 1fr;
    }
}

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

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

.copper-0c21 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.widget-64fc {
    color: #888;
    font-size: 0.85rem;
}

.highlight-steel-73a2 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.info-05c4 {
    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;
}

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

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

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

.stale-6bd7 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.highlight_narrow_b6e6 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.primary-hovered-b339 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.button-3c41 {
    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;
}

.button-3c41::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_6d5c {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.right-95e5 {
    font-size: 1.5rem;
}

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

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

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

.texture-current-c362 {
    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;
}

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

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

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

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

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

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

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

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

.notification_orange_db2d .layout-focused-cff8 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.image-last-d4d8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_c224 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

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

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

.pressed-416e span {
    color: #666;
    font-size: 0.8rem;
}

.pressed-416e a {
    color: #ff6b6b;
}

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

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

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

.left-677c {
    text-align: center;
}

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

.left-677c .dropdown_warm_f373 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.copper-07d1 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-wide-9ff8 {
    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;
}

.heading-wide-9ff8.panel-tiny-3d3e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.card_stone_e584 .status_complex_b7bd {
    color: #666;
    margin: 0 8px;
}

.card_stone_e584 .backdrop_b3c6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.article-685f {
    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;
}

.stale-550e {
    font-size: 2rem;
}

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

.dynamic-3ced strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.logo-center-5c79 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.link_08fa strong {
    color: #00ff88;
}

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

.picture-simple-9bfb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.tag-3a75 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.dynamic_f915 strong {
    color: #d4af37;
}

.mini_3e16 {
    color: #aaa;
}

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

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

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

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

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

.aside-medium-5729 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.module-65f0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.module-65f0 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;
}

.module-65f0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.steel_444d strong {
    color: #d4af37;
}

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

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

.slider-6526 strong {
    color: #00ff88;
}

.slider-6526 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.article-lower-19a5 {
    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);
}

.gallery-86d9 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-lower-220d {
    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;
}

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

.black_bf14 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mini-85b5 {
        padding: 30px 15px;
    }
    
    .mini-85b5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight-e2ea {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .table_bronze_8a10 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .badge-e221 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge-e221 .lower_7249 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .button-0bcf {
        font-size: 1.3rem;
    }
    
    .active_simple_8b0d {
        font-size: 0.7rem;
    }
    
    .dark-178f {
        flex-direction: column;
        gap: 10px;
    }
    
    .dark-178f .component_a922 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .steel-e823 {
        display: none;
    }
    
    .accent-in-3a0d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pattern-lite-f0e2 {
        padding: 20px 10px;
    }
    
    .menu-e8b6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next_44a5,
    .upper-e68d {
        padding: 15px;
    }
    
    .full_d358 {
        flex-direction: column;
        gap: 5px;
    }
    
    .article-lower-19a5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .module-prev-ee6a {
        padding: 30px 10px;
    }
    
    .pagination-50e5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-d441 {
        padding: 20px 15px;
    }
    
    .caption_4b50 {
        font-size: 2rem;
    }
    
    .tertiary-d441 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-d441 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .over_0a70 {
        padding: 20px 10px;
    }
    
    .title-dark-7ade h2 {
        font-size: 1.3rem;
    }
    
    .secondary-6b46 {
        font-size: 0.9rem;
    }
    
    .dirty_e2de h3 {
        font-size: 1.1rem;
    }
    
    .dirty_e2de p {
        font-size: 0.9rem;
    }
    
    .module-65f0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .chip_9ed4 {
        grid-template-columns: 1fr;
    }
    
    .steel_444d {
        font-size: 0.85rem;
    }
    
    .disabled_last_f02c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-6723 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gradient-6723 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_bottom_9121 {
        padding: 30px 10px;
    }
    
    .slider-b697 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_2393 {
        padding: 15px 10px;
    }
    
    .active_2393 h4 {
        font-size: 0.9rem;
    }
    
    .active_2393 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .container_300e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row-079a {
        padding: 30px 10px;
    }
    
    .link-6804 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element_lite_432e {
        padding: 15px;
    }
    
    .active_dc3f {
        font-size: 0.9rem;
    }
    
    .nav_dark_3eeb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav_dark_3eeb .bottom-baf0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .secondary-glass-cfd9 {
        padding: 30px 10px;
    }
    
    .secondary-glass-cfd9 h2 {
        font-size: 1.2rem;
    }
    
    .gallery_e9b7 {
        gap: 10px;
    }
    
    .description_steel_9af4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .description_steel_9af4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .lite_5327 {
        padding: 30px 10px;
    }
    
    .lite_5327 h2 {
        font-size: 1.2rem;
    }
    
    .easy-df67 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_hard_71d6 {
        padding: 15px 10px;
    }
    
    .thumbnail_hard_71d6 h4 {
        font-size: 0.85rem;
    }
    
    .thumbnail_hard_71d6 p {
        font-size: 0.75rem;
    }
    
    .pro_06a2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paragraph_brown_8892 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .column-c905 {
        padding: 20px 10px;
    }
    
    .tabs_huge_18cd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mask_25d4,
    .text-f3ea,
    .pressed-416e {
        width: 100%;
    }
    
    .mask_25d4 h3 {
        font-size: 1.1rem;
    }
    
    .mask_25d4 p {
        font-size: 0.8rem;
    }
    
    .hard_c224 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .prev-3205 {
        padding: 30px 15px;
    }
    
    .prev-3205 h2 {
        font-size: 1.3rem;
    }
    
    .prev-3205 p {
        font-size: 0.85rem;
    }
    
    .upper-b0cd {
        flex-direction: column;
        gap: 10px;
    }
    
    .upper-b0cd .component_a922 {
        width: 100%;
    }
    
    .black_b5d1 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .white_bc6e {
        padding: 30px 15px;
    }
    
    .link_gold_daf2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notice_8769 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .article_hard_94f8 h4 {
        font-size: 0.9rem;
    }
    
    .article_hard_94f8 a {
        font-size: 0.8rem;
    }
    
    .status-3c01 {
        font-size: 0.8rem;
    }
    
    .dim_a634 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .overlay-0879 {
        padding: 8px 10px;
    }
    
    .column_steel_b310 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .thumbnail-plasma-e029 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column_steel_b310 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thumbnail-plasma-e029 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5658 */
.shadow-element-c5 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
