*{box-sizing:border-box;margin:0;padding:0}html,body{color:#e8e8f0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;background:#0b0f1a;width:100%;height:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden}#game{touch-action:none;width:100%;height:100%;display:block}#overlay{pointer-events:none;place-items:center;display:grid;position:fixed;inset:0}#overlay>*{pointer-events:auto}.screen{text-align:center;background:#0b0f1aeb;border:2px solid #2a3550;max-width:92vw;padding:24px 32px}#hero{aspect-ratio:528/328;background-position:0 0;background-repeat:no-repeat;background-size:400% 100%;width:min(264px,60vw);margin:0 auto 4px;animation:.56s steps(4,jump-none) infinite ufo-blink,3.4s ease-in-out infinite hover}@keyframes ufo-blink{0%{background-position-x:0%}to{background-position-x:100%}}@keyframes hover{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){#hero{animation:none}}.screen h1{letter-spacing:.08em;font-size:clamp(32px,12vw,72px)}.screen h2{letter-spacing:.06em;margin-bottom:16px;font-size:clamp(18px,6vw,32px)}.screen p{opacity:.7;letter-spacing:.2em;margin:8px 0 24px;font-size:13px}.screen dl{text-align:left;grid-template-columns:1fr auto;gap:4px 24px;margin-bottom:20px;display:grid}.screen dt{opacity:.6;letter-spacing:.12em;align-self:center;font-size:12px}.screen dd{text-align:right;font-size:clamp(18px,5vw,28px)}.screen .dry{opacity:.5;font-size:11px;line-height:1.6}.screen button{font:inherit;letter-spacing:.2em;color:#0b0f1a;cursor:pointer;background:#8fe3f2;border:0;min-height:48px;padding:14px 36px;font-size:18px}.screen button:hover{background:#b6eefa}.credit{letter-spacing:.06em;color:#6b7590;border-top:1px solid #1e2740;justify-content:center;align-items:center;gap:12px;margin-top:20px;padding-top:14px;font-size:11px;display:flex}.credit .social{gap:10px;display:inline-flex}.credit a{color:#6b7590;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.credit a:hover,.credit a:focus-visible{color:#8fe3f2}@media (max-width:420px){.credit{flex-direction:column;gap:8px}}#mute{z-index:5;font:inherit;color:#e8e8f0;cursor:pointer;background:#0b0f1ab3;border:1px solid #2a3550;width:44px;height:44px;font-size:16px;position:fixed;bottom:12px;right:12px}
