.landing-main{background:#02030a;color:#fff;padding:15vh 1rem 1rem 1rem;height:100vh;height:100svh;width:100vw;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.landing-main .landing-top h1{margin:0;margin-bottom:1rem;font-size:3rem;font-weight:500;letter-spacing:-.03em;display:flex;justify-content:center;align-items:center;gap:.2em}.landing-main .landing-top h1 svg{display:block;margin-top:.1em}.landing-main .landing-top .landing-buttons{display:flex;gap:.5rem}.landing-main .landing-top .landing-buttons button{padding:0 1em;min-height:3em;display:flex;justify-content:center;align-items:center;gap:6px;font:inherit;text-decoration:none;color:inherit;font-size:14px;font-weight:450;border-radius:6px;background:#f1f5f9;transition:.2s ease-out;color:#000;background:#fff;border:none}.landing-main .landing-top .landing-buttons button:hover{opacity:.95;cursor:pointer}.landing-main .landing-top .landing-buttons button:active{opacity:.9}.landing-main .landing-top .landing-buttons button:disabled{opacity:.5}.landing-main .landing-top .landing-buttons button:nth-of-type(2){background:transparent;border:1px solid white;color:#fff}.landing-main .landing-images{display:flex;align-items:center;gap:1rem;margin-top:-5vh}.landing-main .landing-images img{width:10rem;height:10rem;aspect-ratio:1/1;border-radius:8px}.landing-main .landing-images img:nth-of-type(1){transform:rotate(-4deg)}.landing-main .landing-images img:nth-of-type(2){width:14rem;height:14rem;transform:rotate(6deg)}.landing-main .landing-images img:nth-of-type(3){transform:rotate(-5deg)}.landing-main .landing-credits{color:#94a3b8}.landing-main .landing-credits a{color:#64748b;text-decoration:underline solid rgba(255,255,255,.2)}.landing-main .popup{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;isolation:isolate}.landing-main .popup .popup-content{padding:2rem;background:#fff;color:#000;display:flex;flex-direction:column;border-radius:.5rem}.landing-main .popup .popup-content label{font-weight:450}.landing-main .popup .popup-content input{border:1px solid rgba(0,0,0,.1);padding:1rem;margin:.75rem 0 0;border-radius:4px;background:#f8fafc;font:inherit;width:14rem}.landing-main .popup .popup-content small{color:#dc2626;margin-top:4px}.landing-main .popup .popup-content button{margin:1rem 0 0;background:#000;color:#fff;padding:0 1em;min-height:3em;display:flex;justify-content:center;align-items:center;gap:6px;border:none;font:inherit;text-decoration:none;color:inherit;font-size:14px;font-weight:450;border-radius:6px;background:#f1f5f9;transition:.2s ease-out}.landing-main .popup .popup-content button:hover{opacity:.95;cursor:pointer}.landing-main .popup .popup-content button:active{opacity:.9}.landing-main .popup .popup-content button:disabled{opacity:.5}.landing-main .popup .popup-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border:none;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-main .popup.hidden{opacity:0;pointer-events:none}
