// Sits in the shared root layout segment and must not import the site // stylesheet — that would drag the chat styles onto every admin route — so it // restates the few tokens it needs, in both themes, kept in step by hand. // It used to paint a bespoke near-black page in colours that appear nowhere in // the palette, which broke the rule that dark ink is punctuation and never a // page-scale surface. const canvas = "var(--bp-canvas)"; const ink = "var(--bp-ink)"; const inkSecondary = "var(--bp-ink-soft)"; const action = "var(--bp-action)"; export default function Forbidden() { return (

403

无权访问后台

当前账号已登录,但没有后台访问权限。请联系管理员核对角色授权。

); }