.app{text-align:center}.actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center}h1{color:#646cff;margin-bottom:2rem}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:#fff9}.lobby{max-width:400px;margin:3rem auto;text-align:center}.lobby h1{margin-bottom:.5rem}.lobby-username{color:#ffffff80;margin-bottom:2rem;font-size:.9rem}.lobby-actions{display:flex;flex-direction:column;gap:.75rem}.lobby-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:1px solid #333;background:#1a1a2e;color:#fff;cursor:pointer;transition:all .2s}.lobby-btn:hover:not(:disabled){border-color:#646cff;background:#2a2a4e}.lobby-btn:disabled{opacity:.4;cursor:not-allowed}.lobby-btn.primary{background:#646cff;border-color:#646cff}.lobby-btn.primary:hover:not(:disabled){background:#535bf2}.lobby-btn.secondary{background:#2a2a4e;border-color:#646cff}.lobby-btn.link{background:transparent;border:none;color:#ffffff80;font-weight:400;text-decoration:underline;text-underline-offset:3px}.lobby-btn.link:hover:not(:disabled){color:#646cff;border-color:transparent}.lobby-btn.small{padding:.4rem .8rem;font-size:.85rem}.lobby-join{display:flex;gap:.5rem}.lobby-join input{flex:1;padding:.75rem;border-radius:8px;border:1px solid #333;background:#1a1a2e;color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;text-align:center}.lobby-join input::placeholder{text-transform:none;letter-spacing:normal;color:#ffffff4d}.lobby-error{color:#f87171;margin-top:1rem;font-size:.9rem}.lobby-loading{color:#ffffff80;margin-top:1rem}.lobby-open-games{margin-top:1.5rem;text-align:left}.lobby-open-games h3{font-size:1rem;color:#ffffffb3;margin-bottom:.75rem}.lobby-open-games ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.lobby-open-games li{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#1a1a2e;border:1px solid #333;border-radius:8px}.lobby-game-info{font-size:.9rem;color:#fffc}.lobby-game-info strong{color:#fff}.waiting-room{max-width:400px;margin:3rem auto;text-align:center}.waiting-room h2{color:#646cff;margin-bottom:1.5rem}.waiting-code{margin-bottom:1.5rem}.waiting-code p{color:#ffffff80;font-size:.85rem;margin-bottom:.5rem}.waiting-code-display{display:flex;align-items:center;justify-content:center;gap:.75rem}.code-text{font-size:2rem;font-weight:700;letter-spacing:.3em;color:#fff;background:#1a1a2e;border:2px solid #646cff;border-radius:8px;padding:.5rem 1rem}.waiting-share-url{font-size:.75rem;color:#ffffff4d;word-break:break-all;margin-top:.5rem}.waiting-players{margin-bottom:1.5rem}.waiting-players h3{font-size:1rem;color:#ffffffb3;margin-bottom:.75rem}.waiting-players ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.waiting-player{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.player-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.creator-badge{font-size:.7rem;color:#fbbf24;background:#fbbf2426;padding:.15rem .5rem;border-radius:4px}.waiting-message{color:#ffffff80;margin-bottom:1rem}.waiting-actions{margin-bottom:1rem}.lobby-btn.leave{color:#ffffff4d;font-size:.85rem}.lobby-btn.leave:hover{color:#f87171}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1a1a1a;padding:2rem;border-radius:8px;border:1px solid #333;min-width:300px;max-width:90%}.modal-content h3{margin-bottom:1rem;color:#646cff}.modal-content form label{display:block;margin-bottom:1rem;color:#ffffffde}.modal-content input{width:100%;padding:.5rem;margin-top:.5rem;background:#242424;border:1px solid #333;border-radius:4px;color:#ffffffde;font-size:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.modal-actions button{padding:.5rem 1rem}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}:root{font-family:Inter,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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem}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}.game-board{display:grid;gap:1rem;margin-top:2rem}.territory{padding:1rem;border:2px solid #333;border-radius:8px;background:#1a1a1a;cursor:pointer;transition:all .2s}.territory:hover{border-color:#646cff;transform:scale(1.05)}.territory.selected{border-color:#4ade80;box-shadow:0 0 20px #4ade8080}.player-info{padding:1rem;margin:1rem 0;background:#1a1a1a;border-radius:8px;border:1px solid #333}
