.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:radial-gradient(ellipse 70% 45% at 8% -10%,rgba(250,204,21,.1),transparent),radial-gradient(ellipse 50% 40% at 92% 100%,rgba(17,24,39,.04),transparent),linear-gradient(180deg,#faf9f6,#f2efe8)}.auth-page__shell{width:100%;max-width:72rem;margin:0 auto;padding:1.25rem clamp(1.25rem,4vw,2.75rem) 2rem;display:grid;grid-template-columns:clamp(5.25rem,11vw,8rem) minmax(0,1fr);align-items:start;grid-gap:1rem 2rem;gap:1rem 2rem}.auth-page__logo{display:inline-block;width:clamp(5.25rem,11vw,8rem);transition:opacity .2s ease}.auth-page__logo:hover{opacity:.82}.auth-page__logo img{display:block;width:100%;height:auto;object-fit:contain}.auth-page__center{width:100%;max-width:26.25rem;justify-self:center}.auth-card{width:100%;padding:1.75rem 1.5rem 1.5rem;border-radius:1rem;border:1px solid rgba(17,24,39,.06);background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 1px 2px rgba(17,24,39,.04),0 16px 48px rgba(17,24,39,.09)}.auth-card--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:11rem;text-align:center;color:rgba(17,24,39,.6);font-size:.875rem}.auth-card__head{margin-bottom:1.25rem;text-align:center}.auth-card__head h1{margin:0 0 .4rem;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#111827}.auth-card__sub{margin:0 auto;max-width:18rem;font-size:.8125rem;line-height:1.5;color:rgba(17,24,39,.55)}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:.25rem;gap:.25rem;margin-bottom:1.25rem;padding:.25rem;border-radius:.625rem;background:#f3f4f6}.auth-tab{border:0;border-radius:.5rem;padding:.5625rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;background:transparent;color:rgba(17,24,39,.55);cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.auth-tab:hover:not(.active){color:#111827}.auth-tab.active{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(17,24,39,.1)}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form--signup{gap:.625rem}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field span{font-size:.75rem;font-weight:600;color:#374151}.auth-field input{width:100%;min-height:2.75rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:0 .875rem;font-family:inherit;font-size:.875rem;background:#fff;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}.auth-field input::placeholder{color:#9ca3af}.auth-field input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.07)}.auth-field input:disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.auth-alert{margin:0;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;line-height:1.45;text-align:center}.auth-alert--error{background:#fef2f2;color:#b91c1c}.auth-alert--success{background:#f0fdf4;color:#166534}.auth-google,.auth-submit{width:100%;min-height:2.8125rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.auth-submit{margin-top:.25rem;border:0;background:#111827;color:#fff}.auth-submit:hover:not(:disabled){background:#1f2937}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.125rem 0 .875rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e5e7eb}.auth-google{border:1px solid #e5e7eb;background:#fff;color:#111827;text-decoration:none;box-sizing:border-box}.auth-google:hover{background:#fafafa;border-color:#d1d5db}a.auth-google[aria-disabled=true]{pointer-events:none;opacity:.55}.auth-google__icon{flex-shrink:0;width:1.125rem;height:1.125rem}.auth-helper{margin:1.125rem 0 0;display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem .35rem;font-size:.8125rem;color:rgba(17,24,39,.58);text-align:center}.auth-link{border:0;background:transparent;color:#111827;font-family:inherit;font-size:inherit;font-weight:600;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-link:hover{color:#374151}.auth-page__back{display:block;margin-top:1.25rem;text-align:center;font-size:.8125rem;color:rgba(17,24,39,.48);text-decoration:none;transition:color .15s ease}.auth-page__back:hover{color:#111827}.auth-route-spinner{width:2rem;height:2rem;border-radius:50%;border:2px solid rgba(17,24,39,.1);border-top-color:#111827;animation:auth-spin .75s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}@media (max-width:380px){.auth-form__row{grid-template-columns:1fr}.auth-card{padding:1.375rem 1.125rem 1.25rem}}@media (max-width:639px){.auth-page__shell{grid-template-columns:1fr;gap:.75rem}}@media (min-width:640px){.auth-page__center{max-width:27.5rem}.auth-card{padding:2rem 1.75rem 1.75rem;border-radius:1.125rem}}