:root{--bg-app:#0f0f10;--bg-chrome:#1c1c1e;--bg-chrome-alt:#2c2c2e;--bg-panel:#242426;--bg-input:#1a1a1c;--bg-hover:#ffffff14;--bg-active:#0a84ff38;--border:#ffffff1a;--border-strong:#ffffff29;--text:#f5f5f7;--text-dim:#a1a1a6;--text-faint:#6e6e73;--accent:#0a84ff;--accent-dim:#0071e3;--accent-soft:#0a84ff33;--danger:#ff453a;--radius:8px;--radius-dialog:12px;--shadow-menu:0 8px 28px #00000073;--shadow-dialog:0 16px 48px #00000080;--ease-ui:.14s ease;--toolbar-width:80px;--panel-width:268px;--panel-rail-width:41px;--row-height:26px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg-app);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font:12.5px/1.45 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}input,select{font:inherit;color:inherit}.app{flex-direction:column;height:100%;display:flex}.app__body{flex:1;min-height:0;display:flex}.app__center{flex-direction:column;flex:1;min-width:0;display:flex}.app__right{border-left:1px solid var(--border);background:var(--bg-chrome);flex-shrink:0;min-height:0;display:flex}.app__panels{width:var(--panel-width);background:var(--bg-chrome);flex-direction:column;flex-shrink:0;min-height:0;display:flex;overflow:hidden}.panel-rail{width:var(--panel-rail-width);background:var(--bg-panel);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-items:stretch;gap:2px;padding:4px 3px;display:flex}.panel-rail__btn{width:100%;height:36px;color:var(--text-dim);border-radius:var(--radius);transition:background var(--ease-ui), color var(--ease-ui);border-bottom:1px solid #0000;justify-content:center;align-items:center;display:flex;position:relative}.panel-rail__btn:hover{color:var(--text);background:var(--bg-hover)}.panel-rail__btn--active{color:var(--text);background:var(--accent-soft)}.panel-rail__btn--active:before{content:"";background:var(--accent);border-radius:1px;width:2px;position:absolute;top:8px;bottom:8px;left:0}.panel-rail__btn--group{border-top:1px solid var(--border);border-radius:var(--radius);margin-top:4px;padding-top:2px}.panel-rail__glyph{letter-spacing:-.02em;font-size:14px;font-weight:600;line-height:1}.panel-flyout{border-bottom:1px solid var(--border);flex-direction:column;flex:0 42%;min-width:0;min-height:140px;max-height:55%;display:flex;overflow:hidden}.panel-flyout__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.type-panel{gap:8px}.type-panel__align-row{gap:4px;display:flex}.panel-stack{border-bottom:1px solid var(--border);flex-direction:column;min-width:0;min-height:0;display:flex}.panel-stack--upper{flex:28%;min-height:120px}.panel-stack--lower{border-bottom:none;flex:42%;min-height:180px}.panel-stack__tabs{background:var(--bg-panel);border-bottom:1px solid var(--border);flex-shrink:0;align-items:stretch;gap:2px;padding:6px 6px 0;display:flex}.panel-stack__tab{appearance:none;color:var(--text-dim);font:inherit;cursor:pointer;transition:color var(--ease-ui), background var(--ease-ui);background:0 0;border:1px solid #0000;border-bottom:none;border-radius:8px 8px 0 0;padding:6px 11px 7px;font-size:11px;font-weight:500;line-height:1.2}.panel-stack__tab:hover{color:var(--text);background:var(--bg-hover)}.panel-stack__tab--active{color:var(--text);background:var(--bg-chrome);border-color:var(--border);z-index:1;margin-bottom:-1px;padding-bottom:8px;position:relative}.panel-stack__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.menubar{background:var(--bg-chrome);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:2px;height:32px;padding:0 10px;display:flex}.menubar__brand{letter-spacing:-.02em;color:var(--text);-webkit-user-select:none;user-select:none;margin-right:14px;font-weight:600}.menubar__trigger{transition:background var(--ease-ui);border-radius:6px;padding:4px 9px}.menubar__trigger:hover,.menubar__trigger[data-state=open]{background:var(--bg-hover)}.menu-content{background:var(--bg-chrome-alt);border:1px solid var(--border-strong);border-radius:var(--radius);min-width:232px;box-shadow:var(--shadow-menu);z-index:50;padding:6px}.menu-item{border-radius:var(--radius);-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:5px 8px;display:flex}.menu-item[data-highlighted]{background:var(--accent-soft);color:var(--text)}.menu-item[data-disabled]{color:var(--text-faint);pointer-events:none}.menu-item__shortcut{color:var(--text-dim);font-variant-numeric:tabular-nums}.menu-separator{background:var(--border);height:1px;margin:4px 6px}.optionsbar{background:var(--bg-chrome);border-bottom:1px solid var(--border);white-space:nowrap;flex-shrink:0;align-items:center;gap:14px;height:36px;padding:0 12px;display:flex;overflow-x:auto}.optionsbar__title{min-width:128px;font-weight:600}.optionsbar__group{align-items:center;gap:6px;display:flex}.optionsbar__hint{color:var(--text-faint);margin-left:auto}.optionsbar__note{color:var(--accent)}.optionsbar__gradient{border:1px solid var(--border);cursor:pointer;border-radius:6px;width:84px;height:20px;padding:0}.optionsbar__gradient:hover{border-color:var(--accent)}.optionsbar__button{background:var(--bg-panel);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:background var(--ease-ui), border-color var(--ease-ui);border-radius:6px;padding:3px 11px}.optionsbar__button:hover:not(:disabled){border-color:var(--accent)}.optionsbar__button:disabled{opacity:.45;cursor:default}.anchorgrid{grid-template-rows:repeat(3,7px);grid-template-columns:repeat(3,7px);gap:1px;display:grid}.anchorgrid__cell{border:1px solid var(--border);background:var(--bg-panel);cursor:pointer;padding:0}.anchorgrid__cell:hover{border-color:var(--accent)}.anchorgrid__cell.is-active{background:var(--accent);border-color:var(--accent)}.toolbar{width:var(--toolbar-width);background:var(--bg-chrome);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:8px 4px;display:flex}.toolbar__tools{grid-template-columns:repeat(2,34px);place-content:start center;gap:2px;width:100%;display:grid}.toolbar__separator{background:var(--border);grid-column:1/-1;width:100%;height:1px;margin:4px 0}.toolbar__separator--footer{width:60px;margin:2px 0 0}.toolbar__footer{flex-direction:column;align-items:center;gap:2px;display:flex}.toolbar__slot{position:relative}.toolbar__button{border-radius:var(--radius);width:34px;height:34px;color:var(--text-dim);transition:background var(--ease-ui), color var(--ease-ui);place-items:center;display:grid;position:relative}.toolbar__button:hover{background:var(--bg-hover);color:var(--text)}.toolbar__button--active{background:var(--accent-soft);color:var(--text)}.toolbar__nest{opacity:.85;pointer-events:none;border-top:0 solid #0000;border-bottom:5px solid;border-left:5px solid #0000;border-right:0 solid #0000;width:0;height:0;position:absolute;bottom:3px;right:3px}.toolbar__flyout{z-index:40;background:var(--bg-chrome-alt);border:1px solid var(--border-strong);border-radius:var(--radius);min-width:200px;box-shadow:var(--shadow-menu);flex-direction:column;gap:1px;padding:6px;display:flex;position:absolute;top:0;left:calc(100% + 4px)}.toolbar__flyout-item{border-radius:var(--radius);width:100%;color:var(--text);text-align:left;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:5px 8px;display:grid}.toolbar__flyout-item:hover,.toolbar__flyout-item--active{background:var(--accent-soft)}.toolbar__flyout-label{white-space:nowrap}.toolbar__flyout-shortcut{color:var(--text-dim);font-variant-numeric:tabular-nums}.text-edit-overlay{z-index:6;color:#0000;caret-color:#4da3ff;resize:none;white-space:pre;pointer-events:auto;background:0 0;border:1px solid #3c8cfff2;outline:none;margin:0;padding:0;line-height:1.2;position:absolute;overflow:hidden}.text-edit-overlay::selection{color:#0000;background:#3c8cff66}.toolbar__swatches{width:34px;height:34px;margin-top:8px;position:relative}.toolbar__swatch{border:1px solid var(--border-strong);border-radius:2px;width:21px;height:21px;position:absolute}.toolbar__swatch--fg{z-index:2;top:0;left:0}.toolbar__swatch--bg{bottom:0;right:0}.tabs{background:var(--bg-app);border-bottom:1px solid var(--border);flex-shrink:0;align-items:stretch;height:30px;display:flex;overflow-x:auto}.tab{border-right:1px solid var(--border);color:var(--text-dim);max-width:220px;transition:background var(--ease-ui), color var(--ease-ui);align-items:center;gap:8px;padding:0 8px 0 12px;display:flex}.tab--active{background:var(--bg-chrome);color:var(--text)}.tab__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tab__close{width:16px;height:16px;color:var(--text-faint);border-radius:6px;place-items:center;display:grid}.tab__close:hover{background:var(--bg-hover);color:var(--text)}.canvas-view{background:var(--bg-app);flex:1;min-height:0;position:relative;overflow:hidden}.canvas-view__gl,.canvas-view__overlay{width:100%;height:100%;display:block;position:absolute;inset:0}.canvas-view__overlay{touch-action:none}.canvas-view--drop:after{content:"";border:2px dashed var(--accent);pointer-events:none;border-radius:8px;position:absolute;inset:8px}.ruler{touch-action:none;display:block;position:absolute}.ruler--horizontal{cursor:ns-resize;width:100%;height:20px;top:0;left:0}.ruler--vertical{cursor:ew-resize;width:20px;height:100%;top:0;left:0}.ruler__corner{background:#2b2b30;border-bottom:1px solid #ffffff1f;border-right:1px solid #ffffff1f;width:20px;height:20px;position:absolute;top:0;left:0}.canvas-view__drop-hint{pointer-events:none;background:#000000b3;border-radius:6px;padding:8px 16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.welcome{text-align:center;pointer-events:none;place-content:center;justify-items:center;gap:14px;display:grid;position:absolute;inset:0}.welcome__title{letter-spacing:-.03em;font-size:28px;font-weight:600}.welcome__text{color:var(--text-dim);max-width:380px}.welcome__actions{pointer-events:auto;flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.welcome__lang{pointer-events:auto;color:var(--text-dim);text-underline-offset:3px;text-decoration:underline}.welcome__lang:hover{color:var(--accent)}.dialog--tutorial{width:min(440px,92vw)}.tutorial__progress{color:var(--text-faint);font-variant-numeric:tabular-nums;margin:0}.tutorial__step-title{letter-spacing:-.02em;margin:4px 0 0;font-size:16px;font-weight:600}.tutorial__step-body{color:var(--text-dim);margin:0;line-height:1.5}.tutorial__dots{gap:6px;margin-top:8px;display:flex}.tutorial__dot{background:var(--border-strong);border-radius:50%;width:6px;height:6px}.tutorial__dot--active{background:var(--accent)}.tutorial__footer-nav{gap:8px;margin-left:auto;display:flex}.dialog--tutorial .dialog__footer{justify-content:space-between}.language-options{flex-direction:column;gap:8px;display:flex}.language-options__btn{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-input);transition:background var(--ease-ui), border-color var(--ease-ui);padding:10px 12px}.language-options__btn:hover{background:var(--bg-hover)}.language-options__btn--active{border-color:var(--accent);background:var(--accent-soft)}.panel{border-bottom:1px solid var(--border);flex-direction:column;flex-shrink:0;min-height:0;display:flex}.panel--embedded{border-bottom:none;flex:1;min-height:0;overflow:hidden}.panel--embedded .panel__embed-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.panel__header{height:var(--row-height);background:var(--bg-panel);letter-spacing:-.01em;color:var(--text-dim);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:0 10px;font-weight:600;display:flex}.panel__header:hover{color:var(--text)}.panel__body{flex-direction:column;gap:8px;padding:8px;display:flex}.panel__actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:4px;padding:6px 8px;display:flex}.panel__section{border-top:1px solid var(--border);flex-direction:column;gap:5px;padding-top:6px;display:flex}.panel__section-title{color:var(--text-dim);font-weight:600}.brush-gallery-group{gap:4px;margin-bottom:8px;display:grid}.brush-gallery{grid-template-columns:repeat(auto-fill,40px);gap:4px;display:grid}.brush-preset{width:40px;height:40px;position:relative}.brush-preset__button{background:var(--bg-chrome-alt);border:1px solid var(--border-strong);border-radius:var(--radius);place-items:center;width:100%;height:100%;display:grid}.brush-preset--active .brush-preset__button{border-color:var(--accent);background:var(--accent-soft)}.brush-preset__canvas{image-rendering:auto;width:34px;height:34px}.brush-preset__size{color:var(--text-dim);pointer-events:none;font-size:9px;position:absolute;bottom:0;right:2px}.brush-preset__remove{background:var(--bg-chrome);border:1px solid var(--border-strong);width:14px;height:14px;color:var(--text-dim);opacity:0;border-radius:50%;line-height:12px;position:absolute;top:-3px;right:-3px}.brush-preset:hover .brush-preset__remove{opacity:1}.brush-tips{flex-wrap:wrap;gap:4px;display:flex}.brush-tip{background:var(--bg-chrome-alt);border:1px solid var(--border-strong);border-radius:var(--radius);place-items:center;width:34px;height:34px;display:grid}.brush-tip--active{border-color:var(--accent);background:var(--accent-soft)}.brush-preview{border:1px solid var(--border-strong);border-radius:var(--radius);background:#2a2a2d;width:100%;height:64px}.layer-list{flex-direction:column-reverse;flex:1;justify-content:flex-end;min-height:0;max-height:320px;display:flex;overflow-y:auto}.panel--embedded .layer-list{max-height:none}.layer{cursor:default;transition:background var(--ease-ui);border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;padding:5px 8px;display:flex}.layer:hover{background:var(--bg-hover)}.layer--active{background:var(--accent-soft)}.layer__visibility{width:18px;height:18px;color:var(--text-dim);flex-shrink:0;place-items:center;display:grid}.layer__visibility--on{color:var(--text)}.layer__thumb{border:1px solid var(--border-strong);background-color:#555;background-image:linear-gradient(45deg,#666 25%,#0000 25%),linear-gradient(-45deg,#666 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#666 75%),linear-gradient(-45deg,#0000 75%,#666 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px;border-radius:2px;flex-shrink:0;width:30px;height:30px}.layer__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.layer__name-input{background:var(--bg-input);border:1px solid var(--accent);border-radius:2px;flex:1;min-width:0;padding:1px 4px}.layer__badge{color:var(--text-faint);flex-shrink:0;font-size:10px}.layer__thumb-wrap,.layer__mask{border:1px solid #0000;border-radius:3px;flex-shrink:0;align-items:center;gap:2px;padding:1px;display:flex}.layer__thumb-wrap--target,.layer__thumb--target{border-color:var(--accent)}.layer__thumb--mask{border:1px solid var(--border-strong);background:#000}.layer__thumb--off{opacity:.35}.layer__link{width:12px;color:var(--text-faint);place-items:center;display:grid}.layer__link--on{color:var(--text)}.channel-list{flex-direction:column;max-height:240px;display:flex;overflow-y:auto}.channel{cursor:default;align-items:center;gap:6px;padding:2px 8px;display:flex}.channel:hover{background:var(--bg-hover)}.channel--active{background:var(--accent-soft)}.channel__thumb{border:1px solid var(--border-strong);background:#000;border-radius:2px;flex-shrink:0;width:26px;height:26px}.channel__thumb--empty{background:linear-gradient(135deg,#222,#888)}.channel__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.channel__shortcut{color:var(--text-faint);flex-shrink:0;font-size:10px}.path-list{flex-direction:column;max-height:240px;display:flex;overflow-y:auto}.path{cursor:default;align-items:center;gap:6px;padding:3px 8px;display:flex}.path:hover{background:var(--bg-hover)}.path--active{background:var(--accent-soft)}.path__thumb{border:1px solid var(--border-strong);background:#000;border-radius:2px;flex-shrink:0;width:36px;height:36px}.path__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.history-list{flex-direction:column;flex:1;min-height:0;max-height:200px;display:flex;overflow-y:auto}.panel--embedded .history-list{max-height:none}.history-item{text-align:left;color:var(--text-dim);transition:background var(--ease-ui);border-radius:6px;margin:0 4px;padding:5px 10px}.history-item:hover{background:var(--bg-hover)}.history-item--current{background:var(--accent-soft);color:var(--text)}.history-item--future{color:var(--text-faint)}.color-panel{align-items:flex-start;gap:10px;display:flex}.color-panel__swatches{flex-direction:column;gap:6px;display:flex}.color-panel__fields{flex-direction:column;flex:1;gap:6px;display:flex}.color-panel__palette{flex-direction:column;gap:8px;margin-top:10px;display:flex}.color-panel__palette .select{width:100%}.swatch-grid{grid-template-columns:repeat(10,1fr);gap:3px;display:grid}.swatch-grid__item{aspect-ratio:1;border:1px solid #00000059;border-radius:4px}.histogram__canvas{border:1px solid var(--border-strong);border-radius:2px;width:100%;height:80px;display:block}.info-panel{gap:6px}.info-panel__row{justify-content:space-between;gap:8px;font-size:12px;display:flex}.info-panel__label{color:var(--text-dim);flex-shrink:0}.info-panel__color{text-align:right;align-items:center;gap:6px;display:inline-flex}.info-panel__swatch{border:1px solid var(--border-strong);border-radius:2px;flex-shrink:0;width:14px;height:14px}.navigator{flex-direction:column;gap:6px;display:flex}.navigator__zoom,.field{align-items:center;gap:6px;display:flex}.field__label{color:var(--text-dim);flex-shrink:0}.field--stack{flex-direction:column;align-items:stretch;gap:3px}.number-input{background:var(--bg-input);border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;width:62px;height:24px;transition:border-color var(--ease-ui);border-radius:6px;padding:0 6px}.number-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.text-input--area{resize:vertical;text-align:left;height:auto;min-height:56px;padding:6px;font-family:inherit;line-height:1.35}.text-input{background:var(--bg-input);border:1px solid var(--border);width:100%;height:26px;transition:border-color var(--ease-ui);border-radius:6px;padding:0 8px}.text-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.select{background:var(--bg-input);border:1px solid var(--border);height:24px;transition:border-color var(--ease-ui);border-radius:6px;padding:0 6px}.select:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.slider{appearance:none;background:0 0;width:100%;height:18px}.slider::-webkit-slider-runnable-track{background:var(--bg-input);border:1px solid var(--border);border-radius:999px;height:4px}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:none;border-radius:50%;width:14px;height:14px;margin-top:-6px;box-shadow:0 1px 3px #00000059}.slider::-moz-range-track{background:var(--bg-input);border:1px solid var(--border);border-radius:999px;height:4px}.slider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #00000059}.slider-row{grid-template-columns:96px 1fr 62px;align-items:center;gap:8px;display:grid}.checkbox{-webkit-user-select:none;user-select:none;align-items:center;gap:5px;display:flex}.button{background:var(--bg-chrome-alt);border:1px solid var(--border);height:26px;transition:background var(--ease-ui), border-color var(--ease-ui);border-radius:6px;padding:0 12px}.button:hover{background:var(--bg-hover)}.button--primary{background:var(--accent);color:#fff;border-color:#0000}.button--primary:hover{background:var(--accent-dim)}.button--icon{place-items:center;width:26px;padding:0;display:grid}.button--danger:hover{background:var(--danger);border-color:var(--danger)}.button:disabled{opacity:.45;pointer-events:none}.dialog-overlay{z-index:60;background:#0006;position:fixed;inset:0}.dialog{background:var(--bg-chrome);border:1px solid var(--border-strong);border-radius:var(--radius-dialog);min-width:340px;max-width:92vw;max-height:88vh;box-shadow:var(--shadow-dialog);z-index:61;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.dialog--floating{box-shadow:var(--shadow-dialog)}.dialog__title{letter-spacing:-.02em;border-bottom:1px solid var(--border);padding:12px 16px;font-weight:600}.dialog__title--drag{cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.dialog__body{flex-direction:column;gap:10px;padding:14px;display:flex}.dialog__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.liquify__view{cursor:crosshair;touch-action:none;background:#1a1a1e;width:100%;max-height:420px;margin-top:8px;display:block}.dialog__note{color:var(--text-dim)}.dialog--layer-style{width:min(900px,94vw);min-width:860px;max-height:90vh}.dialog--layer-style .dialog__body{gap:0;padding:0}.layer-style{grid-template-columns:176px 1fr 108px;min-height:420px;display:grid}.layer-style__sidebar{background:var(--bg-panel);border-right:1px solid var(--border);flex-direction:column;gap:0;padding:8px 0;display:flex}.layer-style__list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.layer-style__item{cursor:default;align-items:center;gap:6px;min-height:24px;padding:3px 8px 3px 6px;display:flex}.layer-style__item:hover{background:#ffffff0a}.layer-style__item--active{background:var(--bg-hover)}.layer-style__item--blending{padding-left:26px}.layer-style__checkbox-spacer{flex-shrink:0;width:14px}.layer-style__item input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent);flex-shrink:0;margin:0}.layer-style__label{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;padding:0;font-size:12px}.layer-style__center{flex-direction:column;min-width:0;max-height:520px;padding:10px 14px 14px;display:flex;overflow-y:auto}.layer-style__channels{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.layer-style__pane-title{color:var(--text);margin:0 0 10px;font-size:13px;font-weight:600}.layer-style__section{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.layer-style__section:last-child{margin-bottom:0}.layer-style__section-header{letter-spacing:.02em;text-transform:uppercase;color:var(--text-dim);border-bottom:1px solid var(--border);margin:0 0 2px;padding:4px 0 4px 2px;font-size:11px;font-weight:600}.layer-style__pane{flex-direction:column;gap:8px;display:flex}.layer-style__actions{background:var(--bg-panel);border-left:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 10px;display:flex}.layer-style__actions .button{justify-content:center;width:100%}.layer-style__preview-check{margin-top:4px;font-size:12px}.layer-style__swatch-wrap{flex-direction:column;align-items:center;gap:4px;margin-top:8px;display:flex}.layer-style__swatch-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.layer-style__swatch{background:repeating-conic-gradient(#3a3a3a 0% 25%,#2b2b2b 0% 50%) 0 0/12px 12px;border-radius:4px;width:72px;height:72px;position:relative;overflow:hidden}.layer-style__swatch-inner{background:#4a90d9;border-radius:3px;position:absolute;inset:12px}.layer-style__color-swatch{border:1px solid var(--border-strong);cursor:pointer;border-radius:2px;flex-shrink:0;width:28px;height:22px;display:block;position:relative}.layer-style__color-swatch input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.layer-style__gradient-strip{border:1px solid var(--border-strong);border-radius:2px;height:18px;margin-top:2px}.layer-style__angle-row{grid-template-columns:96px auto 1fr;align-items:center;gap:8px;display:grid}.layer-style__angle-dial{border:1px solid var(--border-strong);background:var(--bg-input);cursor:crosshair;touch-action:none;border-radius:50%;flex-shrink:0;width:36px;height:36px;position:relative}.layer-style__angle-dial:before{content:"";border:1px solid var(--border);border-radius:50%;position:absolute;inset:3px}.layer-style__angle-hand{background:var(--accent,#4a9eff);transform-origin:50% 100%;pointer-events:none;border-radius:1px;width:2px;height:14px;margin-top:-14px;margin-left:-1px;position:absolute;top:50%;left:50%}.layer-style__global-light{margin-top:2px;font-size:12px}.field__suffix{color:var(--text-dim)}.colorrange{flex-direction:column;align-items:center;gap:8px;display:flex}.colorrange__preview{border:1px solid var(--border-strong);border-radius:var(--radius);cursor:crosshair;max-width:100%;image-rendering:pixelated;background:repeating-conic-gradient(#3a3a3a 0% 25%,#2b2b2b 0% 50%) 0 0/16px 16px;display:block}.colorrange__samples{flex-wrap:wrap;align-items:center;gap:4px;min-height:20px;display:flex}.colorrange__samples .swatch{border:1px solid #00000059;border-radius:2px;width:18px;height:18px}.refine__band{align-items:center;gap:8px;display:flex}.anchor-grid{grid-template-columns:repeat(3,26px);justify-content:center;gap:3px;display:grid}.anchor-grid__cell{border:1px solid var(--border-strong);background:var(--bg-input);border-radius:2px;width:26px;height:26px}.anchor-grid__cell--active{background:var(--accent-soft);border-color:var(--accent)}.statusbar{background:var(--bg-chrome);border-top:1px solid var(--border);height:26px;color:var(--text-dim);font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:16px;padding:0 12px;display:flex}.statusbar__spacer{margin-left:auto}.fatal{text-align:center;place-content:center;justify-items:center;gap:12px;height:100%;padding:32px;display:grid}.fatal__title{color:var(--danger);font-size:20px;font-weight:600}.context-lost{z-index:50;background:#0009;place-content:center;display:grid;position:fixed;inset:0}.context-lost__box{border:1px solid var(--border);background:var(--panel);border-radius:8px;padding:18px 24px;font-size:14px}.shortcut-table{grid-template-columns:auto 1fr;align-items:center;gap:4px 16px;display:grid}.shortcut-table__key{color:var(--accent);white-space:nowrap;font-family:ui-monospace,SF Mono,Consolas,monospace}.layer--drag-above{box-shadow:inset 0 2px 0 var(--accent)}.layer--drag-below{box-shadow:inset 0 -2px 0 var(--accent)}.layer--drag-inside{background:var(--accent-soft);outline:1px dashed var(--accent);outline-offset:-1px}.layer__disclosure{width:14px;height:14px;color:var(--text-dim);flex-shrink:0;place-items:center;display:grid}.layer__disclosure--spacer{display:block}.layer__thumb--icon,.layer__thumb--empty{place-items:center;display:grid}.layer__thumb--empty{background:0 0}.layer__clip{color:var(--text-faint);flex-shrink:0;place-items:center;display:grid}.layer__badge--lock{place-items:center;display:grid}.layer-locks{gap:4px;margin-top:4px;display:flex}.button--active{color:var(--text);background:var(--accent-soft);border-color:#0000}.gradient-editor{flex-direction:column;gap:10px;width:360px;display:flex}.gradient-editor__presets{flex-wrap:wrap;gap:4px;display:flex}.gradient-editor__preset{border:1px solid var(--border-strong);border-radius:var(--radius);width:40px;height:22px;padding:0}.gradient-editor__preview{border:1px solid var(--border-strong);border-radius:var(--radius);height:40px}.gradient-editor__stops{flex-direction:column;gap:6px;padding:0 6px;display:flex}.gradient-editor__row{height:18px;position:relative}.gradient-editor__row:after{content:"";background:var(--border-strong);height:1px;position:absolute;top:50%;left:0;right:0}.gradient-editor__stop{border:1px solid var(--border-strong);background:var(--text-dim);cursor:ew-resize;border-radius:2px;width:12px;height:12px;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)rotate(45deg)}.gradient-editor__stop--selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);z-index:1}.gradient-editor__toolbar{gap:8px;display:flex}.gradient-editor__inspector{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:4px;display:flex}.gradient-editor__color-input{border:1px solid var(--border-strong);border-radius:var(--radius);background:0 0;width:32px;height:22px;padding:0}.curve-editor{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.curve-editor__tabs{gap:4px;display:flex}.curve-editor__tab{background:var(--bg-panel);color:var(--text-dim);border:1px solid var(--border);cursor:pointer;border-radius:3px;padding:2px 10px}.curve-editor__tab.is-active{color:var(--text);border-color:var(--accent)}.curve-editor__grid{border:1px solid var(--border-strong);border-radius:var(--radius);touch-action:none;cursor:crosshair}.curve-editor__grid line,.curve-editor__grid path,.curve-editor__grid circle{vector-effect:non-scaling-stroke}.curve-editor__field{fill:var(--bg-input)}.curve-editor__histogram{fill:var(--border-strong);opacity:.6}.curve-editor__rule{stroke:var(--border);stroke-width:1px}.curve-editor__diagonal{stroke:var(--border-strong);stroke-width:1px;stroke-dasharray:3 3}.curve-editor__curve{fill:none;stroke-width:1.5px}.curve-editor__knot{fill:var(--bg-panel);stroke:var(--text);stroke-width:1.5px}.curve-editor__knot.is-active{fill:var(--accent)}.curve-editor__hint{color:var(--text-faint);margin:0}
