@property --col1-w{syntax:"<length>";inherits:true;initial-value:240px}.app-shell{--bg:#fafaf9;--surface:#ffffff;--surface-2:#f4f4f5;--border:#e4e4e7;--border-strong:#d4d4d8;--ink:#0c0a09;--ink-2:#3d332e;--muted:#57534e;--subtle:#a8a29e;--accent:#5b4ae8;--accent-hover:#4838d0;--accent-soft:#eeebff;--accent-soft-strong:#dedafa;--accent-on-dark:#b0a3ff;--em-on-dark:#f5e1b8;--r-sm:6px;--r-md:8px;--r-lg:12px;--sidebar-w:240px;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";min-height:100vh;--sidebar-rail-w:56px;--sidebar-pad:8px;--rail-gutter:calc(var(--sidebar-rail-w) - 2 * var(--sidebar-pad))}.app-shell.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;--col1-w:var(--sidebar-w)}.app-shell.app[data-collapse-ready=true]{transition:grid-template-columns .22s ease,--col1-w .22s ease}.app-shell.app[data-sidebar-collapsed=true]{grid-template-columns:var(--sidebar-rail-w) 1fr;--col1-w:var(--sidebar-rail-w)}.app-shell.app[data-sidebar-collapsed=true] .brand-name,.app-shell.app[data-sidebar-collapsed=true] .nav-item .count,.app-shell.app[data-sidebar-collapsed=true] .nav-label,.app-shell.app[data-sidebar-collapsed=true] .rail-toggle .nav-label,.app-shell.app[data-sidebar-collapsed=true] .user-pill .chev,.app-shell.app[data-sidebar-collapsed=true] .user-pill .name,.app-shell.app[data-sidebar-collapsed=true] .user-pill .role{opacity:0;pointer-events:none}.app-shell.app[data-sidebar-collapsed=true] .brand-row{gap:0}.app-shell.app[data-sidebar-collapsed=true] .user-pill{justify-content:flex-start;padding:10px 10px 10px 5px;gap:0}.app-shell.app[data-sidebar-collapsed=true] .nav-section{display:block;padding:14px 10px 6px;margin:0;background:none;overflow:hidden;text-indent:-9999px;position:relative}.app-shell.app[data-sidebar-collapsed=true] .nav-section:after{content:"";position:absolute;left:6px;right:6px;top:50%;height:1px;background:var(--border);text-indent:0}html[data-glass=on] .app-shell.app[data-sidebar-collapsed=true] .nav-section:after{background:rgba(255,255,255,.22)}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitems{padding-left:0}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem{
  /* !important beats the higher-specificity `data-banner-text="white"` in-band
     text rules (which would otherwise paint the active sub-item's label white,
     not hidden). The border-color / backdrop-filter resets neutralise the
     glass-system active treatment (`html[data-glass=on] [class*=nav][class*=active]`
     paints a frosted box + hairline) so the active sub-row reads as a clean DOT,
     not a faint box. border-COLOR (not border) keeps the 1px border-box height
     identical to the expanded list — no Y drift. */color:transparent!important;background:none!important;box-shadow:none!important;border-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:none}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem:before{display:none}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem:after{content:"";position:absolute;left:20px;top:50%;transform:translate(-50%,-50%);width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:.4}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem.is-active:after{opacity:1}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem.in-band:after{background:#fff;opacity:.55}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subitem.in-band.is-active:after{opacity:1}.app-shell.app[data-sidebar-collapsed=true]:not([data-hover-expanded=true]) .nav-subdivider{visibility:hidden}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true]{grid-template-columns:var(--sidebar-w) 1fr;--col1-w:var(--sidebar-w)}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .brand-name,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .nav-item .count,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .nav-label,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .rail-toggle .nav-label,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .user-pill .chev,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .user-pill .name,.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .user-pill .role{opacity:1;pointer-events:auto}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .user-pill{gap:10px}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .brand-row{gap:16px}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .nav-section{text-indent:0}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .nav-section:after{display:none}.app-shell.app[data-sidebar-collapsed=true][data-hover-expanded=true] .rail-toggle-icon{transform:none}.app-shell .sidebar{border-right:1px solid var(--border);transition:border-color .2s ease;background:var(--surface);padding:0 var(--sidebar-pad) 18px;position:sticky;top:0;height:100vh;align-self:start;overflow:hidden;z-index:2;display:flex;flex-direction:column}.app-shell .sidebar-scroll{flex:1 1 auto;min-height:0;flex-direction:column;padding:0 var(--sidebar-pad);overflow-y:auto;overflow-x:hidden}.app-shell .brand-row,.app-shell .sidebar-scroll{display:flex;margin:0 calc(-1 * var(--sidebar-pad))}.app-shell .brand-row{align-items:center;gap:16px;height:64px;box-sizing:border-box;padding:0 14px;border-bottom:1px solid var(--border);transition:border-color .2s ease,gap .22s ease;text-decoration:none;color:inherit;cursor:pointer;flex-shrink:0}body[data-glass=on] .app-shell .brand-row,html[data-glass=on] .app-shell .brand-row{border-bottom-color:rgba(255,255,255,.28)}.app-shell .brand-mark{width:28px;height:28px;flex:0 0 28px;min-width:28px;border-radius:7px;background:linear-gradient(135deg,var(--accent,#5B4AE8),var(--accent-hover,#4338CA));color:#fff;display:grid;place-items:center;font-family:var(--font-geist),system-ui,sans-serif;font-style:italic;font-weight:700;font-size:17px;letter-spacing:-.02em;box-shadow:0 1px 2px color-mix(in oklab,var(--accent,#5B4AE8) 25%,transparent),inset 0 1px 0 rgba(255,255,255,.18)}.app-shell .brand-name{font-weight:700;font-size:17px;letter-spacing:-.01em;white-space:nowrap;transition:opacity .22s ease}.app-shell .brand-name:after{content:".";color:var(--accent)}.app-shell .user-pill{display:flex;align-items:center;gap:10px;padding:10px 10px 10px 6px;min-height:58px;box-sizing:border-box;flex-shrink:0;border:1px solid var(--border);border-radius:var(--r-md);margin-top:16px;margin-bottom:22px;cursor:pointer;transition:background .15s,border-color .15s;width:100%;text-align:left;background:none;font:inherit;color:inherit}.app-shell .user-pill:hover{background:var(--surface-2);border-color:var(--border-strong)}.app-shell .user-avatar{width:28px;height:28px;aspect-ratio:1/1;min-width:28px;max-width:28px;flex:0 0 auto;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:600;letter-spacing:-.02em;overflow:hidden;box-sizing:border-box;padding:0}.app-shell img.user-avatar{display:block;width:28px;height:28px;object-fit:cover;object-position:center}.app-shell.app[data-sidebar-collapsed=true] .user-avatar{width:28px;height:28px}.app-shell .user-pill .name{font-weight:500;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .22s ease}.app-shell .user-pill .role{font-size:11px;color:var(--muted);white-space:nowrap;transition:opacity .22s ease}.app-shell .user-pill .chev{color:var(--subtle);flex-shrink:0;transition:opacity .22s ease}.app-shell .nav-section{font-family:var(--font-mono,ui-monospace,monospace);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle);padding:14px 10px 6px}.app-shell .nav-item{display:flex;align-items:center;gap:0;padding:8px 0;border-radius:var(--r-sm);color:var(--ink-2);font-size:13.5px;font-weight:500;line-height:16px;cursor:pointer;transition:background .12s,color .12s;position:relative;text-decoration:none}.app-shell button.nav-item{appearance:none;-webkit-appearance:none;background:transparent;border:0;width:100%;text-align:left;font:inherit;font-size:13.5px;font-weight:500}.app-shell a.nav-item[aria-disabled=true],.app-shell div.nav-item[aria-disabled=true]{opacity:.55;cursor:not-allowed}.app-shell .nav-item:hover{background:var(--surface-2);color:var(--ink)}.app-shell .nav-item.active,.app-shell .nav-item.is-active{background:var(--accent-soft);color:var(--accent)}.app-shell .nav-item.active:before,.app-shell .nav-item.is-active:before{content:"";position:absolute;left:calc(-1 * var(--sidebar-pad));top:8px;bottom:8px;width:2px;background:var(--accent);border-radius:0 2px 2px 0}.app-shell .nav-item svg{box-sizing:content-box;width:16px;height:16px;padding-left:calc((var(--rail-gutter) - 16px) / 2);padding-right:calc((var(--rail-gutter) - 16px) / 2);flex-shrink:0}.app-shell .nav-item .count,.app-shell .nav-label{white-space:nowrap;transition:opacity .22s ease}.app-shell .nav-item .count{margin-left:auto;margin-right:4px;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;color:var(--subtle)}.app-shell .nav-subitems{display:flex;flex-direction:column;gap:1px;margin:2px 0 4px;padding-left:30px}.app-shell .nav-subitem{appearance:none;text-align:left;background:transparent;border:0;font:inherit;font-size:12.5px;font-weight:500;color:var(--muted);padding:6px 10px;border-radius:var(--r-sm);cursor:pointer;position:relative;white-space:nowrap;transition:background .12s,color .12s}.app-shell .nav-subitem:before{content:"";position:absolute;left:-12px;top:0;bottom:0;width:1px;background:var(--border)}.app-shell .nav-subitem:hover{background:var(--surface-2);color:var(--ink)}.app-shell .nav-subitem.is-active{background:var(--accent-soft);color:var(--accent)}.app-shell .nav-subitem.is-active:before{background:var(--accent);width:2px;left:-12px;top:6px;bottom:6px;border-radius:0 2px 2px 0}.app-shell a.nav-subitem,.app-shell span.nav-subitem{text-decoration:none}.app-shell .nav-subdivider{height:1px;margin:6px 10px 6px 0;background:var(--border)}.app-shell .nav-subitem.is-disabled{color:var(--muted);opacity:.4;cursor:not-allowed;pointer-events:none}.app-shell .sidebar-foot{margin-top:auto;padding-top:10px;border-top:1px solid var(--border);transition:border-color .2s ease}body[data-glass=on] .app-shell .sidebar-foot,html[data-glass=on] .app-shell .sidebar-foot{border-top-color:rgba(255,255,255,.22)}.app-shell .rail-toggle{display:flex;align-items:center;gap:10px;width:100%;appearance:none;border:0;background:transparent;font:inherit;font-size:13px;font-weight:500;line-height:16px;color:var(--ink-2);gap:0;padding:8px 0;border-radius:var(--r-sm);cursor:pointer;text-align:left;transition:background .12s,color .12s}.app-shell .rail-toggle:hover{background:var(--surface-2);color:var(--ink)}.app-shell .rail-toggle-icon{box-sizing:content-box;width:16px;height:16px;padding-left:calc((var(--rail-gutter) - 16px) / 2);padding-right:calc((var(--rail-gutter) - 16px) / 2);flex-shrink:0;transition:transform .2s ease}.app-shell.app[data-sidebar-collapsed=true] .rail-toggle-icon{transform:scaleX(-1)}body[data-banner-text=white] .app-shell .sidebar .rail-toggle.in-band,html[data-banner-text=white] .app-shell .sidebar .rail-toggle.in-band{color:rgba(255,255,255,.72)}.app-shell .main{display:flex;flex-direction:column;position:relative;isolation:isolate;flex:1;min-width:0;z-index:1}.app-shell .main .hero-energy-stripe{height:450px!important}.app-shell .topbar{width:100%;align-self:stretch;display:flex;align-items:center;justify-content:space-between;padding:14px 56px;min-height:64px;border-bottom:1px solid var(--border);transition:border-color .2s ease;position:sticky;top:0;z-index:10}.app-shell .crumb{display:flex;align-items:center;gap:8px;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.app-shell .crumb .sb-toggle{display:none;width:26px;height:26px;padding:0;place-items:center;border:1px solid var(--border);border-radius:var(--r-sm);margin-right:4px;color:var(--ink-2);background:transparent;cursor:pointer}.app-shell .crumb .sb-toggle:hover{background:var(--surface-2)}.app-shell .crumb .sep{color:var(--subtle)}.app-shell .crumb .here{color:var(--ink)}.app-shell .topbar-actions{display:flex;align-items:center;gap:6px}.app-shell .icon-btn{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--border);border-radius:var(--r-sm);background:transparent;color:var(--ink-2);cursor:pointer;transition:background .12s,border-color .12s,color .12s}.app-shell .icon-btn:hover{background:var(--surface-2);border-color:var(--border-strong);color:var(--ink)}.app-shell .hero{display:flex;flex-direction:column;gap:28px;padding:32px 56px 48px;max-width:1440px;width:100%;margin:0 auto;position:relative;z-index:1}.app-shell .hero-grid{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.app-shell .hero h1{font-size:60px;line-height:1.05;letter-spacing:-.035em;font-weight:600;margin:16px 0 20px;text-wrap:balance}.app-shell .hero h1 em{font-style:italic;font-weight:500;color:var(--accent)}.app-shell .hero .lede{font-size:16px;line-height:1.7;color:rgba(255,255,255,.85);margin:0;max-width:62ch}.app-shell .hero-cta-col{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding-bottom:6px}.app-shell .hero-cta-col .hint{font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}.app-shell .hero .eyebrow,.app-shell .hero-cta-col .hint.has-rayo{color:#ffffff}.app-shell .hero .app-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff}.app-shell .hero .app-eyebrow .sep{width:1px;height:10px;background:rgba(255,255,255,.38);border-radius:1px;flex-shrink:0}.app-shell .hero .app-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-on-dark);position:relative;flex-shrink:0}.app-shell .hero .app-eyebrow-dot:after{content:"";position:absolute;inset:0;border-radius:50%;animation:eyebrow-pulse 2.2s cubic-bezier(0,0,.2,1) infinite}@keyframes eyebrow-pulse{0%{box-shadow:0 0 0 0 color-mix(in oklab,var(--accent-on-dark) 60%,transparent)}70%{box-shadow:0 0 0 9px color-mix(in oklab,var(--accent-on-dark) 0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in oklab,var(--accent-on-dark) 0%,transparent)}}.app-shell .hero.has-dock{min-height:317px;padding-top:32px;padding-bottom:0;gap:28px}.app-shell .hero.has-dock h1{margin-top:6px}.app-shell .hero.has-dock .hero-grid{flex:0 0 auto}.app-shell .main:has(.hero.has-dock) .hero-energy-stripe{height:450px!important}html[data-masthead-height=compact] .app-shell .main .hero-energy-stripe{height:360px!important}html[data-masthead-height=compact] .app-shell .main:has(.hero.has-dock) .hero-energy-stripe{height:360px!important}html[data-masthead-height=compact] .app-shell .hero{padding:24px 56px 32px}html[data-masthead-height=compact] .app-shell .hero.has-dock{min-height:227px;padding-top:24px;padding-bottom:0;gap:20px}html[data-masthead-height=compact] .app-shell .hero h1{font-size:clamp(34px,3.2vw,44px);line-height:1.08;margin:8px 0 14px}html[data-masthead-height=compact] .app-shell .hero.has-dock h1{margin-top:2px}html[data-masthead-height=ultra] .app-shell .main .hero-energy-stripe{height:300px!important}html[data-masthead-height=ultra] .app-shell .main:has(.hero.has-dock) .hero-energy-stripe{height:300px!important}html[data-masthead-height=ultra] .app-shell .hero{padding:16px 56px 24px}html[data-masthead-height=ultra] .app-shell .hero.has-dock{min-height:167px;padding-top:16px;padding-bottom:0;gap:16px}.app-shell .app-dock-sticky{position:sticky;top:64px;z-index:9;width:100%}.app-shell .app-dock{position:relative;z-index:2;width:100%;min-height:69px;display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.16);-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px);border:1px solid rgba(255,255,255,.28);border-radius:0;padding:12px 56px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 14px 40px -20px rgba(12,10,9,.3)}.app-shell .app-dock>*{width:100%;max-width:1328px;margin-left:auto;margin-right:auto}.app-shell .app-dock,.app-shell .app-dock b,.app-shell .app-dock span{color:#ffffff}.app-shell .app-dock input:not([type]),.app-shell .app-dock input[type=search],.app-shell .app-dock input[type=text]{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffff!important}.app-shell .app-dock input::placeholder{color:rgba(255,255,255,.72)!important}.app-shell .app-dock input:focus{outline:none;border-color:rgba(255,255,255,.6)!important;box-shadow:0 0 0 3px rgba(255,255,255,.16)!important}.app-shell .app-dock .search-box svg{color:rgba(255,255,255,.7)!important}.app-shell .app-dock .kbd,.app-shell .app-dock .search-box .kbd{background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.28)!important;color:#ffffff!important}.app-shell .app-dock .chip,.app-shell .app-dock .filter-chip,.app-shell .app-dock .filter-pill,.app-shell .app-dock .sort-trigger,.app-shell .app-dock [class*=sort][class*=trigger]{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.28)!important;color:#ffffff!important}.app-shell .app-dock .chip:hover,.app-shell .app-dock .filter-chip:hover,.app-shell .app-dock .filter-pill:hover,.app-shell .app-dock .sort-trigger:hover{background:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.42)!important}.app-shell .app-dock .chip .chev,.app-shell .app-dock .filter-chip .chev{color:rgba(255,255,255,.75)!important}.app-shell .app-dock .chip.active,.app-shell .app-dock .filter-chip.active,.app-shell .app-dock .filter-chip.toggle.checked{background:rgba(255,255,255,.28)!important;border-color:rgba(255,255,255,.5)!important;color:#ffffff!important}.app-shell .app-dock .filter-chip .count-pill{background:rgba(255,255,255,.26)!important;color:#ffffff!important}.app-shell .app-dock .filter-chip.active .count-pill{background:rgba(255,255,255,.45)!important;color:#ffffff!important}.app-shell .app-dock .filter-chip.toggle:before{border-color:rgba(255,255,255,.55)!important}.app-shell .app-dock .filter-chip.toggle.checked:before{background:#ffffff!important;border-color:#ffffff!important}.app-shell .app-dock .tab-switch{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.28)!important}.app-shell .app-dock .tab-switch button{color:rgba(255,255,255,.78)!important}.app-shell .app-dock .tab-switch button:hover{color:#ffffff!important}.app-shell .app-dock .tab-switch button.is-active{background:rgba(255,255,255,.3)!important;color:#ffffff!important}.app-shell .app-dock .clear-link,.app-shell .app-dock a{color:#ffffff!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock{background:rgba(250,250,247,.82);border-bottom:1px solid var(--border);border:1px solid var(--border);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 14px 40px -22px rgba(12,10,9,.22)}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock b,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock span{color:var(--ink)}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .hint,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .muted,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock small{color:var(--muted)}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock input:not([type]),.app-shell .app-dock-sticky[data-past-hero=true] .app-dock input[type=search],.app-shell .app-dock-sticky[data-past-hero=true] .app-dock input[type=text]{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--ink)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock input::placeholder{color:var(--subtle)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock input:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-soft)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .search-box svg{color:var(--muted)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .kbd,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .search-box .kbd{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--muted)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .chip,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-pill,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .sort-trigger,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock [class*=sort][class*=trigger]{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--ink)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .chip:hover,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip:hover,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-pill:hover,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .sort-trigger:hover{background:var(--surface-2)!important;border-color:var(--border-strong)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .chip .chev,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip .chev{color:var(--subtle)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .chip.active,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip.active,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip.toggle.checked{background:var(--accent-soft)!important;border-color:var(--accent-soft-strong)!important;color:var(--accent)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip .count-pill{background:var(--surface-2)!important;color:var(--muted)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip.active .count-pill{background:var(--accent-soft-strong)!important;color:var(--accent)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip.toggle:before{border-color:var(--border-strong)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .filter-chip.toggle.checked:before{background:var(--accent)!important;border-color:var(--accent)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .tab-switch{background:var(--surface-2)!important;border:1px solid var(--border)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .tab-switch button{color:var(--muted)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .tab-switch button:hover{color:var(--ink)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .tab-switch button.is-active{background:var(--surface)!important;color:var(--ink)!important;box-shadow:0 1px 2px rgba(12,10,9,.08)}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .clear-link,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock a{color:var(--muted)!important}.app-shell .app-dock-sticky[data-past-hero=true] .app-dock .clear-link:hover,.app-shell .app-dock-sticky[data-past-hero=true] .app-dock a:hover{color:var(--accent)!important}.app-shell .btn{display:inline-flex;align-items:center;gap:8px;font:inherit;font-size:13.5px;font-weight:600;letter-spacing:-.01em;padding:10px 16px;border-radius:var(--r-md);text-decoration:none;cursor:pointer;white-space:nowrap}.app-shell .btn .kbd{font-family:var(--font-mono,ui-monospace,monospace);font-size:10.5px;padding:2px 6px;border-radius:4px}body[data-banner-text=white] .app-shell .crumb,body[data-banner-text=white] .app-shell .crumb .here,body[data-banner-text=white] .app-shell .crumb .sep,html[data-banner-text=white] .app-shell .crumb,html[data-banner-text=white] .app-shell .crumb .here,html[data-banner-text=white] .app-shell .crumb .sep{color:#ffffff}body[data-banner-text=white] .app-shell .crumb .sb-toggle,html[data-banner-text=white] .app-shell .crumb .sb-toggle{color:#ffffff;border-color:rgba(255,255,255,.32)}body[data-banner-text=white][data-past-hero=true] .app-shell .crumb,html[data-banner-text=white][data-past-hero=true] .app-shell .crumb{color:var(--muted)}body[data-banner-text=white][data-past-hero=true] .app-shell .crumb .sep,html[data-banner-text=white][data-past-hero=true] .app-shell .crumb .sep{color:var(--subtle)}body[data-banner-text=white][data-past-hero=true] .app-shell .crumb .here,html[data-banner-text=white][data-past-hero=true] .app-shell .crumb .here{color:var(--ink)}body[data-banner-text=white][data-past-hero=true] .app-shell .crumb .sb-toggle,html[data-banner-text=white][data-past-hero=true] .app-shell .crumb .sb-toggle{color:var(--ink-2);border-color:var(--border)}body[data-banner-text=white] .app-shell .sidebar .in-band,body[data-banner-text=white] .app-shell .sidebar .in-band .brand-name,body[data-banner-text=white] .app-shell .sidebar .in-band .brand-name:after,body[data-banner-text=white] .app-shell .sidebar .in-band .chev,body[data-banner-text=white] .app-shell .sidebar .in-band .name,body[data-banner-text=white] .app-shell .sidebar .in-band .role,html[data-banner-text=white] .app-shell .sidebar .in-band,html[data-banner-text=white] .app-shell .sidebar .in-band .brand-name,html[data-banner-text=white] .app-shell .sidebar .in-band .brand-name:after,html[data-banner-text=white] .app-shell .sidebar .in-band .chev,html[data-banner-text=white] .app-shell .sidebar .in-band .name,html[data-banner-text=white] .app-shell .sidebar .in-band .role{color:#ffffff}body[data-banner-text=white] .app-shell .sidebar .nav-section.in-band,html[data-banner-text=white] .app-shell .sidebar .nav-section.in-band{color:rgba(255,255,255,.72)}body[data-banner-text=white] .app-shell .sidebar .nav-item.in-band,body[data-banner-text=white] .app-shell .sidebar .nav-item.in-band svg,html[data-banner-text=white] .app-shell .sidebar .nav-item.in-band,html[data-banner-text=white] .app-shell .sidebar .nav-item.in-band svg{color:#ffffff}body[data-banner-text=white] .app-shell .sidebar .nav-item.in-band .count,html[data-banner-text=white] .app-shell .sidebar .nav-item.in-band .count{color:rgba(255,255,255,.75)}body[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band,body[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band.is-active,body[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band:hover,html[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band,html[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band.is-active,html[data-banner-text=white] .app-shell .sidebar .nav-subitem.in-band:hover{color:#ffffff}html[data-persistent-banner=on] .app-shell .main .hero-energy-stripe{position:sticky!important;top:-386px!important;left:auto!important;right:auto!important;margin-left:calc(-1 * var(--col1-w, var(--sidebar-w, 240px)))!important;width:calc(100% + var(--col1-w, var(--sidebar-w, 240px)))!important;z-index:6!important}html[data-persistent-banner=on][data-masthead-height=compact] .app-shell .main .hero-energy-stripe{top:-296px!important}html[data-persistent-banner=on][data-masthead-height=ultra] .app-shell .main .hero-energy-stripe{top:-236px!important}html[data-persistent-banner=on] .app-shell .main .topbar{margin-top:-450px}html[data-persistent-banner=on][data-masthead-height=compact] .app-shell .main .topbar{margin-top:-360px}html[data-persistent-banner=on][data-masthead-height=ultra] .app-shell .main .topbar{margin-top:-300px}html[data-persistent-banner=on] .app-shell .main .hero{z-index:7}html[data-persistent-banner=on] .app-shell .crumb,html[data-persistent-banner=on] .app-shell .crumb .here,html[data-persistent-banner=on] .app-shell .crumb .sep{color:#ffffff!important}html[data-persistent-banner=on] .app-shell .crumb .sb-toggle,html[data-persistent-banner=on] .app-shell .topbar-actions .icon-btn{color:#ffffff!important;border-color:rgba(255,255,255,.32)!important}html[data-persistent-banner=on] .app-shell .topbar-actions .icon-btn:hover{background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.5)!important;color:#ffffff!important}@media (max-width:1100px){.app-shell.app,.app-shell.app[data-sidebar-collapsed=true]{grid-template-columns:1fr}.app-shell .sidebar{display:none}.app-shell .crumb .sb-toggle{display:grid}.app-mode.app-shell[data-mobile-nav=open] .sidebar .brand-name,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item .count,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-label,.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle .nav-label,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill .chev,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill .name,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill .role{opacity:1;pointer-events:auto}.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-section{display:revert;height:auto;padding:14px 10px 6px;margin:0;background:none;text-indent:0}.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-section:after{display:none}.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item svg,.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle-icon{padding-left:0;padding-right:0}.app-mode.app-shell[data-mobile-nav=open] .sidebar .brand-row,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item,.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle{justify-content:flex-start;gap:10px}.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item,.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle{padding:8px 10px}.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle-icon{transform:none}.app-mode.app-shell[data-mobile-nav=open] .sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;height:100dvh;width:var(--sidebar-w,240px);max-width:84vw;z-index:60;overflow-y:auto;background:#ffffff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-right:1px solid var(--border)!important;box-shadow:0 24px 60px -20px rgba(12,10,9,.45)}.app-mode.app-shell[data-mobile-nav=open] .sidebar,.app-mode.app-shell[data-mobile-nav=open] .sidebar .brand-name,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item svg,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-subitem,.app-mode.app-shell[data-mobile-nav=open] .sidebar .rail-toggle,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill .name{color:var(--text,#0c0a09)!important}.app-mode.app-shell[data-mobile-nav=open] .sidebar .chev,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-item .count,.app-mode.app-shell[data-mobile-nav=open] .sidebar .nav-section,.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill .role{color:var(--text-muted,#57534e)!important}.app-mode.app-shell[data-mobile-nav=open] .sidebar .user-pill{background:rgba(12,10,9,.04)!important;border-color:var(--border)!important}.app-shell .mobile-nav-scrim{position:fixed;inset:0;z-index:55;background:rgba(12,10,9,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-shell .hero-cta-col{display:none}.app-shell .hero{padding-left:24px;padding-right:24px}.app-shell .hero-grid{grid-template-columns:1fr}.app-shell .topbar{padding-left:24px;padding-right:24px}}@media (max-width:768px){.app-shell .hero.has-dock,html[data-masthead-height=compact] .app-shell .hero.has-dock,html[data-masthead-height=ultra] .app-shell .hero.has-dock{min-height:0}html[data-masthead-height=compact] .app-shell .hero,html[data-masthead-height=ultra] .app-shell .hero{padding-left:24px;padding-right:24px}html[data-masthead-height=compact] .app-shell .hero.has-dock,html[data-masthead-height=ultra] .app-shell .hero.has-dock{padding-top:32px;padding-bottom:0;gap:28px}.app-shell .main .hero-energy-stripe,.app-shell .main:has(.hero.has-dock) .hero-energy-stripe,html[data-masthead-height=compact] .app-shell .main .hero-energy-stripe,html[data-masthead-height=compact] .app-shell .main:has(.hero.has-dock) .hero-energy-stripe,html[data-masthead-height=ultra] .app-shell .main .hero-energy-stripe,html[data-masthead-height=ultra] .app-shell .main:has(.hero.has-dock) .hero-energy-stripe{height:var(--mobile-stripe-h,clamp(300px,70vw,460px))!important}html[data-persistent-banner=on] .app-shell .main .topbar,html[data-persistent-banner=on][data-masthead-height=compact] .app-shell .main .topbar,html[data-persistent-banner=on][data-masthead-height=ultra] .app-shell .main .topbar{margin-top:calc(-1 * var(--mobile-stripe-h, clamp(300px, 70vw, 460px)))}html[data-persistent-banner=on] .app-shell .main .hero-energy-stripe,html[data-persistent-banner=on][data-masthead-height=compact] .app-shell .main .hero-energy-stripe,html[data-persistent-banner=on][data-masthead-height=ultra] .app-shell .main .hero-energy-stripe{top:calc(64px - var(--mobile-stripe-h, clamp(300px, 70vw, 460px)))!important}.app-shell .hero h1,.app-shell .hero.has-dock h1,.app-shell .main:has(>.dash) .hero h1{font-size:clamp(26px,7vw,40px);line-height:1.12;margin-bottom:10px}}.app-mode.app-shell[data-shell-variant=institutional] .main .hero-energy-stripe{height:510px!important;background:var(--tenant-mesh-base,var(--accent))}html[data-persistent-banner=on] .app-mode.app-shell[data-shell-variant=institutional] .main .hero-energy-stripe{height:510px!important;top:-446px!important}html[data-persistent-banner=on] .app-mode.app-shell[data-shell-variant=institutional] .main .topbar{margin-top:-510px!important}.app-mode.app-shell[data-shell-variant=institutional] .hero.has-dock{min-height:377px;padding-top:28px;padding-bottom:0;gap:22px}.app-mode.app-shell[data-shell-variant=institutional]{--backdrop-start:510px}.app-mode.app-shell[data-shell-variant=institutional] .hero{--hero-collapse:0}.app-mode.app-shell[data-shell-variant=institutional] .sidebar-scroll{padding-top:22px}.app-mode.app-shell[data-shell-variant=institutional] .hero>.hero-grid{opacity:calc(1 - var(--hero-collapse, 0));transform:translateY(calc(var(--hero-collapse, 0) * -22px));will-change:opacity,transform}