/* Inner Page Styles */

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

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

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

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

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

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

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

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

.sidebar_3539 .tertiary_slow_eb04:hover::before {
    left: 100%;
}

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

.plasma-41c6 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.dim-7fa7 {
    color: var(--casino-gold-light);
}

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

.dim-7fa7 a:hover {
    color: var(--casino-gold-light);
}

.dim-7fa7.fn-active-9e3d {
    color: var(--casino-gold-light);
}

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

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

.table-bright-5cbf {
    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);
}

.table-bright-5cbf 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);
}

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

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

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

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

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

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

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

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

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

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

.outer-3e7d {
    padding: var(--md-spacing-md) 0;
}

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

.bronze-8244 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 */
.out_c8dc {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.accordion_74a1 .active-c812:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.center_378d .active-c812:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-5118 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .content-5118 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .content-5118 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sidebar_3539 {
        justify-content: center;
    }
    
    .picture_61d8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery_974c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .in-09d1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .table-bright-5cbf {
        padding: var(--md-spacing-md);
    }
    
    .active-2249 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bronze-8244 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .center_378d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active-red-822d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .table-bright-5cbf {
        padding: var(--md-spacing-sm);
    }
    
    .link_bottom_a553 {
        padding: var(--md-spacing-md);
    }
    
    .bronze-8244 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link_bottom_a553,
.bronze-8244,
.center_378d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tabs_30a3 {
    font-size: 1.5rem;
}

.border_center_9a08 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.modal-center-7b02 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.wrapper-motion-936c {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.item-east-84db {
    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;
}

.item-east-84db strong {
    color: #00ff88;
}

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

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

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

.element-plasma-1ef1 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

.icon-pro-c285 {
    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;
}

.icon-pro-c285.red-7a92 .photo_easy_b956 {
    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); }
}

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

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

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

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

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

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

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

.link-a744 {
    font-size: 1.2rem;
}

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

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

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

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

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

.slider-7f7c.info-fluid-f9a4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider-7f7c.caption_89a8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider-7f7c.description-8936::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider-7f7c.dark-42ee::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.liquid_879e {
    font-size: 1.2rem;
}

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

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

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

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

.article-cold-8713.pagination_4d3f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-cold-8713.fn-active-9e3d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.element-action-c21c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.tertiary-white-a7fe {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.search-8489.action-92c4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.blue_fc12 { border-top: 3px solid #00ccff; }
.column_slow_1ee9 { border-top: 3px solid #00ff88; }
.chip_d948 { border-top: 3px solid #d4af37; }
.badge_left_592a { border-top: 3px solid #ff6b6b; }
.card_5079 { border-top: 3px solid #8b5cf6; }

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

.wrapper_tall_358c {
    overflow-x: auto;
}

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

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

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

.notification-188a td {
    color: #ccc;
}

.notification-188a .info_e38a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.notification-188a tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.outline-308c {
    color: #888;
    font-size: 0.85rem;
}

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

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

.progress-over-c0c5 {
    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;
}

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

.module-plasma-8853 {
    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;
}

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

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

.logo-pro-975c {
    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;
}

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

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

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

.logo_cold_63b3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.overlay-hard-c552 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.old-5b64 {
    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;
}

.old-5b64::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);
}

.shade-red-a625 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.description-bottom-583e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.backdrop-bronze-9783 {
    font-size: 1.5rem;
}

.message-6acd {
    color: #888;
    font-size: 0.9rem;
}

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

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

.grid-motion-af17 {
    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;
}

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

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

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

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

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

.shade-outer-12ca {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.sidebar-9689 .background_wood_3d50 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.status-lower-3f32 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.info-fixed-fe9a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.small-5872 a {
    color: #ff6b6b;
}

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

.simple-27c2 {
    max-width: 800px;
    margin: 0 auto;
}

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

.up-d8e4 {
    text-align: center;
}

.up-d8e4 .picture-4fc6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.up-d8e4 .module-c74d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.simple-27c2 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.wrapper-liquid-f947 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-bronze-1a5b {
    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;
}

.gallery-bronze-1a5b.action-92c4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .pattern_upper_94cd {
        flex-direction: column;
    }
    .module-08bc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.left_3a3a .frame_brown_8703 {
    color: #666;
    margin: 0 8px;
}

.left_3a3a .nav-8bae {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.purple-9a56 {
    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;
}

.right_2860 {
    font-size: 2rem;
}

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

.card_dim_a73d strong {
    color: #d4af37;
}

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

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

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

.modal-next-5a3c h3,
.list_dirty_4bb0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.box-hard-62c6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tiny-3e10 strong {
    color: #d4af37;
    margin-right: 8px;
}

.tag-3fd4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.info_first_0799 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag_smooth_9d23 strong {
    color: #d4af37;
}

.focused-52c0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus-8b49 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.focus-8b49 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;
}

.focus-8b49 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.focused_67e5 strong {
    color: #d4af37;
}

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

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

.inner_e5a6 strong {
    color: #00ff88;
}

.inner_e5a6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.widget-stone-11f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-thick-c63d {
    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;
}

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

.background_east_b3e8 strong {
    color: #00ff88;
}

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

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

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

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

.modal-855c {
    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;
}

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

.info-fixed-fe9a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tertiary_2169 {
        flex-direction: column;
    }
    
    .modal-855c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .disabled_7625 {
        padding: 30px 15px;
    }
    
    .disabled_7625 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fast-ecfb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .icon-3458 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .primary_lower_9cb7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary_lower_9cb7 .carousel-f27d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb_3a88 {
        font-size: 1.3rem;
    }
    
    .popup-2250 {
        font-size: 0.7rem;
    }
    
    .aside_c494 {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside_c494 .active-c812 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pagination-01b5 {
        display: none;
    }
    
    .footer_west_2271 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .clean_2c8c {
        padding: 20px 10px;
    }
    
    .lite_dced {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop-8a21,
    .last_b613 {
        padding: 15px;
    }
    
    .widget-stone-11f3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .fixed-aab2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .bottom_5ac2 {
        padding: 30px 10px;
    }
    
    .dynamic-c84d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-dark-e0be {
        padding: 20px 15px;
    }
    
    .south-8db3 {
        font-size: 2rem;
    }
    
    .layout-dark-e0be h3 {
        font-size: 1.1rem;
    }
    
    .layout-dark-e0be p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .section_3d68 {
        padding: 20px 10px;
    }
    
    .title_2fc7 h2 {
        font-size: 1.3rem;
    }
    
    .smooth-cd19 {
        font-size: 0.9rem;
    }
    
    .popup_middle_e182 h3 {
        font-size: 1.1rem;
    }
    
    .popup_middle_e182 p {
        font-size: 0.9rem;
    }
    
    .focus-8b49 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list_gold_9df7 {
        grid-template-columns: 1fr;
    }
    
    .focused_67e5 {
        font-size: 0.85rem;
    }
    
    .solid_9504 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .light_ff22 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .light_ff22 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .nav_focused_1bcb {
        padding: 30px 10px;
    }
    
    .bottom_4e59 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink_1236 {
        padding: 15px 10px;
    }
    
    .pink_1236 h4 {
        font-size: 0.9rem;
    }
    
    .pink_1236 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .blue_9060 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thumbnail_bright_6bb8 {
        padding: 30px 10px;
    }
    
    .message_up_8ebd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blue-24e2 {
        padding: 15px;
    }
    
    .highlight-297a {
        font-size: 0.9rem;
    }
    
    .gradient_fluid_09ab {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient_fluid_09ab .breadcrumb-south-8f38 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .link_2931 {
        padding: 30px 10px;
    }
    
    .link_2931 h2 {
        font-size: 1.2rem;
    }
    
    .popup-3599 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-large-8537 {
        padding: 15px 10px;
    }
    
    .tertiary-large-8537 h4 {
        font-size: 0.85rem;
    }
    
    .tertiary-large-8537 p {
        font-size: 0.75rem;
    }
    
    .copper-fbfb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .silver_6c9c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .list-c036 {
        padding: 20px 10px;
    }
    
    .cold-c1f2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .block_narrow_c681,
    .dynamic_3845,
    .small-5872 {
        width: 100%;
    }
    
    .block_narrow_c681 h3 {
        font-size: 1.1rem;
    }
    
    .block_narrow_c681 p {
        font-size: 0.8rem;
    }
    
    .wrapper_medium_d8f5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .out-e8ba {
        padding: 30px 15px;
    }
    
    .out-e8ba h2 {
        font-size: 1.3rem;
    }
    
    .out-e8ba p {
        font-size: 0.85rem;
    }
    
    .chip_blue_bfa0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip_blue_bfa0 .active-c812 {
        width: 100%;
    }
    
    .accent-42ca {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pattern_rough_6429 {
        padding: 30px 15px;
    }
    
    .silver-3a3b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pink_8b22 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .list_1239 h4 {
        font-size: 0.9rem;
    }
    
    .list_1239 a {
        font-size: 0.8rem;
    }
    
    .dark-1393 {
        font-size: 0.8rem;
    }
    
    .iron-ff92 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .east_83e3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .banner_e404 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8d20 */
.ghost-box-k1 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
