:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.username-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:20px}.username-container{text-align:center;max-width:400px;width:100%}.game-title{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#f39c12,#e74c3c,#9b59b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;text-shadow:0 0 40px rgba(243,156,18,.3)}.game-subtitle{color:#888;font-size:1.1rem;margin-bottom:3rem}.username-form{display:flex;flex-direction:column;gap:1rem}.username-input{padding:1rem 1.5rem;font-size:1.2rem;border:2px solid #333;border-radius:12px;background:#ffffff0d;color:#fff;outline:none;transition:all .3s ease}.username-input:focus{border-color:#f39c12;box-shadow:0 0 20px #f39c1233}.username-input::placeholder{color:#666}.username-input:disabled{opacity:.5}.play-button{padding:1rem 2rem;font-size:1.3rem;font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f39c124d}.play-button:hover:not(:disabled){box-shadow:0 6px 25px #f39c1266}.play-button:disabled{opacity:.5;cursor:not-allowed}.connection-status{margin-top:1.5rem;color:#f39c12;font-size:.9rem}.error-message{margin-top:1.5rem;color:#e74c3c;font-size:.9rem}.chat-container{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex-direction:column;height:500px}.chat-header{padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header h3{font-size:1.1rem;color:#eee;margin:0}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-message{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:.9rem;background:#ffffff08}.chat-message.own{background:#f39c121a}.chat-message.system{background:#3498db1a;justify-content:center}.chat-message.word_found,.chat-message.word_stolen{background:#2ecc711a}.chat-username{font-weight:600;color:#f39c12}.chat-content{color:#ddd;flex:1;word-break:break-word}.chat-time{font-size:.75rem;color:#666;margin-left:auto}.chat-system{color:#888;font-style:italic;text-align:center}.chat-input-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.chat-input{flex:1;padding:.6rem .8rem;font-size:.9rem;border:1px solid #333;border-radius:8px;background:#ffffff0d;color:#fff;outline:none;transition:all .3s ease}.chat-input:focus{border-color:#f39c12}.chat-send-button{padding:.6rem 1rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;background:#f39c12;color:#fff;cursor:pointer;transition:all .3s ease}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.lobby-screen{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:2rem}.lobby-header{text-align:center;margin-bottom:2rem}.lobby-header h1{font-size:2.5rem;background:linear-gradient(135deg,#f39c12,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.welcome-text{color:#888;font-size:1.1rem}.lobby-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;max-width:1400px;margin:0 auto}@media(max-width:900px){.lobby-content{grid-template-columns:1fr}}.lobby-main{display:flex;flex-direction:column;gap:2rem}.create-game-section,.games-list-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.create-game-section h2,.games-list-section h2{font-size:1.3rem;color:#eee;margin-bottom:1rem}.create-game-form{display:flex;gap:1rem}.game-name-input{flex:1;padding:.8rem 1rem;font-size:1rem;border:2px solid #333;border-radius:10px;background:#ffffff0d;color:#fff;outline:none;transition:all .3s ease}.game-name-input:focus{border-color:#f39c12}.create-button{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;cursor:pointer;transition:all .3s ease}.create-button:hover:not(:disabled){box-shadow:0 4px 15px #2ecc714d}.create-button:disabled{opacity:.5;cursor:not-allowed}.games-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.no-games{color:#666;text-align:center;padding:2rem}.game-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s ease}.game-item:hover{border-color:#f39c124d;background:#ffffff14}.game-info{display:flex;flex-direction:column;gap:.25rem}.game-name{font-size:1.1rem;font-weight:600;color:#eee}.game-host{font-size:.85rem;color:#888}.game-players{font-size:.85rem;color:#f39c12}.join-button{padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;cursor:pointer;transition:all .3s ease}.join-button:hover{box-shadow:0 4px 15px #3498db4d}.lobby-sidebar{min-width:300px}.player-list{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;height:fit-content}.player-list-title{font-size:1.1rem;color:#eee;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.players{display:flex;flex-direction:column;gap:.75rem}.player-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem;transition:all .3s ease}.player-card.current{border-color:#f39c1266;background:#f39c120d}.player-header{display:flex;align-items:center;gap:.5rem}.player-rank{font-size:.85rem;font-weight:700;color:#f39c12;width:25px}.player-name{flex:1;font-weight:600;color:#eee;display:flex;align-items:center;gap:.5rem}.host-badge{font-size:.6rem;padding:.15rem .4rem;background:#f39c1233;color:#f39c12;border-radius:4px;font-weight:700}.player-score{font-size:1.1rem;font-weight:700;color:#2ecc71}.player-words{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.word-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;background:#2ecc7126;border:1px solid rgba(46,204,113,.3);border-radius:6px;font-size:.75rem;color:#2ecc71}.word-tag.stolen{background:#9b59b626;border-color:#9b59b64d;color:#9b59b6}.word-points{font-size:.65rem;opacity:.8}.word-input-container{width:100%;max-width:500px;text-align:center}.word-input-form{display:flex;gap:1rem}.word-input{flex:1;padding:1rem 1.5rem;font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:2px solid #333;border-radius:12px;background:#ffffff0d;color:#f39c12;outline:none;transition:all .3s ease;text-align:center}.word-input:focus{border-color:#f39c12}.word-input.has-error{border-color:#e74c3c;background:#e74c3c26;animation:errorPulse .5s ease}@keyframes errorPulse{0%,to{background:#e74c3c26}50%{background:#e74c3c4d}}.word-input-form.error{animation:none}.word-input::placeholder{color:#555;text-transform:none;letter-spacing:normal}.submit-button{padding:1rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f39c124d}.submit-button:hover:not(:disabled){box-shadow:0 6px 25px #f39c1266}.submit-button:disabled{opacity:.5;cursor:not-allowed}.word-error{margin-top:.75rem;color:#e74c3c;font-size:.9rem}.word-hint{margin-top:1rem;color:#666;font-size:.85rem}.game-timer{display:flex;flex-direction:column;align-items:center;padding:.5rem 1.5rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.game-timer.low{border-color:#f39c1280;background:#f39c121a}.game-timer.critical{border-color:#e74c3c80;background:#e74c3c1a}.timer-label{font-size:.75rem;color:#888;text-transform:uppercase}.timer-value{font-size:1.5rem;font-weight:700;color:#eee}.game-timer.low .timer-value{color:#f39c12}.game-timer.critical .timer-value{color:#e74c3c}.game-log{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;height:100%;display:flex;flex-direction:column}.game-log-title{font-size:1rem;color:#f39c12;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.game-log-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.game-log-entry{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:.85rem;overflow:hidden}.event-icon{flex-shrink:0;width:20px;text-align:center;font-weight:700}.event-message{flex:1;color:#ccc;line-height:1.3}.event-points{flex-shrink:0;font-weight:600;padding:.15rem .5rem;border-radius:4px;font-size:.8rem}.event-found{background:#2ecc7126;border-left:3px solid #2ecc71}.event-found .event-icon{color:#2ecc71}.event-found .event-points{background:#2ecc714d;color:#2ecc71}.event-stolen{background:#9b59b626;border-left:3px solid #9b59b6}.event-stolen .event-icon{color:#9b59b6}.event-stolen .event-points{background:#9b59b64d;color:#9b59b6}.event-system{background:#f39c121a;border-left:3px solid #f39c12}.event-system .event-icon{color:#f39c12}.event-default{background:#ffffff0d;border-left:3px solid #666}.event-default .event-icon{color:#888}.game-log-empty{color:#666;font-style:italic;text-align:center;padding:1rem}.game-log-list::-webkit-scrollbar{width:6px}.game-log-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.game-log-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.game-log-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.game-screen{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1.5rem;display:flex;flex-direction:column}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 1rem}.game-name{font-size:1.8rem;background:linear-gradient(135deg,#f39c12,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-status .status{font-size:1.1rem;padding:.5rem 1rem;border-radius:20px}.status.waiting{background:#f39c1233;color:#f39c12}.status.finished{background:#e74c3c33;color:#e74c3c}.game-content{display:grid;grid-template-columns:280px 1fr 320px;gap:1.5rem;flex:1;max-width:1600px;margin:0 auto;width:100%}@media(max-width:1200px){.game-content{grid-template-columns:1fr}.game-sidebar{display:none}}.game-sidebar{display:flex;flex-direction:column;gap:1rem}.game-sidebar.right{display:flex;flex-direction:column}.sidebar-section{flex:1;min-height:0;display:flex;flex-direction:column}.sidebar-section.chat-section{flex:1}.game-main{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}.waiting-room{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px}.player-count{font-size:2rem;color:#f39c12;font-weight:600}.start-button{padding:1rem 3rem;font-size:1.3rem;font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2ecc714d}.start-button:hover{box-shadow:0 6px 30px #2ecc7166;transform:translateY(-2px)}.waiting-message{color:#888;font-size:1.1rem}.letter-pool-container{text-align:center;width:100%;min-height:320px;background:#0003;border-radius:20px;padding:1rem;border:1px solid rgba(255,255,255,.1)}.bag-count{margin-top:1rem;color:#888;font-size:.9rem}.game-results{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;min-width:300px}.game-results h2{text-align:center;margin-bottom:1.5rem;color:#f39c12}.result-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:.5rem}.result-row.winner{background:linear-gradient(135deg,#f39c1233,#e74c3c33);border:1px solid rgba(243,156,18,.3)}.result-rank{font-weight:700;color:#f39c12;width:30px}.result-name{flex:1;color:#eee}.result-score{font-weight:600;color:#2ecc71}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#1a1a2e;color:#fff;line-height:1.5}.app{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{background:#f39c124d}:focus-visible{outline:2px solid #f39c12;outline-offset:2px}button,input{font-family:inherit}
