/* Inner Page Styles */

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

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

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

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

.list-yellow-70aa {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.list-yellow-70aa .box_inner_1aa4 {
    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;
}

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

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

.list-yellow-70aa .box_inner_1aa4:hover::before {
    left: 100%;
}

.list-yellow-70aa .box_inner_1aa4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.footer-outer-1636 {
    margin-bottom: var(--md-spacing-lg);
}

.huge-8b0b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-light-7707.fn-active-aefe {
    color: var(--casino-gold-light);
}

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

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

.dropdown-green-4869 {
    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);
}

.dropdown-green-4869 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);
}

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

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

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

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

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

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

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

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

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

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

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

.container-4ede {
    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%;
}

.container-4ede 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 */
.clean_2fc2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.upper_2618 .paper_b08b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.widget_silver_25f0 .paper_b08b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar_upper_64c1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar_upper_64c1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar_upper_64c1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .list-yellow-70aa {
        justify-content: center;
    }
    
    .huge-8b0b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .text-static-9a28 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .section-tall-cb6f {
        padding: var(--md-spacing-md) 0;
    }
    
    .dropdown-green-4869 {
        padding: var(--md-spacing-md);
    }
    
    .form_f67e {
        padding: var(--md-spacing-md) 0;
    }
    
    .container-4ede {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget_silver_25f0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shade_cool_b81c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dropdown-green-4869 {
        padding: var(--md-spacing-sm);
    }
    
    .container-394f {
        padding: var(--md-spacing-md);
    }
    
    .container-4ede {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.container-394f,
.container-4ede,
.widget_silver_25f0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.border-44dd::-webkit-scrollbar {
    width: 8px;
}

.border-44dd::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.large-7f8e {
    font-size: 1.5rem;
}

.button-359e strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .notification-steel-71be {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .outline_188b {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.mask-3ae9 {
    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;
}

.mask-3ae9 strong {
    color: #00ff88;
}

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

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

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

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

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

.icon-010c::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;
}

.surface-116b {
    text-align: center;
    margin-bottom: 30px;
}

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

.top_6d69.media_out_b250 .overlay-lower-ec9f {
    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); }
}

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

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

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

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

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

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

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

.old_f5ae {
    font-size: 1.2rem;
}

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

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

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

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

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

.texture_middle_9643.small-d8b3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.texture_middle_9643.notice_stale_2a23::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture_middle_9643.up_179c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.texture_middle_9643.hover_15ff::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.logo_hard_ca03 {
    font-size: 1.2rem;
}

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

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

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

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

.top-6694.icon-d2d2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.top-6694.fn-active-aefe { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.under-345f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.paragraph-bronze-65a8 {
    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;
}

.paragraph-bronze-65a8:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.paragraph-bronze-65a8.accordion-b441 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outline-fixed-a3fb { border-top: 3px solid #00ccff; }
.slider_9884 { border-top: 3px solid #00ff88; }
.header_63b4 { border-top: 3px solid #d4af37; }
.over-111e { border-top: 3px solid #ff6b6b; }
.short-9c57 { border-top: 3px solid #8b5cf6; }

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

.paragraph_black_93a3 {
    overflow-x: auto;
}

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

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

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

.row_ab2f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.tertiary-next-5651 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.pink-625e {
    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;
}

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

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

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

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

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

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

.overlay_167a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.summary-1e9b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.gradient-narrow-3bc1 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.wrapper-32b6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.link-full-7015 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.prev-bfce .mask-huge-8528 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.mini-c930 .icon_white_a456 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_8beb a {
    color: #ff6b6b;
}

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

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

.pagination-pink-166e {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.photo_pro_ee97 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-d255 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.button-d255.accordion-b441 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.sort-9c1e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.element-blue-0f61 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .info-fresh-d9f2 {
        flex-direction: column;
    }
    .element-blue-0f61 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.filter-left-f4dc {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.status-44f0 .logo_right_61a5 {
    color: #666;
    margin: 0 8px;
}

.status-44f0 .video_ddd1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.pattern_glass_4eae {
    font-size: 2rem;
}

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

.tooltip_paper_246c strong {
    color: #d4af37;
}

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

.module-64b6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.blue_6543 strong {
    color: #00ff88;
}

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

.nav-north-ab86 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.description_1dc3 h3,
.backdrop-outer-3ea0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.accent-iron-7cca {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.description-slow-8b10 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.description-slow-8b10 strong {
    color: #d4af37;
}

.inner-c18f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_slow_074f strong {
    color: #d4af37;
}

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

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

.glass-e21b strong {
    color: #00ff88;
}

.glass-e21b span {
    color: #d4af37;
}

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

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

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

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

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

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

.bronze-5d86 {
    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;
}

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

.list-1a46 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.active-5e3d {
    color: #999;
    font-size: 0.85rem;
}

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

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

.notice-fixed-0125 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.notice-fixed-0125 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-f41f li {
    margin-bottom: 5px;
}

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

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

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

.backdrop-lower-e9c2 {
    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;
}

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

.fluid_6142 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.background-smooth-758f {
    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;
}

.background-smooth-758f: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) {
    .background-smooth-758f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .background-smooth-758f {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .nav_prev_e10c {
        padding: 30px 15px;
    }
    
    .nav_prev_e10c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .steel-3613 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .highlight_d644 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .footer_cd23 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer_cd23 .heading-outer-b370 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dropdown-lite-ca05 {
        font-size: 1.3rem;
    }
    
    .feature_a70b {
        font-size: 0.7rem;
    }
    
    .border_f13e {
        flex-direction: column;
        gap: 10px;
    }
    
    .border_f13e .paper_b08b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search_action_9958 {
        display: none;
    }
    
    .background-7fdf {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accordion-30fe {
        padding: 20px 10px;
    }
    
    .frame_c907 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .in_aee0,
    .module-ae4e {
        padding: 15px;
    }
    
    .prev_78df {
        flex-direction: column;
        gap: 5px;
    }
    
    .pink_8d16 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .north-9c39 {
        padding: 30px 10px;
    }
    
    .main-black-ea1c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery_31f8 {
        padding: 20px 15px;
    }
    
    .full-8bc7 {
        font-size: 2rem;
    }
    
    .gallery_31f8 h3 {
        font-size: 1.1rem;
    }
    
    .gallery_31f8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .primary-next-ded6 {
        padding: 20px 10px;
    }
    
    .secondary-400b h2 {
        font-size: 1.3rem;
    }
    
    .sort-large-4800 {
        font-size: 0.9rem;
    }
    
    .section_upper_bac9 h3 {
        font-size: 1.1rem;
    }
    
    .section_upper_bac9 p {
        font-size: 0.9rem;
    }
    
    .chip_stale_5447 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_3a6a {
        grid-template-columns: 1fr;
    }
    
    .hero_slow_074f {
        font-size: 0.85rem;
    }
    
    .hero-mini-5fee {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_2fb3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .row_2fb3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focus-stone-54c8 {
        padding: 30px 10px;
    }
    
    .tooltip-complex-0f2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_thick_01e3 {
        padding: 15px 10px;
    }
    
    .footer_thick_01e3 h4 {
        font-size: 0.9rem;
    }
    
    .footer_thick_01e3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .rough_0723 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tooltip-complex-0f2d {
        grid-template-columns: 1fr;
    }
    
    .footer_thick_01e3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .badge_10c0 {
        padding: 30px 10px;
    }
    
    .prev-f26c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-fc64 {
        padding: 15px;
    }
    
    .selected-30b7 {
        font-size: 0.9rem;
    }
    
    .article-254a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article-254a .small-3029 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .slider-6c10 {
        padding: 30px 10px;
    }
    
    .slider-6c10 h2 {
        font-size: 1.2rem;
    }
    
    .blue-4d9a {
        gap: 10px;
    }
    
    .search_bottom_afa1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search_bottom_afa1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .widget-1253 {
        padding: 30px 10px;
    }
    
    .widget-1253 h2 {
        font-size: 1.2rem;
    }
    
    .breadcrumb-74be {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in-2e32 {
        padding: 15px 10px;
    }
    
    .in-2e32 h4 {
        font-size: 0.85rem;
    }
    
    .in-2e32 p {
        font-size: 0.75rem;
    }
    
    .input-fast-92bb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hard-f5c6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .cool_e060 {
        padding: 20px 10px;
    }
    
    .pagination_under_549e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .modal-left-8066,
    .rough_2a72,
    .top_8beb {
        width: 100%;
    }
    
    .modal-left-8066 h3 {
        font-size: 1.1rem;
    }
    
    .modal-left-8066 p {
        font-size: 0.8rem;
    }
    
    .tooltip_cbde {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-d8b8 {
        padding: 30px 15px;
    }
    
    .hidden-d8b8 h2 {
        font-size: 1.3rem;
    }
    
    .hidden-d8b8 p {
        font-size: 0.85rem;
    }
    
    .blue_3e65 {
        flex-direction: column;
        gap: 10px;
    }
    
    .blue_3e65 .paper_b08b {
        width: 100%;
    }
    
    .gallery_fixed_be5b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .narrow_0a08 {
        padding: 30px 10px;
    }
    
    .narrow_0a08 h3 {
        font-size: 1.2rem;
    }
    
    .heading-basic-32f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_silver_25f0 {
        padding: 15px 10px;
    }
    
    .widget_silver_25f0 h4 {
        font-size: 0.85rem;
    }
    
    .widget_silver_25f0 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .heading-basic-32f4 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .popup_brown_a500 {
        padding: 30px 15px;
    }
    
    .main_4c2a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .motion-8860 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .backdrop-purple-e110 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop-purple-e110 a {
        font-size: 0.8rem;
    }
    
    .large-771d {
        font-size: 0.8rem;
    }
    
    .last-ab78 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .accordion_b4c9 {
        padding: 8px 10px;
    }
    
    .media-7f9f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .article-iron-3b02 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .media-7f9f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .article-iron-3b02 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 98d2 */
.widget-item-n4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
