:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;height:100vh;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;-webkit-user-select:none;user-select:none}.app{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative}.voting-container{text-align:center;max-width:800px;width:100%}.question{font-size:3rem;font-weight:700;margin-bottom:4rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.options-container{display:flex;flex-direction:column;gap:2rem;width:100%}.option-button{display:flex;align-items:center;justify-content:flex-start;padding:2rem 3rem;background:#ffffff26;border:3px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;font-size:2.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-height:120px}.option-button:hover:not(.disabled){background:#ffffff40;border-color:#fff9;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.option-button:active:not(.disabled){transform:translateY(0);box-shadow:0 5px 15px #0000004d}.option-button.disabled{opacity:.6;cursor:not-allowed;transform:none}.radio{font-size:2rem;margin-right:2rem}.option-text{flex:1;text-align:left}.thank-you{margin-top:3rem;font-size:2rem;font-weight:600;color:#90ee90;text-shadow:1px 1px 2px rgba(0,0,0,.5);animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-container{text-align:center;max-width:600px;width:100%}.results-container h2{font-size:2.5rem;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.results{background:#ffffff26;border-radius:15px;padding:2rem;margin-bottom:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.result-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.result-item:last-child{border-bottom:none}.result-item.total{margin-top:1rem;font-weight:700;font-size:1.8rem;border-top:2px solid rgba(255,255,255,.4)}.count{font-weight:700;color:#90ee90}.admin-buttons{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.back-button,.reset-button,.sync-button{padding:.8rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button{background:#4caf50;color:#fff}.back-button:hover{background:#45a049}.sync-button{background:#ff9800;color:#fff}.sync-button:hover{background:#f57c00}.reset-button{background:#f44336;color:#fff}.reset-button:hover{background:#d32f2f}.admin-button{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:transparent;border:none;cursor:pointer;opacity:.1;transition:opacity .3s ease}.admin-button:hover{opacity:.3}@media (max-width: 768px){.question{font-size:2rem;margin-bottom:3rem}.option-button{padding:1.5rem 2rem;font-size:1.8rem;min-height:100px}.radio{font-size:1.5rem;margin-right:1rem}.thank-you{font-size:1.5rem;margin-top:2rem}}@media (min-width: 1200px){.question{font-size:4rem;margin-bottom:5rem}.option-button{padding:3rem 4rem;font-size:3rem;min-height:150px}.radio{font-size:2.5rem;margin-right:3rem}}
