.tadaoto-batch-tool-page .bit-app { max-width: 960px; margin: 0 auto; }
.tadaoto-batch-tool-page .bit-drop { min-height: 190px; padding: 32px 20px; border: 2px dashed rgba(6,147,205,.55); border-radius: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; cursor: pointer; background: rgba(6,147,205,.035); transition: .18s; box-sizing: border-box; }
.tadaoto-batch-tool-page .bit-drop:hover,.tadaoto-batch-tool-page .bit-drop:focus-visible,.tadaoto-batch-tool-page .bit-drop.is-over { border-color: #0693cd; background: rgba(6,147,205,.1); outline: none; }
.tadaoto-batch-tool-page .bit-drop__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 13px; border-radius: 50%; color: #fff; background: #0693cd; font-size: 25px; }
.tadaoto-batch-tool-page .bit-drop strong { font-size: 16px; }
.tadaoto-batch-tool-page .bit-drop small { margin-top: 5px; color: #777; font-size: 12px; }
.tadaoto-batch-tool-page .bit-settings { margin-top: 24px; }
.tadaoto-batch-tool-page .bit-field { padding: 18px 0; border-top: 1px solid rgba(128,128,128,.2); }
.tadaoto-batch-tool-page .tool-section-heading + .bit-field { padding-top: 4px; border-top: 0; }
.tadaoto-batch-tool-page .bit-label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 700; }
.tadaoto-batch-tool-page .bit-choice { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.tadaoto-batch-tool-page .bit-choice label { position: relative; cursor: pointer; }
.tadaoto-batch-tool-page .bit-choice label input { position: absolute; opacity: 0; }
.tadaoto-batch-tool-page .bit-choice label span { display: block; padding: 8px 14px; border: 1px solid rgba(128,128,128,.3); border-radius: 999px; font-size: 12px; }
.tadaoto-batch-tool-page .bit-choice label input:checked + span { border-color: #0693cd; color: #fff; background: #0693cd; }
.tadaoto-batch-tool-page .bit-choice label input:focus-visible + span { outline: 2px solid #0693cd; outline-offset: 2px; }
.tadaoto-batch-tool-page .bit-choice > input[type="number"],.tadaoto-batch-tool-page .bit-text,.tadaoto-batch-tool-page select,.tadaoto-batch-tool-page .bnr-sequence-options input { min-height: 38px; padding: 7px 10px; border: 1px solid rgba(128,128,128,.35); border-radius: 8px; color: inherit; background: transparent; font: inherit; font-size: 13px; box-sizing: border-box; }
.tadaoto-batch-tool-page .bit-choice > input[type="number"] { width: 100px; }
.tadaoto-batch-tool-page .bit-choice > input:disabled { opacity: .4; }
.tadaoto-batch-tool-page .bit-check { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 12px; cursor: pointer; }
.tadaoto-batch-tool-page .bit-check input { accent-color: #0693cd; }
.tadaoto-batch-tool-page .bit-field > p { margin: 7px 0 0; color: #777; font-size: 11px; line-height: 1.65; }
.tadaoto-batch-tool-page .bit-text { width: min(100%,420px); }
.tadaoto-batch-tool-page .bnr-sequence-options { display: flex; gap: 14px; margin-top: 10px; flex-wrap: wrap; }
.tadaoto-batch-tool-page .bnr-sequence-options label { display: flex; align-items: center; gap: 7px; color: #777; font-size: 12px; }
.tadaoto-batch-tool-page .bnr-sequence-options input { width: 95px; }
.tadaoto-batch-tool-page .bit-results { margin-top: 28px; }
.tadaoto-batch-tool-page .bit-results__head,.tadaoto-batch-tool-page .bit-results__head > div:first-child { display: flex; align-items: center; gap: 12px; }
.tadaoto-batch-tool-page .bit-results__head { justify-content: space-between; margin-bottom: 15px; }
.tadaoto-batch-tool-page .bit-results__head h2 { margin: 0; font-size: 19px; }
.tadaoto-batch-tool-page .bit-results__head p { margin: 2px 0 0; color: #777; font-size: 11px; }
.tadaoto-batch-tool-page .bit-actions { display: flex; gap: 7px; }
.tadaoto-batch-tool-page .bit-button { padding: 9px 15px; border: 1px solid rgba(128,128,128,.35); border-radius: 999px; color: inherit; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.tadaoto-batch-tool-page .bit-button--primary { border-color: #0693cd; color: #fff; background: #0693cd; }
.tadaoto-batch-tool-page .bit-button:disabled { opacity: .45; cursor: wait; }
.tadaoto-batch-tool-page .bit-gallery { display: grid; grid-template-columns: repeat(auto-fill,minmax(210px,1fr)); gap: 13px; }
.tadaoto-batch-tool-page .bit-card { overflow: hidden; border: 1px solid rgba(128,128,128,.26); border-radius: 12px; }
.tadaoto-batch-tool-page .bit-card__preview { position: relative; aspect-ratio: 4/3; display: grid; place-items: center; padding: 9px; overflow: hidden; background-color: #fff; background-image: linear-gradient(45deg,#e1e4e8 25%,transparent 25%),linear-gradient(-45deg,#e1e4e8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e1e4e8 75%),linear-gradient(-45deg,transparent 75%,#e1e4e8 75%); background-size:18px 18px; background-position:0 0,0 9px,9px -9px,-9px 0; }
.tadaoto-batch-tool-page .bit-card__preview img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tadaoto-batch-tool-page .bit-card__state { position: absolute; inset: 0; display: grid; place-items: center; color: #555; background: rgba(255,255,255,.84); font-size: 12px; }
.tadaoto-batch-tool-page .bit-card__state[hidden] { display: none; }
.tadaoto-batch-tool-page .bit-card__body { padding: 11px; }
.tadaoto-batch-tool-page .bit-card__before,.tadaoto-batch-tool-page .bit-card__after { overflow: hidden; margin: 0; white-space: nowrap; text-overflow: ellipsis; }
.tadaoto-batch-tool-page .bit-card__before { color: #888; font-size: 10px; }
.tadaoto-batch-tool-page .bit-card__after { margin-top: 3px; font-size: 12px; font-weight: 700; }
.tadaoto-batch-tool-page .bit-card__detail { min-height: 17px; margin: 4px 0 0; color: #777; font-size: 10px; }
.tadaoto-batch-tool-page .bit-card__buttons { display: flex; gap: 6px; margin-top: 9px; }
.tadaoto-batch-tool-page .bit-card__buttons a,.tadaoto-batch-tool-page .bit-card__buttons button { flex: 1; padding: 7px; border: 1px solid rgba(128,128,128,.3); border-radius: 7px; color: inherit; background: transparent; font: inherit; font-size: 11px; text-align: center; text-decoration: none; cursor: pointer; }
.tadaoto-batch-tool-page .bit-card__buttons a { border-color: rgba(6,147,205,.55); color: #3279bd; }
.tadaoto-batch-tool-page .bit-card__buttons a[aria-disabled="true"] { opacity: .4; pointer-events: none; }
.tadaoto-batch-tool-page .bit-status { min-height: 24px; margin-top: 10px; color: #777; font-size: 11px; }
.tadaoto-batch-tool-page .bit-status.is-error { color: #bd3d3d; }
.tadaoto-batch-tool-page .bit-notes { margin-top: 34px; padding: 19px 21px; border-radius: 12px; background: rgba(128,128,128,.07); }
.tadaoto-batch-tool-page .bit-notes h2 { margin: 0 0 8px; font-size: 14px; }
.tadaoto-batch-tool-page .bit-notes ul { margin: 0; padding-left: 19px; color: #777; font-size: 11px; line-height: 1.8; }
@media (max-width:640px) { .tadaoto-batch-tool-page .tool-heading .musiclist-title { font-size:27px; line-height:1.35; } .tadaoto-batch-tool-page .bit-results__head { align-items:flex-start; flex-direction:column; } .tadaoto-batch-tool-page .bit-actions { width:100%; } .tadaoto-batch-tool-page .bit-actions .bit-button { flex:1; } .tadaoto-batch-tool-page .bit-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; } }
@media (max-width:380px) { .tadaoto-batch-tool-page .bit-gallery { grid-template-columns:1fr; } }
