.auth-wrap{min-height:100vh;min-height:100dvh;height:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(1000px 500px at 50% -20%,rgba(199,70,52,.05),transparent 60%),var(--bg-0)}.auth-wrap-noscroll{overflow-y:hidden}.auth-wrap{animation:mobil-fade-in .4s ease both}.auth-card{width:100%;max-width:380px;transition:opacity .26s ease,transform .26s ease}.auth-card-leaving{opacity:0;transform:translateY(-6px) scale(.98)}.auth-authorizing{display:inline-flex;align-items:center;gap:8px}.auth-spinner{width:13px;height:13px;border-radius:50%;border:2px solid rgba(234,250,239,.35);border-top-color:#eafaef;animation:mobil-spin .7s linear infinite}.auth-brand{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:24px}.auth-brand .brand-mark{color:var(--accent)}.auth-brand .brand-name{font-weight:500;letter-spacing:.18em;color:var(--text-0)}.auth-panel{background:var(--bg-2);border:1px solid var(--border-1);border-radius:var(--radius-lg);padding:28px 26px}.auth-h{font-size:17px;font-weight:500;color:var(--text-0);margin:0 0 4px}.auth-desc{margin:0 0 22px}.auth-desc,.auth-foot{font-size:13px;color:var(--text-2)}.auth-foot{text-align:center;margin-top:18px}