:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2933;background:#f4f6f8}*{box-sizing:border-box}body{margin:0;padding:24px 16px}.wrap{max-width:900px;margin:0 auto}h1{font-size:1.5rem;margin-bottom:20px}h2{font-size:1.05rem;margin:0 0 14px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;margin-bottom:18px;box-shadow:0 1px 2px #0000000a}label{display:block;font-size:.85rem;font-weight:600;color:#52606d;margin-bottom:14px}input[type=text],input[type=password],input[type=date],label>input{display:block;width:100%;margin-top:6px;padding:9px 11px;font-size:.95rem;border:1px solid #cbd2d9;border-radius:7px;font-weight:400;color:#1f2933}button{background:#2563eb;color:#fff;border:none;border-radius:7px;padding:10px 18px;font-size:.95rem;font-weight:600;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}button.link{background:none;color:#2563eb;padding:0;font-size:.85rem}.row-between{display:flex;align-items:center;justify-content:space-between}.cred-actions{display:flex;align-items:center;gap:16px}label.checkbox{display:flex;align-items:center;gap:8px;font-weight:500;color:#3e4c59;margin:4px 0 18px;cursor:pointer}label.checkbox>input{width:auto;margin:0}.hint{margin:12px 0 0;font-size:.78rem;color:#9aa5b1}.dates{display:flex;gap:16px;flex-wrap:wrap}.dates label{flex:1;min-width:160px}.table-scroll{max-height:340px;overflow:auto;border:1px solid #e2e8f0;border-radius:8px}table{width:100%;border-collapse:collapse;font-size:.85rem}thead th{position:sticky;top:0;background:#f0f4f8;text-align:left;padding:9px 10px;border-bottom:1px solid #e2e8f0;font-weight:600;color:#52606d}tbody td{padding:8px 10px;border-bottom:1px solid #eef1f4}tbody tr{cursor:pointer}tbody tr:hover{background:#f8fafc}tbody tr.selected{background:#e8f0fe}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:#7b8794}.progress-wrap{display:flex;align-items:center;gap:12px;margin-top:16px}.progress-track{flex:1;height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#2563eb;border-radius:999px;transition:width .25s ease}.progress-label{font-size:.82rem;font-weight:600;color:#52606d;white-space:nowrap}.msg{padding:11px 14px;border-radius:7px;font-size:.9rem}.msg.error{background:#fdecea;color:#b71c1c;border:1px solid #f5c6cb}.msg.ok{background:#e6f4ea;color:#1b5e20;border:1px solid #b7dfc0}
