/* Inner Page Styles */

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

.avatar_current_0156 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.avatar_current_0156 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

.picture_83a9 .menu-bc13 {
    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;
}

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

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

.picture_83a9 .menu-bc13:hover::before {
    left: 100%;
}

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

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

.thumbnail_771f {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_3cb0.fn-active-ab14 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-5a86:hover::before {
    left: 100%;
}

.breadcrumb-5a86 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;
}

.breadcrumb-5a86 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;
}

.breadcrumb-5a86 .popup_wide_f4a1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.breadcrumb-5a86 .popup_wide_f4a1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.link_wide_4c04 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.link_wide_4c04 .popup_wide_f4a1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar_current_0156 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .avatar_current_0156 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .avatar_current_0156 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .picture_83a9 {
        justify-content: center;
    }
    
    .thumbnail_771f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .summary_a63f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .component_8e14 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern_large_5b02 {
        padding: var(--md-spacing-md);
    }
    
    .narrow_7de4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fixed_6477 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .link_wide_4c04 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion_thick_3280 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pattern_large_5b02 {
        padding: var(--md-spacing-sm);
    }
    
    .cool_8625 {
        padding: var(--md-spacing-md);
    }
    
    .fixed_6477 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.cool_8625,
.fixed_6477,
.link_wide_4c04 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.green-c6d2 {
    font-size: 1.5rem;
}

.huge-5d14 strong {
    color: #00ff88;
}

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

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

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

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

.east_26b3 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

.filter-25f4 {
    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;
}

.filter-25f4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.media_under_db35.layout-lower-9f90 .picture-advanced-ab72 {
    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); }
}

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

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

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

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

.action-c54c 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;
}

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

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

.gallery-3f04 {
    font-size: 1.2rem;
}

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

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

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

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

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

.breadcrumb_stale_c4c1.orange-bdad::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.breadcrumb_stale_c4c1.modal_lite_3fe6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb_stale_c4c1.east_4eeb::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.breadcrumb_stale_c4c1.large-fa70::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown_medium_bc1d {
    font-size: 1.2rem;
}

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

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

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

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

.mask-23c8.component_light_d2e7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mask-23c8.fn-active-ab14 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.focus-3ecc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.status-17ed {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.feature-large-8819 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.text-next-a75c { border-top: 3px solid #00ccff; }
.layout_black_58f4 { border-top: 3px solid #00ff88; }
.overlay-left-5ba2 { border-top: 3px solid #d4af37; }
.first-bd16 { border-top: 3px solid #ff6b6b; }
.summary-small-fc1a { border-top: 3px solid #8b5cf6; }

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

.primary-d3cd {
    overflow-x: auto;
}

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

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

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

.tooltip-north-264d td {
    color: #ccc;
}

.tooltip-north-264d .header_4329 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tooltip-north-264d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.stale-933f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.background-clean-d309 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.pro-8e6f {
    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;
}

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

.alert-red-b38f {
    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;
}

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

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

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

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

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

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

.pressed-2eed {
    font-size: 2rem;
}

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

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

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

.thumbnail-action-663f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .thumbnail-action-663f::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.hero-green-1bdd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.gradient-6ee6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.short-b2c4 {
    font-size: 1.5rem;
}

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

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

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

.slow-6016 {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

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

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

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

.hidden-purple-838a strong {
    color: #fff;
    display: block;
}

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

.advanced-6928 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.purple_0246 .progress_fluid_127b {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .wrapper-center-6a34 {
        grid-template-columns: 1fr;
    }
}

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

.notification-liquid-ba7c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-white-d60d span {
    color: #666;
    font-size: 0.8rem;
}

.shadow-white-d60d a {
    color: #ff6b6b;
}

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

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

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

.soft_f8f9 {
    text-align: center;
}

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

.soft_f8f9 .box-9b88 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.media-1c73 {
    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;
}

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

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

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

.icon-dynamic-4ad8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.text-purple-368c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.chip_first_94c8 .hidden-solid-7e50 {
    color: #666;
    margin: 0 8px;
}

.chip_first_94c8 .plasma-74dd {
    color: #ff6b6b;
    text-decoration: line-through;
}

.image-3f2d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.red_1018 {
    font-size: 2rem;
}

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

.video-2fde strong {
    color: #d4af37;
}

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

.title-in-3923 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.carousel_6bc1 h3,
.notification-blue-0d7f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.module-1537 strong {
    color: #00ff88;
}

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

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

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

.notice_wood_6171 h3,
.focus-stone-c2ea h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.avatar-73ec {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.huge-57a6 summary::-webkit-details-marker {
    display: none;
}

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

.preview-bronze-402e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.tiny-4b5a strong {
    color: #d4af37;
}

.wood-8c15 {
    color: #aaa;
}

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

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

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

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

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

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

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

.list-basic-8aaf:last-child {
    border-bottom: none;
}

.list-basic-8aaf h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.list-basic-8aaf p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.thumbnail-liquid-f040 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.thumbnail-liquid-f040 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;
}

.thumbnail-liquid-f040 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.brown-2608 strong {
    color: #d4af37;
}

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

.frame-wood-3d77 {
    color: #888;
    font-size: 0.9rem;
}

.frame-wood-3d77 strong {
    color: #00ff88;
}

.frame-wood-3d77 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-2333 strong {
    color: #00ff88;
}

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

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

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

.hidden-8df0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .hidden-8df0 {
        flex-direction: column;
    }
    
    .narrow_1c01 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.panel-pro-78f2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .top_a27e {
        padding: 30px 15px;
    }
    
    .top_a27e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list-north-cbb5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .in-c51d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .simple-3a13 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .simple-3a13 .border_blue_e0e5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron-d594 {
        font-size: 1.3rem;
    }
    
    .pro-e074 {
        font-size: 0.7rem;
    }
    
    .wide_a3b8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wide_a3b8 .popup_wide_f4a1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .smooth_dc24 {
        display: none;
    }
    
    .thumbnail-51e1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pressed_1254 {
        padding: 20px 10px;
    }
    
    .wrapper-c62f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-center-e582,
    .fixed_2e48 {
        padding: 15px;
    }
    
    .accent_cool_5941 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wrapper_over_fe0e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .border_794d {
        padding: 30px 10px;
    }
    
    .status_5b9c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop_63e1 {
        padding: 20px 15px;
    }
    
    .info-6c4a {
        font-size: 2rem;
    }
    
    .backdrop_63e1 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_63e1 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .paper_731a {
        padding: 20px 5px;
    }
    
    .paper_731a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .pagination_rough_373c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tooltip-north-264d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tooltip-north-264d th,
    .tooltip-north-264d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .action-645f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tabs-steel-692e {
        padding: 20px 10px;
    }
    
    .overlay_iron_d4f7 h2 {
        font-size: 1.3rem;
    }
    
    .fresh-a7d4 {
        font-size: 0.9rem;
    }
    
    .list-basic-8aaf h3 {
        font-size: 1.1rem;
    }
    
    .list-basic-8aaf p {
        font-size: 0.9rem;
    }
    
    .thumbnail-liquid-f040 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bottom-0844 {
        grid-template-columns: 1fr;
    }
    
    .brown-2608 {
        font-size: 0.85rem;
    }
    
    .summary_copper_e985 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_hard_d5a9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort_hard_d5a9 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .red_5b64 {
        padding: 30px 10px;
    }
    
    .modal-2c18 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dark_17fd {
        padding: 15px;
    }
    
    .filter-soft-ab91 {
        font-size: 0.9rem;
    }
    
    .caption-dynamic-ac41 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption-dynamic-ac41 .dropdown_red_a369 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .container-e5a9 {
        padding: 30px 10px;
    }
    
    .container-e5a9 h2 {
        font-size: 1.2rem;
    }
    
    .element-4b30 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent_57db {
        padding: 15px 10px;
    }
    
    .accent_57db h4 {
        font-size: 0.85rem;
    }
    
    .accent_57db p {
        font-size: 0.75rem;
    }
    
    .section-first-0502 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .preview_4a2a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .secondary-blue-e637 {
        padding: 20px 10px;
    }
    
    .yellow_1121 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .last-ba8c,
    .table_0e03,
    .shadow-white-d60d {
        width: 100%;
    }
    
    .last-ba8c h3 {
        font-size: 1.1rem;
    }
    
    .last-ba8c p {
        font-size: 0.8rem;
    }
    
    .row-dec5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .link_3e6d {
        padding: 30px 15px;
    }
    
    .link_3e6d h2 {
        font-size: 1.3rem;
    }
    
    .link_3e6d p {
        font-size: 0.85rem;
    }
    
    .outline-9641 {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline-9641 .popup_wide_f4a1 {
        width: 100%;
    }
    
    .orange-5c51 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature-58d1 {
        padding: 30px 15px;
    }
    
    .notice-stone-99b2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary-down-9de3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status-tiny-47fd h4 {
        font-size: 0.9rem;
    }
    
    .status-tiny-47fd a {
        font-size: 0.8rem;
    }
    
    .pink-a0e2 {
        font-size: 0.8rem;
    }
    
    .slider_3b64 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .block_5465 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button_eb40 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 03c0 */
.shadow-element-r1 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
