/* Inner Page Styles */

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

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

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

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

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

.fresh_b446 .widget-1d27 {
    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;
}

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

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

.fresh_b446 .widget-1d27:hover::before {
    left: 100%;
}

.fresh_b446 .widget-1d27:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected-d4c0.fn-active-a866 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-selected-3162 {
    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%;
}

.logo-selected-3162 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 */
.easy-adbe {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.dropdown_7ecc .video_new_a49e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.hovered-24f4 {
    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);
}

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

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

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

.hovered-24f4 .video_new_a49e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hovered-24f4 .video_new_a49e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .cold-cfa4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .cold-cfa4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .cold-cfa4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .fresh_b446 {
        justify-content: center;
    }
    
    .fluid_3182 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery-b7d5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .down_dde1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_89f6 {
        padding: var(--md-spacing-md);
    }
    
    .glass-07c9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo-selected-3162 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hovered-24f4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .aside_cb4b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .item_89f6 {
        padding: var(--md-spacing-sm);
    }
    
    .static-013d {
        padding: var(--md-spacing-md);
    }
    
    .logo-selected-3162 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.static-013d,
.logo-selected-3162,
.hovered-24f4 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.link-left-9c26::-webkit-scrollbar {
    width: 8px;
}

.link-left-9c26::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.link-left-9c26::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.link-left-9c26::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.top_4c36 {
    font-size: 1.5rem;
}

.title_bottom_8360 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.border-small-ed6b {
    padding: 30px 0;
}

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

.modal-hard-d774 {
    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;
}

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

.modal-hard-d774 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.modal-hard-d774 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.lower-04cb {
    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;
}

.lower-04cb strong {
    color: #00ff88;
}

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

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

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

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

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

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

.shadow-fluid-f8d8 {
    text-align: center;
    margin-bottom: 30px;
}

.article-orange-97b6 {
    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;
}

.article-orange-97b6.description_ce8c .list_thick_bed5 {
    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); }
}

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

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

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

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

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

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

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

.bottom_b623 {
    font-size: 1.2rem;
}

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

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

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

.thumbnail-hot-4392 {
    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;
}

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

.thumbnail-hot-4392.focus_west_841b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.thumbnail-hot-4392.input-glass-251a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thumbnail-hot-4392.item-middle-4f41::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.thumbnail-hot-4392.menu_easy_6a05::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.video-15dc {
    font-size: 1.2rem;
}

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

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

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

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

.easy-2a93.element_f1e2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-2a93.fn-active-a866 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.photo-current-7ebc {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.pressed-7442 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.under_bd98.module-action-407f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.bright_e189 { border-top: 3px solid #00ccff; }
.aside-8fcf { border-top: 3px solid #00ff88; }
.avatar_bottom_e8b4 { border-top: 3px solid #d4af37; }
.info_pressed_39d6 { border-top: 3px solid #ff6b6b; }
.secondary_c79e { border-top: 3px solid #8b5cf6; }

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

.title-6060 {
    overflow-x: auto;
}

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

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

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

.hot_55cc td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-8a25 {
    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;
}

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

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

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

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

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

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

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

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

.active_e850 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.active-bronze-afcd::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);
}

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

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

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

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

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

.out-4b3c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.hard_c108 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pressed-ae32 .preview-current-2efc {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.dim-7c9c .up-1e59 {
    margin-bottom: 10px;
}

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

.dim-7c9c strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small_d4c5 a {
    color: #ff6b6b;
}

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

.footer-slow-8785 {
    max-width: 800px;
    margin: 0 auto;
}

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

.slider-simple-bb40 {
    text-align: center;
}

.slider-simple-bb40 .active-4c2e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.slider-simple-bb40 .outline-yellow-0852 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.footer-slow-8785 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up-3b21 {
    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;
}

.up-3b21.module-action-407f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.search-860d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .filter_under_01b2 {
        flex-direction: column;
    }
    .rough_de6b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.footer-short-99aa .fast_c4d7 {
    color: #666;
    margin: 0 8px;
}

.footer-short-99aa .description-e309 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.image-complex-3cd6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.gallery-38aa {
    font-size: 2rem;
}

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

.pagination-9031 strong {
    color: #d4af37;
}

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

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

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

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

.block-active-f461 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.next-993f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.next-77a8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.texture-8bcb strong {
    color: #00ff88;
}

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

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

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

.border-motion-9b00 h3,
.block-action-6002 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.row-9834 strong {
    color: #d4af37;
}

.active-glass-bb0e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_pressed_205b strong {
    color: #d4af37;
}

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

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

.sort_yellow_1466 strong {
    color: #00ff88;
}

.sort_yellow_1466 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_dim_8d02 strong {
    color: #00ff88;
}

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

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

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

.old-8e12 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .old-8e12 {
        flex-direction: column;
    }
    
    .media_east_7572 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.outline-9b75 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .heading_a780 {
        padding: 30px 15px;
    }
    
    .heading_a780 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label-8228 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame-d2aa {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .form_paper_f9ef {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_paper_f9ef .disabled_north_2d57 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .feature_ac86 {
        font-size: 1.3rem;
    }
    
    .info-8523 {
        font-size: 0.7rem;
    }
    
    .section-right-0923 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-right-0923 .video_new_a49e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .caption-1042 {
        display: none;
    }
    
    .notice_8845 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .smooth-d25e {
        padding: 20px 10px;
    }
    
    .brown_a04d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag-7ae1,
    .hidden_wide_26ac {
        padding: 15px;
    }
    
    .mini-e344 {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop_08dc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wood_81dc {
        padding: 30px 10px;
    }
    
    .dim_d594 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wide-344d {
        padding: 20px 15px;
    }
    
    .sort_ac47 {
        font-size: 2rem;
    }
    
    .wide-344d h3 {
        font-size: 1.1rem;
    }
    
    .wide-344d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .accordion-80fc {
        padding: 20px 10px;
    }
    
    .block_8acb h2 {
        font-size: 1.3rem;
    }
    
    .first_389c {
        font-size: 0.9rem;
    }
    
    .outline_glass_6e89 h3 {
        font-size: 1.1rem;
    }
    
    .outline_glass_6e89 p {
        font-size: 0.9rem;
    }
    
    .red_5647 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .component-bddb {
        grid-template-columns: 1fr;
    }
    
    .caption_pressed_205b {
        font-size: 0.85rem;
    }
    
    .avatar-full-78f1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first_97fd {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .first_97fd strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .carousel_8cbb {
        padding: 30px 10px;
    }
    
    .container-5bf8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-inner-bc5f {
        padding: 15px 10px;
    }
    
    .alert-inner-bc5f h4 {
        font-size: 0.9rem;
    }
    
    .alert-inner-bc5f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_6774 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container-5bf8 {
        grid-template-columns: 1fr;
    }
    
    .alert-inner-bc5f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .old_3ada {
        padding: 30px 10px;
    }
    
    .element-complex-b79e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_23eb {
        padding: 15px;
    }
    
    .aside-5656 {
        font-size: 0.9rem;
    }
    
    .easy_74d4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .easy_74d4 .blue-396e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .bottom-7e7b {
        padding: 30px 10px;
    }
    
    .bottom-7e7b h2 {
        font-size: 1.2rem;
    }
    
    .hard-6b48 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_8510 {
        padding: 15px 10px;
    }
    
    .glass_8510 h4 {
        font-size: 0.85rem;
    }
    
    .glass_8510 p {
        font-size: 0.75rem;
    }
    
    .column-dynamic-9b0f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled-704b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tag_medium_3904 {
        padding: 20px 10px;
    }
    
    .status_1b01 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link-42ed,
    .outline-0295,
    .small_d4c5 {
        width: 100%;
    }
    
    .link-42ed h3 {
        font-size: 1.1rem;
    }
    
    .link-42ed p {
        font-size: 0.8rem;
    }
    
    .first_38b3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .modal-ef6a {
        padding: 30px 10px;
    }
    
    .modal-ef6a h3 {
        font-size: 1.2rem;
    }
    
    .surface-1716 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hovered-24f4 {
        padding: 15px 10px;
    }
    
    .hovered-24f4 h4 {
        font-size: 0.85rem;
    }
    
    .hovered-24f4 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature_faa1 {
        padding: 30px 15px;
    }
    
    .hard-6e7b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focus_top_3c46 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview_action_4693 h4 {
        font-size: 0.9rem;
    }
    
    .preview_action_4693 a {
        font-size: 0.8rem;
    }
    
    .panel-lower-75a7 {
        font-size: 0.8rem;
    }
    
    .outline_north_44cb p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .column-304f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tertiary_current_12de {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e679 */
.phantom-card-s0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
