:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%;max-width:600px;margin:0 auto;padding:1rem}.game-container{background:#ffffff0d;border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}h1{font-size:2rem;margin:0 0 .5rem;text-align:center}h2{font-size:1.25rem;margin:0 0 1rem}h3{font-size:1rem;margin:0 0 .5rem;color:#ffffffb3}h4{font-size:.875rem;margin:0 0 .5rem;color:#fff9}.subtitle{text-align:center;color:#fff9;margin:0 0 1.5rem}.players-list{margin-bottom:1.5rem}.player-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem;border:2px solid transparent;transition:all .2s}.player-card.ready{border-color:#4ade80;background:#4ade801a}.player-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.player-avatar.large{width:64px;height:64px}.player-name{flex:1;font-weight:500}.ready-status{font-size:.875rem;color:#ffffff80}.player-card.ready .ready-status{color:#4ade80}.primary-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#5865f2,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5865f266}.primary-btn.ready{background:linear-gradient(135deg,#4ade80,#22c55e)}.secondary-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .2s}.secondary-btn:hover{background:#ffffff26;border-color:#ffffff4d}.secondary-btn.active{background:#4ade8033;border-color:#4ade80;color:#4ade80}.category-selector{margin-bottom:1.5rem;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem}.category-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;background:#ffffff1a;color:#fffc;border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .2s}.category-btn:hover{background:#ffffff26;border-color:#ffffff4d}.category-btn.selected{background:#5865f24d;border-color:#5865f2;color:#fff}.lobby-status{text-align:center;margin-bottom:1rem}.warning{color:#fbbf24}.role-card{text-align:center;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.role-card.player{background:linear-gradient(135deg,#4ade8033,#22c55e1a);border:2px solid rgba(74,222,128,.3)}.role-card.imposter{background:linear-gradient(135deg,#ef444433,#dc26261a);border:2px solid rgba(239,68,68,.3)}.imposter-text{color:#ef4444;font-weight:700}.character-name{font-size:1.5rem;font-weight:700;color:#4ade80;margin:.5rem 0 0}.turn-section{text-align:center;margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:8px}.turn-indicator{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff1a;border-radius:8px;margin-bottom:1rem}.turn-indicator.my-turn{background:#5865f24d;border:2px solid #5865f2}.waiting{color:#ffffff80;font-style:italic}.turn-order{margin-bottom:1.5rem}.turn-order-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.turn-order-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff0d;border-radius:6px;font-size:.875rem}.turn-order-item.current{background:#5865f24d;border:1px solid #5865f2}.turn-order-item.wants-vote{border:1px solid #4ade80}.turn-number{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;font-size:.75rem}.vote-badge{font-size:.875rem}.vote-ready-section{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.voting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem}.vote-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.vote-card:hover{background:#ef444433;border-color:#ef4444;transform:translateY(-4px)}.voted-message{text-align:center;padding:2rem}.results-section{margin-bottom:1.5rem}.result-card{text-align:center;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.result-card.success{background:linear-gradient(135deg,#4ade8033,#22c55e1a);border:2px solid rgba(74,222,128,.3)}.result-card.failure{background:linear-gradient(135deg,#ef444433,#dc26261a);border:2px solid rgba(239,68,68,.3)}.reveal-section{display:grid;gap:1rem;margin-bottom:1.5rem}.reveal-item{text-align:center;padding:1rem;background:#ffffff0d;border-radius:8px}.player-reveal{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.vote-breakdown{text-align:center;padding:1rem;background:#ffffff0d;border-radius:8px}.vote-breakdown p{margin:.25rem 0;font-size:.875rem;color:#ffffffb3}
