/* Warrant keeps its org/license surface and actions in shell mode. */
html[data-kapable-shell] {
  --fleet-header-h: 0px;
  --lp-dock-h: 0px;
}

html[data-kapable-shell] #kapable-header,
html[data-kapable-shell] #kapable-dock,
html[data-kapable-shell] .lp-dock-menu-panel,
html[data-kapable-shell] .lp-accent-panel,
html[data-kapable-shell] .kp-chat-container,
html[data-kapable-shell] [data-kpc-launcher] {
  display: none !important;
}

html[data-kapable-shell] body {
  padding-bottom: 0 !important;
}

/* Apps review C02 (2026-09-06): the sub-bar holds only the org chip, and the KapableOS
   window already names the organization. */
html[data-kapable-shell] .surface-subbar {
  display: none !important;
}
