.breath-module__dUdaWG__breath{aspect-ratio:1;pointer-events:none;z-index:0;width:min(600px,150vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.breath-module__dUdaWG__glow,.breath-module__dUdaWG__ring,.breath-module__dUdaWG__wave{animation:breath-module__dUdaWG__breathe var(--breath-cycle,11s) cubic-bezier(.37, 0, .63, 1) infinite;border-radius:50%;position:absolute;transform:scale(.72)}.breath-module__dUdaWG__glow{background:radial-gradient(closest-side, color-mix(in srgb, var(--steel) var(--breath-in), transparent) 0%, color-mix(in srgb, var(--steel) var(--breath-out), transparent) 62%, transparent 100%);inset:0}.breath-module__dUdaWG__ring{border:1px solid color-mix(in srgb, var(--steel) 34%, transparent);inset:10%}.breath-module__dUdaWG__breath[data-step=code] .breath-module__dUdaWG__glow{background:radial-gradient(closest-side, color-mix(in srgb, var(--steel) calc(var(--breath-in) + 6%), transparent) 0%, color-mix(in srgb, var(--steel) calc(var(--breath-out) + 4%), transparent) 62%, transparent 100%)}.breath-module__dUdaWG__breath[data-step=code] .breath-module__dUdaWG__ring{border-color:color-mix(in srgb, var(--steel) 46%, transparent)}.breath-module__dUdaWG__wave{border:1px solid color-mix(in srgb, var(--steel) 40%, transparent);opacity:0;animation-name:breath-module__dUdaWG__exhaleWave;animation-timing-function:ease-out;inset:10%}@keyframes breath-module__dUdaWG__breathe{0%,to{opacity:.75;transform:scale(.72)}50%{opacity:1;transform:scale(1)}}@keyframes breath-module__dUdaWG__exhaleWave{0%,50%{opacity:0;transform:scale(1)}55%{opacity:.8}to{opacity:0;transform:scale(1.32)}}@media (prefers-reduced-motion:reduce){.breath-module__dUdaWG__glow,.breath-module__dUdaWG__ring{opacity:.9;animation:none;transform:scale(.86)}.breath-module__dUdaWG__wave{display:none}}
.OtpCells-module__8gmDqG__cells{grid-auto-columns:1fr;grid-auto-flow:column;gap:10px;width:100%;max-width:272px;margin:2px auto 0;display:grid}.OtpCells-module__8gmDqG__cell{aspect-ratio:1/1.12;border:1px solid var(--line);background:var(--panel-2);width:100%;min-width:0;color:var(--ink);text-align:center;font-family:var(--font-mono);font-variant-numeric:tabular-nums;caret-color:var(--steel);border-radius:8px;outline:none;padding:0;font-size:26px;font-weight:500;transition:border-color .15s,background .15s,box-shadow .15s}.OtpCells-module__8gmDqG__cell:focus{border-color:var(--steel);background:var(--panel);box-shadow:0 0 0 3px color-mix(in srgb, var(--steel) 22%, transparent)}.OtpCells-module__8gmDqG__cell:disabled{opacity:.7}.OtpCells-module__8gmDqG__cells[data-invalid] .OtpCells-module__8gmDqG__cell{border-color:var(--alarm);background:color-mix(in srgb, var(--alarm-bg) 70%, var(--panel))}.OtpCells-module__8gmDqG__cells[data-invalid] .OtpCells-module__8gmDqG__cell:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--alarm) 22%, transparent)}@media (prefers-reduced-motion:reduce){.OtpCells-module__8gmDqG__cell{transition:none}}
.login-module__Ku8HRG__wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex;position:relative;overflow:clip}.login-module__Ku8HRG__card{z-index:1;background:color-mix(in srgb, var(--panel) var(--login-card-a), transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid color-mix(in srgb, var(--line) 80%, transparent);border-radius:var(--radius);width:100%;max-width:360px;box-shadow:var(--shadow);text-align:center;padding:32px 26px 26px;position:relative}.login-module__Ku8HRG__brand{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--ink);margin:0 0 22px;font-size:26px;font-weight:600}.login-module__Ku8HRG__form{text-align:start;flex-direction:column;gap:10px;display:flex}.login-module__Ku8HRG__label{color:var(--ink-2);font-size:12.5px;font-weight:500}.login-module__Ku8HRG__labelRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.login-module__Ku8HRG__hint{color:var(--ink-2);font-size:12px;font-family:var(--font-mono)}.login-module__Ku8HRG__input{border:1px solid var(--line);background:var(--panel-2);width:100%;color:var(--ink);font-family:var(--font-mono);letter-spacing:.04em;border-radius:5px;outline:none;padding:11px 13px;transition:border-color .15s,background .15s}.login-module__Ku8HRG__input:focus{border-color:var(--steel);background:var(--panel)}.login-module__Ku8HRG__button{border:1px solid var(--steel);border-radius:var(--radius-sm);background:var(--steel);color:var(--on-steel);cursor:pointer;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:500}.login-module__Ku8HRG__button:hover:not(:disabled){filter:brightness(1.06)}.login-module__Ku8HRG__button:disabled{opacity:.6;cursor:default}.login-module__Ku8HRG__linkButton{color:var(--ink-2);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin-top:2px;padding:6px;font-size:12.5px;text-decoration:underline}.login-module__Ku8HRG__error{color:var(--alarm);background:var(--alarm-bg);border-radius:var(--radius-sm);padding:8px 10px;font-size:12.5px}.login-module__Ku8HRG__sentTo{color:var(--ink-2);font-size:13.5px}.login-module__Ku8HRG__devCode{color:var(--steel);background:var(--steel-bg);border-radius:var(--radius-sm);font-size:12.5px;font-family:var(--font-mono);padding:8px 10px}@media (max-width:768px){.login-module__Ku8HRG__input{font-size:16px}}
