#cave-world{opacity:0;transition:opacity 1s ease;pointer-events:none}body.cave-entering #cave-world,body.cave-entered #cave-world{opacity:1;pointer-events:auto}.entry-gate{position:fixed;inset:0;z-index:30;isolation:isolate;display:grid;place-items:center;overflow:hidden;color:#24292c}.entry-gate[hidden]{display:none}.entry-gate::before,.entry-gate::after{content:'';position:absolute;inset:0 50% 0 0;background:#edf0ef;z-index:-1;transition:transform 950ms cubic-bezier(.76,0,.24,1)}.entry-gate::after{inset:0 0 0 50%;border-left:1px solid #dce1e0}.entry-content{display:flex;flex-direction:column;align-items:center;width:min(90vw,520px);padding:28px 12px;transition:transform 550ms cubic-bezier(.22,.61,.36,1),opacity 380ms ease}.head-stage{position:relative;width:clamp(220px,34vw,360px);height:clamp(250px,38vw,395px);display:grid;place-items:center;margin-bottom:35px}.head-stage::before,.head-stage::after{position:absolute;content:'+';font:18px var(--body);color:#b1b9bc;top:50%;left:-15px}.head-stage::after{left:auto;right:-15px}#entry-head{position:relative;z-index:1;width:100%;height:auto;image-rendering:pixelated;pointer-events:none;animation:head-hover 3.6s ease-in-out infinite;transition:transform 650ms cubic-bezier(.22,.61,.36,1)}.head-shadow{position:absolute;bottom:2px;left:31%;right:31%;height:9px;border-radius:50%;background:#8d969829;filter:blur(3px);animation:head-shadow 3.6s ease-in-out infinite}.enter-cave{border:0;border-top:1px solid #a6b0b4;border-bottom:1px solid #a6b0b4;padding:19px 4px 20px;background:transparent;text-align:left;color:#252d31;min-height:84px;width:min(100%,385px);transition:background .2s,padding .2s;box-shadow:none}.enter-cave:hover:not(:disabled){background:#dfe4e4;padding-left:13px;padding-right:13px}.enter-caption{display:block;font:10px var(--pixel);letter-spacing:3px;line-height:1.8;color:#6b777d;margin-bottom:8px}.enter-title{display:flex;justify-content:space-between;gap:15px;font:clamp(10px,2.7vw,14px) var(--pixel);line-height:1.9;white-space:nowrap}.enter-title>span{font:23px var(--body);line-height:1}.entry-status{font:10px var(--body);letter-spacing:2px;line-height:2;color:#727f84;min-height:20px;margin:16px 0 0}.entry-coordinate{position:absolute;bottom:max(25px,env(safe-area-inset-bottom));left:28px;right:28px;display:flex;justify-content:space-between;gap:20px;font:10px var(--body);letter-spacing:2px;color:#8a9498;transition:opacity .3s}.cave-entering .entry-content{transform:scale(1.24);opacity:0;pointer-events:none}.cave-entering #entry-head{transform:scale(1.45)}.cave-entering .entry-coordinate{opacity:0}.cave-entering .entry-gate::before{transform:translateX(-101%)}.cave-entering .entry-gate::after{transform:translateX(101%)}@keyframes head-hover{0%,100%{translate:0 0}50%{translate:0 -10px}}@keyframes head-shadow{0%,100%{scale:1;opacity:.8}50%{scale:.8;opacity:.4}}@media(max-width:650px){.entry-content{padding:18px 8px}.head-stage{width:min(72vw,290px);height:min(80vw,320px);margin-bottom:27px}.entry-coordinate{left:18px;right:18px;font-size:9px;letter-spacing:1px}.enter-title{gap:8px}.enter-cave{max-width:340px}.entry-status{font-size:9px}}@media(max-height:550px){.head-stage{width:180px;height:185px;margin-bottom:16px}.entry-content{padding:8px}.enter-cave{padding:10px 4px;min-height:65px}.entry-status{margin-top:7px}.entry-coordinate{bottom:12px}}@media(prefers-reduced-motion:reduce){.entry-gate::before,.entry-gate::after,.entry-content,#cave-world{transition:opacity .15s!important}#entry-head,.head-shadow{animation:none!important}.cave-entering .entry-content{transform:none}.cave-entering .entry-gate{opacity:0}}
