/* Inner Page Styles */

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

.element-slow-d2da 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);
}

.element-slow-d2da 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);
}

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

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

.avatar-b7ad .widget-cool-5560 {
    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;
}

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

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

.avatar-b7ad .widget-cool-5560:hover::before {
    left: 100%;
}

.avatar-b7ad .widget-cool-5560:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.section-91e5 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

.complex-61e2 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.over_89cd.fn-active-6b0c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-8ae4 {
    padding: var(--md-spacing-md) 0;
}

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

.label-4205 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 */
.grid-easy-a8a0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-easy-a8a0 li {
    margin-bottom: var(--md-spacing-xs);
}

.grid-easy-a8a0 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);
}

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

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

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

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

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

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

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

.media_bf64 .texture-4212:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.section-paper-71da {
    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);
}

.section-paper-71da:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.feature-green-beeb {
    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);
}

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

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

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

.feature-green-beeb .texture-4212 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.feature-green-beeb .texture-4212:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .element-slow-d2da {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .element-slow-d2da h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .element-slow-d2da h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .avatar-b7ad {
        justify-content: center;
    }
    
    .gallery_paper_170a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .lower_fd54 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .logo_medium_b952 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover_smooth_491c {
        padding: var(--md-spacing-md);
    }
    
    .gas_67d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label-4205 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .feature-green-beeb {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .progress_7396 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hover_smooth_491c {
        padding: var(--md-spacing-sm);
    }
    
    .alert_4d74 {
        padding: var(--md-spacing-md);
    }
    
    .label-4205 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.alert_4d74,
.label-4205,
.feature-green-beeb {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.grid_outer_6854 {
    font-size: 1.5rem;
}

.list_upper_957d strong {
    color: #00ff88;
}

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

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

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

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

.silver-9ee5 {
    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;
}

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

.silver-9ee5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.silver-9ee5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.white-b1a8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.notification-up-4385 {
    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-up-4385.wrapper-8d62 .item-ad54 {
    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); }
}

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

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

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

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

.basic-83b6 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;
}

.basic-83b6 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);
}

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

.avatar_dea9 {
    font-size: 1.2rem;
}

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

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

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

.hidden-north-ee68 {
    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;
}

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

.hidden-north-ee68.box-53a8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hidden-north-ee68.footer-ff22::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden-north-ee68.preview_45a0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hidden-north-ee68.action_0266::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notice_cec1 {
    font-size: 1.2rem;
}

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

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

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

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

.light_130b.nav-7b0c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light_130b.fn-active-6b0c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.alert-2df7 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.component-gas-833f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.info_2204 { border-top: 3px solid #00ccff; }
.yellow-361d { border-top: 3px solid #00ff88; }
.outline_north_1a33 { border-top: 3px solid #d4af37; }
.tall-dd81 { border-top: 3px solid #ff6b6b; }
.outline-71e9 { border-top: 3px solid #8b5cf6; }

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

.filter-current-5aa4 {
    overflow-x: auto;
}

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

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

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

.up_3833 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clean-35f6 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.fluid-4414 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.banner-15d6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.solid-729f {
    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;
}

.solid-729f::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);
}

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

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

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

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

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

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

.caption_iron_2b25 {
    font-size: 1.5rem;
}

.outline-slow-7110 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.notification_copper_f7ee .media_25a2 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.pagination-new-27c1 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.pagination-new-27c1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.main-purple-7b8b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.search-thick-9ead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

.mask-pink-516d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.mask-pink-516d span {
    color: #666;
    font-size: 0.8rem;
}

.mask-pink-516d a {
    color: #ff6b6b;
}

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

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

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

.component-pro-1fbb {
    text-align: center;
}

.component-pro-1fbb .hero_fluid_6ab1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.component-pro-1fbb .sidebar-motion-f63a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.hovered-8ca7 {
    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;
}

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

.secondary-stale-633c {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.background-in-ec28 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.wrapper-medium-90e5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.main-black-3fab {
    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;
}

.main-black-3fab.pagination_right_0a9b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .wrapper-medium-90e5 {
        flex-direction: column;
    }
    .media_dynamic_7f7b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.caption-6b0f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.main-large-f880 .short-0582 {
    color: #666;
    margin: 0 8px;
}

.main-large-f880 .small-81d9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.outline_cfab {
    font-size: 2rem;
}

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

.box_14ac strong {
    color: #d4af37;
}

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

.text-5c46 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.shade-iron-b45b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.item-256a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hot-9a4f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.primary-9f87 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.short-fd94 strong {
    color: #d4af37;
}

.shadow_soft_3147 {
    color: #aaa;
}

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

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

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

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

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

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

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

.sidebar-action-bd2e:last-child {
    border-bottom: none;
}

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

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

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

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

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

.sort-0598 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;
}

.sort-0598 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.row-24dd strong {
    color: #d4af37;
}

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

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

.label_ecc9 strong {
    color: #00ff88;
}

.label_ecc9 span {
    color: #d4af37;
}

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

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

.accent-outer-bde1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-pro-8ac6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-pro-8ac6 li {
    margin-bottom: 5px;
}

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

.heading-pro-8ac6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.gradient-0721 strong {
    color: #00ff88;
}

.card-fixed-455d {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.media-east-1153 {
    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;
}

.highlight-green-0670 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article_533a {
        padding: 30px 15px;
    }
    
    .article_533a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .header_blue_2880 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sidebar_blue_00fc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paragraph_cool_7bc8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paragraph_cool_7bc8 .pro-7e4a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .right_c85d {
        font-size: 1.3rem;
    }
    
    .modal-1043 {
        font-size: 0.7rem;
    }
    
    .card-first-5de4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-first-5de4 .texture-4212 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wrapper-brown-8106 {
        display: none;
    }
    
    .motion-e8b4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .search-north-e04c {
        padding: 20px 10px;
    }
    
    .accent-outer-bde1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_677f,
    .detail-beea {
        padding: 15px;
    }
    
    .outer-8ccf {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro-f81f {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hero-5889 {
        padding: 20px 10px;
    }
    
    .filter_east_e2b2 h2 {
        font-size: 1.3rem;
    }
    
    .icon-f0fa {
        font-size: 0.9rem;
    }
    
    .sidebar-action-bd2e h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-action-bd2e p {
        font-size: 0.9rem;
    }
    
    .sort-0598 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .under_b201 {
        grid-template-columns: 1fr;
    }
    
    .row-24dd {
        font-size: 0.85rem;
    }
    
    .hovered_4401 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-glass-b289 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-glass-b289 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .copper_459c {
        padding: 30px 10px;
    }
    
    .wood-0a03 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled_8cfc {
        padding: 15px 10px;
    }
    
    .disabled_8cfc h4 {
        font-size: 0.9rem;
    }
    
    .disabled_8cfc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .element-next-a9d8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wood-0a03 {
        grid-template-columns: 1fr;
    }
    
    .disabled_8cfc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .popup_d94b {
        padding: 30px 10px;
    }
    
    .complex_06d5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item-black-7d4f {
        padding: 15px;
    }
    
    .pattern-e3d8 {
        font-size: 0.9rem;
    }
    
    .table-70d4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table-70d4 .progress-under-79a9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .orange-f8c1 {
        padding: 30px 10px;
    }
    
    .orange-f8c1 h2 {
        font-size: 1.2rem;
    }
    
    .secondary-silver-6b22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_gold_ebfb {
        padding: 15px 10px;
    }
    
    .status_gold_ebfb h4 {
        font-size: 0.85rem;
    }
    
    .status_gold_ebfb p {
        font-size: 0.75rem;
    }
    
    .thumbnail_c7db {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .action_1c7f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .secondary-silver-6b22 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .container-066b {
        padding: 20px 10px;
    }
    
    .search-thick-9ead {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .badge_solid_0185,
    .hover-fa2a,
    .mask-pink-516d {
        width: 100%;
    }
    
    .badge_solid_0185 h3 {
        font-size: 1.1rem;
    }
    
    .badge_solid_0185 p {
        font-size: 0.8rem;
    }
    
    .main_9b65 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail-smooth-bc7a {
        padding: 30px 15px;
    }
    
    .thumbnail-smooth-bc7a h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-smooth-bc7a p {
        font-size: 0.85rem;
    }
    
    .avatar-stone-2993 {
        flex-direction: column;
        gap: 10px;
    }
    
    .avatar-stone-2993 .texture-4212 {
        width: 100%;
    }
    
    .aside-f15f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame_c952 {
        padding: 30px 15px;
    }
    
    .out_8f1f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .carousel_top_d6e6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper_action_a1b4 h4 {
        font-size: 0.9rem;
    }
    
    .wrapper_action_a1b4 a {
        font-size: 0.8rem;
    }
    
    .aside-f5b5 {
        font-size: 0.8rem;
    }
    
    .orange_05b5 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .message_314b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .full_5b33 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6973 */
.phantom-card-k6 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
