.setup-screen{max-width:600px;margin:0 auto;padding:40px 20px}.setup-screen h1{text-align:center;font-size:36px;margin-bottom:40px;color:#4a90e2}.setup-section{background:#2a2a2a;border-radius:12px;padding:24px;margin-bottom:24px}.setup-section h2{margin-top:0;margin-bottom:20px;font-size:24px;color:#e0e0e0}.setting{display:flex;align-items:center;gap:16px;margin-bottom:16px}.setting:last-child{margin-bottom:0}.setting label{font-weight:600;min-width:120px}.setting input,.setting select{flex:1}.add-player{display:flex;gap:12px;margin-bottom:20px}.add-player input{flex:1;min-width:0}.btn-add{background:#4a90e2;color:#fff;white-space:nowrap;flex-shrink:0}.btn-add:hover{background:#3a7bc8}.player-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#1a1a1a;border-radius:8px;margin-bottom:8px}.btn-remove{background:#e74c3c;color:#fff;padding:8px 16px;font-size:14px}.btn-remove:hover{background:#c0392b}.btn-start{background:#2ecc71;color:#fff;font-size:20px;width:100%;padding:16px;margin-top:24px}.btn-start:hover:not(:disabled){background:#27ae60}.btn-start:disabled{background:#555;cursor:not-allowed;opacity:.5}.btn-start:disabled:hover{transform:none;box-shadow:none}@keyframes pulse-danger{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.game-screen{display:flex;flex-direction:column;min-height:100vh;padding:20px;max-width:800px;margin:0 auto}.current-turn{background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 4px 12px #4a90e24d}.current-player{background:#0003;border-radius:8px;padding:20px;margin-bottom:20px;text-align:center}.current-player-name{font-size:32px;font-weight:700;margin-bottom:8px}.current-player-lives{font-size:20px;opacity:.9}.current-player-lives.danger{color:#e7d73c;animation:pulse-danger 1.5s ease-in-out infinite}.turn-controls{display:flex;gap:12px;flex-wrap:wrap}.btn-life{flex:1;min-width:120px;font-size:18px;padding:14px}.btn-add-life{background:#2ecc71;color:#fff}.btn-add-life:hover{background:#27ae60}.btn-remove-life{background:#e74c3c;color:#fff}.btn-remove-life:hover{background:#c0392b}.btn-end-turn{flex:1;min-width:120px;background:#fff;color:#4a90e2;font-size:18px;padding:14px;font-weight:700}.btn-end-turn:hover{background:#f0f0f0}.players-section{background:#2a2a2a;border-radius:12px;padding:24px;margin-bottom:24px;flex:1}.players-section h3{margin:0 0 16px;font-size:20px;color:#e0e0e0}.players-section h3:not(:first-child){margin-top:24px}.player-list{list-style:none;padding:0;margin:0}.player-item{display:grid;grid-template-columns:1fr auto 60px;gap:12px;padding:14px 18px;background:#1a1a1a;border-radius:8px;margin-bottom:8px}.player-item.setup-player-item{grid-template-columns:1fr auto}.player-item:last-child{margin-bottom:0}.player-item.current{background:linear-gradient(135deg,#4a90e2,#357abd);box-shadow:0 2px 8px #4a90e266}.player-name{font-weight:600;font-size:18px}.player-cards{font-size:16px;line-height:1}.player-lives{font-weight:600;font-size:16px;color:#2ecc71;text-align:right}.player-lives.danger{color:#e7d73c;animation:pulse-danger 1.5s ease-in-out infinite}.player-list.eliminated .player-item{opacity:.6;background:#1a1a1a}.btn-end-game{background:#555;color:#fff;padding:12px;font-size:16px}.btn-end-game:hover{background:#666}html:not(:active-view-transition-type(player-switch)) .player-item{view-transition-name:none!important}html:active-view-transition-type(player-switch) .current-turn{view-transition-name:current-turn}html:active-view-transition-type(player-switch)::view-transition-old(current-turn){animation:90ms cubic-bezier(.4,0,1,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-left}html:active-view-transition-type(player-switch)::view-transition-new(current-turn){animation:.21s cubic-bezier(0,0,.2,1) 90ms both fade-in,.3s cubic-bezier(.4,0,.2,1) both slide-from-right}.end-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;max-width:600px;margin:0 auto}.winner-announcement{text-align:center;margin-bottom:48px;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.winner-title{font-size:48px;margin:0 0 16px;color:#f39c12;text-shadow:0 2px 8px rgba(243,156,18,.5);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.winner-name{font-size:56px;font-weight:700;margin-bottom:16px;color:#2ecc71;text-shadow:0 2px 12px rgba(46,204,113,.6)}.winner-subtitle{font-size:24px;color:#e0e0e0;margin:0}.game-ended-title{font-size:48px;margin:0 0 16px;color:#e74c3c}.game-ended-subtitle{font-size:24px;color:#999;margin:0}.end-actions{display:flex;flex-direction:column;gap:16px;width:100%}.btn-new-game{background:#2ecc71;color:#fff;font-size:18px;padding:16px}.btn-new-game:hover{background:#27ae60}.app{min-height:100svh}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{to{opacity:0}}@keyframes slide-from-right{0%{transform:translate(100px)}}@keyframes slide-to-left{to{transform:translate(-100px)}}html:active-view-transition-type(regular)::view-transition-old(root){animation:90ms cubic-bezier(.4,0,1,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-left}html:active-view-transition-type(regular)::view-transition-new(root){animation:.21s cubic-bezier(0,0,.2,1) 90ms both fade-in,.3s cubic-bezier(.4,0,.2,1) both slide-from-right}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#1a1a1a;color:#fff}#app{min-height:100svh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}button:active{transform:translateY(0)}input{font-family:inherit;font-size:16px;padding:12px;border:2px solid #333;border-radius:8px;background:#2a2a2a;color:#fff;outline:none;transition:border-color .2s}input:focus{border-color:#4a90e2}select{font-family:inherit;font-size:16px;padding:12px;border:2px solid #333;border-radius:8px;background:#2a2a2a;color:#fff;outline:none;cursor:pointer;transition:border-color .2s}select:focus{border-color:#4a90e2}html{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
