.psc-batch-widget{max-width:680px;margin:24px auto;padding:28px;border:1px solid #e6e6e6;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.psc-batch-title{margin:0 0 16px;font-size:26px;line-height:1.2}
.psc-batch-label{display:block;font-weight:600;margin-bottom:8px}
.psc-batch-row{display:flex;gap:10px;align-items:center}
.psc-batch-input{flex:1;min-width:0;padding:13px 14px;border:1px solid #ccc;border-radius:10px;font-size:16px}
.psc-batch-button{padding:4px 18px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:700;cursor:pointer}
.psc-batch-button:hover{opacity:.9}
.psc-batch-result{margin-top:16px}
.psc-batch-card{padding:16px;border-radius:12px;background:#f7f7f7}
.psc-batch-result.is-success .psc-batch-card{border-left:4px solid #178a45}
.psc-batch-result.is-error .psc-batch-card{border-left:4px solid #b42318}
.psc-batch-card dl{display:grid;grid-template-columns:120px 1fr;gap:6px 12px;margin:12px 0 0}
.psc-batch-card dt{font-weight:700}
.psc-batch-card dd{margin:0}
.psc-batch-coa{display:inline-block;margin-top:12px;font-weight:700}
.psc-batch-disclaimer{font-size:13px;opacity:.75;margin:14px 0 0}
@media(max-width:600px){.psc-batch-row{display:block}.psc-batch-button{width:100%;margin-top:10px}.psc-batch-card dl{grid-template-columns:1fr}}