:root{color:#0f172a;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:560px;padding:32px;box-shadow:0 10px 30px #0f172a14}.logo{width:80%;max-width:220px;height:auto;margin:0 auto 28px;display:block}h1{letter-spacing:-.03em;text-align:center;margin:0;font-size:28px}p{color:#475569;text-align:center;line-height:1.5}.disclaimer{color:#78350f;background:#fef3c7;border-radius:14px;margin:0;padding:12px 14px;font-size:14px}.form{gap:18px;margin-top:24px;display:grid}.row{grid-template-columns:1fr 1fr;gap:16px;display:grid}label{color:#334155;gap:8px;font-weight:650;display:grid}.codes-label{color:#334155;margin-bottom:8px;font-weight:650;display:block}.combobox{position:relative}.combobox input[type=text]{width:100%}.chip-row{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.chip{color:#0f172a;background:#e2e8f0;border-radius:999px;align-items:center;gap:6px;max-width:220px;padding:4px 6px 4px 12px;font-size:13px;font-weight:650;display:inline-flex}.chip-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chip-remove{cursor:pointer;color:#475569;background:0 0;border:0;flex:none;padding:0 4px;font-size:16px;line-height:1}.chip-remove:hover{color:#0f172a}.combobox-panel{z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:14px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0f172a1f}.combobox-option{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;font-weight:500;display:flex}.combobox-option:hover{background:#f1f5f9}.combobox-option input{width:auto}.combobox-select-all{border-bottom:1px solid #e2e8f0;margin-bottom:4px;padding-bottom:10px;font-weight:650}.combobox-empty{color:#64748b;padding:8px 10px}input,select{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px}input:focus,select:focus{outline-offset:2px;outline:2px solid #94a3b8}button{color:#fff;font:inherit;cursor:pointer;background:#020617;border:0;border-radius:14px;padding:14px 18px;font-weight:700}button:disabled{opacity:.55;cursor:not-allowed}.button-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.button-row button{padding:14px 10px;font-size:14px}.status{color:#334155;background:#f1f5f9;border-radius:16px;margin-top:24px;padding:16px}.error{color:#b91c1c;white-space:pre-wrap;margin-bottom:0}.spinner{vertical-align:-2px;border:2px solid #cbd5e1;border-top-color:#0f172a;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.progress{margin-top:10px}.progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:#0f172a;border-radius:999px;height:100%;transition:width .2s}.progress-fill-preparing{background:repeating-linear-gradient(45deg,#0f172a,#0f172a 10px,#334155 10px 20px) 0 0/28px 28px;animation:.8s linear infinite progress-stripes}.progress-fill-done{background:#16a34a}@keyframes progress-stripes{to{background-position:28px 0}}.progress-label{color:#64748b;margin-top:6px;font-size:12px}.log-toggle{color:#334155;background:0 0;border:1px solid #cbd5e1;margin-top:10px;padding:6px 12px;font-size:12px;display:block}.log-toggle:hover{background:#e2e8f0}.retry-button{color:#78350f;background:#fef3c7;border:1px solid #fcd34d;margin-top:10px;padding:8px 14px;font-size:13px;display:block}.retry-button:hover:not(:disabled){background:#fde68a}.log-panel{color:#e2e8f0;background:#0f172a;border-radius:12px;max-height:160px;margin-top:12px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;overflow-y:auto}.log-line{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}@media (width<=560px){.row,.button-row{grid-template-columns:1fr}.card{padding:24px}}
