:root{font:16px system-ui,sans-serif;color:#142b52;background:#f5f8ff}*{box-sizing:border-box}body{margin:0}header{display:flex;justify-content:space-between;align-items:center;padding:24px 6%;border-bottom:1px solid #dce6f5;background:white}header strong{font-size:26px;letter-spacing:-1px}header span{font-weight:400;color:#60728e}main{max-width:1120px;margin:60px auto;padding:0 24px}h1{font-size:clamp(36px,5vw,56px);letter-spacing:-2px;line-height:1.08;margin:12px 0 24px}h2{font-size:20px}p{line-height:1.6;color:#516785}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#2362c4}#login{max-width:520px}label{display:block;font-size:14px;font-weight:600;margin:18px 0}input,textarea{display:block;width:100%;padding:13px;border:1px solid #b8c9e6;border-radius:8px;font:inherit;margin-top:8px;background:white;color:#142b52}button{border:0;background:#1764e8;color:white;padding:12px 18px;border-radius:8px;font:inherit;cursor:pointer}button:disabled{opacity:.5;cursor:wait}small,footer{display:block;color:#60728e;line-height:1.6;margin-top:24px}.heading,.actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.banner{padding:22px;background:#e8f0ff;border-radius:12px}.banner p{margin:8px 0 0}#agents{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.agent{padding:24px;background:white;border:1px solid #dce6f5;border-radius:14px}.agent h2{margin-top:0}.toggle{display:flex;align-items:center;gap:10px}.toggle input{width:auto;margin:0}.agent small{margin:0}.agent .actions{margin-top:20px}#notice,#post-error{color:#943a26}dialog{width:min(560px,94vw);border:1px solid #dce6f5;border-radius:16px;padding:28px}dialog::backdrop{background:#142b5277}[hidden]{display:none!important}:focus-visible{outline:3px solid #8ab5ff;outline-offset:3px}@media(max-width:500px){main{margin-top:32px}.actions{flex-wrap:wrap}}

nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}nav button{background:white;color:#1753ac;border:1px solid #ccdafa}nav button[aria-current="page"]{background:#1764e8;color:white}a{color:#175ed2}#settings{max-width:680px}#records-list article{background:white;border:1px solid #dce6f5;padding:20px;border-radius:12px;margin:12px 0;overflow-wrap:anywhere}#preview-output{white-space:pre-wrap;background:white;padding:16px;border-radius:10px}hr{border:0;border-top:1px solid #dce6f5;margin:32px 0}
