:root{background:#0e141d}*{box-sizing:border-box}body{margin:0;overflow:hidden}.stage{position:fixed;inset:0;display:block;background:#0e141d;cursor:crosshair;-webkit-user-select:none;user-select:none;touch-action:manipulation}@media(pointer:fine){.stage,.copyright{cursor:none}}.cursor-ring{position:fixed;top:0;left:0;width:34px;height:34px;border:1.5px solid rgba(255,255,255,.85);border-radius:50%;pointer-events:none;opacity:0;z-index:40;mix-blend-mode:difference;transition:width .18s ease,height .18s ease,opacity .2s ease,background .18s ease}.cursor-ring:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:50%;background:#ffffffe6;transform:translate(-50%,-50%)}.cursor-ring--press{width:22px;height:22px;background:#ffffff2e}@media(pointer:coarse){.cursor-ring{display:none}}.click-hint{position:fixed;right:22px;bottom:18px;z-index:20;display:flex;align-items:center;gap:8px;font:500 13px/1 Geist,Helvetica Neue,system-ui,sans-serif;letter-spacing:.02em;color:#808a99;mix-blend-mode:difference;pointer-events:none;-webkit-user-select:none;user-select:none}.click-hint__dot{width:7px;height:7px;border-radius:50%;background:#ff7a1a;animation:click-hint-pulse 1.6s ease-in-out infinite}@keyframes click-hint-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.copyright{position:fixed;left:20px;bottom:16px;z-index:20;font:500 13px/1 Geist,Helvetica Neue,system-ui,sans-serif;letter-spacing:.02em;color:#808a99;text-decoration:none;mix-blend-mode:difference;opacity:.75;transition:opacity .2s ease}.copyright:hover{opacity:1}
