:root {
  --ds-bg:#06101c; --ds-panel:#0b1726; --ds-line:rgba(148,163,184,.18); --ds-text:#eef4fb; --ds-muted:#9fb0c5; --ds-mint:#5eead4; --ds-blue:#60a5fa; --ds-amber:#fbbf24; --ds-red:#fb7185;
}
.labs-demo-strip { position: relative; z-index: 9999; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:10px 18px; color:var(--ds-text); background:#08111f; border-bottom:1px solid var(--ds-line); font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size:13px; }
.labs-demo-strip strong { color:var(--ds-mint); }
.labs-demo-strip nav { display:flex; flex-wrap:wrap; gap:12px; }
.labs-demo-strip a { color:var(--ds-text); text-decoration:none; font-weight:700; }
.labs-demo-strip a:hover { color:var(--ds-mint); }
.labs-demo-disclaimer { margin:14px auto; max-width:1180px; padding:12px 16px; border:1px solid rgba(94,234,212,.2); border-radius:14px; background:rgba(94,234,212,.07); color:#bdd0df; font:13px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; }
@media(max-width:680px){.labs-demo-strip{align-items:flex-start;flex-direction:column}.labs-demo-strip nav{gap:8px 14px}}
