:root{font-family:Inter,Segoe UI,sans-serif;color:#242424;background:#f4f4f2;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-width:0;min-height:0}body{margin:0;overflow:hidden}.loading-screen{display:grid;place-items:center;width:100vw;height:100vh;color:#666;background:#f6f6f4;font-size:14px}button,input{font:inherit}button{color:inherit}.editor-shell{width:100%;height:100vh;height:100dvh;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#f6f6f4}.toolbar{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:6px clamp(6px,1.2vw,16px);background:#fff;border-bottom:1px solid #e5e5e2}.brand{min-width:0;display:flex;align-items:center;gap:9px;font-weight:650}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#e5e8ff;color:#424bb8;font-size:20px}.toolbar-divider{height:24px;width:1px;margin:0 5px;background:#e6e6e4}.toolbar-button{min-width:0;display:inline-flex;flex:0 1 auto;align-items:center;justify-content:center;min-height:34px;padding:0 clamp(4px,.8vw,11px);border:1px solid transparent;border-radius:7px;background:transparent;color:#424242;cursor:pointer;text-align:center;white-space:normal;overflow-wrap:anywhere}.toolbar-button:hover:not(:disabled){background:#f0f0ef}.toolbar-button:disabled{color:#b7b7b5;cursor:default}.toolbar-button.is-active{border-color:#d6d9fc;background:#eef0ff;color:#3e49b1}.toolbar-button.primary-action{background:#424bb8;color:#fff}.toolbar-button.primary-action:hover{background:#353eaa}.toolbar-button.compact{width:32px;padding:0;font-size:20px}.icon-action,.panel-tab-icon{position:relative}.icon-action{width:36px;min-width:36px;padding:0;flex:0 0 36px}.action-icon{display:block;width:20px;height:20px}.icon-action:after,.panel-tab-icon:after{position:absolute;z-index:2000;top:calc(100% + 8px);left:50%;width:max-content;max-width:220px;padding:6px 8px;transform:translate(-50%,-3px);border:1px solid #34363e;border-radius:6px;background:#25262d;color:#fff;content:attr(data-tooltip);font-size:11px;font-weight:500;line-height:1.2;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.icon-action:hover:after,.icon-action:focus-visible:after,.panel-tab-icon:hover:after,.panel-tab-icon:focus-visible:after{transform:translate(-50%);opacity:1}.document-title{min-width:0;overflow:hidden;max-width:min(180px,18vw);color:#777;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.toolbar-spacer{flex:1 1 12px}.zoom-readout{min-width:0;text-align:center;color:#5d5d5b;font-size:12px}.editor-workspace{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,18vw) minmax(0,1fr) minmax(0,22vw)}.layers-panel,.inspector-panel{min-width:0;min-height:0;padding:clamp(6px,1.3vw,18px) clamp(5px,1vw,14px);background:#fff}.layers-panel{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e5e5e2}.inspector-panel{overflow-y:auto;overscroll-behavior:contain;border-left:1px solid #e5e5e2;scrollbar-width:thin;scrollbar-color:#bfc2ca transparent}.inspector-panel::-webkit-scrollbar,.layer-list::-webkit-scrollbar{width:7px}.inspector-panel::-webkit-scrollbar-thumb,.layer-list::-webkit-scrollbar-thumb{border-radius:8px;background:#bfc2ca}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;font-weight:650}.panel-heading span{color:#8c8c89;font-size:12px;font-weight:400}.panel-tabs{min-width:0;display:flex;flex-wrap:wrap;gap:4px;margin:-4px 0 16px;border-bottom:1px solid #e8e8e5}.panel-tab{min-width:0;padding:7px 5px 10px;border:0;border-bottom:2px solid transparent;background:transparent;color:#777;cursor:pointer;font-size:clamp(10px,1vw,13px);overflow-wrap:anywhere}.panel-tab.is-active{border-bottom-color:#424bb8;color:#424bb8;font-weight:600}.panel-tab-icon{display:grid;place-items:center;width:38px;height:36px;padding:0;border:0;border-bottom:2px solid transparent;border-radius:6px 6px 0 0;background:transparent;color:#777;cursor:pointer}.panel-tab-icon:hover{background:#f2f2f0;color:#424bb8}.panel-tab-icon.is-active{border-bottom-color:#424bb8;background:#eef0ff;color:#424bb8}.import-button{width:100%;min-height:36px;border:0;border-radius:7px;background:#424bb8;color:#fff;cursor:pointer;font-size:13px}.import-button:hover{background:#353eaa}.panel-help{margin:8px 0 14px;color:#888;font-size:11px}.pixabay-search{display:grid;gap:9px;margin-bottom:8px}.pixabay-search label{display:grid;gap:5px;color:#777;font-size:11px}.pixabay-search input{width:100%;min-width:0;padding:8px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9;color:#353535;font-size:12px}.pixabay-search .import-button:disabled{opacity:.65;cursor:wait}.pixabay-results{flex:1;min-height:0}.random-refresh{margin-bottom:10px}.ai-panel{min-height:0;flex:1;display:grid;align-content:start;gap:10px;overflow-y:auto;overscroll-behavior:contain;padding:2px 3px 12px 0;scrollbar-width:thin}.ai-panel>label{display:grid;gap:5px;color:#777;font-size:11px}.ai-panel input,.ai-panel select,.ai-panel textarea{width:100%;min-width:0;padding:8px 9px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9;color:#353535;font:inherit;font-size:12px}.ai-panel textarea{resize:vertical;line-height:1.45}.ai-panel textarea.ai-prompt-input{display:block;box-sizing:border-box;height:132px;min-height:132px;max-height:132px;resize:none;flex:none}.ai-key-actions{display:flex;gap:7px}.ai-key-actions .icon-action{flex:0 0 36px}.ai-prompt-heading{display:flex;align-items:center;justify-content:space-between;color:#777;font-size:11px}.ai-prompt-heading .icon-action{width:30px;min-width:30px;height:30px;flex-basis:30px}.ai-prompt-heading .action-icon{width:17px;height:17px}.ai-send{min-height:36px}.ai-answer{padding:12px;border:1px solid #e3e4ec;border-radius:7px;background:#f8f8fb;color:#34353c;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.ai-markdown>:first-child{margin-top:0}.ai-markdown>:last-child{margin-bottom:0}.ai-markdown p{margin:8px 0}.ai-markdown h2,.ai-markdown h3,.ai-markdown h4{margin:14px 0 6px;color:#303baf;line-height:1.3}.ai-markdown h2{font-size:15px}.ai-markdown h3{font-size:13px}.ai-markdown h4{font-size:12px}.ai-markdown ul,.ai-markdown ol{display:grid;gap:5px;margin:6px 0 10px;padding-left:21px}.ai-markdown li{padding-left:2px}.ai-markdown code{padding:1px 4px;border-radius:3px;background:#e9eaf0;font-family:ui-monospace,monospace;font-size:.95em}.photo-library{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:0;max-height:100%;margin:0;padding:0 2px 0 0;overflow:auto;list-style:none}.photo-library-item{position:relative;width:100%;min-width:0;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;padding:0;border:1px solid #e9e9e7;border-radius:7px;background:#fff;cursor:pointer}.photo-library-item:hover{border-color:#bfc3f4;background:#f8f8ff}.photo-library-entry{position:relative;min-width:0}.photo-remove-button{position:absolute;z-index:2;top:4px;right:4px;display:grid;place-items:center;width:23px;height:23px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#20222ac7;color:#fff;cursor:pointer;font-size:17px;line-height:1;opacity:.92;transition:opacity .12s ease,background .12s ease}.photo-library-entry:hover .photo-remove-button,.photo-library-entry:focus-within .photo-remove-button{opacity:1}.photo-remove-button:hover{background:#c3313d}.photo-remove-button:focus-visible{opacity:1}.photo-library-item img,.photo-placeholder{width:100%;height:100%;border-radius:5px;background:#eef0f4;object-fit:cover}.photo-placeholder{display:grid;place-items:center;color:#888}.photo-placeholder{display:grid;place-items:center;color:#777;font-size:20px}.photo-library-item .photo-tooltip{position:absolute;right:3px;bottom:3px;left:3px;overflow:hidden;padding:3px 5px;border-radius:4px;background:#14161cd1;color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:10px;opacity:0;pointer-events:none;transition:opacity .12s ease}.photo-library-item:hover .photo-tooltip,.photo-library-item:focus-visible .photo-tooltip{opacity:1}.import-message{margin:12px 0 0;color:#5e649f;line-height:1.45;overflow-wrap:anywhere;font-size:11px}.empty-panel{margin:0;color:#888;line-height:1.5;font-size:13px}.layer-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;margin:0;padding:0;list-style:none;scrollbar-width:thin;scrollbar-color:#bfc2ca transparent}.template-panel-scroll{flex:1;min-height:0;overflow-y:scroll;overscroll-behavior:contain;padding-right:3px;scrollbar-width:thin;scrollbar-color:#bfc2ca transparent}.template-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 0;padding:0 2px 8px 0;list-style:none}.template-panel-scroll::-webkit-scrollbar{width:7px}.template-panel-scroll::-webkit-scrollbar-thumb{border-radius:8px;background:#bfc2ca}.template-item{width:100%;display:grid;gap:6px;justify-items:center;padding:8px 4px;border:1px solid #e6e6e4;border-radius:8px;background:#fff;color:#555;cursor:pointer;font-size:11px}.template-item:hover{border-color:#aeb3ee;background:#f7f7ff}.template-item.is-active{border-color:#5965d8;background:#eff0ff;color:#303baf;box-shadow:0 0 0 1px #5965d8}.template-item.is-active .template-preview{border-color:#5965d8}.template-preview{position:relative;display:block;width:min(68px,100%);aspect-ratio:68 / 54;height:auto;overflow:hidden;border:1px solid #d6d7dc;border-radius:4px;background:#e8eaf0}.template-preview i{position:absolute;border:2px solid #fff;background:#aab0c1}.template-options{display:grid;gap:8px;padding:10px 0;border-bottom:1px solid #e8e8e5}.template-options label{display:grid;gap:5px;color:#777;font-size:11px}.template-options input{width:100%;padding:7px 8px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9}.template-options button{border:1px solid #e6e6e4;font-size:11px}.layer-item{width:100%;display:flex;align-items:center;gap:9px;padding:9px 8px;border:0;border-radius:7px;background:transparent;text-align:left;cursor:pointer}.layer-item:hover{background:#f5f5f4}.layer-item.is-selected{background:#eef0ff;color:#3e49b1}.layer-row{display:flex;align-items:center;border-radius:7px}.layer-row.is-selected{background:#eef0ff;color:#3e49b1}.layer-row .layer-item{min-width:0;flex:1}.layer-toggle{width:26px;height:30px;padding:0;border:0;border-radius:5px;background:transparent;color:#666;cursor:pointer}.layer-toggle:hover{background:#e7e8ed}.layer-actions{display:grid;grid-template-columns:1fr 1fr;gap:4px}.layer-actions .toolbar-button{padding:0 5px;border:1px solid #e6e6e4;font-size:11px}.layer-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:6px;background:#f0f1f4}.layer-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.canvas-area{min-width:0;min-height:0;position:relative;overflow:hidden;background-color:#e9e9e7;background-image:radial-gradient(#d2d2cf .7px,transparent .7px);background-size:16px 16px}.stage-viewport{position:absolute;top:0;right:0;bottom:0;left:0}.stage-viewport.is-middle-panning,.stage-viewport.is-middle-panning canvas{cursor:grabbing!important}.stage-viewport canvas{display:block;touch-action:none}.canvas-hint{position:absolute;right:14px;bottom:12px;padding:7px 9px;border:1px solid #dededb;border-radius:6px;background:#ffffffe6;color:#777;font-size:11px;pointer-events:none}.canvas-text-editor{position:absolute;z-index:10;box-sizing:border-box;padding:4px;border:2px solid #5965d8;border-radius:3px;outline:2px solid rgba(74,86,198,.22);box-shadow:0 2px 12px #1416233d;resize:none;overflow:auto;transform-origin:center center;caret-color:#424bb8}.property-list{display:grid;gap:13px}.property-list label{display:grid;gap:6px;color:#777;font-size:12px}.property-list input{width:100%;min-width:0;padding:8px 9px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9;color:#353535;font-size:13px}.property-list select,.property-list textarea{width:100%;min-width:0;padding:8px 9px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9;color:#353535;font:inherit;font-size:13px}.property-list textarea{resize:vertical;line-height:1.4}.property-list input:disabled{color:#999;background:#f1f1ef}.property-list label.checkbox-label{display:flex;align-items:center;gap:8px;color:#555}.property-list label.checkbox-label input{width:auto;accent-color:#424bb8}.property-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.anchored-range{position:relative;display:block;width:100%;height:22px}.anchored-range input[type=range]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:22px;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;accent-color:#424bb8;cursor:pointer}.anchored-range input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:4px;background:#d7d8dd}.anchored-range input[type=range]::-moz-range-track{height:4px;border-radius:4px;background:#d7d8dd}.anchored-range input[type=range]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #fff;border-radius:50%;background:#424bb8;box-shadow:0 0 0 1px #424bb8}.anchored-range input[type=range]::-moz-range-thumb{width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#424bb8;box-shadow:0 0 0 1px #424bb8}.anchored-range input[type=range]:disabled{cursor:default;opacity:.55}.range-anchor{position:absolute;z-index:0;top:5px;width:2px;height:12px;transform:translate(-50%);border-radius:2px;background:#747783;pointer-events:none}.crop-controls{display:grid;gap:10px;padding-top:12px;border-top:1px solid #e8e8e5}.text-warp-controls{display:grid;gap:8px;padding-top:12px;border-top:1px solid #e8e8e5}.text-warp-controls .panel-heading{margin:0}.text-warp-controls .anchored-range input[type=range]{padding:0;accent-color:#424bb8}.crop-controls .panel-heading{margin:0}.crop-fit-buttons,.crop-transform-buttons,.crop-edit-actions{display:grid;gap:6px}.crop-fit-buttons{grid-template-columns:1fr 1fr}.crop-fit-buttons .toolbar-button,.crop-transform-buttons .toolbar-button{min-height:32px;padding:4px 6px;border:1px solid #e6e6e4;font-size:11px}.crop-controls .anchored-range input[type=range]{padding:0;accent-color:#424bb8}.crop-edit-actions p{margin:0;color:#777;line-height:1.4;font-size:11px}.crop-edit-actions .toolbar-button{width:100%}.statusbar{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px 18px;padding:4px clamp(5px,1vw,12px);border-top:1px solid #e5e5e2;background:#fff;color:#777;font-size:11px}.statusbar .status-state{margin-left:auto}.language-toggle{padding:2px 5px;border:1px solid #d8d8d5;border-radius:4px;background:transparent;color:inherit;cursor:pointer;font-size:10px}.statusbar{position:relative}.statusbar .support-project{position:absolute;left:50%;transform:translate(-50%);color:inherit;text-decoration:none}.statusbar .support-project:hover{color:#424bb8;text-decoration:underline}button:focus-visible{outline:3px solid #9ca2ff;outline-offset:2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#14161e59}.export-dialog{width:min(440px,100%);display:grid;gap:14px;padding:22px;border:1px solid #e0e0dc;border-radius:12px;background:#fff;box-shadow:0 18px 60px #0003}.export-dialog>label{display:grid;gap:6px;color:#777;font-size:12px}.export-dialog input,.export-dialog select{width:100%;min-width:0;padding:8px 9px;border:1px solid #e1e1de;border-radius:6px;background:#fafaf9;color:#353535;font-size:13px}.export-actions{display:flex;justify-content:flex-end;gap:8px}.theme-toggle{width:36px;padding:0;font-size:19px}.editor-shell[data-theme=dark]{color-scheme:dark;color:#e4e5eb;background:#191a1f}.editor-shell[data-theme=dark] .toolbar,.editor-shell[data-theme=dark] .layers-panel,.editor-shell[data-theme=dark] .inspector-panel,.editor-shell[data-theme=dark] .statusbar{background:#222329;border-color:#383941;color:#d7d8df}.editor-shell[data-theme=dark] .toolbar{border-bottom-color:#383941}.editor-shell[data-theme=dark] .statusbar{border-top-color:#383941}.editor-shell[data-theme=dark] .language-toggle{border-color:#4b4c53}.editor-shell[data-theme=dark] .layers-panel{border-right-color:#383941}.editor-shell[data-theme=dark] .inspector-panel{border-left-color:#383941}.editor-shell[data-theme=dark] .toolbar-divider{background:#42434c}.editor-shell[data-theme=dark] .toolbar-button{color:#d7d8df}.editor-shell[data-theme=dark] .panel-tab-icon{color:#a6a7b1}.editor-shell[data-theme=dark] .panel-tab-icon:hover{background:#33343d;color:#c5c9ff}.editor-shell[data-theme=dark] .panel-tab-icon.is-active{border-bottom-color:#8991ff;background:#30324b;color:#c5c9ff}.editor-shell[data-theme=dark] .toolbar-button:hover:not(:disabled),.editor-shell[data-theme=dark] .layer-item:hover,.editor-shell[data-theme=dark] .layer-toggle:hover{background:#33343d}.editor-shell[data-theme=dark] .toolbar-button:disabled{color:#696a73}.editor-shell[data-theme=dark] .toolbar-button.is-active,.editor-shell[data-theme=dark] .layer-row.is-selected,.editor-shell[data-theme=dark] .layer-item.is-selected{border-color:#4d518b;background:#30324b;color:#c5c9ff}.editor-shell[data-theme=dark] .toolbar-button.primary-action,.editor-shell[data-theme=dark] .import-button{background:#545ecb;color:#fff}.editor-shell[data-theme=dark] .toolbar-button.primary-action:hover,.editor-shell[data-theme=dark] .import-button:hover{background:#626cdd}.editor-shell[data-theme=dark] .document-title,.editor-shell[data-theme=dark] .zoom-readout,.editor-shell[data-theme=dark] .panel-heading span,.editor-shell[data-theme=dark] .panel-tab,.editor-shell[data-theme=dark] .panel-help,.editor-shell[data-theme=dark] .empty-panel,.editor-shell[data-theme=dark] .property-list label,.editor-shell[data-theme=dark] .template-options label,.editor-shell[data-theme=dark] .pixabay-search label,.editor-shell[data-theme=dark] .crop-edit-actions p{color:#a6a7b1}.editor-shell[data-theme=dark] .panel-tabs,.editor-shell[data-theme=dark] .template-options,.editor-shell[data-theme=dark] .crop-controls,.editor-shell[data-theme=dark] .text-warp-controls{border-color:#383941}.editor-shell[data-theme=dark] .panel-tab.is-active{border-bottom-color:#8991ff;color:#b6bcff}.editor-shell[data-theme=dark] .photo-library-item,.editor-shell[data-theme=dark] .template-item,.editor-shell[data-theme=dark] .layer-actions .toolbar-button,.editor-shell[data-theme=dark] .crop-fit-buttons .toolbar-button,.editor-shell[data-theme=dark] .crop-transform-buttons .toolbar-button{border-color:#41424c;background:#292a31;color:#d6d7de}.editor-shell[data-theme=dark] .photo-library-item:hover,.editor-shell[data-theme=dark] .template-item:hover{border-color:#737bd1;background:#30313d}.editor-shell[data-theme=dark] .template-item.is-active{border-color:#9ba3ff;background:#343750;color:#dce0ff;box-shadow:0 0 0 1px #9ba3ff}.editor-shell[data-theme=dark] .template-item.is-active .template-preview{border-color:#9ba3ff}.editor-shell[data-theme=dark] .photo-placeholder,.editor-shell[data-theme=dark] .layer-icon{background:#34353e;color:#b8bac4}.editor-shell[data-theme=dark] .ai-panel>label,.editor-shell[data-theme=dark] .ai-prompt-heading{color:#a6a7b1}.editor-shell[data-theme=dark] .ai-panel input,.editor-shell[data-theme=dark] .ai-panel select,.editor-shell[data-theme=dark] .ai-panel textarea{border-color:#484952;background:#292a31;color:#e4e5eb}.editor-shell[data-theme=dark] .ai-answer{border-color:#41424c;background:#292a31;color:#e4e5eb}.editor-shell[data-theme=dark] .ai-markdown h2,.editor-shell[data-theme=dark] .ai-markdown h3,.editor-shell[data-theme=dark] .ai-markdown h4{color:#b6bcff}.editor-shell[data-theme=dark] .ai-markdown code{background:#3b3c46}.editor-shell[data-theme=dark] .layer-toggle{color:#b8bac4}.editor-shell[data-theme=dark] .canvas-area{background-color:#303137;background-image:radial-gradient(#4b4c53 .7px,transparent .7px)}.editor-shell[data-theme=dark] .canvas-hint{border-color:#4b4c53;background:#23242aeb;color:#c1c2ca}.editor-shell[data-theme=dark] .property-list input,.editor-shell[data-theme=dark] .property-list select,.editor-shell[data-theme=dark] .property-list textarea,.editor-shell[data-theme=dark] .template-options input,.editor-shell[data-theme=dark] .pixabay-search input,.editor-shell[data-theme=dark] .export-dialog input,.editor-shell[data-theme=dark] .export-dialog select,.editor-shell[data-theme=dark] .canvas-text-editor{border-color:#8991ff}.editor-shell[data-theme=dark] .property-list input:disabled{background:#24252b;color:#777984}.editor-shell[data-theme=dark] .range-anchor{background:#b3b5bf}.editor-shell[data-theme=dark] .property-list label.checkbox-label{color:#c4c5cd}.editor-shell[data-theme=dark] .modal-backdrop{background:#0000009e}.editor-shell[data-theme=dark] .export-dialog{border-color:#45464f;background:#25262d;color:#e4e5eb}.editor-shell[data-theme=dark] .export-dialog>label{color:#b6b7c0}.editor-shell[data-theme=dark] .import-message{color:#b6bcff}.editor-shell[data-theme=dark] .inspector-panel,.editor-shell[data-theme=dark] .layer-list,.editor-shell[data-theme=dark] .template-panel-scroll{scrollbar-color:#555761 transparent}.editor-shell[data-theme=dark] .inspector-panel::-webkit-scrollbar-thumb,.editor-shell[data-theme=dark] .layer-list::-webkit-scrollbar-thumb,.editor-shell[data-theme=dark] .template-panel-scroll::-webkit-scrollbar-thumb{background:#555761}@media (max-width: 900px){.editor-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,.8fr) minmax(0,1.4fr) minmax(0,.8fr)}.layers-panel{border-right:0;border-bottom:1px solid #e5e5e2}.inspector-panel{border-left:0;border-top:1px solid #e5e5e2}.inspector-panel,.layers-panel{padding:6px 8px}.panel-heading{margin-bottom:6px}.panel-tabs{margin:0 0 6px}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-height: 560px){.toolbar{gap:3px;padding-block:2px}.toolbar-button{min-height:26px}.brand-mark{width:22px;height:22px}.panel-heading,.panel-tabs{margin-bottom:5px}.statusbar{gap:2px 10px;padding-block:2px}}
