:root{--ink:#1c1b1a;--muted:#6b6764;--line:#e3ded9;--bg:#faf8f6;--card:#ffffff;--accent:#b4472e}*{box-sizing:border-box}body{margin:0;padding:2rem 1.25rem 4rem;background:var(--bg);color:var(--ink);font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}main{max-width:46rem;margin:0 auto}h1{font-size:1.5rem;margin:0 0 .25rem}h2{font-size:1rem;margin:2rem 0 .75rem;color:var(--muted);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:1.25rem}.row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0}.row+.row{border-top:1px solid var(--line)}.label{color:var(--muted)}.role{display:inline-block;padding:.15rem .5rem;border-radius:999px;background:#f0ebe6;font-size:.8125rem}.muted{color:var(--muted)}button,input{font:inherit}input[type=email]{width:100%;min-height:24px;padding:.6rem .7rem;border:1px solid var(--line);border-radius:8px;background:#fff}button{min-height:24px;padding:.6rem 1rem;border:0;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer}a{color:var(--accent)}.notice{padding:.75rem .9rem;border-radius:8px;background:#fdf6ee;border:1px solid #f0dcc4;margin-bottom:1rem}@media (pointer:coarse){button,input[type=email]{min-height:44px}a{display:inline-block;min-height:40px;line-height:40px}p a{display:inline;min-height:0;line-height:inherit}}