.upload-area {
  border: 2px dashed rgba(245,239,230,0.12);
  border-radius: 10px;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  margin-bottom: 20px;
  background: rgba(245,239,230,0.02);
}
.upload-area:hover { border-color: #E04E24; }
.upload-area.dragover { border-color: #E04E24; background: rgba(224,78,36,0.06); }
.upload-area p { color: #8A8478; font-size: 13px; margin-top: 6px; }
.upload-btn {
  display: inline-block;
  background: #E04E24;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.fc-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.fc-table th { background: #181714; padding: 8px 12px; text-align: left; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #8A8478; }
.fc-table td { padding: 7px 12px; border-bottom: 1px solid rgba(245,239,230,0.05); vertical-align: middle; color: #B7B0A4; }
.fc-table select.row-type { font-size: 12px; padding: 3px 6px; border-radius: 4px; font-family: inherit; font-weight: 600; cursor: pointer; border: none; }
.fc-table select.row-type.type-fixed { background: rgba(34,197,94,0.15); color: #79B08F; }
.fc-table select.row-type.type-production { background: rgba(96,165,250,0.15); color: #B7B0A4; }
.fc-table select.row-type.type-skip { background: rgba(245,239,230,0.05); color: #8A8478; }
.fc-table td.amt { text-align: right; font-variant-numeric: tabular-nums; font-weight: 500; }
.tip { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: rgba(245,239,230,0.1); color: #8A8478; font-size: 9px; font-weight: 700; text-align: center; line-height: 14px; cursor: help; margin-left: 4px; vertical-align: middle; flex-shrink: 0; }
#global-tip { position: fixed; background: #201e1a; color: #F5EFE6; border: 1px solid rgba(245,239,230,0.12); padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 700; min-width: 60px; width: auto; max-width: 240px; white-space: nowrap; line-height: 1.4; z-index: 9999; pointer-events: none; display: none; text-align: center; text-transform: none; letter-spacing: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.5); }
.save-fc-btn {
  margin-top: 14px;
  background: #E04E24;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.save-fc-btn:hover { background: #c23d17; }
.fc-saved-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.fc-saved-chip {
  background: #201e1a;
  border: 1px solid rgba(245,239,230,0.07);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12px;
  color: #B7B0A4;
}
.fc-saved-chip strong { display: block; font-size: 13px; margin-bottom: 2px; color: #fff; }
.cm-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(245,239,230,0.07);
}
.cm-section .cm-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #8A8478;
  margin-bottom: 10px;
}
