:root{--cp-color-surface: #181818;--cp-color-text-primary: #d1cfd7;--cp-color-white: #ffffff;--cp-color-white-soft: #fefefe;--cp-shadow-strong: rgba(3, 7, 18, .55);--cp-shadow-soft: rgba(0, 0, 0, .3);--cp-shadow-slider-thumb: rgba(3, 7, 18, .38);--cp-border-faint: rgba(255, 255, 255, .06);--cp-border-default: rgba(255, 255, 255, .08);--cp-border-hover: rgba(255, 255, 255, .18);--cp-border-subtle: rgba(255, 255, 255, .12);--cp-border-strong: rgba(255, 255, 255, .14);--cp-indicator-border: rgba(255, 255, 255, .2);--cp-indicator-fill: rgba(255, 255, 255, .08);--cp-indicator-inner-shadow: rgba(0, 0, 0, .3);--cp-caret-stroke: rgba(255, 255, 255, .65);--cp-status-bar-bg: #181818;--cp-drag-handle-bg: rgba(255, 255, 255, .12);--cp-drag-handle-bg-hover: rgba(255, 255, 255, .72);--cp-layer-default: rgba(20, 20, 26, .75);--cp-layer-strong: rgba(20, 20, 26, .85);--cp-menu-bg: rgba(19, 19, 24, .96);--cp-menu-shadow: rgba(3, 7, 18, .45);--cp-menu-option-bg: rgba(52, 52, 63, .9);--cp-menu-option-text: #ffffff;--cp-gradient-track-bg: #5e5e66;--cp-gradient-handle-border: rgba(16, 16, 20, .8);--cp-gradient-handle-shadow: rgba(3, 7, 18, .4);--cp-gradient-active-border: rgba(255, 72, 0, .9);--cp-gradient-active-shadow: rgba(255, 72, 0, .35);--cp-plane-frame-bg: rgba(255, 255, 255, .05);--cp-plane-frame-border: rgba(255, 255, 255, .08);--cp-plane-frame-inner: rgba(0, 0, 0, .15);--cp-plane-thumb-ring: rgba(0, 0, 0, .35);--cp-plane-thumb-shadow: rgba(3, 7, 18, .45);--cp-text-secondary: rgba(244, 244, 245, .78);--cp-text-muted: rgba(244, 244, 245, .62);--cp-slider-thumb-border: rgba(18, 18, 24, .8);--cp-input-border: rgba(255, 255, 255, .12);--cp-input-bg: rgba(20, 20, 26, .8);--cp-eyedropper-bg: rgba(20, 20, 26, .75);--cp-eyedropper-icon: rgba(255, 255, 255, .82);--cp-alpha-gradient-start: rgba(255, 255, 255, 0);--cp-alpha-gradient-end: rgba(255, 255, 255, 1);--big-shadow: 20px 20px 74px rgba(0, 0, 0, .1), 12px 10px 22px rgba(0, 0, 0, .08);--grey-25: #a2a2a2;--grey-10: #202020;--spacing-16: 16px;--spacing-12: 12px;--spacing-8: 8px;--spacing-4: 4px;--spacing-6: 6px}.ColorPicker{position:fixed;top:0;left:0;width:240px;height:auto;z-index:1100;padding:var(--spacing-8);gap:var(--spacing-8);display:flex;flex-direction:column;background:var(--cp-color-surface);user-select:none;border-radius:var(--spacing-12);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ColorPicker__header{position:relative;display:flex;align-items:center;gap:.75rem;padding-top:.75rem}.ColorPicker__header--hidden{position:absolute;top:0;left:0;width:100%;height:0;padding-top:0}.ColorPicker__header--hidden .ColorPicker__dragHandle{pointer-events:auto;top:-1rem}.ColorPicker__dragHandle{position:absolute;top:-1.4rem;left:50%;transform:translate(-50%);width:68px;height:6px;border-radius:999px;background:var(--cp-drag-handle-bg);transition:.3s;cursor:grab}.ColorPicker__dragHandle:hover{background:var(--cp-drag-handle-bg-hover)}.ColorPicker__modeTrigger{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:var(--spacing-8);gap:4px;width:100%;height:34px;background:var(--cp-layer-strong);border:1px solid var(--line, rgba(60, 60, 60, .93));border-radius:6px;cursor:pointer;color:var(--cp-color-text-primary)}.ColorPicker__modeTrigger:hover{border-color:var(--cp-border-hover);background:var(--cp-layer-strong)}.ColorPicker__modeIcon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:6px;background-color:var(--cp-indicator-fill);color:var(--cp-color-text-primary)}.ColorPicker__modeCaret{margin-left:auto;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--cp-color-text-primary);transition:transform .16s ease}.ColorPicker__modeCaret svg{width:16px;height:16px;display:block}.ColorPicker__modeCaret--open{transform:rotate(-180deg)}.ColorPicker__modeList{display:flex;flex-direction:column;position:absolute;-webkit-user-select:none;user-select:none;top:calc(100% - 15px);width:100%;gap:var(--spacing-4);padding:var(--spacing-8);background:var(--cp-color-surface);border-radius:var(--spacing-16);box-shadow:var(--big-shadow);overflow:hidden;text-overflow:ellipsis;cursor:pointer;border:none;z-index:5;transition:background .12s ease,color .12s ease}.ColorPicker__modeList li{width:100%}.ColorPicker__modeOption{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-4);padding:var(--spacing-8);border-radius:var(--spacing-6);text-overflow:ellipsis;font-size:12px;width:100%;background:transparent;border:none;color:var(--cp-color-text-primary);text-align:start;cursor:pointer}.ColorPicker__modeOption[aria-selected=true],.ColorPicker__modeOption:hover{background:var(--grey-10);color:var(--cp-menu-option-text)}.ColorPicker__modeOptionLabel{flex:1}.ColorPicker__gradient{position:relative;display:flex;align-items:center;height:14px;border-radius:999px;background:var(--cp-gradient-track-bg);box-shadow:inset 0 0 0 1px #0000002e;overflow:hidden;cursor:pointer;touch-action:none}.ColorPicker__gradientTrack{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,var(--cp-alpha-gradient-start),var(--cp-alpha-gradient-end))}.ColorPicker__gradientHandle{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;aspect-ratio:1 / 1;border:none;padding:0;background:transparent;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;outline:none;box-shadow:0 3px 6px #00000059}.ColorPicker__gradientHandle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid var(--cp-color-white);background:transparent}.ColorPicker__gradientHandle--active{transform:translate(-50%,-50%) scale(1.15);filter:drop-shadow(0px .5px .5px rgba(0,0,0,.35))}.ColorPicker__gradientHandle--active:before{border-width:3px}.ColorPicker__planeWrapper{border-radius:var(--spacing-8);background:var(--cp-plane-frame-bg)}.ColorPicker__plane{position:relative;width:100%;height:219px;border-radius:var(--spacing-8);cursor:pointer;overflow:hidden;touch-action:none}.ColorPicker__planeThumb{position:absolute;width:10px;height:10px;border-radius:50%;transform:translate(-50%,-50%) scale(1.15);background:transparent;filter:drop-shadow(0px .5px .5px rgba(0,0,0,.35));pointer-events:none}.ColorPicker__planeThumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid var(--cp-color-white)}.ColorPicker__sliders{display:grid;gap:var(--spacing-8)}.ColorPicker__slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:13px;position:relative;border-radius:999px;border:none;outline:none;cursor:pointer;overflow:hidden;background-color:transparent;background-size:100% 100%;box-shadow:inset 0 0 0 1px #0000002e;touch-action:none}.ColorPicker__slider--alpha{background-blend-mode:normal}.ColorPicker__inputs{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:8px;width:100%}.ColorPicker__eyedropper{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:8px;width:32px;height:32px;background-color:transparent;border:none;cursor:pointer}.ColorPicker__eyedropperIcon{width:16px;height:16px;display:block;color:var(--cp-color-text-primary);pointer-events:none}.ColorPicker__inputGroup{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px;gap:4px;height:32px;border:1px solid var(--line, rgba(60, 60, 60, .93));border-radius:6px}.ColorPicker__inputGroup--hex{width:121px}.ColorPicker__inputGroup--alpha{width:55px}.ColorPicker__textInput{flex:1;display:flex;align-items:center;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:var(--cp-color-text-primary);background:transparent;border:none;outline:none;min-width:0}.ColorPicker__textInput::-webkit-outer-spin-button,.ColorPicker__textInput::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.ColorPicker__inputPrefix,.ColorPicker__inputSuffix{display:flex;align-items:center;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:10px;line-height:14px;color:#7b7b7b}.ColorPickerControls{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;touch-action:none}.ColorPickerControls__canvas{width:100%;height:100%;pointer-events:auto}.ColorPickerControls__axis{stroke:#ffffffa6;stroke-width:2;stroke-linecap:round}.ColorPickerControls__handle{fill:#0e0e128c;stroke:#ffffffe0;stroke-width:2;cursor:pointer}.ColorPickerControls__handle--endpoint{fill:#fff;filter:drop-shadow(9px 9px 5px rgba(0,0,0,.01)) drop-shadow(5px 5px 4px rgba(0,0,0,.03)) drop-shadow(2px 2px 3px rgba(0,0,0,.05)) drop-shadow(1px 1px 2px rgba(0,0,0,.06))}.ColorPickerControls__handle--active{stroke-width:3;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.ColorPickerControls__handle--preview{fill:#ffffff14;stroke:#ffffff8c;stroke-width:2;stroke-dasharray:4 4}._text_1a7vy_1{font-family:Inter,sans-serif;margin:0;padding:0}._type10_1a7vy_7{font-size:10px;line-height:14px}._type12_1a7vy_12{font-size:12px;line-height:16px}._type20_1a7vy_17{font-size:20px;line-height:30px}._black50_1a7vy_22{color:var(--main-50)}._red_1a7vy_26{color:#f44}._input-wrapper_fyfwe_1{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4);height:32px;padding:var(--spacing-8);font-size:var(--text-12);line-height:var(--spacing-16);color:var(--main);background:var(--main-opposite);border:none;box-shadow:inset 0 0 0 1px var(--line);border-radius:var(--spacing-6);-webkit-user-select:none;user-select:none}._input-wrapper_fyfwe_1:hover{box-shadow:inset 0 0 0 2px var(--line)}._input-block_fyfwe_22{display:flex;gap:var(--spacing-4);overflow:hidden;width:100%;align-items:center}._input-gradient-wrapper_fyfwe_30{display:flex;gap:var(--spacing-4);width:100%;overflow:hidden;background:none;border:none;font-family:Inter,sans-serif;font-size:var(--text-12);cursor:pointer}._input-gradient_fyfwe_30,._input-solid_fyfwe_43{width:var(--spacing-16);height:var(--spacing-16);border:none;border-radius:3px;cursor:pointer;flex-shrink:0}._input-left-text_fyfwe_52,._input-right-text_fyfwe_53{color:var(--main-50);font-size:var(--text-10);line-height:14px}._input-text_fyfwe_59{width:100%;overflow:hidden;border:none;font-family:Inter,sans-serif;font-size:var(--text-12);background-color:transparent;color:var(--main)}._input-text_fyfwe_59:focus-visible{outline:none}._input-text_fyfwe_59::-webkit-outer-spin-button,._input-text_fyfwe_59::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input-text_fyfwe_59[type=number]{-moz-appearance:textfield}._input-gradient-text_fyfwe_82{color:var(--main)}._input-icon_fyfwe_86{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--main-50)}._disabled_fyfwe_94{pointer-events:none;background:var(--grey-10);cursor:default}._disabled_fyfwe_94 ._input-gradient_fyfwe_30,._disabled_fyfwe_94 ._input-solid_fyfwe_43,._disabled_fyfwe_94 ._input-icon_fyfwe_86,._disabled_fyfwe_94 ._input-left-text_fyfwe_52,._disabled_fyfwe_94 ._input-right-text_fyfwe_53,._disabled_fyfwe_94 ._input-text_fyfwe_59,._disabled_fyfwe_94 ._input-gradient-text_fyfwe_82{opacity:.5}._icon-wrapper_im3lf_1{display:flex;align-items:center;justify-content:center;line-height:0}._dropdown_n0l7p_1{display:flex;flex-direction:column;align-items:center;font-size:var(--text-12);position:relative;-webkit-user-select:none;user-select:none;width:100%}._dropdown__header_n0l7p_11{font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4);width:100%;height:32px;padding:var(--spacing-8);background:var(--main-opposite);border:none;box-shadow:inset 0 0 0 1px var(--line);border-radius:var(--spacing-6);font-size:var(--text-12);cursor:pointer}._dropdown__header_n0l7p_11:hover{box-shadow:inset 0 0 0 2px var(--line)}._dropdown__header_n0l7p_11:disabled{background:var(--grey-10);pointer-events:none;cursor:default}._dropdown__header_n0l7p_11:disabled ._dropdown__sub-title_n0l7p_36,._dropdown__header_n0l7p_11:disabled ._dropdown-icon_n0l7p_37,._dropdown__header_n0l7p_11:disabled ._dropdown-img_n0l7p_38,._dropdown__header_n0l7p_11:disabled ._dropdown__label_n0l7p_39{opacity:.5}._dropdown-img_n0l7p_38{width:var(--spacing-16);height:var(--spacing-16)}._dropdown-icon_n0l7p_37{flex-shrink:0;color:var(--main)}._dropdown__header-block_n0l7p_55{display:flex;align-items:center;overflow:hidden;gap:var(--spacing-4);max-width:100%}._dropdown__sub-title_n0l7p_36{color:var(--main-50);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._dropdown__label_n0l7p_39{color:var(--main);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._dropdown__content-wrapper_n0l7p_77{display:flex;flex-direction:column;position:absolute;-webkit-user-select:none;user-select:none;top:36px;width:100%;gap:var(--spacing-4);padding:var(--spacing-8);background:var(--main-opposite);border-radius:16px;box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;overflow:hidden;text-overflow:ellipsis;z-index:100;cursor:pointer;border:none}._dropdown__content-item_n0l7p_99{display:flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-8);border-radius:var(--spacing-6);text-overflow:ellipsis;font-size:var(--text-12)}._dropdown__content-item_n0l7p_99:hover{background:var(--grey-10)}._dropdown-centered-label_n0l7p_113{justify-content:center}._checkbox-wrapper_scxuh_1{width:fit-content;display:flex;gap:4px;align-items:center;font-size:var(--text-12);color:var(--main);cursor:pointer;padding-block:var(--spacing-4)}._checkbox_scxuh_1{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:4px;background:var(--main-opposite);border:1px solid var(--line);transition:border .1s ease-in-out;color:var(--main);display:grid;place-content:center;cursor:pointer}._checkbox_scxuh_1:hover{border-width:2px}._checkbox_scxuh_1:disabled{border-width:0px;background-color:var(--grey-10)}._checkbox_scxuh_1:disabled:before{border-width:0px;background-color:var(--grey-25)}._checkbox_scxuh_1:before{content:"";width:1em;height:1em;transition:.1s all ease-in-out;opacity:0;transform:scale(.5);background-color:var(--main);clip-path:polygon(24% 43%,43% 61%,80% 25%,88% 33%,43% 77%,16% 52%)}._checkbox_scxuh_1:checked:before{opacity:1;transform:scale(1)}._disabled_scxuh_58{color:var(--grey-25)}._button_1vgvq_1{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;height:32px;width:100%;padding:var(--spacing-8) var(--spacing-12);font-family:Inter,sans-serif;font-size:var(--text-12);line-height:16px;border:none;background-color:transparent;color:var(--main);box-shadow:inset 0 0 0 1px var(--line);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none}._button_1vgvq_1:hover{box-shadow:inset 0 0 0 2px var(--line)}._button_1vgvq_1:disabled{color:var(--main-50);background:var(--grey-10);box-shadow:inset 0 0 0 1px var(--line)}._button_1vgvq_1:disabled ._icon_1vgvq_30{opacity:.5}._icon-button_1vgvq_36{width:32px;padding:0}._background-picker_6f5k4_1{display:flex;gap:var(--spacing-8);align-items:center;width:100%;position:relative}._input-wrapper_6f5k4_9{display:flex;align-items:center;gap:var(--spacing-4);height:32px;padding:var(--spacing-8);font-size:var(--text-12);line-height:var(--spacing-16);color:var(--main);border:none;box-shadow:inset 0 0 0 1px var(--line);border-radius:var(--spacing-6);-webkit-user-select:none;user-select:none;cursor:pointer;flex:1;min-width:0;background:none;font-family:Inter,sans-serif}._input-wrapper_6f5k4_9:hover{box-shadow:inset 0 0 0 2px var(--line)}._gradient-preview_6f5k4_33{width:16px;height:16px;border-radius:3px;flex-shrink:0}._checkerboard_6f5k4_40{background-image:linear-gradient(45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(-45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--canvas-pattern-1) 75%),linear-gradient(-45deg,transparent 75%,var(--canvas-pattern-1) 75%);background-color:var(--canvas-pattern-2);background-size:6px 6px;background-position:0 0,0 3px,3px -3px,-3px 0px}._mode-label_6f5k4_51{color:var(--main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._checkbox-container_6f5k4_58{display:flex;align-items:center;gap:var(--spacing-4);flex:1;min-width:0}._picker-portal_6f5k4_66{position:fixed;z-index:1000;background:var(--main-opposite);border-radius:12px;box-shadow:0 4px 24px #00000026;padding:12px}._picker-dropdown_6f5k4_75{position:absolute;top:100%;left:0;right:0;margin-top:8px;z-index:1000;background:var(--main-opposite);border-radius:12px;box-shadow:0 4px 24px #00000026;padding:12px}._picker-dropdown--upward_6f5k4_88{top:auto;bottom:100%;margin-top:0;margin-bottom:8px}._picker-dropdown_6f5k4_75 .ColorPicker{padding:0;background:transparent;border-radius:0;width:100%}._picker-dropdown_6f5k4_75 .ColorPicker__header{padding-top:0}._picker-dropdown_6f5k4_75 .ColorPicker__modeList{width:100%;left:0;right:0}._picker-actions_6f5k4_112{display:flex;gap:8px;margin-top:12px;padding:0}._done-button_6f5k4_119{flex:1;padding:8px 12px;border-radius:6px;border:1px solid var(--line);background:var(--main-opposite);color:var(--main);cursor:pointer;font-size:12px;font-family:Inter,sans-serif}._done-button_6f5k4_119:hover{background:var(--grey-10)}@keyframes _shimmer_o9q8a_1{0%{background-position:-200% 0}to{background-position:200% 0}}._skeleton_o9q8a_10{background:var(--grey-10);background-image:linear-gradient(90deg,var(--grey-10) 0%,var(--grey-15) 40%,var(--grey-15) 60%,var(--grey-10) 100%);background-size:200% 100%;animation:_shimmer_o9q8a_1 1.5s ease-in-out infinite;border-radius:var(--border-radius-sm);flex-shrink:0}._text_o9q8a_25{height:12px;border-radius:2px}._rect_o9q8a_30{border-radius:var(--border-radius-sm)}._circle_o9q8a_34{border-radius:50%}.selection-box{border-style:solid;border-color:var(--accent, #0066ff);background:transparent;box-sizing:border-box}.selection-box-locked{border-style:dashed;border-color:var(--grey-40, #888)}.selection-handle{background:#fff;border-style:solid;border-color:var(--accent, #0066ff);border-radius:1px;z-index:100}.selection-handle:hover,.selection-handle.active{background:var(--accent, #0066ff)}.selection-handle-corner{cursor:nwse-resize}.selection-handle-rotate{border-radius:50%;cursor:grab}.selection-handle-rotate:hover{background:var(--accent, #0066ff);transform:scale(1.2)}.selection-handle-rotate.active{cursor:grabbing}.selection-rotate-line{z-index:99}.text-overlay{position:absolute;top:0;left:0;pointer-events:none;overflow:visible;z-index:10}.text-overlay>*{pointer-events:auto}.font-picker{position:relative;width:100%}.font-picker-trigger{width:100%;padding:8px 12px;border:1px solid var(--grey-20, #333);border-radius:6px;background:var(--grey-10, #1a1a1a);color:var(--grey-80, #ccc);font-size:13px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .15s ease}.font-picker-trigger:hover{border-color:var(--grey-30, #444)}.font-picker-trigger:focus{outline:none;border-color:var(--accent, #0066ff)}.font-picker-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.font-picker-arrow{font-size:10px;opacity:.5;margin-left:8px}.font-picker-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--grey-5, #111);border:1px solid var(--grey-20, #333);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:1000;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.font-picker-search{padding:10px 12px;border:none;border-bottom:1px solid var(--grey-20, #333);background:transparent;color:var(--grey-80, #ccc);font-size:13px;outline:none}.font-picker-search::placeholder{color:var(--grey-40, #666)}.font-picker-list{overflow-y:auto;max-height:250px;padding:4px 0}.font-picker-category{padding:4px 0}.font-picker-category-name{padding:6px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--grey-50, #888)}.font-picker-item{width:100%;padding:8px 12px;border:none;background:transparent;color:var(--grey-70, #bbb);font-size:14px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .1s ease}.font-picker-item:hover{background:var(--grey-15, #222)}.font-picker-item.selected{color:var(--accent, #0066ff)}.font-picker-item.loading{opacity:.6}.font-picker-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.font-picker-item-check{color:var(--accent, #0066ff);font-size:12px}.font-picker-item-loading{color:var(--grey-50, #888);font-size:12px}.font-picker-empty{padding:20px;text-align:center;color:var(--grey-50, #888);font-size:13px}.text-panel{margin-top:8px;padding:12px;background:var(--grey-5);border-radius:8px}.text-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.text-add-btn{font-size:11px!important;padding:4px 8px!important}.text-layer-list{margin-bottom:12px;border-radius:6px;overflow:hidden;background:var(--grey-10)}.text-layer-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;cursor:pointer;transition:background .1s ease;border-bottom:1px solid var(--grey-15)}.text-layer-item:last-child{border-bottom:none}.text-layer-item:hover{background:var(--grey-15)}.text-layer-item.selected{background:var(--accent);color:#fff}.text-layer-preview{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.text-layer-actions{display:flex;gap:4px}.text-layer-action{padding:2px 4px;border:none;background:transparent;font-size:12px;cursor:pointer;opacity:.7;transition:opacity .1s ease}.text-layer-action:hover{opacity:1}.text-layer-action.off{opacity:.3}.text-layer-action.on{opacity:1}.text-properties{display:flex;flex-direction:column;gap:12px}.text-property-row{display:flex;flex-direction:column;gap:4px}.text-property-row-split{flex-direction:row;gap:8px}.text-property-half{flex:1;display:flex;flex-direction:column;gap:4px}.text-property-label-row{display:flex;justify-content:space-between;align-items:center}.text-property-label{font-size:11px;color:var(--grey-60)}.text-property-value{font-size:11px;color:var(--grey-50);font-variant-numeric:tabular-nums}.text-property-input{padding:6px 8px;border:1px solid var(--grey-20);border-radius:4px;background:var(--grey-10);color:var(--grey-80);font-size:12px;width:100%}.text-property-input:focus{outline:none;border-color:var(--accent)}.text-property-select{padding:6px 8px;border:1px solid var(--grey-20);border-radius:4px;background:var(--grey-10);color:var(--grey-80);font-size:12px;width:100%;cursor:pointer}.text-property-select:focus{outline:none;border-color:var(--accent)}.text-align-buttons{display:flex;gap:4px}.text-align-btn{flex:1;padding:6px;border:1px solid var(--grey-20);border-radius:4px;background:var(--grey-10);color:var(--grey-60);font-size:12px;cursor:pointer;transition:all .1s ease}.text-align-btn:hover{border-color:var(--accent)}.text-align-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.text-color-picker{display:flex;align-items:center;gap:8px}.text-color-picker input[type=color]{width:32px;height:32px;padding:0;border:none;border-radius:4px;cursor:pointer}.text-color-hex{font-size:11px;color:var(--grey-50);font-family:monospace}.text-stroke-toggle{padding:2px 8px;border:1px solid var(--grey-20);border-radius:3px;background:transparent;color:var(--grey-50);font-size:10px;cursor:pointer;transition:all .1s ease}.text-stroke-toggle:hover{border-color:var(--accent)}.text-stroke-toggle.active{background:var(--accent);border-color:var(--accent);color:#fff}.text-stroke-options{display:flex;align-items:center;gap:8px;margin-top:4px}.text-stroke-options input[type=color]{width:24px;height:24px;padding:0;border:none;border-radius:4px;cursor:pointer;flex-shrink:0}.text-stroke-options .slider-track{flex:1}.text-property-actions{display:flex;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid var(--grey-15)}.text-action-btn{flex:1;font-size:11px!important}.text-action-btn-danger{background:transparent!important;border-color:var(--danger, #dc3545)!important;color:var(--danger, #dc3545)!important}.text-action-btn-danger:hover{background:var(--danger, #dc3545)!important;color:#fff!important}.text-panel-empty{padding:20px;text-align:center;color:var(--grey-40);font-size:12px}.export-dialog{position:relative;display:flex;flex-direction:column;gap:8px;background:var(--main-opposite);border-radius:16px;padding:16px;width:307px;box-shadow:90px 90px 36px #0000,57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a}.export-dialog-close{position:absolute;top:16px;right:16px;width:24px;height:24px;padding:4px;background:var(--grey-10);border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.export-dialog-close:hover{background:var(--grey-15)}.export-dialog-close svg{width:16px;height:16px;color:var(--main)}.export-toggle-group{display:flex;gap:2px;padding:2px;background:var(--grey-10);border-radius:8px}.export-toggle-option{flex:1;height:28px;padding:6px 12px;background:var(--grey-10);border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main);cursor:pointer;transition:all .15s ease}.export-toggle-option:hover:not(.active){background:var(--grey-15)}.export-toggle-option.active{background:var(--main-opposite);box-shadow:14px 14px 6px #0000,9px 9px 5px #00000003,5px 5px 4px #00000008,2px 2px 3px #0000000d,1px 1px 2px #0000000f}.export-toggle-option:disabled,.export-toggle-option.disabled{opacity:.5;cursor:not-allowed}.export-toggle-option.disabled:hover{background:var(--grey-10)}.export-resolution-display{display:flex;align-items:center;justify-content:center;padding:6px;background:var(--grey-10);border-radius:6px;font-family:Inter,sans-serif;font-size:10px;line-height:14px;color:var(--main-50)}.export-section-label{font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main);margin:0}.export-format-options{display:flex;gap:10px}.export-format-options button{flex:1}.export-progress-container{display:flex;flex-direction:column;gap:8px}.export-progress-bar{width:100%;height:32px;background:transparent;border:1px solid var(--line);border-radius:8px;overflow:hidden;position:relative}.export-progress-fill{position:absolute;left:0;top:0;height:100%;background:var(--main);border-radius:7px;transition:width .2s ease}.export-progress-text{display:flex;align-items:center;justify-content:center;padding:6px;background:var(--grey-10);border-radius:6px;font-family:Inter,sans-serif;font-size:10px;line-height:14px;color:var(--main-50)}.video-export-error{text-align:center;padding:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;margin-bottom:8px}.video-export-error span{color:#ef4444!important}:root[data-theme=dark]{--easing-curve-stroke: #fff}:root[data-theme=light]{--easing-curve-stroke: #000}:root{--animation-panel-height: 220px;--animation-panel-collapsed-height: 40px;--timeline-ruler-height: 24px;--timeline-track-height: 80px;--track-label-width: 40px}.animation-panel{flex-shrink:0;height:auto;max-height:50vh;background:var(--sidebar-bg);border-top:1px solid var(--line);border-left:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:100}.animation-panel--keyframe{height:var(--animation-panel-height);max-height:var(--animation-panel-height)}.animation-panel--collapsed{height:var(--animation-panel-collapsed-height);display:flex;align-items:center;justify-content:center}.animation-create-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid var(--line);border-radius:6px;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:12px;cursor:pointer;transition:all .15s ease}.animation-create-btn:hover{background:var(--grey-10);border-color:var(--accent);color:var(--text-primary)}.animation-panel-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--line);flex-shrink:0}.animation-panel-title{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--text-primary)}.animation-panel-keyframe-count{font-weight:400;color:var(--text-secondary)}.animation-panel-actions{display:flex;align-items:center;gap:8px}.animation-action-btn{padding:4px 12px;background:var(--grey-10);border:1px solid var(--line);border-radius:4px;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:12px;cursor:pointer;transition:all .15s ease}.animation-action-btn:hover,.animation-action-btn.active{background:var(--grey-15);color:var(--text-primary)}.animation-action-btn--danger:hover{border-color:#f87171;color:#f87171}.animation-settings-wrapper{position:relative}.animation-settings-popup{position:absolute;bottom:calc(100% + 8px);right:0;background:var(--background);border:1px solid var(--line);border-radius:12px;padding:12px;min-width:180px;box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;z-index:200}.animation-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.animation-settings-row:last-child{margin-bottom:0}.animation-settings-row label{font-family:Inter,sans-serif;font-size:12px;color:var(--text-secondary)}.animation-settings-input{display:flex;align-items:center;gap:4px}.animation-settings-input input{width:60px;padding:4px 8px;background:var(--grey-10);border:1px solid var(--line);border-radius:4px;font-family:Inter,sans-serif;font-size:12px;color:var(--text-primary);text-align:right}.animation-settings-input input:focus{border-color:var(--accent);outline:none}.animation-settings-input span{font-family:Inter,sans-serif;font-size:12px;color:var(--text-secondary)}.animation-settings-row select{padding:4px 8px;background:var(--grey-10);border:1px solid var(--line);border-radius:4px;font-family:Inter,sans-serif;font-size:12px;color:var(--text-primary);cursor:pointer}.animation-settings-row select:focus{border-color:var(--accent);outline:none}.animation-panel-body{flex:1;display:flex;flex-direction:column;overflow:visible}.animation-panel-controls{display:flex;align-items:center;gap:16px;padding:8px 16px;border-bottom:1px solid var(--line);flex-shrink:0;overflow:visible;position:relative;z-index:200}.animation-panel-easing{margin-left:auto;position:relative}.playback-controls{display:flex;align-items:center;gap:8px}.playback-buttons{display:flex;align-items:center;gap:2px;background:var(--grey-10);border-radius:8px;height:32px}.playback-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--main-50);cursor:pointer;transition:var(--transition)}.playback-btn:hover{background:var(--grey-15);color:var(--main)}.playback-btn--primary{background:var(--background);box-shadow:1px 1px 2px #0000000f;color:var(--main)}.playback-btn--primary:hover{background:var(--background)}.playback-btn--recording{color:#ef4444;animation:rec-pulse 1s ease-in-out infinite}.playback-btn--recording:hover{color:#dc2626}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.5}}.playback-time{font-family:Inter,sans-serif;font-size:11px;color:var(--main-50)}.playback-time-current{color:var(--main)}.playback-time-separator{margin:0 2px;opacity:.5}.timeline{flex:1;position:relative;overflow:hidden}.timeline-content{position:relative;height:100%;overflow:hidden}.timeline-ruler{position:absolute;top:0;left:var(--track-label-width);right:0;height:var(--timeline-ruler-height);background:var(--grey-10);border-bottom:1px solid var(--line)}.timeline-ruler-label{position:absolute;top:0;left:0;width:var(--track-label-width);height:var(--timeline-ruler-height);background:var(--grey-10);border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.timeline-tick{position:absolute;top:0;width:1px;height:8px;background:var(--line)}.timeline-tick--major{height:12px;background:var(--text-secondary)}.timeline-tick-label{position:absolute;top:14px;left:4px;font-family:Inter,sans-serif;font-size:10px;color:var(--text-secondary);white-space:nowrap}.timeline-track{position:relative;height:var(--timeline-track-height);background:var(--sidebar-bg)}.keyframe-marker{position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer;color:var(--accent);transition:transform .1s ease}.keyframe-marker:hover{transform:translate(-50%,-50%) scale(1.2)}.keyframe-marker--selected{color:#f59e0b}.keyframe-marker--selected .keyframe-marker-icon{filter:drop-shadow(0 0 4px rgba(245,158,11,.5))}.keyframe-marker--dragging{cursor:grabbing}.keyframe-marker-icon{display:block}.scrubber{position:absolute;top:0;bottom:0;width:1px;pointer-events:none;z-index:10;margin-left:var(--track-label-width)}.scrubber-head{position:absolute;top:0;left:50%;transform:translate(-50%);color:#ef4444;cursor:ew-resize;pointer-events:auto}.scrubber-line{position:absolute;top:8px;left:0;bottom:0;width:1px;background:#ef4444}.scrubber--dragging .scrubber-head{cursor:grabbing}.easing-selector{display:flex;align-items:center;gap:8px}.easing-selector-label{font-family:Inter,sans-serif;font-size:12px;color:var(--text-secondary);flex-shrink:0}.easing-dropdown{position:relative}.easing-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4);min-width:120px;height:32px;padding:var(--spacing-8);background:var(--main-opposite);border:none;box-shadow:inset 0 0 0 1px var(--line);border-radius:var(--spacing-6);font-family:Inter,sans-serif;font-size:var(--text-12);color:var(--main);cursor:pointer;-webkit-user-select:none;user-select:none}.easing-dropdown__trigger:hover{box-shadow:inset 0 0 0 2px var(--line)}.easing-dropdown__trigger-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.easing-dropdown__trigger-icon{flex-shrink:0;color:var(--main)}.easing-dropdown__panel{display:flex;gap:0;background:var(--main-opposite);border-radius:16px;box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;z-index:9999;overflow:hidden}.easing-dropdown__grid{display:flex;flex-direction:column;gap:2px;padding:8px}.easing-dropdown__row{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.easing-dropdown__item{display:flex;align-items:center;gap:6px;padding:6px var(--spacing-8);border:none;background:transparent;border-radius:var(--spacing-6);font-family:Inter,sans-serif;font-size:var(--text-12);color:var(--main);cursor:pointer;white-space:nowrap;transition:background .1s ease}.easing-dropdown__item:hover,.easing-dropdown__item--hovered{background:var(--grey-10)}.easing-dropdown__item--active{background:var(--grey-15);color:var(--easing-curve-stroke)}.easing-dropdown__item--active .easing-mini-curve path{stroke:var(--easing-curve-stroke)}.easing-dropdown__item-label{overflow:hidden;text-overflow:ellipsis}.easing-mini-curve{flex-shrink:0;display:block}.easing-dropdown__preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 16px;border-left:1px solid var(--line);min-width:140px}.easing-dropdown__preview-label{font-family:Inter,sans-serif;font-size:11px;color:var(--text-secondary);margin-top:4px;text-align:center}.easing-animated-preview-canvas{display:block;border-radius:8px}.easing-curve-preview{display:block}.app.ui-hidden .animation-panel{display:none}.animation-panel--procedural-slim{height:auto;max-height:none}.animation-panel-slim-bar{display:flex;align-items:center;gap:12px;padding:4px 16px;height:44px}.animation-panel-slim-bar .playback-controls{flex-shrink:0}.animation-panel-slim-bar .procedural-timeline{flex:1;height:100%;border-top:none}.animation-panel-slim-bar .timeline-ruler-label{display:none}.animation-panel-slim-bar .timeline-ruler{left:0}.animation-panel-slim-bar .scrubber{margin-left:0}.procedural-timeline{height:50px;flex-shrink:0;border-top:1px solid var(--line)}.procedural-timeline-track{height:26px;background:var(--sidebar-bg)}.animation-mode-buttons{display:flex;gap:8px}.animation-mode-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:1px solid var(--line);border-radius:6px;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:12px;cursor:pointer;transition:all .15s ease}.animation-mode-btn:hover{background:var(--grey-10);border-color:var(--accent);color:var(--text-primary)}.animation-mode-btn svg{flex-shrink:0}.timeline-tracks-container{position:absolute;top:var(--timeline-ruler-height);left:0;right:0;bottom:0;display:flex;flex-direction:column;overflow-y:auto}.timeline-track-main{position:relative;height:40px;min-height:40px;flex-shrink:0;border-bottom:1px solid var(--line)}.timeline-point-tracks{display:flex;flex-direction:column}.point-track{display:flex;height:24px;border-bottom:1px solid var(--line)}.point-track-label{width:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--grey-10);border-right:1px solid var(--line);font-family:Inter,sans-serif;font-size:10px;color:var(--text-secondary)}.point-track-content{flex:1;position:relative}.point-keyframe-marker{position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .1s ease}.point-keyframe-marker:hover{transform:translate(-50%,-50%) scale(1.3)}.point-keyframe-marker--selected{filter:drop-shadow(0 0 4px rgba(245,158,11,.7))}.point-keyframe-marker--selected svg{stroke:#f59e0b;stroke-width:1px}.point-keyframe-marker--dragging{cursor:grabbing}.point-keyframe-marker--snapped{animation:snap-pulse .8s ease-in-out infinite}.point-keyframe-marker--snapped svg{stroke:var(--accent);stroke-width:1.5px}@keyframes snap-pulse{0%,to{filter:drop-shadow(0 0 3px var(--accent))}50%{filter:drop-shadow(0 0 8px var(--accent))}}.timeline-empty-state{display:flex;align-items:center;justify-content:center;height:60px;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:12px}.mckp-timeline-floating{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:100}.mckp-timeline-container{display:flex;min-width:400px;padding:var(--spacing-8);flex-direction:column;gap:var(--spacing-8);border-radius:var(--spacing-16);background:var(--main-opposite);box-shadow:14px 14px 6px #0000,9px 9px 5px #00000003,5px 5px 4px #00000008,2px 2px 3px #0000000d,1px 1px 2px #0000000f}.mckp-timeline-actions{display:flex;height:32px;align-items:center;gap:var(--spacing-2);align-self:stretch}.mckp-timeline-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--spacing-6);background:none;color:var(--main);cursor:pointer;transition:background-color .15s}.mckp-timeline-btn:hover{background-color:var(--grey-10)}.mckp-timeline-btn--loop{margin-left:auto}.mckp-timeline-btn--active{background-color:var(--grey-10)}.mckp-timeline-slider-wrapper{width:100%;position:relative}.mckp-timeline-slider-wrapper>input[type=range]{margin:0;height:16px;background:var(--grey-10)}.mckp-timeline-slider{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;width:100%!important;height:var(--spacing-16);padding:var(--spacing-4) var(--spacing-8);align-items:center;gap:var(--spacing-8);align-self:stretch;border:none;border-radius:var(--spacing-8);cursor:pointer}.mckp-timeline-slider::-webkit-slider-thumb{opacity:0}.mckp-timeline-slider::-moz-range-thumb{opacity:0}.mckp-timeline-slider-thumb-container{position:absolute;top:0;left:0;width:100%;pointer-events:none;padding:0 var(--spacing-8)}.mckp-timeline-slider-thumb-wrapper{height:24px;width:100%;pointer-events:none;overflow:hidden}.mckp-timeline-slider-thumb{position:relative;width:9px;height:100%;pointer-events:none;color:var(--main)}.mckp-timeline-slider-thumb>svg{min-height:16px;position:absolute;left:50%;transform:translate(-50%)}.mckp-timeline-slider-thumb-tail{position:absolute;background-color:var(--main);width:1px;z-index:-1;left:50%;top:14px;transform:translate(-50%);height:100%}.welcome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow-y:auto;transition:opacity .4s ease-out}.welcome-spacer{height:8rem;flex-shrink:0}.welcome-wrapper{display:flex;justify-content:center;padding:0 2.5rem 2.5rem}.welcome-card{position:relative;width:100%;max-width:64rem;min-width:1000px;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;transition:all .4s ease-out}.welcome-hero{position:relative;display:flex;height:42rem;width:100%;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;overflow:clip;border-radius:1.5rem 1.5rem 0 0;border-bottom:1px solid var(--line)}.welcome-hero-bg{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:1.5rem 1.5rem 0 0}.welcome-hero-bg img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;max-width:none}.welcome-hero-embed{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;border:none;display:block}.welcome-hero-brand{position:relative;z-index:10;flex-shrink:0;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;color:#fff}.welcome-hero-badge{position:relative;z-index:10;flex-shrink:0;border-radius:.5rem;border:1px solid rgba(255,255,255,.5);padding:2px .5rem}.welcome-hero-badge span{font-family:Inter Variable,Inter,sans-serif;font-size:.875rem;font-weight:400;color:#ffffffb3}.welcome-hero-title{position:relative;z-index:10;max-width:42rem;flex-shrink:0;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1;letter-spacing:-.05em;color:#fff;margin:0}.welcome-hero-desc{position:relative;z-index:10;max-width:36rem;flex-shrink:0;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#ffffffb3;margin:0}.welcome-hero-cta{position:relative;z-index:10;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;background:#fff;padding:1rem 2rem;box-shadow:0 10px 15px -3px #0000001a;transition:opacity .15s;border:none;cursor:pointer}.welcome-hero-cta:hover{opacity:.9}.welcome-hero-cta span{font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#000}.welcome-hero-sub{position:relative;z-index:10;max-width:36rem;flex-shrink:0;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.625;color:#ffffffb3;margin:0}.welcome-row{display:flex;height:42rem;width:100%;overflow:hidden}.welcome-row--border-t{border-top:1px solid var(--line)}.welcome-row--border-b{border-bottom:1px solid var(--line)}.welcome-row--border-tb{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.welcome-half{display:flex;width:50%;flex-shrink:0;flex-direction:column;align-items:center;overflow:hidden;padding:0 .75rem .75rem}.welcome-half--border-r{border-right:1px solid var(--line)}.welcome-text-block{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:.75rem;padding-top:2rem}.welcome-heading{width:20rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:2rem;letter-spacing:-.025em;color:var(--main);margin:0}.welcome-body{width:20rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--main-50);margin:0}.welcome-caption{width:20rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1rem;color:var(--main-50);margin:0}.welcome-showcase{display:flex;width:100%;flex-direction:column;padding-top:1.25rem}.welcome-showcase--gap{gap:.625rem}.welcome-showcase--relative{position:relative}.welcome-img-box{position:relative;height:20rem;width:100%;flex-shrink:0;overflow:hidden;border-radius:1rem}.welcome-img-box img{height:100%;width:100%;object-fit:cover}.welcome-img-box--hoverable img{transition:transform .3s}.welcome-showcase:hover .welcome-img-box--hoverable img{transform:scale(1.05)}.welcome-effects-panel{position:absolute;left:6rem;top:4rem;display:flex;width:16rem;flex-direction:column;gap:.25rem;overflow:hidden;border-radius:1rem;padding:.5rem;box-shadow:0 25px 50px -12px #00000040}.welcome-effects-item{display:flex;height:2rem;width:100%;cursor:pointer;align-items:center;border-radius:.375rem;padding:.25rem .5rem;transition:background-color .15s;border:none;background:none}.welcome-effects-item span{font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1rem;color:var(--main)}.welcome-effects-img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;transition:opacity .3s}.welcome-blend-panel{position:absolute;left:6rem;top:4rem;width:16rem;overflow:hidden;border-radius:1rem;background:var(--main-opposite);padding:.5rem;box-shadow:0 25px 50px -12px #00000040}.welcome-blend-item{display:flex;height:2rem;width:100%;cursor:pointer;align-items:center;border-radius:.375rem;padding:.25rem .5rem;transition:background-color .15s;border:none;background:none}.welcome-blend-item:hover{background:var(--grey-10)}.welcome-blend-item span{font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1rem;color:var(--main)}.welcome-anim-panel{position:absolute;left:50%;top:2rem;transform:translate(-50%);display:flex;width:16rem;flex-direction:column;gap:.25rem;overflow:hidden;border-radius:1rem;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.welcome-anim-header{display:flex;align-items:center;gap:.375rem;padding-bottom:.75rem}.welcome-anim-header span{flex:1;font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;color:var(--main)}.welcome-anim-header svg{color:var(--main-50)}.welcome-anim-slider{display:flex;height:1.5rem;align-items:center;gap:.25rem}.welcome-anim-slider-label{width:4rem;font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;color:var(--main-50)}.welcome-anim-slider-track{position:relative;flex:1;height:.75rem}.welcome-anim-slider-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px}.welcome-anim-slider-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;border-radius:2px}.welcome-anim-slider-thumb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:.875rem;border-radius:9999px}.welcome-anim-dropdown{margin-top:.25rem;display:flex;height:2rem;align-items:center;justify-content:space-between;border-radius:.375rem;border:1px solid;padding:0 .5rem}.welcome-anim-dropdown span{font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;color:var(--main)}.welcome-anim-dropdown svg{color:var(--main-50);transform:rotate(-90deg)}.welcome-presets-bg{height:20rem;width:100%;flex-shrink:0;border-radius:1rem}.welcome-presets-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.welcome-presets-cards{position:relative;height:18rem;width:24rem;cursor:pointer}.welcome-presets-cards img{position:absolute;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;object-fit:cover;transition:all .3s}.welcome-preset-1{left:2.5rem;top:1.75rem;height:8rem;width:10rem}.welcome-presets-cards:hover .welcome-preset-1{left:1.75rem;top:1.25rem}.welcome-preset-2{left:2.5rem;top:9.25rem;height:8rem;width:10rem;transition-duration:.3s}.welcome-presets-cards:hover .welcome-preset-2{left:1.75rem;top:9.5rem}.welcome-preset-3{right:2rem;top:2rem;height:7rem;width:10rem;transition-duration:.4s}.welcome-presets-cards:hover .welcome-preset-3{right:1.25rem;top:1.25rem}.welcome-preset-4{right:2.5rem;top:9rem;height:7rem;width:10rem;transition-duration:.5s}.welcome-presets-cards:hover .welcome-preset-4{right:1.75rem;top:9rem}.welcome-footer{display:flex;height:42rem;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;overflow:hidden;border-bottom:1px solid var(--line)}.welcome-footer-brand{text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;color:var(--main);margin:0}.welcome-footer-title{max-width:36rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:3.75rem;font-weight:500;line-height:1.1;letter-spacing:-.05em;color:var(--main);margin:0}.welcome-footer-desc{max-width:32rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--main-50);margin:0}.welcome-footer-cta{display:flex;height:3rem;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;background:var(--main);padding:.75rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:opacity .15s;border:none;cursor:pointer}.welcome-footer-cta:hover{opacity:.9}.welcome-footer-cta span{font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--main-opposite)}.welcome-footer-sub{max-width:36rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.625;color:var(--main-50);margin:0}.welcome-footer-legal{width:24rem;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1rem;color:var(--main-50);margin:0}.welcome-embed-container{position:relative;height:auto;aspect-ratio:852 / 638}.welcome-embed-container>img:first-of-type{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.welcome-embed-iframe{position:absolute;top:28.21%;left:25.12%;width:49.3%;height:42.95%;border:none;border-radius:5px;z-index:1;pointer-events:auto}img.welcome-embed-overlay{position:absolute;top:28.21%;left:25.12%;width:49.3%;height:42.95%;object-fit:contain;pointer-events:none;z-index:2}.welcome-mobile-only{display:none}.welcome-hero-copy-link{position:relative;z-index:10;flex-shrink:0;height:3rem;width:100%;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;background:#fff;padding:.75rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:opacity .15s;border:none;cursor:pointer}.welcome-hero-copy-link:hover{opacity:.9}.welcome-hero-copy-link span{font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#000}.welcome-hero-mobile-note{position:relative;z-index:10;flex-shrink:0;text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;color:#ffffffb3;margin:0}.welcome-mobile-footer{flex-direction:column;align-items:center;gap:.75rem;overflow:hidden;border-bottom:1px solid var(--line)}.welcome-mobile-footer-text{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;text-align:center}.welcome-mobile-footer-title{font-family:Inter Variable,Inter,sans-serif;font-size:3.75rem;font-weight:500;line-height:4.25rem;letter-spacing:-3px;color:var(--main);margin:0}.welcome-mobile-footer-desc{font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--main-50);margin:0}.welcome-mobile-preview{position:relative;height:220px;width:100%;overflow:hidden}.welcome-mobile-preview-img{position:absolute;left:50%;top:1rem;height:239px;width:325px;transform:translate(-50%);border-radius:5px;object-fit:cover;object-position:top;box-shadow:0 10px 15px -3px #0000001a}.welcome-mobile-footer-actions{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem;padding:1rem}.welcome-mobile-footer-btn{display:flex;height:3rem;width:100%;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;background:var(--main);padding:.75rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:opacity .15s;border:none;cursor:pointer}.welcome-mobile-footer-btn:hover{opacity:.9}.welcome-mobile-footer-btn span{font-family:Inter Variable,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--main-opposite)}.welcome-mobile-footer-sub{text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.375rem;color:var(--main-50);margin:0}.welcome-mobile-footer-legal{text-align:center;font-family:Inter Variable,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1rem;color:var(--main-50);margin:0}@media(max-width:1023px){.welcome-desktop-only{display:none!important}.welcome-mobile-only{display:flex}.welcome-spacer{display:none}.welcome-wrapper{padding:0}.welcome-card{min-width:0;border-radius:0}.welcome-hero{height:80vh;border-radius:0;padding:0 1.5rem 1.5rem}.welcome-hero-bg{border-radius:0}.welcome-hero-title{font-size:2.25rem;line-height:2.5rem;letter-spacing:-1.08px;max-width:none}.welcome-hero-copy-link{width:100%}.welcome-row{flex-direction:column;height:auto}.welcome-half{width:100%;height:80vh;padding:1.5rem;border-bottom:1px solid var(--line)}.welcome-half--border-r{border-right:none}.welcome-heading,.welcome-body,.welcome-caption{width:100%}.welcome-mobile-footer{height:80vh}}*{margin:0;box-sizing:border-box;user-select:none;-webkit-user-select:none}*:focus,*:focus-visible{outline:none}:root[data-theme=light]{--background: #ffffff;--foreground: #171717;--line: #e9e9e9;--main: #000000;--main-opposite: #ffffff;--main-50: rgba(0, 0, 0, .5);--grey-25: #8c8c8c;--grey-10: #f7f7f7;--grey-15: #e7e7e7;--color-1: #a600ff;--color-1-sub: #f4e0ff;--color-2: #67c416;--color-2-sub: #efffe0;--color-3: #ff6600;--color-3-sub: #ffebe0;--color-4: #00a1ff;--color-4-sub: #e0fcff;--color-5: #ffb700;--color-5-sub: #fff7ac;--blured-bg: rgba(255, 255, 255, .9);--blur-amount: 40px;--blur-saturate: 1.3;--scroll-bg: #fcfcfc;--sidebar-bg: #ffffff;--sidebar-border: #e9e9e9;--canvas-bg: #f7f7f7;--canvas-pattern-1: #f0f0f0;--canvas-pattern-2: #e8e8e8;--control-bg: #ffffff;--control-border: #e9e9e9;--text-primary: #181818;--text-secondary: #777777;--text-muted: #999999;--accent: #6366f1;--accent-hover: #5558e3;--accent-active: #4547c4;--accent-glow: rgba(99, 102, 241, .2);--cp-color-surface: #ffffff;--cp-color-text-primary: #181818;--cp-color-white: #ffffff;--cp-color-white-soft: #fefefe;--cp-shadow-strong: rgba(0, 0, 0, .15);--cp-shadow-soft: rgba(0, 0, 0, .1);--cp-shadow-slider-thumb: rgba(0, 0, 0, .15);--cp-border-faint: rgba(0, 0, 0, .06);--cp-border-default: rgba(0, 0, 0, .1);--cp-border-hover: rgba(0, 0, 0, .2);--cp-border-subtle: rgba(0, 0, 0, .12);--cp-border-strong: rgba(0, 0, 0, .15);--cp-indicator-border: rgba(0, 0, 0, .2);--cp-indicator-fill: rgba(0, 0, 0, .05);--cp-indicator-inner-shadow: rgba(0, 0, 0, .1);--cp-caret-stroke: rgba(0, 0, 0, .65);--cp-status-bar-bg: #f7f7f7;--cp-drag-handle-bg: rgba(0, 0, 0, .1);--cp-drag-handle-bg-hover: rgba(0, 0, 0, .2);--cp-layer-default: rgba(255, 255, 255, .9);--cp-layer-strong: rgba(255, 255, 255, .95);--cp-menu-bg: rgba(255, 255, 255, .98);--cp-menu-shadow: rgba(0, 0, 0, .15);--cp-menu-option-bg: rgba(0, 0, 0, .05);--cp-menu-option-text: #181818;--cp-gradient-track-bg: #e0e0e0;--cp-gradient-handle-border: rgba(255, 255, 255, .9);--cp-gradient-handle-shadow: rgba(0, 0, 0, .2);--cp-gradient-active-border: rgba(255, 72, 0, .9);--cp-gradient-active-shadow: rgba(255, 72, 0, .35);--cp-plane-frame-bg: rgba(0, 0, 0, .03);--cp-plane-frame-border: rgba(0, 0, 0, .08);--cp-plane-frame-inner: rgba(0, 0, 0, .05);--cp-plane-thumb-ring: rgba(255, 255, 255, .9);--cp-plane-thumb-shadow: rgba(0, 0, 0, .25);--cp-text-secondary: rgba(0, 0, 0, .7);--cp-text-muted: rgba(0, 0, 0, .5);--cp-slider-thumb-border: rgba(255, 255, 255, .9);--cp-input-border: rgba(0, 0, 0, .12);--cp-input-bg: rgba(0, 0, 0, .03);--cp-eyedropper-bg: rgba(255, 255, 255, .9);--cp-eyedropper-icon: rgba(0, 0, 0, .7)}:root[data-theme=dark]{--background: #181818;--foreground: #ededed;--line: rgba(60, 60, 60, .93);--main: #d1cfd7;--main-opposite: #181818;--main-50: #7b7b7b;--grey-25: #a2a2a2;--grey-10: #202020;--grey-15: #3a3a3a;--color-1: #a600ff;--color-1-sub: #5e0091;--color-2: #67c416;--color-2-sub: #2d5f00;--color-3: #ff6600;--color-3-sub: #7f3300;--color-4: #00a1ff;--color-4-sub: #004974;--color-5: #ffaa00;--color-5-sub: #805c00;--blured-bg: rgba(32, 32, 32, .9);--blur-amount: 40px;--blur-saturate: 1.3;--scroll-bg: #282828;--sidebar-bg: #181818;--sidebar-border: rgba(60, 60, 60, .93);--canvas-bg: #202020;--canvas-pattern-1: #2a2a2a;--canvas-pattern-2: #202020;--control-bg: #202020;--control-border: rgba(60, 60, 60, .93);--text-primary: #d1cfd7;--text-secondary: #a2a2a2;--text-muted: #7b7b7b;--accent: #6366f1;--accent-hover: #5558e3;--accent-active: #4547c4;--accent-glow: rgba(99, 102, 241, .3)}:root{--text-12: 12px;--text-10: 10px;--spacing-2: 2px;--spacing-4: 4px;--spacing-6: 6px;--spacing-8: 8px;--spacing-12: 12px;--spacing-16: 16px;--spacing-24: 24px;--border-radius: 6px;--border-radius-sm: 4px;--transition: .2s ease}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;position:relative;width:100%;height:100%;overflow:hidden}.sidebar-left{width:280px;flex-shrink:0;height:calc(100% - 24px);max-height:calc(100vh - 24px);background:var(--blured-bg);backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));-webkit-backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));padding:0;display:flex;flex-direction:column;align-items:center;position:absolute;top:12px;left:12px;z-index:20;border-radius:16px;overflow:clip;border:1px solid var(--line);box-shadow:4px 4px 11px #0000001a,14px 14px 20px #00000017,32px 32px 27px #0000000d,57px 57px 32px #00000003,90px 90px 36px #0000}.sidebar-left h2{font-size:16px;font-weight:600;color:var(--text-primary)}.show-left-panel-btn{position:absolute;top:12px;left:12px;z-index:20;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--blured-bg);backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));-webkit-backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));border:1px solid var(--line);border-radius:8px;cursor:pointer;color:var(--text-primary);box-shadow:4px 4px 11px #0000001a;transition:var(--transition)}.show-left-panel-btn:hover{background:var(--grey-10)}.sidebar-tabs{padding:16px 12px 12px;background:transparent}.sidebar-tabs .sidebar-toggle{width:100%}.sidebar-presets-section{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;width:280px;flex:1;background:transparent;overflow-y:auto;scrollbar-width:none}.sidebar-presets-section::-webkit-scrollbar{display:none}.sidebar-generation-section{display:flex;flex-direction:column;padding:0 16px 16px;width:280px;flex:1;background:transparent;overflow-y:auto;scrollbar-width:none}.sidebar-generation-section::-webkit-scrollbar{display:none}.sidebar-generation-section .procedural-panel{padding:0}.sidebar-label{width:auto;height:16px;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;color:var(--main-50);flex:none}.sidebar-right{display:flex;flex-direction:column;align-items:center;padding:0;width:280px;flex-shrink:0;height:calc(100% - 24px);max-height:calc(100vh - 24px);background:var(--blured-bg);backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));-webkit-backdrop-filter:blur(var(--blur-amount)) saturate(var(--blur-saturate));box-shadow:4px 4px 11px #0000001a,14px 14px 20px #00000017,32px 32px 27px #0000000d,57px 57px 32px #00000003,90px 90px 36px #0000;overflow:hidden;position:absolute;top:12px;right:12px;z-index:20;border-radius:16px;border:1px solid var(--line)}.sidebar-right-scrollable{display:flex;flex-direction:column;align-items:center;flex:1;min-height:0;overflow-y:auto;overflow-x:clip;scrollbar-width:none;width:100%}.sidebar-right-scrollable::-webkit-scrollbar{display:none}.sidebar-right::-webkit-scrollbar{display:none}.sidebar-right h2{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--text-primary)}.sidebar-right-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;width:280px;border-bottom:1px solid var(--line)}.sidebar-right-header-left,.sidebar-right-header-right{display:flex;flex-direction:row;align-items:center;gap:4px}.sidebar-right-zoom-btn{display:flex;flex-direction:row;align-items:center;padding:8px;gap:4px;height:32px;background:transparent;border:1px solid var(--line);border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--text-primary);transition:var(--transition);white-space:nowrap}.sidebar-right-zoom-btn:hover{background:var(--grey-10)}.sidebar-right-zoom-btn svg{width:12px;height:12px;flex-shrink:0}.sidebar-right-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:6px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:var(--text-primary);transition:var(--transition)}.sidebar-right-icon-btn:hover,.sidebar-right-icon-btn.active{background:var(--grey-10)}.sidebar-right-icon-btn:disabled{opacity:.3;cursor:default}.sidebar-right-icon-btn:disabled:hover{background:transparent}.sidebar-right-icon-btn svg{width:16px;height:16px}.sidebar-section{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;width:280px;border-bottom:1px solid var(--line);position:relative}.sidebar-section-label{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--main-50)}.sidebar-section-label--toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--main)}.sidebar-section-label--toggle:hover{color:var(--main)}.sidebar-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px;align-self:stretch}.sidebar-toggle{display:flex;flex-direction:row;align-items:flex-start;padding:2px;gap:2px;width:100%;height:32px;background:var(--grey-10);border-radius:8px;align-self:stretch}.sidebar-toggle-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 12px;gap:8px;height:28px;background:transparent;border-radius:6px;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--text-primary);flex:1}.sidebar-toggle-btn.active{background:var(--background);box-shadow:9px 9px 5px #00000003,5px 5px 4px #00000008,2px 2px 3px #0000000d,1px 1px 2px #0000000f}.sidebar-toggle-btn svg{width:16px;height:16px;flex:none}.canvas-container{position:relative;background:var(--canvas-bg);background-image:linear-gradient(45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(-45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--canvas-pattern-1) 75%),linear-gradient(-45deg,transparent 75%,var(--canvas-pattern-1) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px}.control-group{display:flex;flex-direction:column;gap:8px}.control-group label{font-size:12px;color:var(--text-secondary)}.control-row{display:flex;gap:8px;align-items:center}.selected-point-info{padding:12px;background:var(--control-bg);border-radius:var(--border-radius)}.selected-point-info h3{font-size:13px;font-weight:500;margin-bottom:8px;color:var(--text-primary)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--sidebar-bg);border-radius:12px;padding:24px;min-width:300px;box-shadow:0 20px 60px #00000080}.modal-content h3{font-size:18px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.export-info{text-align:center;padding:12px;background:var(--control-bg);border-radius:var(--border-radius);margin-bottom:16px;font-size:14px;color:var(--text-secondary)}.format-buttons{display:flex;gap:8px;margin-bottom:20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.theme-toggle{display:flex;align-items:center;gap:8px;padding:8px 0;cursor:pointer}.theme-toggle-label{font-size:12px;color:var(--text-secondary)}.sidebar-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:280px;height:64px;background:var(--background);position:relative;border-bottom:1px solid var(--line)}.sidebar-header-inner{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;width:280px;height:64px}.logo-section{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:8px;width:248px;height:32px}.logo-icon{width:32px;height:32px;flex:none;border-radius:8px;overflow:hidden}.logo-icon img{display:block;width:100%;height:100%;object-fit:cover}.logo-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;min-width:0;height:32px;flex:1}.logo-text span{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.menu-button-container{display:flex;flex-direction:row;align-items:center;padding:0;gap:2px;height:32px;flex-shrink:0}.menu-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:8px;width:32px;height:32px;background:transparent;border-radius:6px;border:none;cursor:pointer;color:var(--text-primary);transition:var(--transition)}.menu-button:hover,.menu-button--filled{background:var(--grey-10)}.menu-button--filled:hover{background:var(--grey-15)}.menu-button svg,.menu-button .icon{width:16px;height:16px}.dropdown-menu{display:flex;flex-direction:column;align-items:flex-start;padding:8px;position:fixed;width:232px;background:var(--background);box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;border-radius:16px;z-index:100}.dropdown-item{display:flex;flex-direction:row;align-items:center;padding:4px 8px;gap:4px;width:216px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main);transition:var(--transition);text-align:left;align-self:stretch}.dropdown-item:hover,.dropdown-item.active{background:var(--grey-10)}.dropdown-item svg,.dropdown-item .option-icon{width:16px;height:16px;flex:none}.dropdown-item span{flex:1;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main)}.check-icon{width:12px;height:12px;flex:none}.dropdown-divider{display:block;padding:8px 0;width:100%;border:none!important;outline:none!important;background:none!important;box-shadow:none!important}.dropdown-divider:after{content:"";display:block;height:1px;background:var(--line)}.floating-toolbar{display:flex;flex-direction:column;align-items:center;padding:0;position:absolute;height:40px;left:50%;transform:translate(-50%);top:24px;background:var(--background);box-shadow:9px 9px 5px #00000003,5px 5px 4px #00000008,2px 2px 3px #0000000d,1px 1px 2px #0000000f;border-radius:8px;z-index:50}.toolbar-inner{display:flex;flex-direction:column;align-items:flex-start;padding:4px;gap:8px;height:40px}.toolbar-toggle{display:flex;flex-direction:row;align-items:flex-start;padding:2px;gap:2px;height:32px;background:var(--grey-10);border-radius:8px}.toolbar-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 12px;gap:8px;height:28px;background:transparent;border-radius:6px;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--text-primary);transition:var(--transition)}.toolbar-btn:hover{background:var(--grey-15)}.toolbar-btn.active{background:var(--background);box-shadow:1px 1px 2px #0000000f}.toolbar-btn svg{width:16px;height:16px;flex:none}.toolbar-btn .shortcut{font-family:Inter,sans-serif;font-size:10px;line-height:14px;color:var(--grey-25)}.center-column{flex:1;min-width:0;display:flex;flex-direction:column}.canvas-container{flex:1;min-height:0;position:relative;background:var(--canvas-bg);display:flex;align-items:center;justify-content:center;padding:64px 24px 24px;overflow:clip}.artboard{position:relative}.artboard.eyedropper-mode{cursor:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.22 6.36L18.18 12.35M7.24 19.39L7.1 19.44C6.45 19.65 5.85 19.01 6.36 18.5C6.85 18 7.25 17.46 7.48 16.84L7.54 16.69C8.12 15.19 8.99 13.82 10.15 12.66L18.31 4.5C19.33 3.48 21 3.48 22.02 4.5C23.04 5.52 23.04 7.19 22.02 8.21L13.92 16.31C12.73 17.5 11.29 18.4 9.7 18.92L7.24 19.39Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12.22 6.36L18.18 12.35M7.24 19.39L7.1 19.44C6.45 19.65 5.85 19.01 6.36 18.5C6.85 18 7.25 17.46 7.48 16.84L7.54 16.69C8.12 15.19 8.99 13.82 10.15 12.66L18.31 4.5C19.33 3.48 21 3.48 22.02 4.5C23.04 5.52 23.04 7.19 22.02 8.21L13.92 16.31C12.73 17.5 11.29 18.4 9.7 18.92L7.24 19.39Z' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M12.22 6.36L18.18 12.35M7.24 19.39L7.1 19.44C6.45 19.65 5.85 19.01 6.36 18.5C6.85 18 7.25 17.46 7.48 16.84L7.54 16.69C8.12 15.19 8.99 13.82 10.15 12.66L18.31 4.5C19.33 3.48 21 3.48 22.02 4.5C23.04 5.52 23.04 7.19 22.02 8.21L13.92 16.31C12.73 17.5 11.29 18.4 9.7 18.92L7.24 19.39Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 2 22,crosshair}.artboard-canvas{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:2px;background:linear-gradient(45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(-45deg,var(--canvas-pattern-1) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--canvas-pattern-1) 75%),linear-gradient(-45deg,transparent 75%,var(--canvas-pattern-1) 75%);background-color:var(--canvas-pattern-2);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px}.export-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:200;background:#0000004d}.export-card{display:flex;flex-direction:column;gap:8px;background:var(--background);border-radius:16px;padding:16px;width:307px;box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;z-index:100}.export-card h3{margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:30px;color:var(--main)}.export-formats{display:flex;gap:10px;margin-top:0}.export-formats button{flex:1}.input-with-icon{position:relative;display:flex;align-items:center;flex:1}.input-with-icon .input-icon{position:absolute;left:10px;color:var(--text-muted);pointer-events:none}.input-with-icon input{padding-left:32px!important}.input-with-label{position:relative;display:flex;align-items:center;flex:1}.input-with-label .input-label{position:absolute;left:10px;pointer-events:none}.input-with-label input{padding-left:28px!important}.color-input{width:40px;height:32px;border:none;border-radius:4px;cursor:pointer;padding:0}.promo-section{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;width:280px;background:var(--background);border-bottom:1px solid var(--line)}.promo-card{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:248px;text-decoration:none;transition:var(--transition)}.promo-card:hover{opacity:.8}.promo-card:hover .promo-btn{background:var(--grey-10)}.promo-image{width:248px;height:186px;border-radius:8px;overflow:hidden}.promo-image img{width:100%;height:100%;object-fit:cover}.promo-title{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--text-primary)}.promo-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px;gap:4px;width:248px;height:32px;background:var(--background);border:1px solid var(--line);border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--text-primary);transition:var(--transition)}.promo-btn:hover{background:var(--grey-10)}.sidebar-left-footer{position:absolute;bottom:0;left:0;width:280px;background:var(--sidebar-bg);z-index:10}.promo-banner{display:flex;flex-direction:row;align-items:center;padding:16px;gap:12px;width:280px;background:var(--sidebar-bg);border-top:1px solid var(--line);text-decoration:none}.promo-banner-img{position:relative;width:89px;height:67px;flex-shrink:0}.promo-banner-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;border-radius:8px;transition:background .15s ease;pointer-events:none}.promo-banner:hover .promo-banner-img:after{background:#0000001a}.promo-banner img{width:100%;height:100%;border-radius:8px;object-fit:cover}.promo-banner-text{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.promo-banner-title{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--main)}.promo-banner-desc{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--main-50)}.export-section{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:8px;width:280px;border-radius:0 0 16px 16px;background:var(--main-opposite);border-top:1px solid var(--line);z-index:1001;flex-shrink:0}.export-buttons-row{display:flex;gap:8px;width:100%}.export-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px;gap:4px;flex:1;height:32px;background:var(--background);border:1px solid var(--line);border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--text-primary);transition:var(--transition)}.export-btn:hover{background:var(--grey-15)}.export-btn svg{width:16px;height:16px}.color-inputs-row{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 16px 16px}.color-picker-wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.color-picker-inline.ColorPicker{position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto;z-index:1;background:transparent}.color-picker-inline.ColorPicker:has(.ColorPicker__gradientHandle--active){padding:0}.color-picker-inline .ColorPicker__dragHandle{display:none}.color-picker-wrapper .color-inputs-row{order:10}.color-hex-input,.color-alpha-input{display:flex;align-items:center;gap:4px;height:32px;padding:8px;border:1px solid var(--line);border-radius:6px;background:var(--grey-10);overflow:hidden}.color-hex-input{flex:1}.color-alpha-input{width:55px;flex-shrink:0}.color-hex-input input,.color-alpha-input input{flex:1;border:none;background:transparent;outline:none;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main);min-width:0}.color-input-prefix,.color-input-suffix{font-family:Inter,sans-serif;font-size:10px;line-height:14px;color:var(--main-50);flex-shrink:0}.eyedropper-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--grey-10);border:none;border-radius:6px;cursor:pointer;color:var(--text-primary);transition:var(--transition);flex-shrink:0}.eyedropper-btn:hover{background:var(--grey-15)}.eyedropper-btn.active{background:var(--accent);color:#fff}.eyedropper-btn svg{width:16px;height:16px}.effects-panel{display:flex;flex-direction:column;width:100%;align-self:stretch;box-sizing:border-box}.background-section{display:flex;flex-direction:column;gap:8px;width:100%}.effects-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.effects-list:empty{display:none}.effect-card{background:var(--grey-10, #F7F7F7);border-radius:6px;padding:8px;display:flex;flex-direction:column;gap:4px}.effect-card.disabled{opacity:.5}.effect-card-header{display:flex;align-items:center;gap:8px}.effect-card-title{flex:1;font-size:12px;font-weight:400;line-height:16px;color:var(--main, black)}.effect-toggle-btn,.effect-reset-btn,.effect-remove-btn{padding:2px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--main, black);border-radius:4px;transition:all .15s ease}.effect-toggle-icon{width:16px;height:16px;border-radius:2px;object-fit:cover;flex-shrink:0}.effect-card.disabled .effect-toggle-icon{opacity:.4}.effect-toggle-btn:hover,.effect-reset-btn:hover,.effect-remove-btn:hover{background:var(--grey-15, #e7e7e7)}.effect-card-controls{display:flex;flex-direction:column;gap:4px}.effect-control{display:flex;align-items:center;gap:4px;height:24px}.effect-control-label{width:66px;flex-shrink:0;font-size:12px;font-weight:400;line-height:16px;color:var(--main-50, rgba(0, 0, 0, .5))}.effect-zone-tabs{display:flex;gap:4px;margin-bottom:4px}.effect-zone-tab{flex:1;padding:4px 8px;font-size:11px;font-weight:500;background:transparent;border:1px solid var(--line, #e9e9e9);border-radius:4px;cursor:pointer;color:var(--main-50, rgba(0, 0, 0, .5));transition:all .15s ease}.effect-zone-tab:hover{background:var(--grey-10, #F7F7F7);color:var(--main, black)}.effect-zone-tab.active{background:var(--grey-15, #e7e7e7);color:var(--main, black);border-color:var(--grey-15, #e7e7e7)}.effects-add-wrapper{position:relative;width:100%;margin-top:8px}.effects-add-wrapper button.button{display:flex;justify-content:center;align-items:center;border-radius:8px;box-sizing:border-box;cursor:pointer;transition:background .3s;-webkit-user-select:none;user-select:none;padding:9px 12px;height:36px;width:100%!important;background:transparent!important;border:1px solid var(--line)!important;color:var(--main)!important}.effects-add-btn{width:100%;height:36px;display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:1px dashed var(--line, #e9e9e9);border-radius:8px;cursor:pointer;color:var(--main-50, rgba(0, 0, 0, .5));font-size:12px;font-weight:500;transition:all .15s ease}.effects-add-btn:hover{border-color:var(--main-50, rgba(0, 0, 0, .5));color:var(--main, black);background:var(--grey-10, #F7F7F7)}.effects-popover{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--main-opposite, white);border:none;border-radius:16px;padding:8px;display:flex;flex-direction:column;gap:4px;box-shadow:57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;overflow:clip;z-index:100}.effects-popover--upward{top:auto;bottom:calc(100% + 4px)}.effects-popover-item{width:100%;height:32px;padding:4px 8px;display:flex;align-items:center;gap:4px;background:var(--main-opposite, white);border:none;border-radius:6px;cursor:pointer;color:var(--main, black);font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;text-align:left;transition:background .15s ease}.effects-popover-item:hover{background:var(--grey-10, #F7F7F7)}.effects-popover-item-icon{width:16px;height:16px;border-radius:2px;object-fit:cover;flex-shrink:0}.slider-track{position:relative;width:100%;height:12px;background:var(--main-opposite, white);border-radius:2px;cursor:pointer;overflow:clip}.slider-fill{position:absolute;left:0;top:0;height:100%;background:var(--grey-15, #e7e7e7);border-radius:2px;pointer-events:none}.slider-thumb{position:absolute;top:50%;width:2px;height:14px;background:var(--main, black);border:none;border-radius:0;transform:translate(-50%,-50%);pointer-events:none}.effect-shape-buttons{display:flex;gap:4px}.effect-shape-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--grey-15, #e7e7e7);border:none;border-radius:4px;cursor:pointer;color:var(--main-50, rgba(0, 0, 0, .5));font-size:12px;transition:all .15s ease}.effect-shape-btn:hover{background:var(--grey-10, #F7F7F7);color:var(--main, black)}.effect-shape-btn.active{background:var(--accent, #6366f1);color:#fff}.effect-toggle-checkbox{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--grey-15, #e7e7e7);border:none;border-radius:4px;cursor:pointer;color:var(--main-50, rgba(0, 0, 0, .5));font-size:12px;transition:all .15s ease}.effect-toggle-checkbox:hover{background:var(--grey-10, #F7F7F7)}.effect-toggle-checkbox.active{background:var(--accent, #6366f1);color:#fff}.app.ui-hidden{background:transparent}.app.ui-hidden .center-column{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh}.app.ui-hidden .canvas-container{display:flex;align-items:center;justify-content:center;padding:24px}.app.ui-hidden .artboard{box-shadow:none}.custom-dropdown{position:relative;width:100%}.custom-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 8px;background:transparent;border:1px solid var(--line, #e9e9e9);border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:var(--main, black);transition:border-color .15s ease}.custom-dropdown-trigger:hover{border-color:var(--main-50, rgba(0, 0, 0, .5))}.custom-dropdown-value{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown-chevron{flex-shrink:0;transition:transform .15s ease}.custom-dropdown-chevron.open{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--main-opposite, white);border-radius:16px;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:1000;box-shadow:90px 90px 36px #0000,57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;overflow:clip}.custom-dropdown-item{display:flex;align-items:center;gap:4px;padding:4px 8px;height:32px;background:var(--main-opposite, white);border:none;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--main, black);text-align:left;transition:background .15s ease}.custom-dropdown-item:hover,.custom-dropdown-item.selected{background:var(--grey-10, #f7f7f7)}.bottom-right-controls{position:absolute;left:304px;bottom:12px;z-index:50;display:flex;align-items:center;gap:8px;transition:left .2s ease}.bottom-right-controls.left-panel-hidden{left:12px}.hotkeys-container{position:relative}.hotkeys-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background:var(--main-opposite);border:none;border-radius:32px;cursor:pointer;color:var(--main);box-shadow:90px 90px 36px #0000,57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;transition:var(--transition);overflow:clip}.hotkeys-btn:hover{background:var(--grey-10)}.hotkeys-btn svg{width:16px;height:16px}.hotkeys-panel{position:absolute;bottom:calc(100% + 8px);left:0;display:flex;flex-direction:row;align-items:flex-start;width:280px;background:var(--main-opposite);border-radius:20px;box-shadow:90px 90px 36px #0000,57px 57px 32px #00000003,32px 32px 27px #0000000d,14px 14px 20px #00000017,4px 4px 11px #0000001a;overflow:clip}.hotkeys-keys{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:8px;background:var(--main-opposite)}.hotkeys-descriptions{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:8px;flex:1;background:var(--main-opposite)}.hotkeys-key{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16px;padding:0 4px;background:var(--grey-10);border-radius:4px;font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:14px;color:var(--main);white-space:nowrap}.hotkeys-key-group{display:flex;flex-direction:row;align-items:flex-start;gap:2px;height:16px}.hotkeys-desc{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var(--main-50)}.color-picker-controls-wrapper .ColorPickerControls{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:visible;z-index:1}.color-picker-controls-wrapper .ColorPickerControls__canvas{overflow:visible}.ColorPicker__eyedropper:disabled{display:none}@media(min-width:1024px){html,body,#root{min-width:1024px;min-height:768px}}@media(max-width:1023px){html,body,#root{min-width:0;min-height:0;overflow-y:auto}}
