.bulk-hero { padding-bottom: 34px; }
.bulk-input-card {
  max-width: 620px;
  margin: 0 auto 22px;
  padding: 24px;
  border: 1px solid var(--border);
  background: #fffdf9;
  text-align: left;
}
.bulk-step-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bulk-input-card > label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-muted);
}
.bulk-textarea {
  width: 100%;
  min-height: 190px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  resize: vertical;
  font: inherit;
  font-size: 14px;
  line-height: 1.75;
  background: var(--cream);
  color: var(--ink);
}
.bulk-textarea:focus { outline: 1px solid var(--ink); outline-offset: 0; }
.bulk-input-meta,
.bulk-results-header,
.bulk-file-row,
.bulk-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.bulk-input-meta { margin-top: 9px; font-size: 12px; color: var(--ink-muted); }
.bulk-input-meta > div { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.bulk-input-meta strong { color: var(--ink); }
.bulk-invalid-count { color: #8a3324; }
.bulk-input-help { margin: 3px 0 0; color: var(--ink-muted); font-size: 11px; }
.bulk-count-over { color: #8a3324 !important; font-weight: 700; }
.bulk-primary-action { display: flex; justify-content: center; margin: 24px 0 2px; }
.bulk-primary-action .btn { min-width: 260px; }
.bulk-or {
  position: relative;
  margin: 24px 0 2px;
  text-align: center;
  color: var(--ink-muted);
  font-size: 10px;
}
.bulk-or::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid var(--border); }
.bulk-or span { position: relative; padding: 0 10px; background: #fffdf9; }
.bulk-file-row { margin-top: 16px; }
.bulk-file-row strong { font-size: 13px; }
.bulk-file-row .hint { margin: 3px 0 0; }
.bulk-file-btn { flex-shrink: 0; }
.bulk-results { padding-top: 18px; padding-bottom: 28px; }
.bulk-results-header { align-items: flex-end; margin-bottom: 18px; }
.bulk-results-header .eyebrow { margin-bottom: 5px; }
.bulk-results-header h2 { margin: 0; font-size: 26px; }
.bulk-export-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.bulk-attention {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  margin-bottom: 16px;
  border: 1px solid #c6a196;
  border-left: 3px solid #8a3324;
  background: #f8ece8;
}
.bulk-attention-label { display: block; margin-bottom: 4px; color: #8a3324; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bulk-attention strong { display: block; font-family: "Noto Serif KR", serif; font-size: 22px; }
.bulk-attention p { margin: 3px 0 0; color: var(--ink-muted); font-size: 12px; }
.bulk-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
  margin-bottom: 14px;
}
.bulk-summary-item {
  appearance: none;
  border: 0;
  background: #fffdf9;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
}
.bulk-summary-item:hover,
.bulk-summary-item.active { background: var(--beige); }
.bulk-summary-item.active { box-shadow: inset 0 -2px 0 var(--ink); }
.bulk-summary-item small { display: block; color: var(--ink-muted); font-size: 10px; margin-bottom: 5px; }
.bulk-summary-item strong { font-family: "Noto Serif KR", serif; font-size: 22px; }
.bulk-filter-row { margin: 10px 0; font-size: 12px; color: var(--ink-muted); }
.bulk-table-wrap { overflow-x: auto; border: 1px solid var(--border); }
.bulk-table { width: 100%; border-collapse: collapse; min-width: 670px; background: #fffdf9; font-size: 12px; }
.bulk-table th,
.bulk-table td { padding: 11px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.bulk-table th { background: var(--beige); color: var(--ink-muted); font-size: 10px; letter-spacing: .05em; }
.bulk-table tr:last-child td { border-bottom: none; }
.bulk-number-cell { white-space: nowrap; font-weight: 700; }
.bulk-status-badge { display: inline-block; padding: 3px 8px; border: 1px solid var(--border); border-radius: 2px; white-space: nowrap; }
.bulk-status-active { color: #2f5c2a; border-color: #9fbd9a; background: #edf5eb; }
.bulk-status-suspended { color: #7d6420; border-color: #cbbd8c; background: #f8f2dd; }
.bulk-status-closed { color: #8a3324; border-color: #c6a196; background: #f8ece8; }
.bulk-status-unknown { color: var(--ink-muted); background: var(--beige); }
.bulk-empty-row { text-align: center !important; color: var(--ink-muted); padding: 24px !important; }
.bulk-result-note { margin-top: 12px; color: var(--ink-muted); font-size: 12px; line-height: 1.7; }

@media (max-width: 720px) {
  .bulk-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .bulk-results-header,
  .bulk-file-row,
  .bulk-attention { align-items: flex-start; flex-direction: column; }
  .bulk-export-actions { width: 100%; }
  .bulk-export-actions .btn { flex: 1; text-align: center; }
  .bulk-attention .btn { width: 100%; text-align: center; }
  .bulk-primary-action .btn { width: 100%; min-width: 0; }
}
