.auth-shell{--auth-story-bg:var(--foreground);--auth-story-ink:var(--primary-foreground);--auth-story-muted:color-mix(in oklch, var(--primary-foreground) 68%, transparent);background:radial-gradient(circle at 4% 6%, color-mix(in oklch, var(--ring) 20%, transparent), transparent 24rem), radial-gradient(circle at 96% 94%, color-mix(in oklch, var(--primary) 12%, transparent), transparent 30rem), var(--background);place-items:center;min-height:100svh;padding:clamp(1rem,3vw,3rem);display:grid;position:relative;overflow:hidden}.dark .auth-shell{--auth-story-ink:var(--foreground);--auth-story-muted:color-mix(in oklch, var(--foreground) 68%, transparent)}.auth-shell__frame{background:var(--card);width:min(100%,74rem);min-height:min(44rem,100svh - 2rem);box-shadow:0 32px 90px -48px color-mix(in oklch, var(--foreground) 50%, transparent);border-radius:clamp(1.75rem,4vw,2.75rem);display:grid;overflow:hidden}.auth-shell__story{background:linear-gradient(155deg, color-mix(in oklch, var(--primary) 18%, transparent), transparent 44%), var(--auth-story-bg);min-height:100%;color:var(--auth-story-ink);flex-direction:column;padding:clamp(2rem,5vw,4.5rem);display:none;position:relative;overflow:hidden}.auth-shell__story:before,.auth-shell__story:after{border:1px solid color-mix(in oklch, var(--auth-story-ink) 16%, transparent);content:"";border-radius:50%;position:absolute}.auth-shell__story:before{width:28rem;height:28rem;bottom:-14rem;right:-14rem}.auth-shell__story:after{width:16rem;height:16rem;bottom:14%;right:8%}.auth-shell__brand{z-index:1;width:fit-content;color:var(--auth-story-ink);display:inline-flex;position:relative}.auth-shell__brand svg{height:2.25rem}.auth-shell__story-copy{z-index:1;max-width:27rem;margin-top:auto;position:relative}.auth-shell__eyebrow{color:var(--auth-story-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem;font-weight:600}.auth-shell__story h2{letter-spacing:-.06em;text-wrap:balance;max-width:10ch;margin:0;font-size:clamp(2.5rem,4vw,4.25rem);font-weight:600;line-height:.92}.auth-shell__story-copy>p:last-child{max-width:34rem;color:var(--auth-story-muted);margin:1.5rem 0 0;font-size:1rem;line-height:1.6}.auth-shell__proof-list{z-index:1;gap:.85rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid;position:relative}.auth-shell__proof-list li{color:var(--auth-story-muted);align-items:center;gap:.7rem;font-size:.92rem;display:flex}.auth-shell__proof-list svg{width:1rem;height:1rem;color:var(--ring)}.auth-shell__trace{z-index:1;border-bottom:1px solid color-mix(in oklch, var(--auth-story-ink) 28%, transparent);align-items:end;gap:.55rem;width:min(45%,14rem);height:4.5rem;display:flex;position:absolute;bottom:clamp(2rem,5vw,4.5rem);right:clamp(2rem,6vw,5rem)}.auth-shell__trace span{background:color-mix(in oklch, var(--ring) 80%, var(--auth-story-ink));border-radius:999px 999px 0 0;width:.72rem}.auth-shell__trace span:first-child{height:26%}.auth-shell__trace span:nth-child(2){height:52%}.auth-shell__trace span:nth-child(3){height:84%}.auth-shell__trace i{background:var(--ring);transform-origin:0;width:100%;height:1px;margin-left:-.15rem;transform:rotate(-22deg)}.auth-shell__form{place-items:center;min-width:0;padding:clamp(1.5rem,5vw,4.5rem);display:grid}.auth-shell__form-inner{width:min(100%,28rem)}.auth-card{flex-direction:column;gap:1.25rem;width:100%;display:flex}.auth-card__content{flex-direction:column;gap:1.4rem;display:flex}.auth-card__heading{text-align:center;flex-direction:column;align-items:center;gap:.55rem;display:flex}.auth-card__heading h1{letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2rem,4vw,2.7rem);font-weight:600;line-height:.98}.auth-card__description{max-width:34ch;color:var(--muted-foreground);text-wrap:balance;margin:0;font-size:.98rem;line-height:1.5}.auth-card__subtitle{color:var(--primary);margin:.35rem 0 0;font-size:.82rem;font-weight:600}.auth-card__clerk{width:100%}.auth-card__footer{color:var(--muted-foreground);text-align:center}.auth-card__footer a{color:var(--primary);font-weight:600}.auth-card__legal{color:var(--muted-foreground);text-align:center;margin:0}.auth-card__legal a{color:inherit}.auth-card__legal a:hover,.auth-card__footer a:hover{color:var(--foreground)}@media (min-width:64rem){.auth-shell__frame{grid-template-columns:minmax(0,1fr) minmax(24rem,.86fr)}.auth-shell__story{display:flex}}@media (prefers-reduced-motion:reduce){.auth-shell *,.auth-shell :before,.auth-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}