html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#05070d;overscroll-behavior:none}#field{position:fixed;inset:0;width:100%;height:100%;display:block;cursor:none;touch-action:none}#entry{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:38px;background:#05070d8c;cursor:pointer;user-select:none;-webkit-user-select:none;transition:opacity 2.6s ease,visibility 2.6s}#entry.gone{opacity:0;visibility:hidden;pointer-events:none}#entry-orb{width:10px;height:10px;border-radius:50%;background:#c4d0ecd9;box-shadow:0 0 18px 6px #a8bae459,0 0 60px 22px #8ca0d21f;animation:breathe 5.2s ease-in-out infinite}#entry-mark{font-family:Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:15px;font-weight:300;letter-spacing:.9em;text-indent:.9em;color:#c4d0ec8c;animation:breathe 5.2s ease-in-out infinite;animation-delay:-.4s}@keyframes breathe{0%,to{opacity:.45;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}
