:root{--stroke-color: #73ba80}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:#1a1a1a}.shader-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.shader-container canvas,.shader-container>div,.shader-container [data-paper-shader]{width:100%!important;height:100%!important;display:block}.logo-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1;display:flex;justify-content:center;align-items:center;pointer-events:none;padding:2rem}.logo-container svg{width:100%;max-width:min(85vw,1400px);height:auto;max-height:80vh;display:block;overflow:visible}.char{fill-opacity:0;stroke:var(--stroke-color);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:var(--len);stroke-dashoffset:var(--len);paint-order:stroke fill}.animating .char{stroke-dashoffset:0;fill-opacity:1;stroke-opacity:0;transition:stroke-dashoffset 2s ease-out var(--d),fill-opacity .5s ease-in calc(var(--d) + .3s),stroke-opacity .5s ease-in calc(var(--d) + 1.5s)}text.char{fill:#656a65;stroke:#656a65;stroke-width:1px}.finished .char{stroke:none!important}
