*{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f4f6f8;color:#17202a}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px}.shell{width:min(620px,100%)}header{display:flex;gap:14px;align-items:center;margin-bottom:18px}.mark{width:52px;height:52px;border-radius:14px;background:#17202a;color:white;display:grid;place-items:center;font-weight:800;letter-spacing:.08em}h1{margin:0;font-size:1.6rem}.sub{margin:4px 0 0;color:#5f6b76}.card{background:#fff;border:1px solid #dfe5ea;border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.05)}label{display:block;font-weight:700;margin:8px 0}input{width:100%;font:inherit;font-size:1.2rem;letter-spacing:.08em;padding:14px;border:1px solid #b8c2cc;border-radius:12px;text-transform:uppercase}button{width:100%;font:inherit;font-weight:750;padding:14px;border:0;border-radius:12px;background:#17202a;color:#fff;margin-top:12px;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.secondary{background:#eef1f4;color:#17202a}.notice,.status{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#f0f4f7;color:#40505f}.status{margin-top:16px}.status.error{background:#fff0f0;color:#8a1c1c}.request-grid{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-top:18px;padding:14px;background:#f7f9fb;border-radius:12px}.request-grid span{color:#66727e}.request-grid strong{overflow-wrap:anywhere}.badge{display:inline-block;margin-top:14px;padding:7px 10px;border-radius:999px;background:#edf1f4;font-size:.85rem;font-weight:700}.hidden{display:none}.foot{text-align:center;color:#66727e;font-size:.84rem;margin-top:16px}