@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.background{position:fixed;width:100vw;height:100vh;background:radial-gradient(#5c5cef,#1b0467);z-index:-100000000}.button{display:flex;justify-content:center;align-items:center;width:30rem;height:5.4rem;background-color:#fdc75f;border-radius:1000rem;border:solid .4rem #302d94;cursor:pointer}.button:hover{background-color:#ffd481}.button.secondary{background-color:#cccbff}.button.secondary:hover{background-color:#deddfd}.button.agree{background-color:#a0ffa3}.button.disagree{background-color:#ff839e}.button__text{font-size:1.8rem;font-weight:500;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-stroke:.4rem #302d94;paint-order:stroke fill}.button__text.secondary{color:#302d94;font-weight:bolder;letter-spacing:.08rem;-webkit-text-stroke:.08rem #302d94;paint-order:stroke fill}.footer__content{position:fixed;display:flex;bottom:1.2rem;left:50%;gap:1.2rem;align-items:center;color:#ffffff4d;transform:translate(-50%);z-index:0}@media(max-width:48rem){.footer__content{display:none}}.footer__logo{font-size:2rem;font-weight:600}.footer__text{font-size:1.2rem}.confirmation-modal__buttons{display:flex;gap:4.6rem}@media(max-width:48rem){.confirmation-modal__buttons{flex-direction:column;gap:1.6rem;width:100%}.confirmation-modal__buttons .button{width:100%}}.game-result-modal{position:relative;padding:5rem 4rem 4rem;border-radius:2rem;width:58rem;max-width:90vw;box-shadow:0 1rem 3rem #0000004d;animation:slideIn .4s ease-out;border:.4rem solid rgba(0,0,0,.3)}.game-result-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:#00000040;border:none;border-radius:50%;width:4rem;height:4rem;font-size:2rem;color:#0009;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;font-weight:700}.game-result-modal__close:hover{background:#0006;transform:scale(1.05);color:#000c}.game-result-modal__content{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 2rem 2rem}.game-result-modal__decor{position:absolute;top:1rem;width:8rem;height:8rem;animation:float 3s ease-in-out infinite;opacity:.9}.game-result-modal__decor--left{left:4rem;animation-delay:0s}.game-result-modal__decor--right{right:4rem;animation-delay:.5s}.game-result-modal__icon-container{margin-top:0;animation:scaleIn .5s ease-out .2s both}.game-result-modal__icon{width:15rem;height:auto;filter:drop-shadow(0 .3rem 1rem rgba(0,0,0,.15))}.game-result-modal__title{font-size:4.8rem;font-weight:900;text-align:center;margin:.5rem 0 0;text-transform:uppercase;letter-spacing:.15rem;animation:bounceIn .6s ease-out .3s both;line-height:1.1}.game-result-modal__description{font-size:1.7rem;text-align:center;margin:0;color:#2b1617;font-weight:600;animation:fadeIn .8s ease-out .5s both;opacity:.9}.game-result-modal--win{background:linear-gradient(180deg,#c5e8f0,#b9e2f8)}.game-result-modal--win .game-result-modal__title{color:#ffd34f;text-shadow:-3px -3px 0 #5c3a7a,3px -3px 0 #5c3a7a,-3px 3px 0 #5c3a7a,3px 3px 0 #5c3a7a,0 0 20px rgba(255,211,79,.5)}.game-result-modal--lose{background:linear-gradient(180deg,#e8d4f0,#dcc4e8)}.game-result-modal--lose .game-result-modal__title{color:#ff7eb3;text-shadow:-3px -3px 0 #3a1f2b,3px -3px 0 #3a1f2b,-3px 3px 0 #3a1f2b,3px 3px 0 #3a1f2b,0 0 20px rgba(255,126,179,.5)}.game-result-modal--draw{background:linear-gradient(180deg,#f5e6d3,#e8d4b8)}.game-result-modal--draw .game-result-modal__title{color:#b8935c;text-shadow:-3px -3px 0 #4a3628,3px -3px 0 #4a3628,-3px 3px 0 #4a3628,3px 3px 0 #4a3628,0 0 20px rgba(184,147,92,.3)}@keyframes slideIn{0%{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-1rem)}}.input-dialog__close{position:absolute;top:1.2rem;right:1.8rem;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;border:solid .4rem #403e8f;border-radius:1000rem;cursor:pointer}.input-dialog__close img{width:1.2rem;height:1.2rem}.input-dialog__close:hover{filter:brightness(1.3)}.input-dialog__input{width:min(40rem,100%);height:4.8rem;background-color:#cbcbf4;border-radius:1.2rem;border:solid .3rem rgb(255,255,255);font-size:2rem;font-weight:700;text-align:center;color:#332d7a}.input-dialog__input.error{border-color:red}.input-dialog__input::placeholder{color:#332d7a;opacity:.5}.input-dialog__input:focus::placeholder{opacity:0}.modal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1}.modal__base{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;width:60rem;max-width:94vw;padding:3rem 6rem;background-color:#eae5fd;border:solid .4rem #302d94;border-radius:1.2rem}.modal__base--no-style{padding:0;background-color:transparent;border:none;gap:0;width:auto}.modal__center{top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.modal__bottom{top:95%;left:50%;transform:translate(-50%,-95%);z-index:2}.modal__title{font-size:2.4rem;letter-spacing:1%;color:#36fdd8;-webkit-text-stroke:.4rem #403e8f;paint-order:stroke fill}@media(max-width:48rem){.modal__base{padding:2.4rem 2rem}}.modal__description{font-size:2rem;color:#3c3d54;font-weight:700;text-align:center}.toast__text{font-size:2rem;color:#3c3d54;font-weight:700}.toast__player-name{color:#7b3745;font-weight:800}.board{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.8rem}.board__game-title{width:100%;max-width:34.4rem;min-height:12rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-align:center;font-size:clamp(3.2rem,4.5vw,5.6rem);font-weight:700;color:#fdc75f;line-height:95%;letter-spacing:-4%;-webkit-text-stroke:.6rem #1b0467;paint-order:stroke fill;filter:drop-shadow(0 .4rem 0 #1b0467)}.board__container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 2rem 3.2rem;background-color:#5c5cef;border-radius:3.2rem;flex:1;min-height:0}.board__title{font-size:2.4rem;font-weight:700;letter-spacing:.1rem;color:#36fdd8;font-variant-numeric:tabular-nums;-webkit-text-stroke:.4rem rgba(0,0,0,.4);paint-order:stroke fill}.board__title.playerX{color:#ef6885}.board__wrapper{aspect-ratio:1;width:clamp(22rem,min(32vw,100vh - 27rem),50rem);display:flex;justify-content:center;align-items:center;background-color:#423bc0;padding:1.2rem;border:.2rem solid #332d7a;border-radius:.8rem}.board__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:.4rem;width:100%;height:100%}@media(max-width:48rem){.board__game-title{min-height:unset;padding:1.2rem 0 .8rem;font-size:clamp(3.2rem,8vw,5.6rem)}.board__container{flex:none}.board__wrapper{width:min(78vw,40rem)}}.block__container{display:flex;justify-content:center;align-items:center;background-color:#2d259d;border-radius:.8rem;box-shadow:inset 0 0 0 .1rem #332d7a;min-width:6rem;min-height:6rem;cursor:pointer}.block__container:hover{box-shadow:inset 0 0 0 .4rem #cccbff}.block__container.invalid{box-shadow:inset 0 0 0 .4rem #ef6885}.block__container.highlighted{box-shadow:inset 0 0 0 .4rem #36fdd8}img{width:70%;aspect-ratio:1;-webkit-user-select:none;user-select:none}.chat__container-out{display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding:2rem;background-color:#5c5cef;border-radius:3.2rem;width:100%;flex:1;min-height:0}@media(max-width:48rem){.chat__container-out{flex:1;min-height:0}}.chat__title{font-size:2.4rem;font-weight:700;letter-spacing:.1rem;color:#36fdd8;-webkit-text-stroke:.4rem rgba(0,0,0,.4);paint-order:stroke fill}.chat__container-in{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.chat__container-in::-webkit-scrollbar{width:1rem}.chat__container-in::-webkit-scrollbar-track{background:#0000000d;border-radius:1rem}.chat__container-in::-webkit-scrollbar-thumb{background:#5c5cef;border-radius:1rem}.chat__container-in::-webkit-scrollbar-thumb:hover{background:#302d94}.chat__container-in{gap:1.2rem;padding:1.6rem;width:100%;flex:1;min-height:0;background-color:#423bc0;border:2px solid #332d7a;border-radius:.8rem}.button__send-message{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.8rem;margin-top:.4rem}.button__send-message .input__send-message{flex:1;background-color:#423bc0;border:none;border-radius:.8rem;height:4.3rem;padding:0 1.2rem;color:#fff;font-size:1.4rem;outline:none}.button__send-message .input__send-message::placeholder{color:#ffffff80}.button__send-message button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:4rem;height:4.3rem;border:none;padding:0;cursor:pointer}.button__send-message img{height:2.5rem;width:2.5rem;transition:transform .2s}.message--mine{align-self:flex-end;border-bottom-right-radius:.2rem;color:#fff;border-bottom-right-radius:4px}.message--mine .message-bubble{background-color:#5c5cef;border-bottom-right-radius:.4rem;margin-left:2rem}.message--other{align-self:flex-start;border-bottom-left-radius:.2rem;color:#fff;border-bottom-left-radius:.4rem}.message--other .message-bubble{background-color:#302d94;border-bottom-left-radius:4px;margin-right:2rem}.message-bubble{padding:.8rem 1.2rem;border-radius:1.2rem;background-color:#5c5cef;color:#fff;width:fit-content;word-break:normal;overflow-wrap:anywhere;white-space:pre-wrap}.room-code__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:12rem;flex-shrink:0;width:100%}.room-code__title{font-size:3.2rem;font-weight:700;color:#fdc75f;margin-bottom:1.2rem;-webkit-text-stroke:.4rem #1b0467;paint-order:stroke fill;filter:drop-shadow(0 .2rem 0 #1b0467)}@media(max-width:48rem){.room-code__content{min-height:unset;padding:1.2rem 0}}.room-code__code{width:min(100%,25rem);padding:.8rem 0;font-size:3.2rem;font-weight:700;text-align:center;color:#ffffffb3;border:solid .2rem rgba(255,255,255,.7);border-radius:1.6rem;cursor:pointer}.player__container{display:flex;flex-direction:row;width:100%;min-height:4rem;justify-content:center;align-items:center;gap:.8rem;padding:.8rem;border-radius:.8rem;background-color:#2d259d;border-left:.4rem solid transparent;transition:background-color .2s,border-color .2s}.player__container.selected{background-color:#cccbff;border-left-color:#36fdd8}.player__container.selected .player__name{color:#071381}.player__avatar{flex-shrink:0;width:clamp(2.4rem,3.5vw,3.6rem);height:clamp(2.4rem,3.5vw,3.6rem);background-color:#ef6885;border-radius:1000rem;border:solid .2rem rgb(255,255,255);overflow:hidden}.player__avatar img{width:100%;height:100%;object-fit:cover}.player__name{display:block;flex:1;min-width:0;font-size:clamp(1.2rem,1.4vw,2rem);font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player__wins-pill{flex-shrink:0;display:flex;width:clamp(3.2rem,4vw,8rem);height:clamp(2.4rem,3vw,3.2rem);justify-content:center;align-items:center;border-radius:1000rem;background-color:#5c5cef}.player__wins-count{font-size:clamp(1.2rem,1.4vw,2rem);font-weight:600;color:#fff}.info-menu__container{display:flex;flex-direction:column;width:37rem;flex-shrink:1;min-width:24rem;gap:.8rem}.info-menu__title{font-size:2.4rem;font-weight:700;letter-spacing:.1rem;color:#36fdd8;-webkit-text-stroke:.4rem rgba(0,0,0,.4);paint-order:stroke fill}.info-menu{display:flex;flex-direction:column;align-items:center;gap:clamp(.4rem,1.5vh,2rem);padding:2rem;width:100%;flex:1;min-height:0;overflow:hidden;background-color:#5c5cef;border-radius:3.2rem}.info-menu .button{width:100%;flex-shrink:0}.info-menu__box{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:auto;flex-shrink:0;gap:1.6rem;padding:3.2rem .8rem 2rem;background-color:#423bc0;border-radius:.8rem;border:solid .2rem #302d94}@media(max-width:48rem){.info-menu__container{position:fixed;top:0;right:0;width:min(34rem,88vw);min-width:unset;height:100dvh;z-index:300;overflow-y:auto;background-color:#071381;box-shadow:-.4rem 0 3rem #00000080;padding:2rem;gap:1.2rem;transform:translate(110%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.info-menu__container.is-open{transform:translate(0)}.info-menu__container .room-code__content{display:none}.info-menu{flex:none}}.info-menu__mobile-leave{display:none}@media(max-width:48rem){.info-menu__mobile-leave{display:block;width:100%;margin-top:auto;padding-top:2rem;flex-shrink:0}}.info-menu__draw{display:flex;justify-content:center;align-items:center;height:3.2rem;font-size:2rem;font-weight:600;color:#fff}.info-menu__draw p{flex:1;min-width:0}.info-menu__draw span{flex-shrink:0;width:clamp(3.2rem,6vw,8rem);text-align:center}.game-page__wrapper{min-height:100dvh;display:flex;align-items:center}.game-page__container{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%;gap:clamp(1.6rem,2vw,4rem);padding:2rem clamp(.8rem,1.5vw,2rem) 5rem;cursor:default}.game-page__chat-section{display:flex;flex-direction:column;align-items:center;width:37rem;flex-shrink:1;min-width:24rem;gap:.8rem}.game-page__leave-button-container{display:flex;align-items:center;justify-content:center;width:100%;min-height:12rem;flex-shrink:0}.game-mobile-burger,.game-mobile-chat-fab,.game-mobile-backdrop,.game-page__mobile-code{display:none}@media(max-width:48rem){.game-page__mobile-code{display:block;width:100%;max-width:40rem}.game-page__mobile-code .room-code__title{display:none}.game-mobile-burger{display:flex;position:fixed;top:2rem;right:2rem;width:4.4rem;height:4.4rem;z-index:100;align-items:center;justify-content:center;background-color:#423bc0;border:.2rem solid #302d94;border-radius:1.2rem;cursor:pointer}.game-mobile-chat-fab{display:flex;position:fixed;bottom:7rem;right:2rem;width:5.6rem;height:5.6rem;z-index:100;align-items:center;justify-content:center;background-color:#5c5cef;border:none;border-radius:1000rem;cursor:pointer;box-shadow:0 .4rem 1.6rem #0006}.game-mobile-backdrop{display:block;position:fixed;inset:0;z-index:200;background-color:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.game-page__container{flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.6rem 6rem;gap:1.2rem}.game-page__chat-section{position:fixed;bottom:0;left:0;right:0;width:100%;min-width:unset;height:min(72dvh,65rem);z-index:300;flex-direction:column;background-color:#071381;border-radius:3.2rem 3.2rem 0 0;padding:2rem 1.6rem;gap:1.2rem;transform:translateY(110%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.game-page__chat-section:before{content:"";display:block;width:4rem;height:.4rem;background-color:#fff3;border-radius:1000rem;margin:0 auto 1.2rem;flex-shrink:0}.game-page__chat-section.is-open{transform:translateY(0)}.game-page__leave-button-container{display:none}}.home__secondary-navbar{width:76.8rem;display:flex;align-items:center;margin-bottom:2.8rem;justify-content:space-between}.home__secondary-display{display:flex;align-items:center;justify-content:center;gap:1.6rem;width:76.8rem;height:40.4rem;background-color:#423bc0;border-radius:.8rem;border:solid .4rem #302d94}.home__secondary-buttons{display:flex;flex-direction:column;justify-content:start;gap:.8rem;height:35.6rem}.home__secondary-button{display:flex;align-items:center;justify-content:center;width:24.4rem;height:5.2rem;background-color:#cccbff;border:solid .2rem #f9f8ff;border-radius:.8rem;cursor:pointer}.home__secondary-button.selected{background-color:#f9f8ff}.home__secondary-button-label{font-size:1.8rem;font-weight:800;color:#332d7a}.home__secondary-details{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;width:46rem;height:35.6rem;background-color:#5c5cef;border-radius:.8rem}.home__secondary-title{width:43rem;font-size:2rem;font-weight:600;text-align:center;color:#fff}.home__secondary-description{width:43rem;height:19.2rem;font-size:1.4rem;font-weight:400;text-align:center;color:#fff;white-space:pre-line}.home__secondary-social{display:flex;align-items:center;justify-content:center;width:43rem;gap:1.6rem}@media(max-width:48rem){.home__secondary-navbar{width:100%;margin-bottom:2rem}.home__secondary-display{flex-direction:column;width:100%;height:auto;padding:1.6rem 1.2rem}.home__secondary-buttons{height:auto;width:100%}.home__secondary-button{width:100%}.home__secondary-details{width:100%;height:auto;padding:1.6rem 1.2rem}.home__secondary-description{width:100%;height:auto}.home__secondary-title,.home__secondary-social{width:100%}}.home__secondary-icon{height:3rem;width:auto}.home__secondary-icon img{height:100%;width:100%}.home__wrapper{display:flex;justify-content:center;align-items:center;height:100vh}.home__card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:85.8rem;height:59.8rem;background-color:#5c5cef;border-radius:4.2rem}.home__footer{display:flex;gap:.8rem;color:#ffffffb3;font-size:1.6rem;margin-top:2.8rem}.home__title{margin-bottom:2.8rem;font-size:5.6rem;font-weight:700;color:#fdc75f;line-height:95%;letter-spacing:-4%;-webkit-text-stroke:.6rem #1b0467;paint-order:stroke fill;filter:drop-shadow(0 .4rem 0 #1b0467)}.home__title.medium{font-size:4rem;margin-bottom:0;width:56rem;text-align:center}.home__form{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.6rem;background-color:#423bc0;width:76.8rem;height:40.4rem;border-radius:.8rem;border:solid .4rem #302d94}.home__form-fields{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:3.2rem;height:35.6rem}.home__separator{width:.8rem;height:33.4rem;border-radius:1000rem;background-color:#5c5cef}.home__form-panel{display:flex;align-items:center;justify-content:center;flex:1;height:35.6rem}.home__buttons{display:flex;flex-direction:column;align-items:center;gap:2.2rem}@media(max-width:48rem){.home__wrapper{min-height:100dvh;height:auto;align-items:flex-start;padding:3rem 1.6rem 8rem}.home__card{width:100%;height:auto;padding:2.8rem 2rem 3.2rem;border-radius:3.2rem}.home__title{font-size:clamp(3.6rem,12vw,5.6rem);margin-bottom:2rem;text-align:center;width:100%}.home__title.medium{width:100%;font-size:clamp(3rem,9vw,4rem)}.home__form{flex-direction:column;width:100%;height:auto;padding:2.4rem 1.6rem;gap:2.4rem}.home__form-fields{height:auto;gap:2rem}.home__separator{width:80%;height:.8rem}.home__form-panel{height:auto;width:100%}.home__buttons{width:100%;gap:1.6rem}.home__footer{margin-top:2rem}}.avatar__container{position:relative;width:20rem;height:20rem;margin:.4rem;background-color:#ef6885;border-radius:1000rem;border:solid .4rem rgb(255,255,255);box-shadow:0 0 0 .4rem #302d94}@media(max-width:48rem){.avatar__container{width:14rem;height:14rem}.avatar__btn-edit{width:3.2rem;height:3.2rem;bottom:.8rem}}.avatar__btn-edit{position:absolute;width:4.8rem;height:4.8rem;bottom:1.5rem;right:0;background-color:#fff;border-radius:1000rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.avatar-selector{display:flex;flex-direction:column;align-items:center;gap:2rem}.avatar-selector__title{font-size:2.4rem;font-weight:700;color:#36fdd8;letter-spacing:.04em;-webkit-text-stroke:.4rem rgba(0,0,0,.4);paint-order:stroke fill}.avatar-selector__grid{display:grid;grid-template-columns:repeat(3,8.8rem);gap:1.4rem}@media(max-width:48rem){.avatar-selector__grid{grid-template-columns:repeat(3,1fr);width:100%}.avatar-selector__item{width:100%;height:auto;aspect-ratio:1}}.avatar-selector__item{position:relative;width:8.8rem;height:8.8rem;padding:0;background:none;border:none;border-radius:1000rem;cursor:pointer;outline:none}.avatar-selector__item:before{content:"";position:absolute;inset:-.4rem;border-radius:1000rem;border:.4rem solid #302d94;transition:border-color .15s ease}.avatar-selector__item:focus-visible:before{border-color:#fffc}.avatar-selector__image{width:100%;height:100%;border-radius:1000rem;border:.4rem solid rgb(255,255,255);object-fit:cover;display:block}.button__container{display:flex;justify-content:center;align-items:center;background-color:#fdc75f;width:19.2rem;height:4.6rem;border-radius:1000rem;border-bottom:.4rem solid rgba(255,0,0,.2);cursor:pointer}.button__container-out{appearance:none;background:none;padding:0;font:inherit;border-radius:1000rem;border:solid .4rem #332d7a;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.button__label{font-size:1.8rem;letter-spacing:.05rem;font-weight:500;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-stroke:.4rem #332d7a;paint-order:stroke fill;width:13.8rem;text-align:center}@media(max-width:48rem){.button__container-out,.button__container{width:min(100%,26rem)}}.button__img-container{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;background-color:#ef6885;border-radius:1000px;border:solid .1rem #ef6885;box-shadow:0 .2rem #7b3745}.userName{border:solid .2rem rgba(255,255,255,.5);background-color:transparent;padding:1.2rem;border-radius:.8rem;font-weight:700;width:22.6rem;height:4.8rem;color:#fff;font-size:2rem}@media(max-width:48rem){.userName{width:100%}}input::placeholder{font-size:2rem;color:#ffffff80}html{-webkit-text-size-adjust:100%}html:focus-within{scroll-behavior:smooth}body{text-size-adjust:100%;position:relative;width:100%;min-height:100vh;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed}*,:after,:before{box-sizing:border-box}a:not([class]){text-decoration-skip-ink:auto}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,data,datalist,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,link,main,map,mark,menu,meta,meter,nav,noscript,object,ol,optgroup,option,output,p,param,picture,pre,progress,q,rb,rp,rt,rtc,ruby,s,samp,script,section,select,small,source,span,strong,style,svg,sub,summary,sup,table,tbody,td,template,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{font-size:100%;font:inherit;margin:0;padding:0;border:0;vertical-align:baseline}:focus{outline:0}article,aside,details,embed,figcaption,figure,footer,header,hgroup,main,menu,nav,object,section{display:block}canvas,iframe{max-width:100%;height:auto;display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input:required,input{box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input:focus{outline:none}video{background:#000}audio:not([controls]){display:none;height:0}[hidden]{display:none}a:active,a:hover{outline:none}audio,img,picture,svg,video{max-width:100%;display:inline-block;vertical-align:middle;height:auto}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;border:0;background:transparent}button[disabled],html input[disabled]{cursor:default}[disabled],[disabled=true],[aria-disabled=true]{pointer-events:none}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button{border:0;background:transparent}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0;text-indent:0}hr{box-sizing:content-box;overflow:visible;background:#000;border:0;height:1px;line-height:0;margin:0;padding:0;page-break-after:always;width:100%}pre{font-family:monospace,monospace;font-size:100%}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:none}code,kbd,pre,samp{font-family:monospace,monospace}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-5px}sup{top:-5px}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0;padding:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;outline:0}legend{color:inherit;white-space:normal;display:block;border:0;max-width:100%;width:100%}fieldset{min-width:0}body:not(:-moz-handler-blocked) fieldset{display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}template{display:none}html{font-size:62.5%}body{font-size:1.6rem}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,sans-serif;color:#191919}h1{font-size:3.2rem;font-weight:700}h2{font-size:2.4rem;font-weight:700}p{font-size:2rem;font-weight:400}
