:root{font-family:system-ui,Segoe UI,Arial,sans-serif;color:#172033;background:#f4f6f9}body{margin:0}.wrap{max-width:1500px;margin:auto;padding:24px}h1{margin:0 0 18px}.card{background:#fff;border:1px solid #dce1e8;border-radius:12px;padding:18px;margin-bottom:16px;box-shadow:0 1px 3px #0001}.credentials{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-weight:600;display:block}input,textarea{box-sizing:border-box;width:100%;margin-top:6px;padding:10px;border:1px solid #bfc7d2;border-radius:7px;font:inherit}textarea{height:180px;resize:vertical}.buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}button{padding:10px 16px;border:0;border-radius:7px;background:#1e5aa8;color:white;font-weight:650;cursor:pointer}button.secondary{background:#6b7280}button.danger{background:#a52a2a}button:disabled{opacity:.45;cursor:not-allowed}.progress{height:14px;background:#e5e7eb;border-radius:8px;overflow:hidden;margin-top:12px}.bar{height:100%;width:0;background:#1e5aa8}.status{margin-top:8px}.tablewrap{overflow:auto;max-height:60vh}table{border-collapse:collapse;width:100%;font-size:13px}th,td{border:1px solid #d8dde5;padding:7px;vertical-align:top;white-space:nowrap}th{position:sticky;top:0;background:#eef2f7;z-index:1}td.title,td.applicant{white-space:normal;min-width:250px}.err{color:#a00}.modal{position:fixed;inset:0;background:#0007;display:none;align-items:center;justify-content:center;padding:20px;z-index:10}.modal.open{display:flex}.dialog{background:white;max-width:950px;width:100%;max-height:80vh;overflow:auto;border-radius:12px;padding:20px}.choice{display:block;border:1px solid #ddd;border-radius:8px;padding:10px;margin:8px 0;cursor:pointer}.choice input{width:auto;margin-right:8px}@media(max-width:700px){.credentials{grid-template-columns:1fr}.wrap{padding:12px}}
