.auth-page{grid-template-columns:1fr 1fr;min-height:100dvh;display:grid;overflow-x:hidden}.auth-form-panel{background:var(--bg);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;padding:60px 72px;display:flex}.auth-form{width:100%;max-width:400px}.auth-form__title{font-family:var(--font-sora);letter-spacing:-.5px;margin:0 0 6px;font-size:30px;font-weight:700;line-height:1.15}.auth-form__subtitle{color:var(--dim);margin:0 0 32px;font-size:15px;line-height:1.5}.auth-brand{box-sizing:border-box;background:#16171c;flex-direction:column;justify-content:flex-end;padding:56px;display:flex;position:relative;overflow:hidden}.auth-brand__mosaic{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:6px;display:grid;position:absolute;inset:0}.auth-brand__mosaic-cell{background-position:50%;background-size:cover;background-color:var(--surface-2)}.auth-brand__overlay{background:linear-gradient(#16171c8c 0%,#16171c47 32%,#16171ce6 78%,#16171cf7 100%),radial-gradient(120% 90% at 20% 8%,#ff4fa352 0%,#0000 55%);position:absolute;inset:0}.auth-brand__content{z-index:2;max-width:420px;position:relative}.auth-brand__heading{font-family:var(--font-sora);letter-spacing:-1.4px;color:#fff;text-wrap:balance;margin:0 0 16px;font-size:42px;font-weight:800;line-height:1.05}.auth-brand__body{color:#ffffffb3;max-width:380px;margin:0 0 30px;font-size:16px;line-height:1.6}.auth-brand__stories{align-items:center;gap:11px;margin-bottom:26px;display:flex}.auth-brand__story-rings{gap:9px;display:flex}.auth-brand__story-ring{background:var(--ringbg);border-radius:50%;flex-shrink:0;width:50px;height:50px;padding:2.5px;display:flex}.auth-brand__story-avatar{background-size:cover;border:2.5px solid #16171c;border-radius:50%;width:100%;height:100%}.auth-brand__story-copy{color:#ffffffb3;font-size:14px;line-height:1.4}.auth-brand__story-copy b{color:#fff}.auth-brand__chips{flex-wrap:wrap;gap:8px;display:flex}.auth-brand__chip{color:#fff;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:600}@media (max-width:1100px){.auth-form-panel{padding:48px 40px}.auth-brand{padding:40px}.auth-brand__heading{letter-spacing:-1px;font-size:36px}}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-panel{min-height:100dvh;padding:max(16px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.auth-form__title{letter-spacing:-.4px;font-size:26px}.auth-form__subtitle{margin-bottom:24px;font-size:14px}}.auth-otp{justify-content:center;gap:clamp(6px,2vw,10px);width:100%;display:flex}.auth-otp input{width:clamp(38px,11vw,46px);height:clamp(48px,13vw,54px);font-size:clamp(18px,5vw,22px)}@media (max-width:480px){.auth-form-panel{padding:max(12px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom)) 16px}.auth-form__title{font-size:24px}.auth-form__subtitle{margin-bottom:20px}}
