:root{color:#1f2937;background:#f6f8fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}#app{min-height:100vh}.page{max-width:960px;margin:0 auto;padding:24px 16px 32px}.header h1{margin:0;font-size:28px}.header p{color:#6b7280;margin-top:8px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:16px;padding:16px}.label{margin-bottom:8px;font-weight:600;display:block}.textarea{resize:vertical;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px;font-size:14px}.input-file{background:#fafafa;border:1px dashed #9ca3af;border-radius:8px;width:100%;padding:8px}.preview-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.preview-item{color:#6b7280;width:110px;font-size:12px}.preview-item img{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;width:100%;height:86px;display:block}.preview-item span{word-break:break-all;margin-top:4px;display:block}.preview img{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;width:86px;height:86px}.btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:14px;padding:9px 14px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#3730a3;background:#eef2ff;margin-top:0}.btn-danger{color:#991b1b;background:#fee2e2;margin-top:0}.btn-link{color:#111827;background:#e5e7eb;margin-top:0;text-decoration:none}.progress-block{margin-top:16px}.progress-title{color:#4b5563;justify-content:space-between;gap:8px;font-size:14px;display:flex}.progress-bar{background:#eef2f7;border-radius:999px;width:100%;height:10px;margin-top:8px;overflow:hidden}.progress-value{background:linear-gradient(90deg,#2563eb,#7c3aed);height:100%;transition:width .5s}.progress-number{color:#6b7280;margin-top:8px;font-size:13px}.error{color:#b91c1c;margin-top:10px}.history-head{justify-content:space-between;align-items:center;display:flex}.history-head h2{margin:0;font-size:20px}.history-list{margin:12px 0 0;padding:0;list-style:none}.history-item{border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;padding:12px;display:flex}.history-prompt{margin:0;font-weight:600}.history-meta{color:#6b7280;margin:6px 0 0;font-size:13px}.actions{gap:8px;display:flex}.empty{color:#6b7280;margin-top:12px}@media (width<=768px){.history-item{flex-direction:column}.actions{flex-wrap:wrap;width:100%}}
