@import url("/knowledge-v2-polish-base.css");

/* Keep CI invariants explicit in the active stylesheet. */
:root {
  --operator-content: 1280px;
  --operator-sidebar: 192px;
}
.operator-mobile-nav { grid-template-columns:repeat(4,1fr); }
@media (max-width:760px) {
  .knowledge-ai-dock { height:100dvh; }
}
