:root{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;color:#131417;background:#f5f5f7;--blue:#087af5;--glass:rgba(255,255,255,.72);--line:rgba(0,0,0,.09);--muted:#6e6e73}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -20%,#fff 0,#f5f5f7 48%,#eceef2 100%);color:inherit}.bar{height:64px;position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,env(safe-area-inset-left));backdrop-filter:blur(24px) saturate(160%);background:var(--glass);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:650}.mark{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#43a3ff,#0064df);color:#fff;box-shadow:0 7px 22px rgba(0,112,255,.25)}main{width:min(920px,calc(100% - 32px));margin:0 auto;padding:72px 0 96px}.hero{text-align:center;max-width:760px;margin:10vh auto}.hero.compact{margin:18px auto 44px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--blue)}h1{font-size:clamp(40px,7vw,72px);line-height:.98;letter-spacing:-.045em;margin:16px 0 22px}.compact h1{font-size:clamp(34px,6vw,58px)}.hero p{font-size:clamp(17px,2.3vw,21px);line-height:1.45;color:var(--muted);max-width:650px;margin:0 auto 34px}.primary,.danger,.quiet,select{appearance:none;border:0;border-radius:999px;padding:12px 19px;font:inherit;font-weight:650;cursor:pointer}.primary{display:inline-flex;color:white;background:var(--blue);text-decoration:none;box-shadow:0 8px 24px rgba(0,122,255,.25)}.primary:hover{background:#006ee6}.quiet{background:rgba(120,120,128,.12);color:inherit}.danger{background:#ff3b30;color:white}.drop{border:1px solid var(--line);border-radius:28px;background:var(--glass);box-shadow:0 20px 70px rgba(30,40,60,.09);padding:22px}.drop input{position:absolute;opacity:0;pointer-events:none}.drop label{display:flex;min-height:230px;border:2px dashed rgba(0,122,255,.26);border-radius:22px;align-items:center;justify-content:center;flex-direction:column;gap:9px;cursor:pointer;background:linear-gradient(145deg,rgba(255,255,255,.65),rgba(242,247,255,.65))}.drop label:hover{border-color:var(--blue)}.upload-icon{font-size:36px;color:var(--blue)}.drop small{color:var(--muted)}.controls{display:flex;gap:12px;justify-content:flex-end;margin-top:18px}.controls select{background:rgba(120,120,128,.12);margin-right:auto}.results{margin-top:54px}.section-title{display:flex;align-items:center;justify-content:space-between}.section-title h2{font-size:28px;letter-spacing:-.03em}.job-list{display:grid;gap:12px}.job{background:var(--glass);border:1px solid var(--line);border-radius:20px;padding:18px 20px;display:grid;grid-template-columns:1fr auto;gap:10px 18px;box-shadow:0 8px 35px rgba(30,40,60,.05)}.job h3{margin:0;font-size:16px;overflow-wrap:anywhere}.meta,.details{color:var(--muted);font-size:13px}.status{font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.status.complete{color:#16843c}.status.failed{color:#c52e28}.status.processing,.status.pending{color:#b66a00}.actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.actions a,.actions button{font:inherit;font-size:13px;border:0;border-radius:999px;padding:8px 12px;text-decoration:none;cursor:pointer;background:rgba(120,120,128,.12);color:inherit}.actions a{background:var(--blue);color:white}.notice,.privacy{margin-top:18px;border-radius:18px;padding:16px 18px}.notice{background:#fff1d6;color:#754a00}.privacy{display:flex;gap:10px;flex-direction:column;background:rgba(120,120,128,.09);color:var(--muted);font-size:13px;line-height:1.5}.privacy strong{color:inherit}dialog{border:0;border-radius:22px;padding:24px;width:min(420px,calc(100% - 32px));box-shadow:0 25px 90px rgba(0,0,0,.26)}dialog::backdrop{background:rgba(0,0,0,.3);backdrop-filter:blur(8px)}dialog h3{margin-top:0}dialog div{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:600px){main{padding-top:36px}.bar{height:56px}.drop{padding:12px;border-radius:22px}.drop label{min-height:190px}.controls{align-items:stretch;flex-direction:column}.controls select{width:100%}.job{grid-template-columns:1fr}.status{justify-self:start}}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#0c0d0f;--glass:rgba(29,30,34,.76);--line:rgba(255,255,255,.1);--muted:#a1a1a6}body{background:radial-gradient(circle at 50% -20%,#282a30 0,#111216 52%,#090a0c 100%)}.drop label{background:linear-gradient(145deg,rgba(45,47,54,.78),rgba(25,31,42,.76))}.notice{background:#3b2c0d;color:#ffd98b}dialog{background:#202124;color:#f5f5f7}}@media(prefers-reduced-motion:no-preference){.primary,.drop label,.job{transition:.18s ease}.primary:hover{transform:translateY(-1px)}}
