.auth-page{isolation:isolate;--auth-err:#ff8585;--auth-ok:#39d98a;--auth-grad:linear-gradient(115deg,var(--acc-1),var(--acc-2))}@property --otp-progress-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.auth-page-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 50% at 80% 0,color-mix(in oklch,var(--acc-1) 24%,transparent),transparent 70%),radial-gradient(50% 45% at 15% 25%,color-mix(in oklch,var(--acc-2) 16%,transparent),transparent 70%)}.auth-layout{position:relative;z-index:10;display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;width:100%;max-width:1060px;gap:2rem}.auth-brand{display:none}@media (min-width:1024px){.auth-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:3.5rem}.auth-brand{display:flex;flex-direction:column;gap:1.4rem;justify-self:stretch}.auth-card-logo{display:none}}.auth-brand-title{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:900;line-height:1.3;letter-spacing:-.01em;color:var(--d-fg);text-wrap:balance}.auth-brand-title em{font-style:normal;background:var(--auth-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-brand-sub{max-width:34ch;font-size:1.02rem;line-height:1.8;color:var(--d-mut);text-wrap:pretty}.auth-editor{direction:ltr;overflow:hidden;max-width:460px;border:1px solid var(--ink-line);border-radius:var(--r-lg);background:color-mix(in oklch,var(--ink-2) 92%,black);box-shadow:var(--shadow-pop);font-family:var(--font-jetbrains),ui-monospace,monospace;font-size:.86rem}.auth-editor-bar{display:flex;align-items:center;gap:7px;padding:10px 14px;border-bottom:1px solid var(--ink-line);background:rgba(255,255,255,.03)}.auth-editor-bar i{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.14)}.auth-editor-bar i:first-child{background:#ff5f57}.auth-editor-bar i:nth-child(2){background:#febc2e}.auth-editor-bar i:nth-child(3){background:#28c840}.auth-editor-bar span{margin-inline-start:6px;font-size:.78rem;color:var(--d-faint)}.auth-editor-code{margin:0;padding:16px 18px;color:var(--code-fg,#c6c6e0);line-height:1.75;white-space:pre;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.auth-editor-code .k{color:var(--syn-key)}.auth-editor-code .f{color:var(--syn-fn)}.auth-editor-code .s{color:var(--syn-str)}.auth-editor-code .c{color:var(--syn-com)}.auth-editor-caret{display:inline-block;width:2px;height:1.05em;margin-inline-start:1px;vertical-align:-.2em;background:var(--acc-2);animation:auth-blink 1s steps(1) infinite}.auth-editor-out{padding:12px 18px 14px;border-top:1px solid var(--ink-line);background:#0b0b14;color:var(--d-mut);line-height:1.7}.auth-editor-out .p{color:var(--acc-2)}.auth-editor-out .ok{color:var(--auth-ok)}@keyframes auth-blink{50%{opacity:0}}.auth-perks{display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none}.auth-perks li{display:flex;align-items:center;gap:.75rem;font-size:.92rem;line-height:1.6;color:var(--d-mut)}.auth-perk-ic{display:grid;flex:none;place-items:center;width:34px;height:34px;border-radius:10px;background:color-mix(in oklch,var(--acc-1) 18%,transparent);color:var(--acc-1)}.auth-perk-ic.is-gold{background:color-mix(in oklch,var(--gold) 18%,transparent);color:var(--gold)}.auth-perk-ic.is-cyan{background:color-mix(in oklch,var(--acc-2) 18%,transparent);color:var(--acc-2)}.auth-card{--pad:1.4rem;position:relative;z-index:0;width:100%;max-width:440px;padding:var(--pad);border:1px solid var(--ink-line);border-radius:var(--r-xl);background:color-mix(in oklch,var(--ink-2) 84%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-pop)}@media (min-width:640px){.auth-card{--pad:1.9rem}}.auth-card:before{content:"";position:absolute;inset:1px;z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.055),transparent)}.auth-card-head{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1.5rem;text-align:center}.auth-card-logo{margin-bottom:1.1rem}.auth-title{font-size:1.5rem;font-weight:800;line-height:1.4;letter-spacing:-.01em;color:var(--d-fg);text-wrap:balance}.auth-sub{max-width:32ch;font-size:.93rem;line-height:1.75;color:var(--d-mut);text-wrap:pretty}.auth-pill{display:inline-flex;align-items:center;gap:.45rem;margin-top:.6rem;padding:.3rem .45rem .3rem .9rem;border:1px solid var(--ink-line);border-radius:100px;background:rgba(255,255,255,.05);font-size:.9rem;color:var(--d-fg)}.auth-pill-num{direction:ltr;font-family:var(--font-jetbrains),ui-monospace,monospace;font-weight:700;letter-spacing:.02em}.auth-pill-edit{display:grid;place-items:center;width:30px;height:30px;border:none;border-radius:50%;background:rgba(255,255,255,.07);color:var(--d-mut);cursor:pointer;transition:background .18s,color .18s}.auth-pill-edit:hover{background:color-mix(in oklch,var(--acc-2) 22%,transparent);color:var(--d-fg)}.auth-pill-edit:disabled{opacity:.45;pointer-events:none}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-label{font-size:.88rem;font-weight:700;color:var(--d-fg)}.auth-field-wrap{position:relative}.auth-field{width:100%;min-height:52px;padding:.8rem 1rem;border:1px solid var(--ink-line);border-radius:var(--r-md);background-color:color-mix(in oklch,var(--ink-1) 92%,black);font:inherit;font-size:1.05rem;color:color-mix(in oklch,var(--d-fg) 88%,var(--d-mut));-webkit-text-fill-color:color-mix(in oklch,var(--d-fg) 88%,var(--d-mut));caret-color:var(--acc-2);outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.045);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.auth-field::-moz-placeholder{color:var(--d-faint);-webkit-text-fill-color:var(--d-faint)}.auth-field::placeholder{color:var(--d-faint);-webkit-text-fill-color:var(--d-faint)}.auth-field:focus{border-color:var(--acc-2);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 0 3px color-mix(in oklch,var(--acc-2) 22%,transparent)}.auth-field:disabled{opacity:1}.auth-field.is-invalid{border-color:color-mix(in oklch,var(--auth-err) 70%,var(--ink-line))}.auth-field.is-invalid:focus{box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 0 3px color-mix(in oklch,var(--auth-err) 22%,transparent)}.auth-field.is-mono{font-family:var(--font-jetbrains),ui-monospace,monospace;font-size:1.15rem;letter-spacing:.06em}.auth-field.has-ic{padding-left:2.9rem}.auth-field.has-action{padding-right:3rem}.auth-field-ic{left:1rem;place-items:center;color:var(--d-faint);transform:translateY(-50%);pointer-events:none}.auth-field-action,.auth-field-ic{position:absolute;top:50%;display:grid}.auth-field-action{right:.5rem;place-items:center;width:38px;height:38px;border:none;border-radius:10px;background:transparent;color:var(--d-faint);cursor:pointer;transform:translateY(-50%);transition:color .18s,background .18s}.auth-field-action:hover{background:rgba(255,255,255,.06);color:var(--d-fg)}.auth-help{font-size:.8rem;line-height:1.6;color:var(--d-faint)}.auth-error{margin:0;font-size:.88rem;font-weight:600;line-height:1.6;color:var(--auth-err)}.auth-cta{min-height:52px}.auth-alt,.auth-cta{width:100%}.auth-hint{font-size:.82rem;line-height:1.7;color:var(--d-faint);text-align:center}.auth-linkbtn{align-self:center;min-height:40px;padding:0 .75rem;border:none;background:none;font-size:.86rem;font-weight:700;color:var(--acc-2);cursor:pointer;transition:color .18s}.auth-linkbtn:hover{color:var(--acc-1)}.auth-linkbtn:disabled{color:var(--d-faint);pointer-events:none}.auth-terms{margin-top:.2rem;font-size:.78rem;line-height:1.7;color:var(--d-faint);text-align:center}.auth-terms a{color:var(--d-mut);text-underline-offset:3px;transition:color .18s}.auth-terms a:hover{color:var(--d-fg);text-decoration:underline}.auth-home{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;margin-top:1.1rem;width:100%;min-height:44px;font-size:.86rem;font-weight:700;color:var(--d-faint);transition:color .18s}.auth-home:hover{color:var(--d-fg)}.auth-otp-stage{display:grid;place-items:center;min-height:6rem}.auth-expiry{margin:0;font-size:.84rem;font-weight:600;color:var(--d-faint);text-align:center;font-variant-numeric:tabular-nums}.auth-expiry.is-expired{color:var(--auth-err)}.auth-otp-actions{display:flex;flex-direction:column;align-items:center;gap:.25rem}.otp-digit-input{background-color:color-mix(in oklch,var(--ink-1) 92%,black);color:var(--d-fg);-webkit-text-fill-color:var(--d-fg);caret-color:var(--acc-2);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 34px -28px rgba(0,0,0,.9)}.otp-digit-input:disabled{opacity:1}.otp-digit-input:focus{box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 0 3px color-mix(in oklch,var(--acc-2) 22%,transparent)}.auth-page .otp-digit-input-progress{--otp-progress-angle:0deg;border-color:transparent;background:linear-gradient(color-mix(in oklch,var(--ink-1) 92%,black),color-mix(in oklch,var(--ink-1) 92%,black)) padding-box,conic-gradient(from var(--otp-progress-angle),transparent 0deg,transparent 80deg,var(--acc-2) 128deg,var(--acc-1) 190deg,transparent 260deg,transparent 1turn) border-box;animation:otp-border-progress .9s linear infinite;box-shadow:0 0 0 1px color-mix(in oklch,var(--acc-2) 26%,transparent),0 0 28px -10px color-mix(in oklch,var(--acc-2) 72%,transparent),inset 0 1px 0 rgba(255,255,255,.06)}.otp-success-square{border-color:var(--ok);box-shadow:0 0 0 1px color-mix(in oklch,var(--ok) 48%,transparent),0 0 34px -7px color-mix(in oklch,var(--ok) 80%,transparent),inset 0 1px 0 rgba(255,255,255,.08)}.otp-check-path{stroke-dasharray:60;stroke-dashoffset:60;animation:otp-check-draw .46s var(--ease) .12s forwards}@keyframes otp-border-progress{to{--otp-progress-angle:360deg}}@keyframes otp-check-draw{to{stroke-dashoffset:0}}@media (max-width:380px){.auth-card{--pad:1.1rem}}@media (prefers-reduced-motion:reduce){.auth-editor-caret{animation:none}.otp-check-path{animation:none;stroke-dashoffset:0}}