.vryx-batch { --batch-line: #263545; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--batch-line); color: #dbe5ef; }
.vryx-batch * { box-sizing: border-box; }
.vryx-batch-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; }
.vryx-batch-kicker { margin: 0 0 7px; color: #73c8bd; font-size: 10px; font-weight: 650; letter-spacing: .16em; }
.vryx-batch h3 { margin: 0; font-size: 21px; line-height: 1.3; font-weight: 650; letter-spacing: -.025em; color: #f3f7fc; }
.vryx-batch-live, .vryx-batch-status { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; border: 1px solid var(--batch-line); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 550; }
.vryx-batch-live { color: #9ae5d5; background: #183c3733; border-color: #4bb39f40; }
.vryx-batch-live i, .vryx-batch-status i { width: 5px; height: 5px; border-radius: 100%; background: currentColor; }
.vryx-batch-live.is-ended { color: #aebccf; background: transparent; border-color: var(--batch-line); }
.vryx-batch-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 20px; border: 1px solid var(--batch-line); border-radius: 12px; overflow: hidden; background: #0b1422; }
.vryx-batch-stats > div { padding: 16px 14px; border-right: 1px solid var(--batch-line); }
.vryx-batch-stats > div:last-child { border: 0; }
.vryx-batch-stats dt { color: #9baec2; font-size: 11px; line-height: 1.4; }
.vryx-batch-stats dd { margin: 8px 0 0; color: #edf5ff; font-size: 26px; font-weight: 550; line-height: 1; font-variant-numeric: tabular-nums; }
.vryx-batch-stats small { color: #8497ad; font-size: 14px; }
.vryx-batch-stats .has-errors dd { color: #fca5a5; }
.vryx-batch-progress-label { display: flex; justify-content: space-between; gap: 10px; color: #a6b8cb; font-size: 12px; margin: 0 0 9px; }
.vryx-batch-progress { height: 5px; border-radius: 10px; overflow: hidden; background: #223143; }
.vryx-batch-progress > span { display: block; height: 100%; background: #55cdb9; transition: width .25s; }
.vryx-batch-explanation { margin: 18px 0 22px; padding: 14px 16px; border: 1px solid #65c4b030; border-left: 3px solid #65c4b0; border-radius: 0 9px 9px 0; background: #132e2d55; }
.vryx-batch-explanation strong { color: #d0f3ec; font-size: 13px; font-weight: 600; }
.vryx-batch-explanation p { margin: 5px 0 0; color: #aabecb; font-size: 12px; line-height: 1.65; }
.vryx-batch-explanation.has-errors { border-left-color: #fbbf77; }
.vryx-batch-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0 0 14px; }
.vryx-batch-filters { display: flex; flex-wrap: wrap; gap: 4px; }
.vryx-batch button { font: inherit; cursor: pointer; transition: background .15s; }
.vryx-batch-filters button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 9px; color: #a5b6ca; background: transparent; border: 1px solid transparent; border-radius: 7px; font-size: 11px; }
.vryx-batch-filters button[aria-pressed=true] { color: #e6f4f6; background: #203343; border-color: #385264; }
.vryx-batch-filters button span { font-variant-numeric: tabular-nums; font-size: 10px; opacity: .8; }
.vryx-batch .vryx-batch-copy { color: #acede1; background: #1f4f432e; border: 1px solid #54b99e66; padding: 9px 12px; border-radius: 7px; font-size: 12px; font-weight: 600; }
.vryx-batch button:disabled { color: #8a9bae; background: transparent; border-color: #334155; opacity: .7; cursor: not-allowed; }
.vryx-batch button:focus-visible, .vryx-batch textarea:focus-visible { outline: 2px solid #5eead4; outline-offset: 3px; }
.vryx-batch-copy-notice, .vryx-batch-empty { padding: 12px; color: #c7e6dc; background: #162b2a; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.vryx-batch-manual { display: block; font-size: 12px; }
.vryx-batch-manual textarea { display: block; width: 100%; padding: 12px; margin: 8px 0 12px; color: #eef7ff; background: #101c2b; border: 1px solid #385264; border-radius: 8px; font-family: monospace; }
.vryx-batch-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.vryx-batch-item { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 15px; border: 1px solid var(--batch-line); border-radius: 10px; background: #0c1626; }
.vryx-batch-item.is-active { border-color: #4dbca272; background: #112c2c7a; }
.vryx-batch-item.has-errors { border-color: #c85e5844; }
.vryx-batch-number { display: grid; place-items: center; flex-shrink: 0; width: 31px; height: 34px; border-radius: 7px; color: #9bacc0; background: #1d2b3d; font-size: 11px; font-variant-numeric: tabular-nums; }
.is-active .vryx-batch-number { color: #aef4df; background: #2c67554d; }
.vryx-batch-track { flex: 1; min-width: 0; }
.vryx-batch-track strong { display: block; color: #edf4fd; font-size: 13px; font-weight: 550; line-height: 1.55; overflow-wrap: anywhere; }
.vryx-batch-url { display: block; margin-top: 4px; color: #879db3; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vryx-batch-asset { display: block; margin-top: 6px; color: #94c5b7; font-size: 11px; overflow-wrap: anywhere; }
.vryx-batch-item-actions { display: flex; flex-shrink: 0; flex-direction: column; align-items: flex-end; gap: 8px; }
.vryx-batch-status { padding: 6px 9px; color: #9bacc0; background: #111c2b; font-size: 10px; }
.vryx-batch-status.state-uploading, .vryx-batch-status.state-processing, .vryx-batch-status.state-downloading, .vryx-batch-status.state-saving { color: #a5e6d2; border-color: #4dad9766; background: #224e3f40; }
.vryx-batch-status.state-done { color: #a9dfb0; }
.vryx-batch-status.state-failed { color: #fca5a5; border-color: #c85e5855; }
.vryx-batch-item-actions button { color: #b3dacd; background: none; border: none; padding: 4px; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.vryx-batch-error { margin: 8px 0 0; color: #f6a7a7; overflow-wrap: anywhere; font-size: 12px; line-height: 1.5; }
.vryx-batch-footnote { margin: 16px 0 0; color: #8ba0b5; font-size: 11px; line-height: 1.65; }
@media (max-width: 600px) {
  .vryx-batch-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .vryx-batch h3 { font-size: 19px; }
  .vryx-batch-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vryx-batch-stats > div { border-bottom: 1px solid var(--batch-line); }
  .vryx-batch-stats > div:nth-child(2) { border-right: 0; }
  .vryx-batch-stats > div:nth-child(3) { border-bottom: 0; }
  .vryx-batch-item { flex-wrap: wrap; padding: 12px; gap: 10px; }
  .vryx-batch-track { flex-basis: calc(100% - 45px); }
  .vryx-batch-item-actions { padding-left: 41px; flex-direction: row; align-items: center; flex-wrap: wrap; }
  .vryx-batch-filters button { min-height: 40px; }
  .vryx-batch .vryx-batch-copy { min-height: 42px; }
}
@media (prefers-reduced-motion: reduce) { .vryx-batch-progress > span, .vryx-batch button { transition: none; } }
