body{margin:0;padding:0;font-family:Roboto;height:100svh;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff}.home-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.home-logo{height:300px;width:auto}nav{display:flex;flex-direction:column;gap:20px}.game-card{display:flex;justify-content:space-between;align-items:center;width:700px;padding:10px 20px;gap:20px;border:1px solid transparent;border-radius:30px;color:#fff;text-decoration:none;transition:border-color .3s ease-in-out}.game-card:hover{border-color:#ffffff36}.game-card img{height:100px;flex-shrink:0}.game-card p{flex:1;margin:0;font-size:20px}@media (max-width: 767px){.home-logo{height:200px}.game-card{width:330px;padding:10px 12px;gap:10px;border-color:#ffffff36}.game-card p{font-size:17px}}.back-button{position:fixed;top:30px;left:30px;height:35px;border-radius:50px;border:solid 1px #fff}.full-screen-button{position:fixed;top:30px;right:30px;padding:0;height:35px;width:35px;border-radius:50px}.full-screen-icon{height:35px;border-radius:50px;border:solid 1px #fff;background-color:#fff}body{margin:0;padding:0;font-family:Roboto;height:100svh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.background-blur{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/background.jpg) no-repeat center center fixed;background-size:cover;filter:blur(8px);-webkit-filter:blur(8px);z-index:-1}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:30px;height:95svh;width:90svw;background-color:#111c;border:2px solid #ff0000;border-radius:10px;box-shadow:0 0 10px #ffff0080;z-index:1}.used-categories{display:flex;flex-direction:column;gap:10px;position:fixed;top:40px}.used-categories p{font-size:20px;margin:0}.used-categories button{font-size:15px;background-color:transparent;padding:0;color:#fff;border:none}.logo{height:150px;border-radius:10px}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.content button{font-size:20px;padding:5px 10px;background-color:red;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease-in-out;border-radius:.5rem}.content button:hover{background-color:#fc0;color:#000}.category{margin:0;font-size:35px;max-width:250px;color:#fff;text-align:center}.timer-circle{display:flex;justify-content:center;align-items:center;position:relative;width:150px;height:150px;border-radius:50%}.timer-text{position:absolute;font-size:45px;color:#fff}.timer-svg{position:absolute;width:100%;height:100%;transform:rotate(-90deg)}.timer-path{stroke:#fc0;stroke-width:5px;fill:none;stroke-dasharray:440;transition:stroke-dashoffset 1s linear}.answersList{text-align:left;margin:0;padding:0;font-size:20px;color:#fff;list-style-type:none}.answer{margin-bottom:10px}@media (max-height: 500px){.container{flex-direction:row;justify-content:space-evenly;height:90svh;width:95svw}.logo{height:200px;border-radius:20px}.category{font-size:30px}}body{margin:0;padding:0;height:100svh}.vira-copos-container{position:relative;display:flex;flex-direction:column;align-items:center;color:#fff}.logo.home{height:300px;width:auto}.logo.game{height:100px;width:auto}.common-button{padding:10px 20px;font-size:20px;width:130px;background-color:red;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.common-button:hover{background-color:#fc0;color:#000}.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.grid-button{padding:12px;font-size:23px;background-color:#fff;color:#000;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.grid-button.eliminated{background-color:#ccccccb3;color:#a8a8a8;cursor:not-allowed}.grid-button.winner{background-color:#fc0;color:#000;cursor:default}.reset-button{grid-column:span 3;background-color:red;color:#fff;font-size:20px;padding:15px;cursor:pointer;transition:background-color .3s}.reset-button:hover{background-color:#fc0;color:#000}.reset-button:disabled{background-color:#ccccccb3;color:#a8a8a8;cursor:not-allowed}.reset-button:disabled:hover{background-color:#ccccccb3;color:#a8a8a8}.reset-modal{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;gap:30px;padding:40px;width:250px;z-index:1000;text-align:center;border-radius:15px;border:#fff solid 1px;background-color:#000;color:#fff;font-size:30px;transform:translate(-50%,-50%);animation:jumpIn .3s ease forwards}.reset-modal input{background-color:transparent;font-size:30px;color:#fff;border:none;border-bottom:2px solid #fff;text-align:center;width:3ch;outline:none;margin:0}.reset-modal buttton{padding:20px 40px;font-size:30px;background-color:red;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s}.reset-modal buttton:hover{background-color:#fc0;color:#000}.animation-container{position:absolute;top:50%;left:50%;padding:25px;z-index:1000;text-align:center;border-radius:10px;border:#fff solid 1px;background-color:#000;color:#fff;font-size:20px;animation:jumpIn 1s ease forwards}.animation-container p{margin:10px 0 0}@keyframes jumpIn{0%{transform:translate(-50%,-50%) scaleY(0) scaleX(0)}to{transform:translate(-50%,-50%) scaleY(1) scaleX(1)}}.first-click-hit-gif{height:390px;width:auto}
