/* Inner Page Styles */

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

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

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

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

.element-paper-cb8b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.element-paper-cb8b .glass_2769 {
    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;
}

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

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

.element-paper-cb8b .glass_2769:hover::before {
    left: 100%;
}

.element-paper-cb8b .glass_2769:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.purple-0c6c {
    color: var(--casino-gold-light);
}

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

.purple-0c6c a:hover {
    color: var(--casino-gold-light);
}

.purple-0c6c.fn-active-d275 {
    color: var(--casino-gold-light);
}

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

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

.stone-223e {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_middle_bfe5 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 */
.table-silver-e41c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-silver-e41c li {
    margin-bottom: var(--md-spacing-xs);
}

.table-silver-e41c 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);
}

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

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

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

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

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

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

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

.table_781b .liquid_8970:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.progress_plasma_8d30 .liquid_8970:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .short_f773 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .short_f773 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .short_f773 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .element-paper-cb8b {
        justify-content: center;
    }
    
    .gas-0798 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bright-a364 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wood-0895 {
        padding: var(--md-spacing-md) 0;
    }
    
    .stone-223e {
        padding: var(--md-spacing-md);
    }
    
    .brown-f86a {
        padding: var(--md-spacing-md) 0;
    }
    
    .list_middle_bfe5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress_plasma_8d30 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .photo-bronze-4cca {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .stone-223e {
        padding: var(--md-spacing-sm);
    }
    
    .filter-db26 {
        padding: var(--md-spacing-md);
    }
    
    .list_middle_bfe5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.filter-db26,
.list_middle_bfe5,
.progress_plasma_8d30 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.background-short-f7c4::-webkit-scrollbar {
    width: 8px;
}

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

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

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

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

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

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

.component-clean-9a3c {
    font-size: 1.5rem;
}

.complex_853f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.logo-advanced-23b5 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.nav-bright-171a {
    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;
}

.nav-bright-171a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.accent_ab0e.outline-bronze-0a5d .over_ed19 {
    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); }
}

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

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

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

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

.fluid-c8ab 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;
}

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

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

.sort-53aa {
    font-size: 1.2rem;
}

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

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

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

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

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

.label_purple_0bef.east_dc20::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.label_purple_0bef.backdrop_iron_91b6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label_purple_0bef.primary_solid_60f5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.label_purple_0bef.widget_595f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.primary-1455 {
    font-size: 1.2rem;
}

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

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

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

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

.section-iron-bffe.item-5fd3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.section-iron-bffe.fn-active-d275 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.alert-medium-6791 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.block-clean-846b {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.tabs-dim-30f5 { border-top: 3px solid #00ccff; }
.feature-full-8a5d { border-top: 3px solid #00ff88; }
.primary-bc2a { border-top: 3px solid #d4af37; }
.fresh-c2f9 { border-top: 3px solid #ff6b6b; }
.menu-blue-3f16 { border-top: 3px solid #8b5cf6; }

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

.nav-outer-d53d {
    overflow-x: auto;
}

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

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

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

.surface-753f td {
    color: #ccc;
}

.surface-753f .thick_e3b8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.surface-753f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .layout-smooth-29fa {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.active-49af {
    color: #888;
    font-size: 0.85rem;
}

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

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

.middle-a5b4 {
    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_f121 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.alert-north-eb91 {
    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;
}

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

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

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

.link-inner-f527 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.tooltip-cold-6c10 {
    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;
}

.tooltip-cold-6c10::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);
}

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

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

.tooltip-cold-6c10 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.fresh-5224 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.sidebar-first-1ef0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sidebar-first-1ef0 .plasma-2790 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.menu-7a68 .shade-blue-88fd {
    margin-bottom: 10px;
}

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

.menu-7a68 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer-7d48 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.item-advanced-6d96 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.item-advanced-6d96 span {
    color: #666;
    font-size: 0.8rem;
}

.item-advanced-6d96 a {
    color: #ff6b6b;
}

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

.pagination-solid-c62b {
    max-width: 800px;
    margin: 0 auto;
}

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

.box_d6a4 {
    text-align: center;
}

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

.box_d6a4 .avatar-9ebc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.pagination-solid-c62b > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.row-997e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.out-2fe9 {
    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;
}

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

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

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

.hidden-outer-1973 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.button-blue-5b9a {
    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;
}

.button-blue-5b9a.mask_paper_5db5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.backdrop-first-a379 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.down_8845 .footer-b314 {
    color: #666;
    margin: 0 8px;
}

.down_8845 .detail_e7ff {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.item_active_975f {
    font-size: 2rem;
}

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

.menu_middle_f58b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.dynamic_e7e1 strong {
    color: #00ff88;
}

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

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

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

.image_in_e690 h3,
.main-paper-c23a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.chip-87df {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.hidden_a959 strong {
    color: #d4af37;
}

.dark-ef34 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.filter-lower-28f4 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.filter-lower-28f4 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;
}

.filter-lower-28f4 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.progress-light-0401 strong {
    color: #d4af37;
}

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

.fixed-6f68 {
    color: #888;
    font-size: 0.9rem;
}

.fixed-6f68 strong {
    color: #00ff88;
}

.fixed-6f68 span {
    color: #d4af37;
}

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

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

.warm-310c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-bottom-0f39 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.module-bottom-0f39 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-35d7 {
    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;
}

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

.simple_2aff strong {
    color: #00ff88;
}

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

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

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

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

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

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

.outer-7d48 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.status-552b {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .yellow-71c1 {
        padding: 30px 15px;
    }
    
    .yellow-71c1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hover_smooth_0c72 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .backdrop-8012 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .filter_gold_338b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter_gold_338b .label_2010 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gallery-dark-cec0 {
        font-size: 1.3rem;
    }
    
    .tooltip_wood_22dd {
        font-size: 0.7rem;
    }
    
    .section_hard_aa2b {
        flex-direction: column;
        gap: 10px;
    }
    
    .section_hard_aa2b .liquid_8970 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active_hovered_d15f {
        display: none;
    }
    
    .small-3d91 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .table-4c9c {
        padding: 20px 10px;
    }
    
    .warm-310c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange_e6a8,
    .red_0b44 {
        padding: 15px;
    }
    
    .gold-8b9c {
        flex-direction: column;
        gap: 5px;
    }
    
    .gradient_97f3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thick_2dfc {
        padding: 30px 10px;
    }
    
    .huge_7340 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-next-1c0d {
        padding: 20px 15px;
    }
    
    .nav_ef9b {
        font-size: 2rem;
    }
    
    .avatar-next-1c0d h3 {
        font-size: 1.1rem;
    }
    
    .avatar-next-1c0d p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .stone-eac3 {
        padding: 20px 5px;
    }
    
    .stone-eac3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gold-663f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .surface-753f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .surface-753f th,
    .surface-753f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .easy_7340 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .nav-short-d485 {
        padding: 20px 10px;
    }
    
    .tooltip_motion_52a7 h2 {
        font-size: 1.3rem;
    }
    
    .modal_hard_f604 {
        font-size: 0.9rem;
    }
    
    .silver_d93b h3 {
        font-size: 1.1rem;
    }
    
    .silver_d93b p {
        font-size: 0.9rem;
    }
    
    .filter-lower-28f4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notice_fast_ce1a {
        grid-template-columns: 1fr;
    }
    
    .progress-light-0401 {
        font-size: 0.85rem;
    }
    
    .preview-03bd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active_cd50 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .active_cd50 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gallery_wood_835f {
        padding: 30px 10px;
    }
    
    .article-rough-66c6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-pressed-4c6f {
        padding: 15px 10px;
    }
    
    .video-pressed-4c6f h4 {
        font-size: 0.9rem;
    }
    
    .video-pressed-4c6f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .component_4605 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .article-rough-66c6 {
        grid-template-columns: 1fr;
    }
    
    .video-pressed-4c6f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .texture-simple-0e4f {
        padding: 30px 10px;
    }
    
    .media-0f91 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip-dynamic-bddf {
        padding: 15px;
    }
    
    .heading-5220 {
        font-size: 0.9rem;
    }
    
    .chip-7085 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-7085 .image-92fe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sidebar-7c03 {
        padding: 30px 10px;
    }
    
    .sidebar-7c03 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper_stale_27e4 {
        gap: 10px;
    }
    
    .thumbnail-narrow-57ce summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .thumbnail-narrow-57ce p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .under-7dc7 {
        padding: 30px 10px;
    }
    
    .under-7dc7 h2 {
        font-size: 1.2rem;
    }
    
    .backdrop_fd1d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice_silver_a30a {
        padding: 15px 10px;
    }
    
    .notice_silver_a30a h4 {
        font-size: 0.85rem;
    }
    
    .notice_silver_a30a p {
        font-size: 0.75rem;
    }
    
    .hidden_8738 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification_iron_00c7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .simple_84bb {
        padding: 20px 10px;
    }
    
    .solid-b2f5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .box_copper_c5ef,
    .tall_2988,
    .item-advanced-6d96 {
        width: 100%;
    }
    
    .box_copper_c5ef h3 {
        font-size: 1.1rem;
    }
    
    .box_copper_c5ef p {
        font-size: 0.8rem;
    }
    
    .table_4bf8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dim-4e50 {
        padding: 30px 15px;
    }
    
    .dim-4e50 h2 {
        font-size: 1.3rem;
    }
    
    .dim-4e50 p {
        font-size: 0.85rem;
    }
    
    .disabled-163a {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled-163a .liquid_8970 {
        width: 100%;
    }
    
    .pagination_7d58 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dim_a10a {
        padding: 30px 15px;
    }
    
    .disabled_d8a4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .carousel-5ae0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dark_d1aa h4 {
        font-size: 0.9rem;
    }
    
    .dark_d1aa a {
        font-size: 0.8rem;
    }
    
    .progress-large-a67c {
        font-size: 0.8rem;
    }
    
    .backdrop-1c80 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .blue-8743 {
        padding: 8px 10px;
    }
    
    .background_hovered_8114 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table-dirty-4e72 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .background_hovered_8114 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table-dirty-4e72 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8466 */
.phantom-card-r4 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
