:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.container{max-width:1120px;margin:0 auto;padding:1rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;padding:1rem;margin-bottom:1rem}.grid{display:grid;gap:.75rem}.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{font-size:1.5rem;font-weight:700;margin:.25rem 0 0}label{display:grid;gap:.25rem;font-size:.9rem}input{border:1px solid #d0d5dd;border-radius:6px;padding:.55rem .65rem}button{border:0;border-radius:8px;padding:.6rem .85rem;background:#155eef;color:#fff;cursor:pointer}.secondary{background:#344054}.hidden{display:none!important}.hint{color:#475467;font-size:.85rem}.message{min-height:1.2rem}.status-list{margin:0;padding-left:1rem;display:grid;gap:.35rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.5rem;border-bottom:1px solid #eaecf0;font-size:.92rem}tbody tr{cursor:pointer}tbody tr:hover{background:#f2f4f7}.status{display:inline-block;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-issued{background:#eff8ff;color:#1849a9}.status-payment_declared{background:#fff4ed;color:#9a3412}.status-paid_confirmed{background:#ecfdf3;color:#027a48}.status-overdue{background:#fef3f2;color:#b42318}pre{margin:0;white-space:pre-wrap;word-break:break-word;background:#0f172a;color:#e2e8f0;padding:.75rem;border-radius:8px;max-height:300px;overflow:auto}
