@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.pc{position:relative;width:44px;height:58px}.pc>div{position:absolute;image-rendering:pixelated}.pc-hair{width:18px;height:7px;left:13px;top:1px}.pc-head{width:16px;height:14px;left:14px;top:6px}.pc-eye{width:3px;height:3px;top:12px;background:#1a0533}.pc-eye-l{left:18px}.pc-eye-r{left:25px}.pc-torso{width:22px;height:21px;left:11px;top:19px}.pc-arm{width:6px;height:16px;top:20px;transform-origin:3px 2px}.pc-arm-l{left:7px}.pc-arm-r{left:31px}.pc-leg{width:9px;height:16px;top:39px;transform-origin:4px 1px}.pc-leg-l{left:13px}.pc-leg-r{left:22px}.pc-torso,.pc-arm,.pc-leg,.pc-head{box-shadow:inset -2px -2px #00000047}@keyframes pc-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes pc-walk-bob{0%,to{transform:translateY(0)}25%,75%{transform:translateY(-3px)}}@keyframes pc-walk-leg-l{0%,to{transform:rotate(24deg)}50%{transform:rotate(-24deg)}}@keyframes pc-walk-leg-r{0%,to{transform:rotate(-24deg)}50%{transform:rotate(24deg)}}@keyframes pc-walk-arm-l{0%,to{transform:rotate(-20deg)}50%{transform:rotate(20deg)}}@keyframes pc-walk-arm-r{0%,to{transform:rotate(20deg)}50%{transform:rotate(-20deg)}}@keyframes pc-type-l{0%,to{transform:rotate(6deg)}50%{transform:rotate(22deg)}}@keyframes pc-type-r{0%,to{transform:rotate(22deg)}50%{transform:rotate(6deg)}}.pc-idle{animation:pc-idle 2.4s ease-in-out infinite}.pc-walk{animation:pc-walk-bob .5s ease-in-out infinite}.pc-walk .pc-leg-l{animation:pc-walk-leg-l .5s ease-in-out infinite}.pc-walk .pc-leg-r{animation:pc-walk-leg-r .5s ease-in-out infinite}.pc-walk .pc-arm-l{animation:pc-walk-arm-l .5s ease-in-out infinite}.pc-walk .pc-arm-r{animation:pc-walk-arm-r .5s ease-in-out infinite}.pc-work .pc-arm-l{animation:pc-type-l .28s ease-in-out infinite}.pc-work .pc-arm-r{animation:pc-type-r .28s ease-in-out infinite}.pc-flip{transform:scaleX(-1)}@keyframes pc-bubble-in{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}.pc-bubble{animation:pc-bubble-in .25s ease-out}@keyframes pc-pulse{0%,to{opacity:1}50%{opacity:.35}}.pc-pulse{animation:pc-pulse 1.1s ease-in-out infinite}@keyframes pc-sprite-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pc-sprite-step{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pc-sprite-idle{animation:pc-sprite-bob 2.6s ease-in-out infinite}.pc-sprite-work{animation:pc-sprite-bob 1.6s ease-in-out infinite}.pc-sprite-walk{animation:pc-sprite-step .42s ease-in-out infinite}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg: #0d0118;--bg-card: #1a0533;--purple: #6b21a8;--purple-light: #9333ea;--text-primary: #f3e8ff;--text-secondary: #c4b5fd;--text-muted: #7c6fa0;--border: rgba(107, 33, 168, .3);--glow: rgba(147, 51, 234, .4)}html,body{min-height:100%;width:100%;background:var(--bg);color:var(--text-primary);font-family:Inter,-apple-system,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--purple);border-radius:4px}::selection{background:#9333ea4d;color:var(--text-primary)}
