:root{--bg:#f7f8fc;--card:#fff;--text:#101828;--muted:#667085;--line:#e4e7ec;--blue:#2563eb;--violet:#7c3aed;--red:#b42318;--green:#067647;--shadow:0 14px 40px rgba(16,24,40,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.narrow{width:min(760px,calc(100% - 32px));margin:auto}
.header{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:900;letter-spacing:-1px}.logo span{color:var(--blue)}.navlinks{display:flex;gap:22px;font-size:14px;font-weight:700;color:#344054}
.hero,.toolhead{padding:70px 0 46px;background:linear-gradient(135deg,#edf4ff,#f7f3ff 60%,#f7f8fc)}.hero h1,.toolhead h1{font-size:clamp(38px,5.5vw,64px);line-height:1.03;letter-spacing:-2px;margin:10px 0 16px;max-width:880px}.toolhead h1{font-size:clamp(34px,5vw,50px)}.hero p,.toolhead p{color:var(--muted);font-size:18px;line-height:1.6;max-width:780px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:1.6px;color:var(--blue)}.search{margin-top:26px;width:min(650px,100%);padding:16px 18px;border:1px solid var(--line);border-radius:15px;font:inherit;background:#fff;box-shadow:var(--shadow)}
.section{padding:44px 0}.sectiontitle{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.sectiontitle h2{margin:0;font-size:30px}.sectiontitle span{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px;transition:.18s}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#c7d7fe}.card[hidden]{display:none}.card h3{margin:0 0 5px;font-size:16px}.card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.ico{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#ede9fe);font-weight:900;color:#4338ca}
.trio{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--line);gap:1px;margin-bottom:50px}.trio>div{background:#fff;padding:20px}.trio b,.trio span{display:block}.trio span{margin-top:6px;color:var(--muted);font-size:13px}.back{display:block;margin-bottom:22px;color:var(--muted);font-weight:700}.box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow)}.form label{display:block;font-weight:750;margin:18px 0 8px}.form input[type=file],.form input[type=text],.form input[type=number],.form select{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit}.btn{display:inline-flex;margin-top:24px;padding:13px 20px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:850;cursor:pointer}.btn:disabled{opacity:.55}.sending{margin-top:18px;display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px}.sending[hidden]{display:none}.sending p{margin:3px 0 0;color:var(--muted);font-size:13px}.spin{width:22px;height:22px;border:3px solid #dbe4f0;border-top-color:var(--blue);border-radius:50%;animation:s .8s linear infinite}@keyframes s{to{transform:rotate(360deg)}}
.jobbox h1{margin-bottom:18px}.statusline,.worker{display:flex;gap:12px;align-items:center}.statusdot{width:12px;height:12px;border-radius:50%;background:#98a2b3}.statusdot.completed{background:#12b76a}.statusdot.processing{background:#2e90fa}.statusdot.pending{background:#f79009}.statusdot.failed{background:#f04438}.jobbox p,.worker p{color:var(--muted)}.pulsebar{height:8px;background:#eef2f7;border-radius:99px;overflow:hidden;margin:18px 0}.pulsebar span{display:block;width:35%;height:100%;background:linear-gradient(90deg,var(--blue),var(--violet));animation:p 1.4s ease-in-out infinite alternate}@keyframes p{to{margin-left:65%}}.error{padding:14px;border:1px solid #fecdca;background:#fff1f0;color:var(--red);border-radius:12px}.worker{margin:12px 0}.worker p{margin:4px 0 0}.prose{line-height:1.75}.prose p{color:#475467}
footer{margin-top:35px;border-top:1px solid var(--line);background:#fff}.foot{padding:30px 0;display:flex;justify-content:space-between}.foot p{margin:5px 0;color:var(--muted)}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.trio{grid-template-columns:1fr}}@media(max-width:620px){.grid{grid-template-columns:1fr}.navlinks a:last-child{display:none}.hero{padding-top:50px}.hero h1,.toolhead h1{letter-spacing:-1px}.foot{flex-direction:column;gap:16px}}

.form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;resize:vertical}
.form textarea:focus{outline:none;border-color:#84adff;box-shadow:0 0 0 4px #eef4ff}
