@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap";:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--title-font: "Sora", system-ui, sans-serif;--ink: #0f172a;--muted: #64748b;--line: #e2e8f0;--panel: #ffffff;--bg: #f4f7fb;--indigo: #2563eb;--sky: #0ea5e9;--emerald: #10b981;--amber: #f59e0b;--rose: #ec4899;--shadow: 0 20px 50px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 10%,#eff6ff,#f4f7fb 45%,#e0f2fe);color:var(--ink)}a{color:inherit}button,input,select,textarea{font-family:inherit}.app-shell{min-height:100vh}.app-header{max-width:1280px;margin:0 auto;padding:28px 20px 10px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:16px}.brand-logo{width:54px;height:54px;object-fit:contain;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a14}.brand-text h1{margin:0;font-family:var(--title-font);font-size:26px}.brand-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:var(--muted);margin:0 0 4px}.brand-sub{margin:4px 0 0;color:var(--muted);font-size:13px}.header-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.header-chip{padding:6px 12px;border-radius:999px;background:#2563eb1a;color:var(--indigo);font-size:12px;font-weight:600}.header-chip.muted-chip{background:#f1f5f9;color:#475569}.app-content{max-width:1280px;margin:0 auto;padding:32px 20px 80px}.app-footer{max-width:1280px;margin:0 auto 40px;padding:24px 20px 0;display:flex;justify-content:space-between;gap:24px;border-top:1px solid #e2e8f0;color:var(--muted);font-size:13px}.footer-meta{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.dash-shell{display:flex;flex-direction:column;gap:24px}.dash-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dash-header h1{font-family:var(--title-font);font-size:34px;margin:0;background:linear-gradient(90deg,var(--indigo),var(--rose));-webkit-background-clip:text;color:transparent}.dash-header h2{font-family:var(--title-font);font-size:24px;margin:0}.subhead{margin:8px 0 0;color:var(--muted)}.program-note{margin:8px 0 0;font-size:13px;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--indigo);margin:0 0 6px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.kpi-card{background:var(--panel);border:1px solid #dbeafe;border-radius:20px;padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:8px}.kpi-card.kpi-accent{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none}.kpi-value{font-family:var(--title-font);font-size:26px}.kpi-label{font-size:13px;color:var(--muted)}.kpi-card.kpi-accent .kpi-label{color:#fffc}.kpi-icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;color:#fff}.kpi-icon.kpi-indigo{background:#dbeafe;color:var(--indigo)}.kpi-icon.kpi-emerald{background:#dcfce7;color:var(--emerald)}.kpi-icon.kpi-cyan{background:#cffafe;color:var(--sky)}.kpi-icon.kpi-purple{background:#ede9fe;color:#7c3aed}.kpi-icon.kpi-light{background:#fff3;color:#fff}.grid-split{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,2fr);gap:20px}.panel{background:var(--panel);border-radius:22px;padding:20px;box-shadow:var(--shadow);border:1px solid #e2e8f0}.panel h2{font-family:var(--title-font);font-size:20px;margin:0 0 16px}.panel-title{display:flex;align-items:center;gap:8px;margin-bottom:16px}.panel-title h2{margin:0}.program-list{display:flex;flex-direction:column;gap:12px;max-height:420px;overflow-y:auto}.program-card{border-radius:16px;border:1px solid #e2e8f0;padding:14px;text-align:left;background:#f8fafc;transition:all .2s ease;cursor:pointer}.program-card:hover{border-color:#c7d2fe;box-shadow:0 10px 20px #2563eb26}.program-card.active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-color:transparent}.program-name{font-weight:600;font-size:14px}.program-meta{font-size:12px;color:var(--muted);margin-top:6px}.program-card.active .program-meta{color:#ffffffb3}.program-status{display:inline-block;margin-top:10px;font-size:11px;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#334155}.program-card.active .program-status{background:#fff3;color:#fff}.chart-wrap{min-height:260px}.chart-empty{height:260px;display:grid;place-items:center;color:var(--muted)}.table-wrap{overflow-x:auto}.metrics-table{width:100%;border-collapse:collapse;min-width:720px}.metrics-table th,.metrics-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:13px}.metrics-table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#475569}.metrics-table tr:hover{background:#f8fafc}.total-row{background:linear-gradient(90deg,#eef2ff,#f5f3ff);font-weight:600}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#475569}.pill-emerald{background:#dcfce7;color:#047857}.pill-indigo{background:#dbeafe;color:#1d4ed8}.pill-gray{background:#e2e8f0;color:#475569}.pill-amber{background:#fef3c7;color:#b45309}.visit-list{display:grid;gap:12px}.visit-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc}.visit-title{font-weight:600}.visit-meta{font-size:12px;color:var(--muted);margin-top:4px}.visit-badges{display:flex;gap:8px;flex-wrap:wrap}.muted{color:var(--muted)}.ghost{border:1px solid #e2e8f0;background:#fff;color:#2563eb;padding:10px 16px;border-radius:12px;font-weight:600;cursor:pointer}.ghost:disabled{opacity:.6;cursor:not-allowed}.auth-card{max-width:420px;margin:80px auto 0;background:#fff;border-radius:22px;padding:24px;box-shadow:var(--shadow);border:1px solid #e2e8f0}.auth-header{display:flex;gap:12px;align-items:center;margin-bottom:18px}.auth-badge{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:grid;place-items:center;font-weight:700}.auth-header h2{margin:0;font-family:var(--title-font)}.auth-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.auth-form{display:grid;gap:14px}label{display:flex;flex-direction:column;gap:6px;font-size:13px}label span{color:var(--muted)}input,select,textarea{border-radius:12px;border:1px solid #e2e8f0;padding:10px 12px;font-size:14px;background:#f8fafc}input:focus,select:focus,textarea:focus{outline:2px solid rgba(37,99,235,.2);background:#fff}button.primary{border:none;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:12px 16px;border-radius:14px;font-weight:600;cursor:pointer}.error{color:#b91c1c;margin-top:12px}@media (max-width: 1024px){.grid-split{grid-template-columns:1fr}}@media (max-width: 640px){.dash-header,.app-header{flex-direction:column;align-items:flex-start}.header-actions{align-items:flex-start}.app-footer{flex-direction:column;align-items:flex-start}.kpi-grid{grid-template-columns:1fr 1fr}.visit-card{flex-direction:column;align-items:flex-start}}
