:root{color-scheme:light;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}body{margin:0;padding:2rem;color:#111827;background:#f9fafb}main{max-width:48rem}.app-shell{display:flex;flex-direction:column;gap:1.5rem}.app-shell__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.app-shell__title{margin:0;font-size:1.25rem;font-weight:600}.app-shell__meta{margin:.25rem 0 0;font-size:.875rem}.app-shell__nav-list{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none}.app-shell__nav-link{color:#1d4ed8;text-decoration:none}.app-shell__nav-link--active{font-weight:600;text-decoration:underline}.app-shell__nav-item--placeholder{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem}.app-shell__badge{color:#6b7280;font-size:.75rem}.project-nav{margin:1rem 0;padding:.75rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.project-nav__heading{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.project-nav__list{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none}.project-nav__link{color:#1d4ed8;text-decoration:none}.project-nav__item--placeholder{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}