@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto:wght@400;500&display=swap";:root{font-family:Roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f9fcff}a:hover{color:#39513f}button{background-color:#f9f9f9}}body:has(.grid){display:block}.grid{display:grid;gap:.8rem;width:100vw;height:100vh;overflow:hidden}.square{background-color:#97a1ff80;aspect-ratio:1 / 1;animation:pulse 20s ease-in-out infinite}.square--round{border-radius:100px}.modal{display:flex;flex-direction:column;box-sizing:border-box;padding:clamp(.75rem,4vw,1.5rem);align-items:center;height:100%}.modal-main{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;flex:1;width:100%;gap:clamp(.5rem,2vh,1rem)}.modal h1{font-family:Archivo Black,sans-serif;font-size:clamp(1.75rem,min(8vw,9vh),3.5rem);text-align:center;color:#7683ff;margin:0;max-width:100%;overflow-wrap:break-word}.tagline{font-size:clamp(.8rem,2.5vw,.95rem);color:#7683ff;text-align:center;max-width:min(260px,80%);margin:0}.join-button{font-family:inherit;font-size:clamp(.85rem,2.5vw,1rem);font-weight:500;color:#fff;background-color:#7683ff;border:none;border-radius:999px;padding:clamp(.6rem,2vw,.75rem) clamp(1.1rem,4vw,1.5rem);white-space:nowrap;cursor:pointer}.join-button:hover{background-color:#626feb}.footer-links{display:flex;align-items:center;gap:.5rem}.footer-link{font-size:.75rem;color:#7683ff;text-decoration:underline}.footer-link-divider{font-size:.75rem;color:#7683ff}@keyframes pulse{0%,to{transform:scale(.8);opacity:.85;rotate:0deg}5%{transform:scale(1);opacity:1;rotate:0deg}}.paper-stage{width:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:clamp(.5rem,4vh,3rem);perspective:900px;font-size:clamp(.625rem,3vmin,1.25rem)}.paper-tilt{transform-style:preserve-3d;transform:rotateX(60deg)}.paper{position:relative;width:15em;height:11.625em;transform-style:preserve-3d;animation:spin-paper 10s linear infinite;animation-delay:3.6s;animation-fill-mode:backwards}.panel{position:absolute;top:0;width:5em;height:11.625em;background:#fff;border:.0625em solid rgb(118,131,255);backface-visibility:hidden;box-sizing:border-box}.panel-left{left:1.5em;width:3.5em;transform-origin:right center;transform-style:preserve-3d;box-sizing:border-box;padding:1em .625em;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:.1875em;animation:unfold-left .8s ease-out 2s both}.paper-line{background-color:#7683ff;border-radius:.125em;backface-visibility:hidden}.panel-back{position:absolute;inset:-.0625em;box-sizing:border-box;background-color:#fff;border:.0625em solid rgb(118,131,255);transform:rotateY(180deg);backface-visibility:hidden}.paper-sticker{position:absolute;top:50%;left:0;width:2em;height:2em;border-radius:50%;background-color:#7683ff}.paper-sticker--outer{transform:translate(-50%,-50%);clip-path:inset(0 50% 0 0);backface-visibility:hidden}.paper-sticker--outer-back{transform:translate(-50%,-50%) rotateY(180deg);clip-path:inset(0 50% 0 0);backface-visibility:hidden}.paper-sticker--inner{transform:translate(-50%,-50%) rotateY(180deg);clip-path:inset(0 0 0 50%);backface-visibility:hidden}.panel-center{left:5em;box-sizing:border-box;padding:1em .625em;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:space-between;justify-content:space-evenly;gap:.375em}.paper-mark{background-color:#7683ff}.paper-mark--line,.paper-mark--rect,.paper-mark--square{border-radius:.125em}.paper-mark--circle{border-radius:50%}.panel-right{left:10em;transform-origin:left center;transform-style:preserve-3d;animation:unfold-right .8s ease-out 2.8s both}.paper-outline{position:absolute;box-sizing:border-box;background:transparent;border:.1875em solid rgb(118,131,255);backface-visibility:hidden}.paper-outline--ellipse{border-radius:50%}@keyframes unfold-left{0%{transform:rotateY(180deg)}to{transform:rotateY(35deg)}}@keyframes unfold-right{0%{transform:rotateY(-180deg)}to{transform:rotateY(-35deg)}}@keyframes spin-paper{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body:has(.info-page){display:block;overflow-y:auto}.info-page{width:100%;min-height:100vh;box-sizing:border-box;background-color:#7683ff;color:#fff;padding:3rem 1.5rem;display:flex;justify-content:center}.info-content{max-width:640px;width:100%}.info-back{display:inline-block;margin:.5rem 0;color:#fff;text-decoration:underline;font-size:.9rem}.info-content h1{font-family:Archivo Black,sans-serif;font-size:2rem;margin:0 0 1.5rem}.info-content h2{font-size:1.1rem;margin:2rem 0 .5rem}.info-content p{line-height:1.6;margin:0 0 1rem}.info-content ul{margin:0 0 1rem;padding-left:1.25rem;line-height:1.6}.info-content a,.info-content a:visited{color:#fff;text-decoration:underline}
