:root{--ink:#101828;--muted:#667085;--paper:#f8fafc;--white:#fff;--mint:#64e2b7;--mint-dark:#28ba8b;--coral:#ff826b;--line:#dce4ea;--soft:#eef3f5;--shadow:0 18px 50px rgba(16,24,40,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.5}button,input,select{font:inherit}button{cursor:pointer}svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font:800 21px/1 "Manrope",sans-serif;text-decoration:none;letter-spacing:-.5px}.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--ink);color:var(--mint);display:grid;place-items:center}.brand-mark svg{width:23px;height:23px;stroke-width:2.5}.privacy-pill{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:600;color:#475467}.privacy-pill span{width:8px;height:8px;border-radius:50%;background:var(--mint-dark);box-shadow:0 0 0 4px rgba(100,226,183,.18)}main{overflow:hidden}.intro{text-align:center;max-width:760px;margin:66px auto 32px;padding:0 22px}.eyebrow,.step-label{font-size:12px;line-height:1.2;font-weight:800;letter-spacing:1.8px;color:#667085}.intro h1{font:800 clamp(44px,6vw,76px)/.98 "Manrope",sans-serif;letter-spacing:-4px;margin:16px 0 22px}.intro h1 span{color:var(--mint-dark);position:relative}.intro h1 span:after{content:"";position:absolute;height:8px;background:var(--coral);border-radius:9px;left:2px;right:0;bottom:-7px;transform:rotate(-1deg)}.intro p{font-size:18px;color:var(--muted);max-width:580px;margin:auto}.workspace{max-width:1040px;margin:40px auto 0;padding:0 24px}.drop-zone{min-height:320px;background:var(--white);border:2px dashed #bdcbd3;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.22s ease;box-shadow:0 12px 35px rgba(16,24,40,.04);outline:none}.drop-zone:focus-visible,.drop-zone.drag-over{border-color:var(--mint-dark);background:#f2fffa;transform:translateY(-2px);box-shadow:0 18px 45px rgba(40,186,139,.12)}.upload-icon{width:70px;height:70px;border-radius:22px;background:#e8fbf5;color:var(--mint-dark);display:grid;place-items:center;margin-bottom:18px;transform:rotate(-3deg)}.upload-icon svg{width:39px;height:39px}.primary-button,.resize-button{border:0;border-radius:12px;background:var(--ink);color:var(--white);font-weight:700;padding:14px 24px;box-shadow:0 8px 0 #29364c;transition:transform .15s,box-shadow .15s}.primary-button:hover,.resize-button:hover{transform:translateY(-2px);box-shadow:0 10px 0 #29364c}.primary-button:active,.resize-button:active{transform:translateY(5px);box-shadow:0 3px 0 #29364c}.drop-zone>p{margin:19px 0 3px;color:#475467}.drop-zone small{color:#98a2b3}.editor{background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.editor-head{min-height:98px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.editor h2,.result-panel h2{font:800 25px/1.15 "Manrope",sans-serif;letter-spacing:-.7px;margin:6px 0 0}.text-button{border:0;background:#eefbf6;color:#147a5d;font-weight:700;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:7px}.text-button svg{width:19px}.editor-grid{display:grid;grid-template-columns:360px 1fr}.preview-panel{padding:22px;background:#f4f7f8;border-right:1px solid var(--line)}.thumb-list{display:flex;flex-direction:column;gap:10px;max-height:432px;overflow:auto;padding-right:3px}.thumb{display:grid;grid-template-columns:64px 1fr 30px;gap:12px;align-items:center;background:#fff;border:1px solid transparent;border-radius:13px;padding:8px;transition:.18s}.thumb.active{border-color:var(--mint-dark);box-shadow:0 3px 12px rgba(40,186,139,.12)}.thumb-preview{width:64px;height:54px;border-radius:8px;object-fit:cover;background:#e7ecf0}.thumb-info{min-width:0}.thumb-info strong,.thumb-info span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumb-info strong{font-size:14px}.thumb-info span{font-size:12px;color:var(--muted);margin-top:2px}.remove-image{border:0;background:transparent;color:#98a2b3;width:30px;height:30px;border-radius:8px;font-size:23px;line-height:1}.remove-image:hover{background:#fff1ef;color:#d94832}.clear-button{margin:16px auto 0;display:block;border:0;background:transparent;color:#667085;text-decoration:underline;text-underline-offset:3px;font-size:13px}.controls-panel{min-width:0}.control-section{padding:26px 28px;border-bottom:1px solid var(--line)}.control-section.first{padding-bottom:22px}.section-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.control-section h3{font:800 20px/1.2 "Manrope",sans-serif;margin:5px 0 0}.segmented{background:#eef2f3;padding:4px;border-radius:10px;display:flex}.segment{border:0;background:transparent;color:#667085;font-size:13px;font-weight:700;padding:8px 13px;border-radius:7px}.segment.active{background:#fff;color:var(--ink);box-shadow:0 2px 6px rgba(16,24,40,.08)}.size-controls{display:grid;grid-template-columns:1fr 38px 1fr;gap:10px;align-items:end;margin-top:23px}.size-controls label,.output-grid label{font-size:13px;color:#475467;font-weight:600}.input-with-unit{height:46px;margin-top:7px;border:1px solid #cfd8df;border-radius:10px;display:flex;align-items:center;background:#fff;transition:.18s}.input-with-unit:focus-within{border-color:var(--mint-dark);box-shadow:0 0 0 3px rgba(40,186,139,.11)}.input-with-unit input{border:0;outline:0;width:100%;min-width:0;padding:0 12px;font-weight:700;background:transparent}.input-with-unit b{font-size:13px;color:#98a2b3;padding-right:11px}.ratio-lock{align-self:end;height:38px;margin-bottom:4px;border:1px solid #cfd8df;border-radius:9px;background:#fff;color:#98a2b3;display:grid;place-items:center}.ratio-lock svg{width:18px;height:18px}.ratio-lock .unlocked{display:none}.ratio-lock:not(.active) .unlocked{display:block}.ratio-lock:not(.active) .locked{display:none}.ratio-lock.active{background:#e8fbf5;border-color:#a6e8d4;color:#147a5d}.check-row{margin-top:18px;display:flex;gap:9px;align-items:center;font-size:13px;color:#475467;cursor:pointer}.check-row input{position:absolute;opacity:0}.custom-check{width:18px;height:18px;border:1px solid #c5d0d7;border-radius:5px;display:grid;place-items:center;color:transparent}.check-row input:checked+.custom-check{background:var(--ink);border-color:var(--ink);color:var(--mint)}.custom-check svg{width:13px;height:13px;stroke-width:2.7}.percent-controls{margin-top:23px}.range-top,.range-labels{display:flex;justify-content:space-between}.range-top{font-size:13px;color:#475467}.range-top strong{font-size:16px;color:var(--ink)}.range-labels{font-size:11px;color:#98a2b3}.percent-controls input,.quality-wrap input{width:100%;accent-color:var(--mint-dark)}.output-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:13px}.output-grid select{display:block;width:100%;height:43px;border:1px solid #cfd8df;border-radius:9px;padding:0 10px;background:#fff;margin-top:7px;color:var(--ink);font-size:14px}.quality-wrap{height:43px;display:grid;grid-template-columns:1fr 42px;gap:10px;align-items:center;margin-top:7px}.quality-wrap strong{font-size:13px}.action-area{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:#fbfcfd}.estimate span,.estimate strong{display:block}.estimate span{font-size:12px;color:#98a2b3}.estimate strong{font-size:14px;margin-top:3px}.resize-button{display:flex;align-items:center;gap:20px;padding:13px 18px 13px 23px}.resize-button svg{width:19px}.resize-button:disabled{opacity:.55;cursor:wait}.result-panel{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:28px 30px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:20px}.success-icon{width:58px;height:58px;border-radius:17px;background:#e8fbf5;color:#147a5d;display:grid;place-items:center}.success-icon svg{width:32px;height:32px;stroke-width:2.6}.result-copy p{margin:7px 0 0;color:var(--muted);font-size:14px}.result-actions{display:flex;gap:11px}.secondary-button{border:1px solid #cfd8df;border-radius:12px;background:#fff;color:var(--ink);font-weight:700;padding:14px 18px}.trust-row{max-width:1080px;margin:75px auto 90px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust-row article{display:flex;gap:15px;align-items:center;padding:0 14px}.benefit-icon{flex:0 0 auto;width:44px;height:44px;border-radius:13px;background:#eef3f5;color:#344054;display:grid;place-items:center}.benefit-icon svg{width:25px;height:25px}.trust-row h3{font:800 15px/1.2 "Manrope",sans-serif;margin:0}.trust-row p{font-size:13px;color:var(--muted);margin:4px 0 0}.how-it-works{background:var(--ink);color:white;padding:78px max(24px,calc((100vw - 1040px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.how-it-works .eyebrow{color:var(--mint)}.how-it-works h2{font:800 clamp(38px,4vw,56px)/1.02 "Manrope",sans-serif;letter-spacing:-2.3px;margin:15px 0 0}.how-it-works ol{list-style:none;padding:0;margin:0}.how-it-works li{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.15)}.how-it-works li:first-child{padding-top:0}.how-it-works li>span{font:700 13px "Manrope",sans-serif;color:var(--mint)}.how-it-works h3{font:700 18px "Manrope",sans-serif;margin:0}.how-it-works p{color:#aeb9c8;margin:5px 0 0;font-size:14px}footer{min-height:115px;padding:25px max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;gap:30px;color:#667085;font-size:13px;background:#fff}footer>span{margin-left:auto}.footer-brand{font-size:17px}.footer-brand .brand-mark{width:30px;height:30px;border-radius:9px}.toast{position:fixed;z-index:10;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:12px;padding:12px 18px;font-size:14px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}
@media(max-width:800px){.intro{margin-top:42px}.intro h1{letter-spacing:-2.5px}.editor-grid{grid-template-columns:1fr}.preview-panel{border-right:0;border-bottom:1px solid var(--line)}.thumb-list{max-height:230px}.trust-row{grid-template-columns:1fr;max-width:480px;margin:55px auto 70px}.how-it-works{grid-template-columns:1fr;gap:42px}.result-panel{grid-template-columns:56px 1fr}.result-actions{grid-column:1/-1}.result-actions button{flex:1}}@media(max-width:560px){.topbar{height:66px;padding:0 18px}.privacy-pill{font-size:0}.intro{margin-top:34px}.intro p{font-size:16px}.workspace{padding:0 14px}.drop-zone{min-height:290px}.editor-head{padding:21px 18px}.editor-head h2{font-size:21px}.preview-panel,.control-section,.action-area{padding-left:18px;padding-right:18px}.section-row{align-items:center}.size-controls{grid-template-columns:1fr 30px 1fr}.output-grid{grid-template-columns:1fr}.action-area{align-items:stretch;flex-direction:column;gap:18px}.resize-button{justify-content:space-between}.result-panel{padding:23px 18px}.result-actions{flex-direction:column}.how-it-works{padding-top:60px;padding-bottom:60px}footer{flex-wrap:wrap;gap:12px 20px}footer p{width:100%;order:3}footer>span{margin-left:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
