@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.login-page{-webkit-font-smoothing:antialiased;background:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.login-card h1{color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.login-card p{color:#64748b;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-field{flex-direction:column;gap:.375rem;display:flex}.login-field label{color:#334155;font-size:.8125rem;font-weight:500}.login-field input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:.625rem .75rem;font-size:.875rem;transition:border-color .15s}.login-field input:focus{border-color:#f80;box-shadow:0 0 0 3px #ff88001a}.login-button{color:#fff;cursor:pointer;background:#f80;border:none;border-radius:12px;margin-top:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s}.login-button:hover{background:#e67a00}.login-button:active{transform:scale(.98)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#dc2626;text-align:center;background:#fef2f2;border-radius:6px;padding:.5rem;font-size:.8125rem}.login-footer{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.8125rem}.login-footer a{color:#f80;font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}
/*# sourceMappingURL=7df5db0ffad2e893.css.map*/