:root{--schrift:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--text:#1c1f23;--gedaempft:#5c6570;--rand:#dfe3e8;--akzent:#1f6feb;--flaeche:#ffffff;--hintergrund:#f6f7f9}*{box-sizing:border-box}body{margin:0;font-family:var(--schrift);color:var(--text);background:var(--hintergrund);line-height:1.55}.karte{background:var(--flaeche);border:1px solid var(--rand);border-radius:10px;padding:1.75rem;max-width:26rem;margin:4rem auto}input[type=email],input[type=text]{width:100%;padding:.6rem .7rem;border:1px solid var(--rand);border-radius:6px;font:inherit}button{padding:.6rem 1.1rem;border:0;border-radius:6px;background:var(--akzent);color:#fff;font:inherit;cursor:pointer}.hinweis{color:var(--gedaempft);font-size:.9rem}