/* _content/TransactionTracker.Web/Views/Home/Index.cshtml.rz.scp.css */
/* --- Index Page Styles --- */

.hero-container[b-863w9vde6q] {
    padding: 60px 0;
    overflow: hidden;
}

.text-gradient[b-863w9vde6q] {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tracking-tight[b-863w9vde6q] {
    letter-spacing: -2px;
    line-height: 1.1;
}

.badge-pill[b-863w9vde6q] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Custom Buttons */
.btn-primary-custom[b-863w9vde6q] {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover[b-863w9vde6q] {
    box-shadow: 0 10px 20px rgba(118, 75, 162, 0.3);
    transform: translateY(-2px);
    color: white;
}

.btn-outline-custom[b-863w9vde6q] {
    border: 2px solid #e2e8f0;
    color: #4a5568;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover[b-863w9vde6q] {
    border-color: #764ba2;
    color: #764ba2;
}

/* Glassmorphism Visuals */
.hero-visual-wrapper[b-863w9vde6q] {
    position: relative;
    padding: 40px;
}

.glass-card[b-863w9vde6q] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.main-card[b-863w9vde6q] {
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.floating-card-1[b-863w9vde6q], .floating-card-2[b-863w9vde6q] {
    position: absolute;
    padding: 20px;
    width: 100px;
    z-index: 3;
    animation: float-b-863w9vde6q 6s ease-in-out infinite;
}

.floating-card-1[b-863w9vde6q] { top: 10%; right: 10%; animation-delay: 0s; }
.floating-card-2[b-863w9vde6q] { bottom: 15%; left: 5%; animation-delay: 1s; }

.hero-glow[b-863w9vde6q] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(118,75,162,0.15) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
}

/* Animations */
@keyframes float-b-863w9vde6q {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.animate-fade-in[b-863w9vde6q] {
    animation: fadeIn-b-863w9vde6q 0.8s ease-out forwards;
}

.animate-slide-up[b-863w9vde6q] {
    animation: slideUp-b-863w9vde6q 1s ease-out forwards;
}

@keyframes fadeIn-b-863w9vde6q {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideUp-b-863w9vde6q {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mock UI Elements */
.card-header-accent[b-863w9vde6q] { height: 8px; width: 40px; background: #667eea; margin: 20px; border-radius: 4px; }
.line[b-863w9vde6q] { height: 8px; background: #edf2f7; margin: 10px 20px; border-radius: 4px; }
.line.medium[b-863w9vde6q] { width: 60%; }
.line.long[b-863w9vde6q] { width: 80%; }
.block[b-863w9vde6q] { height: 40px; background: #f7fafc; border-radius: 8px; margin: 10px; }
/* _content/TransactionTracker.Web/Views/Shared/_TransactionLayout.cshtml.rz.scp.css */
:root[b-6tgiu2iskq] { --accent-color: #059669; --sidebar-bg: #064e3b; }
.nav-link.active[b-6tgiu2iskq] { border-left: 4px solid var(--accent-color); background: rgba(5, 150, 105, 0.1); }
