*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f5f8;--bg-elevated: #ebebef;--bg-card: #ffffff;--surface: #ffffff;--surface-hover: #eeeef2;--surface-elevated: #ebebef;--border: #e4e4e8;--text: #14141f;--text-muted: #6b6b78;--green: #25d366;--amber: #f59e0b;--orange: #f59e0b;--red: #ff3b30;--blue: #007aff;--purple: #6b4eff;--purple-light: #9b7fff;--accent: #6b4eff;--accent-hover: #5238e6;--pill-bg: #ebebef;--pill-bg-active: var(--purple);--pill-text: #14141f;--pill-text-active: #ffffff;--radius: 14px;--radius-sm: 8px;--radius-pill: 999px;--sidebar-w: 260px;--roomlist-w: 320px;font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0f0f1a;--bg-elevated: #24243e;--bg-card: #1a1a2e;--surface: #1a1a2e;--surface-hover: #21253a;--surface-elevated: #24243e;--border: #2a2d3e;--text: #eeeeff;--text-muted: #9696a8;--green: #25d366;--amber: #f59e0b;--orange: #f59e0b;--red: #ff453a;--blue: #0a84ff;--purple: #6b4eff;--purple-light: #9b7fff;--accent: #6b4eff;--accent-hover: #8a73ff;--pill-bg: #2a2d3e;--pill-bg-active: var(--purple);--pill-text: #eeeeff;--pill-text-active: #ffffff}}[data-theme=dark]{color-scheme:dark;--bg: #0f0f1a;--bg-elevated: #24243e;--bg-card: #1a1a2e;--surface: #1a1a2e;--surface-hover: #21253a;--surface-elevated: #24243e;--border: #2a2d3e;--text: #eeeeff;--text-muted: #9696a8;--red: #ff453a;--blue: #0a84ff;--accent: #6b4eff;--accent-hover: #8a73ff;--pill-bg: #2a2d3e;--pill-text: #eeeeff}html,body{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Text,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit;font:inherit;padding:.5rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);transition:background .12s,border-color .12s,color .12s}button:hover{background:var(--surface-hover)}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit;padding:.6rem .8rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text);width:100%;box-sizing:border-box}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}label{display:block;margin-bottom:.4rem;font-size:.85rem;color:var(--text-muted)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.relay-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:1.05rem}.relay-brand svg{width:22px;height:22px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.naked.svelte-12qhfyh{min-height:100vh;padding:1.25rem;max-width:720px;margin:0 auto}.root-shell.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;align-self:flex-start;height:100vh;max-height:100vh;transition:width .2s ease;z-index:30}.sidebar.collapsed.svelte-12qhfyh{width:64px}.sidebar-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border);min-height:52px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text);font-weight:700;font-size:15px;letter-spacing:-.2px}.brand-icon.svelte-12qhfyh{line-height:0}.sidebar.collapsed.svelte-12qhfyh .brand-name:where(.svelte-12qhfyh){display:none}.collapse-btn.svelte-12qhfyh{background:none;border:none;color:var(--text-muted);font-size:14px;padding:4px 6px;border-radius:4px;line-height:1}.collapse-btn.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text)}.sidebar-nav.svelte-12qhfyh{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:var(--text-muted);font-size:14px;text-decoration:none;white-space:nowrap;transition:background .12s,color .12s}.nav-item.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active.svelte-12qhfyh{background:var(--surface-hover);color:var(--text);font-weight:600}.nav-item-soon.svelte-12qhfyh{opacity:.55;cursor:default}.nav-item-soon.svelte-12qhfyh:hover{background:transparent;color:var(--text-muted)}.nav-icon.svelte-12qhfyh{font-size:16px;width:22px;text-align:center;flex-shrink:0}.nav-label.svelte-12qhfyh{flex:1;overflow:hidden;text-overflow:ellipsis}.soon-badge.svelte-12qhfyh{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--bg-elevated);color:var(--text-muted);padding:1px 5px;border-radius:999px}.sidebar.collapsed.svelte-12qhfyh .nav-label:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .soon-badge:where(.svelte-12qhfyh){display:none}.sidebar.collapsed.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh){justify-content:center;padding:8px 4px}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.sidebar-footer.collapsed.svelte-12qhfyh{padding:10px 0;align-items:center}.user-row.svelte-12qhfyh{display:flex;align-items:center;gap:8px;min-width:0}.user-avatar.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-meta.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.user-id.svelte-12qhfyh{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.conn-pill.svelte-12qhfyh{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.conn-dot.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.conn-pill.on.svelte-12qhfyh{color:var(--green)}.conn-pill.on.svelte-12qhfyh .conn-dot:where(.svelte-12qhfyh){background:var(--green)}.footer-actions.svelte-12qhfyh{display:flex;gap:4px}.sidebar-footer.collapsed.svelte-12qhfyh .footer-actions:where(.svelte-12qhfyh){flex-direction:column;align-items:center}.footer-btn.svelte-12qhfyh{background:none;border:1px solid var(--border);color:var(--text-muted);width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .12s,color .12s,border-color .12s}.footer-btn.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-muted)}.footer-btn.logout.svelte-12qhfyh:hover{color:var(--red);border-color:var(--red)}.main-content.svelte-12qhfyh{flex:1;min-width:0;display:flex;flex-direction:column}.mobile-tab-bar.svelte-12qhfyh,.mobile-backdrop.svelte-12qhfyh{display:none}@media (max-width: 768px){.root-shell.svelte-12qhfyh{flex-direction:column}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;height:100dvh;width:260px;transform:translate(-100%);transition:transform .22s ease;z-index:60}.sidebar.mobile-open.svelte-12qhfyh{transform:translate(0)}.sidebar.collapsed.svelte-12qhfyh{width:260px}.sidebar.collapsed.svelte-12qhfyh .brand-name:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .nav-label:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .soon-badge:where(.svelte-12qhfyh){display:inline}.sidebar.collapsed.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh){justify-content:flex-start;padding:8px 10px}.collapse-btn.svelte-12qhfyh{display:none}.mobile-backdrop.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:55}.main-content.svelte-12qhfyh{width:100%;padding-bottom:calc(56px + env(safe-area-inset-bottom,0))}.mobile-tab-bar.svelte-12qhfyh{display:flex;position:fixed;bottom:calc(8px + env(safe-area-inset-bottom,0));left:12px;right:12px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:0 4px 16px #0000002e;padding:4px;justify-content:space-around;z-index:50}.mobile-tab.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 0;color:var(--text-muted);text-decoration:none;border-radius:16px;background:transparent;border:none}.mobile-tab.active.svelte-12qhfyh{color:var(--accent)}.mobile-tab.as-button.svelte-12qhfyh{font:inherit;cursor:pointer}.mobile-tab-icon.svelte-12qhfyh{font-size:18px;line-height:1}.mobile-tab-label.svelte-12qhfyh{font-size:10px;font-weight:600}}
