:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1f2924;background:#eef2ec}*{box-sizing:border-box}body{margin:0}.shell{width:min(100% - 2rem,42rem);min-height:100vh;margin:0 auto;display:grid;align-content:center;grid-gap:1rem;gap:1rem;padding:3rem 0}.shell.wide{width:min(100% - 2rem,68rem);align-content:start}.account-header,.card{border:1px solid #cfd8d0;border-radius:1rem;background:#fff;padding:clamp(1.25rem,4vw,2.5rem);box-shadow:0 1rem 3rem rgb(40 60 45/8%)}.account-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}h1,h2,p{margin-top:0}h1{max-width:18ch;font-size:clamp(2rem,7vw,3.75rem);line-height:1.02;letter-spacing:-.045em}h2{font-size:1.25rem}.eyebrow{color:#3f6e52;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}form{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:2rem}label{font-weight:650}button,input{min-height:3rem;border-radius:.6rem;font:inherit}input{border:1px solid #aebcaf;padding:0 .8rem}button{border:0;color:#fff;background:#285b3b;font-weight:700;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.notice,.privacy{border-radius:.65rem;background:#f2eee3;padding:1rem}.status{min-height:1.5rem}.records{display:grid;grid-gap:.75rem;gap:.75rem;margin:0;padding:0;list-style:none}.records li{display:grid;grid-gap:.3rem;gap:.3rem;border-top:1px solid #e0e5e0;padding-top:.75rem}code{overflow-wrap:anywhere;font-size:.78rem}small{color:#68736c}@media (max-width:42rem){.account-header{align-items:start;flex-direction:column}}