:root{--bg:#e8ecf1;--surface:#fff;--sidebar-bg:transparent;--text:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--accent:#1a1a2e;--accent-green:#22c55e;--border:#d1d5db;--border-light:#e5e7eb;--input-bg:#fafafa;--user-bubble-bg:#dcdce5;--user-bubble-text:#1a1a2e;--assistant-bubble-bg:#fff;--danger:#ef4444;--radius:12px;--radius-sm:8px;--radius-lg:20px;--radius-full:9999px;--shadow:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--font:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;--transition:.15s ease;--sidebar-width:220px}[data-theme=dark]{--bg:#0f1117;--surface:#1c1e26;--sidebar-bg:transparent;--text:#e8eaf0;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent:#c7ccda;--accent-green:#22c55e;--border:#2e3140;--border-light:#252836;--input-bg:#14161e;--user-bubble-bg:#2a2d3a;--user-bubble-text:#e8eaf0;--assistant-bubble-bg:#1c1e26;--danger:#ef4444;--shadow:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f1117;--surface:#1c1e26;--sidebar-bg:transparent;--text:#e8eaf0;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent:#c7ccda;--accent-green:#22c55e;--border:#2e3140;--border-light:#252836;--input-bg:#14161e;--user-bubble-bg:#2a2d3a;--user-bubble-text:#e8eaf0;--assistant-bubble-bg:#1c1e26;--danger:#ef4444;--shadow:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;height:var(--vv-height,100dvh);font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:15px;line-height:1.5;overflow:hidden}a{color:var(--accent);text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input{font-family:inherit;font-size:inherit}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.sidebar.svelte-129hoe0{width:210px;min-width:210px;height:100vh;height:var(--vv-height,100dvh);background:var(--bg);flex-direction:column;justify-content:space-between;padding:28px 20px 20px;display:flex;position:sticky;top:0}@media (width<=768px){.sidebar.svelte-129hoe0{width:280px;min-width:280px;position:relative}}.sidebar-top.svelte-129hoe0{flex-direction:column;display:flex}.user-profile.svelte-129hoe0{border-radius:var(--radius-sm);align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;display:flex}.avatar.svelte-129hoe0{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:600;display:flex}.user-info.svelte-129hoe0{flex-direction:column;display:flex}.user-name.svelte-129hoe0{font-size:14px;font-weight:600}.nav-list.svelte-129hoe0{flex-direction:column;gap:4px;margin-top:20px;padding:0;list-style:none;display:flex}.nav-item-row.svelte-129hoe0{align-items:center;gap:4px;display:flex}.nav-item-row.svelte-129hoe0 .nav-item:where(.svelte-129hoe0){flex:1}.nav-item.svelte-129hoe0{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);align-items:center;gap:6px;padding:8px 12px;font-size:14px;text-decoration:none;display:flex}.nav-item.svelte-129hoe0:hover{color:var(--text);background:#0000000a}.nav-item.active.svelte-129hoe0{color:var(--text);font-weight:600}.dot.svelte-129hoe0{color:var(--accent);font-size:8px}.chats-toggle.svelte-129hoe0{cursor:pointer;width:26px;height:26px;color:var(--text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;transition:transform .2s,background .15s;display:flex}.chats-toggle.svelte-129hoe0:hover{color:var(--text);background:#0000000f}.chats-toggle.expanded.svelte-129hoe0{color:var(--text);transform:rotate(90deg)}.chats-dropdown.svelte-129hoe0{scrollbar-width:none;max-height:360px;margin:2px 0 4px;padding:4px 0 4px 8px;list-style:none;overflow:hidden auto}.chats-dropdown.svelte-129hoe0:hover{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.chat-item.svelte-129hoe0{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:36px;padding:0 10px;font-size:13px;text-decoration:none;display:flex}.chat-item.svelte-129hoe0:hover{color:var(--text);background:#0000000a}.chat-item.active.svelte-129hoe0{color:var(--text);font-weight:600}.chat-title.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.chat-date.svelte-129hoe0{color:var(--text-muted);flex-shrink:0;font-size:11px}.chats-empty.svelte-129hoe0{color:var(--text-muted);padding:8px 10px;font-size:12px}.sidebar-bottom.svelte-129hoe0{border-top:1px solid var(--border-light);padding-top:12px}.logout-btn.svelte-129hoe0{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);text-align:left;transition:all var(--transition);padding:8px 12px;font-size:13px}.logout-btn.svelte-129hoe0:hover{color:var(--danger);background:#0000000a}.auth-loading.svelte-12qhfyh{background:var(--bg);height:100dvh}.app-layout.svelte-12qhfyh{height:100vh;height:var(--vv-height,100dvh);display:flex;position:relative}.mobile-menu-btn.svelte-12qhfyh{z-index:100;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;width:36px;height:36px;padding:0;display:none;position:absolute;top:8px;left:16px}.mobile-menu-btn.svelte-12qhfyh:hover{background:var(--border-light)}.sidebar-wrapper.svelte-12qhfyh{display:flex}.sidebar-overlay.svelte-12qhfyh{display:none}.main-content.svelte-12qhfyh{border-left:1px solid var(--border-light);flex:1;width:100%;display:flex;overflow:hidden}body.sidebar-open .sidebar-wrapper.svelte-12qhfyh{transform:translate(0)}body.sidebar-open .sidebar-overlay.svelte-12qhfyh{display:block}body.sidebar-open{overflow:hidden}@media (width<=768px){.mobile-menu-btn.svelte-12qhfyh{justify-content:center;align-items:center;display:flex}.sidebar-wrapper.svelte-12qhfyh{z-index:999;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar-overlay.svelte-12qhfyh{z-index:-1;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.main-content.svelte-12qhfyh{border-left:none}}
