.auth{min-height:100svh;min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--paper-soft)}.auth__brand{position:relative;overflow:hidden;padding:clamp(32px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between;color:#eef4ff;background:radial-gradient(120% 90% at 20% 0%,var(--navy-700) 0%,var(--navy-800) 45%,var(--navy-900) 100%)}.auth__brand:after{content:"";position:absolute;inset:auto -10% -20%;height:60%;background:radial-gradient(60% 100% at 30% 100%,rgba(62,134,255,.28),transparent 70%);pointer-events:none}.auth__home{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);color:#fff;width:fit-content}.auth__home img{width:30px;height:30px}.auth__home b{font-weight:var(--weight-bold)}.auth__home i{font-style:italic;color:var(--blue-300);margin-left:3px}.auth__brandmark{width:clamp(150px,22vw,240px);margin:clamp(16px,4vh,40px) 0;filter:drop-shadow(0 30px 60px rgba(20,50,120,.5));position:relative;z-index:1}.auth__headline{font-family:var(--font-display);font-size:clamp(1.7rem,1.2rem + 1.6vw,2.6rem);font-weight:var(--weight-bold);letter-spacing:-.02em;line-height:1.05;max-width:16ch;color:#fff;position:relative;z-index:1}.auth__sub{margin-top:14px;color:#a9b6c9;max-width:34ch;position:relative;z-index:1}.auth__points{display:flex;flex-direction:column;gap:12px;margin-top:clamp(20px,4vh,40px);position:relative;z-index:1}.auth__point{display:flex;gap:12px;align-items:center;font-size:.95rem;color:#d7e2f2}.auth__point:before{content:"";width:20px;height:20px;border-radius:50%;background:var(--grad-blue);box-shadow:var(--shadow-blue);flex:none}.auth__panel{display:flex;align-items:center;justify-content:center;padding:clamp(28px,5vw,64px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.auth__panel::-webkit-scrollbar{width:0;height:0}.auth__card{width:100%;max-width:420px}.auth__eyebrow{font-size:var(--fs-eyebrow);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--accent)}.auth__title{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.2rem);letter-spacing:-.02em;margin:8px 0 6px}.auth__lead{color:var(--text-muted);margin-bottom:26px}.auth__form .field:last-of-type{margin-bottom:8px}.auth__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 18px;flex-wrap:wrap}.auth__forgot{text-align:right;margin:2px 0 18px}.auth__link{color:var(--accent);font-size:.88rem;font-weight:var(--weight-medium)}.auth__link:hover{text-decoration:underline;text-underline-offset:3px}.auth__pw{position:relative}.auth__pw-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.78rem;font-weight:var(--weight-semibold);color:var(--text-muted);padding:6px 10px;border-radius:8px}.auth__pw-toggle:hover{color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.auth__pw input{padding-right:62px}.auth__status{min-height:1.2em;margin:14px 0 0;font-size:.9rem}.auth__status.is-error{color:#c23528}.auth__status.is-success{color:#1f9d57}.auth__switch{margin-top:22px;text-align:center;color:var(--text-muted);font-size:.92rem}.auth__switch a{color:var(--accent);font-weight:var(--weight-semibold)}.auth__switch a:hover{text-decoration:underline;text-underline-offset:3px}.auth__legal{margin-top:18px;font-size:.78rem;color:var(--text-faint);text-align:center}.auth__legal a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.auth__done{text-align:center}.auth__done-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--grad-blue);color:#fff;font-size:1.8rem;box-shadow:var(--shadow-blue)}@media (max-width: 860px){.auth{grid-template-columns:1fr}.auth__brand{padding:22px 24px;flex-direction:row;align-items:center;justify-content:space-between;min-height:auto}.auth__brandmark,.auth__headline,.auth__sub,.auth__points{display:none}.auth__panel{padding:28px 22px 48px;align-items:flex-start}}@media (max-width: 420px){.auth__row{gap:6px}}
