:root{color-scheme:light;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f4f8ff,#ffffff 45%,#f3fff7);color:#1f2937}main{max-width:1000px;margin:0 auto;padding:24px 16px 48px}h1{margin:0 0 12px;font-size:1.9rem}h2{margin:0 0 10px;font-size:1.2rem}.sub{margin:0 0 24px;color:#4b5563}.card{border:1px solid #d8e2f2;border-radius:12px;background:#ffffff;padding:16px;margin-bottom:16px;box-shadow:0 2px 10px rgba(0,0,0,.04)}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}label{display:block;font-size:.9rem;margin-bottom:6px;color:#334155}input,textarea{width:100%;padding:10px 12px;border:1px solid #c6d2e3;border-radius:8px;font:inherit}textarea{min-height:110px;resize:vertical}.button-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}button{border:0;border-radius:8px;background:#0b66f5;color:white;padding:10px 14px;font-weight:600;cursor:pointer}button.secondary{background:#0f766e}button:disabled{opacity:.5;cursor:not-allowed}table{width:100%;border-collapse:collapse;margin-top:10px}td,th{border-bottom:1px solid #e5e7eb;text-align:left;padding:8px;font-size:.92rem}th{color:#334155;font-weight:700}.status{background:#e8f3ff;color:#1e3a8a}.error,.status{margin-top:10px;padding:10px 12px;border-radius:8px}.error{background:#fef2f2;color:#991b1b}.pill{display:inline-block;margin-left:8px;background:#eef2ff;color:#3730a3;border-radius:999px;padding:2px 8px;font-size:.8rem;vertical-align:middle}.progress-shell{margin-top:14px;border:1px solid #c8d8f5;border-radius:10px;background:#f8fbff;padding:10px}.progress-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.progress-head strong{color:#0b3f9f;font-size:.95rem}.progress-head span{color:#334155;font-size:.88rem}.progress-track{width:100%;height:10px;border-radius:999px;background:#dde8f8;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#136ff7,#06b6d4,#136ff7);background-size:180% 100%;animation:progressShimmer 1.2s linear infinite;transition:width .25s ease-out}@keyframes progressShimmer{0%{background-position:180% 0}to{background-position:0 0}}@media (max-width:720px){.grid{grid-template-columns:1fr}.progress-head{flex-direction:column;align-items:flex-start}}