:root{--black: #000;--grey: #15191e;--grey--100: #8c8f92;--grey--200: #484c51;--grey--400: #1a1f25;--green: #2bed25;--orange: #ff9101;--purple: #c04dff;--red: #f41e10;--white: #fff}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}@font-face{font-family:Outfit;src:url(/fonts/outfit-light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Outfit;src:url(/fonts/outfit-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Outfit;src:url(/fonts/outfit-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Outfit;src:url(/fonts/outfit-semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}.btn{position:relative;padding:1.8rem 4rem;display:inline-flex;align-items:center;gap:1rem;flex-shrink:0;border-radius:100vmax;border:0;outline:0;box-shadow:none!important;color:var(--white);font-weight:500;text-decoration:none!important;overflow:hidden;transition:all .1s ease;isolation:isolate;cursor:pointer}.btn:after{content:"";display:inline-block;width:1rem;height:1.1rem;background-color:var(--white);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58429 0.647622L3.84883 0.5L7.82695 4.87944H0V6.12603H7.82695L3.84883 10.5L5.58429 10.3524L10 5.50273L5.58429 0.647622Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58429 0.647622L3.84883 0.5L7.82695 4.87944H0V6.12603H7.82695L3.84883 10.5L5.58429 10.3524L10 5.50273L5.58429 0.647622Z' fill='white'/%3E%3C/svg%3E%0A")}@media (hover: hover){.btn--orange:hover{background-color:var(--orange)}}@media (hover: hover){.btn--purple:hover{background-color:var(--purple)}}.btn--form{background-color:var(--black)}.btn--loading{position:relative;color:transparent;pointer-events:none}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn--loading:before{content:"";position:absolute;top:50%;left:50%;width:2.4rem;height:2.4rem;translate:-50% -50%;margin:0;pointer-events:none;background-color:transparent;opacity:1;border-top:.2rem solid var(--white);border-right:.2rem solid transparent;border-bottom:.2rem solid var(--white);border-left:.2rem solid var(--white);border-radius:50%;animation:spinner .7s linear infinite}.btn--loading:after{opacity:0}html{font-size:62.5%}body{min-height:100svh;font-family:Outfit,sans-serif;font-size:1.6rem;line-height:1.5;font-weight:400;background:linear-gradient(255deg,#000,#15191e,#000);color:var(--white);text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}nav{display:flex;justify-content:end;padding:1.6rem}nav a{--clr: var(--grey--200);display:flex;align-items:center;gap:1rem;color:var(--clr);font-size:1.6rem;text-decoration:none;transition:all .1s ease}@media screen and (min-width: 992px){nav a{font-size:2rem}}nav a:after{content:"";display:inline-block;width:1rem;height:1.1rem;background-color:var(--clr);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58429 0.647622L3.84883 0.5L7.82695 4.87944H0V6.12603H7.82695L3.84883 10.5L5.58429 10.3524L10 5.50273L5.58429 0.647622Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58429 0.647622L3.84883 0.5L7.82695 4.87944H0V6.12603H7.82695L3.84883 10.5L5.58429 10.3524L10 5.50273L5.58429 0.647622Z' fill='white'/%3E%3C/svg%3E%0A")}@media (hover: hover){nav a:hover{--clr: var(--white)}}main{max-width:132rem;margin-inline:auto;padding:1.6rem 1.6rem 2.4rem;text-align:center}@media screen and (min-width: 768px){main{padding:10.4rem 1.6rem 2.4rem}}main p{margin-top:.8rem;font-size:1.6rem;font-weight:500;line-height:normal}@media screen and (min-width: 768px){main p{margin-top:1.6rem;font-size:2rem}}h1{display:inline;font-size:4rem;line-height:.9;font-weight:600;background:linear-gradient(90deg,var(--orange) 0%,var(--purple) 100%);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}@media screen and (min-width: 992px){h1{font-size:7.2rem}}.column{margin-inline:auto}@media screen and (min-width: 992px){.column{width:50%}}form{position:relative;display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-top:3.2rem;margin-inline:auto;padding:.4rem .4rem .4rem 2rem;background-color:var(--grey--400);border:solid .1rem transparent;border-radius:1000vmax;transition:border .1s ease}form:has(input:focus){border-color:var(--grey--200)}@media screen and (min-width: 768px){form{margin-top:6rem;padding:.8rem .8rem .8rem 3rem;gap:1.6rem}}form input{width:100%;background-color:transparent;color:var(--white);border:0;outline:0;box-shadow:none;transition:all .1s ease;text-overflow:ellipsis}form input::placeholder{color:var(--grey--100)}@media screen and (max-width: 767px){form input{font-size:1.4rem}}@media screen and (max-width: 767px){form .btn{font-size:0;padding:2rem;gap:0}}form .error{display:inline-block;width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33333 3.33333H15.4545V16.6667H3.33333V3.33333Z' fill='white'/%3E%3Cpath d='M10 0C11.3132 -1.95685e-08 12.6136 0.258658 13.8268 0.761205C15.0401 1.26375 16.1425 2.00035 17.0711 2.92893C17.9997 3.85752 18.7363 4.95991 19.2388 6.17317C19.7413 7.38642 20 8.68678 20 10C20 11.3132 19.7413 12.6136 19.2388 13.8268C18.7363 15.0401 17.9997 16.1425 17.0711 17.0711C16.1425 17.9997 15.0401 18.7362 13.8268 19.2388C12.6136 19.7413 11.3132 20 10 20C7.34784 20 4.8043 18.9464 2.92893 17.0711C1.05357 15.1957 0 12.6522 0 10C0 7.34784 1.05357 4.8043 2.92893 2.92893C4.8043 1.05357 7.34784 3.95203e-08 10 0ZM10 13.3333C9.66848 13.3333 9.35054 13.465 9.11612 13.6995C8.8817 13.9339 8.75 14.2518 8.75 14.5833C8.75 14.9149 8.8817 15.2328 9.11612 15.4672C9.35054 15.7016 9.66848 15.8333 10 15.8333C10.3315 15.8333 10.6495 15.7016 10.8839 15.4672C11.1183 15.2328 11.25 14.9149 11.25 14.5833C11.25 14.2518 11.1183 13.9339 10.8839 13.6995C10.6495 13.465 10.3315 13.3333 10 13.3333ZM10 4.16667C9.80496 4.1666 9.61607 4.23495 9.46624 4.35982C9.3164 4.48468 9.21511 4.65814 9.18 4.85L9.16667 5V10.8333L9.18 10.9833C9.21479 11.1755 9.31594 11.3493 9.46581 11.4745C9.61568 11.5996 9.80474 11.6682 10 11.6682C10.1953 11.6682 10.3843 11.5996 10.5342 11.4745C10.6841 11.3493 10.7852 11.1755 10.82 10.9833L10.8333 10.8333V5L10.82 4.85C10.7849 4.65814 10.6836 4.48468 10.5338 4.35982C10.3839 4.23495 10.195 4.1666 10 4.16667Z' fill='%23F41E10'/%3E%3C/svg%3E%0A");background-size:cover;flex-shrink:0}.results{display:grid;margin-top:2.4rem;padding:1.6rem;gap:2.4rem;background-color:#0006;border-radius:1rem;text-align:left}@media screen and (min-width: 768px){.results{margin-top:3.2rem;padding:2.4rem;gap:3.2rem}}@media screen and (max-width: 575px){.results .result:nth-child(1) textarea{height:6rem}}@media screen and (max-width: 575px){.results .result:nth-child(2) textarea{height:10.2rem}}.results .result__head{display:flex;margin-bottom:.8rem;justify-content:space-between;gap:1.6rem;align-items:end;font-size:1.6rem;font-weight:600}@media screen and (min-width: 992px){.results .result__head{font-size:2rem}}.results .result__head .score--error{color:var(--red)}.results .result__head .score--warning{color:var(--orange)}.results .result__head .score--success{color:var(--green)}.results .result__counter{font-size:1.2rem;font-weight:300;color:var(--grey--100)}.results .result__counter .counter--exceeded{color:var(--red)}.results .result textarea{display:block;width:100%;padding:.8rem 1.2rem;margin-bottom:.8rem;background-color:transparent;color:var(--white);border:.1rem dashed var(--grey--200);border-radius:.4rem;outline:0;font-size:1.4rem;font-weight:300;resize:none}@media screen and (min-width: 768px){.results .result textarea{padding:1.2rem 1.6rem;font-size:1.6rem}}.results .result__progress-bar{position:relative;height:.8rem;background-color:var(--grey--400);border-radius:.2rem;overflow:clip}@media screen and (min-width: 768px){.results .result__progress-bar{height:1.6rem;border-radius:.4rem}}.results .result__progress-bar .progress-bar{position:relative;width:100%;height:100%;border-radius:.4rem;transition:width .1s ease}.results .result__progress-bar .progress-bar:before{content:"";position:absolute;width:100%;inset:0;clip-path:inset(0 calc(100% - var(--progress-width)) 0 0);background:linear-gradient(90deg,#f41e10,#ff9101,#2bed25)}.results .result__progress-bar .progress-bar.exact{background-color:var(--green)}.results .result__progress-bar .progress-bar.exact:before{content:none}.results .result__progress-bar .progress-bar.limit-exceeded{background-color:var(--red)}.results .result__progress-bar .progress-bar.limit-exceeded:before{content:none}
