.account-screen{min-height:100dvh;background:#F2F0E9;color:#111;font-family:Archivo,OpsBoard,sans-serif;width:100%;margin:auto}.account-screen header{padding:20px;border-bottom:3px solid #111;font-weight:900}.account-screen header a{display:flex;justify-content:space-between}.account-screen header span{color:#E02F3C}.account-screen section{max-width:480px;margin:0 auto;padding:28px 22px max(28px,env(safe-area-inset-bottom))}.account-screen .eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em}.account-screen h1{font-size:clamp(32px,8vw,44px);font-weight:900;line-height:1.05;letter-spacing:-.04em;margin:16px 0}.account-screen p{line-height:1.5;margin:16px 0}.account-screen fieldset{border:0;padding:0;margin:24px 0}.account-screen label{display:block;font-size:14px;font-weight:700;margin:18px 0}.account-screen input{display:block;box-sizing:border-box;width:100%;padding:14px;border:0;border-radius:12px;background:#E9E7DF;color:#111;font:inherit;font-size:16px;margin-top:8px}.account-screen a:focus-visible,.account-screen button:focus-visible,.account-screen input:focus-visible{outline:3px solid #E23A7A;outline-offset:3px}.account-screen button{width:100%;padding:16px;min-height:48px;border:0;border-radius:14px;background:#111;color:#F2F0E9;font-weight:900;cursor:pointer}.account-screen button:disabled{opacity:.6}.account-screen .secondary{background:#E9E7DF;color:#111;border-radius:999px}.account-screen a{text-decoration:underline}.account-screen header a{text-decoration:none}.account-screen small{font-weight:400}.account-screen .account-error{color:#9b1621}.account-screen button:hover{background:#F2C21B;color:#111}.account-screen .account-error{background:#FBE4E6;padding:14px;border-radius:16px}