:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f8fafc}h1,h2,h3,h4{margin:0;font-weight:700;color:#0f172a}p,ul{margin:0}a{color:inherit}:root{color:#0f172a;background:#f8fafc}#root{margin:0;padding:0}.app{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.hero{display:grid;gap:2rem;align-items:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.eyebrow{font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0ea5e9;margin-bottom:.5rem}.subtitle{color:#475569;margin-top:.75rem;line-height:1.6}.hero-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 16px 40px #0f172a14}.hero-card ul{padding-left:1.2rem;color:#475569;line-height:1.6}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:end}.control-group{display:flex;flex-direction:column;gap:.4rem}.control-group label{font-weight:600;color:#1e293b}select,input[type=date]{padding:.6rem .8rem;border-radius:10px;border:1px solid #cbd5f5;background:#fff;font-size:1rem}button.primary{padding:.7rem 1.1rem;border-radius:12px;border:none;background:#0ea5e9;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button.primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0ea5e940}button.secondary{padding:.55rem .9rem;border-radius:10px;border:1px solid #cbd5f5;background:#fff;color:#1e293b;font-weight:600;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}button.secondary:hover:not(:disabled){border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 6px 16px #0f172a14}button.secondary:disabled{cursor:not-allowed;opacity:.55}.status{display:flex;justify-content:center}.status-pill{padding:.6rem 1rem;border-radius:999px;font-weight:600;font-size:.95rem;background:#e2e8f0;color:#475569}.status-pill.success{background:#dcfce7;color:#15803d}.status-pill.error{background:#fee2e2;color:#b91c1c}.status-pill.loading{background:#e0f2fe;color:#0369a1}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 16px 40px #0f172a14}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.summary-item{background:#f1f5f9;padding:.75rem 1rem;border-radius:12px;display:flex;flex-direction:column;gap:.35rem}.summary-item span{font-size:.9rem;color:#64748b}.summary-item strong{font-size:1.05rem}.chart-wrap{min-height:420px;height:420px}.table-card{overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.table-wrap{overflow-x:auto;overflow-y:auto;max-height:420px}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{padding:.75rem .6rem;border-bottom:1px solid #e2e8f0;text-align:left}th{background:#f8fafc;font-weight:700;color:#1e293b}.muted{color:#64748b}@media(max-width:720px){.app{padding:2rem 1rem 3rem}.controls{grid-template-columns:1fr}}
