:root{--copilot-kit-primary-color:#1c1c1c;--copilot-kit-contrast-color:#fff;--copilot-kit-background-color:#fff;--copilot-kit-input-background-color:#fbfbfb;--copilot-kit-secondary-color:#fff;--copilot-kit-secondary-contrast-color:#1c1c1c;--copilot-kit-separator-color:#c8c8c8;--copilot-kit-muted-color:#c8c8c8;--copilot-kit-error-background:#fef2f2;--copilot-kit-error-border:#fecaca;--copilot-kit-error-text:#dc2626;--copilot-kit-shadow-sm:0 1px 2px 0 #0000000d;--copilot-kit-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--copilot-kit-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--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"]{--copilot-kit-primary-color:#fff;--copilot-kit-contrast-color:#1c1c1c;--copilot-kit-background-color:#111;--copilot-kit-input-background-color:#2c2c2c;--copilot-kit-secondary-color:#1c1c1c;--copilot-kit-secondary-contrast-color:#fff;--copilot-kit-separator-color:#2d2d2d;--copilot-kit-muted-color:#2d2d2d;--copilot-kit-error-background:#7f1d1d;--copilot-kit-error-border:#dc2626;--copilot-kit-error-text:#fca5a5;--copilot-kit-shadow-sm:0 1px 2px 0 #0000004d;--copilot-kit-shadow-md:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d;--copilot-kit-shadow-lg:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d}.copilotKitPopup{z-index:30;-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation;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;line-height:1.5;position:fixed;bottom:1rem;right:1rem}.copilotKitPopup svg{vertical-align:middle;display:inline-block}.copilotKitSidebar{z-index:30;-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation;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;line-height:1.5;position:fixed;bottom:1rem;right:1rem}.copilotKitSidebar svg{vertical-align:middle;display:inline-block}.copilotKitSidebarContentWrapper{margin-right:0;transition:margin-right .3s;overflow:visible}@media (min-width:640px){.copilotKitSidebarContentWrapper.sidebarExpanded{margin-right:28rem}}.copilotKitButton{border:1px solid var(--copilot-kit-primary-color);background-color:var(--copilot-kit-primary-color);width:3.5rem;height:3.5rem;color:var(--copilot-kit-contrast-color);cursor:pointer;box-shadow:var(--copilot-kit-shadow-sm);border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;transform:scale(1)}.copilotKitButton:hover{box-shadow:var(--copilot-kit-shadow-md);transform:scale(1.05)}.copilotKitButton:active{box-shadow:var(--copilot-kit-shadow-sm);transform:scale(.95)}.copilotKitButtonIcon{justify-content:center;align-items:center;transition:opacity .1s,transform .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.copilotKitButtonIcon svg{width:1.5rem;height:1.5rem}.copilotKitButton.open .copilotKitButtonIconOpen{opacity:0;transform:translate(-50%,-50%)scale(0)rotate(90deg)}.copilotKitButton.open .copilotKitButtonIconClose,.copilotKitButton:not(.open) .copilotKitButtonIconOpen{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(0)}.copilotKitButton:not(.open) .copilotKitButtonIconClose{opacity:0;transform:translate(-50%,-50%)scale(0)rotate(-90deg)}.copilotKitHeader{height:56px;color:var(--copilot-kit-primary-color);border-bottom:1px solid var(--copilot-kit-separator-color);background-color:var(--copilot-kit-contrast-color);z-index:2;border-top-left-radius:0;border-top-right-radius:0;justify-content:space-between;align-items:center;padding-left:1.5rem;font-weight:500;display:flex;position:relative}.copilotKitSidebar .copilotKitHeader{border-radius:0}.copilotKitHeaderControls{display:flex}.copilotKitHeaderCloseButton{background:0 0;border:none}@media (min-width:640px){.copilotKitHeader{border-top-left-radius:8px;border-top-right-radius:8px;padding-left:1.5rem;padding-right:24px}}.copilotKitHeader>button{color:var(--copilot-kit-muted-color);cursor:pointer;background-color:#0000;border:0;border-radius:50%;outline:none;justify-content:center;align-items:center;width:35px;height:35px;padding:8px;transition:background-color .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.copilotKitHeader>button:hover{color:color-mix(in srgb,var(--copilot-kit-muted-color)80%,black)}.copilotKitHeader>button:focus{outline:none}.copilotKitInput{cursor:text;background-color:var(--copilot-kit-input-background-color);border:1px solid var(--copilot-kit-separator-color);border-radius:20px;width:95%;min-height:75px;margin:0 auto;padding:12px 14px;position:relative}.copilotKitInputContainer{background:var(--copilot-kit-background-color);border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem;width:100%;padding:0 0 15px}.copilotKitSidebar .copilotKitInputContainer{border-bottom-right-radius:0;border-bottom-left-radius:0}.copilotKitInputControlButton{cursor:pointer;color:#00000040;appearance:button;text-transform:none;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;text-indent:0;text-shadow:none;text-align:center;background-color:#0000;background-image:none;border:0;width:24px;height:24px;margin:0;padding:0;transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-block;transform:scale(1)}.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{gap:3px;display:flex}.copilotKitInput>textarea{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-family:inherit;font-size:.875rem;line-height:1.5rem;font-weight:inherit;color:var(--copilot-kit-secondary-contrast-color);background-color:#0000;border:0;outline:2px solid #0000;flex:1;width:100%;margin:0;padding:0}.copilotKitInput>textarea::placeholder{color:gray;opacity:1}.copilotKitInputControlButton.copilotKitPushToTalkRecording{color:#fff;background-color:#ec0000;border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite copilotKitPulseAnimation}.copilotKitInput textarea::-webkit-scrollbar{width:9px}.copilotKitInput textarea::-webkit-scrollbar-track{background:0 0}.copilotKitInput textarea::-webkit-scrollbar-thumb{cursor:pointer;background-color:#c8c8c8;background-clip:content-box;border:2px solid #0000;border-radius:10px}.copilotKitInput textarea::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}.poweredByContainer{padding:0}.poweredBy{background:var(--copilot-kit-background-color)!important;visibility:visible!important;text-align:center!important;color:#d6d6d6!important;margin:0!important;padding:3px 0!important;font-size:12px!important;display:block!important;position:static!important}.dark .poweredBy,html.dark .poweredBy,body.dark .poweredBy,[data-theme=dark] .poweredBy,html[style*="color-scheme: dark"] .poweredBy,body[style*="color-scheme: dark"] .poweredBy{color:#454545!important}.copilotKitMessages{background-color:var(--copilot-kit-background-color);color:var(--copilot-kit-secondary-contrast-color);z-index:1;flex-direction:column;flex:1;justify-content:space-between;display:flex;overflow-y:scroll}.copilotKitMessagesContainer{flex-direction:column;padding:1rem 24px;display:flex}.copilotKitMessagesFooter{box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;margin:8px auto 0;padding:.5rem .75rem;display:flex}.copilotKitMessages::-webkit-scrollbar{width:6px}.copilotKitMessages::-webkit-scrollbar-thumb{background-color:var(--copilot-kit-separator-color);border:2px solid var(--copilot-kit-background-color);border-radius:10rem}.copilotKitMessages::-webkit-scrollbar-track-piece:start{background:0 0}.copilotKitMessages::-webkit-scrollbar-track-piece:end{background:0 0}.copilotKitMessage{overflow-wrap:break-word;border-radius:15px;max-width:80%;margin-bottom:.5rem;padding:8px 12px;font-size:1rem;line-height:1.5}.copilotKitMessage.copilotKitUserMessage{background:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color);white-space:pre-wrap;margin-left:auto;font-size:1rem;line-height:1.75}.copilotKitMessage.copilotKitAssistantMessage{max-width:100%;color:var(--copilot-kit-secondary-contrast-color);background:0 0;margin-right:auto;padding-left:0;position:relative}.copilotKitMessage.copilotKitAssistantMessage .copilotKitMessageControls{opacity:0;gap:1rem;padding:5px 0 0;transition:opacity .2s;display:flex;position:absolute;left: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;color:var(--copilot-kit-primary-color);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;margin:0;padding:0;transition:all .2s;display:flex}.copilotKitMessageControlButton:hover,.copilotKitMessageControlButton:active{color:color-mix(in srgb,var(--copilot-kit-primary-color)80%,black);transform:scale(1.05)}.copilotKitMessageControlButton.active{background-color:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color)}.copilotKitMessageControlButton.active:hover{background-color:color-mix(in srgb,var(--copilot-kit-primary-color)90%,black);color:var(--copilot-kit-contrast-color)}.copilotKitMessageControlButton svg{pointer-events:none;width:1rem;height:1rem;display:block}.copilotKitMessage.copilotKitAssistantMessage+.copilotKitMessage.copilotKitUserMessage{margin-top:1.5rem}.copilotKitCustomAssistantMessage{margin-top:1.5rem;margin-bottom:1.5rem}.copilotKitMessage .inProgressLabel{opacity:.7;margin-left:10px}@keyframes copilotKitSpinAnimation{to{transform:rotate(360deg)}}.copilotKitSpinner{border:2px solid var(--copilot-kit-contrast-color);border-top-color:var(--copilot-kit-primary-color);border-radius:50%;width:16px;height:16px;animation:1s linear infinite copilotKitSpinAnimation;display:inline-block}@keyframes copilotKitActivityDotAnimation{0%,80%,to{opacity:.5;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}.copilotKitActivityDot{background-color:var(--copilot-kit-primary-color);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both copilotKitActivityDotAnimation;display:inline-block}.copilotKitImageRendering{flex-direction:column;gap:8px;display:flex}.copilotKitImageRenderingImage{max-width:100%;height:auto;box-shadow:var(--copilot-kit-shadow-sm);border-radius:8px}.copilotKitImageRenderingContent{color:var(--copilot-kit-secondary-contrast-color);margin-top:8px;padding:0 16px;font-size:.875rem;line-height:1.5}.copilotKitImageRenderingError{border:1px solid var(--copilot-kit-separator-color);background-color:var(--copilot-kit-input-background-color);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.copilotKitImageRenderingErrorMessage{background-color:var(--copilot-kit-error-background);border:1px solid var(--copilot-kit-error-border);color:var(--copilot-kit-error-text);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:.875rem;font-weight:500;display:flex}.copilotKitImageRenderingErrorMessage:before{content:"⚠️";font-size:1rem}.copilotKitAttachmentQueue{flex-wrap:wrap;gap:8px;margin:8px;padding:8px;display:flex}.copilotKitAttachmentQueueItem{border:1px solid var(--copilot-kit-separator-color);background:var(--copilot-kit-input-background-color);border-radius:8px;display:inline-flex;position:relative;overflow:hidden}.copilotKitAttachmentQueueItem--image,.copilotKitAttachmentQueueItem--video{width:72px;height:72px}.copilotKitAttachmentQueueItem--audio{flex-direction:column;min-width:200px;max-width:280px;padding:4px}.copilotKitAttachmentQueueItem--document{max-width:200px;padding:8px 12px}.copilotKitAttachmentQueueOverlay{z-index:1;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.copilotKitAttachmentQueueSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite copilotKitSpin}@keyframes copilotKitSpin{to{transform:rotate(360deg)}}.copilotKitAttachmentQueueRemoveButton{color:#fff;cursor:pointer;z-index:2;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:10px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.copilotKitAttachmentQueueRemoveButton:hover{background:#000c}.copilotKitAttachmentQueuePreviewPlaceholder{background:var(--copilot-kit-input-background-color);width:100%;height:100%}.copilotKitAttachmentQueuePreviewImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.copilotKitAttachmentQueuePreviewAudio{flex-direction:column;gap:4px;width:100%;display:flex}.copilotKitAttachmentQueuePreviewAudio audio{width:100%;height:32px}.copilotKitAttachmentQueuePreviewVideo{width:100%;height:100%}.copilotKitAttachmentQueuePreviewDocument{align-items:center;gap:8px;display:flex}.copilotKitAttachmentQueueDocIcon{background:var(--copilot-kit-primary-color,#6366f1);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:600;display:flex}.copilotKitAttachmentQueueDocInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.copilotKitAttachmentQueueFilename{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.copilotKitAttachmentQueueFileSize{color:var(--copilot-kit-secondary-contrast-color);font-size:11px}.copilotKitDragOver{outline:2px dashed var(--copilot-kit-primary-color,#6366f1);outline-offset:-4px;border-radius:8px}.copilotKitAttachment{flex-direction:column;gap:4px;max-width:100%;display:inline-flex}.copilotKitAttachmentAudio audio{width:100%;max-width:300px;height:40px}.copilotKitAttachmentVideo video{border-radius:8px;width:100%;max-width:400px}.copilotKitAttachmentDocument{border:1px solid var(--copilot-kit-separator-color);background:var(--copilot-kit-input-background-color);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.copilotKitAttachmentDocIcon{background:var(--copilot-kit-primary-color,#6366f1);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:9px;font-weight:600;display:flex}.copilotKitAttachmentDocInfo{flex-direction:column;gap:1px;min-width:0;display:flex}.copilotKitAttachmentDocName{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.copilotKitAttachmentDocMeta{color:var(--copilot-kit-secondary-contrast-color);font-size:11px}.copilotKitWindow{transform-origin:bottom;background-color:var(--copilot-kit-background-color);opacity:0;pointer-events:none;border-color:#e5e7eb;border-radius:.75rem;flex-direction:column;transition:opacity .1s ease-out,transform .2s ease-out;display:flex;position:fixed;inset:0;transform:scale(.95)translateY(20px);box-shadow:0 5px 40px #00000029}.copilotKitSidebar .copilotKitWindow{opacity:1;border-radius:0;transform:translate(100%)}.copilotKitWindow.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.copilotKitSidebar .copilotKitWindow.open{transform:translate(0)}.copilotKitChatBody{flex-direction:column;flex:1;min-height:0;display:flex}@media (min-width:640px){.copilotKitWindow{transform-origin:100% 100%;border-width:0;width:24rem;height:600px;min-height:200px;max-height:calc(100% - 6rem);margin-bottom:1rem;inset:auto 1rem 5rem auto}.copilotKitSidebar .copilotKitWindow{width:28rem;min-height:100%;max-height:none;margin-bottom:0;inset:auto 0 0 auto}}.copilotKitActivityDot1{animation:1.05s infinite copilotKitActivityDotsAnimation}.copilotKitActivityDot2{animation-delay:.1s}.copilotKitActivityDot3{animation-delay:.2s}@keyframes copilotKitActivityDotsAnimation{0%,57.14%{animation-timing-function:cubic-bezier(.33,.66,.66,1);transform:translate(0)}28.57%{animation-timing-function:cubic-bezier(.33,0,.66,.33);transform:translateY(-6px)}to{transform:translate(0)}}@keyframes copilotKitPulseAnimation{50%{opacity:.5}}h1.copilotKitMarkdownElement,h2.copilotKitMarkdownElement,h3.copilotKitMarkdownElement,h4.copilotKitMarkdownElement,h5.copilotKitMarkdownElement,h6.copilotKitMarkdownElement{font-weight:700;line-height:1.2}h1.copilotKitMarkdownElement:not(:last-child),h2.copilotKitMarkdownElement:not(:last-child),h3.copilotKitMarkdownElement:not(:last-child),h4.copilotKitMarkdownElement:not(:last-child),h5.copilotKitMarkdownElement:not(:last-child),h6.copilotKitMarkdownElement:not(:last-child){margin-bottom:1rem}h1.copilotKitMarkdownElement{font-size:1.5em}h2.copilotKitMarkdownElement{font-size:1.25em;font-weight:600}h3.copilotKitMarkdownElement{font-size:1.1em}h4.copilotKitMarkdownElement{font-size:1em}h5.copilotKitMarkdownElement{font-size:.9em}h6.copilotKitMarkdownElement{font-size:.8em}a.copilotKitMarkdownElement{color:#00f;text-decoration:underline}.copilotKitParagraph{margin:0;padding:0;font-size:1rem;line-height:1.75}.copilotKitParagraph:not(:last-child),pre.copilotKitMarkdownElement:not(:last-child),ol.copilotKitMarkdownElement:not(:last-child),ul.copilotKitMarkdownElement:not(:last-child),blockquote.copilotKitMarkdownElement:not(:last-child){margin-bottom:1.25em}blockquote.copilotKitMarkdownElement{border-color:#8e8ea0;border-left-style:solid;border-left-width:2px;padding-left:10px;line-height:1.2}blockquote.copilotKitMarkdownElement .copilotKitParagraph{padding:.7em 0}ul.copilotKitMarkdownElement{padding-left:20px;list-style-type:disc;overflow:visible}li.copilotKitMarkdownElement{list-style-type:inherit;margin-left:0;padding-left:0;list-style-position:outside;position:relative;overflow:visible}.copilotKitCodeBlock{background-color:#09090b;border-radius:.375rem;width:100%;position:relative}.copilotKitCodeBlockToolbar{color:#e4e4e4;background-color:#27272a;border-top-left-radius:.375rem;border-top-right-radius:.375rem;justify-content:space-between;align-items:center;width:100%;padding-top:.09rem;padding-bottom:.09rem;padding-left:1rem;font-family:sans-serif;display:flex}.copilotKitCodeBlockToolbarLanguage{text-transform:lowercase;font-size:.75rem;line-height:1rem}.copilotKitCodeBlockToolbarButtons{align-items:center;margin-left:.25rem;margin-right:.25rem;display:flex}.copilotKitCodeBlockToolbarButton{border-radius:.375rem;justify-content:center;align-items:center;height:2.5rem;margin:2px;padding:3px;font-size:.875rem;font-weight:500;line-height:1.25rem;display:inline-flex}.copilotKitCodeBlockToolbarButton:hover{background-color:#37373a}.copilotKitInlineCode{background-color:var(--copilot-kit-input-background-color);border:1px solid var(--copilot-kit-separator-color);border-radius:.375rem;padding:.05rem .4rem;font-size:15px}.copilotKitMessages footer .suggestions{flex-wrap:wrap;gap:6px;display:flex}.copilotKitMessages footer h6{margin-bottom:8px;font-size:.7rem;font-weight:500}.copilotKitMessages footer .suggestions .suggestion{border:1px solid var(--copilot-kit-muted-color);color:var(--copilot-kit-secondary-contrast-color);border-radius:15px;padding:6px 10px;font-size:.7rem;box-shadow:0 5px 5px #00000003,0 2px 3px #00000005}.copilotKitMessages footer .suggestions .suggestion.loading{color:var(--copilot-kit-secondary-contrast-color);border:none;padding:0;font-size:.7rem}.copilotKitMessages footer .suggestions button{transition:transform .3s}.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;-webkit-text-size-adjust:100%;tab-size:4;background:var(--copilot-kit-background-color);font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation;flex-direction:column;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;line-height:1.5;display:flex}.copilotKitChat svg{vertical-align:middle;display:inline-block}.copilotKitChat .copilotKitMessages{flex-grow:1}.copilotKitDevConsole{align-items:center;gap:5px;margin:0 15px;display:flex}.copilotKitDevConsole.copilotKitDevConsoleWarnOutdated{background-color:var(--copilot-kit-dev-console-bg)}.copilotKitDevConsole .copilotKitVersionInfo{background:#ebb305;justify-content:center;align-items:center;gap:10px;width:100%;padding:3px 5px;font-size:.8rem;display:flex;position:absolute;bottom:-25px;left:0}.copilotKitDevConsole .copilotKitVersionInfo button{background-color:var(--copilot-kit-dev-console-bg);text-align:left;white-space:nowrap;text-overflow:ellipsis;border:1px solid #979797;border-radius:4px;width:260px;padding:1px 12px 1px 5px;font-family:monospace;font-size:11px;font-weight:400;display:inline-block;overflow:hidden}.copilotKitDevConsole .copilotKitVersionInfo aside{color:#7f7a7a;margin-left:5px;font-weight:400;display:inline}.copilotKitDevConsole .copilotKitVersionInfo svg{margin-top:-3px;margin-left:3px}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton{border:1px solid var(--copilot-kit-muted-color);background-color:#0000;border-radius:20px;outline:none;justify-content:center;align-items:center;height:30px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.copilotKitDebugMenuTriggerButton.compact{width:35px;color:var(--copilot-kit-dev-console-bg);outline:none;justify-content:center;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 .copilotKitDevConsole .copilotKitDebugMenuTriggerButton,html.dark .copilotKitDevConsole .copilotKitDebugMenuTriggerButton,body.dark .copilotKitDevConsole .copilotKitDebugMenuTriggerButton,[data-theme=dark] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton,html[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton,body[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton{color:#fff}.dark .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover,html.dark .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover,body.dark .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover,[data-theme=dark] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover,html[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover,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);background-color:var(--copilot-kit-dev-console-bg);border:1px solid var(--copilot-kit-dev-console-border);border-radius:6px;outline:none;margin-top:2px;padding:.25rem;font-size:13px}.copilotKitDebugMenuItem{text-align:left;cursor:pointer;width:100%;color:var(--copilot-kit-dev-console-text);background:0 0;border:none;padding:3px 10px;display:block}.copilotKitDebugMenuItem:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)95%,black);border-radius:4px}.copilotKitDebugMenu[data-closed]{opacity:0;transform:scale(.95)}.copilotKitDebugMenu hr{background-color:var(--copilot-kit-dev-console-border);border:none;height:1px;margin:.25rem}.copilotKitHelpModal{background-color:var(--copilot-kit-dev-console-bg);color:var(--copilot-kit-dev-console-text)}.copilotKitHelpItemButton{text-align:center;border:1px solid var(--copilot-kit-muted-color);width:100%;color:var(--copilot-kit-dev-console-text);background-color:var(--copilot-kit-dev-console-bg);border-radius:15px;padding:4px 6px;font-size:.8rem;display:block;box-shadow:0 5px 5px #00000003,0 2px 3px #00000005}.copilotKitHelpItemButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg)95%,black)}.copilotkit-response{text-align:right}.copilotkit-response-content{color:#4b5563;text-align:left;background-color:#f9fafb;border-radius:.25rem;margin-bottom:.5rem;padding:.5rem;font-size:.875rem}.copilotkit-response-actions{flex-direction:column;align-items:flex-end;display:inline-flex}.copilotkit-response-label{color:#6b7280;align-items:center;margin-bottom:.25rem;font-size:.75rem;display:flex}.copilotkit-toggle-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:.25rem;padding:0;display:flex}.copilotkit-icon{color:#6b7280;width:.75rem;height:.75rem}.copilotkit-response-buttons{gap:.5rem;display:flex}.copilotkit-response-button{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;transition:background-color .2s}.copilotkit-response-button:hover{background-color:#e5e7eb}.copilotkit-response-button:focus{outline:none}.copilotkit-response-completed-feedback{background-color:#f9fafb;border-radius:.375rem;align-items:center;padding:.5rem;display:inline-flex}.copilotkit-response-completed-feedback span{color:#4b5563;font-size:.75rem;font-weight:500}.copilotkit-state{margin-bottom:1rem;font-size:.875rem}.copilotkit-state-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.25rem;margin-bottom:.25rem;display:flex}.copilotkit-state-label{color:#4b5563;font-size:.875rem}.copilotkit-state-label-loading{align-items:center;animation:1.5s infinite pulse;display:inline-flex}.copilotkit-state-content{border-left:1px solid #e5e7eb;max-height:250px;margin-left:.375rem;padding-top:.375rem;padding-left:1rem;overflow:auto}.copilotkit-state-item{margin-bottom:.25rem;padding:.25rem 0;transition:all .3s}.copilotkit-state-item-newest{animation:.5s ease-out appear}.copilotkit-state-item-header{opacity:.7;font-size:.75rem}.copilotkit-state-item-thought{opacity:.8;margin-top:.125rem;font-size:.75rem}.copilotkit-state-item-result{margin-top:.125rem;font-size:.75rem}.copilotkit-state-item-description{opacity:.8;margin-top:.125rem;font-size:.75rem}.copilotkit-state-empty{opacity:.7;padding:.25rem 0;font-size:.75rem}.copilotkit-skeleton{padding:.125rem 0;animation:1.5s infinite pulse}.copilotkit-skeleton-header{justify-content:space-between;display:flex}.copilotkit-skeleton-title{background-color:#e5e7eb;border-radius:.25rem;width:4rem;height:.625rem}.copilotkit-skeleton-subtitle{background-color:#e5e7eb;border-radius:.25rem;width:2rem;height:.5rem}.copilotkit-skeleton-content{background-color:#e5e7eb;border-radius:.25rem;height:1.5rem;margin-top:.125rem}.copilotkit-loader,.copilotkit-spinner{animation:1.5s linear infinite spin}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.copilotkit-response-content{color:#9ca3af;background-color:#1f2937}.copilotkit-response-label,.copilotkit-icon{color:#9ca3af}.copilotkit-response-button{color:#d1d5db;background-color:#1f2937}.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}}
.shorty-dock,.shorty-chat-container{--shorty-purple:#833ab4;--shorty-purple-dark:#2d1040;--shorty-purple-light:#bb69ff;--shorty-accent:#c537a6;--shorty-user-gradient:linear-gradient(135deg,#bb69ff 0%,#a743f9 100%);--shorty-assistant-bubble:#fff;--shorty-assistant-bubble-border:#833ab429;--shorty-surface:#fff;--shorty-surface-muted:#833ab40f;--shorty-text:#1f0f33;--shorty-text-muted:#6b5e85;--shorty-border:#833ab433;--shorty-input-bg:#fff;--shorty-input-border:#833ab438;--shorty-input-focus-bg:#fff;--shorty-scrollbar:#833ab459;--shorty-divider:#833ab424;--shorty-input-wrapper-bg:#ffffffb3}.shorty-chat-container{color:var(--shorty-text)}.dark .shorty-dock,.dark .shorty-chat-container{--shorty-assistant-bubble:#ffffff1a;--shorty-assistant-bubble-border:#ffffff24;--shorty-surface:#ffffff14;--shorty-surface-muted:#ffffff1a;--shorty-text:#f5f0ff;--shorty-text-muted:#d6cae9;--shorty-border:#bb8bff47;--shorty-input-bg:#ffffff12;--shorty-input-border:#ffffff29;--shorty-input-focus-bg:#ffffff1a;--shorty-scrollbar:#bb69ff59;--shorty-divider:#ffffff1a;--shorty-input-wrapper-bg:#00000038}.shorty-chat-container .copilotKitChat,.shorty-chat-container .copilotKitWindow{--copilot-kit-primary-color:#bb69ff;--copilot-kit-contrast-color:#fff;--copilot-kit-background-color:transparent;--copilot-kit-secondary-color:#ffffff0f;--copilot-kit-secondary-contrast-color:var(--shorty-text);--copilot-kit-separator-color:#ffffff1a;--copilot-kit-muted-color:var(--shorty-text-muted);--copilot-kit-font-family:var(--font-poppins,"Poppins"),ui-sans-serif,system-ui,sans-serif;background:0 0;height:100%;min-height:0}.shorty-chat-container .copilotKitVersionInfo,.shorty-chat-container .copilotKitDevConsoleWarnOutdated,.shorty-chat-container .copilotKitDevConsole,.shorty-chat-container .copilotKitMessagesFooter,.shorty-chat-container p.poweredBy,cpk-web-inspector,cpk-inspector,[class*=copilotKitDevConsole]{display:none!important}.shorty-chat-container .copilotKitChat,.shorty-chat-container .copilotKitChatBody{background:0 0;flex-direction:column;min-height:0;display:flex}.shorty-chat-container .copilotKitMessages{background:0 0;gap:14px;min-height:0;padding:18px 16px 24px;overflow-y:auto;flex:1!important;justify-content:flex-start!important}.shorty-chat-container .copilotKitMessagesContainer{background:0 0;flex:1;min-height:0;overflow-y:auto}.shorty-chat-container .copilotKitMessages,.shorty-chat-container .copilotKitInputContainer{width:100%;max-width:56rem;margin-left:auto;margin-right:auto}.shorty-chat-container .copilotKitAssistantMessage{background:var(--shorty-assistant-bubble);border:1px solid var(--shorty-assistant-bubble-border);max-width:92%;color:var(--shorty-text);border-radius:14px;padding:10px 13px;font-size:13.5px;line-height:1.5;box-shadow:0 2px 8px #1108260f}.dark .shorty-chat-container .copilotKitAssistantMessage{box-shadow:0 2px 8px #0000001f}.shorty-chat-container .copilotKitAssistantMessage ul,.shorty-chat-container .copilotKitAssistantMessage ol{margin:.3rem 0;padding-left:1.15rem}.shorty-chat-container .copilotKitAssistantMessage li{margin:.1rem 0}.shorty-chat-container .copilotKitAssistantMessage p{margin:.35rem 0}.shorty-chat-container .copilotKitAssistantMessage p:first-child{margin-top:0}.shorty-chat-container .copilotKitAssistantMessage p:last-child{margin-bottom:0}.shorty-chat-container .copilotKitAssistantMessage pre{background:var(--shorty-surface-muted);border:1px solid var(--shorty-border);border-radius:8px;padding:8px 10px;font-size:12px;overflow-x:auto}.shorty-chat-container .copilotKitUserMessage{background:var(--shorty-user-gradient);color:#fff;border-radius:14px;align-self:flex-end;max-width:88%;padding:9px 13px;box-shadow:0 4px 14px #a743f959}.shorty-chat-container .copilotKitUserMessage a{color:#fff;text-decoration:underline}.shorty-chat-container .copilotKitAssistantMessage a{color:var(--shorty-purple-light);text-decoration:underline}.shorty-chat-container .copilotKitAssistantMessage a.shorty-chat-cta,.shorty-chat-container .copilotKitAssistantMessage a.shorty-chat-cta:hover,.shorty-chat-container .copilotKitAssistantMessage a.shorty-chat-cta:visited{color:#fff;text-decoration:none}.shorty-chat-container .copilotKitInlineCode{color:var(--shorty-purple-light);background:#bb69ff26;border-radius:6px;padding:1px 6px;font-size:.9em}.shorty-chat-container .copilotKitMessageControlButton:nth-last-child(-n+2){display:none!important}.shorty-chat-container .copilotKitMessageControls{opacity:.75;align-items:center;gap:2px;margin-top:6px;padding:0;transition:opacity .2s;display:flex}.shorty-chat-container .copilotKitAssistantMessage:hover .copilotKitMessageControls,.shorty-chat-container .copilotKitMessageControls:hover{opacity:1}.shorty-chat-container .copilotKitMessageControlButton{width:26px;height:26px;color:var(--shorty-text-muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.shorty-chat-container .copilotKitMessageControlButton svg{stroke-width:1.75px;width:13px;height:13px}.shorty-chat-container .copilotKitMessageControlButton:hover{color:var(--shorty-text);background:#bb69ff2e;border-color:#bb69ff73;transform:translateY(-1px)}.shorty-chat-container .copilotKitMessageControlButton[aria-pressed=true],.shorty-chat-container .copilotKitMessageControlButton.active{color:var(--shorty-text);background:#bb69ff40;border-color:#bb69ff99}.shorty-chat-container .copilotKitInputContainer{background:0 0;padding:10px 12px 12px;flex:none!important;height:auto!important;min-height:0!important;max-height:none!important}.shorty-chat-container .copilotKitInput{border:1.5px solid var(--shorty-input-border);background:var(--shorty-input-bg);color:var(--shorty-text);border-radius:14px;flex-direction:column;padding:8px 10px;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex;overflow:hidden;flex:none!important;height:auto!important;min-height:0!important;max-height:180px!important}.shorty-chat-container .copilotKitInput:focus-within{border-color:var(--shorty-purple-light);background:var(--shorty-input-focus-bg);box-shadow:0 0 0 3px #bb69ff40}.shorty-chat-container .copilotKitInput textarea{color:var(--shorty-text);background:0 0;width:100%;font-family:inherit;font-size:14px;line-height:1.4;box-shadow:none!important;resize:none!important;border:none!important;outline:none!important;min-height:22px!important;max-height:120px!important;padding:4px 2px!important;overflow-y:auto!important}.shorty-chat-container .copilotKitInput textarea:focus{box-shadow:none!important;border:none!important;outline:none!important}.shorty-chat-container .copilotKitInput textarea::placeholder{color:var(--shorty-text-muted);opacity:.75}.shorty-chat-container .copilotKitInputControlButton{background:var(--shorty-user-gradient);color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;transition:all .15s;display:inline-flex;box-shadow:0 4px 12px #a743f966}.shorty-chat-container .copilotKitInputControlButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #a743f980}.shorty-chat-container .copilotKitInputControlButton:disabled{color:#ffffff59;box-shadow:none;opacity:.75;background:#ffffff14}.shorty-chat-container .copilotKitInputControlButton svg{width:17px;height:17px}.shorty-chat-container .copilotKitInputControls button:not(:last-child){color:var(--shorty-text-muted);background:0 0}.shorty-chat-container .copilotKitInputControls button:not(:last-child):hover{color:var(--shorty-purple-light)}.shorty-chat-container .copilotKitMessages,.shorty-chat-container .copilotKitMessagesContainer{scrollbar-width:thin;scrollbar-color:var(--shorty-scrollbar)transparent}.shorty-chat-container .copilotKitMessages::-webkit-scrollbar{width:4px}.shorty-chat-container .copilotKitMessagesContainer::-webkit-scrollbar{width:4px}.shorty-chat-container .copilotKitMessages::-webkit-scrollbar-thumb{background:var(--shorty-scrollbar);border-radius:2px}.shorty-chat-container .copilotKitMessagesContainer::-webkit-scrollbar-thumb{background:var(--shorty-scrollbar);border-radius:2px}.shorty-chat-container .copilotKitMessages::-webkit-scrollbar-track{background:0 0}.shorty-chat-container .copilotKitMessagesContainer::-webkit-scrollbar-track{background:0 0}.shorty-chat-container .copilotKitChat{overflow:hidden}.shorty-orb{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%) 0 0/200% 200%;animation:6s ease-in-out infinite shorty-orb-shift}@keyframes shorty-orb-shift{0%,to{background-position:0%}50%{background-position:100%}}@media (prefers-reduced-motion:reduce){.shorty-orb{animation:none}}body[data-chat-dock=open] [data-chat-dock-root]{padding-right:400px}body[data-chat-dock=closed] [data-chat-dock-root]{padding-right:56px}@media (max-width:767px){body[data-chat-dock=open] [data-chat-dock-root],body[data-chat-dock=closed] [data-chat-dock-root]{padding-right:0}}@media (min-width:1024px) and (max-width:1535px){body[data-chat-dock=open] [data-yt-cta-row]{flex-direction:column;gap:1.5rem}body[data-chat-dock=open] [data-yt-cta-row] [data-cta-aside]{width:100%}}.shorty-welcome{border-bottom:1px dashed var(--shorty-divider);flex-direction:column;gap:10px;padding:14px;display:flex}.shorty-welcome-title{color:var(--shorty-text);margin-bottom:2px;font-size:13px;font-weight:600}.shorty-welcome-sub{color:var(--shorty-text-muted);margin-bottom:8px;font-size:11.5px}.shorty-chips{flex-wrap:wrap;gap:8px;display:flex}.shorty-chip{background:var(--shorty-surface-muted);border:1px solid var(--shorty-border);color:var(--shorty-text);cursor:pointer;border-radius:999px;padding:5px 11px;font-family:inherit;font-size:12px;line-height:1.2;transition:all .15s}.shorty-chip:hover{border-color:var(--shorty-purple-light);color:var(--shorty-text);background:#bb69ff26;transform:translateY(-1px);box-shadow:0 4px 12px #bb69ff40}.shorty-history{scrollbar-width:thin;scrollbar-color:var(--shorty-scrollbar)transparent;flex-direction:column;flex:1;gap:6px;min-height:0;padding:10px 10px 16px;display:flex;overflow-y:auto}.shorty-history::-webkit-scrollbar{width:4px}.shorty-history::-webkit-scrollbar-thumb{background:var(--shorty-scrollbar);border-radius:2px}.shorty-history-empty,.shorty-history-loading{text-align:center;color:var(--shorty-text-muted);padding:24px 16px;font-size:12.5px}.shorty-history-item{background:var(--shorty-surface);border:1px solid var(--shorty-border);color:var(--shorty-text);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;font-family:inherit;transition:all .15s;display:flex}.shorty-history-item:hover{background:#bb69ff1f;border-color:#bb69ff59}.shorty-history-item.is-active{background:#bb69ff2e;border-color:#bb69ff8c}.shorty-history-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.shorty-history-meta{color:var(--shorty-text-muted);margin-top:2px;font-size:10.5px}@keyframes shortyShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shorty-skeleton{color:#0000;background:0 0;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;padding:14px 14px 0;display:flex}.shorty-skeleton-messages{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex}.shorty-skeleton-bubble{border-radius:14px;width:100%;max-width:100%;padding:11px 13px}.shorty-skeleton-assistant{background:var(--shorty-surface);border:1px solid var(--shorty-border);align-self:stretch}.shorty-skeleton-user{background:linear-gradient(135deg,#bb69ff38 0%,#a743f938 100%);border:1px solid #bb69ff33;align-self:stretch}.shorty-skeleton-line{background:linear-gradient(90deg,var(--shorty-surface)0%,#bb69ff38 50%,var(--shorty-surface)100%);background-size:200% 100%;border-radius:6px;height:10px;animation:1.6s ease-in-out infinite shortyShimmer}.shorty-skeleton-input{border-top:1px solid var(--shorty-divider);flex:none;margin-top:12px;padding:12px 0 14px}.shorty-skeleton-input-inner{background:linear-gradient(90deg,var(--shorty-surface)0%,#bb69ff24 50%,var(--shorty-surface)100%);border:1px solid var(--shorty-border);background-size:200% 100%;border-radius:14px;height:44px;animation:1.8s ease-in-out infinite shortyShimmer}.shorty-job-card{background:var(--shorty-assistant-bubble);border:1px solid var(--shorty-assistant-bubble-border);color:var(--shorty-text);border-radius:14px;padding:10px 12px;font-size:13px;text-decoration:none;display:block;box-shadow:0 2px 8px #1108260d}.dark .shorty-job-card{box-shadow:0 2px 10px #0000002e}
/*# sourceMappingURL=2ee01b9527849621.css.map*/