:root{--ink:#12211c;--green:#075c43;--mint:#dff3eb;--line:#dbe5e0;--paper:#f5f7f6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.45 Inter,Arial,sans-serif}header{height:76px;padding:0 max(28px,4vw);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.mark{width:42px;height:42px;border-radius:13px;background:var(--green);color:#fff;display:grid;place-items:center;font:bold 24px Georgia}.brand strong{display:block;font-size:17px}.brand small{display:block;color:#6f7c76;font-size:10px;letter-spacing:2px}.fonts{color:var(--green);font-weight:700;text-decoration:none;border:1px solid #bad8cc;border-radius:11px;padding:10px 14px}main{max-width:1500px;margin:auto;padding:38px max(22px,4vw) 50px}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:50px;align-items:center;margin-bottom:34px}.eyebrow{color:var(--green);font-size:11px;letter-spacing:2.4px;font-weight:800}h1{font-size:clamp(34px,4vw,60px);line-height:1.03;letter-spacing:-2px;margin:12px 0 18px}.lead{max-width:700px;color:#617069;font-size:17px}.drop{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 18px 45px #174f3c12}.drop label{border:1.5px dashed #9dc7b7;border-radius:14px;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#f8fcfa}.upload-icon{font-size:35px;color:var(--green)}.drop b{margin:4px}.drop small,.drop p{color:#77857f}.drop button{width:100%;border:0;border-radius:12px;background:var(--green);color:white;font-weight:800;padding:13px;margin-top:12px;cursor:pointer}.workspace{min-height:680px;background:#fff;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:340px 1fr;overflow:hidden;box-shadow:0 22px 60px #173d3012}aside{border-right:1px solid var(--line);padding:22px}.section-title{display:flex;justify-content:space-between;font-weight:800;margin-bottom:15px}.section-title i{font-style:normal;background:var(--mint);color:var(--green);border-radius:20px;padding:2px 9px}.jobs{display:grid;gap:10px}.job{border:1px solid var(--line);border-radius:13px;padding:12px;display:grid;grid-template-columns:52px 1fr;gap:11px;cursor:pointer;background:#fff}.job:hover,.job.active{border-color:#72ad96;background:#f5fbf8}.job img{width:52px;height:66px;object-fit:cover;border-radius:7px;background:#edf2ef}.job b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job small{color:#74817b}.status{display:inline-block;margin-top:6px;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--green)}.status.error{color:#b43232}.viewer{background:#e8ecea;min-width:0}.empty{height:100%;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#74817b}.empty span{font-size:60px;color:#8ab8a6}.viewer-head{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.viewer-head h2{font-size:16px;margin:0;max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actions{display:flex;gap:8px}.actions a{background:var(--green);color:#fff;text-decoration:none;padding:9px 12px;border-radius:9px;font-size:12px;font-weight:800}.actions a.secondary{background:#e8f3ee;color:var(--green)}iframe{width:100%;height:calc(100% - 64px);min-height:616px;border:0;background:#686c6b}@media(max-width:900px){.hero{grid-template-columns:1fr}.workspace{grid-template-columns:1fr}aside{border-right:0;border-bottom:1px solid var(--line)}.jobs{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}
