@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');
:root{--ink:#161817;--muted:#6f7471;--line:#dfe3df;--paper:#f5f6f3;--card:#fff;--acid:#dfff48;--green:#255c48;--orange:#ff7548}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.topbar{height:72px;padding:0 max(24px,calc((100vw - 1320px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(245,246,243,.88);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font:700 18px Manrope}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--ink);color:var(--acid)}.privacy{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:8px}.privacy span,.status-dot{width:7px;height:7px;border-radius:50%;background:#31a76c;box-shadow:0 0 0 4px #dcefe5}main{max-width:1320px;margin:auto;padding:64px 24px 50px}.intro{max-width:760px;margin-bottom:48px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:11px;color:var(--green)}h1{font:600 clamp(48px,6vw,78px)/.98 Manrope;margin:12px 0 22px;letter-spacing:-.055em}h1 em{font-style:normal;color:var(--green)}.lede{max-width:630px;font-size:18px;line-height:1.6;color:var(--muted)}.workspace{display:grid;grid-template-columns:350px minmax(0,1fr);background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 18px 50px rgba(24,40,31,.07)}.controls{padding:28px;border-right:1px solid var(--line)}.step{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #e9ebe8}.step.compact{border:0;padding-bottom:8px;margin-bottom:8px}.step-heading{display:flex;gap:13px;align-items:flex-start;margin-bottom:16px}.step-heading>span{flex:none;width:26px;height:26px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-size:12px;font-weight:700}.step-heading h2{font:700 15px Manrope;margin:2px 0 3px}.step-heading p{font-size:12px;color:var(--muted);margin:0}.dropzone{height:116px;border:1.5px dashed #bcc3bd;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s;background:#fafbf9}.dropzone:hover,.dropzone.drag{border-color:var(--green);background:#f2f7ee}.dropzone input{display:none}.upload-icon{font-size:22px;color:var(--green);line-height:1}.dropzone strong{font-size:13px;margin:6px 0 2px}.dropzone small,.file-card small{color:#929793;font-size:11px}.hidden{display:none!important}.file-card{height:60px;border:1px solid var(--line);border-radius:10px;padding:7px;display:flex;align-items:center;gap:10px}.file-card img{width:48px;height:44px;object-fit:cover;border-radius:6px}.file-card div{min-width:0;display:flex;flex-direction:column;flex:1}.file-card strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card button{border:0;background:none;font-size:22px;color:#909491;cursor:pointer}.range-row{display:block;font-size:12px}.range-row span{display:flex;justify-content:space-between;margin-bottom:9px}.range-row output{font-weight:700}.range-row input{width:100%;accent-color:var(--green)}button{font-family:inherit}.download{border:0;background:var(--ink);color:white;width:100%;height:50px;border-radius:11px;font-weight:700;cursor:pointer;transition:.2s}.download span{color:var(--acid);font-size:18px;margin-right:8px}.download:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #d9ddd8}.download:disabled{opacity:.35;cursor:not-allowed}.reset{display:block;margin:12px auto 0;border:0;background:none;color:var(--muted);font-size:12px;text-decoration:underline;cursor:pointer}.stage-panel{min-width:0;background:#e9ece8;display:flex;flex-direction:column}.stage-head{height:62px;background:#f9faf8;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.stage-head div{display:flex;align-items:center;gap:10px;font-size:13px}.stage-head p{font-size:12px;color:var(--muted)}.canvas-shell{position:relative;min-height:580px;flex:1;margin:26px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#dfe3de;background-image:linear-gradient(45deg,#d8ddd7 25%,transparent 25%),linear-gradient(-45deg,#d8ddd7 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d8ddd7 75%),linear-gradient(-45deg,transparent 75%,#d8ddd7 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0;border-radius:10px}canvas{display:none;max-width:100%;max-height:calc(100vh - 180px);touch-action:none;box-shadow:0 8px 35px rgba(18,30,23,.2)}.empty-state{text-align:center;color:var(--muted)}.empty-state h3{color:#424744;font:600 16px Manrope;margin:18px 0 5px}.empty-state p{font-size:12px}.empty-graphic{position:relative;width:80px;height:57px;margin:auto;border:2px solid #aeb5af;border-radius:7px}.empty-graphic:after{content:'';position:absolute;left:-10px;right:-10px;bottom:-8px;height:5px;background:#aeb5af;border-radius:0 0 8px 8px}.empty-graphic span{position:absolute;width:8px;height:8px;border:2px solid var(--orange);border-radius:50%}.empty-graphic span:nth-child(1){left:-5px;top:-5px}.empty-graphic span:nth-child(2){right:-5px;top:-5px}.empty-graphic span:nth-child(3){right:-5px;bottom:-5px}.empty-graphic span:nth-child(4){left:-5px;bottom:-5px}.corner-key{height:48px;padding:0 26px;display:flex;align-items:center;gap:20px;background:#f9faf8;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.corner-key span{display:flex;align-items:center;gap:5px}.corner-key i{width:7px;height:7px;border-radius:50%;background:#ff5f57}.corner-key .c2{background:#ffbd2e}.corner-key .c3{background:#29c840}.corner-key .c4{background:#4d8dff}footer{text-align:center;color:#969b97;font-size:11px;padding:25px}
.zoom-tools{display:flex!important;align-items:center;gap:0!important;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.zoom-tools button{width:31px;height:30px;border:0;background:white;cursor:pointer;font-size:17px}.zoom-tools button:hover{background:#eef1ed}.zoom-tools output{width:50px;text-align:center;font-size:10px;color:var(--muted)}.zoom-tools .fit{width:38px;border-left:1px solid var(--line);font-size:10px;font-weight:700}.canvas-shell{overflow:auto;display:block;max-width:100%}.canvas-shell canvas{max-width:none;max-height:none;margin:auto}.empty-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.stage-head{gap:14px}.stage-head p{margin-left:auto}.corner-key i{background:#f04444!important}
.dropzone kbd{font:600 9px Manrope;background:#e9ede8;border:1px solid #d4d9d4;border-bottom-width:2px;border-radius:3px;padding:1px 3px;color:#4b514d}.paste-button{width:100%;margin-top:8px;height:34px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--green);font-size:11px;font-weight:700;cursor:pointer}.paste-button:hover{background:#f2f7ee;border-color:#b9c9bd}.paste-button.hidden{display:none}
@media(max-width:850px){main{padding:38px 14px}.workspace{grid-template-columns:1fr}.controls{border-right:0;border-bottom:1px solid var(--line)}.canvas-shell{min-height:420px;margin:14px}.corner-key{overflow-x:auto}.intro{margin-bottom:30px}.privacy{display:none}.stage-head p{display:none}}
