@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";html{scrollbar-gutter:stable;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(109.76deg,#f4f6ff 3.18%,#f7fbff 52.09%,#feffff 100%);margin:0;font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;font-size:14px;line-height:1.25rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bdc1c6}::-webkit-scrollbar-thumb:active{background:#80868b}#pre-app-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;height:100vh;animation:.5s ease-in fadeIn;display:flex;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slide-in-blurred-bottom{0%{transform-origin:50% 0;filter:blur(40px);transform:translateY(1000px)scaleY(2.5)scaleX(.2)}}.animated-logo-text{animation:.8s cubic-bezier(.23,1,.32,1) .5s both slide-in-blurred-bottom}:root{--track-length:432;--line-length:75;--logo-mark-scale:1.4;--word-mark-scale:.9;--animation-speed:2.5s;--line-width:6px;--track-width:2px;--track-color:#000;--track-opacity:.05}.logo-container{flex-direction:column;align-items:center;gap:3rem;display:flex}.logo-mark{transform:scale(var(--logo-mark-scale));animation:.75s cubic-bezier(.55,.085,.68,.53) forwards logo-enter-anim;position:relative}.logo-mark svg{overflow:visible}.logo-mark .track{stroke-width:var(--track-width);stroke:var(--track-color);stroke-opacity:var(--track-opacity)}.logo-mark .line{stroke:url(#col);stroke-width:var(--line-width);stroke-dasharray:var(--line-length) calc(var(--track-length) - var(--line-length));stroke-dashoffset:0;stroke-linecap:round;animation:line-anim var(--animation-speed) linear infinite;position:absolute;top:0;left:0}.logo-mark .glow{opacity:.5;filter:url(#blur);stroke:url(#col);stroke-width:var(--line-width);stroke-dasharray:var(--line-length) calc(var(--track-length) - var(--line-length));stroke-dashoffset:0;stroke-linecap:round;animation:line-anim var(--animation-speed) linear infinite;position:absolute;top:0;left:0}.word-mark{transform:scale(var(--word-mark-scale));animation:.5s cubic-bezier(.55,.085,.68,.53) forwards logo-enter-anim}@keyframes line-anim{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--track-length)}}@keyframes logo-enter-anim{0%{filter:blur(12px);opacity:0}to{opacity:1}}@keyframes puff-in-center{0%{filter:blur(4px);opacity:0;transform:scale(2)}to{filter:blur();opacity:1;transform:scale(1)}}.puff-in-center{animation:.7s cubic-bezier(.47,0,.745,.715) .2s both puff-in-center}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px!important}.fs-24{font-size:24px!important}.fs-28{font-size:28px!important}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}#root{height:100vh;display:flex}
