@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--header-height: 3.5rem;--first-color: #624da3;--first-color-alt: hsl(287, 48%, 49%);--white-color: #fff;--text-color: hsl(22, 4%, 75%);--text-color-light: hsl(22, 4%, 55%);--body-color: hsl(15, 6%, 14%);--container-color: hsl(22, 8%, 7%);--surface-elevated: hsl(22, 8%, 10%);--border-subtle: hsla(0, 0%, 100%, .08);--body-font: "Poppins", sans-serif;--second-font: "Poppins", sans-serif;--biggest-font-size: 2.5rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width: 1024px){:root{--biggest-font-size: 3.25rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--white-color);line-height:1.6;overflow-x:hidden;max-width:100%}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--first-color);outline-offset:3px}.button{margin:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#624da3;padding:.9rem 1.5rem;border-radius:4rem;color:#fff;font-weight:var(--font-semi-bold);transition:background .3s,color .3s,transform .2s;border:none;cursor:pointer;box-shadow:0 0 20px -3px #9817ee80;min-height:44px}.button:hover{background-color:var(--first-color-alt);color:var(--white-color)}.button--ghost{background-color:transparent;border:1px solid rgba(255,255,255,.25);box-shadow:none}.button--ghost:hover{background-color:#624da340;border-color:var(--first-color)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:.6rem;border-radius:.5rem;background-color:#1c1917}::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:#3b3b3b}.form{border-radius:5px;background-color:transparent;padding:0}.form__field{margin-bottom:1rem;text-align:left}.form__label{display:block;margin-bottom:.35rem;color:var(--text-color);font-size:var(--small-font-size);font-weight:var(--font-medium)}.form input,.form textarea,.form select{width:100%;padding:.85rem 1rem;display:block;border:1px solid rgba(255,255,255,.18);border-radius:.75rem;box-sizing:border-box;background-color:var(--surface-elevated);color:var(--white-color)}.form textarea{min-height:150px;resize:vertical}.form__status{margin:.75rem 0;padding:.75rem 1rem;border-radius:.75rem;font-size:var(--small-font-size)}.form__status--success{background:#2ea06433;border:1px solid rgba(46,160,100,.5)}.form__status--error{background:#c83c3c33;border:1px solid rgba(200,60,60,.5)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
