:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#17364e;background:#f2f6fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,label,input{touch-action:manipulation}button{cursor:pointer}a{color:#056ca4}button:disabled{opacity:.5;cursor:not-allowed}.hidden{display:none!important}.topbar{height:90px;background:#fff;border-bottom:1px solid #dfe8ef;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1340px)/2))}.brand{display:flex;gap:12px;align-items:center;color:#153650;text-decoration:none;font-size:19px;font-weight:700}.brand small{display:block;font-size:12px;font-weight:400;color:#6c8293;margin-top:5px}.brandmark{display:grid;place-items:center;width:43px;height:43px;background:#087bb4;border-radius:13px;color:#fff;font-size:26px}main{max-width:1340px;margin:auto;padding:38px 28px 70px}h1{font-size:36px;letter-spacing:-1px;line-height:1.18;margin:12px 0}h2{font-size:20px;margin:0 0 16px}h3{font-size:17px;line-height:1.45;margin:7px 0}p{line-height:1.55}.eyebrow{color:#087bb4;font-size:11px;font-weight:750;letter-spacing:1.5px}.intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.intro p{color:#607689;margin:10px 0}.steps{display:flex;gap:9px;font-size:12px;white-space:nowrap}.steps span{padding:9px 13px;background:#e4eff7;border-radius:20px;color:#39708d}.layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px}.panel{background:white;border:1px solid #dfe7ee;border-radius:18px;padding:24px;box-shadow:0 5px 24px #193e6410}.panel+.panel{margin-top:20px}.dropzone{border:2px dashed #9cc8e0;border-radius:13px;background:#f4fbff;display:flex;align-items:center;flex-direction:column;gap:8px;padding:24px 10px;cursor:pointer;color:#316e91;text-align:center}.dropzone.drag{background:#def2ff;border-color:#087bb4}.dropzone strong{font-size:14px}.dropzone span:not(.upload-symbol){font-size:13px}.dropzone small{font-size:11px;color:#69899b;margin-top:10px}.upload-symbol{font-size:29px;color:#087bb4;font-weight:700}.muted{font-size:12px;color:#718694}.batchlist{display:flex;flex-direction:column;gap:8px}.batchitem{border:1px solid #e4ebf0;background:#fafcfd;text-align:left;border-radius:10px;padding:13px;width:100%;overflow-wrap:anywhere;color:#193e56}.batchitem.active{border-color:#0798cf;background:#edf8fd}.batchitem strong{font-size:13px;display:block}.batchitem small{display:block;color:#6d8190;margin-top:6px;font-size:11px}.empty{min-height:430px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:45px}.empty p{max-width:390px;color:#6c8293}.empty-icon{font-size:56px;color:#7ab5d3;margin-bottom:22px}.empty-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:25px}.empty-chips span{padding:8px 12px;font-size:11px;color:#55788d;background:#f0f6fa;border-radius:8px}.notice{border:1px solid #ead49d;color:#705521;background:#fff7e4;border-radius:12px;padding:17px 20px;margin-bottom:25px;font-size:14px;line-height:1.6}.notice strong{display:block}.quiet{background:white;color:#45677b;border:1px solid #cddce6;border-radius:9px;padding:10px 14px;font-size:13px}.primary{border:0;border-radius:10px;background:#087db7;color:white;font-weight:650;padding:14px 22px}.primary:hover:not(:disabled){background:#066799}.login{max-width:520px;margin:45px auto;background:white;border:1px solid #e0e9f0;border-radius:22px;padding:45px;box-shadow:0 20px 70px #234b7114}.login h1{font-size:46px}.login p{color:#718596}.login form{display:grid;gap:12px;margin-top:28px}.login label{font-size:13px;font-weight:650}input[type=password]{width:100%;padding:13px;border:1px solid #b8ccdc;border-radius:9px}.review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.review-head h2{overflow-wrap:anywhere;font-size:21px}.stats{display:flex;gap:10px;margin:20px 0}.stat{background:#eef7fc;padding:12px 18px;border-radius:11px;font-size:12px;color:#55829d}.stat b{display:block;color:#146286;font-size:24px;margin-bottom:2px}.export-panel{position:sticky;top:10px;z-index:1;margin-bottom:22px}.export-bar{display:flex;gap:15px;align-items:center;justify-content:space-between;flex-wrap:wrap}.export-bar label{font-size:13px}input[type=checkbox]{accent-color:#087db7;width:18px;height:18px;vertical-align:middle;margin-right:7px}.product{margin-bottom:20px}.product-heading{display:flex;gap:12px;align-items:flex-start}.product-heading input{flex-shrink:0;margin-top:10px}.product small{color:#087bb4;font-size:12px}.photos{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0}.photo{display:flex;flex-direction:column;border:1px solid #dde7ee;border-radius:12px;overflow:hidden;width:calc(50% - 7px);max-width:350px}.photo img{width:100%;height:210px;object-fit:contain;background:#fff}.photo label{padding:12px;font-size:12px;background:#f6f9fc}.photo .bad{color:#ae3f2d}.product details{border-top:1px solid #edf1f4;padding-top:14px;font-size:14px}.product summary{cursor:pointer;color:#27657f;font-weight:650}.product details p{white-space:pre-wrap;overflow-wrap:anywhere;color:#596f80}.message{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#183c56;color:#fff;padding:15px 24px;border-radius:12px;max-width:90vw;box-shadow:0 7px 24px #0003;z-index:5}.message.error{background:#9d3b33}.success{background:#e9f6ef;color:#245c3e;border-radius:10px;padding:15px;line-height:1.6;font-size:13px}.helptext{font-size:12px;color:#6b8090;line-height:1.6}footer{text-align:center;color:#79909f;font-size:12px;padding:0 25px 28px}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #26b4ec;outline-offset:3px}@media(max-width:950px){.intro{display:block}.steps{margin-top:20px}.layout{grid-template-columns:260px minmax(0,1fr)}.panel{padding:18px}}@media(max-width:730px){.topbar{padding:0 18px;height:76px}.brand{font-size:16px}.brand small{font-size:10px}main{padding:25px 16px}.layout{display:block}aside{margin-bottom:25px}h1{font-size:30px}.batchlist{max-height:170px;overflow:auto}.review-head{display:block}.photo img{height:170px}.export-panel{position:static}.login{padding:28px;margin:20px auto}.login h1{font-size:38px}}
