:root{font-family:Segoe UI,Arial,sans-serif;background:#f2f6fc;color:#173a64}*{box-sizing:border-box}body{margin:0}.login-body{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{background:white;padding:36px;border-radius:18px;border:1px solid #d5e1f0;width:min(100%,440px);box-shadow:0 12px 40px #183f6c12}.wordmark{font-size:30px;font-weight:750;color:#183f6c}.muted{color:#637b96;font-size:13px;line-height:1.6}h1{font-size:24px}h2{font-size:18px}label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600;margin:16px 0}input,select{font:inherit;border:1px solid #a9c0dd;border-radius:8px;padding:12px;color:#173a64;background:#edf4fd}input[type=checkbox]{width:18px;height:18px}button,.button{font:inherit;font-size:13px;border-radius:8px;border:1px solid #285682;background:#234c77;color:white;padding:12px 18px;cursor:pointer;text-decoration:none}button:disabled{opacity:.5}button.secondary{background:white;color:#234c77}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #82b6e5;outline-offset:3px}a{color:#285f98}.login-card button{width:100%}#message{color:#8b392a;font-size:14px;line-height:1.5}.shell{max-width:1500px;margin:auto;padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.panel{background:white;border:1px solid #cbdcee;border-radius:12px;padding:24px;margin:22px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.table-scroll{overflow:auto;max-height:550px;border:1px solid #c5d7ec;border-radius:8px}table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px}td,th{padding:14px;text-align:right;border-bottom:1px solid #dce6f2;vertical-align:top}th{position:sticky;top:0;background:#234c77;color:white;font-size:11px}td:first-child,th:first-child{text-align:left}tr:nth-child(even) td{background:#f0f5fc}td small{display:block;margin-top:5px;color:#627b97}tfoot td{background:#d6e5f7!important;font-weight:700}.saldo{background:#e4eefb;border:1px solid #a8c2df;border-radius:12px;padding:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}.saldo strong{font-size:28px}.checkbox{flex-direction:row;align-items:center;font-weight:400}.readonly-link{width:100%}.scope-list{max-height:250px;overflow:auto}.notice{padding:14px;background:#fff6de;color:#715823;border-radius:8px}details{margin:12px 0}summary{cursor:pointer;padding:12px;background:#edf4fd;border-radius:8px}[hidden]{display:none!important}@media(max-width:700px){.shell{padding:16px}.grid{grid-template-columns:1fr}.panel{padding:16px}.saldo{display:block;text-align:right}}
