html .sb-shell .sb-local-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--sb-space-1);padding:0;border:0;border-bottom:1px solid #cbd5e1;border-radius:0;background:transparent;box-shadow:none}html .sb-shell .sb-local-tabs>:is(button,a),html .sb-shell .sb-view-switch>:is(button,a){display:inline-flex;align-items:center;justify-content:center;gap:var(--sb-space-2);min-height:var(--sb-control-height);padding:var(--sb-space-2) var(--sb-space-3);font-size:.875rem;font-weight:500;line-height:1.5;color:#334155;background:transparent;box-shadow:none;transform:none;white-space:normal;text-align:center}html .sb-shell .sb-local-tabs>:is(button,a){border:0;border-bottom:2px solid transparent;border-radius:.5rem .5rem 0 0}html .sb-shell .sb-local-tabs>:is(button,a):is([aria-current],[aria-selected=true],[aria-pressed=true]){color:#0f172a;border-bottom-color:var(--brand-on-light);background:#e2e8f0}html .sb-shell .sb-view-switch{display:flex;flex-wrap:wrap;align-items:center;gap:var(--sb-space-2)}html .sb-shell .sb-view-switch>:is(button,a){border:1px solid #cbd5e1;border-radius:.5rem}html .sb-shell .sb-view-switch>:is(button,a):is([aria-current],[aria-selected=true],[aria-pressed=true]){color:#0f172a;background:#e2e8f0;border-color:#64748b}html.dark .sb-shell :is(.sb-local-tabs,.sb-view-switch){border-color:#405165}html.dark .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a){color:#cbd5e1}html.dark .sb-shell .sb-view-switch>:is(button,a){border-color:#405165}html.dark .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):is([aria-current],[aria-selected=true],[aria-pressed=true]){color:#f1f5f9;background:#25374b}html.dark .sb-shell .sb-local-tabs>:is(button,a):is([aria-current],[aria-selected=true],[aria-pressed=true]){border-bottom-color:var(--brand-primary)}html .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):focus-visible{outline:2px solid var(--brand-on-light);outline-offset:3px}html.dark .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):focus-visible{outline-color:var(--brand-on-dark)}@media (hover:hover){html .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):hover:not(:disabled){background:#e2e8f0}html.dark .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):hover:not(:disabled){background:#25374b}}@media (forced-colors:active){html .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a){color:ButtonText;background:Canvas;border-color:ButtonText}html .sb-shell :is(.sb-local-tabs,.sb-view-switch)>:is(button,a):is([aria-current],[aria-selected=true],[aria-pressed=true]){color:HighlightText;background:Highlight;border-color:Highlight}}