*{box-sizing:border-box}:root{--background:#fbfcfa;--card:#fff;--text:#14211d;--muted:#63716c;--green:#1f6b4f;--green-dark:#174d3b;--green-light:#edf7f1;--border:#dce4e0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--background);margin:0;font-family:Arial,Helvetica,sans-serif}.card,.review-card,.review-heading,.empty-review,.review-action{min-width:0}.topbar{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbfcfaf2;justify-content:space-between;align-items:center;height:68px;padding:0 max(24px,50vw - 590px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-size:16px;display:flex}.brand-icon{color:#fff;background:var(--green);border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.privacy-note{color:var(--muted);font-size:12px}.page{width:min(1180px,100% - 48px);margin:0 auto;padding-bottom:80px}.hero{max-width:800px;padding:38px 0 30px}.eyebrow{color:var(--green);letter-spacing:2px;margin-bottom:20px;font-size:11px;font-weight:700}.eyebrow:before{content:"";background:var(--green);width:26px;height:1px;margin:0 10px 4px 0;display:inline-block}.hero h1{letter-spacing:-3px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,60px);font-weight:500;line-height:1}.hero h1 em{color:var(--green);font-weight:400;display:block}.hero>p{max-width:680px;color:var(--muted);margin:16px 0 14px;font-size:14px;line-height:1.6}.features{color:#42514b;flex-wrap:wrap;gap:22px;font-size:12px;font-weight:600;display:flex}.features span{color:var(--green)}.workspace{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.card,.review-card,.results{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 35px #17372b0d}.card,.review-card{padding:25px}.card-title{align-items:flex-start;gap:13px;margin-bottom:19px;display:flex}.step{width:32px;height:27px;color:var(--green);background:var(--green-light);border-radius:6px;flex:none;place-items:center;font-family:monospace;font-size:10px;font-weight:700;display:grid}.card-title h2{margin:1px 0 5px;font-size:15px}.card-title p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.drop-zone{cursor:pointer;background:#fafcfb;border:1px dashed #aabbb3;border-radius:10px;align-items:center;gap:14px;min-height:115px;padding:20px;transition:all .2s;display:flex}.drop-zone:hover{background:var(--green-light);border-color:var(--green);transform:translateY(-1px)}.upload-icon{width:43px;height:43px;color:var(--green);background:var(--green-light);border-radius:9px;flex:none;place-items:center;font-size:23px;font-weight:700;display:grid}.drop-zone>span:nth-child(2){flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.drop-zone strong{font-size:13px}.drop-zone small{color:var(--muted);font-size:10px}.browse{border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:7px;flex:none;margin-left:auto;padding:9px 12px;font-size:10px;font-weight:700}.file-list{gap:8px;margin-top:12px;display:grid}.file-list:empty{display:none}.file-item{background:#f8faf9;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:10px;display:flex}.file-icon{width:31px;height:31px;color:var(--green);background:var(--green-light);border-radius:7px;flex:none;place-items:center;display:grid}.file-details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.file-details strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.file-details small{color:var(--muted);font-size:9px}.ready-label{color:var(--green);background:var(--green-light);white-space:nowrap;border-radius:50px;flex:none;padding:5px 8px;font-size:9px;font-weight:700}.review-card{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:28px;padding:24px 30px;display:grid;position:static}.review-heading{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:24px;width:100%;display:grid}.review-heading .card-title{margin-bottom:0}.empty-review{border:1px dashed var(--border);text-align:left;background:#fbfcfb;border-radius:10px;flex-direction:row;justify-content:flex-start;align-items:center;gap:11px;width:100%;min-height:80px;padding:13px 16px;display:flex;overflow:hidden}.review-icon{width:39px;height:39px;color:var(--green);background:var(--green-light);border-radius:50%;flex:none;place-items:center;font-size:17px;display:grid}.empty-review>div{min-width:0}.empty-review strong{font-size:13px;display:block}.empty-review p{overflow-wrap:anywhere;color:var(--muted);margin:4px 0 0;font-size:9px;line-height:1.4}.files-ready{background:var(--green-light);border-color:#cce3d6}.review-action{flex-direction:column;justify-content:center;justify-self:end;width:240px;display:flex}#cleanButton{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:8px;width:100%;height:45px;margin-top:20px;font-size:11px;font-weight:700;transition:all .2s}.review-action #cleanButton{margin-top:0}#cleanButton:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}#cleanButton:disabled{cursor:not-allowed;background:#b8c3be}#status{overflow-wrap:anywhere;min-height:18px;color:var(--muted);text-align:center;margin-top:11px;font-size:10px;line-height:1.5}.results{align-items:center;gap:12px;margin-top:20px;padding:22px 25px;display:flex}.results[hidden]{display:none}.results>div{margin-right:auto}.results strong{font-size:14px}.results p{color:var(--muted);margin:5px 0 0;font-size:10px}.results button{color:#fff;background:var(--green);border:1px solid var(--green);cursor:pointer;border-radius:7px;padding:10px 14px;font-size:10px;font-weight:700}#downloadExcluded{color:var(--green);background:#fff}.results button:hover{opacity:.85}.privacy-section{color:var(--muted);justify-content:center;align-items:center;gap:12px;margin-top:42px;display:flex}.privacy-section>span{color:var(--green);font-size:24px}.privacy-section strong{color:var(--text);margin-bottom:3px;font-size:11px;display:block}.privacy-section p{margin:0;font-size:9px}footer{height:66px;color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 max(24px,50vw - 590px);display:flex}footer span{color:var(--text);font-size:11px;font-weight:700}footer small{letter-spacing:1px;font-size:9px}@media (width<=900px){.workspace{grid-template-columns:1fr}.review-card{grid-column:auto;grid-template-columns:1fr;gap:18px;width:100%}.review-heading{grid-template-columns:1fr;gap:14px;width:100%}.review-heading .card-title,.empty-review{width:100%}.review-action{justify-self:stretch;width:100%}.review-action #cleanButton{width:100%}.results{flex-wrap:wrap}}@media (width<=600px){.topbar{padding:0 16px}.privacy-note{font-size:0}.privacy-note:before{content:"🔒";font-size:15px}.page{width:calc(100% - 30px);padding-bottom:55px}.hero{padding:40px 2px 32px}.hero h1{letter-spacing:-2px;font-size:43px}.hero>p{font-size:14px}.features{gap:10px 16px}.card,.review-card{padding:19px}.drop-zone{flex-wrap:wrap}.drop-zone>span:nth-child(2){flex:1}.browse{text-align:center;width:100%;margin-left:0}.review-card{display:block}.review-heading{grid-template-columns:1fr;gap:14px;display:grid}.review-heading .card-title{margin-bottom:0}.empty-review{min-height:76px;padding:12px 14px}.review-action{width:100%;margin-top:18px}#status{margin-bottom:0}.results{flex-direction:column;align-items:stretch}.results>div{margin-right:0}.results button{width:100%}.ready-label{display:none}.privacy-section{align-items:flex-start}footer{padding:0 16px}}
