/* ============================================================
   HELPGLOBAL — ESCRITÓRIO VIRTUAL · TEMA REPLICADO
   Base: AdminLTE 2 (Bootstrap 3) + customizações do sistema
   Fonte: Source Sans Pro · Ícones: Font Awesome 4
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

:root {
  /* Estrutura */
  --font: 'Source Sans Pro', -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --navbar-h: 50px;
  --sidebar-w: 265px;

  /* Escuros (navbar + sidebar) */
  --dark: #222d32;
  --dark-2: #2c3b41;
  --dark-3: #1e282c;
  --sidebar-text: #b8c7ce;

  /* Fundo e texto */
  --bg: #ecf0f5;
  --text: #333;
  --muted: #999;
  --border: #d2d6de;

  /* Paleta (AdminLTE) */
  --blue: #3c8dbc;
  --blue-dark: #0073b7;
  --aqua: #00c0ef;
  --aqua-header: #00acd6;   /* header dos boxes */
  --sky: #38c1f0;
  --green: #00a65a;
  --green-dark: #008d4c;
  --red: #dd4b39;
  --yellow: #f39c12;
  --orange: #ff851b;
  --purple: #605ca8;
  --violet: #8e44ad;        /* botão VIP / menu de comunicados */
  --teal: #00897b;
  --slate: #64707a;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.42857;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: #72afd2; }

/* ---------- Navbar superior ---------- */
.main-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--navbar-h);
  background: var(--dark);
  z-index: 1000;
  display: flex;
}
.main-header .logo {
  width: var(--sidebar-w);
  height: var(--navbar-h);
  flex: 0 0 var(--sidebar-w);
  background: var(--dark);
}
.main-header .navbar {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sidebar-toggle {
  color: #fff;
  font-size: 17px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sidebar-toggle:hover { background: rgba(255,255,255,.1); color: #fff; }
.navbar-right { display: flex; align-items: stretch; }
.navbar-right > .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.navbar-right > .nav-item:hover { background: rgba(255,255,255,.08); }
.navbar-right > .nav-item.messages { background: var(--violet); }
.navbar-right > .nav-item.messages:hover { background: #9b50bd; }
.navbar-right .caret-down { font-size: 11px; margin-left: 6px; }
.nav-item .label-count {
  position: absolute;
  top: 4px; left: -16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* Dropdown do usuário */
.dropdown-menu {
  display: none;
  position: absolute;
  top: var(--navbar-h);
  right: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius: 0 0 3px 3px;
  padding: 8px 0;
  z-index: 1100;
}
.nav-item.open .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 7px 16px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}
.dropdown-menu a:hover { background: #f5f5f5; color: #333; }
.dropdown-menu a .fa { width: 20px; text-align: center; margin-right: 6px; }
.dropdown-menu .divider { height: 1px; background: #e5e5e5; margin: 8px 0; }
.dropdown-menu .badge-red {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  padding: 2px 7px;
  margin-left: 8px;
}

/* ---------- Sidebar ---------- */
.main-sidebar {
  position: fixed;
  top: var(--navbar-h);
  bottom: 0; left: 0;
  width: var(--sidebar-w);
  background: var(--dark);
  overflow-y: auto;
  z-index: 900;
}
.sidebar-profile {
  text-align: center;
  padding: 30px 15px 25px;
}
.sidebar-profile img,
.sidebar-profile .avatar {
  width: 130px; height: 130px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}
.sidebar-profile .welcome {
  margin-top: 18px;
  color: var(--sidebar-text);
  font-style: italic;
  font-size: 14px;
}
.sidebar-profile .welcome .fa { font-style: normal; margin-right: 4px; }
.sidebar-profile .username {
  margin-top: 2px;
  color: #fff;
  font-size: 21px;
}
.sidebar-profile .username .fa { font-size: 17px; margin-left: 6px; }

.sidebar-menu { list-style: none; }
.sidebar-menu > li { position: relative; border-top: 1px solid rgba(255,255,255,.05); }
.sidebar-menu > li > a {
  display: flex;
  align-items: center;
  padding: 14px 17px;
  color: var(--sidebar-text);
  font-size: 16px;
}
.sidebar-menu > li > a > .fa:first-child { width: 24px; text-align: center; margin-right: 8px; font-size: 15px; }
.sidebar-menu > li > a .pull-right { margin-left: auto; font-size: 13px; transition: transform .2s; }
.sidebar-menu > li > a:hover,
.sidebar-menu > li.active > a,
.sidebar-menu > li.open > a {
  background: var(--dark-3);
  color: #fff;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  background: rgba(0,0,0,.12);
}
.sidebar-menu li.open > .treeview-menu { display: block; }
.sidebar-menu li.open > a .pull-right { transform: rotate(180deg); }
.treeview-menu > li > a {
  display: block;
  padding: 9px 15px 9px 22px;
  color: var(--sidebar-text);
  font-size: 15px;
}
.treeview-menu > li > a > .fa { margin-right: 8px; font-size: 12px; }
.treeview-menu > li > a:hover { color: #fff; }
.treeview-menu > li.active > a {
  background: var(--bg);
  color: #222;
}
.treeview-menu > li.active > a:hover { color: #222; }

/* ---------- Área de conteúdo ---------- */
.content-wrapper {
  margin-left: var(--sidebar-w);
  margin-top: var(--navbar-h);
  min-height: calc(100vh - var(--navbar-h));
  background: var(--bg);
  padding-bottom: 30px;
}
.content-header { padding: 22px 30px 0; }
.content-header h1 {
  font-size: 28px;
  font-weight: 500;
  color: #444;
  margin-bottom: 18px;
}
.breadcrumb {
  list-style: none;
  background: #e8e8e8;
  border-radius: 3px;
  padding: 11px 15px;
  font-size: 15px;
  margin-bottom: 5px;
}
.breadcrumb li { display: inline-block; }
.breadcrumb li + li::before { content: "/\00a0"; color: #aaa; padding: 0 6px; }
.breadcrumb li a { color: #5a6b7d; }
.breadcrumb li.active { color: #999; }
.content { padding: 15px 30px 0; }
.lead-text { font-size: 15px; margin: 10px 0 18px; }

/* ---------- Box (painel com header colorido) ---------- */
.box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-bottom: 25px;
}
.box-header {
  background: var(--aqua-header);
  color: #fff;
  padding: 12px 15px;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.box-body { padding: 20px 15px; }

/* ---------- Tiles (cards com ícone circular) ---------- */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding-top: 46px;
}
.tiles-grid + .tiles-grid { margin-top: 30px; }
.tiles-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tiles-grid.cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1200px) { .tiles-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 60px; } }
@media (max-width: 768px)  { .tiles-grid { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 60px; } }

.tile {
  position: relative;
  background: var(--tile-color, var(--blue));
  color: #fff;
  text-align: center;
  padding-top: 62px;
  min-height: 196px;
  display: flex;
  flex-direction: column;
}
/* REGRA DE OURO: o círculo fica METADE dentro / METADE fora do bloco.
   top = -(altura do círculo / 2) — centro do círculo exatamente na borda superior. */
.tile-icon {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px; height: 86px;
  border-radius: 50%;
  background: var(--tile-color, var(--blue));
  border: 4px solid rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
}
.tile-icon svg { width: 38px; height: 38px; fill: #fff; }
.tile-label {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
  line-height: 1.25;
}
.tile-value {
  font-size: 33px;
  font-weight: 700;
  margin: 2px 0 8px;
  line-height: 1.1;
}
.tile-footer {
  margin-top: auto;
  display: block;
  background: rgba(0,0,0,.12);
  color: #fff;
  font-size: 16px;
  padding: 8px 5px;
  min-height: 34px;
}
.tile-footer:hover { color: #fff; background: rgba(0,0,0,.18); }
.tile-footer .fa { margin-left: 5px; }
.tile.no-value .tile-label { margin-top: auto; margin-bottom: auto; }

/* Cores dos tiles */
.tile-red    { --tile-color: var(--red); }
.tile-blue   { --tile-color: var(--blue); }
.tile-blue-dark { --tile-color: var(--blue-dark); }
.tile-purple { --tile-color: var(--purple); }
.tile-orange { --tile-color: var(--orange); }
.tile-green  { --tile-color: var(--green); }
.tile-green-dark { --tile-color: var(--green-dark); }
.tile-yellow { --tile-color: var(--yellow); }
.tile-aqua   { --tile-color: var(--aqua); }
.tile-sky    { --tile-color: var(--sky); }
.tile-teal   { --tile-color: var(--teal); }
.tile-slate  { --tile-color: var(--slate); }

/* ---------- Botões ---------- */
.btn {
  display: inline-block;
  border: none;
  border-radius: 3px;
  font-family: var(--font);
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.btn-violet { background: var(--violet); font-size: 20px; padding: 9px 26px; }
.btn-violet:hover { background: #9b50bd; color: #fff; }
.btn-green { background: var(--green); font-size: 17px; padding: 10px 20px; }
.btn-green:hover { background: #008d4c; color: #fff; }
/* mesmo tamanho do verde, para os pares Confirmar / Cancelar ficarem iguais */
.btn-red { background: var(--red); color: #fff; font-size: 17px; padding: 10px 20px; }
.btn-red:hover { background: #c9412f; color: #fff; }
/* Botão sem ação possível: apagado e sem clique */
.btn:disabled, .btn:disabled:hover {
  background: #d2d6de;
  color: #fff;
  cursor: not-allowed;
}
/* Botão de ação fica sempre no canto inferior direito do bloco */
.acoes-direita { display: flex; justify-content: flex-end; margin-top: 16px; }
.btn-chart {
  background: var(--green);
  padding: 9px 11px;
  font-size: 15px;
}
.btn-action {
  background: #fff;
  border: 1px solid var(--aqua-header);
  color: var(--aqua-header);
  border-radius: 3px;
  width: 38px; height: 38px;
  font-size: 16px;
}
.btn-action:hover { background: #f0fbfe; }

/* ---------- Formulários / filtros ---------- */
.form-control {
  font-family: var(--font);
  font-size: 15px;
  color: var(--text);
  height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #fff;
  width: 100%;
}
.form-control::placeholder { color: #999; }
.form-control:focus { outline: none; border-color: var(--blue); }
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10'><path d='M1 1l6 7 6-7z' fill='%231a7cd8'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px;
}

/* ---------- Tabela ---------- */
.table { width: 100%; border-collapse: collapse; }
.table th {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px 8px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
.table th .fa { font-size: 12px; margin-left: 4px; color: #666; }
.table td {
  font-size: 15px;
  padding: 10px 8px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
}
.table.table-striped tbody tr:nth-child(even) { background: #f5f5f5; }
.table .money { color: var(--green); }
.table tr.filters td { padding: 8px; border-top: none; }
.table tr.filters .fa-search { font-size: 24px; color: #333; }

/* ---------- Saldos (topo do extrato) ---------- */
.saldo-lines { text-align: right; margin-bottom: 12px; }
.saldo-lines .saldo {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}
.saldo-lines .saldo .valor-verde { color: var(--green); }
.saldo-lines .help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #1a7cd8;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}

/* ---------- Utilitários ---------- */
.text-center { text-align: center; }
.text-red { color: var(--red); }
.text-green { color: var(--green); }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

/* ---------- Abas (painel administrativo) — padrão AdminLTE nav-tabs-custom ---------- */
.tabs-box { background: #fff; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.1); margin-bottom: 25px; }
.nav-tabs { list-style: none; display: flex; flex-wrap: wrap; border-bottom: 1px solid #f4f4f4; }
.nav-tabs li a {
  display: block; padding: 12px 18px; font-size: 15px; color: #444;
  border-top: 3px solid transparent; cursor: pointer;
}
.nav-tabs li a:hover { color: var(--aqua-header); }
.nav-tabs li.active a { border-top-color: var(--aqua-header); color: #333; font-weight: 600; }
.tab-pane { display: none; padding: 20px 15px; }
.tab-pane.active { display: block; }

/* ---------- Linha de configuração (admin) ---------- */
.config-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 5px; border-bottom: 1px solid #f0f0f0; font-size: 15px;
}
.config-row:last-child { border-bottom: none; }
.badge-perm {
  display: inline-block; background: var(--aqua-header); color: #fff;
  font-size: 12px; font-weight: 600; border-radius: 3px; padding: 3px 8px; margin: 0 3px 3px 0;
}
.badge-perm.coord { background: var(--violet); }
.empty-state { text-align: center; color: #999; font-size: 16px; padding: 40px 10px; }
.empty-state .fa { font-size: 44px; display: block; margin-bottom: 12px; color: #d2d6de; }

/* ---------- Modal (edição de funções etc.) ---------- */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}
.modal-box {
  background: #fff;
  width: 540px;
  max-width: calc(100vw - 30px);
  border-radius: 3px;
  box-shadow: 0 5px 25px rgba(0,0,0,.35);
}
.modal-body { padding: 15px; max-height: 60vh; overflow-y: auto; }
.modal-footer {
  padding: 12px 15px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.btn-default {
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: #444;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--font);
}
.btn-default:hover { background: #e9e9e9; }
.btn-salvar { font-size: 15px; padding: 8px 16px; }

.funcao-row { padding: 10px 5px; border-bottom: 1px solid #f0f0f0; }
.funcao-row:last-child { border-bottom: none; }
.funcao-row label { display: flex; align-items: center; gap: 9px; font-size: 15px; cursor: pointer; }
.funcao-row input[type="checkbox"] { width: 16px; height: 16px; }
.funcao-row .detalhe-input { margin: 8px 0 2px 25px; width: calc(100% - 25px); height: 34px; font-size: 14px; }

/* ---------- Sub-funções (quadradinhos e chips) ---------- */
.subs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
  margin: 8px 0 4px 25px;
}
.subs-grid label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
.sub-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.sub-chip .fa-times { color: var(--red); cursor: pointer; }
.subfx-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 10px; }
.subfx-note { color: #999; font-size: 14px; margin-top: 14px; }

/* ---------- Bloco recolhível (configurações de função) ---------- */
.accordion { background: #fff; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.1); margin-bottom: 25px; }
.accordion > .acc-head {
  background: var(--aqua-header);
  color: #fff;
  padding: 12px 15px;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion > .acc-head .fa-chevron-down { font-size: 14px; transition: transform .2s; }
.accordion.open > .acc-head { border-radius: 3px 3px 0 0; }
.accordion.open > .acc-head .fa-chevron-down { transform: rotate(180deg); }
.accordion > .acc-body { display: none; padding: 20px 15px; }
.accordion.open > .acc-body { display: block; }

/* ---------- Minha Agenda: calendário fixo à esquerda, lista à direita ----------
   O bloco tem altura travada pelo calendário. Quando o dia tem muitos
   agendamentos, quem rola é só a lista — o calendário não sai do lugar. */
.agenda-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 26px;
  align-items: start;          /* o calendário fica no tamanho natural dele */
}
.agenda-dia { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.agenda-dia h4 { font-size: 16px; margin: 0 0 10px; }
.agenda-lista { flex: 1; min-height: 0; overflow-y: auto; overflow-x: auto; padding-right: 4px; }
.agenda-lista table { min-width: 460px; }   /* rola dentro do bloco, não empurra a página */
/* Cabeçalho da tabela não some ao rolar */
.agenda-lista table thead th { position: sticky; top: 0; background: #fff; z-index: 1; }
.agenda-lista::-webkit-scrollbar { width: 8px; }
.agenda-lista::-webkit-scrollbar-thumb { background: #d6dbe0; border-radius: 4px; }
.agenda-lista::-webkit-scrollbar-track { background: #f6f7f9; }
/* No celular vira uma coluna só e a altura volta a ser natural */
@media (max-width: 860px) {
  .agenda-layout { grid-template-columns: 1fr; gap: 18px; }
  .agenda-dia { height: auto !important; border-top: 1px solid #f0f0f0; padding-top: 16px; }
  .agenda-lista { overflow-y: visible; overflow-x: auto; }
}

/* ---------- Calendário ---------- */
.cal-wrap { max-width: 420px; }
.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal-header .cal-titulo { font-size: 17px; font-weight: 600; text-transform: capitalize; }
.cal-nav { background: #fff; border: 1px solid var(--border); border-radius: 3px; width: 34px; height: 34px; cursor: pointer; font-size: 14px; color: #555; }
.cal-nav:hover { background: #f4f4f4; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-grid .cal-sem { text-align: center; font-size: 12px; font-weight: 700; color: #999; padding: 4px 0; }
.cal-dia { position: relative; text-align: center; padding: 9px 0; font-size: 14px; border-radius: 3px; cursor: pointer; border: 1px solid transparent; }
.cal-dia:hover { background: #f0f6fa; }
.cal-dia.vazio { cursor: default; }
.cal-dia.vazio:hover { background: transparent; }
.cal-dia.hoje { border-color: var(--aqua-header); }
.cal-dia.selecionado { background: var(--aqua-header); color: #fff; font-weight: 700; }
.cal-dia .ponto { position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.cal-dia.selecionado .ponto { background: #fff; }

/* ---------- Pedidos de hoje: refeição que abre/fecha + abas por horário ---------- */
.ped-refeicao {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; margin-top: 8px;
  background: #f7f9fa; border: 1px solid var(--border); border-radius: 3px;
  font-size: 15px; cursor: pointer; user-select: none;
}
.ped-refeicao:hover { background: #f0f4f6; }
.ped-refeicao.aberta { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.ped-refeicao .fa { color: #999; font-size: 13px; }
.ped-corpo { border: 1px solid var(--border); border-top: none; border-radius: 0 0 3px 3px; padding: 14px; }
.ped-abas { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 4px; }
.ped-aba {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--border); border-radius: 3px;
  background: #fff; font-family: var(--font); font-size: 14px; color: #444; cursor: pointer;
}
.ped-aba:hover { background: #f4f7f9; }
.ped-aba.ativa { background: var(--aqua-header); border-color: var(--aqua-header); color: #fff; font-weight: 600; }
.ped-aba-n {
  min-width: 22px; padding: 1px 6px; border-radius: 10px;
  background: #e8ecef; color: #555; font-size: 12.5px; font-weight: 700; text-align: center;
}
.ped-aba.ativa .ped-aba-n { background: rgba(255,255,255,.28); color: #fff; }
.ped-aba-n.zero { color: #aaa; }
.ped-titulo { font-size: 15px; font-weight: 700; margin: 18px 0 8px; }

/* Cozinha: calendário à esquerda, editor do cardápio à direita */
.coz-layout { display: block; }

/* Botões + / − do estoque */
.btn-qtd {
  width: 34px; height: 32px;
  border-radius: 3px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  color: #444;
}
.btn-qtd:hover { background: #f2f5f7; }
.btn-qtd.mais { border-color: #b9e2cd; color: var(--green); }
.btn-qtd.menos { border-color: #f3c9c3; color: var(--red); }

/* Cozinha: dia + abas de categoria ao lado do calendário */
.coz-dia { font-size: 16px; margin: 20px 0 10px; }
/* Abas ocupando a mesma largura da tabela, divididas igualmente */
.coz-abas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
@media (max-width: 700px) { .coz-abas { grid-template-columns: 1fr; } }
.coz-aba {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #fff;
  font-family: var(--font); font-size: 15px; color: #444;
  cursor: pointer;
}
.coz-aba:hover { border-color: var(--aqua-header); background: #f6fbfd; }
.coz-aba.ativa {
  border-color: var(--aqua-header); background: var(--aqua-header); color: #fff; font-weight: 600;
}
.coz-aba-n {
  min-width: 22px; height: 22px; border-radius: 11px;
  background: var(--bg); color: #666;
  font-size: 12.5px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.coz-aba.ativa .coz-aba-n { background: rgba(255,255,255,.28); color: #fff; }
.coz-aba.vazia .coz-aba-n { background: #fdeacd; color: #a5741a; }
/* Aviso amarelo: mesmo bloco em qualquer tela do sistema */
.coz-alerta, .aviso-amarelo {
  background: #fdf6e3; border: 1px solid #f3e2b3; border-radius: 3px;
  padding: 10px 13px; margin-top: 12px; font-size: 14px;
}
.coz-alerta .fa, .aviso-amarelo .fa { color: var(--yellow); }
.aviso-amarelo { display: flex; gap: 9px; align-items: flex-start; margin-bottom: 16px; max-width: 620px; }
#coz-conteudo { margin-top: 18px; }
.coz-conteudo-topo { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.coz-conteudo-topo h5 { font-size: 16px; font-weight: 700; margin: 0; }
.coz-conteudo-topo h5 span { font-weight: 400; color: #999; }
.coz-acoes { display: flex; align-items: center; gap: 6px; }
.coz-acoes #coz-copia-msg { font-size: 13.5px; color: var(--green); margin-left: 6px; }
