.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--canvas);color:var(--ink)}.auth-hero{position:relative;display:grid;place-items:center;padding:4rem 3rem;background:var(--surface-2);overflow:hidden;isolation:isolate}.auth-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(at 30% 20%,rgba(255,255,255,.1),transparent 55%),radial-gradient(at 80% 100%,rgba(0,0,0,.22),transparent 60%);pointer-events:none;z-index:0}.auth-hero>*{position:relative;z-index:1}.auth-form-col{display:grid;grid-template-rows:1fr auto;padding:4rem 3rem 2rem}.auth-form-card{width:100%;max-width:380px;justify-self:center;align-self:center;animation:auth-rise var(--dur-slow,.32s) var(--ease-out,cubic-bezier(.16,1,.3,1))}@keyframes auth-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.auth-eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin:0 0 .5rem}.auth-title{font-size:1.75rem;font-weight:700;letter-spacing:-.022em;margin:0 0 .5rem;color:var(--ink);line-height:1.15}.auth-subtitle{font-size:.9375rem;color:var(--ink-2);margin:0 0 2rem;line-height:1.5}.auth-field-stack{display:flex;flex-direction:column;gap:1rem}.auth-field-label{display:flex;flex-direction:column;gap:.4375rem;font-size:.8125rem;color:var(--ink-2);font-weight:500}.auth-submit{margin-top:.75rem;width:100%}.auth-error{margin:1rem 0 0;padding:.625rem .875rem;background:var(--danger-soft,rgba(185,28,28,.08));color:var(--danger,#b91c1c);border:1px solid var(--danger,#b91c1c);border-radius:8px;font-size:.8125rem;line-height:1.4}.auth-mfa-hint{color:var(--ink-2);font-size:.875rem;margin:0 0 1rem;line-height:1.5}.auth-mfa-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.5rem;gap:.5rem}.auth-mfa-box{text-align:center;font-size:1.25rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:.625rem 0;width:100%}.auth-hero-tenant{display:grid;grid-gap:1.75rem;gap:1.75rem;justify-items:center;text-align:center;max-width:360px}.auth-hero-logo{width:220px;height:220px;border-radius:28px;background:rgba(255,255,255,.96);display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 24px 48px -12px rgba(0,0,0,.32),0 4px 12px rgba(0,0,0,.12)}.auth-hero-logo img{width:78%;height:78%;object-fit:contain}.auth-hero-logo-fallback{font-size:5rem;font-weight:700;color:#111;letter-spacing:-.04em}.auth-hero-name{margin:0;font-size:2rem;font-weight:700;letter-spacing:-.024em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.32);line-height:1.15}.auth-hero-platform{display:grid;grid-gap:1rem;gap:1rem;justify-items:start;color:#f5f5f5;align-self:center}.auth-hero-platform-mark{font-size:2.875rem;font-weight:700;letter-spacing:-.032em;color:#fff;margin:0;line-height:1}.auth-hero-platform-tag{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);margin:0;font-weight:500}.auth-powered-by{justify-self:center;margin:2.5rem 0 0;font-size:.75rem;letter-spacing:.04em;color:var(--ink-3);text-align:center;display:inline-flex;align-items:center;gap:.4375rem}.auth-powered-by-dot{width:4px;height:4px;border-radius:50%;background:var(--ink-3);opacity:.6}.auth-powered-by-mark{font-weight:600;color:var(--ink-2);letter-spacing:-.005em}.auth-404{min-height:100vh;display:grid;place-items:center;padding:2rem;background:var(--canvas);color:var(--ink);text-align:center}.auth-404-card{max-width:420px;display:grid;grid-gap:.625rem;gap:.625rem}.auth-404-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0}.auth-404-sub{margin:0;color:var(--ink-2);font-size:.9375rem}@media (max-width:768px){.auth-shell{grid-template-columns:1fr;grid-template-rows:36vh 1fr}.auth-hero{padding:2rem 1.5rem}.auth-hero-logo{width:128px;height:128px;border-radius:20px}.auth-hero-name{font-size:1.5rem}.auth-hero-platform-mark{font-size:2rem}.auth-form-col{padding:2rem 1.5rem}.auth-powered-by{margin-top:1.5rem}}