:root{--ink:#182d3c;--muted:#657583;--line:#dce4e7;--accent:#146d68;--accent-dark:#0c514c;--paper:#f3f6f6;--white:#fff;--light:#eaf3f1;--error:#8f3030}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}button,a,input,select,summary{outline-offset:4px}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{font-size:36px;line-height:1.15;letter-spacing:-1.1px;margin-bottom:14px}h2{font-size:21px;line-height:1.3;margin-bottom:18px;letter-spacing:-.3px}h3{font-size:16px;margin-bottom:10px}.topbar{height:89px;background:var(--white);border-bottom:1px solid var(--line);padding:0 max(32px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:750;font-size:23px;letter-spacing:-.5px}.brand:hover{text-decoration:none}.brand small{display:block;font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);line-height:1.3;margin-top:1px}.brand-mark{width:43px;height:43px;border-radius:12px;background:var(--accent);color:white;display:grid;place-items:center;font-size:27px;font-weight:650}.account{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted)}.account form{margin:0}.container{width:min(1200px,calc(100% - 64px));margin:42px auto 60px}footer{max-width:1200px;margin:0 auto 30px;border-top:1px solid var(--line);padding:22px 0;color:var(--muted);font-size:12px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.7px;color:var(--accent);margin-bottom:12px}.lead{font-size:17px;line-height:1.7;color:var(--muted);max-width:580px}.lead.compact{font-size:15px;margin-bottom:0}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.card{background:var(--white);border:1px solid var(--line);border-radius:15px;padding:30px;box-shadow:0 5px 24px #1b3b4510}.workspace-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:26px;align-items:start}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:24px}.section-heading h2{margin:0}.step{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:var(--light);color:var(--accent);font-size:11px;font-weight:750}.count{margin-left:auto;color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-size:13px;font-weight:650;display:block;margin:17px 0 7px}label>span:not(.optional){color:var(--accent)}input:not([type=hidden]),select{width:100%;min-height:43px;border:1px solid #cbd6da;border-radius:7px;padding:9px 11px;background:white;color:var(--ink)}input:focus,select:focus{border-color:var(--accent);outline:2px solid #146d6825}input[type=file]{font-size:12px;padding:8px;background:#f8fafb}input[type=file]::file-selector-button{border:1px solid #cbd6da;border-radius:5px;background:white;color:var(--ink);padding:5px 9px;margin-right:10px;cursor:pointer}.field-help,.fine{font-size:12px;color:var(--muted);line-height:1.55}.field-help{margin:6px 0 12px}.form-grid+.field-help{margin-top:12px}.optional{color:var(--muted);font-size:10px;font-weight:400}.file-field{border-top:1px solid var(--line);padding-top:3px;margin-top:20px}.optional-files{border:1px solid var(--line);background:#fafcfc;border-radius:8px;padding:14px 16px;margin:23px 0 15px}.optional-files summary{font-size:13px;font-weight:650;cursor:pointer}.optional-files[open] summary{margin-bottom:14px}.form-actions{display:flex;align-items:center;gap:16px;margin-top:22px}.button{border:1px solid var(--accent);background:var(--accent);color:white;border-radius:8px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:14px;font-weight:650;white-space:nowrap;min-height:44px}.button:hover{background:var(--accent-dark);border-color:var(--accent-dark);text-decoration:none}.button:disabled{opacity:.46;cursor:not-allowed}.button.ghost{background:transparent;border-color:var(--line);color:var(--ink)}.button.ghost:hover{background:var(--paper)}.button.small{padding:7px 12px;font-size:12px;min-height:33px}.button.full{width:100%;margin:24px 0 15px}.badge{padding:6px 11px;border-radius:20px;font-size:11px;font-weight:650;background:#eef2f4;color:#5b6b77;white-space:nowrap}.badge.success,.status-done{background:#e5f3eb;color:#246847}.badge.warning,.status-failed{background:#fff0e0;color:#8f591f}.status-running,.status-queued,.status-uploading{background:#e8f0fb;color:#335d93}.sidebar{display:flex;flex-direction:column;gap:25px}.mini-label{font-size:10px;font-weight:750;letter-spacing:1.3px;color:var(--muted)}.guidance ol{counter-reset:guide;list-style:none;padding:0;margin:25px 0 0}.guidance li{position:relative;padding-left:32px;margin-bottom:23px}.guidance li:last-child{margin-bottom:0}.guidance li:before{counter-increment:guide;content:counter(guide);position:absolute;left:0;top:0;background:var(--light);color:var(--accent);border-radius:50%;width:21px;height:21px;text-align:center;font-size:11px;line-height:21px}.guidance strong{font-size:13px}.guidance p,.limitations p{font-size:12px;line-height:1.7;color:var(--muted);margin:5px 0 0}.limitations{padding:0 20px}.limitations p+p{margin-top:12px}.notice{padding:12px 15px;border-radius:8px;background:#fff6e9;color:#815b27;font-size:13px;margin:16px 0}.notice.error{background:#fff0ee;color:var(--error)}.hidden{display:none!important}.history{margin-top:28px}.table-scroll{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:650;padding:13px 12px;border-bottom:1px solid var(--line)}td{padding:17px 12px;font-size:12px;border-bottom:1px solid #edf1f3}tr:last-child td{border-bottom:0}th:first-child,td:first-child{padding-left:0}td:last-child{text-align:right}.job-id{display:block;color:var(--muted);font-size:10px;letter-spacing:.5px;margin-top:4px}.text-link{font-weight:650;white-space:nowrap}.empty-state{padding:30px 15px 36px;text-align:center;background:#f8fafb;border:1px dashed var(--line);border-radius:9px}.empty-state strong{font-size:14px}.empty-state p{font-size:12px;color:var(--muted);margin:6px 0 0}.login-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center;max-width:1040px;margin:90px auto 110px}.intro h1{font-size:43px;line-height:1.2;letter-spacing:-1.5px}.intro .lead{font-size:16px}.privacy-note{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted);margin-top:35px}.dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.login-card{padding:33px}.login-card h2{margin-bottom:10px}.muted{color:var(--muted);font-size:13px}.login-card .fine{margin-bottom:0}.back-link{font-size:12px;display:inline-block;margin-bottom:25px}.progress-panel{display:flex;gap:16px;background:#f0f6f5;border-radius:11px;padding:24px 20px;margin-bottom:15px}.progress-icon{display:grid;place-items:center;flex-shrink:0;width:37px;height:37px;border-radius:10px;background:white;color:var(--accent);font-size:22px}.progress-panel strong{font-size:15px;overflow-wrap:anywhere}.progress-panel p{font-size:13px;color:var(--muted);margin:5px 0;overflow-wrap:anywhere}.divider{border-top:1px solid var(--line);margin:27px 0}.downloads{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.download{display:flex;align-items:center;justify-content:space-between;border:1px solid #cbdedb;background:#f6faf9;border-radius:8px;padding:14px 16px;font-size:13px;font-weight:650}.download:hover{background:#eaf3f1;text-decoration:none}.parameters{margin-bottom:0}.parameters dt{font-size:11px;color:var(--muted);margin-top:18px}.parameters dd{font-size:13px;margin:3px 0 0}.filename{overflow-wrap:anywhere;max-width:500px}.error-page{max-width:680px;margin:70px auto}.error-page .button{margin-top:15px}@media(max-width:960px){.workspace-grid{grid-template-columns:minmax(0,1fr) 290px;gap:20px}.card{padding:23px}.form-grid{grid-template-columns:1fr;gap:0}.form-actions{align-items:flex-start;flex-direction:column}.login-layout{gap:40px}.intro h1{font-size:35px}}@media(max-width:740px){.topbar{padding:0 20px;height:78px}.container{width:calc(100% - 32px);margin:28px auto 40px}.workspace-grid,.login-layout{grid-template-columns:1fr}.page-heading{align-items:flex-start;flex-direction:column;gap:16px}.page-heading h1{font-size:30px}.sidebar{gap:20px}.card{padding:21px}.limitations{padding:0 5px}.login-layout{margin:35px 0;gap:25px}.intro h1{font-size:32px}.privacy-note{margin-top:18px}.login-card{max-width:none}.form-grid{grid-template-columns:1fr}.downloads{grid-template-columns:1fr}.history{padding:18px}footer{padding:20px;margin:0;font-size:10px}.guidance{display:none}.account{gap:10px}.account>span{max-width:90px;overflow:hidden;text-overflow:ellipsis}.brand{font-size:20px}.brand-mark{width:36px;height:36px}.button{width:100%}.account .button{width:auto}}
