.auth{grid-template-columns:1fr;min-height:100dvh;display:grid}.auth__brandside{display:none}.auth__formside{padding:32px 22px calc(32px + env(safe-area-inset-bottom));flex-direction:column;justify-content:center;width:100%;max-width:460px;margin:0 auto;display:flex}.brandmark{letter-spacing:-.03em;align-items:center;gap:11px;margin-bottom:30px;font-size:19px;font-weight:800;display:flex}.brandmark .logo{background:var(--primary);color:#fff;width:38px;height:38px;box-shadow:var(--shadow-2);border-radius:11px;place-items:center;display:grid}.brandmark .logo svg{width:22px;height:22px}.auth h1{letter-spacing:-.03em;font-size:30px;font-weight:800;line-height:1.1}.auth .lede{color:var(--muted);margin-top:8px;margin-bottom:24px;font-size:15px}.authtabs{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;gap:4px;margin-bottom:22px;padding:4px;display:flex}.authtabs button{height:42px;color:var(--muted);border-radius:10px;flex:1;font-size:14.5px;font-weight:700;transition:all .15s}.authtabs button.is-on{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-1)}.auth__foot{text-align:center;color:var(--muted);margin-top:22px;font-size:13.5px}.auth__foot a{color:var(--primary);font-weight:700}.auth__err{background:var(--owe-soft);border:1px solid color-mix(in oklch, var(--owe) 30%, var(--border));color:var(--owe);border-radius:13px;margin-top:16px;padding:12px 15px;font-size:13.5px;font-weight:650}@media (width>=900px){.auth{grid-template-columns:1.05fr .95fr}.auth__brandside{color:#fff;background:linear-gradient(155deg, color-mix(in oklch, var(--primary) 88%, #0a3a3a), var(--primary) 55%, var(--primary-press));flex-direction:column;justify-content:space-between;padding:48px;display:flex;position:relative;overflow:hidden}.auth__brandside:after{content:"";background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%);width:340px;height:340px;position:absolute;bottom:-80px;right:-80px}.bs__mark{letter-spacing:-.03em;align-items:center;gap:11px;font-size:20px;font-weight:800;display:flex}.bs__mark .logo{background:rgba(255,255,255,.2);border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.bs__mark .logo svg{width:23px;height:23px}.bs__big{letter-spacing:-.03em;max-width:12ch;font-size:40px;font-weight:800;line-height:1.08;position:relative}.bs__sub{opacity:.9;max-width:34ch;margin-top:14px;font-size:15.5px;line-height:1.5;position:relative}.bs__feats{flex-direction:column;gap:13px;display:flex;position:relative}.bs__feat{align-items:center;gap:12px;font-size:14.5px;font-weight:600;display:flex}.bs__feat .fi{background:rgba(255,255,255,.18);border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:grid}.bs__feat .fi svg{width:18px;height:18px}.auth__formside{justify-content:center}}