* {
    box-sizing: border-box;
}

body {
    font-family: Manrope, "Segoe UI", sans-serif;
}

.bg-app-gradient {
    background: radial-gradient(circle at top right, #dbeafe 0%, rgba(219, 234, 254, 0.5) 22%, rgba(248, 250, 252, 1) 62%), linear-gradient(140deg, #f8fafc 0%, #ecfeff 40%, #f8fafc 100%);
}

.panel-card {
    border: 1px solid rgba(226, 232, 240, 0.75);
    background: rgba(255, 255, 255, 0.86);
    border-radius: 1rem;
    box-shadow: 0 12px 30px -24px rgba(15, 23, 42, 0.35);
    padding: 1rem;
    backdrop-filter: blur(12px);
}

.metric-label {
    font-size: 0.76rem;
    color: #64748b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.metric-value {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #0f172a;
    font-weight: 800;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #334155;
}
