.multiplayer-controls.svelte-uey2ux{position:fixed;top:20px;left:20px;background:#19191ccc;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:300px;z-index:1000;box-shadow:0 8px 32px #0000004d}.create-btn.svelte-uey2ux{width:100%;padding:12px;border:none;border-radius:8px;background:#4f46e5;color:#fff;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease}.create-btn.svelte-uey2ux:hover{background:#4338ca}.separator.svelte-uey2ux{text-align:center;color:#777;font-size:12px;margin:12px 0}.join-room.svelte-uey2ux{display:flex;flex-direction:column;gap:8px}.room-input.svelte-uey2ux{width:100%;box-sizing:border-box;padding:10px;border:1px solid #555;border-radius:6px;background:#333;color:#fff;font-size:14px}.join-btn.svelte-uey2ux{padding:10px;border:none;border-radius:6px;background:#059669;color:#fff;font-weight:500;cursor:pointer;font-size:14px}.join-btn.svelte-uey2ux:disabled{background:#555;cursor:not-allowed}.error-message.svelte-uey2ux,.status-message.svelte-uey2ux{border-radius:6px;padding:8px 12px;font-size:12px;margin-top:12px}.error-message.svelte-uey2ux{background:#450a0a;border:1px solid #ef4444;color:#fca5a5}.status-message.svelte-uey2ux{background:#1e1b4b;border:1px solid #4f46e5;color:#a5b4fc}.connected-status.svelte-uey2ux{text-align:center}.connection-info.svelte-uey2ux{font-size:16px;color:#34d399;font-weight:600}.host-info.svelte-uey2ux,.players-info.svelte-uey2ux{font-size:12px;color:#ccc}.id-text.svelte-uey2ux{font-family:monospace;background:#333;padding:2px 4px;border-radius:4px}body{--bg-primary: #1a1a1a;--bg-secondary: #282828;--text-primary: #f0f0f0;--accent-primary: #4f46e5;--border-color: #444;background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.host-panel.svelte-1qab694{max-width:800px;margin:2em auto;padding:2em;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 32px #0000004d}h1.svelte-1qab694{text-align:center;border-bottom:2px solid var(--accent-primary);padding-bottom:.5rem;margin-bottom:1.5rem;font-size:2rem;font-weight:600}h2.svelte-1qab694{margin:1.5rem 0 1rem;font-size:1.3rem;font-weight:500}.room-registration-section.svelte-1qab694,.room-active-section.svelte-1qab694,.card.svelte-1qab694{background-color:#3a3a3a;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid var(--border-color)}.input-group.svelte-1qab694,.join-section.svelte-1qab694{display:flex;flex-direction:column;gap:1rem}.field-label.svelte-1qab694{font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}input.svelte-1qab694{width:100%;box-sizing:border-box;padding:.75rem;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}input.svelte-1qab694:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 2px #4f46e533}input.svelte-1qab694::-moz-placeholder{color:#b0b0b0}input.svelte-1qab694::placeholder{color:#b0b0b0}button.svelte-1qab694{padding:.75rem 1.25rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;background-color:var(--accent-primary);color:#fff;transition:all .2s ease}button.svelte-1qab694:hover:not(:disabled){background-color:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}button.svelte-1qab694:disabled{opacity:.5;cursor:not-allowed;transform:none}.join-url.svelte-1qab694{font-family:monospace;background:var(--bg-primary);padding:.75rem;border-radius:6px;word-wrap:break-word;color:var(--accent-primary);border:1px solid var(--border-color)}.player-list.svelte-1qab694{list-style:none;padding:0;margin:0}.player-item.svelte-1qab694{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;margin-bottom:.5rem;font-family:monospace}.player-name.svelte-1qab694{font-weight:600;color:var(--text-primary)}.player-controls.svelte-1qab694{display:flex;gap:.5rem}.btn-small.svelte-1qab694{padding:.5rem .75rem;font-size:.8rem;border-radius:4px}.btn-warning.svelte-1qab694{background-color:#f59e0b;color:#1a1a1a}.btn-warning.svelte-1qab694:hover{background-color:#d97706}.btn-danger.svelte-1qab694{background-color:#ef4444;color:#fff}.btn-danger.svelte-1qab694:hover{background-color:#dc2626}.empty-state.svelte-1qab694{text-align:center;color:#b0b0b0;font-style:italic;padding:2rem}.info-grid.svelte-1qab694{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item.svelte-1qab694{display:flex;flex-direction:column;gap:.25rem}.info-item.svelte-1qab694 .field-label:where(.svelte-1qab694){font-size:.9rem;color:#b0b0b0;font-weight:500;margin-bottom:0}.info-item.svelte-1qab694 span:where(.svelte-1qab694){font-weight:600}.host-id.svelte-1qab694{font-family:monospace;background:var(--bg-primary);padding:.5rem;border-radius:4px;font-size:.9rem;color:var(--accent-primary);border:1px solid var(--border-color)}.status-live.svelte-1qab694{color:#10b981;font-weight:600}.error-section.svelte-1qab694,.loading-section.svelte-1qab694{text-align:center;padding:2rem;background-color:#3a3a3a;border-radius:8px;margin-bottom:1.5rem}.error-section.svelte-1qab694{border:1px solid #ef4444}.loading-section.svelte-1qab694{border:1px solid #f59e0b}@media(max-width:768px){.host-panel.svelte-1qab694{margin:1em;padding:1.5em}h1.svelte-1qab694{font-size:1.5rem}.input-group.svelte-1qab694{gap:1.5rem}.info-grid.svelte-1qab694{grid-template-columns:1fr}.player-controls.svelte-1qab694{flex-direction:column;gap:.25rem}}.chat-box.svelte-dxn3c8{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:60%;max-width:600px;font-family:sans-serif;font-size:13px;color:#fff;z-index:1000}.chat-messages.svelte-dxn3c8{padding:6px 0;margin-bottom:4px}.message.svelte-dxn3c8{padding:2px 0;opacity:.9;font-size:12px;line-height:1.3}.sender.svelte-dxn3c8{font-weight:600;margin-right:4px}.sender.svelte-dxn3c8:not(.self){color:#60a5fa}.sender.self.svelte-dxn3c8{color:#34d399}.chat-input.svelte-dxn3c8{display:flex;gap:6px;align-items:center}.chat-input.svelte-dxn3c8 input:where(.svelte-dxn3c8){flex:1;background:#0009;border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:8px 12px;color:#fff;font-size:13px;outline:none;transition:all .2s ease}.chat-input.svelte-dxn3c8 input:where(.svelte-dxn3c8)::-moz-placeholder{color:#fff9}.chat-input.svelte-dxn3c8 input:where(.svelte-dxn3c8)::placeholder{color:#fff9}.chat-input.svelte-dxn3c8 input:where(.svelte-dxn3c8):focus{background:#000c;border-color:#ffffff80;box-shadow:0 0 0 2px #4f46e54d}.chat-input.svelte-dxn3c8 button:where(.svelte-dxn3c8){background:#4f46e5;border:none;border-radius:50%;width:32px;height:32px;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-input.svelte-dxn3c8 button:where(.svelte-dxn3c8):hover{background:#4338ca;transform:scale(1.05)}@media(max-width:768px){.chat-box.svelte-dxn3c8{bottom:160px;left:12px;right:12px;transform:none;width:auto}.chat-input.svelte-dxn3c8 input:where(.svelte-dxn3c8){font-size:16px;padding:10px 12px}.message.svelte-dxn3c8{font-size:11px}}
