/* Inner Page Styles */

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

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

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

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

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

.badge_0d4d .alert-west-a187 {
    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;
}

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

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

.badge_0d4d .alert-west-a187:hover::before {
    left: 100%;
}

.badge_0d4d .alert-west-a187:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_over_23c1.fn-active-b923 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_aa4a h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.primary-287b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.primary-287b a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

.wrapper_glass_80e9 .fast_2de1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.box-35b3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.row-9758 .fast_2de1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .overlay_down_fb3d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .overlay_down_fb3d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .overlay_down_fb3d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .badge_0d4d {
        justify-content: center;
    }
    
    .yellow-d1a1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .modal_ca6d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .image_a761 {
        padding: var(--md-spacing-md) 0;
    }
    
    .layout_next_030c {
        padding: var(--md-spacing-md);
    }
    
    .footer-251a {
        padding: var(--md-spacing-md) 0;
    }
    
    .smooth_aa4a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .row-9758 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .focused_bf3d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .layout_next_030c {
        padding: var(--md-spacing-sm);
    }
    
    .fast_c22d {
        padding: var(--md-spacing-md);
    }
    
    .smooth_aa4a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fast_c22d,
.smooth_aa4a,
.row-9758 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.table-e340 {
    font-size: 1.5rem;
}

.simple-e862 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gold-16cb {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.message-25c8 {
    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;
}

.message-25c8 strong {
    color: #00ff88;
}

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

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

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

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

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

.title-red-7171::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;
}

.nav-fluid-fe08 {
    text-align: center;
    margin-bottom: 30px;
}

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

.huge-a855.backdrop_white_ddd6 .icon-wide-1d99 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

.right-a19b 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;
}

.right-a19b 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-1f6e {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.summary_00c8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.block-d5ba.detail_a02f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block-d5ba.tertiary-1fd5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block-d5ba.hover_purple_fafa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block-d5ba.link-hovered-f4a6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dynamic-923b {
    font-size: 1.2rem;
}

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

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

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

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

.list-94e7.heading-basic-0cd6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-94e7.fn-active-b923 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.list_white_1598.accordion-small-2b47 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.highlight-paper-59c1 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.table-next-01e7 { border-top: 3px solid #00ccff; }
.advanced_8048 { border-top: 3px solid #00ff88; }
.shadow_92dd { border-top: 3px solid #d4af37; }
.out-b96b { border-top: 3px solid #ff6b6b; }
.column-0f35 { border-top: 3px solid #8b5cf6; }

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

.section_green_3c9a {
    overflow-x: auto;
}

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

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

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

.form-202c td {
    color: #ccc;
}

.form-202c .active_6da3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.form-202c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.main-west-ae97 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.hidden_black_60b0 {
    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_f781 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.heading-lite-d68c {
    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;
}

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

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

.gradient-wide-007b {
    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;
}

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

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

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

.dark-59c6 {
    font-size: 2rem;
}

.focus-white-50a9 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.focus-white-50a9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.cool-7d0c {
    background: #0a0a0a;
    padding: 60px 0;
}

.notification-simple-0350 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.solid-e86c {
    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-e86c::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);
}

.feature-072d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.notification-upper-9f2c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.hard-dc5b {
    font-size: 1.5rem;
}

.dropdown-246a {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.column-tiny-70fb strong {
    color: #fff;
    display: block;
}

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

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

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

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

.component-rough-6beb .title_bottom_0a2d {
    margin-bottom: 10px;
}

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

.component-rough-6beb strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.summary-orange-7e39 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.summary-orange-7e39 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.hovered-1fc5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.notice-1d79 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.alert-action-8148 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.alert-action-8148 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.basic_50ca a {
    color: #ff6b6b;
}

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

.south-017a {
    max-width: 800px;
    margin: 0 auto;
}

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

.highlight-6948 {
    text-align: center;
}

.highlight-6948 .west-1b78 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.highlight-6948 .header-b2cc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.south-017a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.nav-inner-e51c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.short_47ac.accordion-small-2b47 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .caption-acd8 {
        flex-direction: column;
    }
    .medium-23f8 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.static-87d2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.fast_713f .short_2997 {
    color: #666;
    margin: 0 8px;
}

.fast_713f .sidebar-e54a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.caption-70bb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.image-iron-298b {
    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;
}

.article_ea8c {
    font-size: 2rem;
}

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

.summary_5e0e strong {
    color: #d4af37;
}

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

.texture-soft-964f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.gas-7945 h3,
.texture-paper-c55e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.icon-under-a825 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.video_db0f strong {
    color: #00ff88;
}

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

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

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

.container-e672 h3,
.notice-ad00 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.highlight-bright-3253 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.row-stone-70eb summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.row-stone-70eb summary::-webkit-details-marker {
    display: none;
}

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

.over-49b2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.fast-6e77 strong {
    color: #d4af37;
}

.search-b768 {
    color: #aaa;
}

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

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

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

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

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

.paragraph-red-8b3c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-stale-496a strong {
    color: #d4af37;
}

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

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

.dirty-eb85 strong {
    color: #00ff88;
}

.dirty-eb85 span {
    color: #d4af37;
}

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

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

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

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

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

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

.caption-west-4b74 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_c3e6 strong {
    color: #00ff88;
}

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

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

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

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

.warm-4fb4 {
    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;
}

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

.notice-1d79 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .cold-f3d6 {
        flex-direction: column;
    }
    
    .warm-4fb4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .element-af9c {
        padding: 30px 15px;
    }
    
    .element-af9c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .purple-4b78 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lite-50d0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .label_6833 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label_6833 .tabs-bf5f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .media_basic_17af {
        font-size: 1.3rem;
    }
    
    .paragraph-prev-f419 {
        font-size: 0.7rem;
    }
    
    .steel_8aea {
        flex-direction: column;
        gap: 10px;
    }
    
    .steel_8aea .fast_2de1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .frame-plasma-1596 {
        display: none;
    }
    
    .shadow_hard_4138 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .footer-short-e502 {
        padding: 20px 10px;
    }
    
    .footer_top_1293 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow-0e6a,
    .tabs_copper_ea5b {
        padding: 15px;
    }
    
    .preview_578c {
        flex-direction: column;
        gap: 5px;
    }
    
    .shadow_black_e2bc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image-72ab {
        padding: 30px 10px;
    }
    
    .slow-eae4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .under_6662 {
        padding: 20px 15px;
    }
    
    .pressed_a23c {
        font-size: 2rem;
    }
    
    .under_6662 h3 {
        font-size: 1.1rem;
    }
    
    .under_6662 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .breadcrumb_next_2cfe {
        padding: 20px 5px;
    }
    
    .breadcrumb_next_2cfe h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .hidden-dirty-46bf {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .form-202c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .form-202c th,
    .form-202c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .outline_7533 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar-2d84 {
        padding: 20px 10px;
    }
    
    .overlay_inner_a12b h2 {
        font-size: 1.3rem;
    }
    
    .first-d63d {
        font-size: 0.9rem;
    }
    
    .nav_9ea9 h3 {
        font-size: 1.1rem;
    }
    
    .nav_9ea9 p {
        font-size: 0.9rem;
    }
    
    .footer_acfc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .overlay_cold_e216 {
        grid-template-columns: 1fr;
    }
    
    .wrapper-stale-496a {
        font-size: 0.85rem;
    }
    
    .pink-aada {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-3823 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .primary-3823 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .element-lower-f7c0 {
        padding: 30px 10px;
    }
    
    .accent_d44d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress_current_cbaf {
        padding: 15px 10px;
    }
    
    .progress_current_cbaf h4 {
        font-size: 0.9rem;
    }
    
    .progress_current_cbaf p {
        font-size: 0.75rem;
        display: none;
    }
    
    .avatar-e965 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .caption-9a51 {
        padding: 30px 10px;
    }
    
    .gradient-rough-ffc1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel-selected-ff6c {
        padding: 15px;
    }
    
    .simple_e559 {
        font-size: 0.9rem;
    }
    
    .photo_1db9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo_1db9 .tabs-d9fe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .media_e62f {
        padding: 30px 10px;
    }
    
    .media_e62f h2 {
        font-size: 1.2rem;
    }
    
    .dark_cd92 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .action-edf7 {
        padding: 15px 10px;
    }
    
    .action-edf7 h4 {
        font-size: 0.85rem;
    }
    
    .action-edf7 p {
        font-size: 0.75rem;
    }
    
    .container-lite-46d4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal_62c8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .blue-023b {
        padding: 20px 10px;
    }
    
    .texture_b1ec {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .detail_bottom_82f9,
    .alert-action-8148,
    .basic_50ca {
        width: 100%;
    }
    
    .detail_bottom_82f9 h3 {
        font-size: 1.1rem;
    }
    
    .detail_bottom_82f9 p {
        font-size: 0.8rem;
    }
    
    .menu_right_1abb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .north_4d75 {
        padding: 30px 15px;
    }
    
    .north_4d75 h2 {
        font-size: 1.3rem;
    }
    
    .north_4d75 p {
        font-size: 0.85rem;
    }
    
    .texture-stone-a6d2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .texture-stone-a6d2 .fast_2de1 {
        width: 100%;
    }
    
    .under-7969 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .glass_1901 {
        padding: 30px 10px;
    }
    
    .glass_1901 h3 {
        font-size: 1.2rem;
    }
    
    .pattern-paper-9ac6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row-9758 {
        padding: 15px 10px;
    }
    
    .row-9758 h4 {
        font-size: 0.85rem;
    }
    
    .row-9758 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern-paper-9ac6 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .component_hot_501f {
        padding: 30px 15px;
    }
    
    .pagination-5d28 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hard_e429 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .feature_81a4 h4 {
        font-size: 0.9rem;
    }
    
    .feature_81a4 a {
        font-size: 0.8rem;
    }
    
    .element_south_6a14 {
        font-size: 0.8rem;
    }
    
    .header_7c06 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .thumbnail-fast-6567 {
        padding: 8px 10px;
    }
    
    .preview-dirty-374f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .summary-full-6238 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview-dirty-374f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .summary-full-6238 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 21bf */
.ghost-box-b8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
