.auth-react-page{--auth-font: "Outfit Variable", "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;--auth-indigo: #4f46e5;--auth-indigo-strong: #4338ca;--auth-indigo-soft: #6366f1;--auth-indigo-wash: color-mix(in srgb, var(--auth-indigo) 8%, transparent);--auth-canvas: #eceef4;--auth-canvas-glow: color-mix(in srgb, var(--auth-indigo) 14%, transparent);--auth-surface: #ffffff;--auth-field-bg: #f6f8fb;--auth-field-bg-focus: #ffffff;--auth-ink: #0f172a;--auth-ink-soft: #475569;--auth-ink-faint: #8a97ab;--auth-line: #e3e8f0;--auth-line-strong: #d4dbe6;--auth-radius: 26px;--auth-radius-md: 16px;--auth-radius-sm: 12px;--auth-pill: 999px;--auth-shadow: 0 40px 90px -50px rgba(15, 23, 42, .55), 0 12px 34px -22px rgba(15, 23, 42, .3);--auth-shadow-btn: 0 14px 26px -12px color-mix(in srgb, var(--auth-indigo) 70%, transparent);--hero-top: #232b52;--hero-bottom: #141a31;--hero-fg: #eef1fb;--hero-fg-muted: rgba(238, 241, 251, .66);--hero-fg-faint: rgba(238, 241, 251, .42);--hero-line: rgba(255, 255, 255, .1);--hero-accent: #aeb9ff;--auth-error: #e11d48;--auth-success: #0f9f6e;--auth-info: var(--auth-indigo);min-height:100vh;margin:0;padding:clamp(1rem,4vw,2.75rem);display:grid;place-items:center;font-family:var(--auth-font);color:var(--auth-ink);background:radial-gradient(900px 540px at 88% -10%,var(--auth-canvas-glow),transparent 60%),radial-gradient(760px 520px at -8% 112%,color-mix(in srgb,var(--auth-indigo) 9%,transparent),transparent 62%),var(--auth-canvas);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html[data-theme=dark] .auth-react-page{--auth-indigo: #818cf8;--auth-canvas: #0a0e1a;--auth-canvas-glow: color-mix(in srgb, var(--auth-indigo) 26%, transparent);--auth-surface: #141a2b;--auth-field-bg: #1b2236;--auth-field-bg-focus: #1f2740;--auth-ink: #eef1fb;--auth-ink-soft: #aab4c8;--auth-ink-faint: #6f7c93;--auth-line: rgba(255, 255, 255, .1);--auth-line-strong: rgba(255, 255, 255, .16);--auth-shadow: 0 50px 110px -50px rgba(0, 0, 0, .8), 0 14px 40px -24px rgba(0, 0, 0, .6)}.auth-workspace{width:100%;max-width:940px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);background:var(--auth-surface);border:1px solid var(--auth-line);border-radius:var(--auth-radius);box-shadow:var(--auth-shadow);overflow:hidden}.auth-workspace--wide{max-width:1040px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.auth-card{position:relative;display:flex;flex-direction:column;gap:1.15rem;padding:clamp(1.75rem,3.5vw,2.9rem);background:var(--auth-surface);min-width:0}.auth-card--wide{gap:1rem}.auth-card__logo{display:inline-flex;align-items:center;width:fit-content;align-self:center;margin-bottom:.35rem;text-decoration:none;border-radius:var(--auth-radius-sm)}.auth-card__logo:focus-visible{outline:2px solid var(--auth-indigo);outline-offset:4px}.auth-card__logo-img{height:46px;width:auto;opacity:.96}.auth-card__logo-img--tenant{height:52px;opacity:1}html[data-theme=dark] .auth-card__logo-img:not(.auth-card__logo-img--tenant){filter:brightness(0) invert(1);opacity:.92}.auth-card__wordmark{font-size:1.25rem;font-weight:680;letter-spacing:-.02em;color:var(--auth-ink)}.auth-card__wordmark--tenant{color:var(--auth-indigo)}.auth-proof{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;gap:1.15rem;padding:clamp(1.9rem,3.5vw,3rem);color:var(--hero-fg);background:radial-gradient(620px 360px at 116% -6%,color-mix(in srgb,var(--auth-indigo-soft) 55%,transparent),transparent 60%),radial-gradient(520px 420px at -10% 120%,color-mix(in srgb,var(--auth-indigo-strong) 45%,transparent),transparent 64%),linear-gradient(165deg,var(--hero-top),var(--hero-bottom));border-left:1px solid var(--hero-line)}.auth-proof:before{content:"";position:absolute;inset:0;z-index:-1;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(180deg,transparent,#000 18%,#000 82%,transparent)}.auth-proof__eyebrow{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.34rem .72rem;border-radius:var(--auth-pill);border:1px solid color-mix(in srgb,var(--hero-accent) 30%,transparent);background:color-mix(in srgb,var(--hero-accent) 14%,transparent);color:var(--hero-accent);font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.auth-proof__eyebrow svg{width:14px;height:14px}.auth-proof h2{margin:0;font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:640;line-height:1.12;letter-spacing:-.02em}.auth-proof>p{margin:0;max-width:38ch;color:var(--hero-fg-muted);font-size:.92rem;line-height:1.55}.auth-proof__flow{list-style:none;margin:.35rem 0 0;padding:0;display:grid;gap:.55rem}.auth-proof__flow li{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:.7rem;align-items:center;padding:.62rem .7rem;border-radius:var(--auth-radius-sm);border:1px solid var(--hero-line);background:#ffffff0a}.auth-proof__flow li span{grid-row:1 / span 2;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:color-mix(in srgb,var(--auth-indigo-soft) 36%,transparent);border:1px solid color-mix(in srgb,var(--hero-accent) 36%,transparent);color:var(--hero-fg);font-size:.78rem;font-weight:700}.auth-proof__flow li strong{font-size:.92rem;font-weight:620;color:var(--hero-fg)}.auth-proof__flow li small{font-size:.78rem;line-height:1.4;color:var(--hero-fg-muted)}.auth-proof__assurance{margin:.2rem 0 0;padding-top:.9rem;border-top:1px solid var(--hero-line);color:var(--hero-fg-faint);font-size:.8rem}.auth-heading{display:flex;flex-direction:column;gap:.4rem}.auth-heading__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:.25rem;border-radius:14px;background:linear-gradient(160deg,var(--auth-indigo-soft),var(--auth-indigo-strong));color:#fff;box-shadow:0 12px 24px -14px color-mix(in srgb,var(--auth-indigo) 80%,transparent)}.auth-heading__icon svg{width:22px;height:22px}.auth-heading__eyebrow{margin:0;font-size:.72rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--auth-indigo)}.auth-title{margin:0;font-size:clamp(1.4rem,2.4vw,1.7rem);font-weight:640;letter-spacing:-.02em;line-height:1.15;color:var(--auth-ink)}.auth-subtitle{margin:0;color:var(--auth-ink-soft);font-size:.92rem;line-height:1.5}.auth-form{display:grid;gap:.85rem}.auth-field{display:grid;gap:.38rem}.auth-field>span{font-size:.82rem;font-weight:580;color:var(--auth-ink-soft)}.auth-field__control{position:relative;display:flex;align-items:center;gap:.55rem;padding:0 .85rem;min-height:48px;border-radius:var(--auth-radius-md);border:1px solid var(--auth-line-strong);background:var(--auth-field-bg);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.auth-field__control>svg{width:18px;height:18px;flex:0 0 auto;color:var(--auth-ink-faint);transition:color .16s ease}.auth-field__control input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:.95rem;color:var(--auth-ink);padding:.7rem 0}.auth-field__control input::placeholder{color:var(--auth-ink-faint)}.auth-field__control input:-webkit-autofill{-webkit-text-fill-color:var(--auth-ink);transition:background-color 600000s 0s}.auth-field__control:focus-within{border-color:var(--auth-indigo);background:var(--auth-field-bg-focus);box-shadow:0 0 0 4px color-mix(in srgb,var(--auth-indigo) 16%,transparent)}.auth-field__control:focus-within>svg{color:var(--auth-indigo)}.auth-field__control--password{padding-right:.35rem}.auth-password-toggle{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:var(--auth-ink-faint);cursor:pointer;transition:color .16s ease,background .16s ease}.auth-password-toggle svg{width:18px;height:18px}.auth-password-toggle:hover{color:var(--auth-ink-soft);background:color-mix(in srgb,var(--auth-ink-faint) 14%,transparent)}.auth-password-toggle:focus-visible{outline:2px solid var(--auth-indigo);outline-offset:1px}.auth-forgot{justify-self:end;margin-top:-.15rem;font-size:.82rem;font-weight:560;color:var(--auth-indigo);text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:50px;margin-top:.2rem;padding:0 1.1rem;border:0;border-radius:var(--auth-radius-md);background:linear-gradient(165deg,var(--auth-indigo-soft),var(--auth-indigo-strong));color:#fff;font:inherit;font-size:.96rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:var(--auth-shadow-btn);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,opacity .16s ease}.auth-btn svg{width:18px;height:18px}.auth-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:focus-visible{outline:2px solid var(--auth-indigo);outline-offset:3px}.auth-btn:disabled{opacity:.58;cursor:not-allowed;box-shadow:none}.auth-btn--ghost{background:transparent;color:var(--auth-ink-soft);border:1px solid var(--auth-line-strong);box-shadow:none}.auth-btn--ghost:hover:not(:disabled){filter:none;background:color-mix(in srgb,var(--auth-ink-faint) 10%,transparent);color:var(--auth-ink)}.auth-btn--link{display:inline;width:auto;min-height:0;margin:0;padding:0;background:none;border:0;box-shadow:none;color:var(--auth-indigo);font-weight:580;text-decoration:underline}.auth-btn--link:hover:not(:disabled){transform:none;filter:none}.auth-footer{margin-top:.35rem;padding-top:1.05rem;border-top:1px solid var(--auth-line);text-align:center;font-size:.88rem;color:var(--auth-ink-soft)}.auth-footer a{color:var(--auth-indigo);font-weight:580;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-notice{display:flex;align-items:flex-start;gap:.55rem;padding:.72rem .85rem;border-radius:var(--auth-radius-sm);border:1px solid var(--auth-line);font-size:.86rem;line-height:1.45}.auth-notice svg{width:17px;height:17px;flex:0 0 auto;margin-top:.06rem}.auth-notice--error{border-color:color-mix(in srgb,var(--auth-error) 32%,transparent);background:color-mix(in srgb,var(--auth-error) 9%,transparent);color:color-mix(in srgb,var(--auth-error) 80%,var(--auth-ink))}.auth-notice--success{border-color:color-mix(in srgb,var(--auth-success) 34%,transparent);background:color-mix(in srgb,var(--auth-success) 10%,transparent);color:color-mix(in srgb,var(--auth-success) 78%,var(--auth-ink))}.auth-notice--info{border-color:color-mix(in srgb,var(--auth-info) 30%,transparent);background:var(--auth-indigo-wash);color:color-mix(in srgb,var(--auth-info) 82%,var(--auth-ink))}.auth-status-copy{margin:0;color:var(--auth-ink-soft);font-size:.95rem;line-height:1.55}.auth-status-copy strong{color:var(--auth-ink);font-weight:600}.auth-plan-badge{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;padding:.3rem .7rem;border-radius:var(--auth-pill);border:1px solid color-mix(in srgb,var(--auth-indigo) 30%,transparent);background:var(--auth-indigo-wash);color:var(--auth-indigo);font-size:.78rem;font-weight:640}.terms-box{border:1px solid var(--auth-line-strong);border-radius:var(--auth-radius-md);overflow:hidden;background:var(--auth-field-bg)}.terms-box__head{padding:.6rem .85rem;border-bottom:1px solid var(--auth-line);background:var(--auth-surface);font-size:.8rem;font-weight:620;color:var(--auth-ink-soft)}.terms-scroll{max-height:150px;overflow-y:auto;padding:.85rem;font-size:.82rem;line-height:1.5;color:var(--auth-ink-soft)}.terms-scroll p{margin:0 0 .6rem}.terms-scroll p:last-child{margin-bottom:0}.terms-check{display:flex;align-items:flex-start;gap:.6rem;padding:.72rem .85rem;border-top:1px solid var(--auth-line);font-size:.86rem;color:var(--auth-ink)}.terms-check input{margin-top:.1rem;width:17px;height:17px;flex:0 0 auto;accent-color:var(--auth-indigo)}.terms-check[aria-disabled=true],.terms-check.is-disabled{opacity:.55}.terms-summary{font-size:.84rem;color:var(--auth-ink-soft)}.accept-terms__actions{display:flex;gap:.6rem;margin-top:.3rem}.accept-terms__actions .auth-btn{margin-top:0}.accept-terms__error{margin:0;color:var(--auth-error);font-size:.85rem}@media(max-width:880px){.auth-workspace,.auth-workspace--wide{grid-template-columns:1fr;max-width:480px}.auth-proof{order:-1;gap:.85rem;padding:1.5rem 1.6rem}.auth-proof h2{font-size:1.3rem}.auth-proof>p,.auth-proof__flow,.auth-proof__assurance{display:none}}@media(max-width:520px){.auth-react-page{padding:0;place-items:stretch}.auth-workspace,.auth-workspace--wide{max-width:none;min-height:100vh;border:0;border-radius:0;box-shadow:none;grid-template-rows:auto 1fr}.auth-proof{padding:1.25rem 1.4rem}}@media(prefers-reduced-motion:reduce){.auth-btn{transition:none}}
