/* Inner Page Styles */

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

.inner-15ed 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);
}

.inner-15ed 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);
}

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

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

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

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

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

.lite_2b9b .tag_dirty_efb6:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.bottom-7e1b {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.section_233d.fn-active-cf4a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-107a:hover::before {
    left: 100%;
}

.hard-107a 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;
}

.hard-107a 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;
}

.hard-107a .backdrop_e6ba {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hard-107a .backdrop_e6ba:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.button-first-14cb {
    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);
}

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

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

.button-first-14cb p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.button-first-14cb .backdrop_e6ba {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.button-first-14cb .backdrop_e6ba:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .inner-15ed {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .inner-15ed h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .inner-15ed h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .lite_2b9b {
        justify-content: center;
    }
    
    .clean_6abb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .container_thick_d18c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .button-ae8c {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard-b372 {
        padding: var(--md-spacing-md);
    }
    
    .icon-brown-c0bb {
        padding: var(--md-spacing-md) 0;
    }
    
    .active_d197 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button-first-14cb {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar-bright-344b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hard-b372 {
        padding: var(--md-spacing-sm);
    }
    
    .silver-4ad1 {
        padding: var(--md-spacing-md);
    }
    
    .active_d197 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.silver-4ad1,
.active_d197,
.button-first-14cb {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.liquid_0774 {
    font-size: 1.5rem;
}

.accent_south_f3c6 strong {
    color: #00ff88;
}

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

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

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

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

.mask-center-5a6e {
    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;
}

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

.mask-center-5a6e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.mask-center-5a6e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.section_af17 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.notification-c83b.focus-506e .pressed_f650 {
    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); }
}

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

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

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

.tag-prev-2f3a {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-prev-2f3a 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;
}

.tag-prev-2f3a 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);
}

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

.surface_last_97c9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.easy-c470.hover-c36f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.easy-c470.accent-c26b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-c470.article-soft-8316::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.easy-c470.gallery_dim_5248::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.link_right_b117 {
    font-size: 1.2rem;
}

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

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

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

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

.column_644c.texture_3e75 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column_644c.fn-active-cf4a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.icon-blue-fbb7 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.paragraph-east-57f9 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.active-b1ce.smooth-7886 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.top-077f { border-top: 3px solid #00ccff; }
.hidden_wide_4551 { border-top: 3px solid #00ff88; }
.hero_narrow_07e5 { border-top: 3px solid #d4af37; }
.hidden_7570 { border-top: 3px solid #ff6b6b; }
.caption_8fa6 { border-top: 3px solid #8b5cf6; }

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

.info_5d4a {
    overflow-x: auto;
}

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

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

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

.hover_c71a td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.component-glass-3087 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.content-876a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.media-lower-b25e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.avatar-959a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.disabled-430d {
    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;
}

.disabled-430d::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);
}

.photo-2b27 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.easy-5d5d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.action_e9c4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail-mini-9bf8 .button-tiny-41aa {
    margin-bottom: 10px;
}

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

.detail-mini-9bf8 strong {
    color: #888;
    font-size: 0.85rem;
}

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

.input-fast-0c4e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black_1354 a {
    color: #ff6b6b;
}

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

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

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

.header_0165 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.layout-motion-c90b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.caption-47de {
    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;
}

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

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

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

.yellow-cfcd {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.content-silver-b55e {
    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;
}

.content-silver-b55e.smooth-7886 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .backdrop-78e9 {
        flex-direction: column;
    }
    .pro_18e8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.breadcrumb_aa0e .static_2cae {
    color: #666;
    margin: 0 8px;
}

.breadcrumb_aa0e .grid_focused_067f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.video-prev-7d52 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.form-orange-e407 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.grid-978c {
    font-size: 2rem;
}

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

.upper_b0c7 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.widget-yellow-a11e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.title-1c15 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.form-9e34 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.border-outer-6dd8 h3,
.hover-focused-4ecb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.overlay-complex-8fee {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.overlay-complex-8fee strong {
    color: #d4af37;
}

.new-7ac6 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-ac73 strong {
    color: #d4af37;
}

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

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

.text_ea73 strong {
    color: #00ff88;
}

.text_ea73 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.pattern-glass-7ccc {
    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);
}

.hard-0d8c {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-over-f04a {
    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;
}

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

.block-e7f1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .border_9144 {
        padding: 30px 15px;
    }
    
    .border_9144 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .feature-26d0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .nav-4d73 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .active_6ce8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_6ce8 .filter_top_a8c5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture-tiny-a8ee {
        font-size: 1.3rem;
    }
    
    .copper_5ced {
        font-size: 0.7rem;
    }
    
    .highlight_58a5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight_58a5 .backdrop_e6ba {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .current_0bf2 {
        display: none;
    }
    
    .filter_25be {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .layout_c216 {
        padding: 20px 10px;
    }
    
    .media_glass_9727 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-f852,
    .clean_04f2 {
        padding: 15px;
    }
    
    .section_action_2657 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pattern-glass-7ccc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dim-7d88 {
        padding: 30px 10px;
    }
    
    .video_advanced_348d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .motion-7216 {
        padding: 20px 15px;
    }
    
    .container_3030 {
        font-size: 2rem;
    }
    
    .motion-7216 h3 {
        font-size: 1.1rem;
    }
    
    .motion-7216 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .purple_c5f0 {
        padding: 20px 10px;
    }
    
    .card-9b5a h2 {
        font-size: 1.3rem;
    }
    
    .list-d947 {
        font-size: 0.9rem;
    }
    
    .soft_6a00 h3 {
        font-size: 1.1rem;
    }
    
    .soft_6a00 p {
        font-size: 0.9rem;
    }
    
    .title_red_2b2b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .module_de83 {
        grid-template-columns: 1fr;
    }
    
    .carousel-ac73 {
        font-size: 0.85rem;
    }
    
    .avatar_b5f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .steel_bb5b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .steel_bb5b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card-copper-24a2 {
        padding: 30px 10px;
    }
    
    .overlay-north-6e36 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout_59a2 {
        padding: 15px 10px;
    }
    
    .layout_59a2 h4 {
        font-size: 0.9rem;
    }
    
    .layout_59a2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .menu_85e9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay-north-6e36 {
        grid-template-columns: 1fr;
    }
    
    .layout_59a2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .carousel_light_03b6 {
        padding: 30px 10px;
    }
    
    .tag-hot-5eb6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_thick_a13a {
        padding: 15px;
    }
    
    .inner-91b4 {
        font-size: 0.9rem;
    }
    
    .action_75c1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_75c1 .sort_d383 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .grid-68c6 {
        padding: 30px 10px;
    }
    
    .grid-68c6 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper-last-ab5f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone_41f2 {
        padding: 15px 10px;
    }
    
    .stone_41f2 h4 {
        font-size: 0.85rem;
    }
    
    .stone_41f2 p {
        font-size: 0.75rem;
    }
    
    .box_dee3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_tiny_7821 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hard_cc11 {
        padding: 20px 10px;
    }
    
    .dynamic_5bf1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .green-f387,
    .accordion_brown_24ce,
    .black_1354 {
        width: 100%;
    }
    
    .green-f387 h3 {
        font-size: 1.1rem;
    }
    
    .green-f387 p {
        font-size: 0.8rem;
    }
    
    .static_09bc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .last_fdb6 {
        padding: 30px 15px;
    }
    
    .last_fdb6 h2 {
        font-size: 1.3rem;
    }
    
    .last_fdb6 p {
        font-size: 0.85rem;
    }
    
    .popup-1652 {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup-1652 .backdrop_e6ba {
        width: 100%;
    }
    
    .upper_899d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .overlay-1b21 {
        padding: 30px 10px;
    }
    
    .overlay-1b21 h3 {
        font-size: 1.2rem;
    }
    
    .table-80ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-first-14cb {
        padding: 15px 10px;
    }
    
    .button-first-14cb h4 {
        font-size: 0.85rem;
    }
    
    .button-first-14cb p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .badge-fast-1e66 {
        padding: 30px 15px;
    }
    
    .dim-3081 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hot-e340 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .simple_4a1e h4 {
        font-size: 0.9rem;
    }
    
    .simple_4a1e a {
        font-size: 0.8rem;
    }
    
    .outer-647d {
        font-size: 0.8rem;
    }
    
    .gradient-3944 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .mask_full_f604 {
        padding: 8px 10px;
    }
    
    .component_green_499a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .mask-596a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component_green_499a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .mask-596a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8687 */
.phantom-card-c5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
