:root{color:#f5f7fb;background:var(--surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--accent:#ff3040;--icon-accent:#0000fd;--surface:#000;--surface-raised:#171a20;--secondary:#20232b;--muted:#979da9;--border:#2a2e37;--text:#f5f7fb;--text-soft:#c8ccd5;--success:#43d17a;font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{min-width:320px;height:100%;min-height:100%;margin:0}body{background:var(--surface)}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}.shell{background:var(--surface);min-height:100dvh;padding:max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));place-items:center;display:grid;position:relative;overflow:hidden}.welcome,.registration,.completed{z-index:1;background:var(--surface);border:1px solid #ffffff14;border-radius:28px;flex-direction:column;width:min(100%,420px);min-height:min(760px,100dvh - 40px);padding:44px 28px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000008c,inset 0 1px #ffffff09}.welcome:before,.registration:before,.completed:before{content:"";background:linear-gradient(90deg, transparent 12%, var(--accent), transparent 88%);opacity:.85;height:2px;position:absolute;inset:0 0 auto}.hero{aspect-ratio:1;background:var(--surface-raised);border-radius:24px;width:min(280px,82vw);margin:0 auto 20px;overflow:hidden;box-shadow:0 18px 50px #00000057}.hero img{object-fit:cover;width:100%;height:100%;display:block}h1{color:var(--text);letter-spacing:-.035em;text-align:center;margin:0;font-size:24px;font-weight:750;line-height:1.25}.intro{text-align:center}.intro h1{max-width:280px;margin:auto}.intro p{max-width:330px;margin:16px auto 0;font-size:14px;font-weight:500;line-height:20px}.muted{color:var(--muted)}.actions{flex-direction:column;gap:12px;margin-top:auto;padding-top:28px;display:flex}.button{width:100%;color:var(--text);cursor:pointer;border:0;place-items:center;font-weight:700;text-decoration:none;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:grid}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:scale(.985)}.button--primary{background:linear-gradient(135deg, var(--accent), #d90d25);color:#fff;border-radius:15px;min-height:56px;font-size:16px;box-shadow:0 12px 30px #ff243938,inset 0 1px #ffffff2e}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,#ff4856,#ea1630);box-shadow:0 15px 34px #ff24394d}.button--secondary{border:1px solid var(--border);background:var(--secondary);min-height:46px;color:var(--text-soft);border-radius:13px;font-size:14px}.button--secondary:hover:not(:disabled){background:#292d37;border-color:#3a3f4b}.button:disabled{border:1px solid var(--border);color:#5f6470;box-shadow:none;cursor:not-allowed;background:#16181d}.back{color:var(--text);cursor:pointer;background:0 0;border:0;padding:0;font-size:32px;line-height:24px}.fields{flex-direction:column;gap:18px;display:flex}.field{color:var(--text-soft);flex-direction:column;gap:8px;font-size:13px;font-weight:600;line-height:20px;display:flex}.control{border:1px solid var(--border);background:#0d0f13;border-radius:13px;min-height:50px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex;overflow:hidden}.control:hover{border-color:#393e49}.control:focus-within{border-color:var(--accent);background:#101218;box-shadow:0 0 0 3px #ff30401c}.control input,.control select{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;padding:11px 14px;font-size:16px;line-height:24px}.control input::placeholder{color:#626773}.control select{appearance:none;padding-right:36px}.completed{align-items:stretch}.completed .hero{margin-top:4px;margin-bottom:20px}.completed .hero img{transform:none}.completed h1{font-size:26px;font-weight:750;line-height:34px}.completed>p{text-align:center;margin:14px 0 0;font-size:14px;line-height:20px}.registration>h1{margin-bottom:14px}.intro.muted{color:var(--muted);margin:0 0 30px;font-size:14px;line-height:21px}.form-error{color:#ff7a84;margin:0;font-size:14px;line-height:20px}.registration h2{color:var(--text);margin:24px 0 18px;font-size:18px}.textual-back{width:auto;color:var(--muted);margin-top:12px;font-size:15px}.registration .actions .button+.button{margin-top:0}@media (height<=700px){.welcome,.registration,.completed{min-height:calc(100dvh - 24px);padding-top:30px}.hero{width:min(220px,60vw)}}@media (width>=760px){.welcome,.registration,.completed{min-height:760px}.shell{padding:32px}}@media (width<=759px){.shell{padding:0;display:block;overflow:visible}.welcome,.registration,.completed{width:100%;min-height:100dvh;padding:max(38px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));box-shadow:none;border:0;border-radius:0}}@media (prefers-reduced-motion:reduce){.button,.control{transition:none}}.shell{--accent:var(--icon-accent);--secondary:#101114;--border:#ffffff1f}.shell :is(.registration,.welcome,.completed){background:radial-gradient(260px 220px at 100% 100%,#1830fd30,#0000 85%),#000;box-shadow:-6px 6px 18px 1px #222f8a30}.shell :is(.registration,.welcome,.completed):before{background:linear-gradient(90deg,#0000,#1830fd,#0000)}.shell .button--primary{background:var(--icon-accent);box-shadow:none;border-radius:16px}.shell .button--primary:hover:not(:disabled){box-shadow:none;background:#2626ff}.shell .button--primary:disabled{background:#16181d}.shell .control:focus-within{border-color:#8294ff;box-shadow:0 0 0 3px #1830fd25}.shell a:not(.button){color:#a5b2ff}.shell :is(button,a):focus-visible{outline-offset:4px;outline:2px solid #8294ff}
