@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500&display=swap";:root{--ink:#ede9ff;--ink-soft:#9a96c0;--accent:#8b7bff}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--ink);overscroll-behavior:none;-webkit-font-smoothing:antialiased;background:#030305;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden}body{touch-action:none;position:fixed;top:0;bottom:0;left:0;right:0}#scene{cursor:grab;z-index:0;width:100%;height:100%;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.grain,.vignette{pointer-events:none;z-index:2;position:fixed;top:0;bottom:0;left:0;right:0}.scrim{pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0303058c 62%,#030305eb 100%);height:46vh;position:fixed;bottom:0;left:0;right:0}.vignette{background:radial-gradient(#0000 55%,#00000073 100%)}.grain{opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.ui{z-index:3;pointer-events:none;text-align:center;grid-template-rows:auto 1fr auto;justify-items:stretch;padding:5vh 5vw;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.hint{letter-spacing:.36em;text-transform:uppercase;color:var(--ink-soft);opacity:0;grid-row:1;padding-left:.36em;font-size:clamp(.66rem,2vw,.78rem)}.secret{opacity:0;letter-spacing:.005em;overflow-wrap:break-word;text-wrap:balance;text-shadow:0 2px 24px #030305f2,0 0 60px #8b7bff2e;will-change:opacity, transform, filter;grid-row:3;align-self:end;width:100%;min-height:1.4em;margin-bottom:clamp(14px,4vh,34px);padding-inline-start:max(0px,50% - 550px);padding-inline-end:max(0px,50% - 550px);font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:clamp(1rem,2.1vw,1.6rem);font-weight:400;line-height:1.4}.loader{z-index:5;background:#030305;place-items:center;transition:opacity .9s,visibility .9s;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.loader.hidden{opacity:0;visibility:hidden}.loader span{background:var(--accent);width:14px;height:14px;box-shadow:0 0 30px var(--accent);border-radius:50%;animation:1.3s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.5;transform:scale(.6)}50%{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.loader span{animation:none}}
