.bulk-editor {
  margin: -6px 0 32px;
  padding: 24px;
  background: #f2f0e8;
  border: 1px solid;
}
.bulk-editor > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.bulk-editor h3 { margin: 3px 0 0; font: 950 30px/.95 var(--sans); text-transform: uppercase; }
.bulk-editor .button { padding: 12px 16px; }
.bulk-row {
  display: grid;
  grid-template-columns: 52px minmax(150px,1fr) minmax(150px,1fr) 42px;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #c7c4ba;
}
.bulk-row > span { font: 800 9px Mono; }
.bulk-row input, .bulk-row select { height: 42px; padding: 0 10px; border: 1px solid; background: #fffef7; font: 800 12px Mono; }
.bulk-row button { height: 42px; border: 1px solid; background: #efff48; font: 900 16px Mono; cursor: pointer; }
.payment-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.payment-actions .button { padding: 14px 18px; }
.payment-actions .alby-go { color: #1b1b18; background: #ffca00; }
.copy-status { min-height: 1.4em; font: 700 9px Mono; }
.public-stats { padding: 90px max(5vw,calc((100vw - 1400px)/2)); color: #f2f0e8; background: #1b1b18; }
.public-stats > header { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.public-stats h2 { margin: 8px 0 0; font: 950 clamp(48px,7vw,100px)/.82 var(--sans); text-transform: uppercase; }
.public-stats h2 span { color: #efff48; }
.public-stats small, .public-stats > p { color: #aaa89f; font: 700 9px/1.5 Mono; }
.stats-grid { display: grid; grid-template-columns: repeat(5,1fr); margin: 55px 0 25px; border-block: 1px solid #6b6a64; }
.stats-grid article { min-height: 150px; padding: 22px; border-right: 1px solid #6b6a64; }
.stats-grid article:last-child { border-right: 0; }
.stats-grid span { display: block; color: #aaa89f; font: 750 9px Mono; text-transform: uppercase; }
.stats-grid b { display: block; margin-top: 38px; font: 950 clamp(25px,3vw,48px)/1 var(--sans); }
.stats-grid i { font-style: normal; }
@media (max-width: 600px) {
  .bulk-editor > header { align-items: start; flex-direction: column; }
  .bulk-row { grid-template-columns: 38px 1fr 42px; }
  .bulk-row select { grid-column: 2/4; }
  .payment-actions .button { width: 100%; }
  .public-stats > header { display: block; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { min-height: 115px; border-bottom: 1px solid #6b6a64; }
}
