/* Core tokens */
.card { background:#fff; border-radius:1rem; box-shadow:0 6px 24px -10px rgba(16,24,40,.1); border:1px solid #eef2f6; }
.card-blue { background:#0e4ca3; color:#fff; border-radius:1rem; box-shadow:0 6px 24px -10px rgba(16,24,40,.1); }
.progress-wrap { width:100%; height:8px; background:#e5e7eb; border-radius:9999px; overflow:hidden; }
.progress-bar { height:8px; background:linear-gradient(90deg,#0e4ca3,#3183ff); border-radius:9999px; }
.status-dot { width:12px; height:12px; border-radius:9999px; display:inline-block; }
.status-green { background:#2ecc71; }
.status-yellow { background:#f1c40f; }
.status-red { background:#e74c3c; }
