:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#e8eef7;background:#09111f;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 80% -10%,#173b57 0,#09111f 45%)}header,main{max-width:1120px;margin:auto;padding:32px 24px}header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-top:48px}h1{font-size:42px;letter-spacing:-.04em;margin:8px 0}h2{margin:5px 0 0;font-size:24px;letter-spacing:-.025em}h3{font-size:15px;margin:0 0 14px}.eyebrow{font-size:11px;letter-spacing:.18em;color:#69d5c6;font-weight:800}.card{background:rgba(13,26,44,.84);border:1px solid #223b55;border-radius:18px;padding:25px;margin:0 0 20px;box-shadow:0 16px 50px #0003}.section-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px}.grid{display:grid;gap:16px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#9eb0c5;font-weight:700}input,select{font:inherit;color:#eef5ff;background:#081321;border:1px solid #2b4763;border-radius:9px;padding:11px 12px;outline:none}input:focus,select:focus{border-color:#69d5c6}.button{border:0;border-radius:9px;padding:11px 15px;color:#06131d;background:#69d5c6;font-weight:800;cursor:pointer;text-decoration:none;font-size:13px}.button.secondary{background:#13283e;color:#b9cadb;border:1px solid #2b4763}.divider{height:1px;background:#20364e;margin:25px 0}.hint{font-weight:400;color:#70849b}.message{min-height:20px;color:#69d5c6;font-size:13px}.status-pill{font-size:11px;border:1px solid #2b4763;border-radius:20px;padding:6px 10px;color:#9eb0c5}.jobs{display:grid;gap:12px}.job{border:1px solid #25425e;border-radius:12px;padding:16px;background:#0a1727}.job-head{display:flex;justify-content:space-between;gap:15px}.job-id{font-family:ui-monospace,monospace;font-size:12px;color:#a7bad0}.job-meta{display:flex;gap:18px;flex-wrap:wrap;color:#8196ac;font-size:12px;margin:10px 0}.progress{height:8px;background:#10243a;border-radius:8px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#69d5c6,#71a9ff);border-radius:8px;transition:width .35s}.badge{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.completed{color:#69d5c6}.failed{color:#ff8d99}.processing{color:#71a9ff}.queued{color:#e8c36b}.empty{color:#758aa0;text-align:center;padding:24px}.error{color:#ff8d99;font-size:12px;margin-top:10px}pre{white-space:pre-wrap;overflow:auto;background:#07101b;border:1px solid #20364e;border-radius:10px;padding:16px;color:#b8d1e8;font-size:12px;line-height:1.6}code{color:#8de0d0}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid #20364e}th{color:#69d5c6;font-size:11px;text-transform:uppercase;letter-spacing:.08em}td{color:#b6c6d8}@media(max-width:700px){header{display:block}header .button{display:inline-block;margin-top:20px}.two{grid-template-columns:1fr}h1{font-size:34px}}
