:root{color:#17231b;font-synthesis:none;text-rendering:optimizelegibility;background:#f3f6f2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}#root{min-height:100vh}.auth-page{background:#f3f6f2;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:min(100%,420px);padding:32px;display:flex;box-shadow:0 12px 40px #1436231f}.auth-card h1{color:#174c2d;margin:0 0 12px}.auth-card label{color:#26342b;font-weight:600}.auth-card input{box-sizing:border-box;width:100%;font:inherit;border:1px solid #aebbb2;border-radius:8px;padding:12px}.auth-card input:focus{border-color:#247a46;outline:3px solid #247a462e}.auth-card button{color:#fff;font:inherit;cursor:pointer;background:#247a46;border:0;border-radius:8px;margin-top:12px;padding:12px;font-weight:700}.auth-card button:hover{background:#174c2d}.error-message{color:#b42318;margin:0}
