:root{--bg:var(--hrx-page-alt,#f6f6f4);--surface:var(--hrx-surface,#fff);--ink:var(--hrx-text,#0e0e10);--ink-2:var(--hrx-text-2,#2a2a2e);--muted:var(--hrx-muted,#6b6b72);--muted-2:var(--hrx-muted-2,#9a9aa1);--line:var(--hrx-border,#ecece8);--line-2:var(--hrx-border-strong,#e2e2dd);--accent:var(--hrx-primary,#312e81);--accent-rgb:49,46,129;--accent-soft:var(--hrx-primary-soft,#eef0ff);--accent-mid:#818cf8;--success:var(--hrx-success,#16a34a);--danger:var(--hrx-danger,#dc2626);--danger-soft:var(--hrx-danger-soft,#fee2e2);--shadow:var(--hrx-shadow-card-hover,0 14px 44px -28px #0e0e104d, 0 2px 8px #0e0e100d)}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--ink);background:radial-gradient(circle at 20% 12%, rgba(var(--accent-rgb),.055), transparent 28%), radial-gradient(circle at 82% 88%, #818cf81f, transparent 34%), linear-gradient(180deg, #fbfbf9 0%, var(--bg) 100%);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";letter-spacing:-.005em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{display:block}.login-shell{grid-template-columns:minmax(360px,456px);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:grid}.login-card{width:100%;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #e2e2ddd1;border-radius:22px;padding:26px}.login-logo{align-items:center;margin-bottom:20px;display:inline-flex}.login-logo img{width:78px;height:auto}.login-head{margin-bottom:20px}.login-badge{background:var(--accent-soft);color:var(--accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:7px;margin-bottom:12px;padding:6px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.login-badge svg,.trust-note svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}h1,h2,p{margin:0}.login-head h1{letter-spacing:-.02em;margin-bottom:8px;font-size:26px;line-height:1.15}.login-head p{color:var(--muted);font-size:13.5px;line-height:1.55}.login-form,.reset-form{flex-direction:column;gap:12px;display:flex}.field{flex-direction:column;gap:5px;display:flex}.field label{color:var(--ink);letter-spacing:0;font-size:12.5px;font-weight:500}.field input{width:100%;height:40px;color:var(--ink);border:1px solid var(--line-2);background:#fff;border-radius:10px;outline:none;padding:0 12px;font-size:14px;transition:border-color .16s,box-shadow .16s,background .16s}.field input::placeholder{color:var(--muted-2)}.field input.error{border-color:var(--danger);background:#fff9f9;box-shadow:0 0 0 3px #dc26261a}.password-wrap{position:relative}.password-wrap input{padding-right:38px}.password-toggle{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.password-toggle:hover,.password-toggle:focus-visible{background:var(--accent-soft);color:var(--accent);outline:none;box-shadow:0 0 0 2px #312e8114}.password-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.password-toggle .eye-hide,.password-toggle.is-visible .eye-show{display:none}.password-toggle.is-visible .eye-hide{display:block}.field-help{color:var(--muted);font-size:12px;line-height:1.4}.field-error{min-height:13px;color:var(--danger);font-size:11px;line-height:1.3}.primary-btn,.secondary-btn,.text-btn{border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:40px;text-decoration:none;transition:transform .16s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.primary-btn{background:var(--accent);color:#fff;margin-top:2px;padding:0 18px;font-size:14px;font-weight:600;position:relative;box-shadow:0 14px 24px -18px #312e81e6}.primary-btn:hover,.primary-btn:focus-visible{background:#3730a3;outline:none;transform:translateY(-1px);box-shadow:0 18px 28px -20px #312e81f2}.primary-btn:disabled{cursor:wait;opacity:.82;transform:none}.btn-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:none}.primary-btn.is-loading .btn-spinner{display:block}@keyframes spin{to{transform:rotate(360deg)}}.secondary-btn{min-height:36px;color:var(--accent);background:#fff;border:1px solid #312e812e;padding:0 14px;font-size:13px;font-weight:600}.secondary-btn:hover,.secondary-btn:focus-visible{background:var(--accent-soft);border-color:#312e8147;outline:none}.text-btn{min-height:30px;color:var(--accent);background:0 0;align-self:center;padding:4px 10px;font-size:13px;font-weight:700}.text-btn:hover,.text-btn:focus-visible{background:#312e8112;outline:none}.login-message,.reset-message{min-height:14px;color:var(--success);text-align:center;font-size:12px}.invite-block{border:1px solid var(--line);background:#fafaf8;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:16px 0 12px;padding:12px 13px;display:flex}.invite-block p{color:var(--muted);font-size:13px}.trust-note{color:var(--muted);align-items:flex-start;gap:9px;font-size:12px;line-height:1.45;display:flex}.trust-note svg{width:16px;height:16px;color:var(--accent);flex:none;margin-top:1px}.reset-overlay{z-index:9100;-webkit-backdrop-filter:blur(14px);opacity:0;visibility:hidden;background:#0a0a147a;justify-content:center;align-items:center;padding:16px;transition:opacity .24s,visibility .24s;display:flex;position:fixed;inset:0}.reset-overlay.is-open{opacity:1;visibility:visible}.reset-modal{background:#fff;border-radius:24px;width:100%;max-width:460px;max-height:calc(100vh - 32px);padding:34px;transition:transform .26s cubic-bezier(.34,1.26,.64,1);position:relative;overflow-y:auto;transform:scale(.96)translateY(16px);box-shadow:0 32px 90px #00000040,0 4px 14px #00000014}.reset-overlay.is-open .reset-modal{transform:scale(1)translateY(0)}.reset-close{z-index:3;width:36px;height:36px;color:var(--muted);touch-action:manipulation;background:#f2f2ee;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.reset-close:hover,.reset-close:focus-visible{background:var(--accent-soft);color:var(--accent);outline:none}.reset-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:18px;height:18px}.reset-step{animation:.22s both resetStep}@keyframes resetStep{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reset-pill{background:var(--accent-soft);color:var(--accent);border-radius:999px;margin-bottom:18px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.reset-step h2{letter-spacing:-.02em;margin-bottom:9px;padding-right:32px;font-size:23px;line-height:1.18}.reset-step p{color:var(--muted);margin-bottom:22px;font-size:14px;line-height:1.6}.reset-actions{flex-direction:column;gap:8px;display:flex}.reset-success{text-align:center}.reset-success h2{padding-right:0}.success-icon{width:64px;height:64px;color:var(--success);background:#16a34a1a;border-radius:50%;justify-content:center;align-items:center;margin:4px auto 20px;display:flex}.success-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px}@media (max-width:860px){.login-shell{grid-template-columns:minmax(0,492px);padding:24px 16px}}@media (max-width:520px){body{background:var(--surface)}.login-shell{align-items:stretch;min-height:100vh;padding:0}.login-card{min-height:100vh;box-shadow:none;background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:0;align-self:stretch;padding:24px 18px 28px}.login-head h1{font-size:26px}.invite-block{flex-direction:column;align-items:stretch}.secondary-btn,.primary-btn{width:100%}.reset-overlay{background:var(--surface);-webkit-backdrop-filter:none;align-items:stretch;padding:0}.reset-modal{width:100%;max-width:none;min-height:100vh;max-height:none;box-shadow:none;border-radius:0;padding:28px 20px 24px;transform:none}.reset-close{top:max(16px, env(safe-area-inset-top));right:max(16px, env(safe-area-inset-right));z-index:9200;width:42px;height:42px;position:fixed}.reset-overlay.is-open .reset-modal{transform:none}}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{box-shadow:var(--hrx-focus-ring,0 0 0 3px #312e811f);outline:none}.login-card,.invite-block,.reset-modal{border-color:var(--hrx-border,#ecece8);box-shadow:var(--hrx-shadow-card,0 1px 0 #0e0e100a, 0 6px 24px -16px #0e0e1024)}.login-card{border-radius:var(--hrx-marketing-radius,24px)}.login-badge,.reset-pill{background:var(--hrx-primary-soft,#eef0ff);color:var(--hrx-primary,#312e81);border-radius:var(--hrx-pill-radius,999px)}.field label{color:var(--hrx-text-2,#2a2a2e);font-size:12.5px;font-weight:600;line-height:1.35}.field input{height:var(--hrx-control-height,40px);border:1px solid var(--hrx-border-strong,#e2e2dd);border-radius:var(--hrx-control-radius,10px);background:var(--hrx-surface,#fff)}.field input:focus{border-color:var(--hrx-primary,#312e81);box-shadow:var(--hrx-focus-ring,0 0 0 3px #312e811f)}.field input.error{border-color:var(--hrx-danger,#dc2626);box-shadow:var(--hrx-error-ring,0 0 0 3px #dc26261a)}.primary-btn,.secondary-btn,.text-btn,.reset-close,.password-toggle{appearance:none;letter-spacing:0;transition:background .16s var(--hrx-motion,ease), border-color .16s var(--hrx-motion,ease), color .16s var(--hrx-motion,ease), box-shadow .18s var(--hrx-motion,ease), transform .16s var(--hrx-motion,ease);font-family:inherit}.primary-btn{background:var(--hrx-primary,#312e81);border:1px solid var(--hrx-primary,#312e81);border-radius:var(--hrx-control-radius,10px)}.primary-btn:hover,.primary-btn:focus-visible{background:var(--hrx-primary-hover,#3730a3);border-color:var(--hrx-primary-hover,#3730a3)}.secondary-btn{background:var(--hrx-surface,#fff);border:1px solid var(--hrx-primary-border,#312e812e);color:var(--hrx-primary,#312e81)}.secondary-btn:hover,.secondary-btn:focus-visible,.text-btn:hover,.text-btn:focus-visible,.password-toggle:hover,.password-toggle:focus-visible,.reset-close:hover,.reset-close:focus-visible{background:var(--hrx-primary-soft,#eef0ff);color:var(--hrx-primary,#312e81)}.reset-overlay{background:var(--hrx-overlay-strong,#0a0a1485)}.reset-modal{box-shadow:var(--hrx-shadow-modal,0 32px 90px #0e0e103d, 0 4px 16px #0e0e1014);border:1px solid #ffffffb8}.success-icon{background:var(--hrx-success-soft,#16a34a1a);color:var(--hrx-success,#16a34a)}@media (max-width:520px){.login-card,.reset-modal{box-shadow:none;border:0;border-radius:0}input,select,textarea,.field input{font-size:16px!important}}
