.nav-item.svelte-u4q1e.svelte-u4q1e{position:relative;display:flex;align-items:center;gap:12px;padding:12px;color:#ffffffe6;text-decoration:none;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:var(--nav-transition);font-family:inherit;font-size:14px;font-weight:500;width:100%;text-align:left}.nav-item-small.svelte-u4q1e.svelte-u4q1e{padding:8px;font-size:12px;gap:8px}.nav-item-large.svelte-u4q1e.svelte-u4q1e{padding:14px;font-size:16px;gap:14px}.nav-item.svelte-u4q1e.svelte-u4q1e:hover:not(.active){background:#ffffff1a}.nav-item.active.svelte-u4q1e.svelte-u4q1e{background:#ff6f6133;color:#ff6f61!important}.nav-item.active.svelte-u4q1e .nav-item-icon{color:#ff6f61!important}.nav-item.svelte-u4q1e.svelte-u4q1e:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.nav-item-icon-wrapper.svelte-u4q1e.svelte-u4q1e{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-item-icon{color:currentColor}.nav-item-label.svelte-u4q1e.svelte-u4q1e{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.collapsed.svelte-u4q1e.svelte-u4q1e{justify-content:center;padding:12px}.nav-item.collapsed.svelte-u4q1e .nav-item-label.svelte-u4q1e{display:none}.nav-item.no-label.svelte-u4q1e.svelte-u4q1e{flex-direction:column;gap:4px;padding:8px 4px;font-size:12px}.nav-item-mobile.svelte-u4q1e.svelte-u4q1e{flex-direction:column!important;gap:4px!important;padding:8px 4px!important;justify-content:center!important;align-items:center!important;transition:opacity .2s ease,color .2s ease}.nav-item-mobile.svelte-u4q1e.svelte-u4q1e:not(.active){opacity:.7}.nav-item-mobile.active.svelte-u4q1e.svelte-u4q1e{opacity:1!important}.nav-item-mobile.svelte-u4q1e.svelte-u4q1e:hover:not(.active){opacity:.85}.nav-item-mobile.svelte-u4q1e .nav-item-label.svelte-u4q1e{font-size:11px!important;font-weight:400!important}.nav-badge.svelte-u4q1e.svelte-u4q1e{position:absolute;top:-6px;right:-6px;background:var(--nav-badge-bg);color:var(--nav-badge-text);border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;min-width:18px;text-align:center;line-height:1.2}.nav-badge-dot.svelte-u4q1e.svelte-u4q1e{min-width:8px;height:8px;padding:0;right:-2px;top:-2px}.nav-tooltip.svelte-u4q1e.svelte-u4q1e{position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);padding:6px 12px;background:var(--nav-bg);color:var(--nav-text);border:1px solid var(--nav-border);border-radius:6px;font-size:14px;white-space:nowrap;pointer-events:none;z-index:1000;box-shadow:0 4px 6px -1px #0000001a}.nav-item.svelte-u4q1e.svelte-u4q1e:disabled{opacity:.5;cursor:not-allowed}.nav-overlay.svelte-srutgk{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--nav-overlay-bg);z-index:var(--nav-overlay-z-index);display:flex;align-items:flex-end;justify-content:flex-end;padding-bottom:calc(var(--nav-mobile-height, 68px) + 10px);padding-right:10px}.nav-more-menu.svelte-srutgk{background:#0f2d44;border-radius:12px;width:220px;max-height:400px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000040;border:1px solid rgba(255,255,255,.1)}.menu-header.svelte-srutgk{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--nav-border)}.menu-title.svelte-srutgk{font-size:16px;font-weight:600;color:#fff;margin:0}.close-button.svelte-srutgk{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:50%;color:#ffffffb3;cursor:pointer;transition:var(--nav-transition)}.close-button.svelte-srutgk:hover{background:var(--nav-hover-bg)}.close-button.svelte-srutgk:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.menu-items.svelte-srutgk{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:2px}.menu-item-wrapper.svelte-srutgk{width:100%}.menu-item-wrapper.svelte-srutgk .nav-item{width:100%;justify-content:flex-start;color:#fffc}.menu-item-wrapper.svelte-srutgk .nav-item:hover{background:#ffffff1a;color:#fff}.menu-item-wrapper.svelte-srutgk .nav-item.active{color:#ff6f61!important}@media (min-width: 768px){.nav-overlay.svelte-srutgk{justify-content:center;padding-bottom:calc(var(--nav-mobile-height, 68px) + 20px)}.nav-more-menu.svelte-srutgk{width:280px;max-height:450px}}@media (min-width: 1024px){.nav-overlay.svelte-srutgk{display:none}}.menu-items.svelte-srutgk{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.menu-items.svelte-srutgk::-webkit-scrollbar{width:4px}.menu-items.svelte-srutgk::-webkit-scrollbar-track{background:transparent}.menu-items.svelte-srutgk::-webkit-scrollbar-thumb{background:var(--nav-border);border-radius:2px}.bottom-nav.svelte-nynkh6{position:fixed;bottom:0;left:0;right:0;background:var(--nav-bg);border-top:1px solid var(--nav-border);z-index:var(--nav-z-index);transition:transform .3s ease}.nav-items.svelte-nynkh6{display:flex;justify-content:space-around;align-items:stretch;height:var(--nav-mobile-height, 68px);max-width:100%;margin:0 auto}.nav-item-container.svelte-nynkh6{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;max-width:80px}.nav-item-container.svelte-nynkh6 .nav-item{width:100%;height:100%;border-radius:0;padding:8px 4px;color:#fff!important}.nav-item-container.svelte-nynkh6 .nav-item:not(.active){opacity:.7}.nav-item-container.svelte-nynkh6 .nav-item.active{background:var(--nav-active-bg);color:var(--nav-active-text)!important;opacity:1!important;position:relative}.nav-item-container.svelte-nynkh6 .nav-item-label{color:inherit!important}.nav-item-container.svelte-nynkh6 .nav-item.active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:3px;background:var(--nav-active-text);border-radius:0 0 3px 3px}.offline-indicator.svelte-nynkh6{position:absolute;top:-32px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;box-shadow:0 2px 4px #0000001a;animation:svelte-nynkh6-slide-down .3s ease}@keyframes svelte-nynkh6-slide-down{0%{transform:translate(-50%) translateY(-10px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media (min-width: 1024px){.bottom-nav.svelte-nynkh6{display:none}}@media (display-mode: standalone){.bottom-nav.svelte-nynkh6{background:var(--nav-bg)}}@supports (padding-bottom: env(safe-area-inset-bottom)){.nav-items.svelte-nynkh6{padding-bottom:env(safe-area-inset-bottom);height:calc(var(--nav-mobile-height, 68px) + env(safe-area-inset-bottom))}}.sidenav.svelte-l5j72h.svelte-l5j72h{position:fixed;left:0;top:0;bottom:0;width:var(--nav-desktop-width, 240px);background:#0f2d44;border-right:1px solid var(--nav-border);display:flex;flex-direction:column;transition:width var(--nav-transition-slow);z-index:var(--nav-z-index);overflow:hidden}.sidenav.collapsed.svelte-l5j72h.svelte-l5j72h{width:var(--nav-desktop-width-collapsed, 72px)}.sidenav-header.svelte-l5j72h.svelte-l5j72h{padding:12px 20px 8px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.sidenav.collapsed.svelte-l5j72h .sidenav-header.svelte-l5j72h{padding:12px 12px 8px}.logo-section.svelte-l5j72h.svelte-l5j72h{display:flex;align-items:center;justify-content:center;margin-bottom:8px;padding:8px}.logo.svelte-l5j72h.svelte-l5j72h{width:auto;height:40px;max-width:180px;filter:brightness(1.1)}.sidenav.collapsed.svelte-l5j72h .logo.svelte-l5j72h{height:32px;max-width:48px}.user-avatar.svelte-l5j72h.svelte-l5j72h{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.user-avatar-small.svelte-l5j72h.svelte-l5j72h{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.user-info.svelte-l5j72h.svelte-l5j72h{display:flex;flex-direction:column;min-width:0}.user-name.svelte-l5j72h.svelte-l5j72h{font-size:14px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role.svelte-l5j72h.svelte-l5j72h{font-size:12px;color:#ffffffb3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-section-bottom.svelte-l5j72h.svelte-l5j72h{padding:12px;margin-top:12px;border-top:1px solid rgba(255,255,255,.1)}.user-section-bottom.collapsed.svelte-l5j72h.svelte-l5j72h{padding:8px;display:flex;justify-content:center}.user-profile.svelte-l5j72h.svelte-l5j72h{display:flex;align-items:center;gap:12px;padding:8px;background:#ffffff0d;border-radius:8px;transition:background .2s ease}.user-profile.svelte-l5j72h.svelte-l5j72h:hover{background:#ffffff1a}.user-profile-collapsed.svelte-l5j72h.svelte-l5j72h{display:flex;justify-content:center;align-items:center}.user-profile.clickable.svelte-l5j72h.svelte-l5j72h,.user-profile-collapsed.clickable.svelte-l5j72h.svelte-l5j72h{text-decoration:none;color:inherit;cursor:pointer;transition:all .2s ease}.user-profile.clickable.svelte-l5j72h.svelte-l5j72h:hover{background:#ffffff26;transform:translateY(-1px)}.user-profile-collapsed.clickable.svelte-l5j72h.svelte-l5j72h:hover{transform:translateY(-1px)}.user-profile.clickable.svelte-l5j72h.svelte-l5j72h:active,.user-profile-collapsed.clickable.svelte-l5j72h.svelte-l5j72h:active{transform:translateY(0)}.offline-banner.svelte-l5j72h.svelte-l5j72h{background:#f59e0b;color:#fff;padding:8px 20px;font-size:12px;font-weight:500;text-align:center}.offline-banner.collapsed.svelte-l5j72h.svelte-l5j72h{padding:8px;display:flex;justify-content:center}.offline-dot.svelte-l5j72h.svelte-l5j72h{width:8px;height:8px;background:#fff;border-radius:50%;animation:svelte-l5j72h-pulse 2s infinite}@keyframes svelte-l5j72h-pulse{0%,to{opacity:1}50%{opacity:.5}}.sidenav-main.svelte-l5j72h.svelte-l5j72h{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px}.sidenav.collapsed.svelte-l5j72h .sidenav-main.svelte-l5j72h{padding:12px 8px}.nav-section.svelte-l5j72h.svelte-l5j72h{display:flex;flex-direction:column;gap:4px}.sidenav-footer.svelte-l5j72h.svelte-l5j72h{border-top:1px solid var(--nav-border);padding:12px;flex-shrink:0}.sidenav.collapsed.svelte-l5j72h .sidenav-footer.svelte-l5j72h{padding:12px 8px}.collapse-toggle.svelte-l5j72h.svelte-l5j72h{display:flex;align-items:center;justify-content:center;width:100%;height:36px;background:transparent;border:1px solid var(--nav-border);border-radius:8px;color:var(--nav-text-secondary);cursor:pointer;transition:var(--nav-transition);margin-top:12px}.collapse-toggle.svelte-l5j72h.svelte-l5j72h:hover{background:var(--nav-hover-bg);color:var(--nav-text)}.collapse-toggle.svelte-l5j72h.svelte-l5j72h:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 1023px){.sidenav.svelte-l5j72h.svelte-l5j72h{display:none}}.sidenav-main.svelte-l5j72h.svelte-l5j72h::-webkit-scrollbar{width:4px}.sidenav-main.svelte-l5j72h.svelte-l5j72h::-webkit-scrollbar-track{background:transparent}.sidenav-main.svelte-l5j72h.svelte-l5j72h::-webkit-scrollbar-thumb{background:var(--nav-border);border-radius:2px}.sidenav.svelte-l5j72h .svelte-l5j72h{transition:opacity .2s ease}.navigation-wrapper.svelte-16qf00c{position:relative}.mobile-header.svelte-16qf00c{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:0 2px 4px #0000001a;z-index:100;border-bottom:1px solid #e5e7eb}.mobile-logo.svelte-16qf00c{height:36px;width:auto}.mobile-user-section.svelte-16qf00c{display:flex;align-items:center;gap:8px}.mobile-user-avatar.svelte-16qf00c{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.mobile-user-avatar-placeholder.svelte-16qf00c{width:32px;height:32px;border-radius:50%;background:#0f2d44;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.mobile-user-name.svelte-16qf00c{font-size:14px;font-weight:500;color:#1f2937;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 1024px){.mobile-header.svelte-16qf00c{display:none}}
