:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic UI",sans-serif;color:#193126;background:#f7f9f6}*{box-sizing:border-box}body{display:grid;min-height:100vh;margin:0;padding:16px;place-items:center;background:linear-gradient(145deg,#f7f9f6,#edf3ee)}main{width:min(100%,380px);padding:34px 28px;background:#fff;border:1px solid #dce5de;border-radius:22px;box-shadow:0 12px 35px rgba(28,43,35,.08)}.brand{margin:0;color:#2f6b4f;font-size:22px;font-weight:800}.brand span{color:#e9a13b}h1{margin:16px 0 24px;font-size:24px;line-height:1.3;letter-spacing:-.03em}form{display:grid;gap:9px}label{font-size:13px;font-weight:700}input,button{min-height:48px;border-radius:13px;font:inherit}input{padding:0 12px;border:1px solid #cdd9d0;background:#fff}button{border:0;background:#2f6b4f;color:#fff;font-weight:800;cursor:pointer}#error{margin:16px 0 0;color:#a23b3b;font-size:14px}button:focus-visible,input:focus-visible{outline:3px solid #e9a13b;outline-offset:3px}
