html,body{height:100%;margin:0;padding:0;background:#0d1117;color:#e6edf3;font-family:Inter,sans-serif}#root{height:100%}.home-wrapper{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.card{background:#161b22;border-radius:16px;border:1px solid #30363d;color:#fff}input.form-control{background:#0d1117;color:#e6edf3;border:1px solid #30363d;border-radius:10px;padding:12px}input.form-control::placeholder{color:#7d8590}input.form-control:focus{background:#0d1117;border-color:#58a6ff;color:#fff;box-shadow:0 0 0 2px #58a6ff33}.btn-primary{background:#238636;border:none;border-radius:10px}.btn-primary:hover{background:#2ea043}.btn-secondary{background:#30363d;border:none;border-radius:8px;color:#fff}.btn-secondary:hover{background:#484f58}.room-wrapper{display:grid;grid-template-columns:260px 1fr 300px;gap:15px;height:100vh;width:100vw;padding:15px;background:linear-gradient(180deg,#0b0f14,#0d1117);box-sizing:border-box;overflow:hidden}.left-sidebar,.right-sidebar,.center-board{background:#161b22;border:1px solid #30363d;border-radius:12px;display:flex;flex-direction:column;padding:15px;height:100%;color:#e6edf3;box-shadow:0 4px 12px #00000080}.center-board{position:relative}.board-frame{width:100%;flex:1;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:crosshair}.placeholder-text{color:#333;font-weight:600}.sidebar-header{margin-bottom:20px;text-align:center}.app-title{font-weight:800;color:#58a6ff;margin:0}.code-pill{background:#1f6feb;color:#fff;padding:2px 8px;border-radius:4px;font-family:monospace}.player-list{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;min-height:0}.player-item{padding:8px 10px;margin-bottom:5px;border-radius:6px;background:#ffffff0d;display:flex;align-items:center;justify-content:space-between}.player-item.me{border:1px solid #58a6ff;background:#58a6ff1a}.you-badge{font-size:.8em;color:#8b949e}.chat-messages{flex:1;background:#0d1117;border-radius:6px;padding:10px;margin-bottom:10px;overflow-y:auto;border:1px solid #30363d}.chat-input{display:flex;gap:8px}.chat-input input{flex:1;background:#0d1117;border:1px solid #30363d;color:#fff;padding:8px;border-radius:6px}.send-btn{background:#238636;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700}: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}}
