:root{--ink:#17213d;--blue:#2857d6;--cream:#fff9ef;--coral:#ff775f;--line:#d8d2c7}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:radial-gradient(circle at 85% 15%,#d5f4ff 0 18%,transparent 42%),var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.account-shell{min-height:100vh;padding:32px 20px 60px}.brand{display:flex;align-items:center;gap:12px;max-width:560px;margin:0 auto 28px;color:var(--ink);font-weight:900;letter-spacing:.16em;text-decoration:none}.brand span{width:18px;height:18px;border-radius:50%;background:var(--coral);box-shadow:8px -5px 0 #6dd5f5}.account-card{max-width:560px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(26px,6vw,48px);box-shadow:0 24px 70px #17213d18;transition:max-width .2s ease}body[data-account-state="signed-in"] .account-card{max-width:900px}body[data-account-state="signed-in"] .brand{max-width:900px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.2em;color:var(--blue)}h1{font-size:clamp(40px,8vw,62px);line-height:.95;letter-spacing:-.055em;margin:12px 0 20px}h2{font-size:26px}.intro{font-size:18px;line-height:1.5}.auth-panel{display:grid;gap:18px;margin-top:28px}.auth-panel h2,.auth-panel p{margin:0}.panel-copy{line-height:1.5;color:#555d72}.auth-switch{text-align:center;color:#555d72}.text-button,.back-button{display:inline;background:transparent;color:var(--blue);padding:0;border-radius:0}.back-button{justify-self:start}.invite-context{display:grid;gap:5px;margin-top:24px;padding:16px;border:1px solid #b7d6ff;border-radius:14px;background:#edf6ff}.invite-context span{line-height:1.4}.account-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0;margin:0;list-style:none}.account-steps li{display:grid;gap:6px;padding:12px;border-radius:12px;background:#f4f5f8;font-size:12px;font-weight:800;line-height:1.3}.account-steps span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff}.confirmation-panel{text-align:center}.confirmation-mark{display:grid;place-items:center;width:56px;height:56px;margin:auto;border-radius:50%;background:#eaf9f1;color:#165c3c;font-size:30px;font-weight:900}.account-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 24px;border-bottom:1px solid var(--line)}.account-bar>div{display:grid;gap:4px}.account-label{font-size:12px;font-weight:800;letter-spacing:.14em;color:#62687a;text-transform:uppercase}.account-bar .secondary{width:auto}form{display:grid;gap:16px}label{display:grid;gap:7px;font-weight:800}input{width:100%;border:1px solid #aaa5a0;border-radius:12px;padding:13px;font:inherit}.check{display:grid;grid-template-columns:auto 1fr;align-items:start;font-weight:400;line-height:1.4}.check input{width:auto;margin-top:4px}button{border:0;border-radius:12px;background:var(--blue);color:white;padding:13px 16px;font:inherit;font-weight:800;cursor:pointer}.link-button{background:transparent;color:var(--blue);padding:4px}.notice,.status{border-radius:12px;padding:12px 14px;background:#edf6ff;line-height:1.45}.status:empty{display:none}.status.error{background:#fff0ed;color:#8f2514}.status.success{background:#eaf9f1;color:#165c3c}.back{display:inline-block;margin-top:24px;color:var(--blue);font-weight:800;text-decoration:none}small{line-height:1.4;color:#62687a}@media(max-width:600px){.account-steps{grid-template-columns:1fr}.account-steps li{grid-template-columns:auto 1fr;align-items:center}.account-bar{align-items:flex-start;flex-direction:column}.account-bar .secondary{width:100%}}
