.auth-page{position:relative;width:100%;flex:1 1 auto;min-height:100vh;min-height:100dvh;background-color:#110d08;overflow:hidden;padding:clamp(6.5rem,18vh,13rem) 1.5rem 3rem;box-sizing:border-box;display:flex;flex-direction:column}.auth-page__ambient{pointer-events:none;position:absolute;inset:0;z-index:0}.auth-page__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}.auth-page__orb--one{width:min(42rem,90vw);height:min(42rem,90vw);top:-8rem;right:-10rem;background:radial-gradient(circle at 30% 40%,rgba(215,181,138,.35),transparent 65%)}.auth-page__orb--two{width:min(36rem,80vw);height:min(36rem,80vw);bottom:-12rem;left:-8rem;background:radial-gradient(circle at 60% 50%,rgba(114,47,55,.4),transparent 60%)}.auth-page__section{position:relative;z-index:1;flex:1 0 auto;display:flex;justify-content:center;align-items:flex-start;padding-top:clamp(1rem,5vh,3.5rem)}.auth-panel{width:100%;max-width:28.5rem;padding:2.5rem 2.25rem;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:.5rem;border:1px solid rgba(215,181,138,.2);box-shadow:0 24px 48px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06)}.auth-panel__brand{text-align:center;margin-bottom:2rem}.auth-panel__logo{height:auto;max-width:10rem;width:auto;margin:0 auto 1.25rem;display:block;opacity:.95}.auth-panel__tagline{margin:0;font-family:var(--font-body);font-size:.9375rem;line-height:150%;color:rgba(255,255,255,.72)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;margin-bottom:1.75rem;padding:.25rem;background:rgba(14,14,14,.85);border-radius:6.1875rem;border:1px solid rgba(215,181,138,.15)}.auth-tab{border:none;background:transparent;color:rgba(255,255,255,.55);font-family:var(--font-body);font-size:.875rem;font-weight:500;padding:.65rem 1rem;border-radius:6.1875rem;cursor:pointer;transition:color .2s ease,background .2s ease}.auth-tab:hover{color:rgba(255,255,255,.85)}.auth-tab.is-active{background:rgba(215,181,138,.18);color:#e1c29a;box-shadow:inset 0 0 0 1px rgba(215,181,138,.35)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:32rem){.auth-field-row{grid-template-columns:1fr}}.auth-field{display:flex;flex-direction:column;gap:.375rem}.auth-label{font-size:.8125rem;font-weight:500;color:#d7b58a}.auth-input,.auth-label{font-family:var(--font-body)}.auth-input{width:100%;box-sizing:border-box;height:3.25rem;padding:0 1rem;background:#0e0e0e;border:none;border-bottom:1px solid #d7b58a;border-radius:.25rem .25rem 0 0;color:#ffffff;font-size:.9375rem;outline:none;transition:border-color .2s ease}.auth-input::placeholder{color:rgba(255,255,255,.45)}.auth-input:focus{border-bottom-color:#e1c29a}.auth-row-between{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:-.25rem}.auth-checkbox{display:inline-flex;align-items:flex-start;gap:.5rem;font-family:var(--font-body);font-size:.8125rem;color:rgba(255,255,255,.75);cursor:pointer}.auth-checkbox--block{margin-top:.25rem}.auth-checkbox input{margin-top:.2rem;accent-color:#d7b58a}.auth-link{color:#d7b58a;text-decoration:none;font-family:var(--font-body);font-size:.8125rem;transition:color .2s ease}.auth-link:hover{color:#e1c29a;text-decoration:underline}.auth-hint{margin:-.25rem 0 0;font-family:var(--font-body);font-size:.8125rem}.auth-hint--error{color:#e8a0a8}.auth-submit{margin-top:.25rem;width:100%;height:3.25rem;padding:0 1.5rem;border:1px solid #d7b58a;border-radius:6.1875rem;background:transparent;color:#d7b58a;font-family:var(--font-body);font-size:1rem;font-weight:500;cursor:pointer;transition:background .25s ease,color .25s ease}.auth-submit:hover:not(:disabled){background:#d7b58a;color:#110d08}.auth-submit:disabled{opacity:.45;cursor:not-allowed}.auth-footer-note{margin:1.75rem 0 0;text-align:center;font-family:var(--font-body);font-size:.8125rem;color:rgba(255,255,255,.55)}@media (max-width:48rem){.auth-page{padding:clamp(5.5rem,15vh,10rem) 1.25rem 2.5rem}.auth-panel{padding:2rem 1.5rem}}@media (min-width:64rem){.auth-page{isolation:isolate;background-color:transparent;background-image:none}.auth-page:before{content:"";position:fixed;inset:0;z-index:0;background-image:linear-gradient(165deg,rgba(17,13,8,.72),rgba(17,13,8,.45) 42%,rgba(17,13,8,.78)),radial-gradient(ellipse 120% 80% at 50% 20%,rgba(17,13,8,.15) 0,transparent 55%),url(/images/auth/city-square-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;pointer-events:none}.auth-page__ambient{display:none}}