/* Inner Page Styles */

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

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

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

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

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

.outline_bottom_b59a .lite-c6a8 {
    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;
}

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

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

.outline_bottom_b59a .lite-c6a8:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_old_12b5.fn-active-a392 {
    color: var(--casino-gold-light);
}

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

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

.hidden-72f9 {
    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);
}

.hidden-72f9 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.component-7729 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 */
.feature-fa58 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.header-mini-a8aa:hover::before {
    left: 100%;
}

.header-mini-a8aa 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;
}

.header-mini-a8aa 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;
}

.header-mini-a8aa .tertiary-bottom-4c5c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.header-mini-a8aa .tertiary-bottom-4c5c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.nav-left-83c2 {
    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);
}

.nav-left-83c2:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.upper-6939 .tertiary-bottom-4c5c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.upper-6939 .tertiary-bottom-4c5c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tiny-b14a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tiny-b14a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tiny-b14a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .outline_bottom_b59a {
        justify-content: center;
    }
    
    .dropdown_active_f763 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .banner_dark_9cd7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .widget_smooth_1ab4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden-72f9 {
        padding: var(--md-spacing-md);
    }
    
    .tabs_top_adbe {
        padding: var(--md-spacing-md) 0;
    }
    
    .component-7729 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .upper-6939 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .list_7ac7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hidden-72f9 {
        padding: var(--md-spacing-sm);
    }
    
    .pink-1791 {
        padding: var(--md-spacing-md);
    }
    
    .component-7729 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pink-1791,
.component-7729,
.upper-6939 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.stale-40b2 {
    font-size: 1.5rem;
}

.outline_19c1 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.nav-rough-93f6 {
    padding: 30px 0;
}

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

.cool-5c2a {
    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;
}

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

.cool-5c2a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.cool-5c2a li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.box-plasma-7c5e {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.progress-smooth-2b43 {
    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;
}

.progress-smooth-2b43 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.banner-pressed-97dd {
    text-align: center;
    margin-bottom: 30px;
}

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

.focus_2b0e.over_8ef9 .background_small_8c38 {
    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); }
}

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

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

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

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

.icon-top-e101 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;
}

.icon-top-e101 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);
}

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

.shadow_e7a6 {
    font-size: 1.2rem;
}

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

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

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

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

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

.input-easy-9290.modal_c348::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.input-easy-9290.sidebar-aae8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input-easy-9290.tiny-01a3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.input-easy-9290.icon-da9d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.detail-solid-d301 {
    font-size: 1.2rem;
}

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

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

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

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

.picture-88ac.title-c8bf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture-88ac.fn-active-a392 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.feature-brown-3c9f {
    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;
}

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

.feature-brown-3c9f.smooth_659e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.detail-cold-cf52 { border-top: 3px solid #00ccff; }
.footer-lite-3ad4 { border-top: 3px solid #00ff88; }
.wood-dede { border-top: 3px solid #d4af37; }
.fluid-2fa0 { border-top: 3px solid #ff6b6b; }
.dirty_d7a2 { border-top: 3px solid #8b5cf6; }

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

.tertiary-active-3183 {
    overflow-x: auto;
}

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

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

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

.texture_south_d0a7 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.progress-under-ab8a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.tertiary-1d39 {
    color: #888;
    font-size: 0.85rem;
}

.banner-out-7e99 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.warm-d1b3 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.sidebar-small-f4fc {
    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;
}

.sidebar-small-f4fc::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);
}

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

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

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

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

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

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

.nav_medium_0d17 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel_red_59f4 .preview-7230 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.outline-9d85 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.sort-full-74e3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.header-62a2 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.orange-639b span {
    color: #666;
    font-size: 0.8rem;
}

.orange-639b a {
    color: #ff6b6b;
}

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

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

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

.cool-d222 {
    text-align: center;
}

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

.cool-d222 .banner-first-ede1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.large-48a0 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.modal-large-7306 {
    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;
}

.modal-large-7306.smooth_659e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .lite-201f {
        flex-direction: column;
    }
    .message-d0c4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.primary-dirty-f68d .thick-308f {
    color: #666;
    margin: 0 8px;
}

.primary-dirty-f68d .notice-fresh-31fc {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hard-433c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mask-old-d6a6 strong {
    color: #d4af37;
    margin-right: 8px;
}

.pattern-advanced-0dac {
    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;
}

.slider-medium-530a {
    font-size: 2rem;
}

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

.label_a06b strong {
    color: #d4af37;
}

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

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

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

.footer_77d5 h3,
.overlay-static-51e3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.media-fluid-1bd4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.table_2bc8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.primary-stone-19a5 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.primary-stone-19a5 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.hero_a181 strong {
    color: #d4af37;
}

.dynamic_3492 {
    color: #aaa;
}

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

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

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

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

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

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

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

.hard-d1cc:last-child {
    border-bottom: none;
}

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

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

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

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

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

.sort_e906 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_e906 li strong {
    color: #00ff88;
}

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

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

.focus-pink-e082 {
    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;
}

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

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

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

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

.fixed-cc25 strong {
    color: #d4af37;
}

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

.complex-3dfd {
    color: #888;
    font-size: 0.9rem;
}

.complex-3dfd strong {
    color: #00ff88;
}

.complex-3dfd span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-down-e29e {
    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);
}

.focus-931f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-dynamic-f773 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-dynamic-f773 li {
    margin-bottom: 5px;
}

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

.grid-dynamic-f773 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.notification-red-be99 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.header-62a2 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .glass-7797 {
        flex-direction: column;
    }
    
    .west-fb17 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .small-804b {
        padding: 30px 15px;
    }
    
    .small-804b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .box-dim-38f6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading_iron_2b8d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .info-4d43 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info-4d43 .focus-solid-e7e1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .first_d434 {
        font-size: 1.3rem;
    }
    
    .row_wide_db88 {
        font-size: 0.7rem;
    }
    
    .solid_8d2c {
        flex-direction: column;
        gap: 10px;
    }
    
    .solid_8d2c .tertiary-bottom-4c5c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .focused-7932 {
        display: none;
    }
    
    .tertiary-9c5c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .filter-027b {
        padding: 20px 10px;
    }
    
    .action-a402 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-lower-1988,
    .button-advanced-f89f {
        padding: 15px;
    }
    
    .sidebar_c2f1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel-down-e29e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery_dirty_e91a {
        padding: 30px 10px;
    }
    
    .backdrop-dark-1a07 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover_simple_d43f {
        padding: 20px 15px;
    }
    
    .slider-d34d {
        font-size: 2rem;
    }
    
    .hover_simple_d43f h3 {
        font-size: 1.1rem;
    }
    
    .hover_simple_d43f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .brown-f6d8 {
        padding: 20px 10px;
    }
    
    .soft_25b4 h2 {
        font-size: 1.3rem;
    }
    
    .mini-19fb {
        font-size: 0.9rem;
    }
    
    .hard-d1cc h3 {
        font-size: 1.1rem;
    }
    
    .hard-d1cc p {
        font-size: 0.9rem;
    }
    
    .sort_e906 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_cold_23db {
        grid-template-columns: 1fr;
    }
    
    .fixed-cc25 {
        font-size: 0.85rem;
    }
    
    .border-2b78 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-pink-e082 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus-pink-e082 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header_inner_2b57 {
        padding: 30px 10px;
    }
    
    .light-9207 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-b821 {
        padding: 15px 10px;
    }
    
    .card-b821 h4 {
        font-size: 0.9rem;
    }
    
    .card-b821 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .photo_fresh_348a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .light-9207 {
        grid-template-columns: 1fr;
    }
    
    .card-b821 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .gradient_copper_b034 {
        padding: 30px 10px;
    }
    
    .fixed_9112 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_f5da {
        padding: 15px;
    }
    
    .yellow_b8b9 {
        font-size: 0.9rem;
    }
    
    .picture-solid-2a6b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture-solid-2a6b .info_south_5311 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .main-copper-7393 {
        padding: 30px 10px;
    }
    
    .main-copper-7393 h2 {
        font-size: 1.2rem;
    }
    
    .easy_89e0 {
        gap: 10px;
    }
    
    .outline-dark-bfe3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .outline-dark-bfe3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .texture-purple-346d {
        padding: 30px 10px;
    }
    
    .texture-purple-346d h2 {
        font-size: 1.2rem;
    }
    
    .header-3eb7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent_e348 {
        padding: 15px 10px;
    }
    
    .accent_e348 h4 {
        font-size: 0.85rem;
    }
    
    .accent_e348 p {
        font-size: 0.75rem;
    }
    
    .button-7a06 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .surface_north_4783 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form-fast-e3d2 {
        padding: 20px 10px;
    }
    
    .border_0bc3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup-9f5f,
    .component_b057,
    .orange-639b {
        width: 100%;
    }
    
    .popup-9f5f h3 {
        font-size: 1.1rem;
    }
    
    .popup-9f5f p {
        font-size: 0.8rem;
    }
    
    .summary_2d74 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .button-lite-b3b1 {
        padding: 30px 15px;
    }
    
    .button-lite-b3b1 h2 {
        font-size: 1.3rem;
    }
    
    .button-lite-b3b1 p {
        font-size: 0.85rem;
    }
    
    .narrow-9dfc {
        flex-direction: column;
        gap: 10px;
    }
    
    .narrow-9dfc .tertiary-bottom-4c5c {
        width: 100%;
    }
    
    .shadow-wide-16ca {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fast-d659 {
        padding: 30px 15px;
    }
    
    .slider_solid_51f9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .upper_e288 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .heading_0a0e h4 {
        font-size: 0.9rem;
    }
    
    .heading_0a0e a {
        font-size: 0.8rem;
    }
    
    .dirty_41b0 {
        font-size: 0.8rem;
    }
    
    .tertiary-red-06b2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .shadow_26b5 {
        padding: 8px 10px;
    }
    
    .main-silver-39cb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dropdown_upper_2b7f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main-silver-39cb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dropdown_upper_2b7f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 39eb */
.phantom-card-h3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
