@layer components{.auth-shell{min-height:100svh;color:var(--text-primary)}.auth-shell .auth-page{grid-template-columns:minmax(0,1fr);min-height:100svh;display:grid}@media (min-width:64rem){.auth-shell .auth-page{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.auth-shell .auth-page__brand{padding:clamp(2.5rem,5vw,4rem);display:none;position:relative;overflow:hidden}@media (min-width:64rem){.auth-shell .auth-page__brand{flex-direction:column;justify-content:space-between;display:flex}}.auth-shell .auth-page__brand-scrim{background:var(--app-page-gradient);position:absolute;inset:0}.auth-shell .auth-page__brand-glow{filter:blur(64px);pointer-events:none;border-radius:9999px;position:absolute}.auth-shell .auth-page__brand-glow--one{background:color-mix(in oklab, var(--brand-500) 22%, transparent);width:18rem;height:18rem;top:12%;right:8%}.auth-shell .auth-page__brand-glow--two{background:color-mix(in oklab, var(--brand-300) 16%, transparent);width:14rem;height:14rem;bottom:10%;left:6%}.auth-shell .auth-page__brand-content{z-index:1;max-width:28rem;position:relative}.auth-shell .auth-page__eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--brand-600);margin-bottom:1.5rem;font-size:.6875rem;font-weight:500}.dark .auth-shell .auth-page__eyebrow{color:var(--brand-400)}.auth-shell .auth-page__headline{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin:0 0 1.25rem;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:600;line-height:1.1}.auth-shell .auth-page__headline-accent{background:linear-gradient(to bottom right, var(--brand-600), var(--brand-400), var(--brand-600));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic}.auth-shell .auth-page__subtitle{color:var(--text-body);margin:0;font-size:1rem;line-height:1.7}.auth-shell .auth-page__brand-footer{z-index:1;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.625rem;position:relative}.auth-shell .auth-page__panel{background:color-mix(in oklab, var(--bg-card) 88%, var(--bg-page));flex-direction:column;justify-content:center;min-height:100svh;padding:clamp(1.5rem,4vw,3rem);display:flex}.dark .auth-shell .auth-page__panel{background:color-mix(in oklab, var(--bg-card) 72%, var(--bg-page))}.auth-shell .auth-page__toolbar{justify-content:space-between;align-items:center;padding:1rem clamp(1.5rem,4vw,3rem);display:flex;position:absolute;top:0;left:0;right:0}@media (min-width:64rem){.auth-shell .auth-page__toolbar{left:50%}}.auth-shell .auth-page__back{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-shell .auth-page__back:hover{color:var(--text-primary)}.auth-shell .auth-page__form-wrap{width:100%;max-width:26rem;margin-inline:auto;padding-top:3.5rem;position:relative}.auth-shell .auth-page__mobile-brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}@media (min-width:64rem){.auth-shell .auth-page__mobile-brand{display:none}}.auth-shell .auth-signin-card{border:1px solid color-mix(in oklab, var(--border-subtle) 85%, transparent);background:var(--bg-card);box-shadow:var(--elev-lg);border-radius:1rem;overflow:hidden}.auth-shell .auth-signin-card__header{text-align:center;padding:clamp(1.75rem,4vw,2.25rem) clamp(1.75rem,4vw,2.25rem) 0}.auth-shell .auth-signin-card__title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.auth-shell .auth-signin-card__description{color:var(--text-body);margin:0;font-size:.9375rem;line-height:1.6}.auth-shell .auth-signin-card__body{padding:clamp(1.5rem,4vw,2rem) clamp(1.75rem,4vw,2.25rem) clamp(1.75rem,4vw,2.25rem)}.auth-shell .auth-field{margin-bottom:1.25rem}.auth-shell .auth-field__label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:block}.auth-shell .auth-field__input{border:1px solid color-mix(in oklab, var(--border-subtle) 90%, transparent);background:color-mix(in oklab, var(--bg-page) 35%, var(--bg-card));width:100%;color:var(--text-primary);border-radius:.75rem;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s;display:block}.auth-shell .auth-field__input::placeholder{color:var(--text-disabled)}.auth-shell .auth-field__input:focus{border-color:color-mix(in oklab, var(--brand-500) 55%, var(--border-subtle));box-shadow:0 0 0 3px color-mix(in oklab, var(--brand-500) 18%, transparent);outline:none}.auth-shell .auth-field__input-wrap{position:relative}.auth-shell .auth-field__toggle{width:2.25rem;height:2.25rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:.5rem;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.auth-shell .auth-field__toggle:hover{background:var(--bg-hover);color:var(--text-primary)}.auth-shell .auth-field__input--password{padding-right:2.75rem}.auth-shell .auth-signin-error{border:1px solid color-mix(in oklab, var(--error-default) 35%, transparent);background:color-mix(in oklab, var(--error-bg) 80%, var(--bg-card));color:var(--error-text);border-radius:.625rem;margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem}.auth-shell .auth-signin-submit{background:var(--brand-500);letter-spacing:.18em;text-transform:uppercase;width:100%;color:var(--text-on-brand);cursor:pointer;border:0;border-radius:.75rem;justify-content:center;align-items:center;padding:.9375rem 1.25rem;font-size:.75rem;font-weight:600;transition:background-color .2s,box-shadow .2s,transform .2s;display:flex}.auth-shell .auth-signin-submit:hover:not(:disabled){background:var(--brand-600);box-shadow:var(--elev-md)}.auth-shell .auth-signin-submit:disabled{cursor:not-allowed;opacity:.7}.auth-shell .auth-signin-footnote{text-align:center;color:var(--text-muted);margin:1.25rem 0 0;font-size:.75rem;line-height:1.55}}
