.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}.app-shell.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;transition:grid-template-columns .24s ease}.app-shell.app[data-sidebar-collapsed=true]{grid-template-columns:0 1fr}.app-shell.app[data-sidebar-collapsed=true] .sidebar{min-width:0;padding-left:0;padding-right:0;border-right-color:transparent;overflow:hidden;pointer-events:none}.app-shell .sidebar{border-right:1px solid var(--border);transition:border-color .2s ease;background:var(--surface);padding:0 14px 18px;position:sticky;top:0;height:100vh;align-self:start;overflow-y:auto;z-index:2}.app-shell .brand-row{display:flex;align-items:center;gap:10px;height:64px;box-sizing:border-box;margin:0 -14px;padding:0 22px;border-bottom:1px solid var(--border);transition:border-color .2s ease;text-decoration:none;color:inherit;cursor:pointer}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;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-dm-sans),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}.app-shell .brand-name:after{content:".";color:var(--accent)}.app-shell .user-pill{display:flex;align-items:center;gap:10px;padding:10px;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;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:600;letter-spacing:-.02em;flex-shrink:0}.app-shell .user-pill .name{font-weight:500;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .user-pill .role{font-size:11px;color:var(--muted)}.app-shell .user-pill .chev{color:var(--subtle);flex-shrink:0}.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:10px;padding:8px 10px;border-radius:var(--r-sm);color:var(--ink-2);font-size:13.5px;font-weight:500;cursor:pointer;transition:background .12s,color .12s;position:relative;text-decoration:none}.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:-14px;top:8px;bottom:8px;width:2px;background:var(--accent);border-radius:0 2px 2px 0}.app-shell .nav-item svg{width:16px;height:16px;flex-shrink:0}.app-shell .nav-item .count{margin-left:auto;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:26px}.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;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 .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{width:26px;height:26px;padding:0;display:grid;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=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 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 14px 40px -20px rgba(12,10,9,.3)}.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(--sidebar-w, 240px))!important;width:calc(100% + 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-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 .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}}