:root{color:#0f172a;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}.auth-page{background:#fff;border-radius:14px;max-width:420px;margin:56px auto;padding:24px;box-shadow:0 12px 36px #0f172a14}.auth-form{gap:12px;margin-top:18px;display:grid}.auth-form input,.auth-form button,.auth-page button{font:inherit;border-radius:8px;padding:10px 12px}.auth-form input{border:1px solid #cbd5e1}.auth-form button,.auth-page button{color:#fff;cursor:pointer;background:#0f766e;border:none}.dashboard-nav{margin:12px 0}.error-text{color:#b91c1c;margin-top:10px}
