/* ═══════════════════════════════════════════════════
   TxipTxip Restaurant Assistant — UI Cleanup
   Hides all OpenClaws admin panels, keeps only Chat.
   Injected via Caddy reverse proxy.
   ═══════════════════════════════════════════════════ */

/* --- Hide all nav groups except Chat --- */
.nav-group:nth-child(n+2) {
  display: none !important;
}

/* --- Hide Resources/Docs link group --- */
.nav-group--links {
  display: none !important;
}

/* --- Hide topbar status pills (version, health) --- */
.topbar-status {
  display: none !important;
}

/* --- Hide update banners --- */
.update-banner {
  display: none !important;
}

/* --- Rebrand: hide original logo text, overlay new --- */
.brand-title {
  font-size: 0 !important;
  line-height: 0 !important;
}
.brand-title::after {
  content: 'AMELIO';
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.brand-sub {
  font-size: 0 !important;
  line-height: 0 !important;
}
.brand-sub::after {
  content: 'Restaurant Assistant';
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  opacity: 0.6;
}

/* --- Hide nav collapse toggle (not needed with only Chat) --- */
.nav-collapse-toggle {
  display: none !important;
}

/* --- Keep nav always visible (only Chat tab visible) --- */
.shell--nav-collapsed .nav {
  width: 200px !important;
  overflow: visible !important;
}
.shell--nav-collapsed .nav .nav-item__text,
.shell--nav-collapsed .nav .nav-label__text {
  display: inline !important;
  opacity: 1 !important;
}

/* --- Clean up: hide chat focus mode toggle (confusing for clients) --- */

/* --- Custom accent color (warm gold instead of red) --- */
