@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";body{margin:0;padding:0;box-sizing:border-box;font-size:14px;font-family:Inter,sans-serif}h1{font-size:2.5rem;font-weight:700;margin:0}.mt-15{margin-top:5em}.text-custom{font-size:16px}.code>span{font-family:Roboto Mono,monospace!important}.fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:#fff;padding:20px;box-sizing:border-box}@keyframes loader{0%{width:0}to{width:100%}}.animate-loader{animation:loader 2s infinite}.pop-up{animation:pop-up .1s ease-out}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}@keyframes pop-up{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pop-down{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.pop-up{animation:pop-up .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pop-down{animation:pop-down .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
