.editor-shell{--editor-blue:#2f6eea;--editor-blue-soft:#eef5ff;--editor-border:#e7edf5;--editor-muted:#8b98aa;--editor-text:#152238;min-width:1180px;height:100%;color:var(--editor-text);background:#eef1f5;flex-direction:column;display:flex;position:relative;overflow:hidden}.editor-loading-overlay{z-index:30;cursor:wait;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#eef1f5b8;place-items:center;display:grid;position:absolute;inset:0}.editor-loading-card{color:#172338;background:#fffffff0;border:1px solid #e1e8f2;border-radius:12px;justify-items:center;gap:8px;min-width:190px;padding:18px 24px 17px;display:grid;box-shadow:0 18px 46px #192a4429}.editor-loading-card strong{font-size:13px;font-weight:800}.editor-loading-card>span:last-child{color:#8b98aa;font-size:11px}.editor-loading-spinner{border:2px solid #dfe7f2;border-top-color:#2f6eea;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite editor-loading-spin}@keyframes editor-loading-spin{to{transform:rotate(360deg)}}.editor-topbar{z-index:5;border-bottom:1px solid var(--editor-border);background:#fff;grid-template-columns:192px minmax(0,1fr) auto;align-items:center;height:58px;display:grid;position:relative;box-shadow:0 1px #1421330a}.brand{border-right:1px solid var(--editor-border);align-items:center;gap:9px;height:100%;padding:0 16px 0 20px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:0;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid;box-shadow:0 8px 18px #5b21b62e}.brand strong{color:#160064;letter-spacing:0;white-space:nowrap;font-size:18px;font-weight:850;line-height:1;display:block}.topbar-actions,.save-actions{align-items:center;gap:10px;display:flex}.topbar-actions{gap:10px;min-width:0;padding-left:22px}.topbar-icon-group{align-items:center;gap:8px;display:flex}.topbar-icon-tooltip{display:inline-flex}.topbar-icon-button{color:#111827;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:30px;height:30px;padding:0;transition:background .15s,color .15s,opacity .15s;display:grid}.topbar-icon-button svg{display:block;overflow:visible}.topbar-icon-button:hover,.topbar-icon-button:focus-visible{color:#111827;background:#f2f5f9}.topbar-icon-button.active,.topbar-icon-button.active:hover{color:#4f32c8;background:#f0ecff}.topbar-icon-button:focus-visible{outline-offset:2px;outline:2px solid #93b4ff}.topbar-icon-button:disabled{color:#cbd4e1;cursor:not-allowed;pointer-events:none}.topbar-divider{background:var(--editor-border);width:1px;height:24px}.shortcut-toggle{color:#1c0b66;cursor:pointer;height:30px;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:0 8px;font-size:13px;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.shortcut-toggle:hover,.shortcut-toggle:focus-visible,.shortcut-toggle[aria-expanded=true]{color:#4c1d95;background:#f5f2ff}.shortcut-toggle:focus-visible{outline-offset:2px;outline:2px solid #b6a4ff}.save-actions .ant-btn{border-radius:9px;height:36px;padding-inline:14px;font-size:13px;font-weight:700}.save-actions{justify-content:flex-end;padding:0 22px}.save-actions .ant-btn-primary{background:#2868e8;border:0;min-width:96px;box-shadow:0 10px 24px #2868e83d}.shortcut-anchor{position:relative}.shortcut-panel{z-index:20;border:1px solid var(--editor-border);background:#fff;border-radius:14px;width:380px;max-height:520px;position:absolute;top:52px;left:0;overflow:hidden;box-shadow:0 24px 64px #101e3629}.shortcut-panel__header{border-bottom:1px solid #eef2f7;padding:16px 18px}.shortcut-panel__header strong{font-size:16px;display:block}.shortcut-panel__header span{color:var(--editor-muted);font-size:12px}.shortcut-list{max-height:440px;padding:8px;overflow-y:auto}.shortcut-row{color:#344052;border-radius:10px;grid-template-columns:1fr auto 56px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;display:grid}.shortcut-row:hover{background:#f7faff}.shortcut-row kbd{color:#44546a;background:#f8fafc;border:1px solid #dfe7f1;border-radius:7px;padding:3px 8px;font-family:inherit;font-size:12px}.shortcut-status{color:#a4afbd;text-align:right;font-size:12px;font-style:normal}.shortcut-status.enabled{color:#1f66e5}.editor-body{flex:1;grid-template-columns:80px 300px minmax(560px,1fr) 132px;min-height:0;display:grid}.rail,.tool-panel,.right-panel{background:#fff}.rail{border-right:1px solid var(--editor-border);scrollbar-width:none;flex-direction:column;align-items:center;gap:12px;min-width:0;padding:16px 0 14px;display:flex;overflow:hidden auto}.rail::-webkit-scrollbar{width:0;height:0}.rail-item{color:#111827;cursor:pointer;background:0 0;border:0;border-radius:0;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:100%;min-height:54px;padding:0;transition:color .15s;display:flex}.rail-item:hover,.rail-item.active{color:#0f172a;background:0 0}.rail-item__icon{color:currentColor;border-radius:9px;place-items:center;width:34px;height:34px;transition:background .15s,box-shadow .15s,color .15s;display:grid}.rail-item:hover .rail-item__icon{background:#f0f3f7}.rail-item:focus-visible{outline:0}.rail-item:focus-visible .rail-item__icon{outline-offset:2px;outline:2px solid #7da8ff}.rail-item:disabled,.shortcut-toggle:disabled,.tool-item:disabled,.upload-trigger:disabled,.zoom-button:disabled,.eraser-mode-button:disabled,.eraser-reset-button:disabled,.panel-action-bar button:disabled{cursor:wait;opacity:.58}.rail-item.active .rail-item__icon,.rail-item.active:hover .rail-item__icon{color:#fff;background:#111827;box-shadow:0 8px 18px #0f172a2e}.rail-item__label{color:currentColor;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:650;line-height:1.1;display:block;overflow:hidden}.rail-item.active .rail-item__label{font-weight:750}.tool-panel{border-right:1px solid var(--editor-border);min-width:0;padding:16px;display:block;overflow:hidden}.tool-panel__header{border-bottom:1px solid #eef2f7;padding:18px 16px 14px;display:none}.tool-panel__header h2{color:#0f1c2f;margin:0 0 8px;font-size:18px;font-weight:800}.tool-panel__header p{color:#8b98aa;margin:0;font-size:12px;line-height:1.6}.tool-list{scrollbar-width:thin;scrollbar-color:#d9e1ec transparent;flex-direction:column;gap:16px;height:100%;padding:0;display:flex;overflow:hidden auto}.tool-item{color:#061526;cursor:pointer;text-align:left;background:#eef1f7;border:1px solid #0000;border-radius:8px;grid-template-columns:26px minmax(0,1fr) 16px;align-items:center;gap:12px;width:100%;min-height:52px;padding:0 16px;transition:border-color .15s,background .15s,box-shadow .15s;display:grid}.tool-item.active{box-shadow:none;background:#e9edf5;border-color:#dfe6f1}.tool-item:focus-visible{outline-offset:2px;outline:2px solid #7da8ff}.tool-item__icon{color:#061526;place-items:center;width:26px;height:26px;display:grid}.tool-item.active .tool-item__icon{color:#061526}.tool-item__copy{min-width:0}.tool-item__copy strong,.tool-item__copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.tool-item__copy strong{color:#061526;font-size:15px;font-weight:750;line-height:1.2}.tool-item__copy small{color:#8c98aa;margin-top:3px;font-size:12px}.tool-item__status{white-space:nowrap;border-radius:999px;padding:2px 7px;font-size:11px}.status-enabled{color:#1f66e5;background:#eef5ff}.status-preview{color:#7b8797;background:#f5f7fb}.status-requires-backend{color:#b96900;background:#fff7e8}.status-requires-ai{color:#c74375;background:#fff0f6}.tool-item__arrow{color:#061526}.tool-detail{background:#fbfcfe;border-top:1px solid #eef2f7;padding:14px 16px 16px;display:none}.tool-detail strong{margin-bottom:10px;font-size:13px;display:block}.tool-detail__features{flex-wrap:wrap;gap:7px;display:flex}.tool-detail__features span{color:#667386;background:#eef3f9;border-radius:999px;padding:4px 8px;font-size:11px}.canvas-workspace{-webkit-user-select:none;user-select:none;background:#eef1f5;place-items:center;min-width:0;display:grid;position:relative;overflow:hidden}.canvas-viewport{touch-action:none;place-items:center;padding:54px 68px 78px;display:grid;position:absolute;inset:0;overflow:hidden}.canvas-workspace.pan-mode .canvas-viewport{cursor:grab}.canvas-workspace.is-dragging .canvas-viewport{cursor:grabbing}.canvas-workspace.eraser-mode .canvas-viewport{cursor:crosshair}.editor-konva-stage{display:block;overflow:hidden}.editor-konva-stage canvas{display:block}.layer-action-menu{z-index:12;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e3e8ef;border-radius:8px;min-width:218px;padding:6px;position:absolute;box-shadow:0 10px 28px #0f172a29}.layer-action-menu__item{color:#263445;cursor:pointer;width:100%;min-height:38px;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;font-size:13px;display:grid}.layer-action-menu__item:hover,.layer-action-menu__item:focus-visible{background:#f4f6f9;outline:none}.layer-action-menu__item.danger:hover,.layer-action-menu__item.danger:focus-visible{color:#d4380d;background:#fff2f0}.layer-action-menu__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.layer-action-menu__shortcut{color:#6b7788;min-width:48px;font:inherit;text-align:center;background:#f1f3f6;border:0;border-radius:4px;padding:3px 6px;font-size:11px;line-height:1.2}.resize-handle{z-index:2;background:#f8fbff;border:1px solid #8db7ff;width:12px;height:12px;position:absolute}.handle-top{top:-6px;left:50%;transform:translate(-50%)}.handle-right{top:50%;right:-6px;transform:translateY(-50%)}.handle-bottom{bottom:-6px;left:50%;transform:translate(-50%)}.handle-left{top:50%;left:-6px;transform:translateY(-50%)}.canvas-empty-state{color:#5f6f84;text-align:center;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px dashed #c8d8ee;border-radius:14px;align-content:center;place-items:center;gap:12px;width:calc(100% - 48px);height:calc(100% - 48px);display:grid}.canvas-empty-state__icon{color:#2f6eea;background:#eef5ff;border-radius:18px;place-items:center;width:64px;height:64px;display:grid}.canvas-empty-state strong{color:#172338;font-size:20px;font-weight:850}.canvas-empty-state>span{color:#8693a6;max-width:360px;font-size:13px;line-height:1.7}.image-upload-control{justify-content:center;display:inline-flex;position:relative}.image-upload-control.compact{width:108px}.upload-trigger{color:#fff;cursor:pointer;height:36px;font:inherit;background:#2f6eea;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #2f6eea38}.upload-trigger__icon{flex:none}.upload-trigger__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-upload-control.compact .upload-trigger{width:100%;height:30px;box-shadow:none;color:#162033;background:#fff;border:1px solid #d8e4f2;border-radius:8px;gap:6px;padding:0 10px}.image-upload-control.compact .upload-trigger:hover,.image-upload-control.compact .upload-trigger[aria-expanded=true]{color:#0f172a;background:#f9fbfe;border-color:#b7c9e1}.right-panel .image-upload-control.compact .upload-popover{width:158px;left:auto;right:calc(100% + 8px)}.right-panel .image-upload-control.compact .upload-popover--url{width:294px}.upload-popover{z-index:15;background:#fff;border:1px solid #e6edf6;border-radius:12px;gap:6px;width:190px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 18px 42px #121f3326}.image-upload-control.compact .upload-popover{border-radius:10px;width:158px;left:auto;right:0;transform:none;box-shadow:0 18px 38px #0f172a24}.upload-popover--url{border-color:#dfe8f4;border-radius:14px;gap:0;width:294px;padding:12px;box-shadow:0 22px 54px #121f332e}.image-upload-control.compact .upload-popover--url{border-radius:14px;width:294px}.upload-option{color:#35445a;cursor:pointer;height:34px;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 9px;font-size:13px;display:flex}.upload-option:hover{color:#2f6eea;background:#f3f7fc}.upload-url-panel__header{border-bottom:1px solid #edf2f7;grid-template-columns:30px minmax(0,1fr);align-items:flex-start;gap:10px;padding-bottom:11px;display:grid}.upload-url-back{color:#4e5e73;cursor:pointer;background:#fff;border:1px solid #e1e9f4;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;transition:border-color .15s,background .15s,color .15s;display:grid}.upload-url-back:hover,.upload-url-back:focus-visible{color:#152238;background:#f6f9fd;border-color:#c9d7ea}.upload-url-panel__title{grid-template-columns:32px minmax(0,1fr);gap:9px;min-width:0;display:grid}.upload-url-panel__icon{color:#2f6eea;background:#eef5ff;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.upload-url-panel__title h3{color:#152238;margin:0;font-size:14px;font-weight:850;line-height:1.2}.upload-url-panel__title p{color:#7f8ea3;margin:4px 0 0;font-size:12px;line-height:1.45}.zoom-control{z-index:3;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex;position:absolute;bottom:18px;right:42px}.zoom-button{color:#455468;cursor:pointer;width:30px;height:30px;font:inherit;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.zoom-stepper{background:#fff;border:1px solid #dfe7f2;border-radius:8px;align-items:center;gap:4px;height:38px;padding:0 8px;display:flex;box-shadow:0 10px 24px #121f331a}.zoom-button:hover{background:#f3f6fa}.zoom-button--pan{color:#172033;background:#fff;border:1px solid #dfe7f2;width:34px;height:34px;box-shadow:0 10px 22px #121f331a}.zoom-button--pan.active,.zoom-button--pan.active:hover{color:#fff;background:#111827;border-color:#111827}.zoom-divider{background:#edf1f6;width:1px;height:20px}.zoom-value{color:#0f172a;text-align:center;min-width:72px;font-size:12px;font-weight:800}.right-panel{border-left:1px solid #edf1f6;flex-direction:column;align-items:center;gap:10px;min-width:0;padding:14px 12px;display:flex;position:relative}.right-panel__heading{color:#18253a;text-align:left;gap:3px;width:100%;font-size:13px;font-weight:850;display:grid}.right-panel__heading small{color:#98a4b4;font-size:11px;font-weight:600}.right-panel__empty{color:#8290a2;text-align:center;background:#fafcff;border:1px dashed #d8e1ed;border-radius:10px;align-content:center;justify-items:center;gap:8px;width:100%;min-height:168px;font-size:11px;display:grid}.right-panel__empty strong{color:#253348;font-size:13px}.right-panel__empty-icon{color:#3e6fcb;background:#edf3ff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.right-panel__empty .image-upload-control{width:calc(100% - 22px);margin-top:5px}.thumbnail{aspect-ratio:1;background:#fff;border:1px solid #eef2f7;border-radius:12px;place-items:center;width:108px;padding:6px;display:grid;box-shadow:0 12px 28px #151f301a}.thumbnail.active{outline:2px solid #fff}.thumbnail__preview{color:#fff;text-shadow:1px 1px #8c1f3952;background:linear-gradient(135deg,#ffdce6,#f34d75);border-radius:4px;place-items:center;width:80%;height:78%;display:grid}.thumbnail__preview strong,.thumbnail__preview span{font-weight:900;line-height:1;display:block}.thumbnail__preview strong{font-size:16px}.thumbnail__preview span{font-size:11px}.right-panel .ant-btn{color:#43546a;border-color:#e3ebf5;border-radius:10px;font-size:13px;font-weight:700}.thumbnail__image{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.remote-image-form{gap:9px;width:100%;margin-top:11px;display:grid}.remote-image-form label{color:#53647a;font-size:12px;font-weight:800}.remote-image-form input{color:#253348;width:100%;min-width:0;height:36px;font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:13px}.remote-image-form input::placeholder{color:#a8b4c4}.remote-input-shell{color:#8190a5;background:#f8fbff;border:1px solid #dde6f1;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 11px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.remote-input-shell:focus-within{background:#fff;border-color:#7da8ff;box-shadow:0 0 0 3px #2f6eea1a}.remote-image-form button{color:#fff;cursor:pointer;height:36px;font:inherit;background:#2f6eea;border:0;border-radius:10px;font-size:13px;font-weight:850;transition:background .15s,box-shadow .15s,opacity .15s}.remote-image-form button:not(:disabled):hover{background:#245fd7;box-shadow:0 10px 22px #2f6eea38}.remote-image-form button:disabled{box-shadow:none;color:#9aa7b8;cursor:not-allowed;background:#edf2f8}.remote-image-form>p{color:#8a97a8;margin:0;font-size:11px;line-height:1.5}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.tool-panel *{box-sizing:border-box}.tool-panel{padding:14px 14px 12px}.tool-list{gap:10px;padding-right:2px}.tool-accordion{width:100%;min-width:0;display:block}.tool-accordion.expanded{background:#fff;border:1px solid #e2e9f3;border-radius:10px;overflow:hidden}.tool-accordion.expanded .tool-item{background:#eef1f7;border:0;border-radius:0}.tool-accordion__content{background:#fff;width:100%;min-width:0;padding:10px 12px 14px;overflow:hidden}.tool-item{border-radius:8px;min-height:52px;padding:0 13px}.tool-item__arrow{transform-origin:50%;transition:transform .15s}.tool-panel-loader{color:#8190a5;place-items:center;min-height:84px;font-size:12px;display:grid}.tool-panel-form{gap:12px;min-width:0;display:grid}.tool-panel-section{gap:9px;min-width:0;display:grid}.tool-panel-section__head{justify-content:space-between;align-items:flex-end;gap:8px;min-width:0;display:flex}.tool-panel-section__head strong,.tool-panel-section__head span{display:block}.tool-panel-section__head strong{color:#162033;font-size:13px;font-weight:850}.tool-panel-section__head span{color:#8b98aa;margin-top:2px;font-size:11px;line-height:1.4}.preset-grid{grid-template-columns:repeat(var(--preset-columns,3), minmax(0, 1fr));gap:6px;min-width:0;display:grid}.crop-rotate-panel>.tool-panel-section:first-child{border:1px solid #e2e7f0;border-radius:8px;padding:12px}.preset-card{color:#253348;cursor:pointer;min-width:0;min-height:70px;font:inherit;text-align:center;background:#f6f7f9;border:2px solid #0000;border-radius:8px;align-content:center;justify-items:center;gap:5px;padding:8px 5px;font-size:12px;font-weight:650;transition:border-color .15s,background .15s,color .15s;display:grid}.preset-card:hover{background:#f0f1f5}.preset-card.active{color:#5035c8;background:#fff;border-color:#5035c8}.preset-card small{color:#8190a5;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}.preset-card__shape{border:1.5px solid #18324d;border-radius:4px;width:24px;height:24px;display:block}.preset-card__shape--landscape{width:27px;height:19px}.preset-card__shape--portrait{width:19px;height:27px}.preset-card__shape--wide{width:29px;height:16px}.preset-card__shape--tall{width:16px;height:29px}.size-preset-list{gap:7px;min-width:0;max-height:172px;padding-right:2px;display:grid;overflow:hidden auto}.size-preset-list.compact{max-height:none}.size-preset,.size-preset-list button{color:#42516a;cursor:pointer;width:100%;min-width:0;min-height:40px;font:inherit;text-align:left;background:#f7f8fb;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:650;display:flex}.size-preset:hover,.size-preset-list button:hover{background:#eef3f8}.size-preset.active{color:#1f66e5;background:#fff;border-color:#2f7df6}.number-field-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:8px;min-width:0;display:grid}.number-field-row--locked{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.number-field-row .number-field:only-child,.tool-panel-section .number-field{grid-column:1/-1}.number-field{color:#8a97a8;background:#fff;border:1px solid #dfe7f2;border-radius:7px;grid-template-columns:min-content minmax(0,1fr) min-content;align-items:center;gap:5px;min-width:0;height:36px;padding:0 8px;display:grid}.number-field span,.number-field em{color:#9aa7b8;font-size:11px;font-style:normal;font-weight:800}.number-field em{color:#a0a9b8;text-transform:uppercase;font-size:12px}.number-field input{color:#27364a;width:100%;min-width:0;font:inherit;border:0;outline:0;font-size:13px;font-weight:750}.ratio-lock{color:#172033;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:grid}.ratio-lock.active{color:#5035c8}.ratio-lock:hover,.panel-icon-row button:hover{background:#f0f4f8}.panel-icon-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.panel-icon-row button{color:#172033;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;height:32px;display:grid}.crop-rotate-panel .panel-icon-row button{height:30px}.crop-rotate-panel .panel-icon-row button:hover,.crop-rotate-panel .ratio-lock:hover{color:#5035c8;background:#f1eefc}.slider-row{color:#42516a;grid-template-columns:48px minmax(0,1fr) 42px;align-items:center;gap:8px;min-width:0;font-size:12px;font-weight:700;display:grid}.slider-row input{accent-color:#2f6eea;width:100%;min-width:0}.slider-row__value{color:#69778b;text-align:right;font-size:11px}.panel-action-bar{grid-template-columns:1fr 1fr;gap:10px;padding-top:2px;display:grid}.panel-action-bar button{cursor:pointer;height:34px;font:inherit;border-radius:999px;font-size:13px;font-weight:800}.panel-action-bar__primary{color:#fff;background:#5035c8;border:0}.panel-action-bar__secondary{color:#53647a;background:#fff;border:1px solid #dce5ef}.panel-action-bar button:disabled{cursor:wait;opacity:.6}.panel-notice{background:#f8fbff;border:1px dashed #dbe5f0;border-radius:9px;gap:5px;padding:10px 12px;display:grid}.panel-notice strong{color:#172338;font-size:13px}.panel-notice span{color:#7d8ca1;font-size:11px;line-height:1.55}.eraser-panel{gap:16px}.eraser-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.eraser-mode-button{color:#53647a;cursor:pointer;min-height:76px;font:inherit;background:#fff;border:1px solid #e1e7f0;border-radius:9px;align-content:center;justify-items:center;gap:8px;font-size:12px;font-weight:750;transition:border-color .15s,background .15s,color .15s,box-shadow .15s;display:grid}.eraser-mode-button:hover{background:#f8fbff;border-color:#a9b8cc}.eraser-mode-button.active{color:#5035c8;background:#f4f0ff;border-color:#6e55db;box-shadow:inset 0 0 0 1px #6e55db1f}.eraser-mode-button__icon{color:currentColor}.eraser-brush-control{gap:8px;display:grid}.eraser-help-text{color:#8a97a8;margin:0;font-size:11px;line-height:1.5}.eraser-reset-button{color:#53647a;cursor:pointer;min-height:34px;font:inherit;background:#fff;border:1px solid #dce5ef;border-radius:8px;font-size:12px;font-weight:750}.eraser-reset-button:hover{background:#f7f9fc;border-color:#b4c1d1}.eraser-error{color:#c2415d;margin:-4px 0 0;font-size:11px;line-height:1.5}.swatch-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;display:grid}.swatch{aspect-ratio:1;cursor:pointer;border:1px solid #d8e2ed;border-radius:999px;width:100%}.swatch.active{outline-offset:2px;outline:2px solid #2f7df6}.tool-textarea{resize:vertical;color:#253348;width:100%;min-width:0;font:inherit;border:1px solid #dfe7f2;border-radius:8px;outline:0;padding:9px 10px;font-size:13px}.tool-textarea:focus,.number-field:focus-within{border-color:#7da8ff;box-shadow:0 0 0 3px #2f6eea1a}.tool-panel{background:#fff;height:100%;min-height:0;padding:10px 12px 12px}.tool-list{scrollbar-gutter:stable;gap:3px;height:100%;min-height:0;padding-right:0;overflow:hidden auto}.tool-list::-webkit-scrollbar{width:6px}.tool-list::-webkit-scrollbar-track{background:0 0}.tool-list::-webkit-scrollbar-thumb{background:#c0c7d2;border-radius:999px}.tool-accordion{flex:none;padding:0}.tool-accordion:last-child{border-bottom:0}.tool-accordion.expanded{min-height:0;box-shadow:none;background:#fff;border:0;border-radius:0;flex-direction:column;margin:0;padding:0;display:flex}.tool-item{color:#122033;background:#eef1f7;border:0;border-radius:9px;grid-template-columns:30px minmax(0,1fr) 18px;gap:10px;min-height:52px;padding:0 10px;transition:background .15s,color .15s}.tool-item:hover{background:#e8edf5}.tool-item.active{box-shadow:none;color:#122033;background:#e9edf5;border-color:#0000}.tool-accordion.expanded .tool-item{background:#e9edf5;border-bottom:0;border-radius:9px}.tool-accordion.expanded .tool-item:hover{background:#e9edf5}.tool-item__icon{color:#122033;background:0 0;border-radius:7px;width:30px;height:30px;transition:background .15s,color .15s,box-shadow .15s}.tool-item:hover .tool-item__icon{color:#122033;background:#f7f9fc}.tool-item.active .tool-item__icon,.tool-accordion.expanded .tool-item__icon{box-shadow:none;color:#122033;background:#f7f9fc}.tool-item__copy strong{color:currentColor;font-size:14px;font-weight:800}.tool-item__arrow{color:#122033;transform-origin:50%;transition:color .15s,transform .15s}.tool-item:hover .tool-item__arrow{color:#1f66e5}.tool-accordion.expanded .tool-item__arrow{color:#122033;transform:rotate(90deg)}.tool-accordion__content{scrollbar-width:thin;scrollbar-color:#b9c0c9 transparent;background:#fff;height:auto;padding:10px 4px 14px;overflow:visible}.crop-rotate-panel{grid-template-rows:200px minmax(176px,auto) auto auto auto;gap:9px;min-height:0;display:grid}.crop-scroll-area{scrollbar-width:thin;scrollbar-color:#aeb6c2 transparent;min-height:0;max-height:232px;padding-right:0;display:grid;overflow:hidden}.crop-choice-grid{scrollbar-width:thin;scrollbar-color:#aeb6c2 transparent;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;height:200px;padding:0 4px 0 0;display:grid;overflow:hidden auto}.crop-choice-grid::-webkit-scrollbar{width:6px}.crop-choice-grid::-webkit-scrollbar-track{background:0 0}.crop-choice-grid::-webkit-scrollbar-thumb{background:#b9c0c9;border-radius:999px}.crop-choice{color:#16263a;cursor:pointer;min-width:0;min-height:52px;font:inherit;background:#f6f7f9;border:1px solid #0000;border-radius:7px;place-content:center;justify-items:center;gap:5px;padding:6px 4px;font-size:12px;font-weight:760;line-height:1.1;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:grid}.crop-choice:hover{color:#111827;background:#fff;border-color:#d7dce5}.crop-choice.active{color:#146bd8;background:#fff;border-color:#3b8cf0;box-shadow:inset 0 0 0 1px #3b8cf024}.crop-choice__shape{border:1.5px solid;border-radius:4px;width:24px;height:24px;display:block}.crop-choice__shape--landscape{width:28px;height:18px}.crop-choice__shape--portrait{width:18px;height:28px}.crop-choice__shape--wide{width:30px;height:15px}.crop-choice__shape--tall{width:15px;height:30px}.crop-rotate-panel .size-preset-list{scrollbar-width:thin;scrollbar-color:#aeb6c2 transparent;background:#fff;border:1px solid #e6ebf2;border-radius:8px;align-content:start;gap:5px;height:100%;min-height:0;max-height:none;padding:5px;display:grid;overflow:hidden scroll}.crop-rotate-panel .size-preset-list::-webkit-scrollbar{width:6px}.crop-rotate-panel .size-preset-list::-webkit-scrollbar-track{background:0 0}.crop-rotate-panel .size-preset-list::-webkit-scrollbar-thumb{background:#b9c0c9;border-radius:999px}.crop-rotate-panel .size-preset{color:#28364a;background:#f5f6f8;border-color:#0000;border-radius:9px;min-height:44px;padding:7px 11px;font-size:12px}.crop-rotate-panel .size-preset:hover{background:#f8fafc;border-color:#d7e0ec}.crop-rotate-panel .size-preset.active{color:#146bd8;background:#f3f0ff;border-color:#3b8cf0}.crop-rotate-panel .size-preset em{color:#8a96a8;white-space:nowrap;flex:none;font-size:11px;font-style:normal;font-weight:800;line-height:1.2}.crop-rotate-panel .size-preset span{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.25;overflow:hidden}.crop-size-row{gap:7px;margin-top:2px}.crop-rotate-panel .number-field{border-radius:6px;height:36px}.crop-rotate-panel .ratio-lock{color:#2f7df6;background:#f2f6fd;border-radius:7px;width:36px;height:36px}.crop-rotate-panel .ratio-lock.active{color:#fff;background:#1f2d46;box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 18px #1f2d462e}.crop-rotate-panel .ratio-lock:not(.active):hover{color:#1e63d7;background:#e6eefb}.crop-rotate-panel .ratio-lock.active:hover{background:#162236}.crop-rotate-panel .panel-icon-row{border-top:0;padding-top:0}.crop-rotate-panel .panel-icon-row button{color:#001c3a;border-radius:7px;height:30px}.crop-rotate-panel .panel-action-bar{z-index:2;background:#fff;gap:12px;margin:0;padding:2px 0 0}.crop-rotate-panel .panel-action-bar button{border-radius:999px;height:36px}.crop-rotate-panel .panel-action-bar__primary{background:#3d98df}.crop-rotate-panel .panel-action-bar__secondary{color:#344155;background:#fff;border-color:#dce4ef}.resize-panel{gap:10px}.resize-preset-list{scrollbar-width:thin;scrollbar-color:#aeb6c2 transparent;gap:8px;min-height:0;max-height:208px;padding:0 4px 0 0;display:grid;overflow:hidden auto}.resize-preset-list::-webkit-scrollbar{width:6px}.resize-preset-list::-webkit-scrollbar-track{background:0 0}.resize-preset-list::-webkit-scrollbar-thumb{background:#b9c0c9;border-radius:999px}.resize-preset{color:#18304d;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:#f6f8fb;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:680;transition:background .15s,border-color .15s,color .15s;display:flex}.resize-preset:hover{background:#fff;border-color:#dce5ef}.resize-preset.active{color:#0d5fc5;background:#fff;border-color:#d7e4f5}.resize-preset span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.resize-preset em{color:#50617a;white-space:nowrap;flex:none;font-size:12px;font-style:normal;font-weight:800}.resize-size-row{gap:7px}.resize-panel .number-field{border-radius:6px;height:36px}.resize-panel .ratio-lock{color:#2f7df6;background:#eef5ff;border-radius:7px;width:36px;height:36px}.resize-panel .ratio-lock.active{color:#fff;background:#1f2d46;box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 18px #1f2d4629}.resize-panel .ratio-lock:not(.active):hover{color:#1e63d7;background:#e3efff}.resize-panel .ratio-lock.active:hover{background:#162236}.image-padding-panel{gap:12px}.image-padding-preset-list{scrollbar-color:#aeb6c2 transparent;scrollbar-width:thin;gap:8px;min-height:0;max-height:208px;padding:0 4px 0 0;display:grid;overflow:hidden auto}.image-padding-preset-list::-webkit-scrollbar{width:6px}.image-padding-preset-list::-webkit-scrollbar-thumb{background:#b9c0c9;border-radius:999px}.image-padding-preset{color:#18304d;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:#f6f8fb;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:680;transition:background .15s,border-color .15s,color .15s;display:flex}.image-padding-preset:hover,.image-padding-preset.active{color:#0d5fc5;background:#fff;border-color:#d7e4f5}.image-padding-size-row{gap:7px}.image-padding-panel .number-field{border-radius:6px;height:36px}.image-padding-panel .ratio-lock{color:#2f7df6;background:#eef5ff;border-radius:7px;width:36px;height:36px}.image-padding-panel .ratio-lock.active{color:#fff;background:#1f2d46;box-shadow:inset 0 0 0 1px #ffffff1f,0 8px 18px #1f2d4629}.image-padding-color-control{gap:10px;display:grid}.image-padding-color-control strong{color:#162033;font-size:13px;font-weight:800}.image-padding-color-list{grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:7px;width:100%;min-width:0;display:grid}.image-padding-color{background:var(--swatch-color,#fff);cursor:pointer;border:1px solid #dbe3ed;border-radius:5px;place-items:center;width:100%;min-width:0;height:26px;padding:0;display:grid;position:relative}.image-padding-color.active{border-color:#3282e8;box-shadow:0 0 0 2px #3282e82e}.image-padding-color--picker{color:#526278;background:#fff}.image-padding-color--custom{background:conic-gradient(from 45deg,#ff3b30,#fc0,#34c759,#00c7be,#0a84ff,#af52de,#ff2d55,#ff3b30);border-color:#0000}.image-padding-color--eyedropper{color:#526278;background:#fff}.image-padding-color--eyedropper.active{color:#246fc9;background:#edf5ff;border-color:#3282e8}.image-padding-color--picker input{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.image-padding-error{color:#c2415d;margin:0;font-size:11px;line-height:1.5}.color-picker-popover{z-index:10;background:#fff;border:1px solid #e0e6ee;border-radius:9px;gap:12px;width:270px;padding:12px;display:grid;position:absolute;box-shadow:0 14px 32px #1f2d462e}.color-picker-saturation{cursor:crosshair;border-radius:6px;height:154px;position:relative;overflow:hidden}.color-picker-cursor{border:2px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #14203299}.color-picker-hue{appearance:none;cursor:pointer;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;width:100%;height:14px}.color-picker-hue::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 1px #75849a}.color-picker-hex{color:#6f7d90;grid-template-columns:36px 1fr;align-items:center;gap:8px;font-size:10px;font-weight:800;display:grid}.color-picker-hex input{color:#27364a;width:100%;height:32px;font:inherit;border:1px solid #d8e1ec;border-radius:6px;outline:0;padding:0 9px;font-size:12px;font-weight:750}.color-picker-hex input:focus{border-color:#3282e8;box-shadow:0 0 0 2px #3282e81f}.color-picker-palette{border-top:1px solid #edf1f5;grid-template-columns:repeat(8,1fr);gap:7px;padding-top:12px;display:grid}.color-picker-palette__item{cursor:pointer;border:1px solid #1420321f;border-radius:4px;width:23px;height:23px;padding:0}.color-picker-palette__item:hover{outline-offset:1px;outline:2px solid #3282e852}.color-picker-actions{border-top:1px solid #edf1f5;justify-content:flex-end;gap:8px;padding-top:10px;display:flex}.color-picker-actions button{color:#53647a;cursor:pointer;min-height:30px;font:inherit;background:#fff;border:1px solid #d8e1ec;border-radius:6px;padding:0 12px;font-size:11px;font-weight:750}.color-picker-actions button.primary{color:#fff;background:#3d98df;border-color:#3d98df;align-items:center;gap:5px;display:inline-flex}.canvas-workspace.image-padding-color-picking .canvas-viewport{cursor:crosshair}.canvas-color-picker-hint{z-index:3;color:#fff;pointer-events:none;background:#142032db;border-radius:6px;padding:9px 12px;font-size:12px;line-height:1;position:absolute;top:62px;left:50%;transform:translate(-50%)}.resize-autofit-row{color:#162033;align-items:center;gap:8px;min-width:0;display:flex}.resize-autofit-row strong{min-width:0;font-size:12px;font-weight:850}.resize-switch{cursor:pointer;background:#d9dee8;border:0;border-radius:999px;flex:none;width:40px;height:20px;padding:0;transition:background .15s;position:relative}.resize-switch span{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #1522352e}.resize-switch.active{background:#3d98df}.resize-switch.active span{transform:translate(20px)}.resize-help-icon{color:#23364f;cursor:help;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;transition:background .15s,color .15s;display:grid}.resize-help-icon:hover{color:#0875d1;background:#e8f2ff}.resize-autofit-tooltip{color:#fff;gap:3px;max-width:292px;font-size:12px;font-weight:700;line-height:1.55;display:grid}.resize-autofit-tooltip span{display:block}.resize-panel .panel-action-bar{gap:12px;padding-top:2px}.resize-panel .panel-action-bar button{border-radius:999px;height:36px}.resize-panel .panel-action-bar__primary{background:#3d98df}.color-adjust-panel{gap:12px;width:100%}.color-adjust-list{gap:12px;width:100%;padding:2px 0 4px;display:grid}.color-adjust-slider{color:#162033;grid-template-rows:30px 8px;gap:9px;width:100%;min-width:0;min-height:60px;display:grid}.color-adjust-slider__head{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.color-adjust-slider__label{color:#23334a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.color-adjust-slider input[type=range]{appearance:none;background:linear-gradient(90deg, #182433 0 var(--slider-progress), #dfe5ee var(--slider-progress) 100%);cursor:pointer;border-radius:999px;width:100%;min-width:0;height:4px}.color-adjust-slider input[type=range]::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:4px}.color-adjust-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:#2f80ed;border:2px solid #fff;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 1px 4px #1a46824d}.color-adjust-slider input[type=range]::-moz-range-track{background:0 0;border-radius:999px;height:4px}.color-adjust-slider input[type=range]::-moz-range-thumb{background:#2f80ed;border:2px solid #fff;border-radius:50%;width:13px;height:13px;box-shadow:0 1px 4px #1a46824d}.color-adjust-slider__value{box-sizing:border-box;color:#1d2b3e;width:56px;height:30px;font:inherit;text-align:right;background:#fff;border:1px solid #d9e1ec;border-radius:5px;padding:0 8px;font-size:12px;font-weight:650}.color-adjust-slider__value::-webkit-inner-spin-button{appearance:none;margin:0}.color-adjust-slider__value::-webkit-outer-spin-button{appearance:none;margin:0}.color-adjust-slider__value:focus{border-color:#6e9df2;outline:2px solid #2f6eea29}.color-adjust-panel .panel-action-bar{gap:12px;padding-top:4px}.color-adjust-panel .panel-action-bar button{border-radius:999px;height:36px}.color-adjust-panel .panel-action-bar__primary{background:#3d98df}.color-overlay-panel{gap:22px;width:100%;padding:2px 0 8px;position:relative}.color-overlay-panel .color-picker-popover{z-index:2;width:100%;position:relative;inset:auto}.color-overlay-color-control{gap:10px;display:grid}.color-overlay-color-control>strong,.color-overlay-strength__head>strong{color:#1d2939;font-size:12px;font-weight:700}.color-overlay-color-list{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:8px;width:100%;min-width:0;display:grid}.color-overlay-color{background:var(--overlay-color,#fff);cursor:pointer;border:1px solid #dce3ec;border-radius:4px;width:100%;min-width:0;height:28px;padding:0;transition:border-color .14s,box-shadow .14s,transform .14s;position:relative}.color-overlay-color:hover{border-color:#79a9ec;transform:translateY(-1px)}.color-overlay-color.active,.color-overlay-color[aria-selected=true]{border-color:#2f80ed;box-shadow:0 0 0 2px #2f80ed29}.color-overlay-color--custom{background:linear-gradient(135deg,#ff2d55 0%,#fc0 27%,#34c759 50%,#0a84ff 73%,#af52de 100%);border-color:#0000}.color-overlay-color--custom:after{border-radius:inherit;content:"";background:linear-gradient(#ffffff12,#00000014);position:absolute;inset:0}.color-overlay-color--disabled{background:#fff;overflow:hidden}.color-overlay-color--disabled:after{content:"";background:#ff4d5e;width:calc(100% + 10px);height:1px;position:absolute;top:50%;left:-5px;transform:rotate(-45deg)}.color-overlay-strength{gap:12px;width:100%;transition:opacity .14s;display:grid}.color-overlay-strength.disabled{opacity:.46}.color-overlay-strength__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.color-overlay-strength__head input{box-sizing:border-box;color:#1d2b3e;width:56px;height:30px;font:inherit;text-align:right;background:#fff;border:1px solid #d9e1ec;border-radius:5px;padding:0 8px;font-size:12px;font-weight:650}.color-overlay-strength__head input::-webkit-inner-spin-button{appearance:none;margin:0}.color-overlay-strength__head input::-webkit-outer-spin-button{appearance:none;margin:0}.color-overlay-strength__head input:focus{border-color:#6e9df2;outline:2px solid #2f6eea29}.color-overlay-strength__range{appearance:none;background:linear-gradient(90deg, #1f2937 0 var(--slider-progress), #dfe5ee var(--slider-progress) 100%);cursor:pointer;border-radius:999px;width:100%;height:3px}.color-overlay-strength__range::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:3px}.color-overlay-strength__range::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #1f2937;border-radius:50%;width:14px;height:14px;margin-top:-5.5px;box-shadow:0 1px 3px #0f172a2e}.color-overlay-strength__range::-moz-range-track{background:0 0;border-radius:999px;height:3px}.color-overlay-strength__range::-moz-range-thumb{background:#fff;border:2px solid #1f2937;border-radius:50%;width:11px;height:11px}.color-overlay-strength__range:disabled{cursor:not-allowed}.mosaic-panel{gap:16px;width:100%;padding:2px 0 6px}.mosaic-mode-grid{border-bottom:1px solid #e8edf4;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-bottom:12px;display:grid}.mosaic-mode-button{color:#11243e;cursor:pointer;min-width:0;height:56px;font:inherit;background:#f5f7fa;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;transition:border-color .14s,background .14s,color .14s;display:grid}.mosaic-mode-button:hover{background:#fbfdff;border-color:#cbd8e8}.mosaic-mode-button.active{color:#1268d7;background:#edf4ff;border-color:#9dbfee;box-shadow:inset 0 0 0 1px #2f80ed1a}.mosaic-strength{gap:11px;display:grid}.mosaic-strength__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.mosaic-strength__head strong{color:#1d2939;font-size:12px;font-weight:700}.mosaic-strength__head input{box-sizing:border-box;color:#1d2b3e;width:56px;height:30px;font:inherit;text-align:right;background:#fff;border:1px solid #d9e1ec;border-radius:5px;padding:0 8px;font-size:12px;font-weight:650}.mosaic-strength__head input::-webkit-inner-spin-button{appearance:none;margin:0}.mosaic-strength__head input::-webkit-outer-spin-button{appearance:none;margin:0}.mosaic-strength__range{appearance:none;background:linear-gradient(90deg, #1f2937 0 var(--slider-progress), #dfe5ee var(--slider-progress) 100%);cursor:pointer;border-radius:999px;width:100%;height:4px}.mosaic-strength__range::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:4px}.mosaic-strength__range::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #1f2937;border-radius:50%;width:14px;height:14px;margin-top:-5px;box-shadow:0 1px 3px #0f172a2e}.mosaic-strength__range::-moz-range-track{background:0 0;border-radius:999px;height:4px}.mosaic-strength__range::-moz-range-thumb{background:#fff;border:2px solid #1f2937;border-radius:50%;width:11px;height:11px}.canvas-workspace.mosaic-mode .canvas-viewport,.canvas-workspace.ruler-mode .canvas-viewport{cursor:crosshair}.canvas-workspace.ruler-mode.space-pan-mode .canvas-viewport{cursor:grab}.ruler-panel{gap:14px;padding:8px 4px 20px}.ruler-mode-switch{background:#f0f3f7;border-radius:6px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.ruler-mode-switch button,.ruler-style-grid button,.ruler-font-actions button{color:#617083;cursor:pointer;background:0 0;border:0}.ruler-mode-switch button{border-radius:4px;min-height:30px;font-size:13px}.ruler-mode-switch button.active,.ruler-style-grid button.active,.ruler-font-actions button.active{color:#fff;background:#3e91d0}.ruler-field{color:#25364b;gap:7px;font-size:12px;display:grid}.ruler-field>label,.ruler-field>label:first-child{font-weight:600}.ruler-field input[type=number],.ruler-field input[type=text],.ruler-field select{box-sizing:border-box;color:#25364b;min-width:0;height:32px;font:inherit;background:#fff;border:1px solid #d5dde8;border-radius:4px;padding:0 8px}.ruler-length-row,.ruler-font-row{grid-template-columns:minmax(0,1fr) 80px;gap:6px;display:grid}.ruler-font-row{grid-template-columns:minmax(0,1fr) 54px}.ruler-check,.ruler-position-row label{color:#617083;align-items:center;gap:5px;font-weight:400;display:flex}.ruler-position-row{gap:12px;display:flex}.ruler-style-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.ruler-style-grid button{background:#f0f3f7;border-radius:4px;min-width:0;height:38px}.ruler-style-preview{color:#536273;width:58px;height:18px;margin:0 auto;display:block;position:relative}.ruler-style-preview__line{background:currentColor;height:1.5px;position:absolute;top:8px;left:4px;right:4px}.ruler-style-preview__left,.ruler-style-preview__right{z-index:1;background:currentColor;border-radius:2px;width:2px;height:11px;position:absolute;top:3px}.ruler-style-preview__left{left:3px}.ruler-style-preview__right{right:3px}.ruler-style-preview--plain .ruler-style-preview__left,.ruler-style-preview--plain .ruler-style-preview__right{display:none}.ruler-style-preview--dots .ruler-style-preview__left,.ruler-style-preview--dots .ruler-style-preview__right{border-radius:50%;width:7px;height:7px;top:5px}.ruler-style-preview--dots .ruler-style-preview__left{left:0}.ruler-style-preview--dots .ruler-style-preview__right{right:0}.ruler-style-preview--bar-dots .ruler-style-preview__left,.ruler-style-preview--bar-dots .ruler-style-preview__right{border-radius:2px;width:2px;height:11px;top:3px}.ruler-style-preview--bar-dots:before,.ruler-style-preview--bar-dots:after{z-index:2;content:"";background:currentColor;border-radius:50%;width:7px;height:7px;position:absolute;top:5px}.ruler-style-preview--bar-dots:before{left:0}.ruler-style-preview--bar-dots:after{right:0}.ruler-style-preview--arrows-in .ruler-style-preview__left,.ruler-style-preview--arrows-in .ruler-style-preview__right,.ruler-style-preview--arrows-out .ruler-style-preview__left,.ruler-style-preview--arrows-out .ruler-style-preview__right{background:0 0;border-top:5px solid #0000;border-bottom:5px solid #0000;border-radius:0;width:0;height:0;top:4px}.ruler-style-preview--arrows-in .ruler-style-preview__left{border-left:7px solid;left:1px}.ruler-style-preview--arrows-in .ruler-style-preview__right{border-right:7px solid;right:1px}.ruler-style-preview--arrows-out .ruler-style-preview__left{border-right:7px solid;left:1px}.ruler-style-preview--arrows-out .ruler-style-preview__right{border-left:7px solid;right:1px}.ruler-style-preview--arrows-in .ruler-style-preview__line,.ruler-style-preview--arrows-out .ruler-style-preview__line{left:8px;right:8px}.ruler-style-preview--arrows-in:before,.ruler-style-preview--arrows-in:after{content:"";background:currentColor;border-radius:2px;width:2px;height:11px;position:absolute;top:3px}.ruler-style-preview--arrows-in:before{left:3px}.ruler-style-preview--arrows-in:after{right:3px}.ruler-range-field input[type=range]{appearance:none;background:linear-gradient(90deg, #3e91d0 0 var(--slider-progress), #d8dee7 var(--slider-progress) 100%);cursor:pointer;border:0;border-radius:999px;outline:0;width:100%;height:4px;margin:0}.ruler-range-field input[type=range]::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:4px}.ruler-range-field input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #3e91d0;border-radius:50%;width:14px;height:14px;margin-top:-5px;box-shadow:0 1px 3px #0f172a2e}.ruler-range-field input[type=range]::-moz-range-track{background:#d8dee7;border-radius:999px;height:4px}.ruler-range-field input[type=range]::-moz-range-progress{background:#3e91d0;border-radius:999px;height:4px}.ruler-range-field input[type=range]::-moz-range-thumb{background:#fff;border:2px solid #3e91d0;border-radius:50%;width:10px;height:10px;box-shadow:0 1px 3px #0f172a2e}.ruler-line-preview{justify-content:center;align-items:center;display:flex}.ruler-range-field>div{grid-template-columns:minmax(0,1fr) 35px;align-items:center;gap:8px;display:grid}.ruler-range-field input[type=range]{accent-color:#3e91d0;width:100%}.ruler-range-field output{text-align:right;color:#617083}.ruler-color-row input[type=color]{background:#fff;border:1px solid #d5dde8;border-radius:4px;width:100%;height:30px;padding:3px}.ruler-font-actions{gap:4px;display:flex}.ruler-font-actions button{border-radius:4px;width:30px;height:28px;font-family:Georgia,serif;font-size:15px}.canvas-workspace.space-pan-mode .canvas-viewport{cursor:grab}.canvas-workspace.space-pan-mode.is-dragging .canvas-viewport{cursor:grabbing}:root{color:#102033;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#eef2f7;font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}button,input,textarea,select{font:inherit}
