.dashboard-shell-frame{min-height:100dvh;color:var(--app-shell-text);font-family:var(--app-shell-font);background:var(--app-shell-canvas);overflow:hidden}.dashboard-shell-surface{grid-template-columns:var(--app-shell-rail-width) minmax(0, 1fr);grid-template-rows:var(--app-shell-header-height) minmax(0, 1fr);background:var(--app-shell-panel);width:100vw;height:100dvh;transition:grid-template-columns .18s var(--app-shell-easing);display:grid;overflow:hidden}.dashboard-shell-surface[data-sidebar-state=open]{grid-template-columns:var(--app-shell-sidebar-width) minmax(0, 1fr)}.dashboard-shell-rail{z-index:50;min-width:0;min-height:0;color:var(--app-shell-text);background:var(--app-shell-canvas);border-right:1px solid var(--app-shell-border);flex-direction:column;grid-area:1/1/-1;align-items:stretch;padding:0 8px;display:flex}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-rail{padding-inline:12px}.dashboard-shell-mark-control{width:36px;height:36px;color:var(--app-shell-text);border-radius:var(--app-shell-control-radius);cursor:pointer;transition:background-color .1s ease, width .18s var(--app-shell-easing);background:0 0;border:0;outline:none;flex:none;justify-content:center;align-items:center;margin:7px auto;padding:0;display:flex;position:relative}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-mark-control{justify-content:flex-start;width:100%;margin-inline:0;padding:0 7px}.dashboard-shell-mark-control:hover,.dashboard-shell-mark-control:focus-visible{background:var(--app-shell-control)}.dashboard-shell-mark-control:focus-visible,.dashboard-shell-nav-button:focus-visible,.dashboard-shell-topbar-toggle:focus-visible,.dashboard-shell-profile-trigger:focus-visible{outline:2px solid var(--app-shell-text);outline-offset:2px}.dashboard-shell-logo-wrap{flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.dashboard-shell-brand-label{min-width:0;color:var(--app-shell-text);text-overflow:ellipsis;white-space:nowrap;margin-left:8px;font-size:14px;font-weight:650;line-height:20px;display:none;overflow:hidden}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-brand-label{display:inline}.dashboard-shell-mark-hover-icon{color:var(--app-shell-text-muted);opacity:0;margin-left:auto;transition:opacity .1s;display:none}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-mark-hover-icon{display:block}.dashboard-shell-mark-control:hover .dashboard-shell-mark-hover-icon,.dashboard-shell-mark-control:focus-visible .dashboard-shell-mark-hover-icon{opacity:1}.dashboard-shell-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:20px;min-height:0;padding-top:8px;display:flex;overflow:hidden auto}.dashboard-shell-nav::-webkit-scrollbar{display:none}.dashboard-shell-nav-group{flex-direction:column;flex:none;display:flex}.dashboard-shell-nav-group--footer{margin-top:auto}.dashboard-shell-nav-group-label{height:26px;color:var(--app-shell-text-muted);align-items:center;margin:0;padding:0 6px;font-size:13px;font-weight:500;line-height:20px;display:none}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-nav-group-label{display:flex}.dashboard-shell-nav-group-items{flex-direction:column;gap:4px;display:flex}.dashboard-shell-nav-button{width:36px;height:var(--app-shell-control-height);flex:0 0 var(--app-shell-control-height);color:var(--app-shell-text-muted);border-radius:var(--app-shell-control-radius);cursor:pointer;transition:background-color 90ms ease, color 90ms ease, width .18s var(--app-shell-easing), transform 80ms ease;background:0 0;border:0;outline:none;justify-content:center;align-items:center;margin:0 auto;padding:0;text-decoration:none;display:inline-flex;overflow:hidden}.dashboard-shell-nav-button[data-expanded=true]{justify-content:flex-start;gap:8px;width:100%;margin-inline:0;padding:0 8px}.dashboard-shell-nav-button:hover,.dashboard-shell-nav-button:focus-visible{background:var(--app-shell-control)}.dashboard-shell-nav-button:active{transform:translateY(1px)}.dashboard-shell-nav-button[data-active=true]{color:var(--app-shell-text);background:var(--app-shell-control)}.dashboard-shell-nav-icon{flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.dashboard-shell-nav-label{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;display:none;overflow:hidden}.dashboard-shell-nav-button[data-expanded=true] .dashboard-shell-nav-label{display:inline}.dashboard-shell-legal{height:44px;color:var(--app-shell-text-muted);flex:none;align-items:center;padding:0 6px;font-size:11px;line-height:16px;display:none}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-legal{display:flex}.dashboard-shell-topbar{z-index:20;background:color-mix(in srgb, var(--app-shell-panel) 90%, transparent);backdrop-filter:blur(4px);border-bottom:1px solid var(--app-shell-border);grid-area:1/2;align-items:center;gap:8px;min-width:0;padding:0 10px;display:flex;position:relative}.dashboard-shell-greeting{min-width:0;color:var(--app-shell-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.dashboard-shell-topbar-toggle{width:32px;height:32px;color:var(--app-shell-text-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:0 0 32px;justify-content:center;align-items:center;padding:0;display:inline-flex}.dashboard-shell-topbar-toggle:hover{color:var(--app-shell-text);background:var(--app-shell-control)}.dashboard-shell-topbar-actions{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.dashboard-shell-profile-trigger{width:36px;height:36px;color:var(--app-shell-text-muted);cursor:pointer;background:0 0;border:0;border-radius:9999px;outline:none;flex:0 0 36px;justify-content:center;align-items:center;padding:0;transition:background-color .1s;display:inline-flex}.dashboard-shell-profile-trigger:hover,.dashboard-shell-profile-trigger[data-state=open]{background:var(--app-shell-control)}.dashboard-shell-content{z-index:10;background:var(--app-shell-panel);flex-direction:column;grid-area:2/2;min-width:0;min-height:0;display:flex;overflow:hidden}.dashboard-shell-backdrop{z-index:40;cursor:pointer;background:#00000061;border:0;padding:0;position:fixed;inset:0}@media (width<=1023px){.dashboard-shell-surface,.dashboard-shell-surface[data-sidebar-state=open]{grid-template-columns:var(--app-shell-rail-width) minmax(0, 1fr)}.dashboard-shell-rail{width:var(--app-shell-rail-width);transition:width .18s var(--app-shell-easing), box-shadow .18s ease;position:fixed;inset:0 auto 0 0}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-rail{width:var(--app-shell-sidebar-width);box-shadow:12px 0 28px #00000038}}@media (width<=719px){.dashboard-shell-surface,.dashboard-shell-surface[data-sidebar-state=open]{grid-template-columns:0 minmax(0,1fr)}.dashboard-shell-rail{width:min(var(--app-shell-sidebar-width), calc(100vw - 48px));visibility:hidden;transition:transform .18s var(--app-shell-easing), visibility 0s linear .18s;transform:translate(-100%)}.dashboard-shell-surface[data-sidebar-state=open] .dashboard-shell-rail{width:min(var(--app-shell-sidebar-width), calc(100vw - 48px));visibility:visible;transition:transform .18s var(--app-shell-easing), visibility 0s linear 0s;transform:translate(0)}.dashboard-shell-topbar{padding-inline:8px}.dashboard-shell-greeting{max-width:calc(100vw - 132px)}}@media (prefers-reduced-motion:reduce){.dashboard-shell-surface,.dashboard-shell-rail,.dashboard-shell-mark-control,.dashboard-shell-nav-button{transition:none}.dashboard-shell-nav-button:active{transform:none}}