.shell{background:var(--background);min-height:100vh;color:var(--text);grid-template-columns:232px minmax(0,1fr);display:grid}.shell__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:18px;height:100vh;padding:18px 14px 14px;display:flex;position:sticky;top:0}.shell__brand{border-bottom:1px solid var(--border);align-items:center;margin-bottom:4px;padding:4px 8px 12px;display:flex}.shell__nav{flex-direction:column;flex:1;gap:2px;display:flex}.shell__nav-link{color:var(--text-muted);letter-spacing:-.005em;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:13.5px;font-weight:500;transition:background .1s,color .1s;display:inline-flex;position:relative}.shell__nav-link:hover{background:var(--surface-2);color:var(--text)}.shell__nav-link.is-active{background:var(--brand-subtle);color:var(--brand)}.shell__nav-link.is-active:before{content:"";background:var(--brand);border-radius:0 2px 2px 0;width:2px;position:absolute;top:4px;bottom:4px;left:0}.shell__nav-link svg{flex-shrink:0;width:16px;height:16px}.shell__user{border-top:1px solid var(--border);color:var(--text-muted);align-items:center;gap:10px;padding:10px 8px;font-size:12.5px;display:flex}.shell__user-avatar{background:var(--brand);width:28px;height:28px;color:var(--brand-on);letter-spacing:.02em;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.shell__user-name{color:var(--text);font-size:13px;font-weight:500}.shell__user-role{color:var(--text-subtle);font-size:11.5px}.shell__main{flex-direction:column;min-width:0;display:flex}.shell__topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;justify-content:space-between;align-items:center;gap:18px;padding:14px 28px;display:flex;position:sticky;top:0}.shell__topbar-title{color:var(--text-muted);font-size:13px;font-weight:500}.shell__topbar-title strong{color:var(--text);font-weight:600}.shell__page{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:24px 28px 64px}.shell__page-hd{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;padding-bottom:18px;display:flex}.shell__page-hd-l{flex-direction:column;gap:4px;display:flex}.shell__page-title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:24px;font-weight:600}.shell__page-sub{color:var(--text-muted);margin:0;font-size:13px}.in-app-soon{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:480px;margin:64px auto 0;display:flex}.in-app-soon__eyebrow{letter-spacing:.1em;color:var(--brand);text-transform:uppercase;font-size:11px;font-weight:600}.in-app-soon__h1{letter-spacing:-.025em;color:var(--text);margin:0;font-size:28px;font-weight:600;line-height:1.2}.in-app-soon__sub{color:var(--text-muted);margin:0;font-size:14px;line-height:1.55}@media (max-width:880px){.shell{grid-template-columns:1fr}.shell__sidebar{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;height:auto;padding:12px 16px;position:static;overflow-x:auto}.shell__brand{border-bottom:0;margin:0;padding:0 12px 0 0}.shell__nav{flex-direction:row;flex:none;gap:4px}.shell__nav-link.is-active:before,.shell__user{display:none}.shell__page{padding:18px 16px 48px}}
