/* Inner Page Styles */

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

.notice-thick-6a72 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);
}

.notice-thick-6a72 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);
}

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

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

.shadow-f5a7 .aside-2097 {
    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;
}

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

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

.shadow-f5a7 .aside-2097:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pink-9950.fn-active-2aa8 {
    color: var(--casino-gold-light);
}

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

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

.tiny-267f {
    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);
}

.tiny-267f 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced_3a1c .gas-7c88 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.advanced_3a1c .gas-7c88:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.caption_8014 .gas-7c88 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.caption_8014 .gas-7c88:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice-thick-6a72 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice-thick-6a72 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice-thick-6a72 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .shadow-f5a7 {
        justify-content: center;
    }
    
    .shadow_wood_c3a1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pagination-6a31 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter_cold_6e82 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tiny-267f {
        padding: var(--md-spacing-md);
    }
    
    .block_8d01 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip_d479 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .caption_8014 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dark_06c7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tiny-267f {
        padding: var(--md-spacing-sm);
    }
    
    .gas-470a {
        padding: var(--md-spacing-md);
    }
    
    .tooltip_d479 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gas-470a,
.tooltip_d479,
.caption_8014 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.link_east_e5af {
    font-size: 1.5rem;
}

.paragraph-1f65 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.disabled-dim-7e26 {
    padding: 30px 0;
}

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

.sidebar-hard-7704 {
    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;
}

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

.sidebar-hard-7704 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.sidebar-hard-7704 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.aside-f434 strong {
    color: #00ff88;
}

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

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

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

.row-steel-0c41 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.orange-d298.frame_1518 .gradient_aaa6 {
    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); }
}

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

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

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

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

.image-b7aa 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;
}

.image-b7aa img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

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

.north_455c {
    font-size: 1.2rem;
}

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

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

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

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

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

.text_c7cf.component-158a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.text_c7cf.block-purple-9c3b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text_c7cf.media_2389::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.text_c7cf.menu_rough_6745::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.footer_old_481b {
    font-size: 1.2rem;
}

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

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

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

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

.light-1266.accent-old-ac2e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light-1266.fn-active-2aa8 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.filter-gold-5eee {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.filter-glass-43d5 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.solid-475c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.center_7f7d.sort-stale-a746 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.description-first-55b5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.paragraph-6fd7 { border-top: 3px solid #00ccff; }
.card_cold_7634 { border-top: 3px solid #00ff88; }
.footer-d9e7 { border-top: 3px solid #d4af37; }
.icon-1239 { border-top: 3px solid #ff6b6b; }
.hero-light-4d49 { border-top: 3px solid #8b5cf6; }

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

.stone_e6bb {
    overflow-x: auto;
}

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

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

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

.prev_e5da td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.popup-lower-7e8c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.border-631c {
    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;
}

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

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

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

.background_pressed_086b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.icon-cool-52c1 {
    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;
}

.icon-cool-52c1::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

.icon-cool-52c1 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.icon-cool-52c1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.thumbnail-0df4 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pattern-70f9 {
    font-size: 1.5rem;
}

.label-cool-8b79 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.summary-red-4eff {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.center_4c81 .smooth-0209 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.layout-plasma-26b4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hot-3b7f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.tertiary-clean-d3c9 span {
    color: #666;
    font-size: 0.8rem;
}

.tertiary-clean-d3c9 a {
    color: #ff6b6b;
}

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

.detail-clean-2e77 {
    max-width: 800px;
    margin: 0 auto;
}

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

.pattern_east_60f1 {
    text-align: center;
}

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

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

.detail-clean-2e77 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.detail-clean-2e77 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.notice-left-7f3d {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.primary-c174 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.accent-d46a.sort-stale-a746 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.footer_f9fb .tabs_5b36 {
    color: #666;
    margin: 0 8px;
}

.footer_f9fb .content-83f7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.menu-bright-caa8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.filter-760a {
    font-size: 2rem;
}

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

.orange_3899 strong {
    color: #d4af37;
}

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

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

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

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

.wrapper-paper-d82d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.glass-5a55 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.icon_fluid_86b5 strong {
    color: #00ff88;
}

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

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

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

.list-soft-f3fd h3,
.progress-light-28bb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.pattern_plasma_2558 strong {
    color: #d4af37;
}

.glass-d92c {
    color: #aaa;
}

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

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

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

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

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

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

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

.photo-52ff:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.module-30aa {
    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;
}

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

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

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

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

.shadow-53bc strong {
    color: #d4af37;
}

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

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

.primary_next_4728 strong {
    color: #00ff88;
}

.primary_next_4728 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.label-lower-f956 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.row-92ba {
    color: #999;
    font-size: 0.85rem;
}

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

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

.search-white-c290 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.search-white-c290 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-13d0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.icon-hot-3b7f {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.nav-out-99d1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .slider-fdd4 {
        padding: 30px 15px;
    }
    
    .slider-fdd4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .prev_1c02 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .old-d78c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .over-7993 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .over-7993 .summary-9d67 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shadow-dirty-06e3 {
        font-size: 1.3rem;
    }
    
    .photo_1cb6 {
        font-size: 0.7rem;
    }
    
    .red-e2a3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .red-e2a3 .gas-7c88 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture_basic_228a {
        display: none;
    }
    
    .footer-action-1042 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .picture_24c8 {
        padding: 20px 10px;
    }
    
    .warm_c079 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_bright_afa0,
    .stone-c3b1 {
        padding: 15px;
    }
    
    .steel-fe5a {
        flex-direction: column;
        gap: 5px;
    }
    
    .aside-e46e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .status_wood_1517 {
        padding: 30px 10px;
    }
    
    .video_paper_0ef0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label_e646 {
        padding: 20px 15px;
    }
    
    .over-cbdd {
        font-size: 2rem;
    }
    
    .label_e646 h3 {
        font-size: 1.1rem;
    }
    
    .label_e646 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .clean_49ed {
        padding: 20px 10px;
    }
    
    .photo_deeb h2 {
        font-size: 1.3rem;
    }
    
    .focus-5261 {
        font-size: 0.9rem;
    }
    
    .photo-52ff h3 {
        font-size: 1.1rem;
    }
    
    .photo-52ff p {
        font-size: 0.9rem;
    }
    
    .stone_9c5b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .header_simple_92e5 {
        grid-template-columns: 1fr;
    }
    
    .shadow-53bc {
        font-size: 0.85rem;
    }
    
    .dropdown-9a2e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-30aa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .module-30aa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wide_c368 {
        padding: 30px 10px;
    }
    
    .form_green_59d9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-thick-d197 {
        padding: 15px 10px;
    }
    
    .tag-thick-d197 h4 {
        font-size: 0.9rem;
    }
    
    .tag-thick-d197 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .warm-51cc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form_green_59d9 {
        grid-template-columns: 1fr;
    }
    
    .tag-thick-d197 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .feature_wide_1c4d {
        padding: 30px 10px;
    }
    
    .panel_purple_8ade {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-fast-cec1 {
        padding: 15px;
    }
    
    .card-99d1 {
        font-size: 0.9rem;
    }
    
    .tag_outer_bbc8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag_outer_bbc8 .thick-4d37 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .slow_acee {
        padding: 30px 10px;
    }
    
    .slow_acee h2 {
        font-size: 1.2rem;
    }
    
    .medium-575e {
        gap: 10px;
    }
    
    .icon-47b6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .icon-47b6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .form_dc6d {
        padding: 30px 10px;
    }
    
    .form_dc6d h2 {
        font-size: 1.2rem;
    }
    
    .slow-085a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-31e1 {
        padding: 15px 10px;
    }
    
    .message-31e1 h4 {
        font-size: 0.85rem;
    }
    
    .message-31e1 p {
        font-size: 0.75rem;
    }
    
    .top_8ee5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .out-d995 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fluid_3a62 {
        padding: 20px 10px;
    }
    
    .outline_7886 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .table_stale_492b,
    .progress_center_a3d4,
    .tertiary-clean-d3c9 {
        width: 100%;
    }
    
    .table_stale_492b h3 {
        font-size: 1.1rem;
    }
    
    .table_stale_492b p {
        font-size: 0.8rem;
    }
    
    .photo_advanced_75c8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .blue-98ef {
        padding: 30px 15px;
    }
    
    .blue-98ef h2 {
        font-size: 1.3rem;
    }
    
    .blue-98ef p {
        font-size: 0.85rem;
    }
    
    .wrapper-eae0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper-eae0 .gas-7c88 {
        width: 100%;
    }
    
    .west_74a8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .disabled_ebca {
        padding: 30px 15px;
    }
    
    .component-static-3dcc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .disabled-cf53 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pagination-344f h4 {
        font-size: 0.9rem;
    }
    
    .pagination-344f a {
        font-size: 0.8rem;
    }
    
    .row_9585 {
        font-size: 0.8rem;
    }
    
    .accent_wide_a87e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .status-803d {
        padding: 8px 10px;
    }
    
    .shade_iron_6e64 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .red_1d17 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_iron_6e64 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .red_1d17 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d5d7 */
.phantom-card-o8 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
