@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-page{justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative}.login-container{z-index:2;justify-content:center;align-items:center;width:100%;max-width:1280px;padding:40px 24px;display:flex;position:relative}@media (min-width:960px){.login-container{justify-content:flex-start;padding:40px 80px}}.login-bg{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:fixed;inset:0}.login-scrim{z-index:1;background:#0000008c;position:fixed;inset:0}@media (min-width:960px){.login-scrim{background:linear-gradient(90deg,#000000bf 0%,#00000059 40%,#0000 100%)}}.login-wrap{width:100%;max-width:380px;animation:.35s both fade-up}.login-wordmark{align-items:center;gap:8px;margin-bottom:24px;padding:0 2px;display:flex}.login-wordmark__name{letter-spacing:-.02em;color:#fff;font-size:18px;font-weight:700}.login-wordmark__cursor{background:var(--color-green);border-radius:1px;width:2px;height:18px;margin-left:1px;animation:1.1s step-start infinite cursor-blink;display:inline-block}.login-card{background:var(--color-bg-card-parent);padding-bottom:5px;box-shadow:0 8px 40px #0006}.login-card .card__title{color:var(--color-text-secondary);letter-spacing:.01em;font-size:14px;font-weight:500}.login-form{flex-direction:column;gap:16px;display:flex}.login-form__field{flex-direction:column;display:flex}.login-form__error{color:#e8404a;letter-spacing:.01em;background:#e8404a14;border:1px solid #e8404a40;border-radius:4px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;display:flex}.login-form__error:before{content:"!";background:#e8404a33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex}.login-form__submit{letter-spacing:.03em;width:100%;height:40px;margin-top:4px;font-size:13px;font-weight:600}.login-divider{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;margin:20px 0;font-size:11px;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.login-google-form{width:100%}.login-google-btn{gap:10px;width:100%;height:40px;font-size:13px}.login-google-icon{flex-shrink:0;width:16px;height:16px}
