.cctc { max-width: 820px; display: flex; flex-direction: column; color: #27331f; }
.cctc-section { margin-bottom: 26px; }
.cctc-h { margin: 0 0 12px; font-size: 15.5px; font-weight: 700; color: #27331f; }

.cctc-row2 { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; margin-bottom: 8px; }
.cctc label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.cctc input, .cctc select {
  padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px; background: #fff; color: #27331f;
  font-family: inherit;
}
.cctc input:focus, .cctc select:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.cctc-hint { margin: 6px 0 0; font-size: 12.5px; color: #5b6b56; }

.cctc-empty { font-size: 13px; color: #5b6b56; }

/* Recipe tree */
.cctc-tree { display: flex; flex-direction: column; gap: 2px; }
.cctc-node { border-left: 2px solid #d9e0d4; }
.cctc-node-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 7px 0 7px 12px; font-size: 13.5px;
}
.cctc-node-children { margin-left: 18px; }

.cctc-node-qty { font-weight: 700; color: #19616a; white-space: nowrap; min-width: 34px; }
.cctc-node-name { font-weight: 700; color: #27331f; }
.cctc-node-badge {
  font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em;
  padding: 2px 7px; border-radius: 999px; white-space: nowrap;
}
.cctc-node-badge-raw { background: #f3f4f8; color: #5b6b56; border: 1px solid #d9e0d4; }
.cctc-node-badge-craft { background: #19616a; color: #fff; }
.cctc-node-recipe-label { font-size: 12px; color: #5b6b56; }
.cctc-node-select {
  padding: 4px 8px; font-size: 12px; border: 1px solid #d9e0d4; border-radius: 5px; background: #fff; color: #27331f;
}

/* Shopping list table */
.cctc-table-wrap { overflow-x: auto; }
.cctc-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.cctc-table th, .cctc-table td { text-align: left; padding: 8px 9px; border: 1px solid #d9e0d4; vertical-align: top; }
.cctc-table th { background: #f3f4f8; color: #27331f; font-weight: 700; white-space: nowrap; }
.cctc-table td { color: #27331f; }
.cctc-table tbody tr:nth-child(even) td { background: #f3f4f8; }
.cctc-table .cctc-shopping-name { font-weight: 700; white-space: nowrap; }
.cctc-table .cctc-shopping-stacks { color: #19616a; font-weight: 700; white-space: nowrap; }

/* Prose */
.cctc-prose p { margin: 0 0 10px; font-size: 13.5px; line-height: 1.6; color: #27331f; }
.cctc-prose p:last-child { margin-bottom: 0; }
.cctc-prose code { font-family: ui-monospace, monospace; font-size: 12.5px; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 4px; padding: 1px 5px; color: #19616a; }

.cctc-note { margin-top: 4px; font-size: 13px; color: #5b6b56; }

@media (max-width: 640px) {
  .cctc-row2 { grid-template-columns: 1fr; }
  .cctc-node-children { margin-left: 12px; }
}
