.dashboard-shell{--rail-width:64px;--sidebar-width:240px;--topbar-height:48px;background:var(--background);color:var(--foreground);display:grid;font-family:var(--font-sans);font-feature-settings:"ss01","cv11";font-size:var(--text-base);line-height:var(--leading-normal);grid-template-columns:var(--rail-width) var(--sidebar-width) 1fr;height:100vh;min-width:0;overflow:hidden;position:relative;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%}.dashboard-shell.sidebar-collapsed{grid-template-columns:var(--rail-width) 1fr}.dashboard-shell.sidebar-collapsed>.sidebar{display:none}.dashboard-shell *,.dashboard-shell :after,.dashboard-shell :before{box-sizing:border-box}.dashboard-shell button{background:none;border:0;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0}.impersonation-frame{display:flex;flex-direction:column;height:100vh;width:100%}.impersonation-frame>.dashboard-shell{flex:1 1 auto;height:auto;min-height:0}.impersonation-banner{align-items:center;background:var(--destructive);color:var(--destructive-foreground);display:flex;flex:0 0 auto;font-size:var(--text-sm);font-weight:var(--weight-medium);gap:12px;justify-content:space-between;padding:8px 16px;width:100%}.impersonation-banner-text{align-items:center;display:flex;gap:8px;min-width:0}.impersonation-banner-dot{border-radius:var(--radius-full);height:8px;width:8px}.impersonation-banner-dot,.impersonation-banner-exit{background:var(--destructive-foreground);flex:0 0 auto}.impersonation-banner-exit{border-radius:var(--radius-sm);color:var(--destructive);font-size:var(--text-sm);font-weight:var(--weight-semibold);padding:4px 14px}.impersonation-banner-exit:hover{opacity:.9}.org-switcher-static{color:var(--muted-foreground);font-size:var(--text-sm);font-weight:var(--weight-medium);padding:0 8px}.dashboard-shell a{color:inherit;text-decoration:none}.dashboard-shell img{display:block}.dashboard-shell .mobile-bottom-nav,.dashboard-shell .mobile-drawer,.dashboard-shell .mobile-drawer-scrim,.dashboard-shell .mobile-topbar{display:none}.dashboard-shell .rail{align-items:center;background:var(--shell-rail);box-shadow:var(--shell-rail-border);display:flex;flex-direction:column;gap:4px;padding:14px 0;position:relative;z-index:2}.dashboard-shell .rail-brand{align-items:center;background:var(--shell-brand-surface);border-radius:10px;box-shadow:var(--shell-brand-shadow);display:flex;height:40px;justify-content:center;margin-bottom:8px;width:40px}.dashboard-shell .rail-brand img{height:24px;width:24px}.dashboard-shell .rail-divider{background:var(--shell-rail-divider);height:1px;margin:6px 0;width:24px}.dashboard-shell .rail-divider-muted{margin-bottom:8px;margin-top:8px}.dashboard-shell .rail-btn{align-items:center;border-radius:10px;color:var(--muted-foreground);display:flex;height:40px;justify-content:center;position:relative;transition:background .12s var(--ease-out),color .12s var(--ease-out),box-shadow .12s var(--ease-out);width:40px}.dashboard-shell .rail-btn:hover{background:var(--shell-rail-button-hover);color:var(--foreground-strong)}.dashboard-shell .rail-btn.active{background:var(--shell-rail-button-active);box-shadow:var(--shell-brand-shadow);color:var(--foreground-strong)}.dashboard-shell .rail-btn.active:before{background:var(--foreground-strong);border-radius:0 2px 2px 0;content:"";height:20px;left:-12px;position:absolute;top:50%;transform:translateY(-50%);width:3px}.dashboard-shell .rail-btn.disabled{color:var(--foreground-subtle);cursor:not-allowed;opacity:.55}.dashboard-shell .rail-btn.disabled:hover{background:transparent;color:var(--foreground-subtle)}.dashboard-shell .sidebar-rail-toggle.sidebar-collapsed{color:var(--foreground-strong)}.dashboard-shell .rail-btn svg{height:18px;width:18px}.dashboard-shell .rail-grow{flex:1}.dashboard-shell .rail-tooltip{background:var(--shell-tooltip);border-radius:4px;box-shadow:var(--shadow-2);color:var(--shell-tooltip-foreground);font-family:var(--font-sans);font-size:var(--type-caption-size);font-weight:var(--weight-regular);line-height:var(--leading-normal);left:calc(100% + 8px);opacity:0;padding:4px 8px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .12s var(--ease-out);white-space:nowrap;z-index:10}.dashboard-shell .rail-btn:hover .rail-tooltip{opacity:1}.dashboard-shell .rail-avatar{align-items:center;background:var(--shell-avatar);border-radius:50%;box-shadow:var(--shadow-1);color:var(--shell-avatar-foreground);display:flex;flex-shrink:0;font-family:var(--font-sans);font-size:var(--type-caption-size);font-weight:var(--type-eyebrow-weight);line-height:1;height:32px;justify-content:center;margin:6px 0;width:32px}.dashboard-shell .sidebar{background:var(--shell-sidebar);box-shadow:var(--shell-sidebar-border);color:var(--foreground);display:flex;flex-direction:column;min-width:0;position:relative;z-index:1}.dashboard-shell .sb-head{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;gap:10px;padding:16px 16px 12px}.dashboard-shell .sb-title-stack{min-width:0}.dashboard-shell .sb-head .name{color:var(--foreground-strong);font-family:var(--font-sans);font-size:var(--type-body-size);font-weight:var(--type-strong-weight);letter-spacing:var(--tracking-snug);line-height:var(--leading-snug);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .sb-head .sub{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-style:italic;letter-spacing:var(--tracking-normal);line-height:var(--leading-normal);margin-top:2px}.dashboard-shell .sb-head .switcher{color:var(--muted-foreground);height:14px;margin-left:auto;width:14px}.dashboard-shell .sb-search{align-items:center;background:var(--muted);border-radius:var(--radius-sm);box-shadow:var(--shadow-inset-hairline);color:var(--muted-foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-caption-size);font-weight:var(--type-body-weight);gap:8px;margin:12px;padding:7px 10px}.dashboard-shell .sb-search svg{height:13px;width:13px}.dashboard-shell .sb-search .kbd{background:var(--shell-count-background);border-radius:3px;color:var(--muted-foreground);font-family:var(--font-mono);font-size:var(--type-eyebrow-size);line-height:var(--leading-normal);margin-left:auto;padding:1px 5px}.dashboard-shell .sb-scroll{flex:1;overflow-y:auto;padding:4px 8px 16px;scrollbar-color:var(--scrollbar-thumb) transparent;scrollbar-width:thin}.dashboard-shell .sb-section{align-items:center;color:var(--muted-foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-weight:var(--type-eyebrow-weight);gap:6px;letter-spacing:var(--tracking-caps);padding:14px 12px 6px}.dashboard-shell .sb-section .add{align-items:center;border-radius:4px;color:var(--muted-foreground);display:flex;height:18px;justify-content:center;margin-left:auto;width:18px}.dashboard-shell .empty-channel{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-caption-size);font-style:italic;letter-spacing:var(--tracking-normal);padding:8px 10px}.dashboard-shell .tree-node{align-items:center;border-radius:var(--radius-sm);color:var(--foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-ui-size);font-weight:var(--type-ui-weight);gap:8px;padding:6px 10px;position:relative;transition:background .1s var(--ease-out);user-select:none;width:100%}.dashboard-shell .tree-node:hover{background:var(--shell-nav-hover);color:var(--foreground-strong)}.dashboard-shell .tree-node.disabled{color:var(--foreground-subtle);cursor:not-allowed;opacity:.72}.dashboard-shell .tree-node.disabled:hover{background:transparent;color:var(--foreground-subtle)}.dashboard-shell .tree-node.selected{background:var(--shell-nav-selected);color:var(--foreground-strong);font-weight:var(--type-label-weight)}.dashboard-shell .tree-icon{align-items:center;color:var(--muted-foreground);display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.dashboard-shell .tree-icon svg{height:14px;width:14px}.dashboard-shell .tree-node.selected .tree-icon{color:var(--foreground-strong)}.dashboard-shell .tree-label{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .tree-count{align-items:center;background:var(--shell-count-background);border-radius:3px;color:var(--muted-foreground);display:inline-flex;font-family:var(--font-mono);font-size:var(--type-eyebrow-size);line-height:1;height:16px;margin-left:6px;padding:0 5px}.dashboard-shell .sb-foot{align-items:center;border-top:1px solid var(--border-subtle);display:flex;gap:10px;padding:12px}.dashboard-shell .avatar{align-items:center;background:var(--shell-avatar);border-radius:50%;color:var(--shell-avatar-foreground);display:inline-flex;flex-shrink:0;font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-weight:var(--type-eyebrow-weight);line-height:1;height:24px;justify-content:center;width:24px}.dashboard-shell .sb-foot-copy{display:flex;flex-direction:column;min-width:0}.dashboard-shell .sb-foot .who{color:var(--foreground-strong);font-family:var(--font-sans);font-size:var(--type-ui-size);font-weight:var(--type-label-weight);line-height:var(--leading-snug);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .sb-foot .role{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-style:italic;line-height:var(--leading-normal)}.dashboard-shell .main{background:var(--background);display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative;z-index:2}.dashboard-shell .topbar{align-items:center;background:var(--background);border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:12px;height:var(--topbar-height);padding:0 20px}.dashboard-shell .crumbs{align-items:center;color:var(--muted-foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-ui-size);gap:6px}.dashboard-shell .crumbs .current{color:var(--foreground-strong);font-weight:var(--type-label-weight)}.dashboard-shell .grow{flex:1}.dashboard-shell .pill{align-items:center;background:var(--card);border-radius:var(--radius-xs);box-shadow:var(--shadow-inset-hairline);color:var(--muted-foreground);display:inline-flex;font-family:var(--font-mono);font-size:var(--type-eyebrow-size);gap:6px;padding:3px 8px}.dashboard-shell .pill .dot{background:var(--success);border-radius:50%;height:6px;width:6px}.dashboard-shell .org-switcher{position:relative}.dashboard-shell .org-switcher-trigger{align-items:center;background:var(--card);border-radius:var(--radius-sm);box-shadow:var(--shadow-inset-hairline);color:var(--foreground);display:inline-flex;font-family:var(--font-sans);font-size:var(--type-ui-size);font-weight:var(--type-label-weight);gap:8px;height:30px;max-width:240px;padding:0 9px}.dashboard-shell .org-switcher-trigger:disabled{color:var(--foreground-subtle);cursor:not-allowed}.dashboard-shell .org-switcher-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .org-menu{background:var(--shell-popover);border-radius:10px;box-shadow:var(--shadow-2),var(--shadow-inset-hairline);display:flex;flex-direction:column;min-width:260px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:40}.dashboard-shell .org-menu-item{align-items:center;border-radius:var(--radius-sm);color:var(--foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-ui-size);gap:14px;justify-content:space-between;padding:8px 10px;text-align:left}.dashboard-shell .org-menu-item:disabled{cursor:wait;opacity:.72}.dashboard-shell .org-menu-item.active,.dashboard-shell .org-menu-item:hover{background:var(--accent);color:var(--accent-foreground)}.dashboard-shell .org-menu-meta,.dashboard-shell .org-menu-name{display:block}.dashboard-shell .org-menu-name{color:var(--foreground-strong);font-family:var(--font-sans);font-weight:var(--type-label-weight)}.dashboard-shell .org-menu-meta{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-style:italic;margin-top:2px}.dashboard-shell .org-menu-error{color:var(--destructive-muted-foreground);font-family:var(--font-sans);font-size:var(--type-caption-size);line-height:var(--leading-normal);padding:8px 10px 6px}.dashboard-shell .btn,.dashboard-shell .btn-icon{align-items:center;border-radius:var(--radius-sm);display:inline-flex;justify-content:center;transition:background .12s var(--ease-out),transform 80ms var(--ease-out)}.dashboard-shell .btn{font-family:var(--font-sans);font-size:var(--type-ui-size);font-weight:var(--type-control-weight);gap:6px;padding:6px 11px}.dashboard-shell .btn svg{height:14px;width:14px}.dashboard-shell .btn-primary{background:var(--primary);color:var(--primary-foreground)}.dashboard-shell .btn-primary:hover{background:var(--primary-hover)}.dashboard-shell .btn-primary:active{transform:translateY(1px)}.dashboard-shell .btn-secondary{background:var(--card);box-shadow:var(--shadow-inset-hairline);color:var(--foreground)}.dashboard-shell .btn-secondary:hover{background:var(--muted)}.dashboard-shell .btn-icon{color:var(--muted-foreground);height:30px;width:30px}.dashboard-shell .btn-icon:hover{background:var(--muted);color:var(--foreground)}.dashboard-shell .dash-body{background:var(--background);flex:1;overflow-y:auto;scrollbar-color:var(--scrollbar-thumb) transparent;scrollbar-width:thin}.dashboard-shell .empty-wrap{align-items:stretch;display:flex;flex-direction:column;margin:0 auto;max-width:880px;padding:56px 32px 80px}.dashboard-shell .empty-mark{align-items:center;background:var(--card);border-radius:14px;box-shadow:var(--shell-brand-shadow);display:flex;height:56px;justify-content:center;margin-bottom:22px;width:56px}.dashboard-shell .empty-mark img{height:34px;width:34px}.dashboard-shell .empty-stack{display:flex;flex-direction:column;gap:14px;max-width:580px}.dashboard-shell .empty-eyebrow{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-weight:var(--type-eyebrow-weight);letter-spacing:var(--tracking-caps);text-transform:uppercase}.dashboard-shell .empty-title{color:var(--foreground-strong);font-family:var(--font-sans);font-size:var(--text-3xl);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight);line-height:var(--leading-display)}.dashboard-shell .empty-body{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--text-md);font-weight:var(--weight-regular);line-height:var(--leading-normal);max-width:540px}.dashboard-shell .empty-actions{display:flex;gap:10px;margin-top:6px}.dashboard-shell .empty-checklist{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-inset-hairline),var(--shadow-1);margin-top:40px;overflow:hidden}.dashboard-shell .checklist-head{align-items:baseline;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;padding:16px 20px 12px}.dashboard-shell .checklist-title{color:var(--foreground-strong);font-family:var(--font-sans);font-size:var(--type-body-size);font-weight:var(--type-strong-weight);letter-spacing:var(--tracking-snug)}.dashboard-shell .checklist-meta{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-caption-size);font-style:italic;letter-spacing:var(--tracking-normal)}.dashboard-shell .checklist-row{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;gap:14px;padding:14px 20px;text-align:left;transition:background .12s var(--ease-out);width:100%}.dashboard-shell .checklist-row:last-child{border-bottom:0}.dashboard-shell .checklist-row:hover{background:var(--muted)}.dashboard-shell .checklist-tick{align-items:center;border-radius:50%;box-shadow:inset 0 0 0 1.5px var(--border-strong);color:var(--primary-foreground);display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.dashboard-shell .checklist-tick.done{background:var(--primary);box-shadow:none}.dashboard-shell .checklist-copy{display:block;min-width:0}.dashboard-shell .checklist-label{color:var(--foreground-strong);display:block;font-family:var(--font-sans);font-size:var(--type-ui-size);font-weight:var(--type-label-weight)}.dashboard-shell .checklist-desc{color:var(--muted-foreground);display:block;font-family:var(--font-sans);font-size:var(--type-caption-size);font-style:italic;letter-spacing:var(--tracking-normal);margin-top:2px}.dashboard-shell .checklist-arrow{color:var(--foreground-subtle);flex-shrink:0;margin-left:auto}.dashboard-shell .checklist-row:hover .checklist-arrow{color:var(--foreground)}.dashboard-shell.route-loading-shell{pointer-events:none}.dashboard-shell .route-loading-avatar,.dashboard-shell .route-loading-button,.dashboard-shell .route-loading-dot,.dashboard-shell .route-loading-icon,.dashboard-shell .route-loading-input,.dashboard-shell .route-loading-large-mark,.dashboard-shell .route-loading-line,.dashboard-shell .route-loading-mark,.dashboard-shell .route-loading-pill,.dashboard-shell .route-loading-rail-button,.dashboard-shell .route-loading-section{background:var(--muted);box-shadow:var(--shadow-inset-hairline);display:block}.dashboard-shell .route-loading-mark{margin-bottom:8px}.dashboard-shell .route-loading-mark,.dashboard-shell .route-loading-rail-button{border-radius:10px;height:40px;width:40px}.dashboard-shell .route-loading-active{background:var(--card)}.dashboard-shell .route-loading-avatar{border-radius:50%;height:32px;width:32px}.dashboard-shell .route-loading-avatar-small{flex-shrink:0;height:24px;width:24px}.dashboard-shell .route-loading-stack{display:grid;flex:1;gap:7px;min-width:0}.dashboard-shell .route-loading-line{border-radius:999px;height:10px;width:100%}.dashboard-shell .route-loading-line-short{width:42%}.dashboard-shell .route-loading-line-medium{width:68%}.dashboard-shell .route-loading-line-full{width:100%}.dashboard-shell .route-loading-line-eyebrow,.dashboard-shell .route-loading-line-label{height:9px;width:94px}.dashboard-shell .route-loading-line-title{height:34px;max-width:460px;width:76%}.dashboard-shell .route-loading-line-title-small{height:28px;max-width:300px;width:54%}.dashboard-shell .route-loading-line-copy{max-width:540px;width:78%}.dashboard-shell .route-loading-line-copy-short{max-width:360px;width:52%}.dashboard-shell .route-loading-section{border-radius:999px;height:9px;margin:14px 12px 10px;width:76px}.dashboard-shell .route-loading-sidebar-row{align-items:center;display:flex;gap:8px;padding:8px 10px}.dashboard-shell .route-loading-icon{border-radius:5px;flex-shrink:0;height:16px;width:16px}.dashboard-shell .route-loading-topbar-title{width:180px}.dashboard-shell .route-loading-pill{border-radius:var(--radius-xs);height:24px;width:86px}.dashboard-shell .route-loading-button{border-radius:var(--radius-sm);height:30px;width:96px}.dashboard-shell .route-loading-dashboard,.dashboard-shell .route-loading-settings-panel{color:var(--foreground);margin:0 auto;padding:48px 32px 80px}.dashboard-shell .route-loading-dashboard{max-width:880px}.dashboard-shell .route-loading-settings-panel{max-width:920px}.dashboard-shell .route-loading-large-mark{border-radius:14px;height:56px;margin-bottom:24px;width:56px}.dashboard-shell .route-loading-panel-head{display:grid;gap:12px;max-width:620px}.dashboard-shell .route-loading-card{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-inset-hairline),var(--shadow-1);margin-top:28px;overflow:hidden}.dashboard-shell .route-loading-list-card{margin-top:40px}.dashboard-shell .route-loading-card-head{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;gap:24px;justify-content:space-between;padding:16px 20px 12px}.dashboard-shell .route-loading-list-row{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;gap:14px;padding:14px 20px}.dashboard-shell .route-loading-list-row:last-child{border-bottom:0}.dashboard-shell .route-loading-dot{border-radius:50%;flex-shrink:0;height:18px;width:18px}.dashboard-shell .route-loading-form-card,.dashboard-shell .route-loading-profile-card{padding:18px}.dashboard-shell .route-loading-form-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-shell .route-loading-field{display:grid;gap:8px}.dashboard-shell .route-loading-input{border-radius:var(--radius-sm);height:38px}.dashboard-shell .route-loading-profile-card{display:grid;gap:16px;max-width:520px}.dashboard-shell .route-loading-profile-avatar{height:56px;width:56px}.dashboard-shell .route-loading-table-card{overflow-x:auto}.dashboard-shell .route-loading-table-head,.dashboard-shell .route-loading-table-row{display:grid;gap:18px;grid-template-columns:minmax(180px,1fr) 120px 96px;min-width:620px;padding:14px 18px}.dashboard-shell .route-loading-table-head,.dashboard-shell .route-loading-table-row{border-bottom:1px solid var(--border-subtle)}.dashboard-shell .route-loading-table-row:last-child{border-bottom:0}@media (max-width:1100px){.dashboard-shell{--sidebar-width:220px}.dashboard-shell .topbar{gap:8px;padding:0 14px}.dashboard-shell .pill{display:none}.dashboard-shell .org-switcher-trigger{max-width:200px}.dashboard-shell .empty-wrap{padding:48px 24px 72px}}@media (max-width:900px){.dashboard-shell{--rail-width:56px;--sidebar-width:208px}.dashboard-shell .topbar{gap:6px;padding:0 12px}.dashboard-shell .org-switcher-trigger{max-width:176px}.dashboard-shell .empty-title{font-size:var(--text-3xl)}}@media (min-width:768px) and (max-width:1023.98px){.dashboard-shell{grid-template-columns:var(--rail-width) 1fr}.dashboard-shell .sidebar-rail-toggle,.dashboard-shell>.sidebar{display:none}}@media (max-width:767.98px){.dashboard-shell{height:100dvh;min-width:0;width:100%}.dashboard-shell,.dashboard-shell.sidebar-collapsed{grid-template-columns:1fr}.dashboard-shell .topbar,.dashboard-shell>.rail,.dashboard-shell>.sidebar{display:none}.dashboard-shell .mobile-topbar{align-items:center;background:var(--background);border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:8px;height:52px;padding:0 6px 0 8px;position:sticky;top:0;z-index:3}.dashboard-shell .mobile-bottom-nav{align-items:center;backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08);background:var(--shell-mobile-nav);border:1px solid var(--shell-mobile-nav-border);border-radius:999px;bottom:calc(14px + env(safe-area-inset-bottom));box-shadow:var(--shell-mobile-nav-shadow);display:flex;gap:4px;justify-content:center;left:50%;overflow:hidden;padding:7px 9px;position:fixed;right:auto;transform:translateX(-50%);width:min(calc(100vw - 32px),356px);z-index:30}.dashboard-shell .mobile-bottom-item{align-items:center;border-radius:999px;color:var(--muted-foreground);display:inline-flex;flex:1;flex-direction:column;font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-weight:var(--type-label-weight);gap:4px;justify-content:center;max-width:86px;min-height:50px;min-width:0;padding:5px 7px;transition:background .14s var(--ease-out),color .14s var(--ease-out),transform .1s var(--ease-out)}.dashboard-shell .mobile-bottom-item.active{color:var(--foreground-strong)}.dashboard-shell .mobile-bottom-item.disabled{color:var(--foreground-subtle);cursor:not-allowed;opacity:.62}.dashboard-shell .mobile-bottom-icon{align-items:center;border-radius:999px;display:inline-flex;height:30px;justify-content:center;width:42px;transition:background .14s var(--ease-out),box-shadow .14s var(--ease-out),color .14s var(--ease-out)}.dashboard-shell .mobile-bottom-icon svg{height:18px;width:18px}.dashboard-shell .mobile-bottom-item.active .mobile-bottom-icon{background:var(--primary);color:var(--primary-foreground)}.dashboard-shell .mobile-bottom-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.dashboard-shell .mobile-topbar-icon{align-items:center;border-radius:var(--radius-sm);color:var(--foreground-strong);display:inline-flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.dashboard-shell .mobile-topbar-icon svg{height:20px;width:20px}.dashboard-shell .mobile-topbar-icon:active{background:var(--muted)}.dashboard-shell .mobile-topbar-icon-disabled,.dashboard-shell .mobile-topbar-icon:disabled{color:var(--foreground-subtle);cursor:not-allowed;opacity:.62}.dashboard-shell .mobile-topbar-title{align-items:center;display:flex;flex:1;gap:8px;min-width:0}.dashboard-shell .mobile-topbar-crumb{color:var(--foreground-strong);font-family:var(--font-sans);font-size:var(--text-md);font-weight:var(--type-strong-weight);letter-spacing:var(--tracking-snug);line-height:var(--leading-snug);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .mobile-live-pill{align-items:center;background:var(--card);border-radius:var(--radius-xs);box-shadow:var(--shadow-inset-hairline);color:var(--success);display:inline-flex;flex-shrink:0;font-family:var(--font-mono);font-size:var(--type-eyebrow-size);gap:5px;padding:2px 7px}.dashboard-shell .mobile-live-pill .dot{background:var(--success);border-radius:50%;height:5px;width:5px}.dashboard-shell .dash-body{overflow-y:auto;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.dashboard-shell .route-loading-mobile-icon{border-radius:var(--radius-sm);height:38px;width:38px}.dashboard-shell .route-loading-dashboard,.dashboard-shell .route-loading-settings-panel{max-width:none;padding:28px 20px 56px}.dashboard-shell .route-loading-large-mark{border-radius:12px;height:48px;margin-bottom:20px;width:48px}.dashboard-shell .route-loading-line-title{height:30px;width:92%}.dashboard-shell .route-loading-line-title-small{height:26px;width:72%}.dashboard-shell .route-loading-line-copy,.dashboard-shell .route-loading-line-copy-short{width:100%}.dashboard-shell .route-loading-form-grid,.dashboard-shell .route-loading-table-head,.dashboard-shell .route-loading-table-row{grid-template-columns:1fr}.dashboard-shell .route-loading-table-head,.dashboard-shell .route-loading-table-row{min-width:0}.dashboard-shell .empty-wrap{max-width:none;padding:28px 20px 56px}.dashboard-shell .empty-mark{border-radius:12px;height:48px;margin-bottom:18px;width:48px}.dashboard-shell .empty-mark img{height:28px;width:28px}.dashboard-shell .empty-eyebrow{font-size:var(--type-eyebrow-size)}.dashboard-shell .empty-title{font-size:var(--type-page-title-size);letter-spacing:var(--tracking-tight)}.dashboard-shell .empty-body{font-size:var(--type-body-size);line-height:var(--leading-normal)}.dashboard-shell .empty-actions{flex-direction:column;gap:8px;margin-top:10px}.dashboard-shell .empty-actions .btn{border-radius:var(--radius-md);font-size:var(--type-body-size);justify-content:center;padding:11px 14px;width:100%}.dashboard-shell .empty-actions .btn svg{height:16px;width:16px}.dashboard-shell .empty-checklist{border-radius:var(--radius-md);margin-top:28px}.dashboard-shell .checklist-head{padding:14px 16px 10px}.dashboard-shell .checklist-row{gap:12px;padding:13px 16px}.dashboard-shell .checklist-label{font-size:var(--type-ui-size)}.dashboard-shell .checklist-desc{font-size:var(--type-caption-size)}.dashboard-shell .mobile-drawer-scrim{background:var(--shell-overlay);backdrop-filter:blur(2px);display:block;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s var(--ease-out);z-index:40}.dashboard-shell .mobile-drawer-scrim.open{opacity:1;pointer-events:auto}.dashboard-shell .mobile-drawer{background:var(--shell-sidebar);bottom:0;box-shadow:var(--shell-drawer-shadow);display:flex;flex-direction:column;left:0;position:fixed;top:0;transform:translateX(-102%);transition:transform .24s cubic-bezier(.22,1,.36,1),visibility .24s cubic-bezier(.22,1,.36,1);visibility:hidden;width:min(86vw,320px);will-change:transform;z-index:50}.dashboard-shell .mobile-drawer.open{transform:translateX(0);visibility:visible}.dashboard-shell .mobile-drawer-head{align-items:center;border-bottom:1px solid var(--border-subtle);display:flex;gap:10px;padding:14px 8px 14px 14px}.dashboard-shell .mobile-drawer-brand{align-items:center;display:flex;flex:1;gap:10px;min-width:0;text-align:left}.dashboard-shell .mobile-drawer-brand:disabled{cursor:default}.dashboard-shell .mobile-drawer-mark{align-items:center;background:var(--shell-brand-surface);border-radius:9px;box-shadow:var(--shell-brand-shadow);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.dashboard-shell .mobile-drawer-title-stack{min-width:0}.dashboard-shell .mobile-drawer-name{color:var(--foreground-strong);font-size:var(--type-body-size);font-weight:var(--type-strong-weight);letter-spacing:var(--tracking-snug);line-height:var(--leading-snug)}.dashboard-shell .mobile-drawer-name,.dashboard-shell .mobile-drawer-sub{font-family:var(--font-sans);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .mobile-drawer-sub{color:var(--muted-foreground);font-size:var(--type-eyebrow-size);font-style:italic;line-height:var(--leading-normal);margin-top:1px}.dashboard-shell .mobile-drawer-search{align-items:center;background:var(--muted);border-radius:var(--radius-sm);box-shadow:var(--shadow-inset-hairline);color:var(--muted-foreground);cursor:not-allowed;display:flex;font-family:var(--font-sans);font-size:var(--type-ui-size);gap:8px;margin:12px;opacity:.82;padding:9px 12px}.dashboard-shell .mobile-drawer-search svg{height:14px;width:14px}.dashboard-shell .mobile-drawer-search .kbd{background:var(--shell-count-background);border-radius:3px;color:var(--muted-foreground);font-family:var(--font-mono);font-size:var(--type-eyebrow-size);margin-left:auto;padding:1px 5px}.dashboard-shell .mobile-workspace-menu{background:var(--card);border-bottom:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:2px;padding:6px 8px 8px}.dashboard-shell .mobile-drawer-scroll{flex:1;overflow-y:auto;padding:4px 8px 16px}.dashboard-shell .mobile-drawer-section{align-items:center;color:var(--muted-foreground);display:flex;font-family:var(--font-sans);font-size:var(--type-eyebrow-size);font-weight:var(--type-eyebrow-weight);gap:6px;letter-spacing:var(--tracking-caps);padding:14px 12px 6px}.dashboard-shell .mobile-drawer-section .add{align-items:center;border-radius:4px;color:var(--muted-foreground);display:flex;height:20px;justify-content:center;margin-left:auto;width:20px}.dashboard-shell .mobile-drawer-node,.dashboard-shell .mobile-drawer-workspace{align-items:center;border-radius:var(--radius-sm);color:var(--foreground);display:flex;font-family:var(--font-sans);min-height:44px;text-align:left;user-select:none;width:100%}.dashboard-shell .mobile-drawer-workspace{gap:10px;justify-content:space-between;padding:9px 12px}.dashboard-shell .mobile-drawer-workspace:disabled{cursor:wait;opacity:.72}.dashboard-shell .mobile-drawer-workspace.selected{background:var(--shell-nav-selected);color:var(--foreground-strong)}.dashboard-shell .mobile-drawer-workspace-copy{display:block;min-width:0}.dashboard-shell .mobile-drawer-workspace-name{color:var(--foreground-strong);display:block;font-size:var(--type-ui-size);font-weight:var(--type-label-weight);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .mobile-drawer-workspace-meta{color:var(--muted-foreground);display:block;font-size:var(--type-eyebrow-size);font-style:italic;line-height:var(--leading-normal);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .mobile-drawer-error{color:var(--destructive-muted-foreground);font-family:var(--font-sans);font-size:var(--type-caption-size);line-height:var(--leading-normal);padding:8px 12px 4px}.dashboard-shell .mobile-drawer-node{gap:10px;padding:10px 12px}.dashboard-shell .mobile-drawer-node:active{background:var(--shell-nav-active)}.dashboard-shell .mobile-drawer-node.selected{background:var(--shell-nav-selected);color:var(--foreground-strong);font-weight:var(--type-label-weight)}.dashboard-shell .mobile-drawer-node.disabled{color:var(--foreground-subtle);cursor:not-allowed;opacity:.72}.dashboard-shell .mobile-drawer-node .tree-icon{height:18px;width:18px}.dashboard-shell .mobile-drawer-node .tree-icon svg{height:16px;width:16px}.dashboard-shell .mobile-drawer-tag{background:var(--muted);border-radius:3px;box-shadow:var(--shadow-inset-hairline);color:var(--muted-foreground);font-family:var(--font-mono);font-size:var(--type-eyebrow-size);letter-spacing:var(--tracking-caps);padding:2px 6px;text-transform:uppercase}.dashboard-shell .mobile-drawer-empty{font-style:italic;letter-spacing:var(--tracking-normal);padding:8px 12px}.dashboard-shell .mobile-drawer-empty,.dashboard-shell .mobile-drawer-placeholder p{color:var(--muted-foreground);font-family:var(--font-sans);font-size:var(--type-ui-size)}.dashboard-shell .mobile-drawer-placeholder p{line-height:var(--leading-normal);margin:0;padding:4px 12px}.dashboard-shell .mobile-drawer-foot{align-items:center;border-top:1px solid var(--border-subtle);display:flex;gap:10px;padding:12px 10px 12px 14px}.dashboard-shell .mobile-drawer-avatar{font-size:var(--type-caption-size);height:32px;width:32px}.dashboard-shell .mobile-drawer-foot-copy{display:flex;flex:1;flex-direction:column;min-width:0}.dashboard-shell .mobile-drawer-foot .who{color:var(--foreground-strong);font-size:var(--type-ui-size);font-weight:var(--type-label-weight);line-height:var(--leading-snug)}.dashboard-shell .mobile-drawer-foot .role,.dashboard-shell .mobile-drawer-foot .who{font-family:var(--font-sans);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .mobile-drawer-foot .role{color:var(--muted-foreground);font-size:var(--type-eyebrow-size);font-style:italic;line-height:var(--leading-normal)}.dashboard-shell .mobile-user-button{align-items:center;display:inline-flex;justify-content:center}}@font-face{font-family:__geistSans_1e4310;src:url(/_next/static/media/4473ecc91f70f139-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistSans_Fallback_1e4310;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_1e4310{font-family:__geistSans_1e4310,__geistSans_Fallback_1e4310}.__variable_1e4310{--font-geist-sans:"__geistSans_1e4310","__geistSans_Fallback_1e4310"}@font-face{font-family:__geistMono_c3aa02;src:url(/_next/static/media/463dafcda517f24f-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistMono_Fallback_c3aa02;src:local("Arial");ascent-override:69.97%;descent-override:16.73%;line-gap-override:7.61%;size-adjust:131.49%}.__className_c3aa02{font-family:__geistMono_c3aa02,__geistMono_Fallback_c3aa02}.__variable_c3aa02{--font-geist-mono:"__geistMono_c3aa02","__geistMono_Fallback_c3aa02"}