*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#fff;min-height:100vh}.presenter-page,.user-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.presenter-page{background:#1a1a2e}.user-page{background:#16213e}.voting-container{text-align:center;width:100%;max-width:400px}.voting-container h2{font-size:2rem;margin-bottom:2rem;color:#e94560}.options{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.option-btn{font-size:2.5rem;font-weight:700;padding:2rem;border:none;border-radius:1rem;cursor:pointer;transition:all .2s ease;color:#fff}.option-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 8px 25px #0000004d}.option-btn:disabled{opacity:.5;cursor:not-allowed}.option-btn.A{background:#e94560}.option-btn.B{background:#0f3460}.option-btn.C{background:#00b894}.option-btn.D{background:#6c5ce7}.option-btn.E{background:#f1c40f}.option-btn.F{background:#00cec9}.submitted-container{text-align:center;padding:3rem}.submitted-icon{font-size:5rem;color:#00b894;margin-bottom:1.5rem;width:120px;height:120px;border:4px solid #00b894;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.submitted-container h2{font-size:2rem;color:#00b894;margin-bottom:.5rem}.submitted-container p{font-size:1.2rem;color:#888}.results-container{width:100%;max-width:800px;text-align:center}.results-container h2{font-size:2.5rem;margin-bottom:2rem;color:#e94560}.chart{display:flex;justify-content:center;align-items:flex-end;height:350px;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:1rem}.bar-container{display:flex;flex-direction:column;align-items:center;width:80px}.bar{width:60px;border-radius:.5rem .5rem 0 0;transition:height .3s ease;min-height:10px}.bar.A{background:#e94560}.bar.B{background:#0f3460}.bar.C{background:#00b894}.bar.D{background:#6c5ce7}.bar.E{background:#f1c40f}.bar.F{background:#00cec9}.bar-label{margin-top:.5rem;font-size:1.8rem;font-weight:700}.bar-count{font-size:1.4rem;color:#fff;font-weight:700}.bar-percent{font-size:1rem;color:#888}.total-votes{font-size:1.4rem;color:#888;margin-bottom:1.5rem}.reset-btn{padding:1rem 2rem;font-size:1.2rem;background:#e94560;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.reset-btn:hover{background:#d63050;transform:scale(1.05)}@media (max-width: 768px){.option-btn{font-size:2rem;padding:1.5rem}.chart{height:250px;gap:1rem}.bar-container{width:70px}.bar{width:50px}.results-container h2{font-size:1.8rem}}
