.crm-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;font-family:Source Sans\ 3,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(145deg,#f8fafc,#fff 45%,#eef2ff);color:#0f172a;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){.crm-login-page{background:linear-gradient(145deg,#020617,#0f172a 50%,#020617);color:#f1f5f9}}.crm-login-inner{width:100%;max-width:28rem}.crm-login-brand{text-align:center;margin-bottom:2rem}.crm-login-logo{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#0f172a;color:#fff;border-radius:1rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem;box-shadow:0 10px 25px rgba(15,23,42,.25)}.crm-login-brand h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.crm-login-brand p{margin:.35rem 0 0;font-size:.875rem;color:#64748b}@media (prefers-color-scheme:dark){.crm-login-brand p{color:#94a3b8}}.crm-login-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(15,23,42,.08),0 8px 24px rgba(15,23,42,.06)}@media (prefers-color-scheme:dark){.crm-login-card{background:#0f172a;border-color:#1e293b;box-shadow:0 8px 32px rgba(0,0,0,.35)}}.crm-login-field{margin-bottom:1.25rem}.crm-login-field:last-of-type{margin-bottom:0}.crm-login-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem;color:#334155}@media (prefers-color-scheme:dark){.crm-login-label{color:#cbd5e1}}.crm-login-input{width:100%;box-sizing:border-box;padding:.5rem .75rem;font-size:.9375rem;line-height:1.5;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#0f172a}.crm-login-input:focus{outline:none;border-color:#334155;box-shadow:0 0 0 3px rgba(51,65,85,.2)}@media (prefers-color-scheme:dark){.crm-login-input{background:#1e293b;border-color:#475569;color:#f1f5f9}}.crm-login-hint{margin:.5rem 0 0;font-size:.75rem;color:#94a3b8}.crm-login-pass-wrap{position:relative}.crm-login-pass-wrap .crm-login-input{padding-right:2.5rem}.crm-login-eye{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center}.crm-login-eye:hover{color:#64748b}.crm-login-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1.25rem;padding:.65rem 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:#0f172a;border:1px solid #020617;border-radius:.5rem;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.06)}.crm-login-btn:hover:not(:disabled){background:#020617}.crm-login-btn:disabled{opacity:.65;cursor:not-allowed}.crm-login-spinner{width:1.25rem;height:1.25rem;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:crm-spin .7s linear infinite}@keyframes crm-spin{to{transform:rotate(1turn)}}.crm-login-suspense{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.crm-login-suspense-spinner{width:2rem;height:2rem;border:2px solid #cbd5e1;border-top-color:#0f172a;border-radius:50%;animation:crm-spin .7s linear infinite}