:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}.container{max-width:1200px;margin:0 auto;padding:1rem}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.toolbar nav{display:flex;gap:.5rem}button{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:.45rem .7rem;cursor:pointer}button.active{background:#111827;color:#fff}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.stack{display:flex;flex-direction:column;gap:.75rem}.row{display:flex;align-items:center;gap:.75rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}label.inline{flex-direction:row;align-items:center;gap:.5rem}input,select,textarea{border:1px solid #d1d5db;border-radius:6px;padding:.45rem .55rem}textarea{min-height:72px}.full{grid-column:1 / -1}.kpi{font-size:1.5rem;font-weight:700;margin:.5rem 0 0}.kpi.small{font-size:1rem}.error{color:#b91c1c;margin-top:.5rem}.global-error{margin-bottom:.75rem}.hint{color:#6b7280;font-size:.9rem}.login-card{max-width:420px;margin:8vh auto}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid #e5e7eb;padding:.5rem;text-align:left;font-size:.9rem}.truncate{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:980px){.grid4,.grid2{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:flex-start}}
