*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6f8;color:#17202a}button,input{font:inherit}.app{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:48px 20px}.panel{width:min(760px,100%);display:grid;gap:14px}h1{margin:0 0 8px;font-size:28px;line-height:1.2}label{font-weight:650}input{width:100%;padding:12px;border:1px solid #b8c2cc;border-radius:6px;background:#fff}button{width:fit-content;padding:10px 14px;border:0;border-radius:6px;background:#0f6cbd;color:#fff;font-weight:700;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.response{min-height:180px;padding:16px;border:1px solid #d0d7de;border-radius:6px;background:#fff}.status{margin:0 0 10px;font-weight:700}.success{color:#0a7a3d}.error{color:#b42318}pre{margin:0;overflow:auto;white-space:pre-wrap;word-break:break-word}
