.profile-create-pill{position:relative;width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid color-mix(in srgb,var(--primary) 24%,var(--border));border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 9px 24px color-mix(in srgb,var(--primary) 25%,transparent);transition:transform .2s ease,box-shadow .2s ease}.profile-create-pill:hover{color:#fff;transform:translateY(-2px) scale(1.03);box-shadow:0 13px 30px color-mix(in srgb,var(--primary) 34%,transparent)}.profile-create-pill svg,.profile-create-mobile svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.profile-create-pill::after{content:"";position:absolute;inset:-4px;border:1px solid color-mix(in srgb,var(--primary-2) 40%,transparent);border-radius:17px;animation:profile-plus-pulse 2s ease-out infinite}.profile-create-mobile>span{color:#fff!important;background:linear-gradient(135deg,var(--primary),var(--primary-2))!important}.profile-create-mobile>span svg{width:24px;height:24px}
html.profile-setup-active,html.profile-setup-active body{overflow:hidden!important}.profile-setup-screen{position:fixed;z-index:12000;inset:0;display:grid;place-items:center;overflow:hidden;padding:24px;color:var(--text);background:color-mix(in srgb,var(--bg) 96%,var(--primary) 4%);isolation:isolate}.profile-setup-aurora{position:absolute;z-index:-1;inset:-20%;filter:blur(80px);opacity:.72}.profile-setup-aurora i{position:absolute;width:45vw;height:45vw;min-width:300px;min-height:300px;border-radius:50%;animation:profile-setup-drift 7s ease-in-out infinite alternate}.profile-setup-aurora i:nth-child(1){top:0;left:3%;background:color-mix(in srgb,var(--primary) 25%,transparent)}.profile-setup-aurora i:nth-child(2){right:0;bottom:0;background:color-mix(in srgb,var(--primary-2) 23%,transparent);animation-delay:-2s}.profile-setup-aurora i:nth-child(3){top:42%;left:42%;width:26vw;height:26vw;background:color-mix(in srgb,#22d3ee 13%,transparent);animation-delay:-4s}.profile-setup-content{width:min(440px,100%);display:grid;justify-items:center;text-align:center}.profile-setup-icon{position:relative;width:128px;height:128px;margin-bottom:34px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--primary) 22%,transparent);border-radius:40px;background:color-mix(in srgb,var(--surface-strong) 76%,transparent);box-shadow:0 30px 80px color-mix(in srgb,var(--primary) 22%,transparent),inset 0 0 30px color-mix(in srgb,var(--primary-2) 9%,transparent);backdrop-filter:blur(18px);animation:profile-setup-breathe 2s ease-in-out infinite}.profile-setup-icon svg{width:72px;height:72px;fill:none;stroke:var(--primary);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.profile-setup-icon>i{position:absolute;inset:-10px;border-top:2px solid var(--primary-2);border-radius:45px;animation:profile-setup-spin 3s linear infinite}.profile-setup-icon>i+ i{inset:8px;border-top-color:transparent;border-right:1px solid var(--primary);border-radius:34px;animation-duration:2.1s;animation-direction:reverse}.profile-setup-copy{position:relative;width:100%;height:62px}.profile-setup-step{position:absolute;inset:0;display:grid;place-items:center;margin:0;font-size:clamp(1.65rem,6vw,2.3rem);font-weight:900;letter-spacing:-.045em;opacity:0;filter:blur(8px);transform:translateY(16px) scale(.97);transition:opacity .5s ease,filter .5s ease,transform .5s cubic-bezier(.2,.8,.2,1)}.profile-setup-step.is-active{opacity:1;filter:none;transform:none}.profile-setup-step.is-ready{color:var(--primary)}.profile-setup-progress{position:relative;width:min(330px,86vw);height:6px;margin:23px 0 14px;border-radius:999px;background:color-mix(in srgb,var(--text-muted) 14%,transparent)}.profile-setup-progress span{position:absolute;inset:0 auto 0 0;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-2),#22d3ee);box-shadow:0 0 18px color-mix(in srgb,var(--primary-2) 45%,transparent);animation:profile-setup-progress 6.1s cubic-bezier(.2,.65,.2,1) forwards}.profile-setup-progress b{position:absolute;top:50%;left:0;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 22%,transparent),0 0 20px var(--primary-2);transform:translate(-50%,-50%);animation:profile-setup-dot 6.1s cubic-bezier(.2,.65,.2,1) forwards}.profile-setup-content>small{color:var(--text-muted);font-size:.78rem;font-weight:700;letter-spacing:.02em}.profile-setup-content button{margin-top:18px;border:0;border-radius:12px;padding:11px 18px;color:#fff;background:var(--primary);font-weight:800;cursor:pointer}.profile-setup-screen.is-ready .profile-setup-icon{border-color:color-mix(in srgb,#22c55e 35%,transparent);box-shadow:0 25px 75px color-mix(in srgb,#22c55e 18%,transparent)}.profile-setup-screen.is-ready .profile-setup-icon svg{stroke:#22c55e}.profile-setup-screen.has-error .profile-setup-icon svg{stroke:#ef476f}
@keyframes profile-plus-pulse{70%,100%{opacity:0;transform:scale(1.16)}}@keyframes profile-setup-spin{to{transform:rotate(360deg)}}@keyframes profile-setup-breathe{50%{transform:translateY(-5px) scale(1.035)}}@keyframes profile-setup-drift{to{transform:translate3d(7vw,-5vh,0) scale(1.18)}}@keyframes profile-setup-progress{0%{width:2%}35%{width:38%}70%{width:73%}100%{width:100%}}@keyframes profile-setup-dot{0%{left:2%}35%{left:38%}70%{left:73%}100%{left:100%}}html[data-theme="dark"] .profile-setup-screen{background:#050816}html[data-theme="dark"] .profile-setup-icon{background:rgba(13,20,40,.78);border-color:rgba(139,124,255,.2)}@media(max-width:620px){.profile-setup-icon{width:110px;height:110px;border-radius:34px}.profile-setup-icon svg{width:62px;height:62px}.profile-setup-copy{height:72px}.profile-setup-step{font-size:1.8rem}}@media(prefers-reduced-motion:reduce){.profile-create-pill::after,.profile-setup-aurora i,.profile-setup-icon,.profile-setup-icon>i{animation:none}.profile-setup-step{transition-duration:.15s}.profile-setup-progress span,.profile-setup-progress b{animation-timing-function:linear}}

.profile-setup-prompt{width:min(570px,100%);display:grid;justify-items:center;padding:clamp(28px,6vw,52px);border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));border-radius:36px;background:color-mix(in srgb,var(--surface-strong) 82%,transparent);box-shadow:0 32px 100px color-mix(in srgb,var(--primary) 17%,transparent);backdrop-filter:blur(22px);animation:profile-prompt-in .55s cubic-bezier(.2,.85,.2,1) both}.profile-setup-prompt[hidden],.profile-setup-progress-stage[hidden]{display:none}.profile-setup-prompt-icon{width:106px;height:106px;display:grid;place-items:center;margin-bottom:24px;border-radius:32px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 20px 55px color-mix(in srgb,var(--primary) 35%,transparent)}.profile-setup-prompt-icon svg{width:62px;height:62px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.profile-setup-kicker{margin:0 0 12px!important;color:var(--primary)!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:.18em}.profile-setup-prompt h1{max-width:500px;margin:0;font-size:clamp(2rem,6vw,3.7rem);line-height:1.02;letter-spacing:-.055em}.profile-setup-prompt>p:not(.profile-setup-kicker){max-width:470px;margin:18px 0 0;color:var(--text-muted);font-size:clamp(.92rem,2vw,1.05rem);line-height:1.7}.profile-setup-prompt button{display:flex;align-items:center;gap:18px;margin-top:30px;padding:14px 20px 14px 24px;border-radius:15px;font-size:.95rem;box-shadow:0 13px 30px color-mix(in srgb,var(--primary) 28%,transparent);transition:transform .2s ease,box-shadow .2s ease}.profile-setup-prompt button:hover{transform:translateY(-2px);box-shadow:0 18px 38px color-mix(in srgb,var(--primary) 34%,transparent)}.profile-setup-prompt button span{font-size:1.25rem}.profile-setup-progress-stage{width:100%;display:grid;justify-items:center}.profile-setup-screen:not(.is-creating) .profile-setup-icon,.profile-setup-screen:not(.is-creating) .profile-setup-icon>i,.profile-setup-screen:not(.is-creating) .profile-setup-progress span,.profile-setup-screen:not(.is-creating) .profile-setup-progress b{animation-play-state:paused}@keyframes profile-prompt-in{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}html[data-theme="dark"] .profile-setup-prompt{background:rgba(13,20,40,.84);border-color:rgba(139,124,255,.23);box-shadow:0 34px 110px rgba(0,0,0,.5)}@media(max-width:620px){.profile-setup-prompt{padding:30px 20px;border-radius:27px}.profile-setup-prompt-icon{width:88px;height:88px;border-radius:27px}.profile-setup-prompt-icon svg{width:52px;height:52px}.profile-setup-prompt h1{font-size:2.25rem}}