a{text-decoration:none}a:hover{text-decoration:underline}:root{--bg:#1e1e22;--panel:#26262c;--panel-2:#2e2e36;--border:#3a3a44;--text:#e6e6eb;--muted:#9a9aa8;--accent:#4a90e2;--accent2:#999;--drawer-w:280px;--drawer-w-left:220px;--topbar-h:46px;--icon-accent:#22c55e}*{box-sizing:border-box}body,html{margin:0}body{background:var(--bg);color:var(--text);font:13px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none}#startup-loading{position:absolute;inset:0;z-index:20;display:grid;place-items:center;background:#15151a;color:var(--text);transition:opacity 160ms,visibility 160ms}body:not(.editor-booting) #startup-loading{opacity:0;visibility:hidden;pointer-events:none}.startup-loading-box{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid var(--border);border-radius:6px;background:var(--panel);box-shadow:0 14px 40px rgba(0,0,0,.35)}.startup-loading-spinner{width:18px;height:18px;border:2px solid #5c5c68;border-top-color:var(--accent);border-radius:50%;animation:750ms linear infinite startup-spin}@keyframes startup-spin{to{transform:rotate(360deg)}}.texture-loading{position:fixed;inset:0;z-index:160;display:grid;place-items:center;background:rgba(0,0,0,.45);color:var(--text);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 160ms,visibility 160ms}.texture-loading.open{opacity:1;visibility:visible;pointer-events:auto}.texture-loading[hidden]{display:none!important}#app{display:flex;flex-direction:column;width:100%;min-width:0;overflow:hidden}#topbar{display:flex;align-items:center;gap:10px;padding:6px 10px;min-height:var(--topbar-h);background:var(--panel);border-bottom:1px solid var(--border);padding-top:calc(6px + env(safe-area-inset-top));width:100%;min-width:0;position:relative}#topbar::after,#topbar::before{position:absolute;top:0;bottom:0;z-index:3;display:none;align-items:center;width:34px;color:var(--text);font-size:15px;font-weight:700;letter-spacing:-1px;pointer-events:none;opacity:.75}#topbar::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='32' viewBox='0 0 24 24' fill='none' stroke='%23e6e6eb' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 8l-3.5 4 3.5 4'/%3E%3Cpath d='M8.5 8l-3.5 4 3.5 4'/%3E%3C/svg%3E");left:0;justify-content:flex-start;padding-left:6px;background:linear-gradient(90deg,var(--panel) 35%,rgba(38,38,44,0))}#topbar::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='32' viewBox='0 0 24 24' fill='none' stroke='%23e6e6eb' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 8l3.5 4-3.5 4'/%3E%3Cpath d='M15.5 8l3.5 4-3.5 4'/%3E%3C/svg%3E");right:0;justify-content:flex-end;padding-right:6px;background:linear-gradient(270deg,var(--panel) 35%,rgba(38,38,44,0))}#topbar.toolbar-overflow-left::before,#topbar.toolbar-overflow-right::after{display:flex}.brand{font-weight:600;letter-spacing:.5px;white-space:nowrap}.toolbar{display:flex;align-items:center;gap:20px;flex:1;min-width:0;max-width:100%;overflow:hidden}.tb-group{display:flex;align-items:center;gap:6px}.tb-left{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.tb-left::-webkit-scrollbar{display:none}.tb-right{flex:0 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.tb-right::-webkit-scrollbar{display:none}.panel-toggle,.toolbar button{background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:4px 10px;cursor:pointer;white-space:nowrap;min-height:32px;font:inherit}.toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.toolbar .tb-icon{width:20px;height:20px;flex:0 0 20px}.panel-toggle:hover,.toolbar button:hover{background:#353540}.toolbar button.active{background:#d9822b;border-color:#d9822b;color:#fff}.toolbar button:disabled{opacity:.4;cursor:not-allowed}.tb-right button[aria-label=Redo],.tb-right button[aria-label=Undo]{font-size:16px;line-height:1;min-width:34px;padding:4px 8px}.tb-primary{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important;font-weight:600}.tb-primary:hover{filter:brightness(1.1)}.tb-zoom{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:4px;overflow:hidden;background:var(--panel-2);flex-shrink:0;margin-left:2em}.tb-zoom button{border:none!important;border-radius:0!important;min-height:30px;padding:4px 10px;background:0 0}.tb-zoom button+button{border-left:1px solid var(--border)!important}.tb-zoom button:first-child,.tb-zoom button:last-child{min-width:32px}.tb-zoom-level{font-variant-numeric:tabular-nums;min-width:64px;text-align:center;font-size:12px}.tb-zoom-level.is-fit{color:#d7e8ff}.panel-toggle{flex-shrink:0}.inspector-pullout.mobile-only,.mobile-only{display:none}#workspace{display:grid;grid-template-columns:var(--drawer-w) minmax(0,1fr) 1px;flex:1;overflow:hidden;position:relative}.workspace-main{display:flex;flex-direction:column;min-width:0;overflow:hidden}aside.drawer{background:var(--panel);padding:10px 12px;overflow:auto;overscroll-behavior:contain}#inspector{border-left:1px solid var(--border);direction:rtl;padding:2px 6px;max-height:100vh;min-height:100vh;min-height:100dvh}#inspector-body{direction:initial}.drawer-header{display:none;gap:8px;direction:ltr;margin:-2px 0 8px}.drawer-header h2{font-size:12px;text-transform:uppercase;color:var(--muted);margin:0;font-weight:600;letter-spacing:.5px}.drawer-close{background:0 0;border:none;color:var(--text);font-size:22px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:3px;display:none}.drawer-close:hover{color:var(--text);background:var(--panel-2)}.inspector-opacity{display:none;flex:1 1 auto;min-width:0;direction:ltr;accent-color:var(--accent)}.inspector-pullout{position:absolute;top:35%;right:0;z-index:9;flex-direction:column;gap:4px;align-items:center;transform:translateY(-50%);border-right:0;border-radius:6px 0 0 6px;padding:10px 6px;min-width:42px;min-height:92px;box-shadow:0 8px 24px rgba(0,0,0,.35);transition:opacity 160ms,transform 160ms}.inspector-pullout-icon{font-size:22px;line-height:1}#layer-list{list-style:none;padding:0;margin:0}#layer-list li{padding:8px;border-radius:3px;display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;min-height:36px}#layer-list li:hover{background:var(--panel-2)}#layer-list li.selected{background:#384a63}#layer-list li.layer-list-toolbar{cursor:default;padding:0 0 8px}#layer-list li.layer-list-toolbar:hover{background:0 0}.layer-list-action{width:100%;min-height:32px}#canvas-host{background:#15151a;position:relative;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:none;flex:1}#canvas-host.pan-ready{cursor:grab}#canvas-host.pan-active{cursor:grabbing}#canvas-host.drop-target{outline:2px dashed var(--accent,#d9822b);outline-offset:-8px}#canvas-host.drop-target::after{content:'Drop image to add as layer';position:absolute;top:12px;left:50%;transform:translateX(-50%);padding:6px 12px;background:rgba(0,0,0,.7);color:#fff;font-size:12px;border-radius:4px;pointer-events:none}#canvas-host canvas{position:absolute;box-shadow:0 0 0 1px var(--border),0 10px 30px rgba(0,0,0,.5);background:#fff;cursor:default;touch-action:none;user-select:none}.editor-canvas-toast{position:absolute;z-index:8;top:12px;left:50%;transform:translate(-50%,-6px);min-width:56px;padding:6px 10px;border-radius:6px;background:rgba(18,20,26,.82);color:#fff;font-size:13px;font-weight:600;line-height:1.2;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none;opacity:0;transition:opacity 140ms,transform 140ms}.editor-canvas-toast.visible{opacity:1;transform:translate(-50%,0)}.editor-canvas-toast-hint{margin-top:4px;font-size:11px;font-weight:500;opacity:.78}#bottom-bar{min-width:0;overflow:hidden;min-height:98px;text-align:center}.editor-overlay [data-handle],.editor-overlay [data-overlay-action]{pointer-events:auto;touch-action:none}.editor-overlay [data-overlay-action]{cursor:pointer}.editor-overlay-outline-fading{opacity:0;transition:opacity .5s}.editor-overlay-outline-fading [data-handle],.editor-overlay-outline-fading [data-overlay-action]{pointer-events:none}.editor-overlay-lasso{animation:.7s linear infinite editor-lasso}@keyframes editor-lasso{to{stroke-dashoffset:-14}}.editor-resize-handle-br,.editor-resize-handle-tl{cursor:nwse-resize}.editor-resize-handle-bl,.editor-resize-handle-tr{cursor:nesw-resize}.editor-resize-handle-bm,.editor-resize-handle-tm{cursor:ns-resize}.editor-resize-handle-lm,.editor-resize-handle-rm{cursor:ew-resize}.editor-rotate-handle,.editor-rotate-hitarea,.editor-rotate-line{cursor:grab}.editor-rotate-handle:active,.editor-rotate-hitarea:active,.editor-rotate-line:active{cursor:grabbing}.editor-fade-handle,.editor-fade-line{cursor:grab}.editor-fade-handle:active,.editor-fade-line:active{cursor:grabbing}.editor-skew-handle-bl,.editor-skew-handle-bm,.editor-skew-handle-br,.editor-skew-handle-tl,.editor-skew-handle-tm,.editor-skew-handle-tr{cursor:ew-resize}.editor-skew-handle-lm,.editor-skew-handle-rm{cursor:ns-resize}.ctl-tab-list{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:0 0 12px;padding:0;background:var(--bg);border:1px solid var(--border);border-radius:4px;border:none;border-bottom:1px solid var(--border);background:var(--panel)}.ctl-tab-list button{min-width:0;min-height:30px;border:0;border-radius:3px;background:0 0;color:var(--muted);font:inherit;cursor:pointer;background:var(--bg);text-align:left;padding-left:10px}.ctl-tab-list button.active{background:var(--panel);color:var(--text);border:1px solid var(--border);border-bottom:none}.ctl-tab-panel[hidden]{display:none}.ctl-section{margin-bottom:14px}.ctl-section-placeholder{visibility:hidden;pointer-events:none}.ctl-title{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin:0 0 6px;font-weight:600}.ctl-title-button{width:100%;display:flex;align-items:center;gap:6px;border:0;padding:0;background:0 0;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.ctl-title-button::before{content:"v";font-size:10px;line-height:1}.ctl-section.collapsed .ctl-title-button::before{content:">"}.ctl-title-checkbox{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.ctl-title-checkbox input{margin:0;width:14px;height:14px}.ctl-section-body[hidden]{display:none}.ctl-row{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:6px;margin-bottom:4px}.ctl-row.ctl-button-row{grid-template-columns:1fr}.ctl-button-row .ctl-body{justify-content:center}.ctl-button-row .ctl-button{flex:1 1 220px;max-width:100%}.ctl-mask-action-row .ctl-button{flex:1 1 0}.ctl-mask-action-row .button-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctl-button-group{display:flex;gap:6px;width:100%}.ctl-button-group[hidden]{display:none}.ctl-row.ctl-row-col{grid-template-columns:1fr}.ctl-row-col label{margin-bottom:4px}.ctl-row.ctl-row-inline{grid-template-columns:1fr}.ctl-row-inline label{display:flex;align-items:center;gap:6px;cursor:pointer}.ctl-row>label{color:var(--muted);font-size:11px}.ctl-document-color-title{color:var(--muted);font-size:11px;font-weight:600;margin:8px 0 4px}.ctl-body{display:flex;align-items:center;gap:6px;min-width:0}.ctl-body input[type=number],.ctl-body input[type=text],.ctl-body select,.ctl-body textarea{flex:1;min-width:0;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:3px;padding:6px 8px;font:inherit;min-height:32px}.ctl-body textarea{resize:vertical;min-height:48px}.ctl-body input[type=range]{flex:1;min-width:0;height:32px}.ctl-body input[type=color]{width:40px;height:28px;padding:0;background:0 0;border:1px solid var(--border);border-radius:3px;cursor:pointer}.ctl-body input[type=checkbox]{margin:0;width:18px;height:18px}.ctl-button{flex:1;min-width:0;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:3px;padding:6px 8px;min-height:32px;font:inherit;cursor:pointer;align-items:center;justify-content:center;display:inline-flex;gap:6px}.ctl-button:hover{background:#353540;border-color:var(--accent)}.ctl-button.active{background:#d9822b;border-color:#d9822b;color:#fff}.ctl-button.ctl-add-action{background:var(--accent);border-color:var(--accent);color:#fff;min-height:42px;border-radius:6px;margin:6px}.ctl-button svg{max-width:24px;max-height:24px}.ctl-button.danger{color:#ffb4b4}.ctl-filter-row{grid-template-columns:1fr auto;user-select:none;border-bottom:var(--accent2) 1px dotted;padding-bottom:2px;cursor:grab}.ctl-filter-label{display:flex;align-items:center;gap:6px;min-width:0;min-height:24px;cursor:grab}.ctl-filter-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctl-filter-name{flex:1;min-width:0;cursor:grab}.ctl-filter-actions{justify-content:flex-end}.ctl-filter-group{border-top:1px solid transparent;border-bottom:1px solid transparent;padding:2px 0;margin-bottom:4px}.ctl-filter-group.dragging{opacity:.4}.ctl-filter-group.drop-before{border-top-color:var(--accent,#d9822b)}.ctl-filter-group.drop-after{border-bottom-color:var(--accent,#d9822b)}.ctl-filter-label input,.ctl-filter-row .ctl-icon-button{cursor:pointer}.ctl-filter-group.dragging .ctl-filter-row{cursor:grabbing}.ctl-filter-row .ctl-icon-button{width:20px;height:20px;font-size:11px}.ctl-icon-button{width:24px;height:24px;padding:0;flex:0 0 auto;background:var(--panel-2);color:var(--muted);border:1px solid var(--border);border-radius:3px;cursor:pointer;font:inherit;line-height:1}.ctl-align-btn{width:24px;height:24px;padding:0;flex:0 0 auto;background:var(--panel-2);color:var(--muted);border:1px solid var(--border);border-radius:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ctl-align-btn:hover{color:var(--text);border-color:var(--accent,#d9822b);background:#353540}.ctl-align-icon{display:block;width:14px;height:14px}.ctl-icon-button:hover{color:#ffb4b4;border-color:#8a4b4b;background:#35272b}.ctl-num{font-variant-numeric:tabular-nums;color:var(--muted);font-size:11px;min-width:36px;text-align:right}.ctl-readonly{color:var(--muted);font-size:11px}.ctl-hint{color:var(--muted);font-size:11px;font-style:italic;margin-top:16px}.ctl-texture-picker{display:flex;flex-wrap:wrap;gap:4px}.ctl-texture-button{min-width:32px;min-height:32px;padding:4px 8px;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:3px;font:inherit;cursor:pointer}.ctl-texture-button.has-sprite{width:38px;height:38px;min-width:38px;min-height:38px;padding:2px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.ctl-texture-button.has-sprite>span{flex:none}.ctl-texture-button:hover{background:#353540;border-color:var(--accent)}.ctl-texture-button.active{background:#d9822b;border-color:#d9822b;color:#fff}.ctl-color-preset-picker{display:flex;flex-wrap:wrap;gap:4px}.ctl-preset-button{padding:4px;background:var(--panel-2);border:1px solid var(--border);border-radius:3px;cursor:pointer}.ctl-preset-button:hover{border-color:var(--accent)}.ctl-preset-swatches{display:inline-flex;gap:2px}.ctl-preset-swatch{width:14px;height:14px;border:1px solid rgba(0,0,0,.3);border-radius:2px;display:inline-block}@media (max-width:900px){.mobile-only{display:inline-flex;align-items:center}.inspector-pullout.mobile-only{display:inline-flex}.no-mobile{display:none!important}#workspace{grid-template-columns:minmax(0,1fr) 1px}aside.drawer{position:absolute;top:0;bottom:0;width:min(86vw,340px);z-index:10;transition:transform .2s}.drawer-left{left:0;transform:translateX(-100%);border-right:1px solid var(--border)}.drawer-right{right:0;transform:translateX(100%);border-left:1px solid var(--border)}.drawer.open{transform:translateX(0)}.drawer.drawer-input-locked,.drawer.drawer-input-locked *{pointer-events:none}#inspector.drawer{display:flex;flex-direction:column;padding:0;overflow:hidden;background:0 0}#inspector .drawer-header{flex-shrink:0;margin:0;padding:10px 12px 8px;background:var(--panel);display:flex;align-items:center;justify-content:space-between}.drawer-close{display:inline-flex}.inspector-opacity{display:block}#inspector-body{flex:1 1 auto;min-height:0;overflow:auto;padding:0 12px 10px;background:var(--panel);opacity:var(--inspector-body-opacity, .5);transition:opacity 120ms}#inspector.open~.inspector-pullout{opacity:0;pointer-events:none;transform:translate(100%,-50%)}.ctl-row{grid-template-columns:90px 1fr}.export-dialog{padding-bottom:67px}}@media (max-width:520px){.brand{display:none}#topbar{gap:6px;padding:5px 8px}.toolbar{gap:8px}.panel-toggle,.toolbar button{padding:6px 8px;font-size:12px}aside.drawer{width:100%;padding:10px}#inspector.drawer{padding:0}.ctl-row{grid-template-columns:80px 1fr}}.picker-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity 150ms}.picker-backdrop.open{opacity:1}.picker-dialog{background:var(--panel);border:1px solid var(--border);border-radius:8px;width:clamp(360px,72vw,720px);min-height:min(520px,calc(100vh - 32px));max-height:min(82vh,680px);display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.6);transform:translateY(12px);transition:transform 150ms}.picker-backdrop.open .picker-dialog:not(.modal-dragging){transform:translateY(0)}.picker-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0;cursor:move}.picker-title{flex:0 0 auto;margin:0;font-size:14px;font-weight:600;letter-spacing:.2px}.picker-search{flex:1 1 220px;min-width:120px;max-width:300px;background:var(--panel-2);border:1px solid var(--border);border-radius:4px;color:var(--text);font:inherit;padding:6px 8px;margin-left:auto}.picker-search:focus{outline:2px solid var(--accent);outline-offset:1px}.picker-close{flex:0 0 auto;background:0 0;border:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:3px}.picker-close:hover{color:var(--text);background:var(--panel-2)}.picker-content,.picker-groups{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.picker-content{padding:12px}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.picker-grid:has(.picker-cell-sprite){grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}.picker-groups{padding:12px}.picker-group+.picker-group{margin-top:14px}.picker-group-title{margin:0 0 8px;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.picker-groups .picker-grid{padding:0;overflow:visible}.picker-cell{background:var(--panel-2);border:1px solid var(--border);border-radius:6px;cursor:pointer;padding:10px 8px 8px;display:flex;flex-direction:column;align-items:center;gap:6px;aspect-ratio:1;color:var(--text);font:inherit;transition:background .1s,border-color .1s}.picker-cell[hidden],.picker-group[hidden]{display:none!important}.picker-cell:hover{background:#353540;border-color:var(--accent)}.picker-cell-sprite{aspect-ratio:auto;min-height:107px}.picker-sprite-frame{flex:none;width:112px;height:75px;overflow:hidden}.picker-cell-text{aspect-ratio:auto;min-height:44px;justify-content:center}.picker-cell:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.picker-preview{width:52px;height:52px;color:var(--accent);flex-shrink:0}.picker-label{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.startup-effect-backdrop{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,18,24,.58);opacity:0;transition:opacity 160ms}.startup-effect-backdrop.open{opacity:1}.startup-effect-dialog{position:relative;width:min(520px,100%);padding:28px;color:#20242b;background:#fdfdfd;border:1px solid rgba(80,65,45,.18);border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.35);transform:translateY(10px) scale(.985);transition:transform 160ms}.startup-effect-backdrop.open .startup-effect-dialog{transform:translateY(0) scale(1)}.startup-effect-close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:0;border-radius:50%;background:0 0;color:#6f675d;font-size:24px;line-height:1;cursor:pointer}.startup-effect-close:hover{background:rgba(80,65,45,.08);color:#20242b}.startup-effect-badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;background:#e8f2ff;color:#28507a;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.startup-effect-dialog h2{margin:14px 36px 8px 0;font-size:24px;line-height:1.18;letter-spacing:0}.startup-effect-copy{margin:0 0 20px;color:#635c54;font-size:14px;line-height:1.5}.startup-effect-actions{display:flex;gap:10px;flex-direction:column}.startup-effect-primary,.startup-effect-secondary{min-height:42px;border-radius:6px;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px}.startup-effect-primary{border:1px solid #2c6fb0;background:#2f7fc7;color:#fff}.startup-effect-primary:hover{background:#246fab}.startup-effect-secondary{border:1px solid rgba(80,65,45,.22);background:#fff;color:#2d333b}.startup-effect-secondary:hover{background:#f3f7fb;border-color:#9ab6cf}.export-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:110;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity 150ms}.export-backdrop.open{opacity:1}.export-dialog{width:min(760px,100%);max-height:min(86vh,720px);display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.6);transform:translateY(12px);transition:transform 150ms;overflow:hidden}.export-backdrop.open .export-dialog:not(.modal-dragging){transform:translateY(0)}.export-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0;cursor:move}.export-title{margin:0;font-size:14px;font-weight:600}.export-close{background:0 0;border:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:3px}.export-close:hover{color:var(--text);background:var(--panel-2)}.export-preview{height:clamp(260px,42vh,360px);min-height:0;flex:1 1 clamp(180px,42vh,360px);padding:16px;overflow:hidden;background:#15151a;color:var(--muted)}.export-preview-frame{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.export-preview.transparent .export-preview-frame{background-color:#fff;background-image:linear-gradient(45deg,#d7d7dc 25%,transparent 25%),linear-gradient(-45deg,#d7d7dc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d7d7dc 75%),linear-gradient(-45deg,transparent 75%,#d7d7dc 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.export-preview-img{display:none;max-width:100%;max-height:100%;object-fit:contain;background:#fff;box-shadow:0 0 0 1px var(--border),0 10px 30px rgba(0,0,0,.45)}.export-preview.transparent .export-preview-img{background:0 0}.export-preview-loading{display:inline-flex;align-items:center;gap:10px}.export-preview-loading::before{content:'';width:18px;height:18px;border:2px solid #5c5c68;border-top-color:var(--accent);border-radius:50%;animation:750ms linear infinite startup-spin}.export-preview.failed .export-preview-loading::before,.export-preview.ready .export-preview-loading{display:none}.export-preview.ready .export-preview-img{display:block}.export-size-grid{display:grid;grid-template-columns:repeat(2,minmax(86px,1fr));gap:10px;padding:12px 16px;border-top:1px solid var(--border);align-items:end}.export-size-grid label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:11px}.export-size-grid input{width:100%;min-height:32px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:3px;padding:6px 8px;font:inherit}.export-crop-option{display:flex;align-items:center;gap:8px;padding:0 16px 12px;color:var(--muted);font-size:12px;border-top:0}.export-crop-option input{margin:0}.export-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 16px;border-top:1px solid var(--border);flex-shrink:0}.export-format{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.export-format select{min-width:120px;min-height:32px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:3px;padding:6px 8px;font:inherit}.export-download{border-radius:4px;border:1px solid var(--accent);padding:6px 20px;min-height:42px;cursor:pointer;font:inherit}.export-download:disabled{opacity:.45;cursor:not-allowed}.new-doc-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:112;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity 150ms}.new-doc-backdrop.open{opacity:1}.new-doc-dialog{width:min(420px,100%);display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.6);transform:translateY(12px);transition:transform 150ms;overflow:hidden}.new-doc-backdrop.open .new-doc-dialog:not(.modal-dragging){transform:translateY(0)}.new-doc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid var(--border);cursor:move}.new-doc-title{margin:0;font-size:14px;font-weight:600}.new-doc-close{background:0 0;border:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:3px}.new-doc-close:hover{color:var(--text);background:var(--panel-2)}.new-doc-form{display:flex;flex-direction:column;min-height:0}.new-doc-body{padding:16px}.new-doc-grid{display:grid;grid-template-columns:92px 1fr;gap:10px 12px;align-items:center}.new-doc-grid label{color:var(--muted);font-size:11px}.new-doc-grid input[type=number]{min-width:0;min-height:32px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:3px;padding:6px 8px;font:inherit}.new-doc-grid input[type=color]{width:48px;height:32px;padding:0;background:0 0;border:1px solid var(--border);border-radius:3px;cursor:pointer}.new-doc-error{min-height:18px;margin-top:10px;color:#ffb4b4;font-size:11px}.new-doc-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border)}.new-doc-primary,.new-doc-secondary{border-radius:4px;padding:6px 12px;min-height:32px;cursor:pointer;font:inherit}.new-doc-secondary{background:var(--panel-2);color:var(--text);border:1px solid var(--border)}.new-doc-secondary:hover{background:#353540}.new-doc-primary{border:1px solid var(--accent)}@media (max-width:520px),(max-height:520px),(pointer:coarse){.export-backdrop,.new-doc-backdrop,.picker-backdrop{padding:0}.picker-dialog{width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:none;border-radius:0;border-left:0;border-right:0}.picker-header{flex-wrap:wrap;cursor:default}.picker-search{order:3;flex-basis:100%;max-width:none}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.picker-grid:has(.picker-cell-sprite){grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}.picker-preview{width:44px;height:44px}.export-dialog{width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:none;border-radius:0;border-left:0;border-right:0}.export-header{cursor:default}.export-preview{height:auto;min-height:64px;flex:1 1 96px;padding:8px}.export-size-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px}.export-crop-option{padding:0 12px 10px}.export-actions{padding:10px 12px;align-items:stretch;flex-direction:column}.export-format{justify-content:space-between}.export-download{width:100%}.new-doc-dialog{width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:none;border-radius:0;border-left:0;border-right:0}.new-doc-header{cursor:default}.new-doc-form{flex:1 1 auto}.new-doc-grid{grid-template-columns:84px 1fr}.new-doc-actions{align-items:stretch;flex-direction:column-reverse}.new-doc-primary,.new-doc-secondary{width:100%}#bottom-bar{min-height:60px!important}#bottom-bar>.adsbygoogle{height:60px!important;margin:0 auto!important}}@media (pointer:coarse){.picker-cell{padding:12px 2px 10px}.panel-toggle,.toolbar button{min-height:36px;padding:8px 12px}#layer-list li{min-height:40px;padding:10px 8px}.ctl-body input,.ctl-body select,.ctl-body textarea{min-height:36px}.ctl-body input[type=color]{width:44px;height:32px}}.tbg-right{margin-left:auto}a.editor-footer{color:#fff}.tsa{width:112px;height:75px;background-repeat:no-repeat!important;background-size:auto!important}.ts-blur{background:url('/static/images/ts00.webp')}.ts-borders{background:url('/static/images/ts00.webp') 0 -76px}.ts-color-adjust{background:url('/static/images/ts00.webp') 0 -152px}.ts-mat-picture-frame{background:url('/static/images/ts00.webp') 0 -228px}.ts-brushstroke-photo-frame{background:url('/static/images/ts00.webp') 0 -304px}.ts-lomo{background:url('/static/images/ts00.webp') 0 -380px}.ts-shape-tool{background:url('/static/images/ts00.webp') 0 -456px}.ts-popart-collage{background:url('/static/images/ts00.webp') 0 -532px}.ts-shadow{background:url('/static/images/ts00.webp') 0 -608px}.ts-painting{background:url('/static/images/ts00.webp') 0 -684px}.ts-pencil-sketch{background:url('/static/images/ts11.webp')}.ts-sobel{background:url('/static/images/ts11.webp') 0 -76px}.ts-wooden-picture-frame{background:url('/static/images/ts11.webp') 0 -152px}.ts-pastel-frame{background:url('/static/images/ts11.webp') 0 -228px}.ts-pastel-photo-frame2{background:url('/static/images/ts11.webp') 0 -304px}.ts-camouflage-picture-frame{background:url('/static/images/ts11.webp') 0 -380px}.ts-ornament-frame{background:url('/static/images/ts11.webp') 0 -456px}.ts-heart-frame{background:url('/static/images/ts11.webp') 0 -532px}.ts-fabric-picture-frame{background:url('/static/images/ts11.webp') 0 -608px}.ts-flower-frame{background:url('/static/images/ts11.webp') 0 -684px}.ts-fruity-frame{background:url('/static/images/ts22.webp')}.ts-grass-photo-frame{background:url('/static/images/ts22.webp') 0 -76px}.ts-stone-picture-frame{background:url('/static/images/ts22.webp') 0 -152px}.ts-mosaic-frame{background:url('/static/images/ts22.webp') 0 -228px}.ts-swirl-frame{background:url('/static/images/ts22.webp') 0 -304px}.ts-colorswirl{background:url('/static/images/ts22.webp') 0 -380px}.ts-vignette{background:url('/static/images/ts22.webp') 0 -456px}.ts-bevel{background:url('/static/images/ts22.webp') 0 -532px}.ts-retro{background:url('/static/images/ts22.webp') 0 -608px}.ts-dreamy-blend{background:url('/static/images/ts22.webp') 0 -684px}.ts-star-mask{background:url('/static/images/ts33.webp')}.ts-sharpen{background:url('/static/images/ts33.webp') 0 -76px}.ts-scratch-mask{background:url('/static/images/ts33.webp') 0 -152px}.ts-film-strip{background:url('/static/images/ts33.webp') 0 -228px}.ts-personalized-postage-stamp{background:url('/static/images/ts33.webp') 0 -304px}.ts-swirl{background:url('/static/images/ts33.webp') 0 -380px}.ts-photo-paper{background:url('/static/images/ts33.webp') 0 -456px}.ts-sepia-tone{background:url('/static/images/ts33.webp') 0 -532px}.ts-fade-photo-frame{background:url('/static/images/ts33.webp') 0 -608px}.ts-canvas-tiles{background:url('/static/images/ts33.webp') 0 -684px}.ts-corner-editor{background:url('/static/images/ts44.webp')}.ts-blueprint{background:url('/static/images/ts44.webp') 0 -76px}.ts-wall-painting{background:url('/static/images/ts44.webp') 0 -152px}.ts-tile-mosaic{background:url('/static/images/ts44.webp') 0 -228px}.ts-tritone{background:url('/static/images/ts44.webp') 0 -304px}.ts-heatmap{background:url('/static/images/ts44.webp') 0 -380px}.ts-ghost{background:url('/static/images/ts44.webp') 0 -456px}.ts-nightvision{background:url('/static/images/ts44.webp') 0 -532px}.ts-infinity{background:url('/static/images/ts44.webp') 0 -608px}.ts-fade-image{background:url('/static/images/ts44.webp') 0 -684px}.ts-kaleidoscope{background:url('/static/images/ts55.webp')}.ts-photo-circles{background:url('/static/images/ts55.webp') 0 -76px}.ts-stereodelic{background:url('/static/images/ts55.webp') 0 -152px}.ts-sunburst{background:url('/static/images/ts55.webp') 0 -228px}.ts-water-reflection{background:url('/static/images/ts55.webp') 0 -304px}.ts-colorswap{background:url('/static/images/ts55.webp') 0 -380px}.ts-flag-collage{background:url('/static/images/ts55.webp') 0 -456px}.ts-motivational-poster{background:url('/static/images/ts55.webp') 0 -532px}.ts-newscast{background:url('/static/images/ts55.webp') 0 -608px}.ts-focus-frame{background:url('/static/images/ts55.webp') 0 -684px}.ts-grayscale{background:url('/static/images/ts66.webp')}.ts-wanted-poster{background:url('/static/images/ts66.webp') 0 -76px}.ts-stardust{background:url('/static/images/ts66.webp') 0 -152px}.tex-wooden-picture-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-wooden-picture-frame-texture-0{background:url('/static/images/tex-wooden-picture-frame-texture.webp')}.tex-wooden-picture-frame-texture-1{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -33px}.tex-wooden-picture-frame-texture-2{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -66px}.tex-wooden-picture-frame-texture-3{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -99px}.tex-wooden-picture-frame-texture-4{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -132px}.tex-wooden-picture-frame-texture-5{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -165px}.tex-wooden-picture-frame-texture-6{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -198px}.tex-wooden-picture-frame-texture-7{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -231px}.tex-wooden-picture-frame-texture-8{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -264px}.tex-wooden-picture-frame-texture-9{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -297px}.tex-wooden-picture-frame-texture-10{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -330px}.tex-wooden-picture-frame-texture-11{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -363px}.tex-wooden-picture-frame-texture-12{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -396px}.tex-wooden-picture-frame-texture-13{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -429px}.tex-wooden-picture-frame-texture-14{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -462px}.tex-wooden-picture-frame-texture-15{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -495px}.tex-wooden-picture-frame-texture-16{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -528px}.tex-wooden-picture-frame-texture-17{background:url('/static/images/tex-wooden-picture-frame-texture.webp') 0 -561px}.tex-fabric-picture-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-fabric-picture-frame-texture-0{background:url('/static/images/tex-fabric-picture-frame-texture.webp')}.tex-fabric-picture-frame-texture-1{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -33px}.tex-fabric-picture-frame-texture-2{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -66px}.tex-fabric-picture-frame-texture-3{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -99px}.tex-fabric-picture-frame-texture-4{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -132px}.tex-fabric-picture-frame-texture-5{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -165px}.tex-fabric-picture-frame-texture-6{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -198px}.tex-fabric-picture-frame-texture-7{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -231px}.tex-fabric-picture-frame-texture-8{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -264px}.tex-fabric-picture-frame-texture-9{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -297px}.tex-fabric-picture-frame-texture-10{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -330px}.tex-fabric-picture-frame-texture-11{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -363px}.tex-fabric-picture-frame-texture-12{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -396px}.tex-fabric-picture-frame-texture-13{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -429px}.tex-fabric-picture-frame-texture-14{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -462px}.tex-fabric-picture-frame-texture-15{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -495px}.tex-fabric-picture-frame-texture-16{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -528px}.tex-fabric-picture-frame-texture-17{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -561px}.tex-fabric-picture-frame-texture-18{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -594px}.tex-fabric-picture-frame-texture-19{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -627px}.tex-fabric-picture-frame-texture-20{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -660px}.tex-fabric-picture-frame-texture-21{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -693px}.tex-fabric-picture-frame-texture-22{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -726px}.tex-fabric-picture-frame-texture-23{background:url('/static/images/tex-fabric-picture-frame-texture.webp') 0 -759px}.tex-stone-picture-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-stone-picture-frame-texture-0{background:url('/static/images/tex-stone-picture-frame-texture.webp')}.tex-stone-picture-frame-texture-1{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -33px}.tex-stone-picture-frame-texture-2{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -66px}.tex-stone-picture-frame-texture-3{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -99px}.tex-stone-picture-frame-texture-4{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -132px}.tex-stone-picture-frame-texture-5{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -165px}.tex-stone-picture-frame-texture-6{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -198px}.tex-stone-picture-frame-texture-7{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -231px}.tex-stone-picture-frame-texture-8{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -264px}.tex-stone-picture-frame-texture-9{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -297px}.tex-stone-picture-frame-texture-10{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -330px}.tex-stone-picture-frame-texture-11{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -363px}.tex-stone-picture-frame-texture-12{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -396px}.tex-stone-picture-frame-texture-13{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -429px}.tex-stone-picture-frame-texture-14{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -462px}.tex-stone-picture-frame-texture-15{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -495px}.tex-stone-picture-frame-texture-16{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -528px}.tex-stone-picture-frame-texture-17{background:url('/static/images/tex-stone-picture-frame-texture.webp') 0 -561px}.tex-flower-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-flower-frame-texture-0{background:url('/static/images/tex-flower-frame-texture.webp')}.tex-flower-frame-texture-1{background:url('/static/images/tex-flower-frame-texture.webp') 0 -33px}.tex-flower-frame-texture-2{background:url('/static/images/tex-flower-frame-texture.webp') 0 -66px}.tex-flower-frame-texture-3{background:url('/static/images/tex-flower-frame-texture.webp') 0 -99px}.tex-flower-frame-texture-4{background:url('/static/images/tex-flower-frame-texture.webp') 0 -132px}.tex-flower-frame-texture-5{background:url('/static/images/tex-flower-frame-texture.webp') 0 -165px}.tex-flower-frame-texture-6{background:url('/static/images/tex-flower-frame-texture.webp') 0 -198px}.tex-flower-frame-texture-7{background:url('/static/images/tex-flower-frame-texture.webp') 0 -231px}.tex-flower-frame-texture-8{background:url('/static/images/tex-flower-frame-texture.webp') 0 -264px}.tex-flower-frame-texture-9{background:url('/static/images/tex-flower-frame-texture.webp') 0 -297px}.tex-flower-frame-texture-10{background:url('/static/images/tex-flower-frame-texture.webp') 0 -330px}.tex-flower-frame-texture-11{background:url('/static/images/tex-flower-frame-texture.webp') 0 -363px}.tex-flower-frame-texture-12{background:url('/static/images/tex-flower-frame-texture.webp') 0 -396px}.tex-flower-frame-texture-13{background:url('/static/images/tex-flower-frame-texture.webp') 0 -429px}.tex-flower-frame-texture-14{background:url('/static/images/tex-flower-frame-texture.webp') 0 -462px}.tex-flower-frame-texture-15{background:url('/static/images/tex-flower-frame-texture.webp') 0 -495px}.tex-flower-frame-texture-16{background:url('/static/images/tex-flower-frame-texture.webp') 0 -528px}.tex-flower-frame-texture-17{background:url('/static/images/tex-flower-frame-texture.webp') 0 -561px}.tex-flower-frame-texture-18{background:url('/static/images/tex-flower-frame-texture.webp') 0 -594px}.tex-flower-frame-texture-19{background:url('/static/images/tex-flower-frame-texture.webp') 0 -627px}.tex-flower-frame-texture-20{background:url('/static/images/tex-flower-frame-texture.webp') 0 -660px}.tex-fruity-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-fruity-frame-texture-0{background:url('/static/images/tex-fruity-frame-texture.webp')}.tex-fruity-frame-texture-1{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -33px}.tex-fruity-frame-texture-2{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -66px}.tex-fruity-frame-texture-3{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -99px}.tex-fruity-frame-texture-4{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -132px}.tex-fruity-frame-texture-5{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -165px}.tex-fruity-frame-texture-6{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -198px}.tex-fruity-frame-texture-7{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -231px}.tex-fruity-frame-texture-8{background:url('/static/images/tex-fruity-frame-texture.webp') 0 -264px}.tex-grass-photo-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-grass-photo-frame-texture-0{background:url('/static/images/tex-grass-photo-frame-texture.webp')}.tex-grass-photo-frame-texture-1{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -33px}.tex-grass-photo-frame-texture-2{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -66px}.tex-grass-photo-frame-texture-3{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -99px}.tex-grass-photo-frame-texture-4{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -132px}.tex-grass-photo-frame-texture-5{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -165px}.tex-grass-photo-frame-texture-6{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -198px}.tex-grass-photo-frame-texture-7{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -231px}.tex-grass-photo-frame-texture-8{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -264px}.tex-grass-photo-frame-texture-9{background:url('/static/images/tex-grass-photo-frame-texture.webp') 0 -297px}.tex-ornament-frame-maskIndex{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-ornament-frame-maskIndex-0{background:url('/static/images/tex-ornament-frame-maskIndex.webp')}.tex-ornament-frame-maskIndex-1{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -33px}.tex-ornament-frame-maskIndex-2{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -66px}.tex-ornament-frame-maskIndex-3{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -99px}.tex-ornament-frame-maskIndex-4{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -132px}.tex-ornament-frame-maskIndex-5{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -165px}.tex-ornament-frame-maskIndex-6{background:url('/static/images/tex-ornament-frame-maskIndex.webp') 0 -198px}.tex-brushstroke-photo-frame-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-brushstroke-photo-frame-texture-0{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp')}.tex-brushstroke-photo-frame-texture-1{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -33px}.tex-brushstroke-photo-frame-texture-2{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -66px}.tex-brushstroke-photo-frame-texture-3{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -99px}.tex-brushstroke-photo-frame-texture-4{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -132px}.tex-brushstroke-photo-frame-texture-5{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -165px}.tex-brushstroke-photo-frame-texture-6{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -198px}.tex-brushstroke-photo-frame-texture-7{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -231px}.tex-brushstroke-photo-frame-texture-8{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -264px}.tex-brushstroke-photo-frame-texture-9{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -297px}.tex-brushstroke-photo-frame-texture-10{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -330px}.tex-brushstroke-photo-frame-texture-11{background:url('/static/images/tex-brushstroke-photo-frame-texture.webp') 0 -363px}.tex-star-mask-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-star-mask-texture-0{background:url('/static/images/tex-star-mask-texture.webp')}.tex-star-mask-texture-1{background:url('/static/images/tex-star-mask-texture.webp') 0 -33px}.tex-star-mask-texture-2{background:url('/static/images/tex-star-mask-texture.webp') 0 -66px}.tex-star-mask-texture-3{background:url('/static/images/tex-star-mask-texture.webp') 0 -99px}.tex-star-mask-texture-4{background:url('/static/images/tex-star-mask-texture.webp') 0 -132px}.tex-star-mask-texture-5{background:url('/static/images/tex-star-mask-texture.webp') 0 -165px}.tex-star-mask-texture-6{background:url('/static/images/tex-star-mask-texture.webp') 0 -198px}.tex-star-mask-texture-7{background:url('/static/images/tex-star-mask-texture.webp') 0 -231px}.tex-star-mask-texture-8{background:url('/static/images/tex-star-mask-texture.webp') 0 -264px}.tex-star-mask-texture-9{background:url('/static/images/tex-star-mask-texture.webp') 0 -297px}.tex-scratch-mask-texture{width:32px;height:32px;background-repeat:no-repeat!important;background-size:auto!important;display:block;overflow:hidden}.tex-scratch-mask-texture-0{background:url('/static/images/tex-scratch-mask-texture.webp')}.tex-scratch-mask-texture-1{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -33px}.tex-scratch-mask-texture-2{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -66px}.tex-scratch-mask-texture-3{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -99px}.tex-scratch-mask-texture-4{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -132px}.tex-scratch-mask-texture-5{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -165px}.tex-scratch-mask-texture-6{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -198px}.tex-scratch-mask-texture-7{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -231px}.tex-scratch-mask-texture-8{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -264px}.tex-scratch-mask-texture-9{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -297px}.tex-scratch-mask-texture-10{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -330px}.tex-scratch-mask-texture-11{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -363px}.tex-scratch-mask-texture-12{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -396px}.tex-scratch-mask-texture-13{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -429px}.tex-scratch-mask-texture-14{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -462px}.tex-scratch-mask-texture-15{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -495px}.tex-scratch-mask-texture-16{background:url('/static/images/tex-scratch-mask-texture.webp') 0 -528px}