.app-layout.svelte-12qhfyh{display:flex;height:100vh;overflow:hidden}.sidebar.svelte-12qhfyh{width:240px;flex-shrink:0;background:var(--bg-surface);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:width .2s ease}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.65rem;text-decoration:none;padding:1rem 1rem .85rem}.logo-mark.svelte-12qhfyh{width:28px;height:28px;background:var(--primary);border-radius:7px;display:flex;align-items:center;justify-content:center}.logo-text.svelte-12qhfyh{font-weight:700;font-size:.9375rem;color:var(--text);letter-spacing:-.02em}.sidebar-nav.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.25rem .5rem;display:flex;flex-direction:column;gap:.5rem}.nav-section.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px}.section-label.svelte-12qhfyh{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding:1rem .5rem .35rem}.sidebar-link.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:var(--radius);color:var(--text-muted);font-size:.8125rem;font-weight:450;transition:all var(--transition);text-decoration:none}.sidebar-link.svelte-12qhfyh:hover{color:var(--text-secondary);background:var(--bg-hover)}.sidebar-link.active.svelte-12qhfyh{color:var(--text);background:var(--bg-active);box-shadow:inset 3px 0 0 var(--primary)}.link-icon.svelte-12qhfyh{width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.4;flex-shrink:0;transition:opacity var(--transition)}.sidebar-link.svelte-12qhfyh:hover .link-icon:where(.svelte-12qhfyh){opacity:.6}.sidebar-link.active.svelte-12qhfyh .link-icon:where(.svelte-12qhfyh){opacity:.85}.link-label.svelte-12qhfyh{flex:1}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:.75rem;display:flex;align-items:center;gap:.5rem}.user-block.svelte-12qhfyh{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0;text-decoration:none;border-radius:var(--radius);padding:.25rem;margin:-.25rem;transition:background var(--transition)}.user-block.svelte-12qhfyh:hover{background:var(--bg-hover)}.user-info.svelte-12qhfyh{min-width:0}.user-name.svelte-12qhfyh{font-size:.8125rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn.svelte-12qhfyh{padding:.35rem;color:var(--text-muted);display:flex;align-items:center;border-radius:var(--radius-sm)}.logout-btn.svelte-12qhfyh:hover{color:var(--danger);background:var(--danger-subtle)}.main-area.svelte-12qhfyh{flex:1;overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}main.svelte-12qhfyh{flex:1;overflow-y:auto;height:100%}.unauthenticated.svelte-12qhfyh{height:100vh}.theme-toggle.svelte-12qhfyh{padding:.35rem;color:var(--text-muted);display:flex;align-items:center;border-radius:var(--radius-sm)}.theme-toggle.svelte-12qhfyh:hover{color:var(--warning);background:var(--warning-subtle)}.collapse-btn.svelte-12qhfyh{padding:.35rem;color:var(--text-muted);display:flex;align-items:center;border-radius:var(--radius-sm)}.collapse-btn.svelte-12qhfyh:hover{color:var(--text-secondary);background:var(--bg-hover)}.sidebar.collapsed.svelte-12qhfyh{width:56px}.sidebar.collapsed.svelte-12qhfyh .link-label:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .section-label:where(.svelte-12qhfyh),.sidebar.collapsed.svelte-12qhfyh .user-info:where(.svelte-12qhfyh){display:none}.sidebar.collapsed.svelte-12qhfyh .sidebar-link:where(.svelte-12qhfyh){justify-content:center;padding:.5rem}.sidebar.collapsed.svelte-12qhfyh .logo:where(.svelte-12qhfyh){justify-content:center;padding:1rem .5rem .85rem}.sidebar.collapsed.svelte-12qhfyh .sidebar-footer:where(.svelte-12qhfyh){flex-direction:column;gap:.35rem}.sidebar.collapsed.svelte-12qhfyh .user-block:where(.svelte-12qhfyh){justify-content:center}.mobile-header.svelte-12qhfyh{display:none;position:sticky;top:0;z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border);padding:.5rem .75rem;padding-top:calc(var(--safe-top) + .5rem);padding-left:calc(var(--safe-left) + .75rem);padding-right:calc(var(--safe-right) + .75rem);justify-content:center;align-items:center}.mobile-logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none}.mobile-backdrop.svelte-12qhfyh{display:none;position:fixed;inset:0;background:#00000080;z-index:49}.bottom-nav.svelte-12qhfyh,.more-overlay.svelte-12qhfyh{display:none}@media(max-width:768px){.mobile-header.svelte-12qhfyh{display:flex}.app-layout.svelte-12qhfyh{flex-direction:column}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .25s ease;width:280px;padding-top:var(--safe-top);display:none}.mobile-backdrop.svelte-12qhfyh{display:none}.main-area.svelte-12qhfyh{height:calc(100vh - 53px - var(--bottom-nav-height) - var(--safe-bottom))}.bottom-nav.svelte-12qhfyh{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--bg-surface);border-top:1px solid var(--border);height:calc(var(--bottom-nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);padding-left:var(--safe-left);padding-right:var(--safe-right);align-items:stretch;justify-content:space-around}.bottom-nav-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;flex:1;color:var(--text-muted);text-decoration:none;font-size:.625rem;font-weight:500;transition:color var(--transition);background:transparent;border:none;padding:0;min-height:0;cursor:pointer}.bottom-nav-item.svelte-12qhfyh:hover,.bottom-nav-item.active.svelte-12qhfyh{color:var(--primary)}.bottom-nav-icon.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.bottom-nav-label.svelte-12qhfyh{line-height:1}.more-overlay.svelte-12qhfyh{display:flex;position:fixed;inset:0;z-index:150;background:#00000080;align-items:flex-end;animation:fadeIn .15s ease}.more-sheet.svelte-12qhfyh{width:100%;background:var(--bg-elevated);border-top:1px solid var(--border-hover);border-radius:16px 16px 0 0;padding-bottom:calc(var(--safe-bottom) + var(--bottom-nav-height));max-height:70vh;overflow-y:auto;animation:svelte-12qhfyh-slideSheetUp .25s ease}@keyframes svelte-12qhfyh-slideSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.more-sheet-handle.svelte-12qhfyh{width:36px;height:4px;background:var(--text-muted);opacity:.3;border-radius:2px;margin:.75rem auto}.more-sheet-nav.svelte-12qhfyh{display:flex;flex-direction:column;padding:0 .5rem}.more-sheet-link.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-lg);color:var(--text-secondary);font-size:.9375rem;font-weight:450;text-decoration:none;transition:all var(--transition);min-height:48px}.more-sheet-link.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text)}.more-sheet-link.active.svelte-12qhfyh{color:var(--primary);background:var(--primary-subtle)}.more-sheet-link.svelte-12qhfyh .link-icon:where(.svelte-12qhfyh){opacity:.6}.more-sheet-link.active.svelte-12qhfyh .link-icon:where(.svelte-12qhfyh){opacity:1}.more-sheet-footer.svelte-12qhfyh{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);margin-top:.5rem}.theme-toggle-mobile.svelte-12qhfyh,.logout-mobile.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;font-size:.8125rem;min-height:44px}.logout-mobile.svelte-12qhfyh:hover{color:var(--danger);background:var(--danger-subtle)}}
