:root{--background:#faf7ee;--foreground:#170c3f;--card:#fefdfa;--primary:#f1c867;--muted:#6b6580;--border:#e6e1d3}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);letter-spacing:.025em;margin:0;font-family:Outfit,ui-sans-serif,sans-serif,system-ui}main{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.card{background:var(--card);border:1px solid var(--border);border-radius:1rem;width:100%;max-width:24rem;padding:2rem;box-shadow:0 1px 3px #15103a0f}h1{margin:0 0 .25rem;font-size:1.5rem}p{color:var(--muted);font-size:.875rem;line-height:1.5}button,.button{background:var(--primary);color:var(--foreground);font:inherit;cursor:pointer;border:none;border-radius:9999px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;display:inline-block}button.secondary,.button.secondary{border:1px solid var(--border);background:0 0}input{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:9999px;margin-bottom:.75rem;padding:.6rem 1rem}.stack{flex-direction:column;gap:.75rem;display:flex}.row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}a{color:var(--foreground)}
