:root{--accent:#FFD60A;--accent-text:#000;--accent-muted:rgba(255,214,10,.35);--bg:#000;--surface-1:#1C1C1E;--surface-2:#2C2C2E;--surface-3:#3A3A3C;--text:#fff;--muted:rgba(255,255,255,.55);--radius-inner:16px;--space:8px}body{margin:0;min-height:100vh;display:grid;place-items:center;background:var(--bg);color:var(--text);font:16px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.card{box-sizing:border-box;width:min(100% - 32px,420px);padding:32px;border-radius:calc(var(--radius-inner) + var(--space));background:var(--surface-1)}h1{margin:0 0 16px;font-size:clamp(25px,6vw,34px);line-height:1.15}p{color:var(--muted);line-height:1.5}form{display:grid;gap:16px;margin-top:24px}input,button{box-sizing:border-box;width:100%;min-height:54px;border:0;border-radius:var(--radius-inner);font:inherit}input{padding:0 16px;background:var(--surface-2);color:var(--text)}#submit{background:var(--accent);color:var(--accent-text);font-weight:500;cursor:pointer}#submit:active{transform:scale(.97)}#submit:disabled,#resend:disabled{background:var(--accent-muted);color:var(--muted);cursor:wait}#resend{min-height:auto;padding:8px 0;background:transparent;color:var(--muted);font-weight:400;cursor:pointer}#resend:disabled{background:transparent}.hidden{display:none}#status{min-height:24px;margin:16px 0 0;color:var(--muted)}