/* Nubian Planet palette authority. No reserved Module Kit / Core token is redefined. */
:root { --np-canvas:#000000; --np-surface:#080808; --np-surface-raised:#111111; }
/* The standalone theme owns its canvas, regardless of inherited Vibes palette hints. */
body.vibes-theme,body.vibes-public-content-shell { background-color:var(--np-canvas) !important; --vibes-adaptive-page:var(--np-canvas); }

/* Shared design-page links: one navigation contract, no overlay or authentication shortcut. */
.np-design-navigation{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 19px;margin:14px auto 0;padding:12px 16px 16px;border-top:1px solid #30240e;font:12px/1.6 Arial,Helvetica,sans-serif;color:#ada494;text-align:center}
.np-design-navigation>span{color:#b3aa98}.np-design-navigation a{color:#cfa951;text-decoration:none;white-space:nowrap}.np-design-navigation a:hover,.np-design-navigation a[aria-current=page]{color:#ffe1a0;text-decoration:underline;text-underline-offset:4px}.np-design-navigation a:focus-visible{outline:2px solid #ffd477;outline-offset:4px;border-radius:2px}
