:root{
  --bg:#07101b;
  --surface:#0d1b2c;
  --line:rgba(255,255,255,.08);
  --line2:rgba(255,255,255,.14);
  --text:#f6f9fd;
  --soft:#c9d4e1;
  --muted:#8292a8;
  --blue:#2970ff;
  --blue2:#5a96ff;
  --blue-soft:rgba(41,112,255,.10);
  --danger:#ff7289;
  --shell:1260px;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{min-width:320px;background:var(--bg)}
body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;color:var(--text);background:linear-gradient(180deg,#07101b,#081321 58%,#07101b);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}a,button,input{font:inherit}button{cursor:pointer}svg{display:block}
.mgr-shell{width:min(calc(100% - 2rem),var(--shell));margin:auto}
.mgr-skip{position:fixed;z-index:9999;top:1rem;left:1rem;padding:.7rem 1rem;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;text-decoration:none;transform:translateY(-180%)}.mgr-skip:focus{transform:none}
.mgr-bg{position:fixed;z-index:-10;inset:0;overflow:hidden;pointer-events:none}.mgr-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(circle at 40% 35%,#000,transparent 72%)}.mgr-orb{position:absolute;border-radius:50%;filter:blur(95px);opacity:.12}.mgr-orb-a{width:35rem;height:35rem;left:-11rem;top:7rem;background:var(--blue);animation:mgrOrbA 16s var(--ease) infinite alternate}.mgr-orb-b{width:31rem;height:31rem;right:-10rem;top:15rem;background:#1d4ed8;animation:mgrOrbB 19s var(--ease) infinite alternate}.mgr-orb-c{width:20rem;height:20rem;left:44%;bottom:-7rem;background:#3b82f6;opacity:.06;animation:mgrOrbC 20s var(--ease) infinite alternate}
@keyframes mgrOrbA{to{transform:translate(5rem,3rem) scale(1.08)}}@keyframes mgrOrbB{to{transform:translate(-5rem,3rem) scale(.92)}}@keyframes mgrOrbC{to{transform:translate(4rem,-2rem) scale(1.12)}}

.mgr-header{height:76px;display:flex;align-items:center}.mgr-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.mgr-brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.mgr-logo{width:40px;height:40px}.mgr-logo svg{width:100%;height:100%}.mgr-logo rect{fill:var(--blue)}.mgr-logo path{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.mgr-brand-copy{display:grid;line-height:1}.mgr-brand-copy strong{font-size:1rem;letter-spacing:-.03em}.mgr-brand-copy small{margin-top:.24rem;color:#8cb3ff;font-size:.5rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mgr-login-link{display:inline-flex;align-items:center;gap:.4rem;min-height:42px;padding:0 .75rem;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.02);color:#acbacb;font-size:.7rem;font-weight:760;text-decoration:none;transition:.2s}.mgr-login-link:hover{transform:translateY(-1px);border-color:var(--line2);color:#fff}.mgr-login-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.mgr-main{min-height:calc(100vh - 150px);display:flex;align-items:center;padding:2rem 0 4rem}.mgr-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(450px,.75fr);gap:clamp(3rem,7vw,7rem);align-items:center}
.mgr-story-copy{max-width:650px}.mgr-kicker{width:max-content;max-width:100%;display:flex;align-items:center;gap:.55rem;padding:.5rem .7rem;border:1px solid rgba(41,112,255,.18);border-radius:999px;background:rgba(41,112,255,.065);color:#97b8ff;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mgr-kicker span{width:7px;height:7px;border-radius:50%;background:var(--blue2);box-shadow:0 0 0 5px rgba(41,112,255,.08);animation:mgrPulse 2s infinite}
.mgr-story h1{margin:1.15rem 0 0;max-width:630px;font-size:clamp(3rem,5vw,5rem);line-height:.98;letter-spacing:-.06em}.mgr-story h1 em{display:block;margin-top:.08em;color:transparent;background:linear-gradient(100deg,#dce8ff,#8fb5ff 60%,#5a96ff);-webkit-background-clip:text;background-clip:text;font-style:normal}.mgr-story-copy>p{max-width:590px;margin:1.2rem 0 0;color:var(--muted);font-size:.94rem;line-height:1.72}

.mgr-path{position:relative;height:330px;max-width:670px;margin-top:2rem}.mgr-path-lines{position:absolute;inset:0;width:100%;height:100%}.mgr-path-lines path{fill:none;stroke:rgba(90,150,255,.18);stroke-width:1.5;stroke-dasharray:5 7;animation:mgrDash 5s linear infinite}@keyframes mgrDash{to{stroke-dashoffset:-100}}
.mgr-path-card{position:absolute;z-index:3;display:flex;align-items:center;gap:.6rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:13px;background:rgba(9,24,40,.94);box-shadow:0 14px 36px rgba(0,0,0,.22);animation:mgrFloat 5s ease-in-out infinite}.mgr-path-card small,.mgr-path-card strong{display:block}.mgr-path-card small{color:var(--muted);font-size:.46rem}.mgr-path-card strong{margin-top:.15rem;font-size:.61rem}.mgr-path-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--blue-soft);color:#9ebeff}.mgr-path-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.path-client{left:2%;top:42%}.path-business{right:2%;top:42%;animation-delay:-2s}.path-core{left:50%;top:42%;transform:translateX(-50%);animation:none}.path-core .mgr-path-icon{background:linear-gradient(145deg,#15345d,#0d2340)}.mgr-core-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(90,150,255,.14);border-radius:50%;transform:translate(-50%,-50%);animation:mgrRing 3s ease-out infinite;pointer-events:none}.ring-a{width:90px;height:90px}.ring-b{width:125px;height:125px;animation-delay:1s}.ring-c{width:160px;height:160px;animation-delay:2s}@keyframes mgrRing{0%{opacity:.6;transform:translate(-50%,-50%) scale(.7)}100%{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}@keyframes mgrFloat{50%{transform:translateY(-7px)}}.mgr-travel{position:absolute;z-index:4;width:7px;height:7px;border-radius:50%;background:#6ea3ff;box-shadow:0 0 10px rgba(90,150,255,.8)}.mgr-travel-1{offset-path:path("M165 160 C245 160 270 160 340 160");animation:mgrTravel 2.8s linear infinite}.mgr-travel-2{offset-path:path("M340 160 C410 160 435 160 515 160");animation:mgrTravel 3.1s linear infinite .9s}@keyframes mgrTravel{from{offset-distance:0%}to{offset-distance:100%}}
.mgr-benefits{display:flex;flex-wrap:wrap;gap:.55rem}.mgr-benefits span{display:flex;align-items:center;gap:.4rem;padding:.45rem .58rem;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.016);color:#98a8bc;font-size:.57rem;font-weight:750}.mgr-benefits svg{width:14px;height:14px;fill:none;stroke:#83acff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.mgr-card{position:relative;padding:clamp(1.35rem,3vw,2rem);border:1px solid var(--line2);border-radius:22px;background:linear-gradient(155deg,rgba(15,31,50,.95),rgba(8,20,34,.96));box-shadow:0 30px 90px rgba(0,0,0,.3);overflow:hidden}.mgr-card:before{content:"";position:absolute;right:-4rem;top:-5rem;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,rgba(41,112,255,.12),transparent 68%);pointer-events:none}
.mgr-card-head{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start}.mgr-card-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:var(--blue-soft);color:#9ebeff}.mgr-card-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgr-eyebrow{color:#82adff;font-size:.52rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mgr-card-head h2{margin:.35rem 0 0;font-size:clamp(1.6rem,3vw,2.1rem);letter-spacing:-.04em}.mgr-card-head p{margin:.45rem 0 0;color:var(--muted);font-size:.68rem;line-height:1.5}
.mgr-alert{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;margin-top:1rem;padding:.72rem .8rem;border:1px solid rgba(255,114,137,.22);border-radius:11px;background:rgba(255,114,137,.065);color:#ffc1cb;font-size:.62rem;line-height:1.5}.mgr-alert svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.mgr-form{display:grid;gap:1rem;margin-top:1.25rem}.mgr-account-switch{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.mgr-account-switch label{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:center;padding:.72rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.014);cursor:pointer;transition:.2s}.mgr-account-switch label:hover{border-color:var(--line2)}.mgr-account-switch label.is-active{border-color:rgba(41,112,255,.28);background:var(--blue-soft)}.mgr-account-switch input{position:absolute;opacity:0;pointer-events:none}.mgr-switch-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(41,112,255,.08);color:#9ebeff}.mgr-switch-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgr-account-switch strong,.mgr-account-switch small{display:block}.mgr-account-switch strong{font-size:.6rem}.mgr-account-switch small{margin-top:.12rem;color:var(--muted);font-size:.48rem}

.mgr-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.mgr-field{display:grid;gap:.4rem}.mgr-label{color:#bdcad9;font-size:.61rem;font-weight:780}.mgr-input-wrap{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:50px;padding:0 .7rem;border:1px solid var(--line);border-radius:12px;background:rgba(5,16,28,.76);transition:.2s}.mgr-input-wrap:focus-within{border-color:rgba(90,150,255,.55);box-shadow:0 0 0 4px rgba(41,112,255,.08);background:rgba(7,20,35,.94)}.mgr-input-wrap>svg{width:18px;height:18px;fill:none;stroke:#72849a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgr-input-wrap input{min-width:0;width:100%;height:48px;border:0;outline:0;background:transparent;color:#fff;font-size:.76rem}.mgr-input-wrap input::placeholder{color:#64758a}.mgr-input-wrap.is-invalid{border-color:rgba(255,114,137,.42);box-shadow:0 0 0 3px rgba(255,114,137,.05)}.mgr-field-message{min-height:.6rem;color:#ff9cad;font-size:.5rem}
.mgr-password-toggle{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#788ba1}.mgr-password-toggle:hover{background:rgba(255,255,255,.03);color:#a7b8cc}.mgr-password-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgr-password-toggle .eye-closed{display:none}.mgr-password-toggle[aria-pressed=true] .eye-open{display:none}.mgr-password-toggle[aria-pressed=true] .eye-closed{display:block}

.mgr-password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem;align-items:center}.mgr-password-strength>span{height:3px;border-radius:999px;background:rgba(255,255,255,.06);transition:.2s}.mgr-password-strength small{grid-column:1/-1;color:#687b91;font-size:.48rem}.mgr-password-strength.level-1>span:nth-child(1){background:#ff7289}.mgr-password-strength.level-2>span:nth-child(-n+2){background:#ffb45e}.mgr-password-strength.level-3>span:nth-child(-n+3){background:#7ea8ff}.mgr-password-strength.level-4>span{background:#67d8ae}

.mgr-check{display:flex;align-items:flex-start;gap:.5rem;color:#a7b5c7;font-size:.56rem;line-height:1.5;cursor:pointer}.mgr-check input{position:absolute;opacity:0;pointer-events:none}.mgr-check-box{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;margin-top:.05rem;border:1px solid var(--line2);border-radius:5px;background:rgba(255,255,255,.02);color:#fff;transition:.2s}.mgr-check-box svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.6);transition:.2s}.mgr-check input:checked+.mgr-check-box{background:var(--blue);border-color:var(--blue)}.mgr-check input:checked+.mgr-check-box svg{opacity:1;transform:scale(1)}.mgr-check a{color:#9dbdff;text-decoration:none}.mgr-terms-message{margin-top:-.65rem}

.mgr-submit{position:relative;min-height:52px;display:flex;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:12px;background:var(--blue);color:#fff;font-size:.72rem;font-weight:900;box-shadow:0 14px 34px rgba(41,112,255,.18);transition:.2s}.mgr-submit:hover{transform:translateY(-1px);background:var(--blue2)}.mgr-submit:active{transform:scale(.985)}.mgr-submit-icon{width:24px;height:24px;display:grid;place-items:center}.mgr-submit-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mgr-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:mgrSpin .7s linear infinite}.mgr-submit.is-loading .mgr-submit-icon,.mgr-submit.is-loading .mgr-submit-text{display:none}.mgr-submit.is-loading .mgr-spinner{display:block}.mgr-submit:disabled{cursor:not-allowed;opacity:.7}@keyframes mgrSpin{to{transform:rotate(360deg)}}.mgr-login-bottom{margin:.1rem 0 0;color:#8393a7;font-size:.58rem;text-align:center}.mgr-login-bottom a{color:#9bbcff;font-weight:820;text-decoration:none}

.mgr-footer{padding:0 0 1rem}.mgr-footer-inner{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#63748a;font-size:.52rem}.mgr-footer nav{display:flex;flex-wrap:wrap;gap:1rem}.mgr-footer a{text-decoration:none}.mgr-footer a:hover{color:#9dbdff}

.mgr-enter{opacity:1;transform:none;transition:opacity .65s var(--ease),transform .65s var(--ease)}
.mgr-motion-ready .mgr-enter{opacity:0;transform:translateY(14px)}
.mgr-motion-ready.mgr-ready .mgr-enter{opacity:1;transform:none}
.mgr-motion-ready.mgr-ready .mgr-enter-1{transition-delay:.08s}.mgr-motion-ready.mgr-ready .mgr-enter-2{transition-delay:.16s}.mgr-motion-ready.mgr-ready .mgr-enter-3{transition-delay:.24s}.mgr-motion-ready.mgr-ready .mgr-enter-4{transition-delay:.32s}.mgr-motion-ready.mgr-ready .mgr-enter-5{transition-delay:.40s}.mgr-motion-ready.mgr-ready .mgr-enter-6{transition-delay:.50s}
@keyframes mgrPulse{50%{box-shadow:0 0 0 11px rgba(41,112,255,0)}}
:focus-visible{outline:3px solid rgba(41,112,255,.42);outline-offset:3px}

@media(max-width:1000px){
  .mgr-main{align-items:flex-start;padding-top:2.5rem}.mgr-layout{grid-template-columns:1fr;max-width:700px}.mgr-story{text-align:center}.mgr-story-copy{margin:auto}.mgr-kicker{margin:auto}.mgr-path{margin-inline:auto}.mgr-benefits{justify-content:center}.mgr-register{width:min(100%,560px);margin:auto}
}
@media(max-width:640px){
  .mgr-shell{width:min(calc(100% - 1.2rem),var(--shell))}
  .mgr-header{height:68px}.mgr-brand-copy small{display:none}.mgr-login-link{font-size:0;width:42px;padding:0;justify-content:center}.mgr-login-link svg{width:18px;height:18px}
  .mgr-main{padding:1.7rem 0 3rem}.mgr-layout{gap:2rem}.mgr-story h1{font-size:clamp(2.5rem,12vw,3.8rem)}.mgr-story-copy>p{font-size:.86rem}
  .mgr-path{height:260px}.mgr-path-card{padding:.55rem}.mgr-path-card small{display:none}.mgr-path-card strong{font-size:.52rem}.mgr-path-icon{width:32px;height:32px}.path-client{left:0}.path-business{right:0}.path-core{transform:translateX(-50%) scale(.9)}
  .mgr-card{border-radius:18px;padding:1.2rem}.mgr-account-switch{grid-template-columns:1fr}.mgr-name-grid{grid-template-columns:1fr}.mgr-input-wrap input{font-size:16px}
  .mgr-footer-inner{flex-direction:column;align-items:flex-start;padding-top:.8rem}
}
@media(max-width:430px){
  .mgr-path{height:240px}.mgr-path-lines{opacity:.7}.mgr-benefits{display:grid;grid-template-columns:1fr 1fr}.mgr-benefits span:last-child{grid-column:1/-1;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .mgr-enter{opacity:1!important;transform:none!important}
}
