.characteristic{pointer-events:none;user-select:none;justify-content:center;max-width:200px;height:80px;margin:0 10px;padding:0 15px;border-radius:7px;background-color:var(--bg-primary);display:flex;flex-direction:row;gap:10px;align-items:center}.characteristic p{text-align:center;text-wrap:wrap}.headerApp{justify-content:center;width:100%;min-height:70dvh;flex-direction:column}.headerApp,.headerApp-starts{display:flex;gap:10px;align-items:center}.headerApp-starts{flex-direction:row}.headerApp-starts svg.active{scale:1.5;fill:var(--tn-primary);stroke:var(--tn-primary)}.headerApp h1,.headerApp h4,.headerApp p{text-align:center}.headerApp h4{font-weight:300}.headerApp h1{font-size:var(--xl-font-size);text-transform:capitalize}.headerApp-go{display:flex;flex-direction:row;gap:10px;align-items:center;font-size:var(--h3-font-size);font-weight:600}@media screen and (max-width:576px){.headerApp{flex-direction:column;align-items:center;height:auto;min-height:450px}.headerApp h1{font-size:3em}.headerApp-go{padding:10px}}.main{position:relative;overflow:hidden;height:auto;background-color:transparent}.main,.main-content{width:100%;padding:10px}.main-content{min-height:50dvh;background-color:var(--bg-secondary)}.main-speed{display:grid;place-content:center;width:100%;height:30px;color:var(--bg-primary);text-align:center;background-image:linear-gradient(90deg,var(--tn-primary) 0,var(--tn-secondary) 100%)}.main-static-header{position:absolute;z-index:-1;top:0;right:0;overflow:hidden;width:100%;height:100vh;background:linear-gradient(to bottom right,var(--bg-primary) 50%,rgba(27,12,30,.15))}[data-theme=dark] .main-static-header{background:linear-gradient(to bottom right,var(--bg-primary) 50%,rgba(0,0,0,.942))}.main-static-header:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;background:linear-gradient(to right,var(--disable-secondary) 1px,transparent 1px),linear-gradient(to bottom,var(--disable-secondary) 1px,transparent 1px);background-size:6rem 4rem}.main-background{display:block;margin:auto;border-top-left-radius:100px;border-top-right-radius:100px}:root{--bg-primary:#faf8fffa;--bg-secondary:#f3f0fffa;--fnt-primary:#1a1523;--fnt-secondary:#635d6f;--tn-primary:#8c5bf7;--tn-primary-transparent:#8c5bf715;--tn-secondary:#b985ff;--disable-primary:#4a4558;--disable-secondary:#d5c6ff80;--skeleton-co:#f8f6ff;--skeleton:#f0ebff;--xl-font-size:5em;--h1-font-size:2em;--h2-font-size:1.4em;--h3-font-size:1.3em;--h4-font-size:1.2em;--h5-font-size:1.1em;--p-font-size:1em;--span-font-size:1em;--small-font-size:0.9em}[data-theme=dark]{--bg-primary:#15131dfa;--bg-secondary:#0d0b14fa;--fnt-primary:#f4eeff;--fnt-secondary:#b4a8c6;--tn-primary:#a87ffcee;--tn-primary-transparent:#a87ffc15;--tn-secondary:#8ba4ff;--disable-primary:#1d1b20;--disable-secondary:#6b4d9930;--skeleton-co:#110f17;--skeleton:#1d172a}@media screen and (max-width:820px){.main-speed{padding:5px 0;text-align:center}.main-static-header:after{background:radial-gradient(circle 400px at 100% 100px,#703de6 0,var(--tn-secondary) 50%,transparent)}}@media screen and (max-width:576px){.main-static-header:after{background:radial-gradient(circle 300px at 100% 0,#703de6 0,var(--tn-secondary) 50%,transparent)}}