/* Inner Page Styles */

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

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

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

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

.hover-hovered-9f62 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hover-hovered-9f62 .complex-e510 {
    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;
}

.hover-hovered-9f62 .complex-e510::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.hover-hovered-9f62 .complex-e510:hover::before {
    left: 100%;
}

.hover-hovered-9f62 .complex-e510:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-baf0.fn-active-9b1d {
    color: var(--casino-gold-light);
}

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

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

.status-wide-1184 {
    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);
}

.status-wide-1184 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);
}

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

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

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

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

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

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

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

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

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

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

.bright-3e35 {
    padding: var(--md-spacing-md) 0;
}

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

.banner-0564 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 */
.link-clean-6440 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-clean-6440 li {
    margin-bottom: var(--md-spacing-xs);
}

.link-clean-6440 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);
}

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

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

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

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

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

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

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

.modal_copper_8c1a .bronze_bc74:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.hover-small-e35e {
    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);
}

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

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

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

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

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

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

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

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

.pressed_0c06 .bronze_bc74:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .west_ec12 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .west_ec12 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .west_ec12 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover-hovered-9f62 {
        justify-content: center;
    }
    
    .action-a771 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .backdrop_de23 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .header_1393 {
        padding: var(--md-spacing-md) 0;
    }
    
    .status-wide-1184 {
        padding: var(--md-spacing-md);
    }
    
    .avatar-copper-c3dd {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner-0564 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pressed_0c06 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dynamic_6db3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .status-wide-1184 {
        padding: var(--md-spacing-sm);
    }
    
    .up_0e6b {
        padding: var(--md-spacing-md);
    }
    
    .banner-0564 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up_0e6b,
.banner-0564,
.pressed_0c06 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.accent-blue-30ec::-webkit-scrollbar {
    width: 8px;
}

.accent-blue-30ec::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.accent-blue-30ec::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.accent-blue-30ec::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.black_67f3 {
    font-size: 1.5rem;
}

.row_511d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.stale-2cb4 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface-8018 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gold_c9ab.logo_dark_8656 .button-black-63ad {
    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); }
}

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

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

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

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

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

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

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

.detail_5242 {
    font-size: 1.2rem;
}

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

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

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

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

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

.paper_deed.bright_9f20::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.paper_deed.popup-4e59::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paper_deed.dark_fe2c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.paper_deed.texture-out-2460::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.hover-gold-6a38 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.layout-cool-4010 {
    font-size: 1.2rem;
}

.chip-glass-629d {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.surface_1d9b.primary_last_94a1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.surface_1d9b.fn-active-9b1d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.surface_light_2388.old-32d4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.tertiary-fresh-9ba5 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.caption_9970 { border-top: 3px solid #00ccff; }
.mini_2718 { border-top: 3px solid #00ff88; }
.hovered_0307 { border-top: 3px solid #d4af37; }
.list-stone-c8c4 { border-top: 3px solid #ff6b6b; }
.detail_bright_a4cf { border-top: 3px solid #8b5cf6; }

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

.message_dark_c2cd {
    overflow-x: auto;
}

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

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

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

.feature_9792 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.text-stale-a39d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.content-wood-6acc {
    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;
}

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

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

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

.main-down-dfcb {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.detail-selected-2596 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-e05e {
    font-size: 1.5rem;
}

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

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

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

.media-old-908b {
    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;
}

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

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

.hover-iron-0c12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.overlay-4d97 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.list-5d62 .tooltip-light-2dc3 {
    margin-bottom: 10px;
}

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

.list-5d62 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.right-9422 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_upper_5126 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

.layout-out-545a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.layout-out-545a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.full-2e1a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.full-2e1a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.content_f28c a {
    color: #ff6b6b;
}

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

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

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

.article-2e04 {
    text-align: center;
}

.article-2e04 .pink-13ce {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.article-2e04 .heading-d148 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.hard-1f02 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_be40.old-32d4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .iron_7f76 {
        flex-direction: column;
    }
    .dim-1a81 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.shadow-e7f5 .avatar-outer-8ad0 {
    color: #666;
    margin: 0 8px;
}

.shadow-e7f5 .sidebar-light-0008 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.breadcrumb_2035 {
    font-size: 2rem;
}

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

.layout_fc47 strong {
    color: #d4af37;
}

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

.preview-smooth-45a1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .preview-smooth-45a1 {
        grid-template-columns: 1fr;
    }
}

.widget_bright_f758 h3,
.caption-59e2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.new-25af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.purple-65bc strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

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

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

.panel-smooth-32ab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .panel-smooth-32ab {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.breadcrumb-middle-99a4 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.breadcrumb-middle-99a4 strong {
    color: #d4af37;
}

.article-3148 {
    color: #aaa;
}

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

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

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

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

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

.stale-58bb {
    max-width: 900px;
    margin: 0 auto;
}

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

.input-0093:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected_f77a strong {
    color: #d4af37;
}

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

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

.steel-6522 strong {
    color: #00ff88;
}

.steel-6522 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-huge-9a89 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-huge-9a89 li {
    margin-bottom: 5px;
}

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

.nav-huge-9a89 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.iron-a8ba strong {
    color: #00ff88;
}

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

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

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

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

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

.medium-863a {
    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;
}

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

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

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

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

.accordion-32b6 {
    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;
}

.accordion-32b6: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) {
    .accordion-32b6 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .accordion-32b6 {
        width: 120px;
        height: 120px;
    }
}

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

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

.main-focused-94e2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .nav_up_9f1a {
        padding: 30px 15px;
    }
    
    .nav_up_9f1a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .overlay_paper_d0fb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .cool-72cc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title-warm-198b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-warm-198b .background-0a20 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .copper_4f47 {
        font-size: 1.3rem;
    }
    
    .media-center-9515 {
        font-size: 0.7rem;
    }
    
    .right-f5dd {
        flex-direction: column;
        gap: 10px;
    }
    
    .right-f5dd .bronze_bc74 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wood-447a {
        display: none;
    }
    
    .input_dc53 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pattern_f349 {
        padding: 20px 10px;
    }
    
    .bottom_1884 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .green_e1fd,
    .advanced-4f23 {
        padding: 15px;
    }
    
    .smooth_9c9b {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav-bd2b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main-fixed-4cdd {
        padding: 30px 10px;
    }
    
    .hover_copper_543f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_black_b471 {
        padding: 20px 15px;
    }
    
    .gas_3705 {
        font-size: 2rem;
    }
    
    .grid_black_b471 h3 {
        font-size: 1.1rem;
    }
    
    .grid_black_b471 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .selected_c7f6 {
        padding: 20px 10px;
    }
    
    .purple_9306 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper_old_3bfa {
        font-size: 0.9rem;
    }
    
    .input-0093 h3 {
        font-size: 1.1rem;
    }
    
    .input-0093 p {
        font-size: 0.9rem;
    }
    
    .item_outer_e3d8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background_29f5 {
        grid-template-columns: 1fr;
    }
    
    .selected_f77a {
        font-size: 0.85rem;
    }
    
    .breadcrumb-403f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label_pink_41f9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .label_pink_41f9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert-d89e {
        padding: 30px 10px;
    }
    
    .smooth-f64f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_6c73 {
        padding: 15px 10px;
    }
    
    .description_6c73 h4 {
        font-size: 0.9rem;
    }
    
    .description_6c73 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_82b6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .motion_82bc {
        padding: 30px 10px;
    }
    
    .list_last_7305 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-91aa {
        padding: 15px;
    }
    
    .title-tall-aa4d {
        font-size: 0.9rem;
    }
    
    .white-a8b1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .white-a8b1 .notification-west-767c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .status-1af5 {
        padding: 30px 10px;
    }
    
    .status-1af5 h2 {
        font-size: 1.2rem;
    }
    
    .fluid-fc90 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_hard_e448 {
        padding: 15px 10px;
    }
    
    .item_hard_e448 h4 {
        font-size: 0.85rem;
    }
    
    .item_hard_e448 p {
        font-size: 0.75rem;
    }
    
    .dim_ba23 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .title-rough-30f4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination_fd14 {
        padding: 20px 10px;
    }
    
    .gallery_east_82df {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .breadcrumb-south-a41b,
    .full-2e1a,
    .content_f28c {
        width: 100%;
    }
    
    .breadcrumb-south-a41b h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-south-a41b p {
        font-size: 0.8rem;
    }
    
    .old_fb46 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .status_3deb {
        padding: 30px 15px;
    }
    
    .status_3deb h2 {
        font-size: 1.3rem;
    }
    
    .status_3deb p {
        font-size: 0.85rem;
    }
    
    .lower-7c99 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lower-7c99 .bronze_bc74 {
        width: 100%;
    }
    
    .purple_68d0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .smooth_fcdb {
        padding: 30px 15px;
    }
    
    .panel-2e47 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary_175a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_wood_6cf4 h4 {
        font-size: 0.9rem;
    }
    
    .filter_wood_6cf4 a {
        font-size: 0.8rem;
    }
    
    .module_current_2038 {
        font-size: 0.8rem;
    }
    
    .notice-7bbb p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .panel-2e47 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

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

@media (max-width: 480px) {
    .complex_3d30 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .basic-6487 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cd6d */
.promo-block-k9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
