.app-shell-sidebar{width:296px;height:100%;transition:width var(--duration-moderate) var(--ease-emphasized,cubic-bezier(.2, 0, 0, 1));background:0 0;flex-direction:column;display:flex}@media (prefers-reduced-motion:reduce){.app-shell-sidebar{transition:none}}.app-shell-sidebar[data-collapsed=true]{width:60px}@media (width<=1280px){.app-shell-sidebar{width:276px}.app-shell-panel{width:216px}}.app-shell-brandbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:48px;padding:0 8px 0 18px;display:flex}.app-shell-sidebar[data-collapsed=true] .app-shell-brandbar{justify-content:center;padding:0}.app-shell-brandbar-mark{cursor:pointer;min-width:0;height:34px;transition:background-color var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;margin-left:-6px;padding:0 6px;display:flex}.app-shell-brandbar-mark:hover{background:var(--background-hover)}.app-shell-brandbar-mark:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}@media (prefers-reduced-motion:reduce){.app-shell-brandbar-mark{transition:none}}.app-shell-zonebar{flex-shrink:0;padding:0 8px 8px 10px}.app-shell-sidebar-body{flex:auto;min-height:0;display:flex}.app-shell-rail{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:60px;height:100%;padding:0 0 12px;display:flex}.app-shell-rail-btn{width:40px;height:40px;color:var(--text-default-body);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1)), color var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.app-shell-rail-btn{transition:none}}.app-shell-rail-btn:hover{background:var(--background-hover);color:var(--text-default-title)}.app-shell-rail-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.app-shell-rail-btn[data-active=true]{background:var(--background-active);color:var(--icon-brand-active)}.app-shell-rail-badge{background:var(--fill-error-bold);min-width:15px;height:15px;color:var(--destructive-foreground);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--bg-primary);pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;padding:0 3px;font-weight:600;line-height:15px;display:inline-flex;position:absolute;top:3px;right:3px}.app-shell-rail-btn-dim{opacity:.65}.app-shell-rail-btn-dim:hover{opacity:1}.app-shell-rail-divider{background:var(--fill-inactive);flex-shrink:0;width:24px;height:1px;margin:6px 0}.app-shell-rail-scroll{scrollbar-width:none;flex-direction:column;flex:auto;align-items:center;gap:4px;width:100%;min-height:0;display:flex;overflow-y:auto}.app-shell-rail-scroll::-webkit-scrollbar{display:none}.app-shell-rail-tip{z-index:95;background:var(--bg-primary);border:1px solid var(--border-stroke-subtle);color:var(--text-default-title);font-size:var(--text-xs);white-space:nowrap;pointer-events:none;border-radius:6px;padding:5px 9px;font-weight:500;position:fixed;left:64px;box-shadow:0 6px 18px #0000001f}.app-shell-rail-flyout{z-index:95;background:var(--bg-primary);border:1px solid var(--border-stroke-subtle);border-radius:12px;flex-direction:column;width:236px;max-height:calc(100vh - 24px);padding:8px;display:flex;position:fixed;left:64px;box-shadow:0 12px 32px #00000029}.app-shell-rail-flyout-title{font-size:var(--text-sm);color:var(--text-default-title);padding:2px 10px 8px;font-weight:600}.app-shell-rail-flyout-body{min-height:0;overflow-y:auto}.app-shell-panel{flex-direction:column;flex:auto;width:236px;min-width:0;height:100%;display:flex}.app-shell-panel-scroll{flex:auto;min-height:0;padding:2px 8px 8px;overflow-y:auto}.app-shell-panel-rule{background:var(--fill-inactive);height:1px;margin:8px 0}.app-shell-panel-foot{border-top:1px solid var(--border-stroke-subtle);flex-shrink:0;padding-top:4px}.app-shell-nav-item{width:100%;height:34px;font-size:var(--text-sm);color:var(--text-default-body);transition:background-color var(--duration-fast,var(--duration-fast)) var(--ease-standard,cubic-bezier(.4, 0, .2, 1)), color var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-weight:500;line-height:1.2;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.app-shell-nav-item{transition:none}}.app-shell-nav-item:hover{background:var(--background-hover);color:var(--text-default-title)}.app-shell-nav-item[data-boxed=true]{background:var(--background-secondary);box-shadow:inset 0 0 0 1px var(--border-inactive)}.app-shell-nav-item[data-boxed=true]:hover{background:var(--fill-secondary-active)}.app-shell-nav-item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.app-shell-nav-item[data-active=true]{background:var(--background-active);color:var(--text-default-title);font-weight:600}.app-shell-nav-item[data-active=true]:before{content:"";background:var(--fill-primary-active);border-radius:0 3px 3px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.app-shell-nav-item[data-active=true] .app-shell-nav-icon{color:var(--icon-brand-active);opacity:1}.app-shell-nav-icon{width:18px;height:18px;color:var(--icon-inactive);transition:color var(--duration-fast,var(--duration-fast)) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));flex-shrink:0}.app-shell-nav-item:hover .app-shell-nav-icon{color:var(--icon-default-active)}.app-shell-nav-item[data-dimmed=true]{opacity:.75}.app-shell-nav-item[data-dimmed=true]:hover{opacity:1}.app-shell-nav-section{font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-inactive);margin:14px 0 4px;padding:0 10px;font-weight:600}.app-shell-nav-group{margin-top:10px}.app-shell-nav-group-head{align-items:center;gap:4px;padding-right:4px;display:flex}.app-shell-nav-group-toggle{min-width:0;height:26px;font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-inactive);cursor:pointer;text-align:left;transition:color var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));background:0 0;border:none;border-radius:6px;flex:auto;align-items:center;gap:4px;padding:0 6px 0 4px;font-weight:600;display:flex}.app-shell-nav-group-toggle:hover{color:var(--text-default-title)}.app-shell-nav-group-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.app-shell-nav-group-chevron{width:12px;height:12px;transition:transform var(--duration-fast) var(--ease-standard,cubic-bezier(.4, 0, .2, 1));flex-shrink:0}@media (prefers-reduced-motion:reduce){.app-shell-nav-group-toggle,.app-shell-nav-group-chevron{transition:none}}.app-shell-tab-bar{bottom:max(12px, env(safe-area-inset-bottom));z-index:30;pointer-events:none;position:fixed;left:12px;right:72px}.app-shell-tab-bar-inner{background:var(--bg-primary);border:1px solid var(--border-stroke-subtle);pointer-events:auto;border-radius:9999px;align-items:center;gap:2px;height:48px;padding:0 6px;display:flex;box-shadow:0 8px 20px #00000014,0 1px 4px #0000000a}.app-shell-nav-fab{bottom:max(12px, env(safe-area-inset-bottom));z-index:31;border:1px solid var(--border-stroke-subtle);background:var(--bg-primary);width:44px;height:44px;color:var(--text-default-title);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform var(--duration-instant) ease;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:fixed;left:12px;box-shadow:0 8px 20px #0000001f,0 1px 4px #0000000f}.app-shell-nav-fab:active{transform:scale(.92)}.app-shell-nav-backdrop{z-index:29;position:fixed;inset:0}.app-shell-tab{min-width:0;height:36px;color:var(--text-default-body);opacity:.75;cursor:pointer;transition:background var(--duration-base) cubic-bezier(.22, .61, .36, 1), opacity .16s ease, color .16s ease, transform 90ms ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;border-radius:12px;flex:1 1 0;justify-content:center;align-items:center;display:flex;position:relative}.app-shell-tab:active{transform:scale(.92)}.app-shell-tab[data-active=true]{background:var(--background-active);color:var(--text-default-title);opacity:1}.app-shell-tab-icon{flex-shrink:0;width:19px;height:19px}.app-shell-tab-badge{background:var(--fill-error-bold);min-width:15px;height:15px;color:var(--destructive-foreground);font-size:var(--text-2xs);text-align:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--bg-primary);pointer-events:none;border-radius:9999px;padding:0 4px;font-weight:600;line-height:15px;position:absolute;top:3px;left:calc(50% + 4px)}.app-shell-tab-badge[data-dot=true]{width:8px;min-width:8px;height:8px;padding:0;top:5px;left:calc(50% + 5px)}.app-shell-nav-fab .app-shell-tab-badge{top:6px;left:calc(50% + 5px)}.app-shell-more-cell{color:var(--text-default-body);cursor:pointer;transition:background var(--duration-fast) ease, color .15s ease, transform 80ms ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px 6px;display:flex}.app-shell-more-cell:active{transform:scale(.96)}.app-shell-more-cell:hover{background:var(--background-tertiary)}.app-shell-more-cell[data-active=true]{background:var(--background-active);color:var(--text-default-title)}.app-shell-more-cell-label{font-size:var(--text-2xs);text-align:center;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;font-weight:500;line-height:1.2;overflow:hidden}.app-shell-more-cell .app-shell-tab-badge{top:-4px;left:calc(50% + 2px)}.app-shell-sidebar[data-rail=false] .app-shell-panel-scroll{padding-left:10px}.app-shell-panel-scroll>.app-shell-nav-section:first-child{margin-top:4px}
