:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20202a;background:#faf9fd;font-synthesis:none;text-rendering:optimizeLegibility;--purple: #7657e8;--purple-dark: #6445d4;--purple-soft: #f0ecff;--border: #e7e4ee;--muted: #777485}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#faf9fd}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.42}.page{max-width:1180px;margin:0 auto;padding:54px 24px 70px}.hero{text-align:center;max-width:720px;margin:0 auto 30px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--purple);font-size:13px;font-weight:700;margin-bottom:10px}.hero h1{margin:0;font-size:clamp(30px,4vw,44px);letter-spacing:-.035em;line-height:1.08}.hero p{margin:13px 0 0;color:var(--muted);font-size:16px}.tool-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 35px #2819500f;overflow:hidden}.dropzone{min-height:490px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 20px;border:2px dashed #d9d3ed;margin:18px;border-radius:14px;background:#fcfbff;transition:.2s}.dropzone.dragging{border-color:var(--purple);background:var(--purple-soft);transform:scale(.995)}.upload-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;color:var(--purple);background:var(--purple-soft);margin-bottom:16px}.dropzone h2{font-size:21px;margin:0}.dropzone p{color:#666271;margin:8px 0 6px}.dropzone span{color:#9a96a4;font-size:12px;margin-bottom:22px}.primary,.apply,.download{border:0;border-radius:9px;color:#fff;background:var(--purple);font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{padding:11px 18px}.primary:hover,.apply:hover,.download:hover{background:var(--purple-dark)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;min-height:680px}.preview-panel{min-width:0;background:#f5f4f8;border-right:1px solid var(--border);display:flex;flex-direction:column}.preview-toolbar{min-height:62px;padding:10px 14px 10px 18px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.preview-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:430px;font-size:13px}.preview-meta span{color:#96919f;font-size:11px}.toolbar-actions{display:flex;gap:4px}.toolbar-actions button{border:0;background:transparent;width:34px;height:34px;border-radius:7px;color:#6f6a79;display:grid;place-items:center}.toolbar-actions button:hover,.toolbar-actions button.active{background:var(--purple-soft);color:var(--purple)}.canvas-wrap{position:relative;flex:1;min-height:500px;overflow:auto;display:grid;place-items:center;padding:28px}.checkerboard{max-width:100%;max-height:100%;display:grid;place-items:center;background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 25%),linear-gradient(-45deg,#eee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eee 75%),linear-gradient(-45deg,transparent 75%,#eee 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0;border-radius:3px;overflow:hidden;box-shadow:0 5px 20px #00000014}.checkerboard canvas{display:block;max-width:min(100%,760px);max-height:560px;width:auto;height:auto;transform:scale(var(--zoom));transform-origin:center}.checkerboard canvas.sampling{cursor:crosshair}.sampling-tip{position:absolute;top:16px;left:50%;transform:translate(-50%);padding:7px 11px;background:#22212a;color:#fff;border-radius:8px;font-size:12px;display:flex;gap:6px;align-items:center;box-shadow:0 5px 18px #0002}.zoom-bar{height:45px;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:center;align-items:center;gap:7px}.zoom-bar button{border:0;background:#f5f3f8;color:#605b69;border-radius:6px;min-width:30px;height:28px}.zoom-bar span{min-width:48px;text-align:center;font-size:11px;color:#777280}.controls{padding:22px 20px;background:#fff;overflow-y:auto}.control-section{margin-bottom:18px}.section-label,.controls label{display:block;color:#55515f;font-size:12px;font-weight:700;margin-bottom:8px}.mode-tabs{display:grid;grid-template-columns:repeat(3,1fr);background:#f5f3f8;padding:3px;border-radius:8px}.mode-tabs button,.format-tabs button{border:0;background:transparent;border-radius:6px;padding:8px 4px;font-size:11px;font-weight:700;color:#777280}.mode-tabs button.selected,.format-tabs button.selected{color:var(--purple);background:#fff;box-shadow:0 1px 4px #2c1c6014}.color-pair{display:grid;grid-template-columns:1fr 30px 1fr;align-items:end;gap:7px;margin-bottom:17px}.color-input{height:38px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;padding:4px 8px;gap:8px}.color-input.full{margin-bottom:16px}.color-input input[type=color]{width:28px;height:28px;border:0;padding:0;background:transparent}.color-input code{font-size:11px;color:#686371}.sample-btn{border:1px solid var(--border);width:30px;height:38px;border-radius:8px;background:#fff;color:#777280;display:grid;place-items:center}.sample-btn.on{color:var(--purple);border-color:#bcaef2;background:var(--purple-soft)}.slider-control{margin:16px 0}.slider-head{display:flex;justify-content:space-between;align-items:center}.slider-head label{margin:0}.slider-head output{color:var(--purple);font-size:11px;font-weight:700}.slider-control input[type=range]{width:100%;accent-color:var(--purple)}.slider-control small{display:block;color:#9994a2;font-size:10px;margin-top:-2px;line-height:1.35}.toggle-row{border-top:1px solid #f0edf3;border-bottom:1px solid #f0edf3;padding:12px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.toggle-row strong{display:block;font-size:12px;color:#575360}.toggle-row span{display:block;font-size:10px;color:#9994a2;margin-top:3px}.toggle{width:34px;height:20px;padding:2px;border-radius:99px;background:#d6d2dc;transition:.2s}.toggle i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 2px #0002}.toggle.on{background:var(--purple)}.toggle.on i{transform:translate(14px)}.apply,.download{width:100%;height:40px;margin-top:17px}.advanced-toggle{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:7px;color:#706b78;font-size:11px;font-weight:700;padding:15px 0 8px}.advanced-toggle svg:last-child{transition:.2s}.advanced-toggle .rotated{transform:rotate(180deg)}.export-settings{border-top:1px solid #f0edf3;margin-top:3px;padding-top:14px}.format-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:#f5f3f8;padding:3px;border-radius:8px;margin-bottom:12px}.change-image{border:0;background:transparent;color:#918c99;width:100%;font-size:11px;padding:10px;display:flex;align-items:center;justify-content:center;gap:5px}.info{padding:44px 8px 0;max-width:960px;margin:auto}.info h2{font-size:22px;letter-spacing:-.02em;margin:0 0 9px}.info>p{color:#777280;font-size:14px;line-height:1.65;max-width:780px;margin:0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:24px}.info-grid div{padding:18px;border:1px solid var(--border);background:#fff;border-radius:12px}.info-grid strong{display:block;font-size:12px;margin-bottom:5px}.info-grid span{display:block;color:#88838f;font-size:11px;line-height:1.5}.tool-footer-note{text-align:center;color:#aaa5b1;font-size:10px;padding:20px}.site-chrome-header:empty,.site-chrome-footer:empty{display:none}@media(max-width:860px){.workspace{grid-template-columns:1fr}.preview-panel{border-right:0;border-bottom:1px solid var(--border);min-height:570px}.controls{max-width:none}.canvas-wrap{min-height:430px}}@media(max-width:600px){.page{padding:32px 12px 50px}.hero h1{font-size:31px}.hero p{font-size:14px}.tool-card{border-radius:14px}.dropzone{margin:10px;min-height:430px}.preview-toolbar{padding-left:12px}.canvas-wrap{min-height:360px;padding:16px}.checkerboard canvas{max-height:400px}.preview-panel{min-height:470px}.info-grid{grid-template-columns:1fr}.controls{padding:19px 15px}}.rule-card{border:1px solid #ece9f1;border-radius:11px;padding:12px;margin-bottom:10px;background:#fff}.rule-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;color:#5d5867;font-size:11px;font-weight:800}.rule-title button{border:0;background:#f5f3f7;color:#8a8491;border-radius:6px;width:23px;height:23px}.add-rule{width:100%;border:1px dashed #cfc7e7;color:var(--purple);background:#fbfaff;border-radius:8px;height:34px;font-size:11px;font-weight:700}.preset-toggle{border:0;background:transparent;padding:0;color:#77717f;font-size:10px;display:flex;align-items:center;gap:4px;margin:-4px 0 7px}.presets{display:none;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:10px}.presets.show{display:grid}.presets button{border:1px solid #ece8f0;background:#fff;border-radius:7px;padding:5px 2px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#77717f;font-size:8px}.presets i{width:16px;height:16px;border-radius:50%;border:1px solid #ddd8e4}.live-note{text-align:center;color:#aaa4b1;font-size:9px;line-height:1.4;margin-top:7px}.magnifier{position:fixed;z-index:20;pointer-events:none;transform:translate(14px,14px);width:78px;padding:6px;border-radius:9px;background:#24222c;box-shadow:0 6px 18px #0003;color:#fff}.magnifier-color{height:36px;border-radius:6px;border:1px solid #ffffff44}.magnifier code{display:block;text-align:center;font-size:9px;margin-top:4px}.target-wide{grid-column:2 / span 2}@media(max-width:860px){.magnifier{display:none}}@media(max-width:600px){.presets{grid-template-columns:repeat(4,1fr)}.rule-card{padding:10px}}
