.spe-tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:.625rem 1rem 0;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.08))}[data-effective-mode=dark] .spe-tabs{border-bottom-color:rgba(255,255,255,.08)}.spe-tab{padding:.5rem .875rem;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--theme-text-muted,#64748b);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .5s ease-in-out,border-bottom-color .5s ease-in-out}.spe-tab-active,.spe-tab:hover{color:var(--theme-text,#0f172a)}.spe-tab-active{border-bottom-color:var(--theme-accent,#5b5fc7)}[data-effective-mode=dark] .spe-tab-active{color:var(--theme-text,#fff)}.spe-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8rem}.spe-readonly{padding:.5rem .75rem;background:var(--theme-bg,#f8fafc);border:1px solid var(--theme-border,rgba(15,23,42,.06));border-radius:8px;font-size:.85rem;color:var(--theme-text-muted,#64748b);font-variant-numeric:tabular-nums}[data-effective-mode=dark] .spe-readonly{background:rgba(255,255,255,.04)}