
body {
    min-height: 100vh;
    background: radial-gradient(circle at top left, #f0f4ff, #e3f6ff 40%, #fdfbff);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.card-modern {
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.2);
}
.bg-pill {
    border-radius: 999px;
    padding: .3rem .75rem;
    font-size: .75rem;
    font-weight: 500;
}
