.auth-shell{background:var(--color-bg);min-height:100svh;color:var(--color-text);overflow-x:hidden}.auth-shell__frame{grid-template-rows:auto 1fr auto;width:min(448px,100% - 48px);min-height:100svh;margin:0 auto;padding:56px 0 32px;display:grid}.auth-brand{width:fit-content;color:var(--color-text);letter-spacing:-.045em;font-family:Moder Demo,sans-serif;font-size:1.12rem;font-weight:900;line-height:1;text-decoration:none;animation:.4s ease-out both auth-fade}.auth-brand span{color:var(--color-pink)}.auth-brand:focus-visible{outline:2px solid var(--color-pink);outline-offset:4px;border-radius:3px}.auth-panel{align-self:center;width:100%;padding:40px 0;animation:.5s cubic-bezier(.22,1,.36,1) both auth-rise}.auth-intro h1{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:650;line-height:1.15}.auth-intro p{color:var(--color-muted);letter-spacing:.005em;margin:16px 0 0;font-size:.875rem;font-weight:450;line-height:1.5}.auth-form-stage{margin-top:40px}.auth-intro:not(:has(p))+.auth-form-stage{margin-top:48px}.auth-form{gap:22px;display:grid}.auth-field{gap:8px;display:grid}.auth-field__meta{justify-content:space-between;align-items:center;gap:16px;min-height:20px;display:flex}.auth-field__label{color:#e8e6e2;letter-spacing:.005em;font-size:.875rem;font-weight:550;line-height:1.25rem}.auth-field__hint{color:#77746f;font-size:.8rem;font-weight:450;line-height:1.25rem}.auth-field__control{min-width:0;display:flex;position:relative}.auth-field__control input{background:var(--color-surface);width:100%;height:40px;box-shadow:0 0 0 1px var(--color-border), 0 1px 2px #00000029;color:var(--color-text);letter-spacing:.005em;border:0;border-radius:10px;outline:none;padding:0 12px;font-size:.875rem;font-weight:450;line-height:1.25rem;transition:background .15s,box-shadow .15s}.auth-field__control input:hover{background:var(--color-surface-hover)}.auth-field__control input:focus{background:var(--color-surface-hover);box-shadow:0 0 0 1.5px #ff2d91c7,0 0 0 4px #ff2d911f}.auth-field__control input::placeholder{color:#5f5d59}.auth-field__control.has-error input{box-shadow:0 0 0 1.5px #ff7a92,0 1px 2px #00000029}.auth-field__reveal{color:#77746f;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.auth-field__reveal:hover{color:var(--color-text);background:#ffffff0f}.auth-field__control:has(.auth-field__reveal) input{padding-right:42px}.auth-field__error,.auth-form__alert{color:#ff7a92;margin:0;font-size:.8rem;line-height:1.4}.auth-form__alert{background:#ff7a9212;border:1px solid #ff7a9238;border-radius:10px;padding:10px 12px}.auth-form__options{color:var(--color-muted);justify-content:space-between;align-items:center;gap:18px;font-size:.8rem;line-height:1.4;display:flex}.auth-form__options a,.auth-secondary{color:#ddd9d3;text-underline-offset:4px;border-radius:4px}.auth-form__options a:hover,.auth-secondary:hover{color:var(--color-pink)}.auth-checkbox{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.auth-checkbox input{width:15px;height:15px;accent-color:var(--color-pink);margin:0}.auth-submit{background:var(--color-paper);width:100%;min-height:40px;color:var(--color-ink);letter-spacing:.005em;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.875rem;font-weight:550;line-height:1.25rem;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.auth-secondary{border:1px solid var(--color-border-strong);width:fit-content;min-height:38px;color:var(--color-text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.875rem;font-weight:550;line-height:1.25rem;text-decoration:none;display:inline-flex}.auth-secondary:hover{border-color:#ff2d9180}.auth-secondary:focus-visible,.auth-checkbox input:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.auth-spinner{animation:.8s linear infinite auth-spin}.auth-submit:hover:not(:disabled){background:#fff}.auth-submit:active:not(:disabled){transform:scale(.97)}.auth-submit:focus-visible,.auth-field__reveal:focus-visible,.auth-footer a:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.auth-submit:disabled{cursor:wait;opacity:.6}.auth-footer{min-height:20px;color:var(--color-muted);letter-spacing:.005em;font-size:.875rem;font-weight:450;line-height:1.25rem}.auth-footer p{margin:0}.auth-footer a{color:#ddd9d3;text-underline-offset:4px;border-radius:2px;-webkit-text-decoration:underline #ff2d9185;text-decoration:underline #ff2d9185}.auth-footer a:hover{color:var(--color-pink);-webkit-text-decoration-color:var(--color-pink);text-decoration-color:var(--color-pink)}.auth-success{gap:18px;display:grid}.auth-success__icon{background:var(--color-pink-soft);width:42px;height:42px;color:var(--color-pink);border-radius:12px;place-items:center;display:grid}.auth-success h2{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:600}.auth-success p{color:var(--color-muted);margin:0 0 4px;font-size:.9rem;line-height:1.55}.auth-success strong{color:var(--color-text);font-weight:600}@keyframes auth-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=560px){.auth-shell__frame{flex-direction:column;width:calc(100% - 36px);padding:32px 0 24px;display:flex}.auth-panel{align-self:stretch;padding:32px 0}.auth-intro h1{font-size:1.85rem}.auth-intro p{margin-top:12px}.auth-form-stage{margin-top:32px}.auth-intro:not(:has(p))+.auth-form-stage{margin-top:36px}.auth-form{gap:18px}.auth-form__options{flex-direction:column;align-items:flex-start;gap:10px}.auth-footer{margin-top:auto;padding-top:8px}}.workspace,.workspace-loading,.workspace-error{background:var(--color-bg);min-height:100svh;color:var(--color-text)}.workspace-loading,.workspace-error{color:var(--color-muted);place-content:center;padding:24px;display:grid}.workspace-error{text-align:center;gap:12px}.workspace-error a{color:var(--color-pink)}.workspace__header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(24px,5vw,72px);display:flex}.workspace__account{color:var(--color-muted);align-items:center;gap:18px;font-size:.82rem;display:flex}.workspace__account button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.workspace__content{width:min(1120px,100% - 48px);margin:0 auto;padding:clamp(72px,11vw,150px) 0 80px}.workspace__intro{max-width:800px}.workspace__handle{color:var(--color-pink);align-items:center;gap:7px;margin:0 0 22px;font-size:.88rem;display:flex}.workspace__intro h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.4rem,8vw,7.5rem);font-weight:590;line-height:.94}.workspace__intro>p:last-child{max-width:680px;color:var(--color-muted);margin:30px 0 0;font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.65}.workspace__next{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:end;gap:32px;margin-top:clamp(64px,10vw,120px);padding:28px 0;display:flex}.workspace__next span{color:var(--color-subtle);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:620}.workspace__next h2{letter-spacing:-.035em;margin:10px 0 8px;font-size:clamp(1.3rem,2.2vw,1.9rem);font-weight:560}.workspace__next p{max-width:620px;color:var(--color-muted);margin:0;line-height:1.55}.workspace__next button{border:1px solid var(--color-border);background:var(--color-surface);min-width:154px;height:46px;color:var(--color-subtle);border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:0 16px;display:inline-flex}@media (width<=720px){.workspace__account>span{display:none}.workspace__content{width:calc(100% - 36px);padding-top:72px}.workspace__next{flex-direction:column;align-items:stretch}.workspace__next button{width:100%}}@font-face{font-family:Moder Demo;src:url(/assets/moder-demo-black.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:900}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--color-bg:#101112;--color-panel:#151617;--color-surface:#1a1b1d;--color-surface-hover:#202124;--color-text:#f5f4f2;--color-muted:#a29f9a;--color-subtle:#706e6a;--color-border:#ffffff1f;--color-border-strong:#ffffff36;--color-paper:#f2efe9;--color-ink:#151515;--color-pink:#ff2d91;--color-pink-soft:#ff2d9126;--radius-control:18px;--radius-media:30px;--shadow-focus:0 0 0 4px #ff2d9124;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text);min-width:320px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.brand-mark{color:var(--color-text);letter-spacing:-.04em;font-family:Moder Demo,sans-serif;font-size:1.08rem;font-weight:900;text-decoration:none}.brand-mark span{color:var(--color-pink)}.route-loading{min-height:100vh;color:var(--color-muted);place-items:center;display:grid}.route-error{width:min(560px,100% - 48px);margin:0 auto;padding:80px 0}.route-error h1{letter-spacing:-.055em;margin:80px 0 16px;font-size:clamp(2.8rem,8vw,5.4rem);line-height:.98}.route-error p{color:var(--color-muted);font-size:1.08rem;line-height:1.6}.route-error__link{color:var(--color-pink);margin-top:24px;display:inline-flex}::selection{background:var(--color-pink);color:#fff}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
