:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._btn_1bh6f_1{cursor:pointer;border:none;border:1px solid var(--border-color);border-radius:6px;font-weight:500;transition:all .2s}._btn_1bh6f_1:active{transform:translateY(0)}._btn_1bh6f_1._btnWithIcon_1bh6f_13{display:inline-flex;align-items:center;gap:4px;padding-top:5px;padding-bottom:5px}._btn_1bh6f_1._btnWithIcon_1bh6f_13 svg{width:20px;height:20px}._btn--primary_1bh6f_25{background:var(--primary-color);border-color:var(--primary-color);color:#fff}._btn--primary_1bh6f_25:hover{background:#ee4640cc;border-color:#ee4640cc;transform:translateY(-1px);box-shadow:0 2px 8px #ee46404d}._btn--secondary_1bh6f_37{background:var(--surface-color);border-color:var(--border-color);color:var(--text-color)}._btn--secondary_1bh6f_37:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #ee46404d}._btn--ghost_1bh6f_50{background:transparent;border-color:transparent;color:var(--text-secondary)}._btn--ghost_1bh6f_50:hover{background:var(--input-bg);color:var(--text-color)}._btn--ghost_1bh6f_50:disabled{opacity:.4;cursor:not-allowed}._btn--ghost_1bh6f_50:disabled:hover{background:transparent;color:var(--text-secondary)}._btn--small_1bh6f_68{padding:6px 7px;font-size:.7rem;border-radius:4px}._btn--medium_1bh6f_74{padding:8px 16px;font-size:.85rem}._toolbar_fevtd_1{position:absolute;top:20px;left:20px;display:flex;gap:8px;background:var(--input-bg);padding:8px;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 16px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}._toolButton_fevtd_16{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:2px solid transparent;border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .2s}._toolButton_fevtd_16:hover{background:var(--surface-color);color:var(--text-color)}._toolButton_fevtd_16._active_fevtd_33{background:var(--primary-color);border-color:var(--primary-color);color:#fff}._toolButton_fevtd_16._active_fevtd_33:hover{background:var(--primary-color);filter:brightness(1.1)}._toolButton_fevtd_16 svg{flex-shrink:0}._guideLineCenter_upik1_1,._guideLine_upik1_1{stroke-width:.5;pointer-events:none}._guideLine_upik1_1{stroke:var(--guide-color);stroke-dasharray:2,2}._guideLineCenter_upik1_1{stroke:var(--guide-center-color);stroke-dasharray:3,2}._editorArea_18o2j_1{position:relative;height:100%;display:flex;justify-content:center;align-items:center;background-image:radial-gradient(var(--border-color) 1px,transparent 1px);background-size:20px 20px}._editorSvg_18o2j_11{width:400px;height:400px;background:var(--editor-bg);border-radius:16px;box-shadow:0 8px 32px #00000026}._editorSvg_18o2j_11._cursorCrosshair_18o2j_18{cursor:crosshair}._editorPath_18o2j_22{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;cursor:pointer}._editorPath_18o2j_22:hover{filter:brightness(1.3)}._controlPoint_18o2j_33{stroke:#fff;stroke-width:2;cursor:grab;transition:all .2s ease}._controlPoint_18o2j_33:hover{r:8;filter:brightness(1.5)}._controlPoint_18o2j_33:active{cursor:grabbing}._focusedPoint_18o2j_47{r:8!important;stroke-width:3!important;filter:brightness(1.4) drop-shadow(0 0 4px currentColor)!important;animation:_focusPulse_18o2j_1 1.5s ease-in-out infinite}@keyframes _focusPulse_18o2j_1{0%,to{opacity:1}50%{opacity:.7}}._ghostPath_18o2j_62{fill:none;stroke:var(--ghost-path-color);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5,5}._connectionLine_18o2j_71{stroke:#fff6;stroke-width:1;stroke-dasharray:3,3;pointer-events:none}._correspondingPoint_18o2j_78{fill:#ffffff4d;stroke:#fff;stroke-width:2;pointer-events:none;animation:_pulseAnimation_18o2j_1 1s ease-in-out infinite}._highlightedPath_18o2j_86{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;opacity:.3;pointer-events:none;filter:brightness(1.2)}._penAddPreview_18o2j_97{stroke-width:2;pointer-events:none;opacity:.5}._penAddPreviewIcon_18o2j_103{fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;pointer-events:none;opacity:.8}._mirrorTargetPath_18o2j_112{opacity:.4;stroke-dasharray:4,3;pointer-events:none}._mirrorTargetPoint_18o2j_118{opacity:.4;stroke-width:2;stroke-dasharray:3,2;cursor:not-allowed;pointer-events:none}._mirrorTargetPoint_18o2j_118:hover{r:6;filter:none}._penRemoveIcon_18o2j_130{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;pointer-events:none;opacity:.9}@keyframes _pulseAnimation_18o2j_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}._btnReset_18o2j_149{position:absolute;top:20px;right:20px;z-index:10}._segmentedControl_asufm_1{display:flex;background:var(--input-bg);border-radius:8px;padding:4px;gap:4px}._button_asufm_9{flex:1;background:transparent;color:var(--text-secondary);padding:8px 16px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;border:none;transition:all .2s}._button_asufm_9._active_asufm_22{background-color:var(--primary-color);color:#fff;box-shadow:0 2px 4px #0003}._button_asufm_9._btnWithIcon_asufm_27{display:flex;align-items:center;gap:8px;padding-top:5px;padding-bottom:5px}._button_asufm_9._btnWithIcon_asufm_27 svg{width:20px;height:20px}._button_asufm_9:hover:not(._active_asufm_22){background-color:#ffffff0d}._lineManager_d3bmx_1{display:flex;flex-direction:column;gap:1rem}._header_d3bmx_7{display:flex;justify-content:space-between;align-items:center}._header_d3bmx_7 h3{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary)}._linesList_d3bmx_20{display:flex;flex-direction:column;gap:.5rem}._lineItem_d3bmx_26{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:8px;transition:all .2s}._lineItem_d3bmx_26:hover{border-color:var(--primary-color);background:var(--surface-color)}._lineInfo_d3bmx_41{display:flex;align-items:center;gap:.75rem;flex:1}._colorIndicator_d3bmx_48{width:24px;height:24px;border-radius:6px;border:2px solid var(--border-color);flex-shrink:0}._lineName_d3bmx_56{font-weight:500;color:var(--text-color);font-size:.9rem}._pointCount_d3bmx_62{font-size:.8rem;color:var(--text-secondary);margin-left:auto}._lineActions_d3bmx_68{display:flex;gap:.25rem;align-items:center}._swapContainer_d3bmx_74{position:relative}._swapMenu_d3bmx_78{position:absolute;top:100%;left:0;margin-top:.25rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #0003;z-index:100;min-width:120px;overflow:hidden}._swapMenuItem_d3bmx_92{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;color:var(--text-color);font-size:.85rem;cursor:pointer;transition:background .2s;text-align:left}._swapMenuItem_d3bmx_92:hover{background:var(--input-bg)}._swapColorIndicator_d3bmx_110{width:16px;height:16px;border-radius:4px;border:2px solid var(--border-color);flex-shrink:0}._mirrorContainer_d3bmx_118{position:relative}._mirrorMenu_d3bmx_122{position:absolute;top:100%;left:0;margin-top:.25rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #0003;z-index:100;min-width:160px;overflow:hidden}._mirrorMenuItem_d3bmx_136{padding:.5rem .75rem;border-bottom:1px solid var(--border-color)}._mirrorMenuItem_d3bmx_136:last-child{border-bottom:none}._mirrorMenuItem_d3bmx_136:hover{background:var(--input-bg)}._mirrorTarget_d3bmx_147{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--text-color);font-size:.85rem;font-weight:500}._mirrorColorIndicator_d3bmx_157{width:16px;height:16px;border-radius:4px;border:2px solid var(--border-color);flex-shrink:0}._mirrorDirections_d3bmx_165{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}._mirrorDirectionButton_d3bmx_171{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.4rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-size:.7rem}._mirrorDirectionButton_d3bmx_171:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}._mirrorDirectionButton_d3bmx_171 svg{flex-shrink:0}._stateLabel_d3bmx_194{font-size:.7rem;font-weight:600;opacity:.8}._mirrorManager_6dt11_1{display:flex;flex-direction:column;gap:1rem}._header_6dt11_7{display:flex;justify-content:space-between;align-items:center}._header_6dt11_7 h3{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary)}._groupList_6dt11_20{display:flex;flex-direction:column;gap:.75rem}._groupItem_6dt11_26{padding:.75rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:8px;transition:border-color .2s,background-color .2s;display:flex;flex-direction:column;gap:.75rem}._groupItem_6dt11_26:hover{border-color:var(--primary-color);background-color:var(--surface-color)}._groupHeader_6dt11_41{display:flex;justify-content:space-between;align-items:center}._groupTitle_6dt11_47{font-weight:500;font-size:.85rem;color:var(--text-color);display:flex;align-items:center;gap:.5rem}._groupTitle_6dt11_47 svg{color:var(--accent-color)}._field_6dt11_59{display:flex;flex-direction:column;gap:.35rem}._fieldLabel_6dt11_65{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary)}._sourceSelect_6dt11_73{width:100%;padding:.4rem .5rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);font-size:.85rem;cursor:pointer;transition:border-color .2s}._sourceSelect_6dt11_73:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-color:var(--primary-color)}._targetList_6dt11_90{display:flex;flex-direction:column;gap:.25rem}._targetItem_6dt11_96{display:flex;align-items:center;gap:.5rem;padding:.3rem .5rem;border-radius:4px;cursor:pointer;transition:background .2s;font-size:.85rem;color:var(--text-color)}._targetItem_6dt11_96:hover{background:var(--surface-color)}._targetCheckbox_6dt11_111{accent-color:var(--primary-color);cursor:pointer}._targetColorIndicator_6dt11_116{width:14px;height:14px;border-radius:4px;border:2px solid var(--border-color);flex-shrink:0}._targetFieldset_6dt11_124{border:none;margin:0;padding:0}._conflictHint_6dt11_130{font-size:.75rem;color:var(--text-secondary);font-style:italic}._emptyState_6dt11_136{text-align:center;padding:1rem;color:var(--text-secondary);font-size:.85rem;font-style:italic}._controlsSidebar_p63gh_1{background-color:var(--surface-color);border-left:1px solid var(--border-color);padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}._controlGroup_p63gh_11{display:flex;flex-direction:column;gap:1rem}._codePanel_tp4zu_1{background-color:var(--surface-color);border-left:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden}._codePanelHeader_tp4zu_9{padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}._codePanelHeader_tp4zu_9 h2{margin:0}._codePanelContent_tp4zu_20{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}._codePanelContent_tp4zu_20 ._codeOutput_tp4zu_28{flex:1;min-height:200px;background:var(--input-bg);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;font-family:Fira Code,monospace;font-size:.85rem;color:var(--text-secondary);overflow:auto;white-space:pre;position:relative;line-height:1.6}._controlGroup_tp4zu_44{display:flex;flex-direction:column;gap:1rem}._inputGroup_tp4zu_50{display:flex;flex-direction:column;gap:.5rem}._inputGroup_tp4zu_50 label{font-size:.85rem;color:var(--text-secondary);font-weight:500}._sliderGroup_tp4zu_61{display:flex;align-items:center;gap:.75rem}._slider_tp4zu_61{flex:1;height:4px;appearance:none;background:var(--border-color);border-radius:2px;outline:none}._slider_tp4zu_61::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:var(--primary-color);cursor:pointer}._slider_tp4zu_61::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none}._numberInput_tp4zu_92{width:64px;background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;padding:6px 8px;color:var(--text-color);font-size:.85rem;font-family:Fira Code,monospace;text-align:center}._numberInput_tp4zu_92:focus{outline:none;border-color:var(--primary-color)}._input_tp4zu_50{background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;padding:8px 12px;color:var(--text-color);font-size:.9rem;font-family:Fira Code,monospace;transition:all .2s}._input_tp4zu_50:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ee46401a}._input_tp4zu_50::placeholder{color:var(--text-secondary);opacity:.5}._themeToggle_1s1ex_1{cursor:pointer;border:none;transition:all .2s;background:transparent;color:var(--text-secondary);padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._themeToggle_1s1ex_1:hover{color:var(--text-color);background:var(--input-bg)}._themeToggle_1s1ex_1:active{transform:scale(.95)}._themeToggle_1s1ex_1 svg{transition:transform .3s ease}._themeToggle_1s1ex_1:hover svg{transform:rotate(15deg)}:root{--bg-color: hsl(210, 5%, 7%);--surface-color: #1e1f20;--primary-color: #ee4640;--text-color: #ffffff;--text-secondary: #a0a0a0;--border-color: #333;--input-bg: #2a2b2c;--success-color: #2ecc71;--color-red: #ff6b6b;--color-cyan: #4ecdc4;--color-yellow: #ffe66d;--editor-grid-color: rgba(255, 255, 255, .05);--editor-bg: rgba(255, 255, 255, .05);--ghost-path-color: rgba(255, 255, 255, .1);--guide-color: rgba(255, 255, 255, .4);--guide-center-color: rgba(238, 70, 64, .6)}:root[data-theme=light]{--bg-color: #f5f5f5;--surface-color: #ffffff;--primary-color: #ee4640;--text-color: #1a1a1a;--text-secondary: #666666;--border-color: #e0e0e0;--input-bg: #f8f8f8;--success-color: #2ecc71;--color-red: #ff6b6b;--color-cyan: #4ecdc4;--color-yellow: #ffb700;--editor-grid-color: rgba(0, 0, 0, .05);--editor-bg: rgba(0, 0, 0, .02);--ghost-path-color: rgba(0, 0, 0, .1);--guide-color: rgba(0, 0, 0, .3);--guide-center-color: rgba(238, 70, 64, .5)}body{margin:0;font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-color);height:100vh;overflow:hidden;display:flex;flex-direction:column}header{padding:.625rem 2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background-color:var(--surface-color)}.header-left{display:flex;flex-direction:column;gap:.25rem}.header-logo{display:flex;align-items:center;margin:0;font-size:1.2rem;font-weight:600}.header-logo .strong-text{background:linear-gradient(-90deg,#ee4640,#fa7c47);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-logo picture{display:inline-block;line-height:0;margin-right:.5rem}h2{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin:0 0 .5rem}main{display:grid;grid-template-columns:1fr 400px;flex:1;height:calc(100vh - 92px)}footer{padding:.5rem;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--border-color);background-color:var(--surface-color)}.github-link{color:var(--text-secondary);transition:color .2s;display:flex;align-items:center;margin-left:1rem}.github-link:hover{color:var(--text-color)}.poppins-regular{font-family:Poppins,sans-serif;font-weight:400;font-style:normal}.poppins-bold{font-family:Poppins,sans-serif;font-weight:700;font-style:normal}.react-tooltip{background-color:var(--text-color)!important;color:var(--surface-color)!important;border:1px solid var(--border-color)!important;box-shadow:0 4px 16px #00000026!important;border-radius:8px!important;padding:8px 12px!important;font-size:.75rem!important;font-family:Poppins,sans-serif!important;opacity:1!important;z-index:9999!important;transition:opacity .2s ease-in-out!important}.react-tooltip-arrow{border-top-color:var(--border-color)!important;border-bottom-color:var(--border-color)!important;border-left-color:var(--border-color)!important;border-right-color:var(--border-color)!important}:root[data-theme=light] .react-tooltip{box-shadow:0 4px 16px #0000001a!important}._previewBox_1byit_1{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1rem 2rem;display:flex;justify-content:center;align-items:center;min-height:150px;transition:background .3s}.preview-svg path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;transition:all .8s cubic-bezier(.645,.045,.355,1)}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
