@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&family=Poppins:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@500&display=swap";body,p,button,a,h2{font-family:Poppins,sans-serif}.vote-game{width:100%;max-width:3000px;font-family:Arial,sans-serif;color:#333;box-sizing:border-box}.vote-game .banner{width:100%;height:auto;display:block;margin-bottom:30px;box-shadow:0 4px 12px #0000001a}.vote-game h1{font-size:2.5rem;margin-bottom:15px;color:#2c3e50;text-align:center;line-height:1.3}.vote-game p{font-size:1.5rem;line-height:1.5;margin-bottom:25px;text-align:center;color:#222}.vote-game .alert{padding:15px;margin-bottom:20px;border-radius:6px;font-weight:500;text-align:center}.vote-game .alert-success{background-color:#d4edda;color:#155724;border:1px solid #f5c6cb}.vote-game .alert-danger{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.vote-game form{width:100%;max-width:1000px;margin:0 auto}.vote-game form>div{margin-bottom:20px}.vote-game label{display:block;margin-bottom:8px;font-weight:600;color:#1a1f24}.vote-game input[type=text],.vote-game input[type=email]{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.vote-game input[type=text]:focus,.vote-game input[type=email]:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db33}.vote-game .error{color:#dc3545;font-size:.9rem;margin-top:5px;display:block}.vote-game .option-error{text-align:center;width:100%;margin-top:15px;font-weight:500}.vote-game .vote-options-container{padding:20px;margin:30px 0;width:100%;box-sizing:border-box}.vote-game .vote-options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;width:100%}.vote-game .vote-options label{position:relative;cursor:pointer;flex:0 0 calc(33.33% - 14px);width:calc(33.33% - 14px);max-width:300px;transition:transform .2s ease;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.vote-game .vote-options label:hover{transform:translateY(-3px)}.vote-game .vote-options input[type=radio]{position:absolute;opacity:0;width:0;height:0}.vote-game .vote-options img{width:100%;height:auto;max-height:500px;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.vote-game .vote-options input[type=radio]:checked+img{border:6px solid var(--selected-color);box-shadow:0 6px 12px #3498db4d;transform:scale(1.03)}.vote-game .global-error{color:#dc3545;font-size:1rem;font-weight:500;text-align:center;margin:15px auto 25px;display:block}.vote-game button{display:block;width:150px;margin:30px auto;padding:14px 20px;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3 ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.vote-game button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.vote-game button:active{transform:translateY(1px);box-shadow:0 2px 4px #0000001a}.vote-game button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.vote-game footer{margin-top:auto;width:100%;padding-block:30px;padding-inline:max(16px,calc((100vw - 1100px)/2));border-top:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(2,auto);justify-content:center;-moz-column-gap:clamp(40px,6vw,120px);column-gap:clamp(40px,6vw,120px);row-gap:24px;align-items:start;box-sizing:border-box}.vote-game-footer-col{display:grid;gap:8px;text-align:center}.vote-game-footer-col strong{font-weight:700;letter-spacing:.2px;margin-bottom:6px}.vote-game footer a{text-decoration:none;font-weight:500;font-size:1rem;text-underline-offset:2px;transition:opacity .2s ease,text-decoration-color .2s ease;color:inherit}.vote-game footer a:hover,.vote-game footer a:focus-visible{text-decoration:underline;opacity:.9}@media (max-width: 768px){.vote-game h1{font-size:1.8rem}.vote-game p{font-size:1rem;padding:0 5px}.vote-game form{padding:0 15px}.vote-game .vote-options label{flex:0 0 calc(33.33% - 14px);width:calc(33.33% - 14px)}.vote-game button{width:80%;max-width:300px;font-size:1rem;padding:12px 16px}.vote-game footer{display:flex;flex-direction:column}}@media (max-width: 576px){.vote-game h1{font-size:1.5rem}.vote-game .vote-options label{flex:0 0 100%;width:100%;max-width:280px}.vote-game input[type=text],.vote-game input[type=email]{padding:10px}.vote-game button{width:100%}}
