/* Inner Page Styles */

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

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

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

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

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

.avatar-tall-6236 .label-2a90 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.avatar-tall-6236 .label-2a90::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.avatar-tall-6236 .label-2a90:hover::before {
    left: 100%;
}

.avatar-tall-6236 .label-2a90:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.selected-4bb0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.article-5efc {
    color: var(--casino-gold-light);
}

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

.article-5efc a:hover {
    color: var(--casino-gold-light);
}

.article-5efc.fn-active-c66a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-2965:hover::before {
    left: 100%;
}

.column-2965 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;
}

.column-2965 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;
}

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

.column-2965 .alert_db10:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.cool_ea25 .alert_db10:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary_up_f0c4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary_up_f0c4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary_up_f0c4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .avatar-tall-6236 {
        justify-content: center;
    }
    
    .selected-4bb0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .center-b867 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pattern_9b3f {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup_glass_298d {
        padding: var(--md-spacing-md);
    }
    
    .red_7ef6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter_over_9119 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .cool_ea25 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button_brown_ed15 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .popup_glass_298d {
        padding: var(--md-spacing-sm);
    }
    
    .sort_white_1081 {
        padding: var(--md-spacing-md);
    }
    
    .filter_over_9119 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort_white_1081,
.filter_over_9119,
.cool_ea25 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.chip-3d5e::-webkit-scrollbar {
    width: 8px;
}

.chip-3d5e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.smooth_e236 {
    font-size: 1.5rem;
}

.tertiary-basic-71e4 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .first-642d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .smooth-98f8 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.pagination-39f6 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .content-blue-020d {
        grid-template-columns: 1fr;
    }
}

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

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

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

.section_active_7442 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.section_active_7442 strong {
    color: #00ff88;
}

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

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

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

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

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

.overlay-iron-42b9::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;
}

.column-hot-3c7a {
    text-align: center;
    margin-bottom: 30px;
}

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

.table_6f7a.primary_paper_a66c .gallery-dim-98c9 {
    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); }
}

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

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

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

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

.link-black-8547 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;
}

.link-black-8547 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);
}

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

.medium_641e {
    font-size: 1.2rem;
}

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

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

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

.avatar-33a6 {
    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;
}

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

.avatar-33a6.content-green-61b5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.avatar-33a6.banner-0195::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.avatar-33a6.footer-eb24::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.avatar-33a6.hovered-f0c5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hard_4b10 {
    font-size: 1.2rem;
}

.avatar-blue-5a9d {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.active_f089.slider_c9bc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_f089.fn-active-c66a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.warm-5e18 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.current-aa74 { border-top: 3px solid #00ccff; }
.east-0a3c { border-top: 3px solid #00ff88; }
.avatar_6cf9 { border-top: 3px solid #d4af37; }
.border_c70e { border-top: 3px solid #ff6b6b; }
.up-e6c2 { border-top: 3px solid #8b5cf6; }

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

.alert_bright_00b5 {
    overflow-x: auto;
}

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

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

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

.shadow-e9f9 td {
    color: #ccc;
}

.shadow-e9f9 .wide-7162 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.shadow-e9f9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.hidden-upper-0930 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.info-slow-bdf5 {
    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;
}

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

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

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

.complex-9adc {
    font-size: 2rem;
}

.texture-bright-3ce6 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.texture-bright-3ce6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.status-fresh-77d2 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.surface-bright-8dd2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.icon-glass-aabd {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.pressed-109c strong {
    color: #fff;
    display: block;
}

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

.badge-blue-79de {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge-blue-79de .label-a946 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.element-a80a .highlight_dim_16cf {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.panel-light-6c0a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.sort-1e27 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.module-simple-f4cd {
    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;
}

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

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

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

.last-a81e a {
    color: #ff6b6b;
}

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

.form-active-aa2a {
    max-width: 800px;
    margin: 0 auto;
}

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

.panel_over_a1b5 {
    text-align: center;
}

.panel_over_a1b5 .overlay-pink-d92a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.panel_over_a1b5 .banner-3fc3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.form-active-aa2a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.section-under-5a61 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.fluid-9e34 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.detail-small-b483 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.stale-32f9 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .detail-small-b483 {
        flex-direction: column;
    }
    .complex-9c6b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.prev-0d3b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.highlight-0cc5 .modal-steel-08df {
    color: #666;
    margin: 0 8px;
}

.highlight-0cc5 .rough_60e9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.notification-699c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.soft_40c5 {
    font-size: 2rem;
}

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

.dark_066d strong {
    color: #d4af37;
}

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

.video-wood-b2b2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.logo_21b0 h3,
.dark-21c2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hidden-48a3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.frame_dynamic_f8d5 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.active-1c3c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.preview-green-623a summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.preview-green-623a summary::-webkit-details-marker {
    display: none;
}

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

.warm-2dd5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.grid_478e strong {
    color: #d4af37;
}

.description_8033 {
    color: #aaa;
}

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

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

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

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

.surface-orange-64fa {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.gas-6f7e {
    max-width: 900px;
    margin: 0 auto;
}

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

.pro-2029:last-child {
    border-bottom: none;
}

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

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

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

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

.modal-brown-d94c {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.modal-brown-d94c 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;
}

.modal-brown-d94c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.detail_913a strong {
    color: #d4af37;
}

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

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

.mask_d130 strong {
    color: #00ff88;
}

.mask_d130 span {
    color: #d4af37;
}

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

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

.thick-18e9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.alert-new-2b13 {
    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;
}

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

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

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

.prev-0be4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.logo-26ab {
    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);
}

.image-e92b {
    color: #999;
    font-size: 0.85rem;
}

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

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

.detail-full-4027 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.detail-full-4027 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool-5155 strong {
    color: #00ff88;
}

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

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

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

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

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

.sidebar-12c0 {
    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;
}

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

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

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

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

.bronze-9af3 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .thick_e6dd {
        padding: 30px 15px;
    }
    
    .thick_e6dd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .picture_5f1d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .fast-de6c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .inner-6b0f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .inner-6b0f .hidden-active-0785 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .thumbnail_20a8 {
        font-size: 1.3rem;
    }
    
    .narrow-71c1 {
        font-size: 0.7rem;
    }
    
    .tiny_0307 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tiny_0307 .alert_db10 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .secondary-24d5 {
        display: none;
    }
    
    .list_middle_38ed {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav_ba38 {
        padding: 20px 10px;
    }
    
    .thick-18e9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outline_0146,
    .hot-574f {
        padding: 15px;
    }
    
    .prev-0be4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .logo-26ab {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thumbnail-ace9 {
        padding: 30px 10px;
    }
    
    .frame_6154 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hard-d798 {
        padding: 20px 15px;
    }
    
    .light_1e14 {
        font-size: 2rem;
    }
    
    .hard-d798 h3 {
        font-size: 1.1rem;
    }
    
    .hard-d798 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .active_upper_fba1 {
        padding: 20px 10px;
    }
    
    .middle_2bfd h2 {
        font-size: 1.3rem;
    }
    
    .surface-orange-64fa {
        font-size: 0.9rem;
    }
    
    .pro-2029 h3 {
        font-size: 1.1rem;
    }
    
    .pro-2029 p {
        font-size: 0.9rem;
    }
    
    .modal-brown-d94c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .easy_1dbd {
        grid-template-columns: 1fr;
    }
    
    .detail_913a {
        font-size: 0.85rem;
    }
    
    .module_dark_63d3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module_5fae {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .module_5fae strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .popup_south_0bc4 {
        padding: 30px 10px;
    }
    
    .hero_d3af {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-f17e {
        padding: 15px 10px;
    }
    
    .image-f17e h4 {
        font-size: 0.9rem;
    }
    
    .image-f17e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tertiary-7e6d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus-fixed-6d08 {
        padding: 30px 10px;
    }
    
    .aside-d337 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_605d {
        padding: 15px;
    }
    
    .outline_center_d540 {
        font-size: 0.9rem;
    }
    
    .block_6089 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block_6089 .badge-f95d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .box_steel_d8f1 {
        padding: 30px 10px;
    }
    
    .box_steel_d8f1 h2 {
        font-size: 1.2rem;
    }
    
    .breadcrumb-dbf3 {
        gap: 10px;
    }
    
    .large-1e5f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .large-1e5f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .background-steel-213f {
        padding: 30px 10px;
    }
    
    .background-steel-213f h2 {
        font-size: 1.2rem;
    }
    
    .tall_e7f2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight_a6d1 {
        padding: 15px 10px;
    }
    
    .highlight_a6d1 h4 {
        font-size: 0.85rem;
    }
    
    .highlight_a6d1 p {
        font-size: 0.75rem;
    }
    
    .status-ba4d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .widget-pressed-d6fb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hover-hard-9280 {
        padding: 20px 10px;
    }
    
    .card_3c1b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .media_dynamic_a7a4,
    .highlight_dc54,
    .last-a81e {
        width: 100%;
    }
    
    .media_dynamic_a7a4 h3 {
        font-size: 1.1rem;
    }
    
    .media_dynamic_a7a4 p {
        font-size: 0.8rem;
    }
    
    .module-simple-f4cd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .progress-fixed-79b6 {
        padding: 30px 15px;
    }
    
    .progress-fixed-79b6 h2 {
        font-size: 1.3rem;
    }
    
    .progress-fixed-79b6 p {
        font-size: 0.85rem;
    }
    
    .left_7089 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_7089 .alert_db10 {
        width: 100%;
    }
    
    .green-ab96 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .preview-5ad3 {
        padding: 30px 15px;
    }
    
    .motion-61a2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .background-ec03 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .stone-f9f0 h4 {
        font-size: 0.9rem;
    }
    
    .stone-f9f0 a {
        font-size: 0.8rem;
    }
    
    .pattern_9080 {
        font-size: 0.8rem;
    }
    
    .column_08b5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .article-e99a {
        padding: 8px 10px;
    }
    
    .hot-4ddd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .video-out-4118 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hot-4ddd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .video-out-4118 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 171c */
.shadow-element-p2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
