@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#17211c;font-synthesis:none;text-rendering:optimizelegibility;--green:#1f6b4f;--green-dark:#18543f;--mint:#e7f4ed;--orange:#ee7b45;--line:#e3e7e3;--muted:#747d78;background:#f7f8f6;font-family:DM Sans,Noto Sans SC,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.app-shell{flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:30;background:#f7f8f6e0;border-bottom:1px solid #dce1ddcc;justify-content:space-between;align-items:center;height:72px;padding:0 max(5vw,28px);display:flex;position:sticky;top:0}.brand{color:#17211c;letter-spacing:-.4px;align-items:center;gap:10px;font-size:19px;font-weight:700;text-decoration:none;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 5px 15px #1f6b4f33}.topbar nav{gap:34px;display:flex}.topbar nav a{color:#52605a;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.topbar nav a:hover{color:var(--green)}main{flex:1;min-height:0;overflow:hidden}.hero{text-align:center;background:radial-gradient(circle at 12% 38%,#cee9da80,#0000 26%),radial-gradient(circle at 87% 18%,#f4dbc75c,#0000 22%);height:100%;padding:90px 24px 65px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";border:1px solid #1f6b4f14;border-radius:42px;width:150px;height:150px;position:absolute;transform:rotate(18deg)}.hero:before{top:35%;left:-75px}.hero:after{top:12%;right:-55px;transform:rotate(38deg)}.eyebrow,.section-kicker{color:var(--green);letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow{background:#ffffffa6;border:1px solid #cfe3d8;border-radius:99px;padding:7px 12px}.hero h1{color:#18241e;letter-spacing:-4px;margin:20px 0 18px;font-size:clamp(48px,6vw,78px);line-height:1.08}.hero h1 span{color:var(--green);position:relative}.hero h1 span:after{content:"";opacity:.5;z-index:-1;background:#f2a078;border-radius:100%;height:7px;position:absolute;bottom:1px;left:1%;right:0;transform:rotate(-1deg)}.hero-copy{color:#66706b;margin:0 auto 38px;font-size:16px;line-height:1.9}.dropzone{cursor:pointer;background:#ffffffc7;border:1.5px dashed #b7c9bf;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:min(620px,100%);min-height:248px;margin:0 auto;padding:34px;transition:border .2s,transform .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 18px 60px #263f3312}.dropzone:hover,.dropzone.is-dragging{border-color:var(--green);background:#fff;transform:translateY(-3px);box-shadow:0 22px 70px #263f331f}.upload-icon{width:58px;height:58px;color:var(--green);background:var(--mint);border-radius:18px;place-items:center;margin-bottom:14px;display:grid}.dropzone h2{letter-spacing:-.3px;margin:0 0 7px;font-size:20px}.dropzone p{color:var(--muted);margin:0 0 18px;font-size:14px}.dropzone p span{color:var(--green);font-weight:600}.dropzone small{color:#a0a7a3;font-size:12px}.error-message{color:#9b3f2d;background:#fff0eb;border-radius:9px;width:fit-content;margin:18px auto;padding:10px 15px;font-size:13px}.trust-row{justify-content:space-around;gap:25px;max-width:710px;margin:40px auto 0;display:flex}.trust-row>div{text-align:left;align-items:center;gap:10px;display:flex}.trust-row svg{width:22px;color:var(--green)}.trust-row span{flex-direction:column;display:flex}.trust-row b{font-size:13px;font-weight:600}.trust-row small{color:#939a96;margin-top:2px;font-size:11px}.workspace{width:100%;max-width:1240px;margin:0 auto;padding:50px 28px 70px;position:relative}.workspace-heading{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.workspace-heading h1{letter-spacing:-1.2px;margin:7px 0 0;font-size:31px}.text-button{border:1px solid var(--line);color:#44524b;background:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;font-size:13px;display:flex}.text-button:hover{color:var(--green);border-color:#b8c8bf}.editor-grid{grid-template-columns:minmax(0,1.48fr) minmax(350px,.8fr);align-items:start;gap:22px;display:grid}.preview-card,.control-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 40px #2739300d}.editor-mode{height:100dvh;min-height:0;overflow:hidden}.editor-mode .topbar{flex:0 0 72px}.editor-mode main{min-height:0;display:flex}.editor-mode .workspace{flex-direction:column;min-height:0;padding:20px 28px;display:flex}.editor-mode .workspace-heading{flex:none;align-items:center;margin-bottom:14px}.editor-mode .workspace-heading h1{margin-top:3px;font-size:25px}.editor-mode .editor-grid{flex:1;align-items:stretch;min-height:0}.editor-mode .preview-card{flex-direction:column;min-height:0;display:flex}.editor-mode .canvas-wrap{flex:1;height:auto;min-height:0}.editor-mode .control-card{flex-direction:column;min-height:0;display:flex}.editor-mode .panel-content{scrollbar-width:thin;flex:1;min-height:0;overflow-y:auto}.editor-mode footer{display:none}.empty-canvas{place-items:center;padding:28px;display:grid}.empty-canvas .dropzone{background:#ffffffe6;width:min(540px,100%);min-height:min(270px,80%);margin:0}.empty-file-bar .file-icon{color:#818b85;background:#eef1ef}.empty-controls .tool-tabs button{cursor:default;opacity:.55}.empty-control-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px;display:flex}.empty-control-state>span{width:52px;height:52px;color:var(--green);background:var(--mint);border-radius:15px;place-items:center;display:grid}.empty-control-state h2{margin:16px 0 6px;font-size:17px}.empty-control-state p{color:#8a938e;margin:0;font-size:11px;line-height:1.8}.workspace-error{z-index:10;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.file-bar{border-bottom:1px solid #edf0ed;align-items:center;min-height:66px;padding:12px 17px;display:flex}.file-icon{width:39px;height:39px;color:var(--green);background:var(--mint);border-radius:10px;flex:none;place-items:center;display:grid}.file-name{flex-direction:column;gap:3px;min-width:0;margin-left:11px;display:flex}.file-name strong{text-overflow:ellipsis;white-space:nowrap;max-width:430px;font-size:13px;font-weight:600;overflow:hidden}.file-name span{color:#8b938f;font-size:11px}.file-bar>button{color:#8d9591;background:0 0;border:0;border-radius:7px;margin-left:auto;padding:7px}.file-bar>button:hover{color:#29352f;background:#f1f3f1}.canvas-wrap{background-color:#edf0ed;background-image:linear-gradient(45deg,#e4e8e5 25%,#0000 25%),linear-gradient(-45deg,#e4e8e5 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e4e8e5 75%),linear-gradient(-45deg,#0000 75%,#e4e8e5 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;height:min(58vh,575px);min-height:430px;position:relative}.image-stage{justify-content:center;align-items:center;display:flex;position:absolute;inset:22px}.image-stage img{object-fit:contain;filter:drop-shadow(0 10px 25px #18241e24);max-width:100%;max-height:100%;display:block}.output-dimensions{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#18211cc2;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:600;position:absolute;bottom:10px;left:10px}.processing{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#18211cd1;border-radius:99px;align-items:center;gap:9px;padding:10px 14px;font-size:12px;display:flex;position:absolute}.removal-overlay{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18211ce0;border-radius:14px;flex-direction:column;align-items:center;gap:7px;width:min(280px,80%);padding:18px;display:flex;position:absolute}.removal-overlay>svg{color:#a9e0c4;margin-bottom:2px}.removal-overlay strong{font-size:13px}.removal-overlay span{color:#c7cfca;font-size:10px}.removal-overlay>i{background:#ffffff2e;border-radius:99px;width:100%;height:4px;margin-top:6px;overflow:hidden}.removal-overlay>i b{border-radius:inherit;background:#78c49c;height:100%;transition:width .2s;display:block}.processing svg,.download-button:disabled svg{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.reactEasyCrop_Container{background:#19211dcc!important}.preview-meta{color:#747d78;align-items:center;gap:20px;min-height:55px;padding:0 18px;font-size:11px;display:flex}.preview-meta span{align-items:center;gap:6px;display:flex}.preview-meta b{color:var(--green);background:var(--mint);border-radius:6px;margin-left:auto;padding:5px 8px;font-size:10px}.dot{background:#9ea7a2;border-radius:50%;width:6px;height:6px}.dot.result{background:var(--orange)}.tool-tabs{border-bottom:1px solid var(--line);background:#f5f7f5;grid-template-columns:repeat(4,1fr);gap:5px;padding:8px;display:grid}.tool-tabs button{color:#78817c;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:46px;font-size:12px;font-weight:600;display:flex}.tool-tabs button.active{color:var(--green);background:#fff;box-shadow:0 2px 8px #21342a14}.panel-content{padding:25px}.panel-title h2{letter-spacing:-.5px;margin:0 0 5px;font-size:20px}.panel-title p{color:var(--muted);margin:0 0 23px;font-size:12px}.segment-control{background:#f1f3f1;border-radius:9px;grid-template-columns:1fr 1fr;margin-bottom:24px;padding:3px;display:grid}.segment-control button{color:#7c847f;background:0 0;border:0;border-radius:7px;height:35px;font-size:11px;font-weight:500}.segment-control button.active{color:#25312b;background:#fff;box-shadow:0 2px 6px #1e2d2514}.field-block{margin:18px 0 24px}.field-block>label,.aspect-list>label,.dimension-grid label,.format-row label{color:#4e5953;margin-bottom:9px;font-size:11px;font-weight:600;display:block}.label-row{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.label-row label{color:#4e5953;font-size:11px;font-weight:600}.label-row output{color:var(--green);font-size:12px;font-weight:700}.range{--range:50%;appearance:none;background:linear-gradient(to right, var(--green) var(--range), #dfe4e1 var(--range));border-radius:99px;outline:none;width:100%;height:5px;margin:8px 0}.range::-webkit-slider-thumb{appearance:none;background:var(--green);border:3px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 5px #15413059}.range-hints{color:#9ba29e;justify-content:space-between;font-size:10px;display:flex}.input-suffix{background:#fafbfa;border:1px solid #dce1de;border-radius:9px;align-items:center;height:42px;transition:border .2s;display:flex;overflow:hidden}.input-suffix:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #1f6b4f14}.input-suffix input{color:#29342e;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;padding:0 11px;font-size:13px;font-weight:600}.input-suffix span{color:#939a96;padding:0 11px;font-size:11px}.field-note{color:#b25b39;margin-top:8px;font-size:10px;display:block}.result-summary{background:#f5f8f6;border:1px solid #e7ece8;border-radius:11px;grid-template-columns:1fr 22px 1fr;align-items:center;margin:10px 0 22px;padding:15px;display:grid;position:relative}.result-summary>div:not(.summary-arrow){flex-direction:column;gap:3px;display:flex}.result-summary span{color:#8b938f;font-size:10px}.result-summary strong{font-size:13px}.result-summary .summary-arrow{color:#9ba39f;text-align:center}.result-summary em{color:var(--green);background:#dff0e7;border-radius:4px;padding:3px 6px;font-size:9px;font-style:normal;font-weight:700;position:absolute;top:9px;right:11px}.result-summary em.larger{color:#9b4d37;background:#f9e7e1}.dimension-grid{grid-template-columns:1fr 32px 1fr;align-items:end;gap:7px;margin:28px 0 22px;display:grid}.lock-button{color:#8c948f;background:#fff;border:1px solid #dce1de;border-radius:9px;place-items:center;width:32px;height:42px;display:grid}.lock-button.active{color:var(--green);background:var(--mint);border-color:#bcd4c7}.quick-sizes{align-items:center;gap:6px;margin-bottom:27px;display:flex}.quick-sizes span{color:#747d78;margin-right:auto;font-size:10px}.quick-sizes button,.aspect-list button{color:#6f7873;background:#fff;border:1px solid #e0e4e1;border-radius:7px;padding:7px 9px;font-size:10px}.quick-sizes button:hover,.aspect-list button:hover,.aspect-list button.active{color:var(--green);background:#f1f8f4;border-color:#a9c9b9}.aspect-list{margin:27px 0 24px}.aspect-list>div{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.custom-crop-size>label{color:#4e5953;font-size:11px;font-weight:600;display:block}.custom-crop-size .dimension-grid{margin:10px 0 16px}.dimension-times{color:#929a96;place-items:center;height:42px;display:grid}.crop-tip{color:#52705f;background:#eef7f2;border-radius:8px;align-items:center;gap:8px;padding:11px;font-size:10px;display:flex}.compression-toggle{cursor:pointer;background:#fafbfa;border:1px solid #e2e7e3;border-radius:10px;align-items:center;gap:12px;margin-top:14px;padding:12px 13px;display:flex}.compression-toggle>span{flex-direction:column;flex:1;gap:2px;display:flex}.compression-toggle strong{color:#44514a;font-size:11px;font-weight:600}.compression-toggle small{color:#929a96;font-size:9px}.compression-toggle input{opacity:0;pointer-events:none;position:absolute}.compression-toggle i{background:#cfd5d1;border-radius:99px;flex:none;width:35px;height:20px;padding:2px;transition:background .2s}.compression-toggle i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;display:block;box-shadow:0 1px 3px #1e2d2540}.compression-toggle input:checked+i{background:var(--green)}.compression-toggle input:checked+i:after{transform:translate(15px)}.cutout-status{background:#fafbfa;border:1px solid #e3e8e4;border-radius:10px;align-items:center;gap:10px;margin:22px 0 12px;padding:13px;display:flex}.cutout-status>span{color:#7e8882;background:#edf0ee;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.cutout-status>span.done{color:var(--green);background:var(--mint)}.cutout-status>div{flex-direction:column;gap:2px;display:flex}.cutout-status strong{color:#3d4943;font-size:11px}.cutout-status small{color:#929a96;font-size:9px}.remove-background-button{width:100%;height:42px;color:var(--green);background:#eff8f3;border:1px solid #b9d5c7;border-radius:9px;justify-content:center;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.remove-background-button:hover:not(:disabled){border-color:var(--green);background:#e6f4ec}.remove-background-button:disabled{cursor:wait;opacity:.7}.remove-background-button:disabled svg{animation:1s linear infinite spin}.background-picker{margin-top:22px}.background-picker>label{color:#4e5953;margin-bottom:10px;font-size:11px;font-weight:600;display:block}.background-picker.disabled{opacity:.48}.preset-colors{gap:6px;display:grid}.preset-colors button{text-align:left;color:#56615b;background:#fff;border:1px solid #e0e5e1;border-radius:9px;align-items:center;gap:9px;width:100%;min-width:0;padding:8px 9px;display:flex}.preset-colors button:hover:not(:disabled),.preset-colors button.active{background:#f5faf7;border-color:#9fc4b2}.preset-colors button.active{box-shadow:0 0 0 2px #1f6b4f14}.preset-colors button>i{border:1px solid #202d2624;border-radius:50%;flex:none;width:28px;height:28px}.preset-colors button>span{grid-template-columns:auto 1fr;align-items:center;column-gap:7px;min-width:0;display:grid}.preset-colors strong{color:#344139;font-size:10px}.preset-colors code{color:#78817c;white-space:nowrap;font-family:inherit;font-size:8px}.preset-colors small{color:#979e9a;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;margin-top:2px;font-size:8px;overflow:hidden}.custom-color-fields{border:1px solid #e1e6e2;border-radius:9px;grid-template-columns:repeat(3,minmax(0,.7fr)) minmax(82px,1.45fr) 28px;align-items:end;gap:6px;min-width:0;margin:13px 0 0;padding:11px 9px 9px;display:grid}.custom-color-fields legend{color:#65706a;padding:0 5px;font-size:9px;font-weight:600}.custom-color-fields label{color:#8a928e;flex-direction:column;gap:4px;min-width:0;font-size:8px;display:flex}.custom-color-fields input{color:#354139;background:#fff;border:1px solid #dce2de;border-radius:6px;outline:none;width:100%;min-width:0;height:30px;padding:0 6px;font-size:9px;font-weight:600}.custom-color-fields input:focus{border-color:var(--green)}.custom-color-fields .hex-field input{text-transform:uppercase}.color-preview{border:1px solid #202d2624;border-radius:7px;width:28px;height:30px}.export-section{border-top:1px solid #edf0ee;margin-top:20px;padding-top:20px}.format-row{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.format-row label{margin:0}.format-row select{color:#4a5650;background:#fff;border:1px solid #dce1de;border-radius:7px;outline:none;padding:7px 29px 7px 10px;font-size:11px}.download-button{color:#fff;background:var(--green);border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;font-size:13px;font-weight:600;transition:background .2s,transform .2s;display:flex;box-shadow:0 8px 18px #1f6b4f33}.download-button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.download-button:disabled{cursor:wait;opacity:.7}.reset-button{color:#929995;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;width:100%;padding:11px;font-size:10px;display:flex}.reset-button:hover{color:#4e5953}@media (width<=900px){.editor-grid{grid-template-columns:1fr}.control-card{order:-1}.canvas-wrap{height:500px}.panel-content{min-height:auto}.editor-mode .editor-grid{grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr)}.editor-mode .control-card{order:initial}.editor-mode .canvas-wrap{height:auto}.editor-mode .panel-content{min-height:0}}@media (width<=650px){.topbar{height:62px;padding:0 18px}.topbar nav{display:flex}.hero{min-height:0;padding:50px 18px 32px}.hero h1{letter-spacing:-2.5px;font-size:48px}.hero-copy br{display:none}.dropzone{min-height:220px;padding:24px}.trust-row{flex-direction:column;align-items:center;width:fit-content}.trust-row>div{width:180px}.workspace{padding:30px 14px 50px}.workspace-heading{align-items:center}.workspace-heading h1{font-size:24px}.workspace-heading .section-kicker{display:none}.text-button{padding:8px}.canvas-wrap{height:390px;min-height:390px}.file-name strong{max-width:220px}.preview-meta{gap:10px}.preview-meta b{display:none}.panel-content{padding:20px}.editor-mode .topbar{flex-basis:62px}.editor-mode .workspace{padding:10px}.editor-mode .workspace-heading{display:none}.editor-mode .editor-grid{grid-template-rows:minmax(190px,.8fr) minmax(0,1.2fr);grid-template-columns:1fr;gap:8px}.editor-mode .control-card{order:initial}.editor-mode .file-bar{min-height:50px;padding:6px 10px}.editor-mode .file-icon{width:34px;height:34px}.editor-mode .preview-meta{min-height:36px}.editor-mode .panel-content{padding:16px}}
