:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#191919;background:#f6f6f2}*{box-sizing:border-box}body{margin:0}.system-page{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(760px,100%);background:#fff;border:1px solid #e2e2dc;border-radius:18px;padding:32px;box-shadow:0 16px 60px rgba(0,0,0,.06)}.narrow{width:min(580px,100%)}h1{margin:.25rem 0 1rem;font-size:clamp(1.7rem,5vw,2.6rem);line-height:1.05}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:#666}.muted,small{color:#6b6b68}.requirements{display:grid;gap:10px;margin:24px 0}.requirement{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid #ecece7;border-radius:12px}.requirement>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f0f0eb;font-weight:800}.requirement div{display:flex;flex-direction:column;gap:2px}.form-grid{display:grid;grid-template-columns:1fr 140px;gap:16px;margin-top:24px}.full{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-weight:650}input{width:100%;padding:12px 13px;border:1px solid #cfcfc8;border-radius:10px;font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:13px 18px;background:#171717;color:#fff;text-decoration:none;font-weight:750;font:inherit;cursor:pointer}.alert{padding:14px 16px;border-radius:12px;margin:16px 0}.alert.error{background:#fff0ef}.alert.warning{background:#fff8dd}.alert p{margin:.25rem 0}.summary{background:#f7f7f3;padding:16px;border-radius:12px;margin:20px 0}.success-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#e8f8eb;font-size:28px;font-weight:900}@media(max-width:560px){.card{padding:22px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}}
