*,*:after,*:before{margin:0;padding:0;box-sizing:inherit}:root{--black: #000000;--white: #efe5d0;--background: #5c0a10;--background--light: #821619;--background--dark: #2a0f10;--primary: #b72025}html{font-size:62.5%;height:100dvh}body{box-sizing:border-box;min-height:fit-content;background-color:#000}.container{height:100dvh;max-height:max-content;width:90%;min-width:30rem;max-width:50rem;margin:0 auto;position:relative}.page-container{height:100%;width:100%;max-height:calc(100dvh - 11rem);margin:0 auto}.logo{margin-left:-3rem}.logo:hover{cursor:pointer}body{font-family:Jost,sans-serif;font-weight:400;font-size:1.4rem;color:var(--white)}h1{font-size:2.4rem;font-weight:600}h2{font-size:2.2rem;font-weight:600}h3{font-size:1.8rem;font-weight:500}h4{font-size:1.4rem;font-weight:500}:focus-visible{outline:2px solid var(--white)}button{background-color:var(--background);border:2px solid var(--background);color:var(--white);padding:1.4rem;border-radius:6px;cursor:pointer;transition:all .3s;font-size:1.8rem;font-weight:500;font-family:Jost,sans-serif}button:hover{background-color:var(--primary);border:2px solid var(--primary)}button:disabled{background-color:var(--background--dark);cursor:not-allowed;border:2px solid var(--background--light)}input{background-color:var(--black);border:2px solid var(--background);color:var(--white);border-radius:6px;outline:none;padding:1rem 2rem;font-size:1.4rem;cursor:text}input:focus{outline:none}::-webkit-scrollbar{width:.4rem;height:.4rem}::-webkit-scrollbar-track{background:var(--white);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--background--light);border-radius:6px;cursor:grab}::-webkit-scrollbar-thumb:hover{background:var(--background)}@keyframes rotate{to{transform:rotate(1turn)}}.loader{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.loader__spinner{width:4rem;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,var(--primary) 94%,rgba(0,0,0,0)) top/10px 5px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,var(--primary));mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 5px),#000 0);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 5px),#000 0);animation:rotate 1.5s infinite linear}.loader__text{color:var(--primary);font-size:1.8rem}.overlay{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;transition:all .5s}.modal{position:fixed;left:50%;transform:translate(-50%);width:90%;max-width:50rem;height:max-content;min-height:calc(6rem + 4px);min-width:30rem;background-color:var(--black);border:2px solid var(--background);border-radius:8px;transition:all .5s}@media only screen and (max-width: 31.25em){.modal{bottom:40vh}}@media only screen and (min-width: 31.25em){.modal{top:20vh}}.modal__close{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--black);padding:0;height:5rem;width:5rem;border:none;position:fixed;top:0;right:0}.modal__close:hover{background-color:var(--black);border:none}.voteControlModal{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.8rem;width:100%}.voteControlModal__text{text-wrap:pretty;text-align:center;padding:6rem 2rem;width:100%}.voteControlModal__text span{font-weight:500;color:var(--primary)}.voteControlModal__text p{color:var(--primary)}.voteControlModal__btns{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:row;gap:1rem;width:100%;justify-content:flex-end;margin-top:-4rem;padding:1.5rem}.voteControlModal__btn{padding:1rem 1.5rem;width:13rem}.voteControlModal__btn--ok{background-color:var(--black)}.svgTriggerToOpenModal{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--black);padding:0;height:4rem;width:4rem;border:none}.svgTriggerToOpenModal:hover{background-color:var(--black);border:none}.voteInfo{width:100%}.voteInfo__text{padding:6rem 1rem;text-wrap:pretty;text-align:center;font-size:1.8rem}svg{color:var(--primary);height:3rem;width:3rem}.closeSvg{color:var(--background);stroke-width:3px}.infoSvg{stroke-width:2px;color:var(--primary)}.votePage{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:flex-start}.votePage__presentation{display:flex;flex-direction:column;justify-content:center;align-items:center}.votePage__presentation-image{border:3px solid var(--background--light);border-radius:1.2rem}.votePage__presentation-title{margin:2rem;color:var(--primary)}@media only screen and (min-width: 31.25em){.votePage__presentation-title{padding:1rem 0}}.votePage__presentation-description{font-size:1.4rem;height:max-content;padding:0 1rem}.votePage__presentation-description-redirect{color:var(--primary);cursor:pointer}.votePage__presentation-description-redirect:hover{text-decoration:underline}.votePage__vote{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;justify-content:flex-start;padding-bottom:4rem}.votePage__vote-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:var(--primary);flex-direction:row;padding:2rem 0}@media only screen and (min-width: 31.25em){.votePage__vote-title{padding:3rem 0}}.votePage__vote-btns{display:flex;flex-direction:column;gap:1rem;width:100%}.fallback{height:100%;margin-top:-10vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;text-align:center;color:var(--white)}.fallback__title{color:var(--primary)}.fallback__text{font-size:1.8rem}.fallback__link{color:var(--primary);cursor:pointer}.fallback__link:hover{text-decoration:underline}.errorPage{width:80vw;height:100vh;max-height:100vh;margin:0 auto;margin-top:-10vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;text-align:center}.errorPage__logo{width:50%;max-width:30rem;margin-bottom:-1rem}.loginPage{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:start;gap:2rem;height:100%;padding-top:25vh}.loginPage__input{width:80%;padding:1.5rem 2rem;font-weight:500;font-size:1.8rem}.loginPage__button{width:80%;height:6rem}.adminPage{height:100%}.adminPage__btns{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:row;transition:all .3s;padding-top:2rem;padding-bottom:4rem}.adminPage__btns__btn--left,.adminPage__btns__btn--right{padding:.5rem 3rem;width:20rem;background-color:var(--black)}.adminPage__btns__btn--left:hover,.adminPage__btns__btn--right:hover{background-color:var(--black);border:2px solid var(--background)}.adminPage__btns__btn--left--active,.adminPage__btns__btn--right--active,.adminPage__btns__btn--left--active:hover,.adminPage__btns__btn--right--active:hover{background-color:var(--background);border:2px solid var(--background)}.adminPage__btns__btn--left{border-top-right-radius:0;border-bottom-right-radius:0}.adminPage__btns__btn--right{border-bottom-left-radius:0;border-top-left-radius:0}.voteControl{padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.voteControl__table{width:100%}.voteControl__row{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex-direction:row;justify-content:space-between}.voteControl__row-title{font-size:1.8rem;text-wrap:nowrap;overflow:auto}.voteControl__row-button{width:100%;max-width:10rem;padding:.75rem 1.5rem;font-size:1.8rem;font-weight:500}.voteControl__row-button--stop{background-color:var(--black)}.results{padding:0 1rem;font-size:1.8rem;width:100%}.results__header{display:flex;justify-content:flex-end;width:100%;margin:-1rem 0 2rem;color:var(--primary);font-weight:500}.results__header-option{display:flex;flex-direction:column;justify-content:center;align-items:center;width:6rem;padding:.5rem 0}.results__table{display:flex;flex-direction:column;gap:1rem}.results__row{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-between;flex-direction:row;gap:1rem}.results__row-title{width:calc(100% - 13rem);text-wrap:nowrap;overflow:auto}.results__row-votes span{display:inline-block;text-align:center;width:6rem}
