#sheet-tabs-sentinel{height:1px;margin-bottom:-1px}.sheet-tabs-sticky{position:sticky;top:0;z-index:5;display:flex;justify-content:center;margin:0 calc(-1 * var(--page-pad, 28px));padding:10px var(--page-pad, 28px) 8px;background:var(--bg-base);transition:box-shadow .2s ease,border-color .2s ease;border-bottom:1px solid transparent}.sheet-tabs-sticky.is-stuck{border-bottom-color:var(--border-subtle);box-shadow:0 10px 18px -14px #0009}.sheet-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap;width:fit-content;max-width:100%;background:var(--bg-inset);border:1px solid var(--border-subtle);border-radius:11px;padding:4px;margin-bottom:0}.sheet-tab{display:inline-flex;align-items:center;padding:8px 18px;font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.01em;border-radius:8px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .18s ease,color .18s ease;white-space:nowrap}.sheet-tab:hover{background:var(--bg-hover);color:var(--text-secondary)}.sheet-tab.active{background:var(--accent);color:var(--accent-contrast);font-weight:700}.sheet-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sheet-pane{margin-top:18px;animation:onyxPaneIn .28s cubic-bezier(.16,1,.3,1)}.sheet-pane[hidden]{display:none}@keyframes onyxPaneIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sheet-pane{animation:none}}@media(max-width:700px){.sheet-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.sheet-tabs::-webkit-scrollbar{display:none}.sheet-tab{flex-shrink:0}}
