*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:#0a0a0a;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.scene{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.puke-btn{font-size:clamp(80px,20vw,160px);background:none;border:none;cursor:pointer;user-select:none;-webkit-user-select:none;transition:transform .15s ease;outline:none;padding:20px;line-height:1;filter:drop-shadow(0 0 30px rgba(0,255,0,.15))}.puke-btn:active,.puke-btn.puking{transform:scale(1.3) rotate(-10deg)}@keyframes splatAnim{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}30%{opacity:1;transform:translate(-50%,-50%) scale(1.5)}to{opacity:0;transform:translate(-50%,-50%) scale(.5)}}.splat{position:absolute;font-size:clamp(24px,8vw,48px);pointer-events:none;animation:splatAnim .9s ease-out forwards;z-index:10}
