@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.autorefresh[data-v-89c5fc0f]{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:12px;color:#1a7f37;background:#e9f7ef;padding:6px 10px;border-radius:999px;border:1px solid #bfe7cf}.autorefresh .dot[data-v-89c5fc0f]{width:8px;height:8px;border-radius:50%;background:#1a7f37;box-shadow:0 0 #1a7f3799;animation:pulse-89c5fc0f 1.2s ease-out infinite}@keyframes pulse-89c5fc0f{0%{box-shadow:0 0 #1a7f3799}to{box-shadow:0 0 0 8px #1a7f3700}}.download-card[data-v-89c5fc0f]{margin-top:10px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.download-title[data-v-89c5fc0f]{font-weight:600;margin-bottom:8px}.download-actions[data-v-89c5fc0f]{display:flex;gap:8px;margin-bottom:8px}.btn-link[data-v-89c5fc0f]{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:8px;background:#111827;color:#fff;text-decoration:none;font-size:14px}.download-preview[data-v-89c5fc0f]{font-size:12px;color:#374151;background:#fff;border:1px dashed #d1d5db;border-radius:8px;padding:8px 10px;word-break:break-all}.detail[data-v-38650b76]{display:grid;gap:6px;margin-top:8px}.label[data-v-38650b76]{color:#6b7280;margin-right:6px}:root{--bg: #f5f7f3;--bg2: #e8f4ef;--card: #ffffff;--text: #1f2e27;--muted: #5e7267;--line: #d8e4dc;--primary: #006e5f;--primary-2: #0f8a78;--warning: #b46b00;--danger: #b5332f;--radius: 16px}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(1200px 500px at -10% -20%,#d6efe5 0%,transparent 60%),radial-gradient(900px 480px at 110% -10%,#f6e8c5 0%,transparent 58%),linear-gradient(180deg,var(--bg),var(--bg2))}h1,h2,h3{font-family:Space Grotesk,sans-serif;margin:0 0 8px}p{margin:0}a{color:#045649;text-decoration:none}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:color-mix(in srgb,white 88%,transparent);border-bottom:1px solid var(--line)}.brand{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:.04em;color:#0b5f53}.menu{display:flex;gap:8px}.menu a{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;color:var(--muted);font-size:14px}.menu a.router-link-active{background:#d8efe7;color:#045649;font-weight:600}.content{max-width:1180px;margin:20px auto;padding:0 16px 28px}.card{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:16px;margin-bottom:12px;box-shadow:0 8px 28px -20px #0a2a1a42}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.col{flex:1 1 260px}.toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{font-size:13px;color:#145247;background:#e4f5ef;border:1px solid #c6e8de;padding:6px 10px;border-radius:999px}.chip.cap-locked{color:#5f6762;background:#f1f3f2;border-color:#dde2df}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--text);background:#fcfefc}textarea{min-height:120px;resize:vertical}button{border:1px solid transparent;border-radius:12px;padding:9px 14px;font-weight:600;font-family:Space Grotesk,sans-serif;cursor:pointer;background:linear-gradient(120deg,var(--primary),var(--primary-2));color:#fff}button.secondary{background:#f8faf8;border-color:var(--line);color:var(--text)}button:disabled{opacity:.55;cursor:not-allowed}.btn{border:1px solid transparent;border-radius:12px;padding:9px 14px;font-weight:600;font-family:Space Grotesk,sans-serif;cursor:pointer}.btn.sm{padding:5px 10px;font-size:12px;border-radius:9px}.btn.ghost{background:#f8faf8;border-color:var(--line);color:var(--text)}.btn.cap-locked{color:#5f6762;background:#f1f3f2;border-color:#dde2df}table{width:100%;border-collapse:collapse;font-size:13px;min-width:760px}th,td{text-align:left;padding:10px 8px;border-bottom:1px dashed #d9e2dd;vertical-align:top}th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.status{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:12px;background:#eff4f1;color:#3e5a4c;font-weight:600}.status.READY{background:#dff5ec;color:#12634f}.status.SUBMITTING,.status.SUBMITTED,.status.BOUND,.status.PROCESSING,.status.QUEUED{background:#e9f3ff;color:#124f8b}.status.FAILED,.status.EXPIRED{background:#fde8e7;color:#8e2420}.muted{color:var(--muted);font-size:13px}.danger{color:var(--danger)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a14106b;display:grid;place-items:center;z-index:60;padding:20px}.modal-card{width:min(980px,100%);max-height:82vh;overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px}@media(max-width:980px){.content{padding:0 12px 20px}.row{gap:8px}}
