*{box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;margin:0;padding:20px;background:#1a1a2e;color:#eee;min-height:100vh}.game-container{max-width:600px;margin:0 auto}h1,h2,h3{margin-top:0}button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;background:#4a5568;color:#fff;transition:background .2s}button:hover:not(:disabled){background:#2d3748}button:disabled{opacity:.5;cursor:not-allowed}input[type=text],input[type=number]{padding:10px;border:1px solid #4a5568;border-radius:6px;font-size:1rem;background:#2d3748;color:#fff}.lobby .add-player{display:flex;gap:10px;margin-bottom:20px}.lobby .add-player input{flex:1}.error-message{color:#fc8181;margin:5px 0 15px;font-size:.9rem}.players-list ul{list-style:none;padding:0}.players-list li{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#2d3748;border-radius:6px;margin-bottom:8px}.game-settings{margin:20px 0}.game-settings label{display:flex;align-items:center;gap:10px}.game-settings input{width:80px}.total-rounds-info{color:#a0aec0;margin:10px 0 0;font-size:.9rem}.score-preview{margin:25px 0;padding:20px;background:#2d3748;border-radius:8px}.score-preview h2{margin:0 0 15px;font-size:1.1rem;text-align:center}.color-pickers{display:flex;align-items:center;justify-content:center;gap:20px}.color-picker-group{display:flex;flex-direction:column;align-items:center;gap:8px}.color-picker-group label{font-size:.9rem;color:#a0aec0}.color-picker-group input[type=color]{width:60px;height:60px;border:none;border-radius:8px;cursor:pointer;padding:0;background:none}.score-display{display:flex;align-items:center;justify-content:center;min-width:80px}.score-value{font-size:1.5rem;font-weight:700;color:#48bb78}.start-button{width:100%;padding:15px;background:#38a169;font-size:1.1rem}.start-button:hover:not(:disabled){background:#2f855a}.round-header{text-align:center;margin-bottom:20px}.active-player{font-size:1.2rem}.round-content{background:#2d3748;padding:40px;border-radius:8px;text-align:center;margin-bottom:20px}.scoreboard ul{list-style:none;padding:0}.scoreboard li{display:flex;justify-content:space-between;padding:8px 12px;background:#2d3748;border-radius:4px;margin-bottom:4px}.scoreboard li.active{background:#4a5568;border-left:3px solid #38a169}.end-round-button,.next-round-button,.play-again-button{width:100%;margin-top:20px;padding:15px;background:#3182ce}.game-over{text-align:center}.winner{background:linear-gradient(135deg,#f6e05e,#d69e2e);color:#1a1a2e;padding:30px;border-radius:12px;margin:20px 0}.winner-name{font-size:2rem;font-weight:700;margin:10px 0}.final-standings ol,.standings ol{padding-left:24px}.final-standings li,.standings li{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#2d3748;border-radius:8px;margin-bottom:10px}.final-standings li.winner{background:#4a5568}.final-standings .name,.standings .name{font-size:1.2rem;font-weight:600}.final-standings .score,.standings .score{font-size:1.3rem;font-weight:700;color:#48bb78}.confirm-phase,.input-phase,.guessing-phase{text-align:center}.active-player-name,.guesser-name{font-size:2rem;font-weight:700;color:#f6e05e;margin:20px 0}.instruction{color:#a0aec0;font-style:italic;margin-bottom:20px}.confirm-button{background:#38a169;padding:15px 30px;font-size:1.1rem}.color-input{width:100px;height:100px;border:none;border-radius:8px;cursor:pointer;padding:0;background:none}.color-options{display:flex;justify-content:center;gap:15px;margin:20px 0}.color-option{width:80px;height:80px;border:3px solid #4a5568;border-radius:12px;cursor:pointer;transition:transform .15s,border-color .15s}.color-option:hover{transform:scale(1.1);border-color:#f6e05e}.color-preview{width:150px;height:150px;border-radius:12px;margin:20px auto;border:3px solid #4a5568}.submit-color-button,.submit-guess-button{width:100%;padding:15px;background:#38a169;font-size:1.1rem}.guess-count{color:#a0aec0;margin-bottom:15px}.results-phase{text-align:center}.target-color-reveal{margin:20px 0}.target-color-reveal p{margin-bottom:10px;font-size:1.2rem}.active-player-bonus{margin-top:15px;color:#f6e05e}.active-player-bonus strong{color:#48bb78}.color-swatch{width:40px;height:40px;border-radius:6px;border:2px solid #4a5568}.color-swatch.large{width:100px;height:100px;margin:0 auto;border-radius:12px}.guesses-list{text-align:left;margin:20px 0}.guesses-list h4{margin-bottom:10px}.guesses-list ul{list-style:none;padding:0}.guesses-list li{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#2d3748;border-radius:6px;margin-bottom:8px}.guesses-list .guesser{font-weight:700;min-width:80px}.guesses-list .points{color:#48bb78;font-weight:700}
