/* /Layout/MainLayout.razor.rz.scp.css */
/* ===== NAVBAR ===== */
[b-ki4x9nh9k0] .navbar-custom {
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

[b-ki4x9nh9k0] .navbar-custom.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

[b-ki4x9nh9k0] .navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[b-ki4x9nh9k0] .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
    position: relative;
}

[b-ki4x9nh9k0] .nav-link:hover {
    color: #ffffff !important;
}

[b-ki4x9nh9k0] .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

[b-ki4x9nh9k0] .nav-link:hover::after {
    width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
/* ===== PARTICLES ANIMATION ===== */
.particles[b-tlizq8xpbx] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.particle[b-tlizq8xpbx] {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(102, 126, 234, 0.3);
    border-radius: 50%;
    animation: particle-float-b-tlizq8xpbx 15s infinite;
}

.particle:nth-child(1)[b-tlizq8xpbx] { left: 10%; animation-delay: 0s; }
.particle:nth-child(2)[b-tlizq8xpbx] { left: 20%; animation-delay: 2s; }
.particle:nth-child(3)[b-tlizq8xpbx] { left: 30%; animation-delay: 4s; }
.particle:nth-child(4)[b-tlizq8xpbx] { left: 40%; animation-delay: 6s; }
.particle:nth-child(5)[b-tlizq8xpbx] { left: 50%; animation-delay: 8s; }
.particle:nth-child(6)[b-tlizq8xpbx] { left: 60%; animation-delay: 10s; }
.particle:nth-child(7)[b-tlizq8xpbx] { left: 70%; animation-delay: 12s; }
.particle:nth-child(8)[b-tlizq8xpbx] { left: 80%; animation-delay: 14s; }
.particle:nth-child(9)[b-tlizq8xpbx] { left: 90%; animation-delay: 16s; }

@keyframes particle-float-b-tlizq8xpbx {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}

/* ===== HERO SECTION ===== */
.hero-section[b-tlizq8xpbx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}

.hero-section[b-tlizq8xpbx]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    animation: float-b-tlizq8xpbx 6s ease-in-out infinite;
}

.hero-section[b-tlizq8xpbx]::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 70%);
    animation: float-b-tlizq8xpbx 8s ease-in-out infinite reverse;
}

@keyframes float-b-tlizq8xpbx {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, -30px); }
}

.hero-content[b-tlizq8xpbx] {
    position: relative;
    z-index: 10;
}

.hero-badge[b-tlizq8xpbx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(102, 126, 234, 0.2);
    border: 1px solid rgba(102, 126, 234, 0.4);
    border-radius: 50px;
    font-size: 0.875rem;
    color: #a5b4fc;
    margin-bottom: 1.5rem;
}

.hero-title[b-tlizq8xpbx] {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle[b-tlizq8xpbx] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-buttons[b-tlizq8xpbx] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-stats[b-tlizq8xpbx] {
    display: flex;
    gap: 3rem;
    margin-top: 4rem;
}

.stat-item[b-tlizq8xpbx] {
    text-align: left;
}

.stat-value[b-tlizq8xpbx] {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

/* ===== CRYPTO CARDS ===== */
.crypto-showcase[b-tlizq8xpbx] {
    position: relative;
    z-index: 10;
}

.crypto-card[b-tlizq8xpbx] {
    background: #1a2347;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.crypto-card:hover[b-tlizq8xpbx] {
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.crypto-icon[b-tlizq8xpbx] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.usdt-icon[b-tlizq8xpbx] {
    background: linear-gradient(135deg, #26a17b 0%, #1a7c5c 100%);
}

.usdc-icon[b-tlizq8xpbx] {
    background: linear-gradient(135deg, #2775ca 0%, #1a4d8c 100%);
}

.crypto-name[b-tlizq8xpbx] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.crypto-symbol[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

.crypto-price[b-tlizq8xpbx] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.crypto-change[b-tlizq8xpbx] {
    color: #00d4aa;
    font-size: 0.875rem;
}

/* ===== FEATURES SECTION ===== */
.features-section[b-tlizq8xpbx] {
    padding: 100px 0;
    background: #141b3d;
    position: relative;
}

.section-header[b-tlizq8xpbx] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge[b-tlizq8xpbx] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    color: #a5b4fc;
    margin-bottom: 1rem;
}

.section-title[b-tlizq8xpbx] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.feature-card[b-tlizq8xpbx] {
    background: #1a2347;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card[b-tlizq8xpbx]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover[b-tlizq8xpbx]::before {
    transform: scaleX(1);
}

.feature-card:hover[b-tlizq8xpbx] {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.feature-icon[b-tlizq8xpbx] {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.feature-icon.blue[b-tlizq8xpbx] { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.feature-icon.green[b-tlizq8xpbx] { background: rgba(0, 212, 170, 0.15); color: #00d4aa; }
.feature-icon.purple[b-tlizq8xpbx] { background: rgba(139, 92, 246, 0.15); color: #8b5cf6; }
.feature-icon.gold[b-tlizq8xpbx] { background: rgba(247, 147, 26, 0.15); color: #f7931a; }

.feature-title[b-tlizq8xpbx] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-text[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* ===== COINS SECTION ===== */
.coins-section[b-tlizq8xpbx] {
    padding: 100px 0;
    position: relative;
}

.coin-large-card[b-tlizq8xpbx] {
    background: #1a2347;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.coin-large-card[b-tlizq8xpbx]::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
}

.coin-header[b-tlizq8xpbx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.coin-icon-large[b-tlizq8xpbx] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}

.coin-title[b-tlizq8xpbx] {
    font-size: 1.75rem;
    font-weight: 700;
}

.coin-subtitle[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.5);
}

.coin-description[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.coin-features[b-tlizq8xpbx] {
    list-style: none;
    padding: 0;
}

.coin-features li[b-tlizq8xpbx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.coin-features li:last-child[b-tlizq8xpbx] {
    border-bottom: none;
}

.coin-features i[b-tlizq8xpbx] {
    color: #00d4aa;
}

/* ===== HOW IT WORKS ===== */
.how-it-works-section[b-tlizq8xpbx] {
    padding: 100px 0;
    background: #141b3d;
}

.step-card[b-tlizq8xpbx] {
    text-align: center;
    padding: 2rem;
    position: relative;
}

.step-number[b-tlizq8xpbx] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    position: relative;
}

.step-connector[b-tlizq8xpbx] {
    position: absolute;
    top: 80px;
    left: 60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.5) 0%, transparent 100%);
}

.step-title[b-tlizq8xpbx] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.step-text[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== TESTIMONIALS ===== */
.testimonials-section[b-tlizq8xpbx] {
    padding: 100px 0;
}

.testimonial-card[b-tlizq8xpbx] {
    background: #1a2347;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
}

.testimonial-stars[b-tlizq8xpbx] {
    color: #fbbf24;
    margin-bottom: 1rem;
}

.testimonial-text[b-tlizq8xpbx] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author[b-tlizq8xpbx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-tlizq8xpbx] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.author-name[b-tlizq8xpbx] {
    font-weight: 600;
}

.author-title[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

/* ===== CTA SECTION ===== */
.cta-section[b-tlizq8xpbx] {
    padding: 100px 0;
    background: #141b3d;
    position: relative;
    overflow: hidden;
}

.cta-section[b-tlizq8xpbx]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.2) 0%, transparent 70%);
}

.cta-card[b-tlizq8xpbx] {
    background: #1a2347;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 4rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cta-title[b-tlizq8xpbx] {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-text[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== FOOTER ===== */
.footer[b-tlizq8xpbx] {
    background: #1a2347;
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-brand[b-tlizq8xpbx] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.footer-text[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.social-links[b-tlizq8xpbx] {
    display: flex;
    gap: 1rem;
}

.social-link[b-tlizq8xpbx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover[b-tlizq8xpbx] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: translateY(-3px);
}

.footer-title[b-tlizq8xpbx] {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-links[b-tlizq8xpbx] {
    list-style: none;
    padding: 0;
}

.footer-links li[b-tlizq8xpbx] {
    margin-bottom: 0.75rem;
}

.footer-links a[b-tlizq8xpbx] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-tlizq8xpbx] {
    color: #ffffff;
}

.footer-bottom[b-tlizq8xpbx] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .hero-stats[b-tlizq8xpbx] {
        gap: 2rem;
    }
    
    .step-connector[b-tlizq8xpbx] {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-stats[b-tlizq8xpbx] {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .hero-buttons[b-tlizq8xpbx] {
        flex-direction: column;
    }
    
    .cta-card[b-tlizq8xpbx] {
        padding: 2rem;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-mfqik9uevz] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-content[b-mfqik9uevz] {
    text-align: center;
}

.not-found-title[b-mfqik9uevz] {
    font-size: 8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.not-found-subtitle[b-mfqik9uevz] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.not-found-text[b-mfqik9uevz] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}
