:root{--auth-scrim:linear-gradient(102deg,rgba(15,42,38,0.93),rgba(15,42,38,0.84) 24%,rgba(17,38,33,0.58) 52%,rgba(15,42,38,0.16) 82%,rgba(15,42,38,0.05)),linear-gradient(0deg,rgba(10,22,19,0.55) 0%,rgba(10,22,19,0) 22%)}[data-theme=dark]{--auth-scrim:linear-gradient(102deg,rgba(8,17,15,0.95),rgba(8,17,15,0.87) 24%,rgba(10,22,19,0.64) 52%,rgba(8,17,15,0.30) 82%,rgba(8,17,15,0.14)),linear-gradient(0deg,rgba(5,12,10,0.6) 0%,rgba(5,12,10,0) 24%)}.auth-split{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);background:var(--bg-page)}.auth-brand{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;min-height:100dvh;padding:clamp(var(--space-6),3.5vw,var(--space-8));color:var(--text-on-dark);background:var(--pine-900)}.auth-brand:before{content:"";position:absolute;inset:0;z-index:-2;background-image:url(/img/auth-cover.jpg);background-size:cover;background-position:74% 58%}.auth-brand:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:var(--auth-scrim)}.auth-brand__wm{display:inline-flex;align-items:center;gap:var(--space-3);text-decoration:none;color:var(--text-on-dark)}.auth-brand__mark{width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:var(--radius-pill);background:var(--cream-50);display:grid;place-items:center;overflow:hidden;box-shadow:0 0 0 1px rgba(251,248,241,.16),0 6px 16px -6px rgba(15,42,38,.55)}.auth-brand__mark img{width:82%;height:82%;object-fit:contain;display:block}.auth-brand__word{font-size:1.5rem;font-weight:var(--weight-semibold);letter-spacing:-.02em}.auth-brand__word i{font-style:normal;color:var(--honey-300)}.auth-brand__mid{margin-top:auto;margin-bottom:auto;max-width:24rem}.auth-brand__eyebrow{display:inline-block;font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:.14em;text-transform:uppercase;color:var(--honey-300);margin-bottom:var(--space-4)}.auth-brand__head{font-size:clamp(2rem,3vw,2.75rem);line-height:1.08;letter-spacing:-.02em;font-weight:var(--weight-semibold);text-wrap:balance;margin:0 0 var(--space-4)}.auth-brand__body{font-size:var(--text-body-lg);line-height:1.6;color:var(--text-on-dark-secondary);margin:0;max-width:22rem}.auth-brand__foot{display:flex;align-items:center;gap:var(--space-2);max-width:26rem;color:var(--text-on-dark-tertiary);font-size:var(--text-caption);line-height:var(--lh-caption)}.auth-brand__foot svg{flex:0 0 auto}.auth-panel{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:var(--surface-1);padding:clamp(var(--space-5),4vw,var(--space-8));padding-top:max(var(--space-6),env(safe-area-inset-top));padding-bottom:max(var(--space-6),env(safe-area-inset-bottom))}.auth-panel__inner{width:100%;max-width:23.5rem}.auth-panel__foot{display:none}.auth-head{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-6)}.auth-title{font-size:var(--text-h2);line-height:var(--lh-h2);letter-spacing:var(--ls-h2);font-weight:var(--weight-semibold);color:var(--text-primary);text-wrap:balance}.auth-sub{font-size:var(--text-body);line-height:1.55;color:var(--text-secondary)}.auth-form{display:flex;flex-direction:column;gap:var(--space-4)}.auth-field__top{display:flex;justify-content:space-between;gap:var(--space-3)}.auth-field__link,.auth-field__top{align-items:center;min-height:var(--tap-min)}.auth-field__link{flex:0 0 auto;display:inline-flex;font-size:var(--text-caption);font-weight:var(--weight-medium);color:var(--color-accent-text);text-decoration:none;white-space:nowrap}.auth-field__link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.auth-field__link:hover{text-decoration:underline}.auth-pw{position:relative;display:flex;align-items:center}.auth-pw .tg-input{padding-right:calc(var(--space-4) + var(--tap-min))}.auth-pw__toggle{position:absolute;right:var(--space-1);display:grid;place-items:center;width:var(--tap-min);height:var(--tap-min);padding:0;border:0;background:transparent;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm)}.auth-pw__toggle:hover{color:var(--text-secondary)}.auth-pw__toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.auth-pw__toggle:disabled{cursor:not-allowed;opacity:.5}.auth-divider{display:flex;align-items:center;gap:var(--space-3);color:var(--text-tertiary);font-size:var(--text-caption);margin:var(--space-1) 0}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:var(--border-default)}.auth-alt{flex-direction:column}.auth-alt,.auth-error{display:flex;gap:var(--space-3)}.auth-error{align-items:flex-start;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--color-error-soft);color:var(--color-error-text);font-size:var(--text-body-sm);line-height:var(--lh-body-sm)}.auth-error svg{flex:0 0 auto;margin-top:1px}.auth-error a{color:inherit;font-weight:var(--weight-medium);text-decoration:underline}.auth-notice{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.auth-notice__mark{width:3.25rem;height:3.25rem;border-radius:var(--radius-pill);background:var(--color-primary-soft);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center}.auth-notice__title{font-size:var(--text-h3);line-height:var(--lh-h3);font-weight:var(--weight-semibold);color:var(--text-primary)}.auth-notice__body{font-size:var(--text-body);line-height:var(--lh-body);color:var(--text-secondary)}.auth-notice__body strong{color:var(--text-primary);font-weight:var(--weight-medium)}.auth-inlinebtn{background:none;border:none;padding:0;color:var(--color-primary);font:inherit;font-weight:var(--weight-medium);cursor:pointer;min-height:var(--tap-min);text-decoration:none;display:inline-flex;align-items:center}.auth-inlinebtn:hover{text-decoration:underline}.auth-inlinebtn:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.auth-switch{text-align:center;font-size:var(--text-body-sm);color:var(--text-secondary);margin-top:var(--space-5)}.auth-switch a{color:var(--color-accent-text);font-weight:var(--weight-semibold)}@keyframes auth-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.auth-form,.auth-head,.auth-notice{animation:auth-rise .45s cubic-bezier(.2,.7,.2,1) both}.auth-form{animation-delay:.05s}@media (prefers-reduced-motion:reduce){.auth-form,.auth-head,.auth-notice{animation:none}}@media (max-width:53.5rem){.auth-split{grid-template-columns:1fr}.auth-brand{min-height:auto;padding:var(--space-5) var(--space-5) var(--space-6)}.auth-brand__mid{margin:var(--space-5) 0 0;max-width:none}.auth-brand__eyebrow{margin-bottom:var(--space-2)}.auth-brand__head{font-size:var(--text-h2)}.auth-brand__body,.auth-brand__foot{display:none}.auth-panel{min-height:auto;align-items:flex-start;padding:var(--space-6) var(--space-5) var(--space-8)}.auth-panel__inner{max-width:26rem;margin:0 auto}.auth-panel__foot{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-6);color:var(--text-tertiary);font-size:var(--text-caption);line-height:var(--lh-caption);text-align:center}.auth-panel__foot svg{flex:0 0 auto}}