*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{background:#0a0a0a;color:#fff;font-family:system-ui,sans-serif}.screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(ellipse at center,#141414 0,#000 70%)}.mascot-wrap{width:min(420px,88vw);animation:mascot-bounce .6s ease-in-out infinite alternate}.mascot{width:100%;height:auto;display:block;overflow:visible}.mascot-body{transform-origin:200px 280px;animation:mascot-sway 1.2s ease-in-out infinite alternate}@keyframes mascot-bounce{0%{transform:translateY(0)}to{transform:translateY(-14px)}}@keyframes mascot-sway{0%{transform:rotate(-2deg)}to{transform:rotate(2deg)}}