*{box-sizing:border-box}body{margin:0;background:#f4f6f8;color:#172033;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.eyebrow{margin:0 0 4px;color:#64748b;font-size:13px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:26px;letter-spacing:0}.primary-btn,.secondary-btn,.ghost-btn{border:0;border-radius:6px;cursor:pointer;min-height:40px;padding:0 16px}.primary-btn{background:#1d4ed8;color:#fff;font-weight:600}.primary-btn:disabled{background:#94a3b8;cursor:wait}.secondary-btn{background:#e2e8f0;color:#334155}.ghost-btn{background:transparent;color:#475569}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.stat-card{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:18px;display:flex;flex-direction:column;gap:10px}.stat-card span{color:#64748b;font-size:13px}.stat-card strong{font-size:32px}.reports-section{background:white;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.section-header{padding:18px 20px;border-bottom:1px solid #e2e8f0}.section-header h2{margin:0;font-size:18px}.empty-state{padding:36px 20px;color:#64748b;text-align:center}.report-list{display:flex;flex-direction:column}.report-row{padding:16px 20px;display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #edf2f7}.report-row:last-child{border-bottom:0}.report-row h3{margin:0 0 6px;font-size:16px}.report-row p{margin:0 0 6px;color:#64748b}.report-row small{color:#64748b}.report-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:140px}.report-meta span{background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:600}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.46);display:flex;align-items:center;justify-content:center;padding:20px;z-index:20}.modal{width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;background:white;border-radius:8px;padding:22px;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 60px #0f172a38}.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-header h2{margin:0}label{display:flex;flex-direction:column;gap:7px;color:#334155;font-size:14px;font-weight:600}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:10px 12px;color:#172033;background:white;min-width:0}select[multiple]{min-height:190px}textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hint{margin:0;color:#64748b;font-size:13px}.form-error{margin:0;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:10px 12px}.state-screen{min-height:calc(100vh - 48px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;color:#475569}.error-state{color:#b91c1c}.spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:#1d4ed8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 760px){.page-shell{padding:14px}.topbar,.report-row,.modal-header,.modal-actions{align-items:stretch;flex-direction:column}.stats-grid,.form-grid{grid-template-columns:1fr}.report-meta{justify-content:flex-start}}
