/* Inner Page Styles */

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

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

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

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

.liquid-6b08 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.liquid-6b08 .content-clean-8f7c {
    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;
}

.liquid-6b08 .content-clean-8f7c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.liquid-6b08 .content-clean-8f7c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.liquid-6b08 .content-clean-8f7c:hover::before {
    left: 100%;
}

.liquid-6b08 .content-clean-8f7c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.outline-down-9465 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_c083.fn-active-6146 {
    color: var(--casino-gold-light);
}

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

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

.header-right-bc99 {
    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);
}

.header-right-bc99 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_e45a .tiny_d91e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop_pro_efa9 .tiny_d91e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .panel-9335 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .panel-9335 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .panel-9335 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .liquid-6b08 {
        justify-content: center;
    }
    
    .summary_f216 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .text_e276 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .bottom-eec8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .header-right-bc99 {
        padding: var(--md-spacing-md);
    }
    
    .carousel_e69c {
        padding: var(--md-spacing-md) 0;
    }
    
    .button_slow_e90b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .backdrop_pro_efa9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .small-ffc3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .header-right-bc99 {
        padding: var(--md-spacing-sm);
    }
    
    .out_68ec {
        padding: var(--md-spacing-md);
    }
    
    .button_slow_e90b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.out_68ec,
.button_slow_e90b,
.backdrop_pro_efa9 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hard-83ca {
    font-size: 1.5rem;
}

.slow-cb3c strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .texture-complex-1317 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .module-fast-d50c {
        margin-left: 0;
    }
}

/* Main Content Compact */
.video_893e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-brown-3c13 {
    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;
}

.accordion-brown-3c13 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.list-dim-81c3 {
    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;
}

.list-dim-81c3.modal-dd3b .dirty_517b {
    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); }
}

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

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

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

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

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

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

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

.widget_1e1b {
    font-size: 1.2rem;
}

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

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

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

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

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

.summary_center_79e7.menu_a92c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.summary_center_79e7.upper_b038::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary_center_79e7.carousel-bb1b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.summary_center_79e7.hover_d7cb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.disabled_9a5a {
    font-size: 1.2rem;
}

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

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

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

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

.motion-2b0c.tag-3132 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.motion-2b0c.fn-active-6146 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.column-958c {
    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;
}

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

.column-958c.warm-6ffd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.nav-purple-e937 { border-top: 3px solid #00ccff; }
.search_wood_b22d { border-top: 3px solid #00ff88; }
.form_b79b { border-top: 3px solid #d4af37; }
.notice-clean-3fdb { border-top: 3px solid #ff6b6b; }
.last_8e62 { border-top: 3px solid #8b5cf6; }

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

.label-bfde {
    overflow-x: auto;
}

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

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

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

.center_9609 td {
    color: #ccc;
}

.center_9609 .heading-prev-e441 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.highlight-fluid-e208 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.menu-e1cd {
    color: #888;
    font-size: 0.85rem;
}

.status-south-17e3 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

.out-0d91 {
    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;
}

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

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

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

.widget_bf15 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-slow-7a7c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.card-lite-c53b {
    font-size: 1.5rem;
}

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

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

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

.widget-glass-6fb6 {
    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;
}

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

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

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

.right-6100 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.old_c2a9 .copper_2da7 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.heading-6cbb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.shade-tiny-a652 {
    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;
}

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

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

.active-744d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.row-blue-0a77 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.item-medium-8549 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.item-medium-8549 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.yellow-e8b0 a {
    color: #ff6b6b;
}

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

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

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

.pressed-03c9 {
    text-align: center;
}

.pressed-03c9 .purple_89be {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.pressed-03c9 .center_d659 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.column-next-5cdd {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.heading_14c8.warm-6ffd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.card-gold-ee69 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.gradient-mini-87a3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .gradient-mini-87a3 {
        grid-template-columns: 1fr;
    }
}

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

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

.slow_5f3e .bronze_ab3e {
    color: #666;
    margin: 0 8px;
}

.slow_5f3e .section_6d3f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.yellow-3f3d strong {
    color: #d4af37;
    margin-right: 8px;
}

.left-8cc2 {
    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;
}

.section_c379 {
    font-size: 2rem;
}

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

.tabs_cbb0 strong {
    color: #d4af37;
}

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

.texture-fluid-1fbf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.hard-4a4f h3,
.notice_pro_73c5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.button-tall-cf98 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.clean-826a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.pink-3d0a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.purple-30a5 summary::-webkit-details-marker {
    display: none;
}

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

.shade-light-da1f {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.label-pink-4774 strong {
    color: #d4af37;
}

.info-cfbc {
    color: #aaa;
}

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

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

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

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

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

.pagination-upper-b19c {
    max-width: 900px;
    margin: 0 auto;
}

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

.frame-d584:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-262b strong {
    color: #d4af37;
}

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

.rough-4cce {
    color: #888;
    font-size: 0.9rem;
}

.rough-4cce strong {
    color: #00ff88;
}

.rough-4cce span {
    color: #d4af37;
}

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

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

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

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

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

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

.outline-north-8bec {
    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;
}

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

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

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

.search-brown-1681 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-926e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plasma-926e li {
    margin-bottom: 5px;
}

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

.plasma-926e a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.title-fixed-4c2b {
    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;
}

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

.backdrop_9248 strong {
    color: #00ff88;
}

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

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

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

.pattern-under-79c0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.list-solid-a0ac {
    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;
}

.photo-pink-0cbb {
    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;
}

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

@media (max-width: 768px) {
    .pattern-under-79c0 {
        flex-direction: column;
    }
    
    .list-solid-a0ac {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.middle-5a66 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tiny-5054 {
        padding: 30px 15px;
    }
    
    .tiny-5054 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wood-70b0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .thumbnail-c27a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .texture_down_9e5b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .texture_down_9e5b .pattern_in_ab76 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hidden_current_1e3b {
        font-size: 1.3rem;
    }
    
    .hard_fca2 {
        font-size: 0.7rem;
    }
    
    .banner-slow-a108 {
        flex-direction: column;
        gap: 10px;
    }
    
    .banner-slow-a108 .tiny_d91e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .active_f695 {
        display: none;
    }
    
    .row-2c2f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gradient_inner_d23c {
        padding: 20px 10px;
    }
    
    .icon_active_88f1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-a128,
    .up_e617 {
        padding: 15px;
    }
    
    .search-brown-1681 {
        flex-direction: column;
        gap: 5px;
    }
    
    .down-b4a1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .block_stone_ce10 {
        padding: 30px 10px;
    }
    
    .header_9328 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .yellow_926b {
        padding: 20px 15px;
    }
    
    .prev_1939 {
        font-size: 2rem;
    }
    
    .yellow_926b h3 {
        font-size: 1.1rem;
    }
    
    .yellow_926b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dark-c714 {
        padding: 20px 10px;
    }
    
    .filter_glass_957a h2 {
        font-size: 1.3rem;
    }
    
    .overlay_316f {
        font-size: 0.9rem;
    }
    
    .frame-d584 h3 {
        font-size: 1.1rem;
    }
    
    .frame-d584 p {
        font-size: 0.9rem;
    }
    
    .north_a0f1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slow_4042 {
        grid-template-columns: 1fr;
    }
    
    .input-262b {
        font-size: 0.85rem;
    }
    
    .main-84cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description-d775 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .description-d775 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .detail-0b14 {
        padding: 30px 10px;
    }
    
    .shadow_7060 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_short_30c1 {
        padding: 15px 10px;
    }
    
    .input_short_30c1 h4 {
        font-size: 0.9rem;
    }
    
    .input_short_30c1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .silver_80cb {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .simple_0075 {
        padding: 30px 10px;
    }
    
    .frame-8fed {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel_409b {
        padding: 15px;
    }
    
    .sidebar-5ac7 {
        font-size: 0.9rem;
    }
    
    .photo-right-f68b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo-right-f68b .north-21c0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .avatar_5422 {
        padding: 30px 10px;
    }
    
    .avatar_5422 h2 {
        font-size: 1.2rem;
    }
    
    .primary-b56a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_0b61 {
        padding: 15px 10px;
    }
    
    .column_0b61 h4 {
        font-size: 0.85rem;
    }
    
    .column_0b61 p {
        font-size: 0.75rem;
    }
    
    .soft-ebe8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .article-b498 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pink-d0e7 {
        padding: 20px 10px;
    }
    
    .row-blue-0a77 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .progress-5dc9,
    .item-medium-8549,
    .yellow-e8b0 {
        width: 100%;
    }
    
    .progress-5dc9 h3 {
        font-size: 1.1rem;
    }
    
    .progress-5dc9 p {
        font-size: 0.8rem;
    }
    
    .first_780c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-static-0092 {
        padding: 30px 15px;
    }
    
    .panel-static-0092 h2 {
        font-size: 1.3rem;
    }
    
    .panel-static-0092 p {
        font-size: 0.85rem;
    }
    
    .right-d21f {
        flex-direction: column;
        gap: 10px;
    }
    
    .right-d21f .tiny_d91e {
        width: 100%;
    }
    
    .preview-5f4f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title_dirty_5f1b {
        padding: 30px 15px;
    }
    
    .feature-280e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pagination-f3b4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .plasma-3b6a h4 {
        font-size: 0.9rem;
    }
    
    .plasma-3b6a a {
        font-size: 0.8rem;
    }
    
    .focused_2f95 {
        font-size: 0.8rem;
    }
    
    .border-wood-9245 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .photo-pro-e1d6 {
        padding: 8px 10px;
    }
    
    .icon-da19 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .white-bf17 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-da19 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .white-bf17 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d4c8 */
.ghost-box-y9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
