*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#111319;font-family:Segoe UI,PingFang SC,sans-serif}.layout{background:#ececec;border-radius:0;grid-template-columns:58% 42%;width:100vw;height:100vh;margin:0;display:grid;overflow:hidden}.left-panel{background:#ececef;position:relative}.stage{width:550px;height:430px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.char{transform-origin:bottom;transition:transform .24s ease-out;position:absolute;bottom:0}.purple{z-index:1;background:#6c3ff5;border-radius:10px 10px 0 0;width:180px;height:400px;animation:8s linear infinite rainbowShift;left:70px}.black{z-index:2;background:#2d2d2d;border-radius:8px 8px 0 0;width:120px;height:310px;animation:8s linear -1.5s infinite rainbowShift;left:240px}.orange{z-index:3;background:#ff9b6b;border-radius:120px 120px 0 0;width:240px;height:200px;animation:8s linear -3s infinite rainbowShift;left:0}.yellow{z-index:4;background:#e8d754;border-radius:70px 70px 0 0;width:140px;height:230px;animation:8s linear -4.5s infinite rainbowShift;left:310px}@keyframes rainbowShift{0%{background-color:#ff4d4d}16%{background-color:#ff9b3d}32%{background-color:#ffe44d}48%{background-color:#45e06f}64%{background-color:#3dbdff}80%{background-color:#7e5bff}to{background-color:#ff4d4d}}.eyes-group,.dots-group{transition:all .22s ease-out;display:flex;position:absolute}.purple-eyes{gap:8px}.black-eyes{gap:6px}.orange-eyes{gap:8px}.yellow-eyes{gap:6px}.eye-ball{background:#fff;border-radius:999px;place-items:center;transition:all .15s;display:grid;overflow:hidden}.eye-inner,.pupil-dot{background:#2d2d2d;border-radius:999px;transition:transform 70ms linear}.yellow-mouth{background:#2d2d2d;border-radius:999px;width:80px;height:4px;transition:all .2s ease-out;position:absolute}.right-panel{background:#f3f3f3;place-items:center;display:grid}.form-wrap{width:min(360px,90%)}.brand{letter-spacing:-1px;color:#0f131d;align-items:baseline;gap:2px;margin-bottom:18px;font-weight:800;display:inline-flex}.brand-y,.brand-i{font-size:34px;line-height:1}h1{letter-spacing:-.8px;color:#10131d;margin:0;font-size:50px;line-height:1.02}.sub{color:#6d7078;margin:8px 0 26px;font-size:14px}.login-form{flex-direction:column;gap:10px;display:flex}label{color:#111722;font-weight:600}input[type=email],input[type=password],input[type=text]{background:0 0;border:none;border-bottom:1.6px solid #8a8e95;outline:none;height:46px;font-size:18px}.password-row{position:relative}.password-row input{width:100%;padding-right:34px}.eye-toggle{cursor:pointer;background:0 0;border:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.meta-row{color:#6d7078;justify-content:space-between;align-items:center;font-size:13px;display:flex}.meta-row a{color:#6d7078;text-decoration:none}.remember{align-items:center;gap:6px;font-weight:400;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:999px;height:46px;font-weight:700}.btn-primary{color:#fff;background:#121722;margin-top:12px;font-size:28px}.btn-secondary{color:#222730;background:#e7e7e7;justify-content:center;align-items:center;gap:10px;margin-top:8px;font-size:17px;display:flex}.mail-mark{color:#111722;background:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-grid}.error{color:#da5a5a;background:#a8202014;border:1px solid #a8202040;border-radius:8px;margin-top:8px;padding:10px;font-size:13px}@media (width<=900px){.layout{grid-template-columns:1fr;height:auto}.left-panel{min-height:420px}.stage{width:460px;height:360px;top:50%;transform:translate(-50%,-50%)}.right-panel{padding:24px 0 36px}h1{font-size:34px}}
