@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--auth-bg: #171717;--auth-bg-glow: rgba(37, 82, 194, .22);--auth-text: rgba(255,255,255,.94118);--auth-text-muted: rgba(255, 255, 255, .54);--auth-input-bg: rgba(24, 27, 32, .92);--auth-input-border: rgba(47, 102, 255, .92);--auth-input-shadow: 0 0 0 1px rgba(47, 102, 255, .28), 0 0 22px rgba(47, 102, 255, .12);--auth-button-start: #1c63d7;--auth-button-end: #6120b8;--auth-button-shadow: 0 12px 28px rgba(43, 86, 203, .3)}.auth-page{min-height:100%;display:grid;align-items:center;justify-items:center;place-items:center;padding:32px 16px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.04),transparent 18rem),radial-gradient(circle at 20% 80%,rgba(37,82,194,.22),transparent 20rem),radial-gradient(circle at 82% 30%,rgba(118,35,208,.16),transparent 16rem),#171717;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.04),transparent 18rem),radial-gradient(circle at 20% 80%,var(--auth-bg-glow),transparent 20rem),radial-gradient(circle at 82% 30%,rgba(118,35,208,.16),transparent 16rem),var(--auth-bg)}.auth-page .auth-shell{width:100%;max-width:460px;margin:0 auto;text-align:center}.auth-page .auth-shell .auth-logo{margin:0;font-size:56px;font-weight:700;line-height:1;letter-spacing:-.06em;color:#fffffff0;color:var(--auth-text);text-shadow:0 0 18px rgba(255,255,255,.08)}.auth-page .auth-shell .auth-title{margin:34px 0 64px;font-size:20px;line-height:1;letter-spacing:.06em;font-weight:400;color:#fffffff0;color:var(--auth-text)}.auth-page .auth-shell .auth-success{position:relative}.auth-page .auth-shell .auth-success .auth-success__content{position:relative;z-index:1}.auth-page .auth-shell .auth-lottie{position:absolute;top:50%;left:50%;width:550px;height:550px;transform:translate(-50%,-50%) translateY(-100px);pointer-events:none;opacity:.9;z-index:0}.auth-page .auth-shell .auth-form{display:grid;grid-gap:44px;gap:44px}.auth-page .auth-shell .auth-form--verify{margin-top:34px}.auth-page .auth-shell .auth-copy{max-width:420px;margin:18px auto 0;color:#fffffff0;color:var(--auth-text);font-size:16px;line-height:1.5}.auth-page .auth-shell .auth-copy strong{font-weight:600}.auth-page .auth-shell .auth-copy--secondary{margin-top:8px;color:#ffffff8a;color:var(--auth-text-muted)}.auth-page .auth-shell .auth-link{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin:18px auto 0;color:#9ab7ff;font-size:14px;line-height:1.5;word-break:break-word}.auth-page .auth-shell .auth-link--redirect{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}.auth-page .auth-shell .auth-input,.auth-page .auth-shell .auth-button{width:100%}.auth-page .auth-shell .auth-input{border:0;border-radius:999px;outline:none;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.auth-page .auth-shell .auth-input--primary{padding:20px;background:#181b20eb;background:var(--auth-input-bg);text-align:center;box-shadow:inset 0 0 0 1px #2f66ffeb,0 0 0 1px #2f66ff47,0 0 22px #2f66ff1f;box-shadow:inset 0 0 0 1px var(--auth-input-border),var(--auth-input-shadow);color:#fffffff0;color:var(--auth-text);font-size:20px;letter-spacing:.06em;font-weight:400}.auth-page .auth-shell .auth-input--primary::-moz-placeholder{color:#ffffff8a;color:var(--auth-text-muted)}.auth-page .auth-shell .auth-input--primary::placeholder{color:#ffffff8a;color:var(--auth-text-muted)}.auth-page .auth-shell .auth-input--primary:focus{box-shadow:inset 0 0 0 1px #4b86ff,0 0 0 4px #2a62ff24,0 0 28px #376aff38}.auth-page .auth-shell .auth-button{border:0;border-radius:999px;cursor:pointer;transition:transform .2s ease,opacity .2s ease,filter .2s ease}@media (hover: hover){.auth-page .auth-shell .auth-button:hover:not(:disabled){filter:brightness(1.1)}}.auth-page .auth-shell .auth-button:disabled{cursor:default;opacity:.7}.auth-page .auth-shell .auth-button--primary{margin:0 auto;max-width:260px;background:linear-gradient(90deg,#1c63d7,#6120b8);background:linear-gradient(90deg,var(--auth-button-start),var(--auth-button-end));box-shadow:0 12px 28px #2b56cb4d;box-shadow:var(--auth-button-shadow);color:#fffffff0;color:var(--auth-text);font-size:20px;line-height:56px;letter-spacing:.06em}@media (max-width: 640px){.auth-page .auth-shell{max-width:100%}.auth-page .auth-shell .auth-success{min-height:420px}.auth-page .auth-shell .auth-lottie{width:380px;height:380px}.auth-page .auth-shell .auth-copy{font-size:15px}.auth-page .auth-shell .auth-link{font-size:13px}}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none}html,body,#app{height:100%}body{margin:0}button,input{font:inherit}*{box-sizing:border-box}
