:root{--copilot-kit-primary-color:rgb(28, 28, 28);--copilot-kit-contrast-color:rgb(255, 255, 255);--copilot-kit-background-color:rgb(255 255 255);--copilot-kit-input-background-color:#fbfbfb;--copilot-kit-secondary-color:rgb(255 255 255);--copilot-kit-secondary-contrast-color:rgb(28, 28, 28);--copilot-kit-separator-color:rgb(200 200 200);--copilot-kit-muted-color:rgb(200 200 200);--copilot-kit-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--copilot-kit-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--copilot-kit-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--copilot-kit-dev-console-bg:#f8f8fa;--copilot-kit-dev-console-text:black}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] :root{--copilot-kit-primary-color:rgb(255, 255, 255);--copilot-kit-contrast-color:rgb(28, 28, 28);--copilot-kit-background-color:rgb(17, 17, 17);--copilot-kit-input-background-color:#2c2c2c;--copilot-kit-secondary-color:rgb(28, 28, 28);--copilot-kit-secondary-contrast-color:rgb(255, 255, 255);--copilot-kit-separator-color:rgb(45, 45, 45);--copilot-kit-muted-color:rgb(45, 45, 45);--copilot-kit-shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.3);--copilot-kit-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);--copilot-kit-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3)}.copilotKitPopup{position:fixed;bottom:1rem;right:1rem;z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation}.copilotKitPopup svg{display:inline-block;vertical-align:middle}.copilotKitSidebar{position:fixed;bottom:1rem;right:1rem;z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation}.copilotKitSidebar svg{display:inline-block;vertical-align:middle}.copilotKitSidebarContentWrapper{overflow:visible;margin-right:0;transition:margin-right.3s ease}@media(min-width:640px){.copilotKitSidebarContentWrapper.sidebarExpanded{margin-right:28rem}}.copilotKitButton{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--copilot-kit-primary-color);outline:none;position:relative;transform:scale(1);transition:all.2s ease;background-color:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color);cursor:pointer;box-shadow:var(--copilot-kit-shadow-sm)}.copilotKitButton:hover{transform:scale(1.05);box-shadow:var(--copilot-kit-shadow-md)}.copilotKitButton:active{transform:scale(.95);box-shadow:var(--copilot-kit-shadow-sm)}.copilotKitButtonIcon{transition:opacity.1s,transform.3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.copilotKitButtonIcon svg{width:1.5rem;height:1.5rem}.copilotKitButton.open .copilotKitButtonIconOpen{transform:translate(-50%,-50%)scale(0)rotate(90deg);opacity:0}.copilotKitButton.open .copilotKitButtonIconClose{transform:translate(-50%,-50%)scale(1)rotate(0);opacity:1}.copilotKitButton:not(.open) .copilotKitButtonIconOpen{transform:translate(-50%,-50%)scale(1)rotate(0);opacity:1}.copilotKitButton:not(.open) .copilotKitButtonIconClose{transform:translate(-50%,-50%)scale(0)rotate(-90deg);opacity:0}.copilotKitHeader{height:56px;font-weight:500;display:flex;align-items:center;position:relative;color:var(--copilot-kit-primary-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom:1px solid var(--copilot-kit-separator-color);padding-left:1.5rem;background-color:var(--copilot-kit-contrast-color);justify-content:space-between;z-index:2}.copilotKitSidebar .copilotKitHeader{border-radius:0}.copilotKitHeaderControls{display:flex}.copilotKitHeaderCloseButton{background:none;border:none}@media(min-width:640px){.copilotKitHeader{padding-left:1.5rem;padding-right:24px;border-top-left-radius:8px;border-top-right-radius:8px}}.copilotKitHeader>button{border:0;padding:8px;position:absolute;top:50%;right:16px;transform:translatey(-50%);outline:none;color:var(--copilot-kit-muted-color);background-color:transparent;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color.2s ease;width:35px;height:35px}.copilotKitHeader>button:hover{color:color-mix(in srgb,var(--copilot-kit-muted-color)80%,black)}.copilotKitHeader>button:focus{outline:none}.copilotKitInput{cursor:text;position:relative;background-color:var(--copilot-kit-input-background-color);border-radius:20px;border:1px solid var(--copilot-kit-separator-color);padding:12px 14px;min-height:75px;margin:0 auto;width:95%}.copilotKitInputContainer{width:100%;padding:0;padding-bottom:15px;background:var(--copilot-kit-background-color);border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.copilotKitSidebar .copilotKitInputContainer{border-bottom-left-radius:0;border-bottom-right-radius:0}.copilotKitInputControlButton{padding:0;cursor:pointer;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transform:scale(1);color:rgba(0,0,0,.25);-webkit-appearance:button;appearance:button;background-color:transparent;background-image:none;text-transform:none;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;border:0;margin:0;text-indent:0;text-shadow:none;display:inline-block;text-align:center;width:24px;height:24px}.copilotKitInputControlButton:not([disabled]){color:var(--copilot-kit-primary-color)}.copilotKitInputControlButton:not([disabled]):hover{color:color-mix(in srgb,var(--copilot-kit-primary-color)80%,black);transform:scale(1.05)}.copilotKitInputControlButton[disabled]{color:var(--copilot-kit-muted-color);cursor:default}.copilotKitInputControls{display:flex;gap:3px}.copilotKitInput>textarea{flex:1 1;outline:2px solid transparent;outline-offset:2px;resize:none;white-space:pre-wrap;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:text;font-size:.875rem;line-height:1.5rem;margin:0;padding:0;font-family:inherit;font-weight:inherit;color:var(--copilot-kit-secondary-contrast-color);border:0;background-color:transparent;width:100%}.copilotKitInput>textarea::-webkit-input-placeholder{color:gray;opacity:1}.copilotKitInput>textarea::placeholder{color:gray;opacity:1}.copilotKitInputControlButton.copilotKitPushToTalkRecording{background-color:#ec0000;color:white;border-radius:50%;-webkit-animation:copilotKitPulseAnimation 2s cubic-bezier(.4,0,.6,1)infinite;animation:copilotKitPulseAnimation 2s cubic-bezier(.4,0,.6,1)infinite}.copilotKitInput textarea::-webkit-scrollbar{width:9px}.copilotKitInput textarea::-webkit-scrollbar-track{background:transparent}.copilotKitInput textarea::-webkit-scrollbar-thumb{background-color:#c8c8c8;border-radius:10px;border:2px solid transparent;background-clip:content-box;cursor:pointer}.copilotKitInput textarea::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,#c8c8c8 80%,black)}.poweredByContainer{padding:0}.poweredBy{background:var(--copilot-kit-background-color)!important;visibility:visible!important;display:block!important;position:static!important;text-align:center!important;font-size:12px!important;padding:3px 0!important;color:#d6d6d6!important;margin:0!important}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .poweredBy{color:#454545!important}.copilotKitMessages{overflow-y:scroll;flex:1 1;display:flex;flex-direction:column;background-color:var(--copilot-kit-background-color);justify-content:space-between;z-index:1}.copilotKitMessagesContainer{padding:1rem 24px;display:flex;flex-direction:column}.copilotKitMessagesFooter{display:flex;padding:0;margin:0 auto 8px auto;justify-content:flex-start;flex-direction:column;width:90%}.copilotKitMessages::-webkit-scrollbar{width:6px}.copilotKitMessages::-webkit-scrollbar-thumb{background-color:var(--copilot-kit-separator-color);border-radius:10rem;border:2px solid var(--copilot-kit-background-color)}.copilotKitMessages::-webkit-scrollbar-track-piece:start{background:transparent}.copilotKitMessages::-webkit-scrollbar-track-piece:end{background:transparent}.copilotKitMessage{border-radius:15px;padding:8px 12px;font-size:1rem;line-height:1.5;overflow-wrap:break-word;max-width:80%;margin-bottom:.5rem}.copilotKitMessage.copilotKitUserMessage{background:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color);margin-left:auto;white-space:pre-wrap;line-height:1.75;font-size:1rem}.copilotKitMessage.copilotKitAssistantMessage{background:transparent;margin-right:auto;padding-left:0;position:relative;max-width:100%;color:var(--copilot-kit-secondary-contrast-color)}.copilotKitMessage.copilotKitAssistantMessage .copilotKitMessageControls{position:absolute;left:0;display:flex;gap:1rem;opacity:0;transition:opacity.2s ease;padding:5px 0 0}.copilotKitMessageControls.currentMessage{opacity:1!important}.copilotKitMessage.copilotKitAssistantMessage:hover .copilotKitMessageControls{opacity:1}@media(max-width:768px){.copilotKitMessage.copilotKitAssistantMessage .copilotKitMessageControls{opacity:1}}.copilotKitMessageControlButton{width:20px;height:20px;display:flex;align-items:center;border-radius:.5rem;justify-content:center;color:var(--copilot-kit-primary-color);cursor:pointer;transition:all.2s ease;padding:0;z-index:10;margin:0;background:transparent;border:none}.copilotKitMessageControlButton:hover{color:color-mix(in srgb,var(--copilot-kit-primary-color)80%,black);transform:scale(1.05)}.copilotKitMessageControlButton:active{color:color-mix(in srgb,var(--copilot-kit-primary-color)80%,black);transform:scale(1.05)}.copilotKitMessageControlButton svg{width:1rem;height:1rem;display:block;pointer-events:none}.copilotKitMessage.copilotKitAssistantMessage+.copilotKitMessage.copilotKitUserMessage{margin-top:1.5rem}.copilotKitCustomAssistantMessage{margin-top:1.5rem;margin-bottom:1.5rem}.copilotKitMessage .inProgressLabel{margin-left:10px;opacity:.7}.copilotKitSpinner{display:inline-block;width:16px;height:16px;border:2px solid var(--copilot-kit-contrast-color);border-radius:50%;border-top-color:var(--copilot-kit-primary-color);-webkit-animation:copilotKitSpinAnimation 1s linear infinite;animation:copilotKitSpinAnimation 1s linear infinite;margin-left:8px}@keyframes copilotKitActivityDotAnimation{0%,80%,to{transform:scale(.5);opacity:.5}40%{transform:scale(1);opacity:1}}.copilotKitActivityDot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--copilot-kit-primary-color);-webkit-animation:copilotKitActivityDotAnimation 1.4s infinite ease-in-out both;animation:copilotKitActivityDotAnimation 1.4s infinite ease-in-out both}.copilotKitWindow{position:fixed;inset:0;transform-origin:bottom;border-color:#e5e7eb;background-color:var(--copilot-kit-background-color);border-radius:.75rem;box-shadow:rgba(0,0,0,.16)0 5px 40px;flex-direction:column;transition:opacity.1s ease-out,transform.2s ease-out;opacity:0;transform:scale(.95)translatey(20px);display:flex;pointer-events:none}.copilotKitSidebar .copilotKitWindow{border-radius:0;opacity:1;transform:translatex(100%)}.copilotKitWindow.open{opacity:1;transform:scale(1)translatey(0);pointer-events:auto}.copilotKitSidebar .copilotKitWindow.open{transform:translatex(0)}@media(min-width:640px){.copilotKitWindow{transform-origin:bottom right;bottom:5rem;right:1rem;top:auto;left:auto;border-width:0;margin-bottom:1rem;width:24rem;height:600px;min-height:200px;max-height:calc(100% - 6rem)}.copilotKitSidebar .copilotKitWindow{bottom:0;right:0;top:auto;left:auto;width:28rem;min-height:100%;margin-bottom:0;max-height:none}}.copilotKitActivityDot1{-webkit-animation:copilotKitActivityDotsAnimation 1.05s infinite;animation:copilotKitActivityDotsAnimation 1.05s infinite}.copilotKitActivityDot2{-webkit-animation-delay:.1s;animation-delay:.1s}.copilotKitActivityDot3{-webkit-animation-delay:.2s;animation-delay:.2s}@keyframes copilotKitActivityDotsAnimation{0%,57.14%{-webkit-animation-timing-function:cubic-bezier(.33,.66,.66,1);animation-timing-function:cubic-bezier(.33,.66,.66,1);transform:translate(0)}28.57%{-webkit-animation-timing-function:cubic-bezier(.33,0,.66,.33);animation-timing-function:cubic-bezier(.33,0,.66,.33);transform:translatey(-6px)}to{transform:translate(0)}}@keyframes copilotKitSpinAnimation{to{transform:rotate(360deg)}}@keyframes copilotKitPulseAnimation{50%{opacity:.5}}.copilotKitMarkdown h1,.copilotKitMarkdown h2,.copilotKitMarkdown h3,.copilotKitMarkdown h4,.copilotKitMarkdown h5,.copilotKitMarkdown h6{font-weight:700;line-height:1.2}.copilotKitMarkdown h1:not(:last-child),.copilotKitMarkdown h2:not(:last-child),.copilotKitMarkdown h3:not(:last-child),.copilotKitMarkdown h4:not(:last-child),.copilotKitMarkdown h5:not(:last-child),.copilotKitMarkdown h6:not(:last-child){margin-bottom:1rem}.copilotKitMarkdown h1{font-size:1.5em}.copilotKitMarkdown h2{font-size:1.25em;font-weight:600}.copilotKitMarkdown h3{font-size:1.1em}.copilotKitMarkdown h4{font-size:1em}.copilotKitMarkdown h5{font-size:.9em}.copilotKitMarkdown h6{font-size:.8em}.copilotKitMarkdown p{padding:0;margin:0;line-height:1.75;font-size:1rem}.copilotKitMarkdown p:not(:last-child),.copilotKitMarkdown pre:not(:last-child),.copilotKitMarkdown ol:not(:last-child),.copilotKitMarkdown ul:not(:last-child),.copilotKitMarkdown blockquote:not(:last-child){margin-bottom:1.25em}.copilotKitMarkdown blockquote{border-color:#8e8ea0;border-left-width:2px;border-left-style:solid;line-height:1.2;padding-left:10px}.copilotKitMarkdown blockquote p{padding:.7em 0}.copilotKitMarkdown ul{list-style-type:disc;padding-left:20px;overflow:visible}.copilotKitMarkdown li{list-style-type:inherit;list-style-position:outside;margin-left:0;padding-left:0;position:relative;overflow:visible}.copilotKitCodeBlock{position:relative;width:100%;background-color:#09090b;border-radius:.375rem}.copilotKitCodeBlockToolbar{display:flex;width:100%;align-items:center;justify-content:space-between;background-color:#27272a;padding-left:1rem;padding-top:.09rem;padding-bottom:.09rem;color:#e4e4e4;border-top-left-radius:.375rem;border-top-right-radius:.375rem;font-family:sans-serif}.copilotKitCodeBlockToolbarLanguage{font-size:.75rem;line-height:1rem;text-transform:lowercase}.copilotKitCodeBlockToolbarButtons{display:flex;align-items:center;margin-right:.25rem;margin-left:.25rem}.copilotKitCodeBlockToolbarButton{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;height:2.5rem;padding:3px;margin:2px}.copilotKitCodeBlockToolbarButton:hover{background-color:#37373a}.copilotKitMessages footer .suggestions{display:flex;flex-wrap:wrap;gap:6px}.copilotKitMessages footer h6{font-weight:500;font-size:.7rem;margin-bottom:8px}.copilotKitMessages footer .suggestions .suggestion{padding:6px 10px;font-size:.7rem;border-radius:15px;border:1px solid var(--copilot-kit-muted-color);color:var(--copilot-kit-secondary-contrast-color);box-shadow:0 5px 5px 0 rgba(0,0,0,1%),0 2px 3px 0 rgba(0,0,0,2%)}.copilotKitMessages footer .suggestions .suggestion.loading{padding:0;font-size:.7rem;border:none;color:var(--copilot-kit-secondary-contrast-color)}.copilotKitMessages footer .suggestions button{transition:transform.3s ease}.copilotKitMessages footer .suggestions button:not(:disabled):hover{transform:scale(1.03)}.copilotKitMessages footer .suggestions button:disabled{cursor:wait}.copilotKitMessages footer .suggestions button svg{margin-right:6px}.copilotKitChat{z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;background:var(--copilot-kit-background-color);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation;display:flex;flex-direction:column}.copilotKitChat svg{display:inline-block;vertical-align:middle}.copilotKitChat .copilotKitMessages{flex-grow:1}.copilotKitDevConsole{display:flex;align-items:center;gap:5px;margin:0 15px}.copilotKitDevConsole.copilotKitDevConsoleWarnOutdated{background-color:var(--copilot-kit-dev-console-bg)}.copilotKitDevConsole .copilotKitVersionInfo{display:flex;position:absolute;bottom:-25px;padding:3px 5px;left:0;width:100%;justify-content:center;gap:10px;font-size:.8rem;align-items:center;background:#ebb305}.copilotKitDevConsole .copilotKitVersionInfo button{font-size:11px;font-weight:400;font-family:monospace;background-color:var(--copilot-kit-dev-console-bg);border:1px solid#979797;padding:1px 12px;padding-left:5px;border-radius:4px;display:inline-block;text-align:left;overflow:hidden;white-space:nowrap;width:260px;text-overflow:ellipsis}.copilotKitDevConsole .copilotKitVersionInfo aside{display:inline;font-weight:400;color:#7f7a7a;margin-left:5px}.copilotKitDevConsole .copilotKitVersionInfo svg{margin-left:3px;margin-top:-3px}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton{font-size:11px;font-weight:700;display:flex;padding:0 10px;height:30px;background-color:transparent;border:1px solid var(--copilot-kit-muted-color);border-radius:20px;align-items:center;justify-content:center;outline:none}.copilotKitDebugMenuTriggerButton.compact{width:35px;color:var(--copilot-kit-dev-console-bg);justify-content:center;outline:none;font-size:8px}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)85%,black);color:var(--copilot-kit-dev-console-text)}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton{color:white}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)20%,black)}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton>svg{margin-left:10px}.copilotKitDebugMenu{--copilot-kit-dev-console-border:color-mix(in srgb, var(--copilot-kit-dev-console-bg) 80%, black);margin-top:2px;border-radius:6px;background-color:var(--copilot-kit-dev-console-bg);border:1px solid var(--copilot-kit-dev-console-border);padding:.25rem;outline:none;font-size:13px}.copilotKitDebugMenuItem{padding-top:3px;padding-bottom:3px;padding-left:10px;padding-right:10px;display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;color:var(--copilot-kit-dev-console-text)}.copilotKitDebugMenuItem:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)95%,black);border-radius:4px}.copilotKitDebugMenu[data-closed]{transform:scale(.95);opacity:0}.copilotKitDebugMenu hr{height:1px;border:none;background-color:var(--copilot-kit-dev-console-border);margin:.25rem}.copilotKitHelpModal{background-color:var(--copilot-kit-dev-console-bg);color:var(--copilot-kit-dev-console-text)}.copilotKitHelpItemButton{display:block;text-align:center;width:100%;padding:4px 6px;border-radius:15px;font-size:.8rem;border:1px solid var(--copilot-kit-muted-color);color:var(--copilot-kit-dev-console-text);box-shadow:0 5px 5px 0 rgba(0,0,0,1%),0 2px 3px 0 rgba(0,0,0,2%);background-color:var(--copilot-kit-dev-console-bg)}.copilotKitHelpItemButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)95%,black)}.copilotkit-response{text-align:right}.copilotkit-response-content{margin-bottom:.5rem;font-size:.875rem;color:#4b5563;background-color:#f9fafb;padding:.5rem;border-radius:.25rem;text-align:left}.copilotkit-response-actions{display:inline-flex;flex-direction:column;align-items:flex-end}.copilotkit-response-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;display:flex;align-items:center}.copilotkit-toggle-button{margin-right:.25rem;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.copilotkit-icon{height:.75rem;width:.75rem;color:#6b7280}.copilotkit-response-buttons{display:flex;gap:.5rem}.copilotkit-response-button{padding:.25rem .5rem;font-size:.75rem;background-color:#f3f4f6;color:#4b5563;border-radius:.25rem;border:none;cursor:pointer;transition:background-color.2s}.copilotkit-response-button:hover{background-color:#e5e7eb}.copilotkit-response-button:focus{outline:none}.copilotkit-response-completed-feedback{background-color:#f9fafb;padding:.5rem;border-radius:.375rem;display:inline-flex;align-items:center}.copilotkit-response-completed-feedback span{color:#4b5563;font-size:.75rem;font-weight:500}.copilotkit-state{font-size:.875rem;margin-bottom:1rem}.copilotkit-state-header{display:flex;align-items:center;gap:.25rem;cursor:pointer;user-select:none;margin-bottom:.25rem}.copilotkit-state-label{color:#4b5563;font-size:.875rem}.copilotkit-state-label-loading{display:inline-flex;align-items:center;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.copilotkit-state-content{padding-left:1rem;max-height:250px;overflow:auto;padding-top:.375rem;border-left:1px solid#e5e7eb;margin-left:.375rem}.copilotkit-state-item{padding:.25rem 0;margin-bottom:.25rem;transition:all.3s ease}.copilotkit-state-item-newest{-webkit-animation:appear.5s ease-out;animation:appear.5s ease-out}.copilotkit-state-item-header{font-size:.75rem;opacity:.7}.copilotkit-state-item-thought{margin-top:.125rem;font-size:.75rem;opacity:.8}.copilotkit-state-item-result{margin-top:.125rem;font-size:.75rem}.copilotkit-state-item-description{margin-top:.125rem;font-size:.75rem;opacity:.8}.copilotkit-state-empty{padding:.25rem 0;font-size:.75rem;opacity:.7}.copilotkit-skeleton{padding:.125rem 0;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.copilotkit-skeleton-header{display:flex;justify-content:space-between}.copilotkit-skeleton-title{height:.625rem;width:4rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-skeleton-subtitle{height:.5rem;width:2rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-skeleton-content{margin-top:.125rem;height:1.5rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-loader,.copilotkit-spinner{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@keyframes appear{0%{opacity:0;transform:translatey(8px)}to{opacity:1;transform:translatey(0)}}@media(prefers-color-scheme:dark){.copilotkit-response-content{color:#9ca3af;background-color:#1f2937}.copilotkit-response-label,.copilotkit-icon{color:#9ca3af}.copilotkit-response-button{background-color:#1f2937;color:#d1d5db}.copilotkit-response-button:hover{background-color:#374151}.copilotkit-response-completed-feedback{background-color:#1f2937}.copilotkit-response-completed-feedback span{color:#e5e7eb}.copilotkit-state-label{color:#d1d5db}.copilotkit-state-content{border-left-color:#374151}.copilotkit-skeleton-title,.copilotkit-skeleton-subtitle,.copilotkit-skeleton-content{background-color:#374151}}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf)format("truetype")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf)format("truetype")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf)format("truetype")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf)format("truetype")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf)format("truetype")}@font-face{font-family:"Inter Fallback";src:local("Arial");ascent-override:90.2%;descent-override:22.48%;line-gap-override:0%;size-adjust:107.4%}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,"Inter Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-size:.875rem;line-height:1.25rem}:root{--primary:272, 89%, 64%;--color-primary:#9b51f5;--font-family:Inter, 'Inter Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';--font-size-base:0.875rem;--line-height-base:1.25rem;--header-bg:#08080b;--sider-bg:#09090b;--app-bg:#09090b}*{font-family:var(--font-family)}.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-dropdown-menu,.ant-form,.ant-table,.ant-modal,.ant-menu,.ant-pagination,.ant-tabs,.ant-card,.ant-breadcrumb,.ant-tag,.ant-checkbox,.ant-radio,.ant-drawer,.ant-message,.ant-notification,.ant-popover,.ant-tooltip,.ant-popconfirm,.ant-alert,.ant-descriptions{font-family:var(--font-family);font-style:normal}.ant-layout-header.ant-pro-layout-header-mix,.ant-pro-top-nav-header,.ant-pro-top-nav-header .ant-pro-top-nav-header-logo{background-color:var(--header-bg)!important}.ant-pro-top-nav-header .ant-pro-top-nav-header-menu{background-color:var(--header-bg)!important;margin-left:2rem!important}.ant-pro-top-nav-header .ant-pro-top-nav-header-menu .ant-menu-item,.ant-pro-top-nav-header .ant-pro-top-nav-header-menu .ant-menu-submenu-title{font-weight:600!important}.ant-menu-horizontal{background-color:var(--header-bg)!important;border-bottom:none!important}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu-title{font-weight:600!important}.ant-pro-layout-mix .ant-layout-header .ant-menu.ant-menu-horizontal{margin-left:2rem!important}.ant-pro-global-header,.ant-pro-global-header .ant-pro-global-header-logo{background-color:var(--header-bg)!important}.ant-pro-global-header-right{display:flex;align-items:center;height:100%;background-color:var(--header-bg)!important}.ant-pro-global-header-right .ant-pro-global-header-right-content,.ant-pro-global-header-right .ant-pro-global-header-right-item,.ant-pro-layout .ant-pro-layout-header .ant-pro-global-header .ant-pro-global-header-right .ant-input-search,.ant-pro-layout .ant-pro-layout-header .ant-pro-global-header .ant-pro-global-header-right .anticon{display:flex;align-items:center;height:100%}.colorWeak{filter:invert(80%)}.ant-layout{height:100vh}.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{left:unset}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}.ant-menu-dark{background-color:var(--sider-bg)!important}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-submenu-title{color:#fff!important}.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-title:hover{color:hsl(var(--primary))!important}.ant-menu-dark .ant-menu-item-selected{color:hsl(var(--primary))!important;background-color:transparent!important}.ant-menu-dark .ant-menu-item-selected:after,.ant-menu-dark .ant-menu-item:after{display:none!important}.ant-menu-dark.ant-menu-horizontal .ant-menu-item:hover,.ant-menu-dark.ant-menu-horizontal .ant-menu-submenu:hover{background-color:transparent!important}.ant-menu-dark.ant-menu-horizontal .ant-menu-item-selected{background-color:transparent!important;color:hsl(var(--primary))!important}.ant-menu-dark.ant-menu-horizontal .ant-menu-item-selected:after{display:none!important}.ant-menu-dark .ant-menu-submenu-title:hover{color:hsl(var(--primary))!important}.ant-menu-dark .ant-menu-submenu-selected .ant-menu-submenu-title,.ant-menu-dark .ant-menu-item-selected .anticon,.ant-menu-dark .ant-menu-submenu-selected .anticon{color:hsl(var(--primary))!important}@media(max-width:768px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:pre}.ant-table-thead>tr>th>span,.ant-table-tbody>tr>th>span,.ant-table-thead>tr>td>span,.ant-table-tbody>tr>td>span{display:block}}.ant-menu-submenu-popup>.ant-menu,.ant-pro-base-menu-submenu-popup .ant-menu,[data-theme=realDark] .ant-layout-header,[data-theme=realDark] .ant-pro-global-header,[data-theme=realDark] .ant-pro-top-nav-header,[data-theme=realDark] .ant-menu-horizontal,[data-theme=realDark] .ant-pro-global-header-logo,[data-theme=realDark] .ant-pro-top-nav-header-logo,[data-theme=realDark] .ant-pro-top-nav-header-menu,[data-theme=realDark] .ant-menu-submenu-popup>.ant-menu{background-color:var(--header-bg)!important}[data-theme=realDark] .ant-layout-sider,[data-theme=realDark] .ant-menu-dark,[data-theme=realDark] .ant-pro-sider,[data-theme=realDark] .ant-layout-sider-children{background-color:var(--sider-bg)!important}[data-theme=realDark] .ant-layout,[data-theme=realDark] .ant-pro-layout,[data-theme=realDark] .ant-pro-page-container{background-color:var(--app-bg)!important}.ant-layout-header .ant-menu .ant-menu-item,.ant-layout-header .ant-menu .ant-menu-submenu-title,.ant-pro-layout-mix .ant-layout-header .ant-menu-item,.ant-pro-layout-mix .ant-layout-header .ant-menu-submenu-title{font-weight:600!important}.ant-layout-sider,.ant-pro-sider,.ant-pro-sider .ant-layout-sider-children{background-color:var(--sider-bg)!important}.ant-pro-layout{height:100%;overflow:hidden}.ant-pro-layout .ant-layout-content{flex:1 1;overflow:hidden;padding:0}.ant-pro-layout-container{height:100%;overflow:hidden}.ant-pro-page-container,.ant-pro-page-container .ant-pro-page-container-warp,.ant-pro-page-container .ant-pro-page-container-children-content{background-color:var(--app-bg)!important}.ant-card{background-color:#111114!important}.ant-pro-card{background-color:transparent!important}.ant-pro-global-footer,.ant-layout-footer{display:none!important}.ant-pro-basicLayout-content{background-color:var(--app-bg)!important}.ant-avatar.ant-avatar-circle.ant-avatar-icon{background-color:transparent!important}.ant-avatar.ant-avatar-circle.ant-avatar-icon .anticon{color:#fff!important;font-size:16px!important}.ant-pro-global-header-right .ant-space-item{display:flex;align-items:center;height:100%}.ant-spin-nested-loading,.ant-spin-nested-loading .ant-spin-container{height:100%}.dark-modal .ant-modal-content{background-color:#141414!important}.dark-modal .ant-modal-content .ant-modal-header{background-color:#141414!important;border-bottom:1px solid#303030!important}.dark-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:rgba(255,255,255,.85)!important}.dark-modal .ant-modal-content .ant-modal-body{background-color:#141414!important;color:rgba(255,255,255,.85)!important}.dark-modal .ant-modal-content .ant-modal-body p{color:rgba(255,255,255,.65)!important}.dark-modal .ant-modal-content .ant-modal-body p strong{color:rgba(255,255,255,.85)!important}.dark-modal .ant-modal-content .ant-modal-footer{background-color:#141414!important;border-top:1px solid#303030!important}.dark-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default{background-color:#000!important;border-color:#303030!important;color:#fff!important}.dark-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default:hover,.dark-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default:focus{background-color:#262626!important;border-color:#595959!important;color:#fff!important}.ant-modal-confirm.dark-modal .ant-modal-content{background-color:#141414!important;border:1px solid#303030!important}.ant-modal-confirm.dark-modal .ant-modal-header{background-color:#141414!important;border-bottom:1px solid#303030!important}.ant-modal-confirm.dark-modal .ant-modal-header .ant-modal-title{color:rgba(255,255,255,.85)!important}.ant-modal-confirm.dark-modal .ant-modal-body{background-color:#141414!important;color:rgba(255,255,255,.85)!important}.ant-modal-confirm.dark-modal .ant-modal-body .ant-modal-confirm-title{color:rgba(255,255,255,.85)!important}.ant-modal-confirm.dark-modal .ant-modal-body .ant-modal-confirm-content,.ant-modal-confirm.dark-modal .ant-modal-body .ant-modal-confirm-content p{color:rgba(255,255,255,.65)!important}.ant-modal-confirm.dark-modal .ant-modal-body .ant-modal-confirm-content p strong{color:rgba(255,255,255,.85)!important}.ant-modal-confirm.dark-modal .ant-modal-body .ant-modal-confirm-content p:nth-child(2){color:#ff4d4f!important}.ant-modal-confirm.dark-modal .ant-modal-body .anticon{color:#ff4d4f!important}.ant-modal-confirm.dark-modal .ant-modal-footer{background-color:#141414!important;border-top:1px solid#303030!important}.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-default{background-color:#000!important;border-color:#303030!important;color:#fff!important}.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-default:hover,.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-default:focus{background-color:#262626!important;border-color:#595959!important;color:#fff!important}.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-default:active{background-color:#1a1a1a!important;border-color:#595959!important;color:#fff!important}.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-primary.ant-btn-dangerous{background-color:#ff4d4f!important;border-color:#ff4d4f!important;color:#fff!important}.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-primary.ant-btn-dangerous:hover,.ant-modal-confirm.dark-modal .ant-modal-footer .ant-btn.ant-btn-primary.ant-btn-dangerous:focus{background-color:#ff7875!important;border-color:#ff7875!important}.dark-modal.ant-modal-confirm .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default{background-color:#000!important;border-color:#303030!important;color:#fff!important}.dark-modal.ant-modal-confirm .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default:hover,.dark-modal.ant-modal-confirm .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default:focus,.dark-modal.ant-modal-confirm .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default:active{background-color:#262626!important;border-color:#595959!important;color:#fff!important}.ant-modal-root .dark-modal .ant-btn-default,.ant-modal-root .dark-modal.ant-modal-confirm .ant-btn-default{background-color:#000!important;border-color:#303030!important;color:#fff!important;box-shadow:none!important}.ant-modal-root .dark-modal .ant-btn-default:hover,.ant-modal-root .dark-modal.ant-modal-confirm .ant-btn-default:hover,.ant-modal-root .dark-modal .ant-btn-default:focus,.ant-modal-root .dark-modal.ant-modal-confirm .ant-btn-default:focus,.ant-modal-root .dark-modal .ant-btn-default:active,.ant-modal-root .dark-modal.ant-modal-confirm .ant-btn-default:active{background-color:#262626!important;border-color:#595959!important;color:#fff!important;box-shadow:none!important}body .dark-modal .ant-btn-default,body .dark-modal.ant-modal-confirm .ant-btn-default,#root .dark-modal .ant-btn-default,#root .dark-modal.ant-modal-confirm .ant-btn-default{background:#000!important;background-color:#000!important;border:1px solid#303030!important;border-color:#303030!important;color:#fff!important}body .dark-modal .ant-btn-default:hover,body .dark-modal .ant-btn-default:focus,body .dark-modal.ant-modal-confirm .ant-btn-default:hover,body .dark-modal.ant-modal-confirm .ant-btn-default:focus,#root .dark-modal .ant-btn-default:hover,#root .dark-modal .ant-btn-default:focus,#root .dark-modal.ant-modal-confirm .ant-btn-default:hover,#root .dark-modal.ant-modal-confirm .ant-btn-default:focus{background:#262626!important;background-color:#262626!important;border:1px solid#595959!important;border-color:#595959!important;color:#fff!important}.custom-segmented .ant-segmented-item-selected{background-color:#000!important;color:#fff!important;padding-left:20px!important;padding-right:20px!important}.custom-segmented .ant-segmented-item{color:#fff;padding-left:20px!important;padding-right:20px!important}.custom-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected){background-color:#3a3a3a!important}.ant-splitter .ant-splitter-bar{background-color:#424242!important}.ant-splitter .ant-splitter-bar:hover{background-color:#9b51f5!important}.ant-splitter .ant-splitter-bar:active{background-color:#9b51f5!important}.ant-splitter .ant-splitter-bar-dragger{background-color:transparent!important}.ant-notification .ant-notification-notice-wrapper{background-color:#2a2a2a;color:#fff}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-message,.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-description{color:#fff}.ant-table-wrapper .ant-table{background:#111114!important;border:1px solid#2a2a2a!important;border-radius:8px}.ant-table-wrapper .ant-table .ant-table-thead>tr>th{background:#1a1a1a!important;border-bottom:1px solid#2a2a2a!important;color:#fff!important;font-weight:600}.ant-table-wrapper .ant-table .ant-table-thead>tr>th.ant-table-column-sort{background:#1a1a1a!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr>td{background:#111114!important;border-bottom:1px solid#2a2a2a!important;color:#fff!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#1a1a1a!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-wrapper .ant-table .ant-empty .ant-empty-description{color:#b0b0b0!important}.ant-table-wrapper .ant-table .ant-table-cell-fix-left,.ant-table-wrapper .ant-table .ant-table-cell-fix-right{background:#111114!important}.ant-table-wrapper .ant-table tr:hover .ant-table-cell-fix-left,.ant-table-wrapper .ant-table tr:hover .ant-table-cell-fix-right{background:#1a1a1a!important}.ant-table-wrapper .ant-table-container{border:none!important}.ant-table-wrapper .ant-table-content,.ant-pro-table{background:transparent!important}.ant-pro-table .ant-pro-table-search{background:#111!important;border:1px solid#2a2a2a!important;border-radius:8px;padding:16px;margin-bottom:16px}.ant-pro-table .ant-pro-table-search .ant-form-item{margin-bottom:0!important}.ant-pro-table .ant-pro-table-search .ant-input,.ant-pro-table .ant-pro-table-search .ant-select-selector{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pro-table .ant-pro-table-search .ant-input:hover,.ant-pro-table .ant-pro-table-search .ant-select-selector:hover,.ant-pro-table .ant-pro-table-search .ant-input:focus,.ant-pro-table .ant-pro-table-search .ant-select-selector:focus{border-color:#8f5cff!important}.ant-pro-table .ant-pro-table-search .ant-select-arrow{color:#fff!important}.ant-pro-table .ant-pro-table-search .ant-btn{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pro-table .ant-pro-table-search .ant-btn:hover,.ant-pro-table .ant-pro-table-search .ant-btn:focus{background:#2a2a2a!important;border-color:#8f5cff!important;color:#fff!important}.ant-pro-table .ant-pro-table-list-toolbar{background:transparent!important}.ant-pro-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-title{color:#fff!important}.ant-pro-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-right .ant-btn{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pro-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-right .ant-btn:hover,.ant-pro-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-right .ant-btn:focus{background:#2a2a2a!important;border-color:#8f5cff!important;color:#fff!important}.ant-pagination{background:transparent!important}.ant-pagination .ant-pagination-item{background:#1a1a1a!important;border-color:#2a2a2a!important}.ant-pagination .ant-pagination-item a{color:#fff!important}.ant-pagination .ant-pagination-item:hover{border-color:#8f5cff!important}.ant-pagination .ant-pagination-item-active{background:#8f5cff!important;border-color:#8f5cff!important}.ant-pagination .ant-pagination-item-active a{color:#fff!important}.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pagination .ant-pagination-prev:hover,.ant-pagination .ant-pagination-next:hover{border-color:#8f5cff!important;color:#fff!important}.ant-pagination .ant-pagination-prev:focus,.ant-pagination .ant-pagination-next:focus{border-color:#8f5cff!important;color:#fff!important}.ant-pagination .ant-pagination-jump-prev,.ant-pagination .ant-pagination-jump-next{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pagination .ant-pagination-jump-prev:hover,.ant-pagination .ant-pagination-jump-next:hover{border-color:#8f5cff!important;color:#fff!important}.ant-pagination .ant-pagination-jump-prev:focus,.ant-pagination .ant-pagination-jump-next:focus{border-color:#8f5cff!important;color:#fff!important}.ant-pagination .ant-pagination-options .ant-select .ant-select-selector{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pagination .ant-pagination-options .ant-select .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select .ant-select-selector:focus{border-color:#8f5cff!important}.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper{color:#b0b0b0!important}.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#fff!important}.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:focus{border-color:#8f5cff!important}.ant-pagination .ant-pagination-total-text{color:#b0b0b0!important}.ant-pagination .ant-pagination-disabled .ant-pagination-item-link{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#666!important}.ant-table .ant-table-thead>tr>th,.ant-table-wrapper .ant-table .ant-table-thead>tr>th,.ant-pro-table .ant-table .ant-table-thead>tr>th,body .ant-table .ant-table-thead>tr>th,#root .ant-table .ant-table-thead>tr>th{background:#1a1a1a!important;background-color:#1a1a1a!important;border-bottom:1px solid#2a2a2a!important;color:#fff!important;font-weight:600!important}.ant-table .ant-table-thead>tr>th.ant-table-column-sort,.ant-table-wrapper .ant-table .ant-table-thead>tr>th.ant-table-column-sort,.ant-pro-table .ant-table .ant-table-thead>tr>th.ant-table-column-sort,body .ant-table .ant-table-thead>tr>th.ant-table-column-sort,#root .ant-table .ant-table-thead>tr>th.ant-table-column-sort{background:#1a1a1a!important;background-color:#1a1a1a!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}@charset "utf-8";::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(255,0,0,.3);background:rgba(255,255,255,.1)}::-webkit-scrollbar-thumb{border-radius:4px;background:rgba(0,0,0,.2);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.2)}.json-schema-react-editor{font-size:14px}.json-schema-react-editor .array-item-type{text-align:left}.json-schema-react-editor .add-btn{margin:8px}.json-schema-react-editor .pretty-editor{border:1px solid#d9d9d9;border-radius:4px;height:800px}.json-schema-react-editor .import-json-button{margin:5px}.json-schema-react-editor .certain-category-search .ant-select-selection--single{height:32px}.json-schema-react-editor .certain-category-search .ant-select-search__field__wrap{display:unset}.json-schema-react-editor .option-formStyle{padding-top:8px}.json-schema-react-editor .required-icon{font-size:1em;color:red;font-weight:700;padding-left:5px}.json-schema-react-editor .object-style{padding-top:6px;margin-top:8px}.json-schema-react-editor .col-item-type{text-align:center}.json-schema-react-editor .down-style{cursor:pointer}.json-schema-react-editor .col-item-desc{text-align:center}.json-schema-react-editor .col-item-mock{text-align:center;padding-right:6px}.json-schema-react-editor .col-item-setting{padding-left:6px;cursor:pointer}.json-schema-react-editor .plus{color:#2395f1}.json-schema-react-editor .close{color:#ff561b}.json-schema-react-editor .array-type{margin-top:8px}.json-schema-react-editor .delete-item{padding-right:8px}.json-schema-react-editor .object-style .name-item .ant-input-group-addon{background-color:unset;border:unset}.json-schema-react-editor .object-style .name-item .ant-input-group>.ant-input:first-child,.ant-input-group-addon:first-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.json-schema-react-editor .icon-object{color:#0d1b3ea6;font-weight:400;font-size:10px}.json-schema-react-editor .down-style-col{width:10px}.json-schema-react-editor .wrapper{padding-left:8px}.json-schema-react-editor .adv-set{padding-right:8px;color:#00a854}.json-schema-react-editor .type-select-style{width:90%}.json-schema-react-editor-import-modal .ant-tabs-nav .ant-tabs-tab{height:auto}.json-schema-react-editor-adv-modal .other-row{margin-bottom:16px}.json-schema-react-editor-adv-modal .other-label{text-align:right;padding-right:8px}.json-schema-react-editor-adv-modal .default-setting{font-size:16px;font-weight:400;margin-bottom:16px;border-left:3px solid#2395f1;padding-left:8px}.json-schema-react-editor-adv-modal .ant-modal-body{min-height:400px}.json-schema-react-editor-adv-modal .ant-modal-body .ace_editor{min-height:350px}.json-schema-react-editor-adv-modal-select .format-items-title{color:#999;position:absolute;right:16px}.ant-modal-close-x{display:flex;justify-content:center;align-items:center}#schema-editor img{width:20px;height:20px}.copilotKitPopup{z-index:1000!important}.ai-operation-notifier{position:fixed;z-index:1000;pointer-events:none;opacity:0;transition:opacity.3s ease}.ai-operation-notifier.fade-in{opacity:1}.ai-operation-notifier.fade-out{opacity:0}.position-bottom-right{bottom:30px;right:30px}.position-bottom-left{bottom:30px;left:30px}.position-top-right{top:30px;right:30px}.position-top-left{top:30px;left:30px}.position-top-center{top:30px;left:50%;transform:translatex(-50%)}.position-bottom-center{bottom:30px;left:50%;transform:translatex(-50%)}.position-center{top:50%;left:50%;transform:translate(-50%,-50%);z-index:1100}.position-center .ai-operation-content{padding:16px 24px;background:rgba(33,33,33,.9);box-shadow:0 8px 24px rgba(0,0,0,.25);-webkit-animation:pulse 1.5s infinite ease-in-out;animation:pulse 1.5s infinite ease-in-out}.position-center .ai-operation-message{font-size:16px;font-weight:600}.ai-operation-content{display:flex;align-items:center;background:rgba(33,33,33,.85);border:1px solid#4a4a4a;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,0,0,.15);backdrop-filter:blur(4px);-webkit-animation:pulse 2s infinite ease-in-out;animation:pulse 2s infinite ease-in-out}.ai-operation-message{color:#e0e0e0;margin-left:12px;font-size:14px;font-weight:500}.loading-animation{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background:rgba(24,144,255,.1);border-radius:50%;padding:4px}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(24,144,255,.4)}70%{box-shadow:0 0 0 6px rgba(24,144,255,0)}to{box-shadow:0 0 0 0 rgba(24,144,255,0)}}.ai-working-container{position:relative;width:36px;height:36px}.ai-working-dots{position:absolute;width:100%;height:100%;-webkit-animation:rotate 10s linear infinite;animation:rotate 10s linear infinite}.ai-working-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;border:2px solid rgba(24,144,255,.6);border-top-color:#1890ff;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.ai-dot{position:absolute;width:6px;height:6px;border-radius:50%;background-color:#1890ff;-webkit-animation:pulse-dot 1.5s ease-in-out infinite;animation:pulse-dot 1.5s ease-in-out infinite}.dot1{top:0;left:50%;transform:translatex(-50%);-webkit-animation-delay:0s;animation-delay:0s}.dot2{top:50%;right:0;transform:translatey(-50%);-webkit-animation-delay:.4s;animation-delay:.4s}.dot3{bottom:0;left:50%;transform:translatex(-50%);-webkit-animation-delay:.8s;animation-delay:.8s}.dot4{top:50%;left:0;transform:translatey(-50%);-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes pulse-dot{0%{transform:scale(.8);opacity:.6}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.6}}.schema-tree-editor{height:100%;display:flex;flex-direction:column;background:#1a1a1a;color:#fff}.schema-tree-editor .tree-header{display:flex;align-items:center;padding:8px 12px;background:#222;border-bottom:1px solid#333;font-weight:500;font-size:12px;color:#ccc}.schema-tree-editor .tree-header .expand-icon{width:34px;flex-shrink:0}.schema-tree-editor .tree-header .field-name{width:180px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-header .required-checkbox{width:50px;flex-shrink:0;text-align:center}.schema-tree-editor .tree-header .type-select{width:130px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-header .default-value{width:150px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-header .description{flex:1 1;min-width:150px;padding:0 8px}.schema-tree-editor .tree-header .actions{width:120px;flex-shrink:0;text-align:center}.schema-tree-editor .tree-content{flex:1 1;overflow-y:auto;padding:4px 0}.schema-tree-editor .tree-content .tree-node .node-content{display:flex;align-items:center;padding:4px 12px;border-bottom:1px solid#2a2a2a;transition:background-color.2s}.schema-tree-editor .tree-content .tree-node .node-content:hover{background:#252525}.schema-tree-editor .tree-content .tree-node .node-content .expand-icon{width:34px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;height:24px}.schema-tree-editor .tree-content .tree-node .node-content .expand-icon:hover{background:#333;border-radius:2px}.schema-tree-editor .tree-content .tree-node .node-content .expand-icon .anticon{color:#888;font-size:12px}.schema-tree-editor .tree-content .tree-node .node-content .field-name{width:180px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input{background:#333;border-color:#444;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input:focus,.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input:hover{border-color:#111114;box-shadow:0 0 0 2px rgba(17,17,20,.2)}.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input:disabled{background:#2a2a2a;color:#888}.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input::-webkit-input-placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .field-name .ant-input::placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .required-checkbox{width:50px;flex-shrink:0;text-align:center}.schema-tree-editor .tree-content .tree-node .node-content .required-checkbox .ant-checkbox .ant-checkbox-inner{background:#333;border-color:#444}.schema-tree-editor .tree-content .tree-node .node-content .required-checkbox .ant-checkbox .ant-checkbox-inner:hover{border-color:#111114}.schema-tree-editor .tree-content .tree-node .node-content .required-checkbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background:#111114;border-color:#111114}.schema-tree-editor .tree-content .tree-node .node-content .required-checkbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .type-select{width:130px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-content .tree-node .node-content .type-select .ant-select .ant-select-selector{background:#333;border-color:#444;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .type-select .ant-select .ant-select-selector .ant-select-selection-item{color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .type-select .ant-select:hover .ant-select-selector{border-color:#111114}.schema-tree-editor .tree-content .tree-node .node-content .type-select .ant-select.ant-select-focused .ant-select-selector{border-color:#111114;box-shadow:0 0 0 2px rgba(17,17,20,.2)}.schema-tree-editor .tree-content .tree-node .node-content .default-value{width:150px;flex-shrink:0;padding:0 8px}.schema-tree-editor .tree-content .tree-node .node-content .default-value .ant-input{background:#333;border-color:#444;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .default-value .ant-input:focus,.schema-tree-editor .tree-content .tree-node .node-content .default-value .ant-input:hover{border-color:#111114;box-shadow:0 0 0 2px rgba(17,17,20,.2)}.schema-tree-editor .tree-content .tree-node .node-content .default-value .ant-input::-webkit-input-placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .default-value .ant-input::placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .description{flex:1 1;min-width:150px;padding:0 8px}.schema-tree-editor .tree-content .tree-node .node-content .description .ant-input{background:#333;border-color:#444;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .description .ant-input:focus,.schema-tree-editor .tree-content .tree-node .node-content .description .ant-input:hover{border-color:#111114;box-shadow:0 0 0 2px rgba(17,17,20,.2)}.schema-tree-editor .tree-content .tree-node .node-content .description .ant-input::-webkit-input-placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .description .ant-input::placeholder{color:#666}.schema-tree-editor .tree-content .tree-node .node-content .actions{width:120px;flex-shrink:0;text-align:center}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn{background:#333;border-color:#444;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn:hover{background:#444;border-color:#555;color:#fff}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn.ant-btn-primary{background:#111114;border-color:#111114}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn.ant-btn-primary:hover{background:#333;border-color:#333}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn.ant-btn-dangerous{color:#ff4d4f;border-color:#444}.schema-tree-editor .tree-content .tree-node .node-content .actions .ant-btn.ant-btn-dangerous:hover{color:#fff;background:#ff4d4f;border-color:#ff4d4f}.schema-tree-editor .tree-content .tree-node .node-children .tree-node .node-content{background:rgba(255,255,255,2%)}.ant-select-dropdown{background:#333!important;border:1px solid#444!important}.ant-select-dropdown .ant-select-item{color:#fff!important}.ant-select-dropdown .ant-select-item:hover{background:#444!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#111114!important;color:#fff!important}.code-editor{height:100%;display:flex;flex-direction:column;background:#1a1a1a}.code-editor .error-banner{background:#ff4d4f;color:#fff;padding:8px 16px;border-bottom:1px solid#333;font-size:12px}.code-editor .error-banner .error-text{font-weight:500}.code-editor .editor-container{flex:1 1;overflow:hidden}.code-editor .editor-container .cm-editor{height:100%!important;background:#1a1a1a!important}.code-editor .editor-container .cm-editor .cm-content{padding:16px!important;min-height:100%!important}.code-editor .editor-container .cm-editor .cm-focused{outline:none!important}.code-editor .editor-container .cm-editor .cm-scroller{font-family:"Monaco","Menlo","Ubuntu Mono","Courier New",monospace!important}.code-editor .editor-container .cm-editor .cm-gutters{background:#111114!important;border-right:1px solid#333!important;color:#666!important}.code-editor .editor-container .cm-editor .cm-lineNumbers .cm-gutterElement{color:#666!important;font-size:12px!important}.code-editor .editor-container .cm-editor .cm-cursor{border-left-color:#fff!important}.code-editor .editor-container .cm-editor .cm-selectionBackground{background:rgba(255,255,255,.1)!important}.code-editor .editor-container .cm-editor .cm-matchingBracket{background:rgba(255,255,255,.1)!important;outline:1px solid#666!important}.code-editor .editor-container .cm-editor .cm-searchMatch{background:rgba(255,255,0,.3)!important}.code-editor .editor-container .cm-editor .cm-searchMatch.cm-searchMatch-selected{background:rgba(255,255,0,.5)!important}.code-editor .editor-container .cm-editor .cm-activeLine{background:rgba(255,255,255,2%)!important}.code-editor .editor-container .cm-editor .tok-string{color:#98c379!important}.code-editor .editor-container .cm-editor .tok-number{color:#d19a66!important}.code-editor .editor-container .cm-editor .tok-bool{color:#56b6c2!important}.code-editor .editor-container .cm-editor .tok-null{color:#e06c75!important}.code-editor .editor-container .cm-editor .tok-keyword{color:#c678dd!important}.code-editor .editor-container .cm-editor .tok-punctuation{color:#abb2bf!important}.code-editor .editor-container .cm-editor .tok-propertyName{color:#e06c75!important}.code-editor .editor-container .cm-scroller::-webkit-scrollbar{width:12px;height:12px}.code-editor .editor-container .cm-scroller::-webkit-scrollbar-track{background:#1a1a1a}.code-editor .editor-container .cm-scroller::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.code-editor .editor-container .cm-scroller::-webkit-scrollbar-thumb:hover{background:#555}.code-editor .editor-container .cm-scroller::-webkit-scrollbar-corner{background:#1a1a1a}.code-editor .cm-editor.cm-focused{outline:none}.schema-preview{height:100%;background:#1a1a1a;overflow:hidden}.schema-preview .preview-layout{display:flex;height:100%;gap:1px}.schema-preview .preview-layout .form-panel{flex:1 1;background:#1a1a1a;display:flex;flex-direction:column;overflow:hidden}.schema-preview .preview-layout .json-panel{width:400px;background:#1a1a1a;border-left:1px solid#333;display:flex;flex-direction:column;overflow:hidden}.schema-preview .preview-layout .panel-header{padding:12px 16px;background:#222;border-bottom:1px solid#333;flex-shrink:0}.schema-preview .preview-layout .panel-header h3{margin:0;color:#fff;font-size:14px;font-weight:500}.schema-preview .preview-layout .panel-header .panel-subtitle{display:block;color:#888;font-size:12px;margin-top:2px;font-style:italic}.schema-preview .preview-layout .panel-content{flex:1 1;overflow-y:auto;padding:16px}.schema-preview .preview-layout .json-display{background:#111114;border:1px solid#333;border-radius:6px;padding:16px;margin:0;font-family:"Consolas","Monaco","Courier New",monospace;font-size:12px;line-height:1.5;color:#f8f8f2;overflow:auto;white-space:pre;word-wrap:break-word;min-height:calc(100% - 32px)}.schema-preview .form-panel .panel-content .rjsf .form-group{margin-bottom:16px}.schema-preview .form-panel .panel-content .rjsf .form-group label{color:#fff!important;font-weight:500}.schema-preview .form-panel .panel-content .rjsf .form-group .form-control{background:#333!important;border-color:#444!important;color:#fff!important}.schema-preview .form-panel .panel-content .rjsf .form-group .form-control:focus{border-color:#111114!important;box-shadow:0 0 0 2px rgba(17,17,20,.2)!important}.schema-preview .form-panel .panel-content .rjsf .form-group .form-control::-webkit-input-placeholder{color:#666!important}.schema-preview .form-panel .panel-content .rjsf .form-group .form-control::placeholder{color:#666!important}.schema-preview .form-panel .panel-content .rjsf fieldset{border-color:#333!important}.schema-preview .form-panel .panel-content .rjsf fieldset legend{color:#fff!important}.schema-preview .form-panel .panel-content .rjsf .array-item{background:rgba(255,255,255,2%);border:1px solid#333;border-radius:4px;padding:12px;margin-bottom:8px}.schema-preview .form-panel .panel-content .rjsf .array-item .array-item-toolbox .array-item-move,.schema-preview .form-panel .panel-content .rjsf .array-item .array-item-toolbox .array-item-remove{background:#333!important;border-color:#444!important;color:#fff!important}.schema-preview .form-panel .panel-content .rjsf .array-item .array-item-toolbox .array-item-move:hover,.schema-preview .form-panel .panel-content .rjsf .array-item .array-item-toolbox .array-item-remove:hover{background:#444!important;border-color:#555!important}.schema-preview .form-panel .panel-content .rjsf .object-property{margin-bottom:12px;padding:8px;border-left:2px solid#111114;background:rgba(17,17,20,.1)}.schema-preview .form-panel .panel-content .rjsf .error-detail{color:#ff4d4f!important;font-size:12px;margin-top:4px}.schema-preview .form-panel .panel-content .rjsf .field-error{border-color:#ff4d4f!important}.schema-preview .form-panel .panel-content .ant-input{background:#333!important;border-color:#444!important;color:#fff!important}.schema-preview .form-panel .panel-content .ant-input:focus,.schema-preview .form-panel .panel-content .ant-input:hover{border-color:#111114!important;box-shadow:0 0 0 2px rgba(17,17,20,.2)!important}.schema-preview .form-panel .panel-content .ant-input::-webkit-input-placeholder{color:#666!important}.schema-preview .form-panel .panel-content .ant-input::placeholder{color:#666!important}.schema-preview .form-panel .panel-content .ant-input-number{background:#333!important;border-color:#444!important}.schema-preview .form-panel .panel-content .ant-input-number .ant-input-number-input{background:transparent!important;color:#fff!important}.schema-preview .form-panel .panel-content .ant-input-number:hover{border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-input-number.ant-input-number-focused{border-color:#111114!important;box-shadow:0 0 0 2px rgba(17,17,20,.2)!important}.schema-preview .form-panel .panel-content .ant-select .ant-select-selector{background:#333!important;border-color:#444!important;color:#fff!important}.schema-preview .form-panel .panel-content .ant-select .ant-select-selector .ant-select-selection-item{color:#fff!important}.schema-preview .form-panel .panel-content .ant-select .ant-select-selector .ant-select-selection-placeholder{color:#666!important}.schema-preview .form-panel .panel-content .ant-select:hover .ant-select-selector{border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-select.ant-select-focused .ant-select-selector{border-color:#111114!important;box-shadow:0 0 0 2px rgba(17,17,20,.2)!important}.schema-preview .form-panel .panel-content .ant-checkbox .ant-checkbox-inner{background:#333!important;border-color:#444!important}.schema-preview .form-panel .panel-content .ant-checkbox .ant-checkbox-inner:hover{border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background:#111114!important;border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff!important}.schema-preview .form-panel .panel-content .ant-radio .ant-radio-inner{background:#333!important;border-color:#444!important}.schema-preview .form-panel .panel-content .ant-radio .ant-radio-inner:hover{border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-radio.ant-radio-checked .ant-radio-inner{border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-radio.ant-radio-checked .ant-radio-inner:after{background:#111114!important}.schema-preview .form-panel .panel-content .ant-btn{background:#333!important;border-color:#444!important;color:#fff!important}.schema-preview .form-panel .panel-content .ant-btn:hover{background:#444!important;border-color:#555!important;color:#fff!important}.schema-preview .form-panel .panel-content .ant-btn.ant-btn-primary{background:#111114!important;border-color:#111114!important}.schema-preview .form-panel .panel-content .ant-btn.ant-btn-primary:hover{background:#333!important;border-color:#333!important}.schema-preview .ant-alert{background:#333!important;border-color:#444!important}.schema-preview .ant-alert.ant-alert-error{background:rgba(255,77,79,.1)!important;border-color:#ff4d4f!important}.schema-preview .ant-alert.ant-alert-error .ant-alert-message{color:#ff4d4f!important}.schema-preview .ant-alert.ant-alert-error .ant-alert-description{color:#ffccc7!important}.schema-preview .ant-alert.ant-alert-info{background:rgba(24,144,255,.1)!important;border-color:#1890ff!important}.schema-preview .ant-alert.ant-alert-info .ant-alert-message{color:#1890ff!important}.schema-preview .ant-alert.ant-alert-info .ant-alert-description{color:#bae7ff!important}.schema-preview .ant-alert .ant-alert-message{color:#fff!important}.schema-preview .ant-alert .ant-alert-description{color:#ccc!important}.json-schema-pro-form{width:100%;height:100%;display:flex;flex-direction:column;background:#111114;color:#fff}.json-schema-pro-form .toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#1a1a1a;border-bottom:1px solid#333;min-height:48px}.json-schema-pro-form .toolbar .toolbar-left{display:flex;align-items:center;gap:16px}.json-schema-pro-form .toolbar .toolbar-right{display:flex;align-items:center;gap:8px}.json-schema-pro-form .toolbar .ant-segmented{background:#333}.json-schema-pro-form .toolbar .ant-segmented .ant-segmented-item{color:#fff;border:none}.json-schema-pro-form .toolbar .ant-segmented .ant-segmented-item:hover{background:#444}.json-schema-pro-form .toolbar .ant-segmented .ant-segmented-item.ant-segmented-item-selected{background:#111114;color:#fff}.json-schema-pro-form .toolbar .ant-btn{border-color:#333;color:#fff}.json-schema-pro-form .toolbar .ant-btn:hover{border-color:#111114;color:#111114;background:#fff}.json-schema-pro-form .toolbar .ant-btn.ant-btn-primary{background:#111114;border-color:#111114}.json-schema-pro-form .toolbar .ant-btn.ant-btn-primary:hover{background:#333;border-color:#333}.json-schema-pro-form .content-area{flex:1 1;display:flex;padding:8px;min-height:0}.json-schema-pro-form .content-area .editor-area,.json-schema-pro-form .content-area .editor-area.full-width{width:100%}.json-schema-pro-form .content-area .editor-area .ant-card{height:100%;background:#1a1a1a;border:1px solid#333}.json-schema-pro-form .content-area .editor-area .ant-card .ant-card-body{height:100%;padding:0}.json-schema-pro-form .ant-card .ant-card-head{background:#222;border-bottom:1px solid#333}.json-schema-pro-form .ant-card .ant-card-head .ant-card-head-title{color:#fff}.json-schema-pro-form .ant-card .ant-card-body{background:#1a1a1a;color:#fff}.json-schema-pro-form *{scrollbar-width:thin;scrollbar-color:#444#1a1a1a}.json-schema-pro-form ::-webkit-scrollbar{width:8px;height:8px}.json-schema-pro-form ::-webkit-scrollbar-track{background:#1a1a1a}.json-schema-pro-form ::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.json-schema-pro-form ::-webkit-scrollbar-thumb:hover{background:#555}.variable-mention-input{position:relative;width:100%;min-height:40px}.variable-mention-input .mentions-input{background:#141414;border:1px solid#424242;border-radius:6px;color:#fff;font-size:14px}.variable-mention-input .mentions-input:hover{border-color:#595959}.variable-mention-input .mentions-input:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.2)}.variable-mention-input .mentions-input .mentions-input__control{background:transparent;border:none;outline:none;color:#fff;font-family:inherit;font-size:inherit;line-height:1.5715}.variable-mention-input .mentions-input .mentions-input__control::-webkit-input-placeholder{color:#8c8c8c}.variable-mention-input .mentions-input .mentions-input__control::placeholder{color:#8c8c8c}.variable-mention-input .mentions-input .mentions-input__highlighter{background:transparent;color:transparent}.variable-mention-input .mentions-input .mentions-input__highlighter mark{background:#1677ff;color:#fff;border-radius:4px;padding:2px 4px;font-weight:500}.variable-mention-input .mentions-suggestions{background:#1f1f1f;border:1px solid#424242;border-radius:6px;box-shadow:0 6px 16px 0 rgba(0,0,0,8%),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,5%);max-height:300px;overflow-y:auto;z-index:1000;position:absolute!important}.variable-mention-input .mentions-suggestions::-webkit-scrollbar{width:6px}.variable-mention-input .mentions-suggestions::-webkit-scrollbar-track{background:#262626;border-radius:3px}.variable-mention-input .mentions-suggestions::-webkit-scrollbar-thumb{background:#595959;border-radius:3px}.variable-mention-input .mentions-suggestions::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.variable-mention-input .variable-suggestion{padding:8px 0;cursor:pointer;border-bottom:1px solid#303030;transition:background-color.2s}.variable-mention-input .variable-suggestion:last-child{border-bottom:none}.variable-mention-input .variable-suggestion:hover,.variable-mention-input .variable-suggestion.focused{background:#262626}.variable-mention-input .variable-suggestion .variable-suggestion-main{display:flex;align-items:flex-start;gap:8px}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-icon{font-size:16px;line-height:1;margin-top:2px}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-content{flex:1 1;min-width:0}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-content .variable-title{color:#fff;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:2px}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-content .variable-title mark{background:#1677ff;color:#fff;border-radius:2px;padding:0 2px}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-content .variable-description{color:#8c8c8c;font-size:12px;line-height:1.4}.variable-mention-input .variable-suggestion .variable-suggestion-main .variable-content .variable-description mark{background:#1677ff;color:#fff;border-radius:2px;padding:0 2px}.variable-mention-input .variable-suggestion .variable-path{margin-top:4px;padding-left:24px}.variable-mention-input .variable-suggestion .variable-path .path-text{color:#595959;font-size:11px;line-height:1.4;font-style:italic}.variable-mention-input.disabled .mentions-input{background:#262626;border-color:#303030;color:#595959;cursor:not-allowed}.variable-mention-input.disabled .mentions-input .mentions-input__control{color:#595959;cursor:not-allowed}.variable-mention-input.multiline .mentions-input__control{min-height:100px;resize:vertical}.variable-suggestion-item{display:flex;align-items:flex-start;width:100%;min-width:260px}.variable-suggestion-item .variable-content{flex:1 1;min-width:0;max-width:400px}.variable-suggestion-item .variable-content .variable-title{font-weight:500;font-size:14px;margin-bottom:4px;line-height:1.3;word-break:break-word}.variable-suggestion-item .variable-content .variable-title .highlight{background-color:rgba(255,235,59,.3);color:#ffeb3b;padding:1px 2px;border-radius:2px}.variable-suggestion-item .variable-content .variable-description{font-size:12px;color:rgba(255,255,255,.5);line-height:1.3;margin-bottom:4px;word-break:break-word}.variable-suggestion-item .variable-content .variable-description .highlight{background-color:rgba(255,235,59,.2);color:rgba(255,235,59,.8);padding:1px 2px;border-radius:2px}.variable-suggestion-item .variable-content .variable-path{font-size:11px;color:rgba(255,255,255,.35);font-family:"Monaco","Menlo","Ubuntu Mono",monospace;background:rgba(255,255,255,5%);padding:2px 6px;border-radius:3px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.variable-suggestion-item .variable-content .variable-path .highlight{background-color:rgba(255,235,59,.15);color:rgba(255,235,59,.7);padding:1px 2px;border-radius:2px}.variable-suggestion-item.level-0{padding-left:0}.variable-suggestion-item.level-1{padding-left:16px}.variable-suggestion-item.level-2{padding-left:32px}.variable-suggestion-item.level-3{padding-left:48px}.variable-suggestion-item.level-4{padding-left:64px}.variable-suggestion-item.level-5{padding-left:80px}.variable-suggestion-empty{padding:20px 16px;text-align:center;color:rgba(255,255,255,.5);font-size:14px}.variable-suggestion-empty .empty-icon{font-size:24px;margin-bottom:8px;display:block}.variable-text-editor,.variable-text-editor__root{position:relative}.variable-text-editor__content{position:relative;resize:vertical;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.variable-text-editor__content:focus{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.variable-text-editor__content::-webkit-scrollbar{width:6px}.variable-text-editor__content::-webkit-scrollbar-track{background:transparent}.variable-text-editor__content::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);border-radius:3px}.variable-text-editor__content::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.5)}.variable-text-editor__paragraph{margin:0;position:relative}.variable-text-editor__textBold{font-weight:700}.variable-text-editor__textItalic{font-style:italic}.variable-text-editor--disabled .variable-text-editor__content{background-color:#2a2a2a;cursor:not-allowed}.variable-text-editor--disabled .variable-text-editor__content:focus{border-color:#333;box-shadow:none}.variable-text-editor--compact .variable-text-editor__content{min-height:auto;padding:8px;font-size:13px;line-height:1.2}.variable-node{display:inline-block;background-color:#1890ff;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;margin:0 1px;user-select:none;cursor:pointer}.variable-node:hover{background-color:#40a9ff}.variable-node-wrapper{display:inline}.component-picker{position:absolute;z-index:1000;background:#1f1f1f;border:1px solid#333;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.4);max-height:300px;overflow-y:auto;min-width:300px;max-width:400px;scroll-behavior:smooth}.component-picker::-webkit-scrollbar{width:8px}.component-picker::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.component-picker::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.component-picker::-webkit-scrollbar-thumb:hover{background:#666}.component-picker__item{padding:8px 12px;cursor:pointer;border-bottom:1px solid#333;color:#fff}.component-picker__item:last-child{border-bottom:none}.component-picker__item:hover{background-color:#333}.component-picker__item--selected{background-color:#1890ff;border-left:3px solid#40a9ff}.component-picker__item--selected .component-picker__item-name{font-weight:600}.component-picker__item-content{display:flex;flex-direction:column;gap:2px}.component-picker__item-name{font-weight:500;font-size:13px}.component-picker__item-value{font-size:11px;color:#1890ff;font-family:"Monaco","Menlo","Ubuntu Mono","Courier New",monospace;background:rgba(24,144,255,.1);padding:2px 4px;border-radius:3px;display:inline-block;max-width:fit-content}.component-picker__item-desc{font-size:11px;color:#999;margin-top:2px}.component-picker__item-path{font-size:10px;color:#666;margin-top:2px;opacity:.8}.placeholder{position:absolute;top:12px;left:12px;color:#666;pointer-events:none;user-select:none;font-size:14px}.placeholder--compact{top:8px;left:8px;font-size:13px}
/*# sourceMappingURL=umi.01c7116a.css.map*/