*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a0533;color:#fff;min-height:100vh}.container{max-width:800px;margin:0 auto;padding:2rem;text-align:center}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:1.8rem;margin-bottom:1rem}.btn{display:inline-block;padding:.8rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .1s,opacity .2s;color:#fff}.btn:hover{transform:scale(1.05)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:#6c3ce0}.btn-success{background:#26a65b}.btn-danger{background:#e74c3c}input,textarea{width:100%;padding:.8rem;border:2px solid #444;border-radius:8px;font-size:1rem;background:#2a1548;color:#fff;margin-bottom:.8rem}input::placeholder,textarea::placeholder{color:#888}.pin-display{font-size:4rem;font-weight:800;letter-spacing:.5rem;color:#f1c40f;margin:1rem 0}.choices-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.choice-btn{padding:1.5rem;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;color:#fff;transition:transform .1s}.choice-btn:hover{transform:scale(1.03)}.choice-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.choice-btn:nth-child(1){background:#e74c3c}.choice-btn:nth-child(2){background:#3498db}.choice-btn:nth-child(3){background:#f39c12}.choice-btn:nth-child(4){background:#26a65b}.choice-btn.correct{outline:4px solid #2ecc71}.choice-btn.wrong{outline:4px solid #e74c3c;opacity:.5}.player-list{list-style:none;margin:1rem 0}.player-list li{padding:.5rem 1rem;background:#2a1548;border-radius:8px;margin-bottom:.5rem;display:flex;justify-content:space-between}.ranking-list{list-style:none;margin:1rem 0}.ranking-list li{padding:.8rem 1.2rem;background:linear-gradient(135deg,#2a1548,#3d1f6d);border-radius:10px;margin-bottom:.6rem;display:flex;justify-content:space-between;font-size:1.1rem}.ranking-list li:first-child{background:linear-gradient(135deg,#f39c12,#e67e22);font-size:1.3rem;font-weight:700}.timer{font-size:3rem;font-weight:800;color:#e74c3c}.result-badge{font-size:2rem;padding:1rem;border-radius:12px;margin:1rem 0}.result-badge.correct{background:#26a65b}.result-badge.wrong{background:#e74c3c}.question-header{margin-bottom:1rem;color:#aaa}
