.allocation-panel { border-top: 1px solid #d9c8b6; padding-top: 12px; }
.allocation-panel[hidden] { display: none; }
.allocation-panel h3 { margin: 0 0 8px; font-size: 16px; }
.allocation-panel p { font-size: 13px; line-height: 1.45; color: #4c3a52; }
.allocation-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.allocation-fields label { display: flex; flex-direction: column; gap: 6px; min-width: 0; font-size: 13px; }
.allocation-fields select {
  min-height: 44px; width: 100%; padding: 6px 8px;
  border: 1px solid #99868b; border-radius: 10px; background: #fffaf1;
  color: #493343; font: 600 14px/1.3 system-ui, sans-serif;
}
.allocation-fields select:focus-visible { outline: 3px solid #176b62; outline-offset: 2px; }
.allocation-fields small { font-size: 12px; line-height: 1.3; color: #483944; }
.allocation-panel[data-overloaded="true"][data-powered="true"] #allocationSummary { color: #94352a; }
.allocation-note { margin: 10px 0 0; }
