*,:before,:after{box-sizing:border-box;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);line-height:inherit;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;transition:color .5s,background-color .5s}.p-button{text-decoration:none}#app{background-color:var(--p-surface-50);width:100%}@media (prefers-color-scheme:none){#app{background-color:var(--p-surface-950)}}.fa-icon[data-v-f7d1d39b]{display:contents}.navigation__link-item[data-v-6fde42e6]{color:var(--p-text-color);border-radius:8px;align-items:center;gap:12px;margin:6px 8px;padding:10px 8px;font-size:16px;text-decoration:none;display:flex;position:relative}.navigation__link-item[data-v-6fde42e6]:hover{background-color:var(--p-surface-100)}@media (prefers-color-scheme:none){.navigation__link-item[data-v-6fde42e6]:hover{background-color:var(--p-surface-900)}}.navigation__link-item.router-link-active[data-v-6fde42e6]{background-color:var(--p-surface-100)}@media (prefers-color-scheme:none){.navigation__link-item.router-link-active[data-v-6fde42e6]{background-color:var(--p-surface-900)}}.navigation__link-item .navigation__link-title[data-v-6fde42e6]{flex:1}.navigation__link-item .navigation__link-icon[data-v-6fde42e6]{color:var(--p-primary-500);justify-content:center;width:32px;font-size:22px;display:flex}@media (prefers-color-scheme:none){.navigation__link-item .navigation__link-icon[data-v-6fde42e6]{color:#fff}}.navigation[data-v-b69022c6]{border-right:1px solid var(--p-surface-200);background-color:var(--p-surface-0);z-index:400;flex-direction:column;width:260px;display:flex;position:relative;overflow:hidden}@media (prefers-color-scheme:none){.navigation[data-v-b69022c6]{border-right-color:var(--p-surface-900);background-color:var(--p-surface-950)}}.navigation .navigation__panel[data-v-b69022c6]{z-index:4001;flex-direction:column;height:100%;display:flex}.navigation .navigation__header[data-v-b69022c6]{border-bottom:1px solid var(--p-surface-200);justify-content:center;align-items:center;gap:10px;height:64px;padding:0 24px;display:flex}@media (prefers-color-scheme:none){.navigation .navigation__header[data-v-b69022c6]{border-bottom-color:var(--p-surface-900)}}.navigation .navigation__header .navigation__logo[data-v-b69022c6]{width:auto;max-height:40px}.navigation .navigation__footer[data-v-b69022c6]{border-top:1px solid var(--p-surface-200);text-overflow:ellipsis;align-items:center;gap:10px;height:64px;padding:10px;display:flex}.navigation .navigation__footer--active[data-v-b69022c6]{background-color:var(--p-surface-100);cursor:pointer}.navigation .navigation__footer[data-v-b69022c6]:has(:not(.navigation__logout-button:hover)):hover{background-color:var(--p-surface-100);cursor:pointer}@media (prefers-color-scheme:none){.navigation .navigation__footer--active[data-v-b69022c6]{background-color:var(--p-surface-900)}.navigation .navigation__footer[data-v-b69022c6]:has(:not(.navigation__logout-button:hover)):hover{background-color:var(--p-surface-900)}.navigation .navigation__footer[data-v-b69022c6]{border-top-color:var(--p-surface-950)}}.navigation .navigation__footer .navigation__email[data-v-b69022c6]{text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.navigation .navigation__footer .navigation__avatar[data-v-b69022c6]{min-width:30px}.navigation .navigation__links-container[data-v-b69022c6]{flex:1;overflow:auto}.navigation .navigation__links-container--bottom[data-v-b69022c6]{flex:unset}.navigation .navigation__settings[data-v-b69022c6]{padding:8px 0}.navigation .navigation__settings-toggle[data-v-b69022c6]{width:calc(100% - 16px);color:var(--p-text-color);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;margin:6px 8px;padding:10px 8px;font-size:16px;display:flex}.navigation .navigation__settings-toggle[data-v-b69022c6]:hover,.navigation .navigation__settings-toggle--active[data-v-b69022c6]{background-color:var(--p-surface-100)}@media (prefers-color-scheme:none){.navigation .navigation__settings-toggle[data-v-b69022c6]:hover,.navigation .navigation__settings-toggle--active[data-v-b69022c6]{background-color:var(--p-surface-900)}}.navigation .navigation__settings-icon[data-v-b69022c6]{width:32px;color:var(--p-primary-500);justify-content:center;font-size:22px;display:flex}@media (prefers-color-scheme:none){.navigation .navigation__settings-icon[data-v-b69022c6]{color:#fff}}.navigation .navigation__settings-chevron[data-v-b69022c6]{color:var(--p-text-muted-color);margin-left:auto;font-size:14px;display:flex}.navigation .navigation__settings-chevron[data-v-b69022c6] svg{transform-origin:50%;transition:transform .15s}.navigation .navigation__settings-toggle--open .navigation__settings-chevron[data-v-b69022c6] svg{transform:rotate(90deg)}.navigation .navigation__settings-links[data-v-b69022c6]{grid-template-rows:1fr;padding-left:14px;display:grid;overflow:hidden}.navigation .navigation__settings-links-content[data-v-b69022c6]{min-height:0;overflow:hidden}.navigation .navigation-settings-enter-active[data-v-b69022c6],.navigation .navigation-settings-leave-active[data-v-b69022c6]{will-change:grid-template-rows,opacity;transition:grid-template-rows .2s,opacity .2s}.navigation .navigation-settings-enter-from[data-v-b69022c6],.navigation .navigation-settings-leave-to[data-v-b69022c6]{opacity:0;grid-template-rows:0fr}.navigation .navigation-settings-enter-to[data-v-b69022c6],.navigation .navigation-settings-leave-from[data-v-b69022c6]{opacity:1;grid-template-rows:1fr}@media only screen and (max-width:1500px){.navigation[data-v-b69022c6]{pointer-events:none;z-index:4000;background:0 0;border-right:none;width:100vw;height:100dvh;position:fixed;inset:0}.navigation .navigation__panel[data-v-b69022c6]{background:var(--p-surface-0);border-right:1px solid var(--p-surface-200);will-change:transform;z-index:4002;width:260px;height:100%;transition:transform .25s;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:0 10px 25px #0003}}@media only screen and (max-width:1500px) and (prefers-color-scheme:none){.navigation .navigation__panel[data-v-b69022c6]{background:var(--p-surface-950);border-right-color:var(--p-surface-900)}}@media only screen and (max-width:1500px){.navigation.navigation--overlay-open[data-v-b69022c6]{pointer-events:auto}.navigation.navigation--overlay-open .navigation__panel[data-v-b69022c6]{transform:translate(0)}.navigation .navigation__scrim[data-v-b69022c6]{z-index:4001;pointer-events:auto;opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;position:fixed;inset:0}.navigation .nav-scrim-enter-from[data-v-b69022c6],.navigation .nav-scrim-leave-to[data-v-b69022c6]{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}.navigation .nav-scrim-enter-active[data-v-b69022c6],.navigation .nav-scrim-leave-active[data-v-b69022c6]{will-change:opacity,backdrop-filter;transition:opacity .2s,-webkit-backdrop-filter .25s,backdrop-filter .25s}.navigation .nav-scrim-enter-to[data-v-b69022c6],.navigation .nav-scrim-leave-from[data-v-b69022c6]{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.changelog-announcement[data-v-3d5df6ad] .p-dialog-content{padding:0}.changelog-announcement .changelog-announcement__content[data-v-3d5df6ad]{padding:0 24px 6px}.changelog-announcement .changelog-announcement__eyebrow[data-v-3d5df6ad]{background:var(--p-primary-50);color:var(--p-primary-700);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:8px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.changelog-announcement .changelog-announcement__title[data-v-3d5df6ad]{letter-spacing:-.04em;margin:0;font-size:clamp(24px,4vw,34px);line-height:1.1}.changelog-announcement .changelog-announcement__summary[data-v-3d5df6ad]{color:var(--p-text-muted-color);margin:12px 0 0;font-size:16px;line-height:1.6}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad]{color:var(--p-text-color);margin-top:24px;line-height:1.6}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad]>:first-child{margin-top:0}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad]>:last-child{margin-bottom:0}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] p{margin:0}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] p+p{margin-top:12px}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] ul,.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] ol{margin:14px 0 0;padding-left:22px}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] li+li{margin-top:8px}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] strong{font-weight:700}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] a{color:var(--p-primary-500);text-decoration:none}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] a:hover{text-decoration:underline}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization{border:1px solid var(--p-primary-100);background:radial-gradient(circle at top left,color-mix(in srgb,var(--p-primary-200)45%,transparent),transparent 40%),linear-gradient(135deg,var(--p-surface-0),var(--p-surface-50));border-radius:18px;gap:12px;margin:22px 0;padding:18px;display:grid}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--timeline{grid-template-columns:repeat(3,1fr)}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--illustration{display:block}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--illustration svg{width:100%;height:auto;display:block}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--illustration svg text{font-family:inherit}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-flow-step{border:1px solid var(--p-surface-200);background:color-mix(in srgb,var(--p-surface-0)88%,transparent);border-radius:14px;justify-content:center;align-items:center;min-height:84px;padding:16px;display:flex;position:relative;box-shadow:0 12px 32px #0f172a14}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-flow-step:not(:last-child):after{content:"";background:var(--p-primary-300);width:14px;height:2px;position:absolute;top:50%;right:-13px;transform:translateY(-50%)}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-flow-step--highlight{border-color:var(--p-primary-300);background:color-mix(in srgb,var(--p-primary-50)72%,var(--p-surface-0))}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-flow-step__label{text-align:center;font-weight:700}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--recovery{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card{border:1px solid var(--p-surface-200);background:color-mix(in srgb,var(--p-surface-0)90%,transparent);border-radius:16px;flex-direction:column;gap:8px;padding:18px;display:flex;box-shadow:0 12px 32px #0f172a14}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card--highlight{border-color:var(--p-primary-300);background:color-mix(in srgb,var(--p-primary-50)76%,var(--p-surface-0))}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card__label{background:var(--p-surface-100);color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:11px;font-weight:800}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card--highlight .changelog-recovery-card__label{background:var(--p-primary-100);color:var(--p-primary-700)}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card__title{font-size:16px;font-weight:800;line-height:1.25}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-card__text{color:var(--p-text-muted-color);font-size:13px;line-height:1.45}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-bridge{justify-content:center;align-items:center;gap:6px;min-width:58px;display:flex}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-bridge__dot{background:var(--p-surface-300);border-radius:999px;width:10px;height:10px}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-bridge__dot--highlight{background:var(--p-primary-400)}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-bridge__line{background:var(--p-primary-300);border-radius:999px;width:22px;height:2px}.changelog-announcement .changelog-announcement__footer[data-v-3d5df6ad]{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;width:100%;display:grid}.changelog-announcement .changelog-announcement__footer-button--next[data-v-3d5df6ad],.changelog-announcement .changelog-announcement__footer-button--dismiss[data-v-3d5df6ad]{justify-self:end}.changelog-announcement .changelog-announcement__footer-button--previous[data-v-3d5df6ad]{justify-self:start}.changelog-announcement .changelog-announcement__position[data-v-3d5df6ad]{color:var(--p-text-muted-color);white-space:nowrap;font-size:13px;font-weight:600}@media (max-width:640px){.changelog-announcement .changelog-announcement__content[data-v-3d5df6ad]{padding:0 18px 4px}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--timeline,.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-visualization--recovery{grid-template-columns:1fr}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-flow-step:not(:last-child):after{width:2px;height:14px;inset:auto auto -13px 50%;transform:translate(-50%)}.changelog-announcement .changelog-announcement__markdown[data-v-3d5df6ad] .changelog-recovery-bridge{min-width:0;min-height:34px;transform:rotate(90deg)}.changelog-announcement .changelog-announcement__footer[data-v-3d5df6ad]{grid-template-columns:1fr 1fr}.changelog-announcement .changelog-announcement__position[data-v-3d5df6ad]{text-align:center;grid-area:1/1/auto/-1}.changelog-announcement .changelog-announcement__footer-button[data-v-3d5df6ad]{grid-row:2}}.app[data-v-9ee77107]{flex-direction:row;justify-content:center;width:100%;height:100vh;max-height:100vh;display:flex;overflow:auto}.app main[data-v-9ee77107]{flex-direction:column;flex:1;align-items:center;max-height:100vh;display:flex;overflow:auto}.app-loader[data-v-9ee77107]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found[data-v-02550974]{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.not-found h1[data-v-02550974]{margin:0;font-size:200px;font-weight:700;line-height:1}.not-found p[data-v-02550974]{margin:30px;font-size:20px;line-height:1}.form-input[data-v-5064cbce]{flex-direction:column;gap:5px;display:flex}.form-input--error[data-v-5064cbce] .form-input__input-container .p-inputtext,.form-input--error[data-v-5064cbce] .form-input__input-container .p-cascadeselect,.form-input--error[data-v-5064cbce] .form-input__input-container .p-checkbox-box,.form-input--error[data-v-5064cbce] .form-input__input-container .p-colorpicker,.form-input--error[data-v-5064cbce] .form-input__input-container .p-datepicker,.form-input--error[data-v-5064cbce] .form-input__input-container .p-editor,.form-input--error[data-v-5064cbce] .form-input__input-container .p-inputnumber-input,.form-input--error[data-v-5064cbce] .form-input__input-container .p-inputotp-input,.form-input--error[data-v-5064cbce] .form-input__input-container .p-listbox,.form-input--error[data-v-5064cbce] .form-input__input-container .p-multiselect,.form-input--error[data-v-5064cbce] .form-input__input-container .p-radiobutton-input,.form-input--error[data-v-5064cbce] .form-input__input-container .p-select,.form-input--error[data-v-5064cbce] .form-input__input-container .p-selectbutton,.form-input--error[data-v-5064cbce] .form-input__input-container .p-textarea,.form-input--error[data-v-5064cbce] .form-input__input-container .p-togglebutton,.form-input--error[data-v-5064cbce] .form-input__input-container .p-toggleswitch .p-toggleswitch-slider,.form-input--error[data-v-5064cbce] .form-input__input-container .p-treeselect{border:1px solid var(--p-red-500)}.form-input--error[data-v-5064cbce] .form-input__input-container .p-slider .p-slider-handle,.form-input--error[data-v-5064cbce] .form-input__input-container .p-slider .p-slider-handle:before{background-color:var(--p-red-500)}.form-input--error[data-v-5064cbce] .form-input__input-container .p-knob svg .p-knob-range{stroke:var(--p-red-500)}.form-input--error[data-v-5064cbce] .form-input__input-container .p-knob svg .p-knob-text,.form-input--error[data-v-5064cbce] .form-input__input-container .p-rating svg path{fill:var(--p-red-500)}.form-input .form-input__label-container[data-v-5064cbce]{flex-direction:row;justify-content:flex-start;gap:5px;display:flex}.form-input .form-input__label-container--inline-input[data-v-5064cbce]{gap:10px}.form-input .form-input__input-container[data-v-5064cbce]>:not(.p-toggleswitch),.form-input .form-input__input-container[data-v-5064cbce] .p-datepicker-input{width:100%}.form-input .form-input__error-message-container[data-v-5064cbce]{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.form-input .form-input__error-message-container .form-input__error-message[data-v-5064cbce]{color:var(--p-red-500)}.login[data-v-8f92c4c6]{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.login .login__card[data-v-8f92c4c6]{width:500px;overflow:hidden}.login .login__card form[data-v-8f92c4c6]{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.login .login__card form[data-v-8f92c4c6]>*{width:100%}.login .login__card form .login__input-container-login-tip[data-v-8f92c4c6]{color:var(--p-text-muted-color);margin:0;font-size:10px;font-style:italic}.login .login__card form .login__remember-forgot-container[data-v-8f92c4c6]{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.login .login__card form .login__remember-forgot-container .login__remember-container[data-v-8f92c4c6]{white-space:nowrap;align-items:center;gap:8px;display:flex}.login .login__card form .login__remember-forgot-container .login__remember-container .login__remember-label[data-v-8f92c4c6]{cursor:pointer;font-size:14px}.login .login__card form .login__remember-forgot-container .login__forgot-password[data-v-8f92c4c6]{color:var(--primary-color);font-size:14px;text-decoration:none}.register[data-v-1434cd4b]{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.register .register__card[data-v-1434cd4b]{width:500px;overflow:hidden}.register .register__card[data-v-1434cd4b] .p-card-content form{flex-direction:column;gap:10px;display:flex}.register .register__card[data-v-1434cd4b] .p-card-content form .register__register-button{margin-top:16px}.verify-email[data-v-3715f6be]{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.verify-email .verify-email__card[data-v-3715f6be]{width:500px;overflow:hidden}.verify-email .verify-email__card[data-v-3715f6be] .p-card-content{flex-direction:column;display:flex}.verify-email .verify-email__card[data-v-3715f6be] .p-card-content p{margin-bottom:16px}.forgot-password[data-v-c931560b]{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.forgot-password .forgot-password__card[data-v-c931560b]{width:500px;overflow:hidden}.forgot-password .forgot-password__card[data-v-c931560b] .p-card-content{flex-direction:column;display:flex}.forgot-password .forgot-password__card[data-v-c931560b] .p-card-content p{margin-bottom:16px}.forgot-password .forgot-password__card form[data-v-c931560b]{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.forgot-password .forgot-password__card form[data-v-c931560b]>*{width:100%}.reset-password[data-v-733d8ada]{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.reset-password .reset-password__card[data-v-733d8ada]{width:500px}.reset-password .reset-password__card[data-v-733d8ada] .p-card-content{flex-direction:column;display:flex}.reset-password .reset-password__card[data-v-733d8ada] .p-card-content p{margin-bottom:16px}.reset-password .reset-password__card form[data-v-733d8ada]{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.reset-password .reset-password__card form[data-v-733d8ada]>*{width:100%}.header-loader[data-v-645f2795]{background:0 0;border-radius:0;width:100%;height:2px;min-height:2px;max-height:2px;margin-bottom:-2px}.header[data-v-c2363398]{background:var(--p-surface-0);z-index:1000;border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--p-surface-200);flex-direction:column;width:100%;height:64px;min-height:64px;max-height:64px;display:flex;position:sticky;top:0}.header .header__content[data-v-c2363398]{align-items:center;gap:16px;width:100%;min-width:0;height:100%;padding:10px 16px;display:flex}@media (prefers-color-scheme:none){.header[data-v-c2363398]{background:var(--p-surface-950);border-bottom-color:var(--p-surface-900)}}.header .header__menu-button[data-v-c2363398]{display:none}@media (max-width:1500px){.header .header__menu-button[data-v-c2363398]{display:inline-flex}}.header .header__title-content[data-v-c2363398]{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.header .header__breadcrumbs[data-v-c2363398]{min-width:0;color:var(--p-text-muted-color);align-items:center;gap:6px;font-size:12px;font-weight:800;line-height:1.15;display:flex}.header .header__breadcrumbs i[data-v-c2363398]{flex:none;font-size:8px}.header .header__breadcrumb-link[data-v-c2363398],.header .header__breadcrumb-current[data-v-c2363398]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header .header__breadcrumb-link[data-v-c2363398]{color:inherit;text-decoration:none}.header .header__breadcrumb-link[data-v-c2363398]:hover{color:var(--p-primary-color)}.header .header__breadcrumb-current[data-v-c2363398]{color:var(--p-text-color)}.header .header__title[data-v-c2363398]{margin:0;font-size:22px;line-height:1.12;display:flex}.header .header__title .header__title-button[data-v-c2363398],.header .header__title .header__title-text[data-v-c2363398]{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;font:inherit;font-weight:inherit;color:inherit;text-align:left;display:block;overflow:hidden}.header .header__title .header__title-button[data-v-c2363398]{cursor:pointer;background:0 0;border:0;padding:0}.header .header__title .header__title-button[data-v-c2363398]:focus-visible{outline:2px solid var(--p-primary-500);outline-offset:3px}.container[data-v-741a3c4f]{width:100%;max-width:1700px;padding:24px 32px}.container+.container[data-v-741a3c4f]{padding-top:0}.list-search[data-v-f6cf0590]{width:100%}.list-search[data-v-f6cf0590] .p-icon-field{width:100%;position:relative}.list-search .list-search__input[data-v-f6cf0590]{width:100%}.list-search .list-search__clear[data-v-f6cf0590]{color:var(--p-text-secondary-color);cursor:pointer;z-index:1;background:0 0;border:none;padding:4px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.list-search .list-search__clear[data-v-f6cf0590]:disabled{cursor:not-allowed}.ui-api-table[data-v-b05d2edc]{width:100%}.ui-api-table .ui-api-table__table--clickable[data-v-b05d2edc] .p-datatable-tbody tr{cursor:pointer}.ui-api-table .ui-api-table__container-card[data-v-b05d2edc]{overflow:hidden}.ui-api-table .ui-api-table__container-card[data-v-b05d2edc] .p-card-body{padding:0;overflow:auto}.ui-api-table .ui-api-table__container-card[data-v-b05d2edc] .p-card-body .ui-api-table__table :deep(.p-datatable-table-container){max-height:var(--v54f524ee)}.ui-api-table .ui-api-table__container-card[data-v-b05d2edc] .p-card-body .ui-api-table__table :deep(.p-datatable-table-container) tbody tr:hover{background-color:var(--p-datatable-row-hover-background)}.ui-api-table .ui-api-table__container-card[data-v-b05d2edc] .p-card-body .p-datatable-mask.p-overlay-mask{height:2px;top:var(--v62afeb99);background:0 0}.api-table-link-button[data-v-68e5d128],.api-table-remove-button.p-button-icon-only.p-button-rounded[data-v-a144708c]{border-radius:100%;width:30px;height:30px}.form-container{width:100%;max-width:600px}.edit[data-v-a9e65a0b]{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));place-items:start center;gap:20px;display:grid}.form[data-v-a78cb5a6]{max-width:unset}.form form[data-v-a78cb5a6]{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.form form[data-v-a78cb5a6]>*{width:100%}.form form .form__footer-container[data-v-a78cb5a6]{align-items:center;gap:10px;display:flex}.form form .form__footer-container .form__change-password-button[data-v-a78cb5a6],.form form .form__footer-container .form__logout-button[data-v-a78cb5a6]{width:100%}.form form .form__notification-setting[data-v-a78cb5a6]{border:1px solid var(--p-content-border-color);border-radius:var(--p-border-radius-md);justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.form form .form__notification-copy[data-v-a78cb5a6]{flex-direction:column;gap:4px;display:flex}.form form .form__notification-copy small[data-v-a78cb5a6]{color:var(--p-text-muted-color)}.form form--edit .form__footer-container[data-v-a78cb5a6]{justify-content:space-between}.details[data-v-143ab98e]{grid-template-columns:1fr;place-items:start center;gap:11px;display:grid}.document-collection-tags-list[data-v-0b7e2d49]{width:100%}.document-collection-tags-list .document-collection-tags-list__container[data-v-0b7e2d49]{margin-inline:auto}.document-collection-tags-list .document-collection-tags-list__name-cell[data-v-0b7e2d49],.document-collection-tags-list .document-collection-tags-list__actions[data-v-0b7e2d49]{align-items:center;display:flex}.document-collection-tags-list .document-collection-tags-list__name-cell[data-v-0b7e2d49]{gap:10px;font-weight:700}.document-collection-tags-list .document-collection-tags-list__color-swatch[data-v-0b7e2d49]{border:1px solid var(--p-surface-300);width:18px;height:18px;box-shadow:inset 0 0 0 2px var(--p-surface-0);border-radius:999px;flex:none;display:inline-flex}.document-collection-tags-list .document-collection-tags-list__preview[data-v-0b7e2d49]{max-width:100%}.document-collection-tags-list .document-collection-tags-list__description[data-v-0b7e2d49]{-webkit-line-clamp:2;color:var(--p-text-muted-color);white-space:pre-line;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.document-collection-tags-list .document-collection-tags-list__actions[data-v-0b7e2d49]{gap:4px}.color-grid-picker[data-v-dd95c0ae]{width:100%;position:relative}.color-grid-picker--disabled .color-grid-picker__input[data-v-dd95c0ae]{background:var(--p-surface-100);opacity:.7}.color-grid-picker .color-grid-picker__input[data-v-dd95c0ae]{border:1px solid var(--p-surface-300);border-radius:var(--p-border-radius-md);background:var(--p-surface-0);grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;min-height:42px;padding:6px 8px;display:grid}.color-grid-picker .color-grid-picker__input[data-v-dd95c0ae]:focus-within{border-color:var(--p-primary-color);box-shadow:0 0 0 1px var(--p-primary-color)}.color-grid-picker .color-grid-picker__preview[data-v-dd95c0ae]{border:1px solid var(--p-surface-300);border-radius:var(--p-border-radius-sm);cursor:pointer;width:100%;height:28px;display:block}.color-grid-picker .color-grid-picker__preview[data-v-dd95c0ae]:disabled{cursor:not-allowed}.color-grid-picker .color-grid-picker__preview[data-v-dd95c0ae]:focus-visible{outline:2px solid var(--p-primary-500);outline-offset:1px}.color-grid-picker .color-grid-picker__toggle[data-v-dd95c0ae]{border-radius:var(--p-border-radius-sm);width:28px;height:28px;color:var(--p-text-muted-color);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.color-grid-picker .color-grid-picker__toggle[data-v-dd95c0ae]:disabled{cursor:not-allowed}.color-grid-picker .color-grid-picker__toggle[data-v-dd95c0ae]:focus-visible{outline:2px solid var(--p-primary-500);outline-offset:1px}.color-grid-picker .color-grid-picker__panel[data-v-dd95c0ae]{z-index:10000;border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-lg);background:var(--p-surface-0);width:max-content;max-width:min(320px,100vw - 48px);padding:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 18px 48px #0f172a2e}.color-grid-picker .color-grid-picker__grid[data-v-dd95c0ae]{grid-template-columns:repeat(8,28px);gap:6px;display:grid}.color-grid-picker .color-grid-picker__swatch[data-v-dd95c0ae]{border:2px solid var(--p-surface-0);width:28px;height:28px;box-shadow:0 0 0 1px var(--p-surface-300);color:var(--p-surface-0);cursor:pointer;text-shadow:0 1px 3px #00000073;border-radius:999px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.color-grid-picker .color-grid-picker__swatch[data-v-dd95c0ae]:focus-visible{outline:2px solid var(--p-primary-500);outline-offset:2px}.color-grid-picker .color-grid-picker__swatch--selected[data-v-dd95c0ae]{box-shadow:0 0 0 2px var(--p-primary-color)}.document-collection-tag-form form[data-v-337cd1ef]{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.document-collection-tag-form form[data-v-337cd1ef]>*{width:100%}.document-collection-tag-form form .document-collection-tag-form__footer-container[data-v-337cd1ef]{justify-content:flex-end;align-items:center;gap:10px;padding-top:4px;display:flex}.document-collection-tag-form form--edit .document-collection-tag-form__footer-container[data-v-337cd1ef]{justify-content:space-between}.edit[data-v-c9e1ce57]{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));place-items:start center;gap:20px;display:grid}.documents-list[data-v-7dd9cf1d]{width:100%}.documents-list .documents-list__container[data-v-7dd9cf1d]{margin-inline:auto}.documents-list .documents-list__name-cell[data-v-7dd9cf1d]{align-items:center;gap:10px;min-width:0;display:flex}.documents-list .documents-list__file-icon[data-v-7dd9cf1d]{color:var(--p-primary-color)}.form form{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.form form>*{width:100%}.form form .form__footer-container{justify-content:flex-end;align-items:center;gap:10px;display:flex}.form form--edit .form__footer-container{justify-content:space-between}.document-details[data-v-7111d56d]{background:var(--p-surface-50);flex-direction:column;width:100%;min-height:100vh;display:flex}.document-details .document-details__breadcrumbs[data-v-7111d56d]{min-width:0;color:var(--p-text-muted-color);align-items:center;gap:8px;font-size:18px;font-weight:800;line-height:1.2;display:flex}.document-details .document-details__breadcrumbs a[data-v-7111d56d],.document-details .document-details__breadcrumbs strong[data-v-7111d56d]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-details .document-details__breadcrumbs a[data-v-7111d56d]{color:inherit;text-decoration:none}.document-details .document-details__breadcrumbs a[data-v-7111d56d]:hover{color:var(--p-primary-color)}.document-details .document-details__breadcrumbs strong[data-v-7111d56d]{color:var(--p-text-color)}.document-details .document-details__breadcrumbs i[data-v-7111d56d]{flex:none;font-size:10px}.document-details .document-details__breadcrumb-current[data-v-7111d56d]{align-items:center;gap:8px;min-width:0;display:inline-flex}.document-details .document-details__breadcrumb-current i[data-v-7111d56d]{color:var(--p-primary-color);flex:none;font-size:18px}.document-details .document-details__state[data-v-7111d56d]{min-height:320px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.document-details .document-details__state i[data-v-7111d56d]{font-size:24px}.document-details .document-details__workspace[data-v-7111d56d]{grid-template-columns:minmax(0,1fr) 320px;min-height:calc(100vh - 64px);display:grid}.document-details .document-details__viewer[data-v-7111d56d]{flex-direction:column;min-width:0;display:flex}.document-details .document-details__preview-canvas[data-v-7111d56d]{background:var(--p-surface-100);flex:1;justify-content:center;align-items:flex-start;min-height:calc(100vh - 64px);padding:28px 32px;display:flex;overflow:auto}.document-details .document-details__preview-canvas--pdf[data-v-7111d56d]{background:var(--p-surface-0);align-items:stretch;padding:0}.document-details .document-details__pdf-preview[data-v-7111d56d]{background:var(--p-surface-0);border:0;width:100%;height:calc(100vh - 64px);min-height:620px}.document-details .document-details__image-preview[data-v-7111d56d]{object-fit:contain;border-radius:var(--p-border-radius-sm);max-width:min(720px,100%);max-height:780px;display:block;box-shadow:0 24px 70px #0f172a1f}.document-details .document-details__preview-empty[data-v-7111d56d]{border-radius:var(--p-border-radius-sm);background:var(--p-surface-0);width:min(720px,100%);min-height:420px;color:var(--p-text-muted-color);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.document-details .document-details__sidebar[data-v-7111d56d]{border-left:1px solid var(--p-surface-200);background:var(--p-surface-0);flex-direction:column;gap:20px;min-width:0;padding:24px 20px;display:flex}.document-details .document-details__metadata-card[data-v-7111d56d]{margin:0;border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);margin-top:auto;overflow:hidden}.document-details .document-details__metadata-row[data-v-7111d56d]{border-bottom:1px solid var(--p-surface-200);justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.document-details .document-details__metadata-row[data-v-7111d56d]:last-child{border-bottom:0}.document-details .document-details__metadata-row dt[data-v-7111d56d],.document-details .document-details__metadata-row dd[data-v-7111d56d]{margin:0;font-size:14px}.document-details .document-details__metadata-row dt[data-v-7111d56d]{color:var(--p-text-muted-color)}.document-details .document-details__metadata-row dd[data-v-7111d56d]{text-align:right;font-weight:800}.document-details .document-details__side-section[data-v-7111d56d]{flex-direction:column;gap:6px;display:flex}.document-details .document-details__side-section h2[data-v-7111d56d]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.document-details .document-details__empty-list[data-v-7111d56d]{color:var(--p-text-muted-color);font-size:14px}.document-details .document-details__collection-row[data-v-7111d56d],.document-details .document-details__agent-row[data-v-7111d56d]{border-radius:var(--p-border-radius-lg);min-width:0;color:var(--p-text-color);align-items:center;gap:12px;padding:6px 8px;text-decoration:none;display:flex}.document-details .document-details__collection-row[data-v-7111d56d]:hover,.document-details .document-details__agent-row[data-v-7111d56d]:hover{background:var(--p-surface-100);color:var(--p-primary-color)}.document-details .document-details__collection-row strong[data-v-7111d56d],.document-details .document-details__agent-row strong[data-v-7111d56d]{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.document-details .document-details__collection-row span[data-v-7111d56d]{border-radius:var(--p-border-radius-md);background:var(--p-primary-color);width:28px;height:28px;color:var(--p-surface-0);flex:0 0 28px;justify-content:center;align-items:center;display:inline-flex}.document-details .document-details__agent-row span[data-v-7111d56d]{background:var(--p-primary-50);width:28px;height:28px;color:var(--p-primary-color);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.document-details .document-details__sidebar-actions[data-v-7111d56d]{flex-direction:column;gap:10px;display:flex}.document-details .document-details__sidebar-error[data-v-7111d56d]{color:var(--p-red-500);margin:0;font-size:13px;line-height:1.4}@media (max-width:1280px){.document-details .document-details__workspace[data-v-7111d56d]{grid-template-columns:1fr}.document-details .document-details__sidebar[data-v-7111d56d]{border-left:0;border-top:1px solid var(--p-surface-200);grid-column:1/-1}}@media (max-width:820px){.document-details .document-details__workspace[data-v-7111d56d]{grid-template-columns:1fr}.document-details .document-details__preview-canvas[data-v-7111d56d]{padding:24px}.document-details .document-details__preview-canvas--pdf[data-v-7111d56d]{padding:0}}.edit[data-v-8becc32e]{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));place-items:start center;gap:20px;display:grid}.document-collection-tag-filter[data-v-07f04d39]{display:inline-flex;position:relative}.document-collection-tag-filter .document-collection-tag-filter__button[data-v-07f04d39]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);min-height:42px;color:var(--p-text-color);cursor:pointer;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.document-collection-tag-filter .document-collection-tag-filter__button[data-v-07f04d39]:disabled{cursor:not-allowed;opacity:.65}.document-collection-tag-filter .document-collection-tag-filter__picker[data-v-07f04d39]{width:320px;max-width:calc(100vw - 48px)}.document-collection-tag-filter .document-collection-tag-filter__listbox[data-v-07f04d39]{background:0 0;border:0;width:100%}.document-collection-tag-filter .document-collection-tag-filter__listbox[data-v-07f04d39] .p-listbox-header{background:0 0;border:0;padding:0 0 10px}.document-collection-tag-filter .document-collection-tag-filter__listbox[data-v-07f04d39] .p-listbox-filter{width:100%}.document-collection-tag-filter .document-collection-tag-filter__listbox[data-v-07f04d39] .p-listbox-list{padding:4px 0}.document-collection-tag-filter .document-collection-tag-filter__listbox[data-v-07f04d39] .p-listbox-empty-message{color:var(--p-text-muted-color);font-size:14px}.document-collection-tag-filter__option{flex:auto;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.document-collection-tag-filter__check{color:var(--p-primary-color);flex:none;margin-left:auto;display:inline-flex}.document-collection-list[data-v-f66d7bc2]{background:var(--p-surface-50);flex-direction:column;width:100%;min-height:100vh;display:flex}.document-collection-list .document-collection-list__header-actions[data-v-f66d7bc2]{align-items:center;gap:12px;display:flex}.document-collection-list .document-collection-list__workspace[data-v-f66d7bc2]{flex-direction:column;flex:1;gap:18px;width:100%;max-width:1700px;margin-inline:auto;padding:24px 32px 32px;display:flex}.document-collection-list .document-collection-list__toolbar[data-v-f66d7bc2]{align-items:center;gap:12px;display:flex;position:relative}.document-collection-list .document-collection-list__match-toggle[data-v-f66d7bc2]{border-radius:var(--p-border-radius-lg);background:var(--p-surface-100);padding:3px;display:inline-flex}.document-collection-list .document-collection-list__match-option[data-v-f66d7bc2]{border-radius:var(--p-border-radius-md);color:var(--p-text-muted-color);cursor:pointer;background:0 0;border:0;padding:5px 12px;font-weight:800}.document-collection-list .document-collection-list__match-option--active[data-v-f66d7bc2]{background:var(--p-surface-0);color:var(--p-text-color);box-shadow:0 1px 4px #0f172a1f}.document-collection-list .document-collection-list__selected-tags[data-v-f66d7bc2]{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.document-collection-list .document-collection-list__selected-tag[data-v-f66d7bc2] .p-tag-icon{order:2;margin-left:6px;margin-right:0}.document-collection-list .document-collection-list__tag-remove[data-v-f66d7bc2]{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.document-collection-list .document-collection-list__result-count[data-v-f66d7bc2]{color:var(--p-text-muted-color);margin-left:auto;font-size:14px}.document-collection-list .document-collection-list__state[data-v-f66d7bc2],.document-collection-list .document-collection-list__empty[data-v-f66d7bc2]{min-height:420px;color:var(--p-text-muted-color);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:32px;display:flex}.document-collection-list .document-collection-list__state i[data-v-f66d7bc2],.document-collection-list .document-collection-list__empty i[data-v-f66d7bc2]{font-size:24px}.document-collection-list .document-collection-list__state--filtered[data-v-f66d7bc2]{min-height:240px}.document-collection-list .document-collection-list__empty[data-v-f66d7bc2]{max-width:560px;margin:0 auto}.document-collection-list .document-collection-list__empty h2[data-v-f66d7bc2],.document-collection-list .document-collection-list__empty p[data-v-f66d7bc2]{margin:0}.document-collection-list .document-collection-list__empty h2[data-v-f66d7bc2]{color:var(--p-text-color);font-size:24px;font-weight:800}.document-collection-list .document-collection-list__empty p[data-v-f66d7bc2]{max-width:520px;font-size:16px;line-height:1.45}.document-collection-list .document-collection-list__empty-icon[data-v-f66d7bc2]{border-radius:var(--p-border-radius-xl);background:var(--p-primary-50);width:72px;height:72px;color:var(--p-primary-color);justify-content:center;align-items:center;font-size:28px;display:inline-flex}.document-collection-list .document-collection-list__grid[data-v-f66d7bc2]{grid-template-columns:repeat(3,minmax(280px,1fr));gap:16px;display:grid}.document-collection-list .document-collection-list__card[data-v-f66d7bc2]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);min-height:220px;color:var(--p-text-color);cursor:pointer;flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 1px 4px #0f172a0f}.document-collection-list .document-collection-list__card-top[data-v-f66d7bc2]{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.document-collection-list .document-collection-list__folder-icon[data-v-f66d7bc2]{border-radius:var(--p-border-radius-xl);background:var(--p-primary-color);width:44px;height:44px;color:var(--p-surface-0);justify-content:center;align-items:center;font-size:18px;display:inline-flex}.document-collection-list .document-collection-list__card-menu[data-v-f66d7bc2]{color:var(--p-text-muted-color)}.document-collection-list .document-collection-list__card-copy[data-v-f66d7bc2]{flex-direction:column;gap:8px;display:flex}.document-collection-list .document-collection-list__card-copy h2[data-v-f66d7bc2],.document-collection-list .document-collection-list__card-copy p[data-v-f66d7bc2]{margin:0}.document-collection-list .document-collection-list__card-copy h2[data-v-f66d7bc2]{font-size:18px;font-weight:800;line-height:1.2}.document-collection-list .document-collection-list__card-copy p[data-v-f66d7bc2]{color:var(--p-text-muted-color);font-size:14px}.document-collection-list .document-collection-list__card-copy .document-collection-list__card-description[data-v-f66d7bc2]{-webkit-line-clamp:3;white-space:pre-line;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.document-collection-list .document-collection-list__card-copy .document-collection-list__card-count[data-v-f66d7bc2]{font-weight:700}.document-collection-list .document-collection-list__card-tags[data-v-f66d7bc2]{flex-wrap:wrap;align-items:center;gap:8px;min-height:26px;display:flex}.document-collection-list .document-collection-list__card-footer[data-v-f66d7bc2]{border-top:1px solid var(--p-surface-200);margin-top:auto;padding-top:18px}.document-collection-list .document-collection-list__agent-summary[data-v-f66d7bc2]{color:var(--p-text-muted-color);align-items:center;gap:10px;font-size:14px;display:flex}.document-collection-list .document-collection-list__agent-summary strong[data-v-f66d7bc2]{font-weight:500}.document-collection-list .document-collection-list__agent-summary em[data-v-f66d7bc2]{font-style:italic}.document-collection-list .document-collection-list__agent-summary--empty[data-v-f66d7bc2]{gap:18px}.document-collection-list .document-collection-list__agent-stack[data-v-f66d7bc2]{align-items:center;display:flex}.document-collection-list .document-collection-list__agent-stack span[data-v-f66d7bc2]{border:2px solid var(--p-surface-0);background:var(--p-primary-color);width:28px;height:28px;color:var(--p-surface-0);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.document-collection-list .document-collection-list__agent-stack span+span[data-v-f66d7bc2]{margin-left:-10px}.document-collection-list .document-collection-list__paginator[data-v-f66d7bc2]{align-self:center}.document-collection-list .document-collection-list__dialog-form[data-v-f66d7bc2],.document-collection-list .document-collection-list__tag-dialog-form[data-v-f66d7bc2]{flex-direction:column;gap:16px;display:flex}.document-collection-list .document-collection-list__dialog-form[data-v-f66d7bc2]{padding:4px}.document-collection-list .document-collection-list__description-input[data-v-f66d7bc2]{resize:vertical;width:100%}.document-collection-list .document-collection-list__field[data-v-f66d7bc2]{color:var(--p-text-color);flex-direction:column;gap:10px;font-size:14px;font-weight:800;display:flex}.document-collection-list .document-collection-list__field[data-v-f66d7bc2] .p-inputtext{min-height:42px;font-size:15px}.document-collection-list .document-collection-list__inline-label[data-v-f66d7bc2]{align-items:baseline;gap:12px;display:flex}.document-collection-list .document-collection-list__inline-label small[data-v-f66d7bc2]{color:var(--p-text-muted-color);font-size:13px;font-weight:500}.document-collection-list .document-collection-list__dialog-tags[data-v-f66d7bc2]{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.document-collection-list .document-collection-list__add-tag-button[data-v-f66d7bc2]{border:1px dashed var(--p-surface-300);color:var(--p-text-muted-color);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-weight:800;display:inline-flex}.document-collection-list .document-collection-list__dropzone input[data-v-f66d7bc2]{display:none}.document-collection-list .document-collection-list__dropzone button[data-v-f66d7bc2]{border:1px dashed var(--p-surface-300);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);width:100%;min-height:150px;color:var(--p-text-muted-color);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.document-collection-list .document-collection-list__dropzone button span[data-v-f66d7bc2]{border-radius:var(--p-border-radius-xl);background:var(--p-primary-50);width:48px;height:48px;color:var(--p-primary-color);justify-content:center;align-items:center;font-size:20px;display:inline-flex}.document-collection-list .document-collection-list__dropzone button strong[data-v-f66d7bc2]{color:var(--p-text-color);font-size:16px}.document-collection-list .document-collection-list__dropzone button small[data-v-f66d7bc2]{font-size:13px}.document-collection-list .document-collection-list__dialog-footer[data-v-f66d7bc2]{justify-content:flex-end;align-items:center;gap:14px;display:flex}@media (max-width:1200px){.document-collection-list .document-collection-list__grid[data-v-f66d7bc2]{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (max-width:820px){.document-collection-list .document-collection-list__toolbar[data-v-f66d7bc2],.document-collection-list .document-collection-list__header-actions[data-v-f66d7bc2]{flex-direction:column;align-items:stretch}.document-collection-list .document-collection-list__workspace[data-v-f66d7bc2]{padding-left:20px;padding-right:20px}.document-collection-list .document-collection-list__result-count[data-v-f66d7bc2]{margin-left:0}.document-collection-list .document-collection-list__grid[data-v-f66d7bc2]{grid-template-columns:1fr}}.document-collection-tag-picker[data-v-3042a787]{align-items:center;gap:12px;display:flex}.document-collection-tag-picker .document-collection-tag-picker__label[data-v-3042a787]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;flex:none;font-size:13px;font-weight:800}.document-collection-tag-picker .document-collection-tag-picker__tags[data-v-3042a787]{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.document-collection-tag-picker .document-collection-tag-picker__add-button[data-v-3042a787]{border:1px dashed var(--p-surface-300);color:var(--p-text-muted-color);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-weight:800;display:inline-flex}.document-collection-tag-picker .document-collection-tag-picker__picker[data-v-3042a787]{width:320px;max-width:calc(100vw - 48px)}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787]{background:0 0;border:0;width:100%}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .p-listbox-header{background:0 0;border:0;padding:0 0 10px}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .p-listbox-filter{width:100%}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .p-listbox-list{padding:4px 0}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .p-listbox-option{border-radius:var(--p-border-radius-lg);width:100%;margin:2px 0;padding:8px 10px;display:flex}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .p-listbox-empty-message{color:var(--p-text-muted-color);font-size:14px}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .document-collection-tag-picker__option{flex:auto;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.document-collection-tag-picker .document-collection-tag-picker__listbox[data-v-3042a787] .document-collection-tag-picker__option .p-tag{flex:0 auto}.document-collection-tag-picker .document-collection-tag-picker__option[data-v-3042a787]{flex:auto;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.document-collection-tag-picker .document-collection-tag-picker__option[data-v-3042a787] .p-tag{flex:0 auto}.document-collection-tag-picker .document-collection-tag-picker__check[data-v-3042a787]{color:var(--p-primary-color);flex:none;display:inline-flex}.document-collection-tag-picker .document-collection-tag-picker__create[data-v-3042a787]{border-top:1px solid var(--p-surface-200);flex-direction:column;gap:10px;margin-top:8px;padding-top:12px;display:flex}.document-collection-tag-picker .document-collection-tag-picker__create>span[data-v-3042a787]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.document-collection-tag-picker .document-collection-tag-picker__create-option[data-v-3042a787]{border-radius:var(--p-border-radius-lg);background:var(--p-primary-50);width:100%;color:var(--p-primary-color);cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-weight:800;display:flex}.document-collection-tag-picker .document-collection-tag-picker__create-option[data-v-3042a787]:disabled{opacity:.6;cursor:not-allowed}.document-collection-detail[data-v-aa60a0d0]{background:var(--p-surface-50);flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.document-collection-detail .document-collection-detail__state[data-v-aa60a0d0]{color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:320px;display:flex}.document-collection-detail .document-collection-detail__main[data-v-aa60a0d0]{flex-direction:column;width:100%;min-width:0;display:flex}.document-collection-detail .document-collection-detail__details-form[data-v-aa60a0d0]{flex-direction:column;gap:12px;display:flex}.document-collection-detail .document-collection-detail__description-input[data-v-aa60a0d0]{resize:vertical;width:100%}.document-collection-detail .document-collection-detail__header-actions[data-v-aa60a0d0]{align-items:center;gap:12px;display:flex}.document-collection-detail .document-collection-detail__file-input[data-v-aa60a0d0]{display:none}.document-collection-detail .document-collection-detail__drop-overlay[data-v-aa60a0d0]{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#ffffffc2;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.document-collection-detail .document-collection-detail__drop-overlay-content[data-v-aa60a0d0]{border:2px dashed var(--p-primary-color);border-radius:var(--p-border-radius-xl);width:min(640px,100%);min-height:220px;color:var(--p-primary-color);background:#ffffffb8;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:800;display:flex}.document-collection-detail .document-collection-detail__drop-overlay-content i[data-v-aa60a0d0]{font-size:32px}.document-collection-detail .document-collection-detail__body[data-v-aa60a0d0]{flex-direction:column;gap:16px;width:100%;max-width:1440px;margin-inline:auto;padding:24px 32px;display:flex}.document-collection-detail .document-collection-detail__description-card[data-v-aa60a0d0]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);overflow:hidden}.document-collection-detail .document-collection-detail__description-header[data-v-aa60a0d0]{border-bottom:1px solid var(--p-surface-200);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.document-collection-detail .document-collection-detail__description-header div[data-v-aa60a0d0]{flex-direction:column;gap:6px;min-width:0;display:flex}.document-collection-detail .document-collection-detail__description-header h2[data-v-aa60a0d0],.document-collection-detail .document-collection-detail__description-header p[data-v-aa60a0d0]{margin:0}.document-collection-detail .document-collection-detail__description-header h2[data-v-aa60a0d0]{font-size:18px;font-weight:800}.document-collection-detail .document-collection-detail__description-header p[data-v-aa60a0d0]{color:var(--p-text-muted-color);font-size:14px}.document-collection-detail .document-collection-detail__description-copy[data-v-aa60a0d0]{color:var(--p-text-color);white-space:pre-wrap;margin:0;padding:18px 20px;font-size:15px;line-height:1.5}.document-collection-detail .document-collection-detail__description-copy--empty[data-v-aa60a0d0]{color:var(--p-text-muted-color);font-style:italic}.document-collection-detail .document-collection-detail__table-card[data-v-aa60a0d0]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);overflow:hidden}.document-collection-detail .document-collection-detail__api-table[data-v-aa60a0d0] .ui-api-table__container-card{box-shadow:none;border-radius:0}.document-collection-detail .document-collection-detail__table-title-row[data-v-aa60a0d0]{border-bottom:1px solid var(--p-surface-200);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.document-collection-detail .document-collection-detail__table-title-row div[data-v-aa60a0d0]{flex-direction:column;gap:6px;min-width:0;display:flex}.document-collection-detail .document-collection-detail__table-title-row h2[data-v-aa60a0d0],.document-collection-detail .document-collection-detail__table-title-row p[data-v-aa60a0d0]{margin:0}.document-collection-detail .document-collection-detail__table-title-row h2[data-v-aa60a0d0]{color:var(--p-text-color);font-size:18px;font-weight:800}.document-collection-detail .document-collection-detail__table-title-row p[data-v-aa60a0d0]{color:var(--p-text-muted-color);font-size:14px}.document-collection-detail .document-collection-detail__table-title-row a[data-v-aa60a0d0]{color:var(--p-primary-color);flex:none;font-size:14px;font-weight:800;text-decoration:none}.document-collection-detail .document-collection-detail__table-title-row a[data-v-aa60a0d0]:hover{text-decoration:underline}.document-collection-detail .document-collection-detail__document-name[data-v-aa60a0d0]{min-width:0;color:var(--p-text-color);align-items:center;gap:12px;display:flex}.document-collection-detail .document-collection-detail__document-name i[data-v-aa60a0d0]{width:26px;color:var(--p-primary-color);text-align:center;font-size:20px}.document-collection-detail .document-collection-detail__document-name strong[data-v-aa60a0d0]{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;overflow:hidden}.document-collection-detail .document-collection-detail__agent-name[data-v-aa60a0d0]{min-width:0;color:var(--p-text-color);align-items:center;gap:12px;text-decoration:none;display:flex}.document-collection-detail .document-collection-detail__agent-name strong[data-v-aa60a0d0]{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;overflow:hidden}.document-collection-detail .document-collection-detail__agent-name[data-v-aa60a0d0]:hover{color:var(--p-primary-color)}.document-collection-detail .document-collection-detail__agent-avatar[data-v-aa60a0d0]{background:var(--p-primary-50);width:30px;height:30px;color:var(--p-primary-color);border-radius:999px;flex:0 0 30px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}@media (max-width:820px){.document-collection-detail .document-collection-detail__description-header[data-v-aa60a0d0],.document-collection-detail .document-collection-detail__header-actions[data-v-aa60a0d0]{flex-direction:column;align-items:stretch}.document-collection-detail .document-collection-detail__body[data-v-aa60a0d0]{padding-left:20px;padding-right:20px}.document-collection-detail .document-collection-detail__drop-overlay-content[data-v-aa60a0d0]{text-align:center;flex-direction:column;align-items:center}}.agents-list[data-v-7cfe07f4]{width:100%}.agents-list .agents-list__workspace[data-v-7cfe07f4]{flex-direction:column;gap:18px;margin-inline:auto;display:flex}.agents-list .agents-list__table[data-v-7cfe07f4] .ui-api-table__container-card{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.agents-list .agents-list__table[data-v-7cfe07f4] .p-datatable-thead>tr>th{border-bottom-color:var(--p-surface-200);color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;padding:16px 28px;font-size:12px;font-weight:900}.agents-list .agents-list__table[data-v-7cfe07f4] .p-datatable-tbody>tr>td{border-bottom-color:var(--p-surface-200);padding:20px 28px}.agents-list .agents-list__table[data-v-7cfe07f4] .p-paginator{border-top:0;padding:16px}.agents-list .agents-list__agent-cell[data-v-7cfe07f4]{align-items:center;gap:16px;min-width:0;display:flex}.agents-list .agents-list__avatar[data-v-7cfe07f4]{width:50px;height:50px;color:var(--p-surface-0);border-radius:999px;flex:0 0 50px;justify-content:center;align-items:center;font-size:19px;font-weight:900;display:inline-flex}.agents-list .agents-list__agent-copy[data-v-7cfe07f4]{flex-direction:column;gap:6px;min-width:0;display:flex}.agents-list .agents-list__agent-copy strong[data-v-7cfe07f4],.agents-list .agents-list__agent-copy span[data-v-7cfe07f4]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agents-list .agents-list__agent-copy strong[data-v-7cfe07f4]{color:var(--p-text-color);font-size:16px;font-weight:900}.agents-list .agents-list__agent-copy span[data-v-7cfe07f4]{max-width:520px;color:var(--p-text-muted-color);font-size:14px}.agents-list .agents-list__pill[data-v-7cfe07f4]{border-radius:var(--p-border-radius-lg);background:var(--p-surface-100);color:var(--p-text-muted-color);white-space:nowrap;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:900;display:inline-flex}.agents-list .agents-list__knowledge[data-v-7cfe07f4]{color:var(--p-text-muted-color);align-items:center;gap:18px;font-size:14px;font-weight:900;display:flex}.agents-list .agents-list__knowledge span[data-v-7cfe07f4]{align-items:center;gap:8px;display:inline-flex}.agents-list .agents-list__actions[data-v-7cfe07f4]{justify-content:flex-end;align-items:center;gap:4px;display:flex}@media (max-width:820px){.agents-list .agents-list__workspace[data-v-7cfe07f4]{padding-left:20px;padding-right:20px}.agents-list .agents-list__table[data-v-7cfe07f4] .p-datatable-thead>tr>th,.agents-list .agents-list__table[data-v-7cfe07f4] .p-datatable-tbody>tr>td{padding-left:16px;padding-right:16px}}.agent-form[data-v-3667bbfb]{grid-template-columns:minmax(0,1fr) minmax(340px,420px);align-items:start;gap:24px;width:100%;display:grid}.agent-form .agent-form__card[data-v-3667bbfb]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.agent-form .agent-form__card[data-v-3667bbfb] .p-card-body{padding:0}.agent-form .agent-form__card[data-v-3667bbfb] .p-card-content{flex-direction:column;gap:18px;padding:28px;display:flex}.agent-form .agent-form__card--identity[data-v-3667bbfb],.agent-form .agent-form__knowledge-slot[data-v-3667bbfb],.agent-form .agent-form__output-templates-slot[data-v-3667bbfb]{grid-column:1}.agent-form .agent-form__side[data-v-3667bbfb]{flex-direction:column;grid-area:1/2/span 2;gap:24px;display:flex}.agent-form .agent-form__section-heading[data-v-3667bbfb]{flex-direction:column;gap:6px;display:flex}.agent-form .agent-form__section-heading h2[data-v-3667bbfb],.agent-form .agent-form__section-heading p[data-v-3667bbfb]{margin:0}.agent-form .agent-form__section-heading h2[data-v-3667bbfb]{color:var(--p-text-color);font-size:22px;font-weight:900;line-height:1.1}.agent-form .agent-form__fields[data-v-3667bbfb]{flex-direction:column;gap:20px;display:flex}.agent-form .agent-form__text-input[data-v-3667bbfb],.agent-form .agent-form__prompt-input[data-v-3667bbfb],.agent-form .agent-form__select[data-v-3667bbfb]{width:100%}.agent-form .agent-form__text-input[data-v-3667bbfb],.agent-form .agent-form__prompt-input[data-v-3667bbfb],.agent-form .agent-form__select[data-v-3667bbfb] .p-select-label{font-size:16px}.agent-form .agent-form__text-input[data-v-3667bbfb]{min-height:54px}.agent-form .agent-form__prompt-input[data-v-3667bbfb]{resize:vertical;min-height:238px;line-height:1.55}.agent-form .agent-form__select[data-v-3667bbfb] .p-select-label,.agent-form .agent-form__select[data-v-3667bbfb] .p-select-dropdown{min-height:54px}.agent-form .agent-form__select[data-v-3667bbfb] .p-select-label{align-items:center;display:flex}.agent-form .agent-form__select-value[data-v-3667bbfb]{color:var(--p-text-color);align-items:center;gap:10px;font-weight:700;display:inline-flex}.agent-form .agent-form__tool-list[data-v-3667bbfb]{flex-direction:column;gap:14px;display:flex}.agent-form .agent-form__tool-card[data-v-3667bbfb]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);align-items:center;gap:16px;padding:18px;display:flex}.agent-form .agent-form__tool-icon[data-v-3667bbfb]{border-radius:var(--p-border-radius-lg);background:var(--p-primary-50);width:46px;height:46px;color:var(--p-primary-color);flex:0 0 46px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.agent-form .agent-form__tool-copy[data-v-3667bbfb]{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.agent-form .agent-form__tool-copy strong[data-v-3667bbfb]{color:var(--p-text-color);font-size:16px;font-weight:900}.agent-form .agent-form__tool-copy span[data-v-3667bbfb]{color:var(--p-text-muted-color);font-size:14px;line-height:1.35}@media (max-width:1100px){.agent-form[data-v-3667bbfb]{grid-template-columns:1fr}.agent-form .agent-form__card--identity[data-v-3667bbfb],.agent-form .agent-form__knowledge-slot[data-v-3667bbfb],.agent-form .agent-form__output-templates-slot[data-v-3667bbfb],.agent-form .agent-form__side[data-v-3667bbfb]{grid-column:1}.agent-form .agent-form__side[data-v-3667bbfb]{grid-row:auto}}.agent-form__model-overlay .agent-form-model-option{align-items:center;gap:14px;min-width:min(560px,100vw - 56px);font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:flex}.agent-form__model-overlay .agent-form-model-option__logo{background:var(--p-surface-0);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--p-content-border-color),0 8px 22px color-mix(in srgb,var(--p-text-color)8%,transparent);letter-spacing:-.06em;border-radius:14px;flex:0 0 44px;justify-content:center;align-items:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:900;line-height:1;display:inline-flex}.agent-form__model-overlay .agent-form-model-option__logo--openai .agent-form-model-option__logo-image{width:29px;height:29px}.agent-form__model-overlay .agent-form-model-option__logo--anthropic{background:#f4efe7}.agent-form__model-overlay .agent-form-model-option__logo--anthropic .agent-form-model-option__logo-image{width:31px;height:31px}.agent-form__model-overlay .agent-form-model-option__logo--gemini .agent-form-model-option__logo-image{width:34px;height:34px}.agent-form__model-overlay .agent-form-model-option__logo--default{background:var(--p-surface-100);color:var(--p-text-color)}.agent-form__model-overlay .agent-form-model-option__logo-image{object-fit:contain;display:block}.agent-form__model-overlay .agent-form-model-option__logo-fallback{font-size:18px;transform:translate(-1px)}.agent-form__model-overlay .agent-form-model-option__identity{flex-direction:column;flex:auto;gap:2px;min-width:140px;display:flex}.agent-form__model-overlay .agent-form-model-option__name{min-width:0;color:var(--p-text-color);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.agent-form__model-overlay .agent-form-model-option__id{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden}.agent-form__model-overlay .agent-form-model-option__pricing{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:12px;margin-left:auto;display:flex}.agent-form__model-overlay .agent-form-model-option__metric{white-space:nowrap;align-items:baseline;gap:4px;display:inline-flex}.agent-form__model-overlay .agent-form-model-option__metric em{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-style:normal;font-weight:700}.agent-form__model-overlay .agent-form-model-option__metric strong{color:var(--p-text-color);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:600}@media (max-width:640px){.agent-form__model-overlay .agent-form-model-option{flex-direction:column;align-items:stretch;gap:6px;min-width:min(320px,100vw - 48px)}.agent-form__model-overlay .agent-form-model-option__logo{display:none}.agent-form__model-overlay .agent-form-model-option__identity{min-width:0}.agent-form__model-overlay .agent-form-model-option__pricing{justify-content:flex-start;gap:10px;margin-left:0}}.document-collection-picker[data-v-86de5d79]{flex-direction:column;gap:14px;display:flex}.document-collection-picker .document-collection-picker__toolbar[data-v-86de5d79]{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.document-collection-picker .document-collection-picker__summary[data-v-86de5d79]{flex-direction:column;gap:2px;font-size:13px;display:flex}.document-collection-picker .document-collection-picker__summary strong[data-v-86de5d79]{font-weight:600}.document-collection-picker .document-collection-picker__summary small[data-v-86de5d79]{color:var(--p-text-muted-color);font-size:12px}.document-collection-picker .document-collection-picker__actions[data-v-86de5d79]{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.document-collection-picker .document-collection-picker__empty[data-v-86de5d79]{border:1px dashed var(--p-surface-300);min-height:180px;color:var(--p-text-muted-color);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.document-collection-picker .document-collection-picker__filter-toolbar[data-v-86de5d79]{align-items:center;gap:12px;display:flex}.document-collection-picker .document-collection-picker__selected-tags[data-v-86de5d79]{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.document-collection-picker .document-collection-picker__selected-tag[data-v-86de5d79] .p-tag-icon{order:2;margin-left:6px;margin-right:0}.document-collection-picker .document-collection-picker__tag-remove[data-v-86de5d79]{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.document-collection-picker .document-collection-picker__tag-remove[data-v-86de5d79]:disabled{cursor:not-allowed}.document-collection-picker .document-collection-picker__result-count[data-v-86de5d79]{color:var(--p-text-muted-color);margin-left:auto;font-size:14px}.document-collection-picker .document-collection-picker__match-toggle[data-v-86de5d79]{border-radius:var(--p-border-radius-lg);background:var(--p-surface-100);padding:3px;display:inline-flex}.document-collection-picker .document-collection-picker__match-option[data-v-86de5d79]{border-radius:var(--p-border-radius-md);color:var(--p-text-muted-color);cursor:pointer;background:0 0;border:0;padding:5px 12px;font-weight:800}.document-collection-picker .document-collection-picker__match-option--active[data-v-86de5d79]{background:var(--p-surface-0);color:var(--p-text-color);box-shadow:0 1px 4px #0f172a1f}.document-collection-picker .document-collection-picker__match-option[data-v-86de5d79]:disabled{cursor:not-allowed}.document-collection-picker .document-collection-picker__results[data-v-86de5d79]{flex-direction:column;gap:16px;display:flex}.document-collection-picker .document-collection-picker__grid[data-v-86de5d79]{grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;display:grid}.document-collection-picker .document-collection-picker__card[data-v-86de5d79]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);min-width:0;min-height:220px;color:var(--p-text-color);text-align:left;cursor:pointer;flex-direction:column;gap:14px;padding:20px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 1px 4px #0f172a0f}.document-collection-picker .document-collection-picker__card[data-v-86de5d79]:hover:not(.document-collection-picker__card--disabled){border-color:var(--p-surface-400);background:var(--p-surface-50);box-shadow:0 4px 12px #0f172a17}.document-collection-picker .document-collection-picker__card--selected[data-v-86de5d79],.document-collection-picker .document-collection-picker__card--selected[data-v-86de5d79]:hover{border-color:var(--p-primary-color);background:var(--p-primary-50)}.document-collection-picker .document-collection-picker__card--disabled[data-v-86de5d79]{cursor:not-allowed;opacity:.7}.document-collection-picker .document-collection-picker__card-top[data-v-86de5d79]{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.document-collection-picker .document-collection-picker__folder-icon[data-v-86de5d79]{border-radius:var(--p-border-radius-xl);background:var(--p-primary-color);width:44px;height:44px;color:var(--p-surface-0);justify-content:center;align-items:center;font-size:18px;display:inline-flex}.document-collection-picker .document-collection-picker__card-copy[data-v-86de5d79]{flex-direction:column;gap:8px;display:flex}.document-collection-picker .document-collection-picker__card-copy h2[data-v-86de5d79],.document-collection-picker .document-collection-picker__card-copy p[data-v-86de5d79]{margin:0}.document-collection-picker .document-collection-picker__collection-name[data-v-86de5d79]{color:var(--p-text-color);font-size:18px;font-weight:800;line-height:1.2}.document-collection-picker .document-collection-picker__card-description[data-v-86de5d79],.document-collection-picker .document-collection-picker__card-count[data-v-86de5d79]{color:var(--p-text-muted-color);font-size:14px}.document-collection-picker .document-collection-picker__card-description[data-v-86de5d79]{-webkit-line-clamp:3;white-space:pre-line;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.document-collection-picker .document-collection-picker__card-count[data-v-86de5d79]{font-weight:700}.document-collection-picker .document-collection-picker__card-tags[data-v-86de5d79]{flex-wrap:wrap;align-items:center;gap:8px;min-height:26px;display:flex}.document-collection-picker .document-collection-picker__card-footer[data-v-86de5d79]{border-top:1px solid var(--p-surface-200);margin-top:auto;padding-top:18px}.document-collection-picker .document-collection-picker__agent-summary[data-v-86de5d79]{color:var(--p-text-muted-color);align-items:center;gap:10px;font-size:14px;display:flex}.document-collection-picker .document-collection-picker__agent-summary strong[data-v-86de5d79]{font-weight:500}.document-collection-picker .document-collection-picker__agent-summary em[data-v-86de5d79]{font-style:italic}.document-collection-picker .document-collection-picker__agent-summary--empty[data-v-86de5d79]{gap:18px}.document-collection-picker .document-collection-picker__agent-stack[data-v-86de5d79]{align-items:center;display:flex}.document-collection-picker .document-collection-picker__agent-stack span[data-v-86de5d79]{border:2px solid var(--p-surface-0);background:var(--p-primary-color);width:28px;height:28px;color:var(--p-surface-0);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.document-collection-picker .document-collection-picker__agent-stack span+span[data-v-86de5d79]{margin-left:-10px}.document-collection-picker .document-collection-picker__paginator[data-v-86de5d79]{align-self:center}@media (max-width:700px){.document-collection-picker .document-collection-picker__toolbar[data-v-86de5d79],.document-collection-picker .document-collection-picker__filter-toolbar[data-v-86de5d79]{flex-direction:column;align-items:flex-start}.document-collection-picker .document-collection-picker__result-count[data-v-86de5d79]{margin-left:0}.document-collection-picker .document-collection-picker__grid[data-v-86de5d79]{grid-template-columns:1fr}}@media (min-width:701px) and (max-width:900px){.document-collection-picker .document-collection-picker__grid[data-v-86de5d79]{grid-template-columns:repeat(2,minmax(240px,1fr))}}.agent-knowledge-widget[data-v-878b156b]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);position:relative;overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.agent-knowledge-widget[data-v-878b156b] .p-card-body{padding:0}.agent-knowledge-widget[data-v-878b156b] .p-card-content{flex-direction:column;gap:28px;padding:28px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__heading[data-v-878b156b]{flex-direction:column;gap:8px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__heading h2[data-v-878b156b],.agent-knowledge-widget .agent-knowledge-widget__heading p[data-v-878b156b]{margin:0}.agent-knowledge-widget .agent-knowledge-widget__heading h2[data-v-878b156b]{color:var(--p-text-color);font-size:22px;font-weight:900;line-height:1.1}.agent-knowledge-widget .agent-knowledge-widget__heading p[data-v-878b156b]{color:var(--p-text-muted-color);font-size:15px}.agent-knowledge-widget .agent-knowledge-widget__section[data-v-878b156b]{flex-direction:column;gap:14px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__section-header[data-v-878b156b]{justify-content:space-between;align-items:center;gap:16px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__section-title[data-v-878b156b]{align-items:center;gap:10px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__section-title h3[data-v-878b156b]{color:var(--p-text-muted-color);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:13px;font-weight:900}.agent-knowledge-widget .agent-knowledge-widget__file-input[data-v-878b156b]{display:none}.agent-knowledge-widget .agent-knowledge-widget__drop-overlay[data-v-878b156b]{z-index:3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#ffffffc2;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.agent-knowledge-widget .agent-knowledge-widget__drop-overlay-content[data-v-878b156b]{border:2px dashed var(--p-primary-color);border-radius:var(--p-border-radius-xl);width:100%;min-height:140px;color:var(--p-primary-color);background:#ffffffb8;justify-content:center;align-items:center;gap:12px;font-size:15px;font-weight:800;display:flex}.agent-knowledge-widget .agent-knowledge-widget__drop-overlay-content i[data-v-878b156b]{font-size:28px}.agent-knowledge-widget .agent-knowledge-widget__state[data-v-878b156b]{min-height:74px;color:var(--p-text-muted-color);align-items:center;gap:8px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__list[data-v-878b156b]{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.agent-knowledge-widget .agent-knowledge-widget__item[data-v-878b156b]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);background:var(--p-surface-0);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:78px;padding:14px 18px;display:grid}.agent-knowledge-widget .agent-knowledge-widget__item--collection[data-v-878b156b]{grid-template-columns:auto minmax(0,1fr) auto auto}.agent-knowledge-widget .agent-knowledge-widget__file-icon[data-v-878b156b]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-md);background:var(--p-surface-0);width:42px;height:48px;color:var(--p-primary-color);outline:none;flex:0 0 42px;place-items:center;display:inline-grid;position:relative}.agent-knowledge-widget .agent-knowledge-widget__file-icon i[data-v-878b156b]{font-size:22px}.agent-knowledge-widget .agent-knowledge-widget__file-icon span[data-v-878b156b]{background:var(--p-primary-color);max-width:32px;color:var(--p-primary-contrast-color);text-transform:uppercase;border-radius:3px;padding:1px 4px;font-size:7px;font-weight:900;line-height:1.3;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.agent-knowledge-widget .agent-knowledge-widget__file-icon[data-v-878b156b]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.agent-knowledge-widget .agent-knowledge-widget__collection-icon[data-v-878b156b]{border-radius:var(--p-border-radius-lg);background:var(--p-primary-color);width:38px;height:38px;color:var(--p-primary-contrast-color);flex:0 0 38px;justify-content:center;align-items:center;display:inline-flex}.agent-knowledge-widget .agent-knowledge-widget__item-copy[data-v-878b156b]{flex-direction:column;gap:6px;min-width:0;display:flex}.agent-knowledge-widget .agent-knowledge-widget__item-copy span[data-v-878b156b]{color:var(--p-text-muted-color);font-size:14px}.agent-knowledge-widget .agent-knowledge-widget__item-name[data-v-878b156b]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:900;text-decoration:none;overflow:hidden}.agent-knowledge-widget .agent-knowledge-widget__item-name[data-v-878b156b]:hover{color:var(--p-primary-color)}.agent-knowledge-widget .agent-knowledge-widget__status-tag[data-v-878b156b]{white-space:nowrap}.agent-knowledge-widget .agent-knowledge-widget__status-tag[data-v-878b156b] .p-tag-icon{font-size:7px}.agent-knowledge-widget .agent-knowledge-widget__item-actions[data-v-878b156b]{align-items:center;gap:4px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__collection-tags[data-v-878b156b]{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__pagination-row[data-v-878b156b]{color:var(--p-text-muted-color);justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.agent-knowledge-widget .agent-knowledge-widget__pagination-row[data-v-878b156b] .p-paginator{background:0 0;padding:0}@media (max-width:760px){.agent-knowledge-widget[data-v-878b156b] .p-card-content{padding:20px}.agent-knowledge-widget .agent-knowledge-widget__section-header[data-v-878b156b],.agent-knowledge-widget .agent-knowledge-widget__pagination-row[data-v-878b156b]{flex-direction:column;align-items:stretch}.agent-knowledge-widget .agent-knowledge-widget__drop-overlay-content[data-v-878b156b]{text-align:center;flex-direction:column;align-items:center}.agent-knowledge-widget .agent-knowledge-widget__item[data-v-878b156b],.agent-knowledge-widget .agent-knowledge-widget__item--collection[data-v-878b156b]{grid-template-columns:auto minmax(0,1fr) auto}.agent-knowledge-widget .agent-knowledge-widget__status-tag[data-v-878b156b],.agent-knowledge-widget .agent-knowledge-widget__collection-tags[data-v-878b156b]{grid-column:2/-1;justify-content:flex-start}}.output-template-picker[data-v-56aa0d86]{flex-direction:column;gap:16px;display:flex}.output-template-picker .output-template-picker__toolbar[data-v-56aa0d86]{justify-content:space-between;align-items:center;gap:16px;display:flex}.output-template-picker .output-template-picker__summary[data-v-56aa0d86]{flex-direction:column;gap:2px;display:flex}.output-template-picker .output-template-picker__summary strong[data-v-56aa0d86]{font-weight:900}.output-template-picker .output-template-picker__summary small[data-v-56aa0d86]{color:var(--p-text-muted-color)}.output-template-picker .output-template-picker__actions[data-v-56aa0d86]{gap:8px;display:flex}.output-template-picker .output-template-picker__empty[data-v-56aa0d86]{min-height:180px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.output-template-picker .output-template-picker__grid[data-v-56aa0d86]{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;max-height:min(520px,54vh);display:grid;overflow:auto}.output-template-picker .output-template-picker__card[data-v-56aa0d86]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);cursor:pointer;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;transition:border-color .15s,box-shadow .15s;display:grid}.output-template-picker .output-template-picker__card[data-v-56aa0d86]:hover,.output-template-picker .output-template-picker__card[data-v-56aa0d86]:focus-visible,.output-template-picker .output-template-picker__card--selected[data-v-56aa0d86]{border-color:var(--p-primary-300);box-shadow:0 0 0 3px color-mix(in srgb,var(--p-primary-500)10%,transparent);outline:none}.output-template-picker .output-template-picker__card-icon[data-v-56aa0d86]{background:var(--p-primary-50);width:40px;height:40px;color:var(--p-primary-600);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.output-template-picker .output-template-picker__card-copy[data-v-56aa0d86]{flex-direction:column;gap:2px;min-width:0;display:flex}.output-template-picker .output-template-picker__card-copy strong[data-v-56aa0d86],.output-template-picker .output-template-picker__card-copy span[data-v-56aa0d86]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.output-template-picker .output-template-picker__card-copy strong[data-v-56aa0d86]{font-size:13px;font-weight:850}.output-template-picker .output-template-picker__card-copy span[data-v-56aa0d86]{color:var(--p-text-muted-color);font-size:12px}.agent-output-templates-widget[data-v-7fad332c]{position:relative;overflow:hidden}.agent-output-templates-widget .agent-output-templates-widget__heading[data-v-7fad332c]{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.agent-output-templates-widget .agent-output-templates-widget__heading h2[data-v-7fad332c],.agent-output-templates-widget .agent-output-templates-widget__heading p[data-v-7fad332c]{margin:0}.agent-output-templates-widget .agent-output-templates-widget__heading h2[data-v-7fad332c]{font-size:20px;font-weight:900}.agent-output-templates-widget .agent-output-templates-widget__heading p[data-v-7fad332c]{color:var(--p-text-muted-color);margin-top:4px;font-size:13px}.agent-output-templates-widget .agent-output-templates-widget__state[data-v-7fad332c]{min-height:96px;color:var(--p-text-muted-color);justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.agent-output-templates-widget .agent-output-templates-widget__list[data-v-7fad332c]{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.agent-output-templates-widget .agent-output-templates-widget__item[data-v-7fad332c]{border:1px solid var(--p-surface-200);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px;display:grid}.agent-output-templates-widget .agent-output-templates-widget__icon[data-v-7fad332c]{background:var(--p-primary-50);width:36px;height:36px;color:var(--p-primary-600);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.agent-output-templates-widget .agent-output-templates-widget__copy[data-v-7fad332c]{flex-direction:column;gap:2px;min-width:0;display:flex}.agent-output-templates-widget .agent-output-templates-widget__copy span[data-v-7fad332c]{color:var(--p-text-muted-color);font-size:12px}.agent-output-templates-widget .agent-output-templates-widget__name[data-v-7fad332c]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-weight:850;text-decoration:none;overflow:hidden}.agent-output-templates-widget .agent-output-templates-widget__name[data-v-7fad332c]:hover{color:var(--p-primary-color)}@media (max-width:720px){.agent-output-templates-widget .agent-output-templates-widget__heading[data-v-7fad332c]{flex-direction:column;align-items:stretch}.agent-output-templates-widget .agent-output-templates-widget__item[data-v-7fad332c]{grid-template-columns:auto minmax(0,1fr) auto}}.agent-edit[data-v-f7028f43]{background:var(--p-surface-50);flex-direction:column;width:100%;min-height:100vh;display:flex}.agent-edit .agent-edit__header-actions[data-v-f7028f43]{align-items:center;gap:12px;display:flex}.agent-edit .agent-edit__container[data-v-f7028f43]{max-width:1440px;margin-inline:auto;padding-top:32px}@media (max-width:900px){.agent-edit .agent-edit__header-actions[data-v-f7028f43]{flex-direction:column;align-items:stretch;gap:8px}.agent-edit .agent-edit__container[data-v-f7028f43]{padding-left:20px;padding-right:20px}}.output-templates-list[data-v-67ec11c0]{width:100%}.output-templates-list .output-templates-list__workspace[data-v-67ec11c0]{flex-direction:column;gap:18px;margin-inline:auto;display:flex}.output-templates-list .output-templates-list__table[data-v-67ec11c0] .ui-api-table__container-card{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.output-templates-list .output-templates-list__table[data-v-67ec11c0] .p-datatable-thead>tr>th{border-bottom-color:var(--p-surface-200);color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;padding:16px 28px;font-size:12px;font-weight:900}.output-templates-list .output-templates-list__table[data-v-67ec11c0] .p-datatable-tbody>tr>td{border-bottom-color:var(--p-surface-200);padding:18px 28px}.output-templates-list .output-templates-list__table[data-v-67ec11c0] .p-paginator{border-top:0;padding:16px}.output-templates-list .output-templates-list__template-cell[data-v-67ec11c0]{align-items:center;gap:14px;min-width:0;display:flex}.output-templates-list .output-templates-list__template-cell strong[data-v-67ec11c0]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}.output-templates-list .output-templates-list__template-icon[data-v-67ec11c0]{background:var(--p-primary-500);width:40px;height:40px;color:var(--p-surface-0);border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.output-templates-list .output-templates-list__sections[data-v-67ec11c0]{color:var(--p-text-muted-color);align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.output-templates-list .output-templates-list__agents[data-v-67ec11c0]{align-items:center;display:flex}.output-templates-list .output-templates-list__agent-avatar[data-v-67ec11c0]{width:28px;height:28px;box-shadow:0 0 0 2px var(--p-surface-0);color:var(--p-surface-0);text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.output-templates-list .output-templates-list__agent-avatar+.output-templates-list__agent-avatar[data-v-67ec11c0]{margin-left:-8px}.output-templates-list .output-templates-list__agent-overflow[data-v-67ec11c0]{color:var(--p-text-muted-color);margin-left:6px;font-size:12px;font-weight:800}.output-templates-list .output-templates-list__no-agents[data-v-67ec11c0]{color:var(--p-text-muted-color);font-size:13px}.output-templates-list .output-templates-list__pill[data-v-67ec11c0]{border-radius:var(--p-border-radius-lg);background:var(--p-surface-100);color:var(--p-text-muted-color);white-space:nowrap;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:900;display:inline-flex}.output-templates-list .output-templates-list__actions[data-v-67ec11c0]{justify-content:flex-end;align-items:center;gap:4px;display:flex}@media (max-width:820px){.output-templates-list .output-templates-list__workspace[data-v-67ec11c0]{padding-left:20px;padding-right:20px}.output-templates-list .output-templates-list__table[data-v-67ec11c0] .p-datatable-thead>tr>th,.output-templates-list .output-templates-list__table[data-v-67ec11c0] .p-datatable-tbody>tr>td{padding-left:16px;padding-right:16px}}.draggable-wrapper[data-v-e36048c6]{pointer-events:initial;width:100%;display:block;position:relative}.draggable-wrapper__clone[data-v-e36048c6]{pointer-events:none;width:100%;display:none}.draggable-wrapper--dragging .draggable-wrapper__clone[data-v-e36048c6]{opacity:.25;display:block}.draggable--dragging{opacity:.25;pointer-events:none}:is(body.dragging,body.dragging *),:is(body.dragging,body.dragging *):hover,:is(body.dragging,body.dragging *):active{cursor:grabbing!important}body.dragging *{pointer-events:none}.output-template-section-node[data-v-1499f61d]{border-radius:12px;flex-direction:column;gap:10px;transition:background .15s;display:flex;position:relative}.output-template-section-node--editable[data-v-1499f61d]{cursor:pointer;outline:none;margin:0;padding:0}.output-template-section-node--editable[data-v-1499f61d]:hover:not(.output-template-section-node--selected){background:0 0}.output-template-section-node--editable[data-v-1499f61d]:focus-visible{box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node--selected[data-v-1499f61d]{background:0 0}.output-template-section-node:hover:not(:has(.output-template-section-node:hover))>.output-template-section-node__toolbar[data-v-1499f61d]{opacity:1;pointer-events:auto;visibility:visible}.output-template-section-node:focus-within:not(:has(.output-template-section-node:focus-within))>.output-template-section-node__toolbar[data-v-1499f61d]{opacity:1;pointer-events:auto;visibility:visible}.output-template-section-node--selected:not(:has(.output-template-section-node:hover)):not(:has(.output-template-section-node:focus-within))>.output-template-section-node__toolbar[data-v-1499f61d]{opacity:1;pointer-events:auto;visibility:visible}.output-template-section-node .output-template-section-node__toolbar[data-v-1499f61d]{z-index:5;cursor:default;opacity:0;pointer-events:none;visibility:hidden;background:#fff;border:1px solid #e9edf2;border-radius:10px;align-items:center;height:36px;padding:3px;transition:opacity .12s,visibility .12s;display:flex;position:absolute;top:-16px;right:-16px;box-shadow:0 4px 14px #10182821}.output-template-section-node .output-template-section-node__toolbar-button[data-v-1499f61d]{box-sizing:border-box;color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;padding:1px 6px;font-size:13px;line-height:1;transition:background .12s,color .12s,opacity .12s;display:inline-flex}.output-template-section-node .output-template-section-node__toolbar-button[data-v-1499f61d]:hover:not(:disabled),.output-template-section-node .output-template-section-node__toolbar-button[data-v-1499f61d]:focus-visible:not(:disabled){color:#64748b;background:#f3f7fb;outline:none}.output-template-section-node .output-template-section-node__toolbar-button[data-v-1499f61d]:disabled{cursor:not-allowed;opacity:.36}.output-template-section-node .output-template-section-node__toolbar-button--danger[data-v-1499f61d]:hover:not(:disabled),.output-template-section-node .output-template-section-node__toolbar-button--danger[data-v-1499f61d]:focus-visible:not(:disabled){color:#c2363b;background:#fff1f2}.output-template-section-node .output-template-section-node__type-select[data-v-1499f61d]{min-width:78px;height:28px;box-shadow:none;color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;font-size:12px;font-weight:700;line-height:1;transition:background .12s,color .12s;display:inline-flex}.output-template-section-node .output-template-section-node__type-select[data-v-1499f61d]:hover,.output-template-section-node .output-template-section-node__type-select.p-focus[data-v-1499f61d]{color:#64748b;background:#f3f7fb;outline:none}.output-template-section-node .output-template-section-node__type-select[data-v-1499f61d] .p-select-label{color:inherit;font-size:inherit;font-weight:inherit;justify-content:center;align-items:center;padding:0 0 0 8px;line-height:1;display:inline-flex}.output-template-section-node .output-template-section-node__type-select[data-v-1499f61d] .p-select-dropdown{width:auto;min-width:0;color:inherit;padding:0 8px 0 6px}.output-template-section-node .output-template-section-node__type-select-value[data-v-1499f61d]{align-items:center;gap:6px;display:inline-flex}.output-template-section-node .output-template-section-node__type-select-chevron[data-v-1499f61d]{font-size:9px}.output-template-section-node .output-template-section-node__toolbar-divider[data-v-1499f61d]{background:#e9edf2;width:1px;height:16px;margin:0 3px}.output-template-section-node .output-template-section-node__heading[data-v-1499f61d]{align-items:center;gap:10px;width:100%;display:flex}.output-template-section-node .output-template-section-node__number[data-v-1499f61d]{color:#b5c2d2;flex:0 0 14px;font-weight:600}.output-template-section-node .output-template-section-node__title[data-v-1499f61d]{color:#0b1220;flex:auto;min-width:0;margin:0;font-weight:700;line-height:1.35}.output-template-section-node .output-template-section-node__title-input[data-v-1499f61d]{width:100%;box-shadow:none;box-sizing:border-box;color:inherit;cursor:text;font:inherit;font-weight:inherit;line-height:inherit;background:0 0;border:0;border-radius:7px;padding:0 2px;display:block}.output-template-section-node .output-template-section-node__title-input[data-v-1499f61d]::placeholder{color:#94a3b8}.output-template-section-node .output-template-section-node__title-input[data-v-1499f61d]:enabled:focus{outline:none;box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__title-input--invalid[data-v-1499f61d]{box-shadow:0 0 0 2px #fecaca}.output-template-section-node .output-template-section-node__field-error[data-v-1499f61d]{color:#dc2626;margin:-4px 0 0 24px;font-size:12.5px;font-weight:600;line-height:1.35}.output-template-section-node .output-template-section-node__drop-targets[data-v-1499f61d]{flex:none;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.output-template-section-node .output-template-section-node__drop-target[data-v-1499f61d]{box-sizing:border-box;color:#0689b1;opacity:.9;background:#effbff;border:1px solid #94e3fb;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;transition:background .12s,border-color .12s,box-shadow .12s,color .12s,opacity .12s;display:inline-flex}.output-template-section-node .output-template-section-node__drop-target--active[data-v-1499f61d]{color:#fff;opacity:1;background:#00b3ea;border-color:#00b3ea;box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__drop-target--disabled[data-v-1499f61d]{box-shadow:none;color:#c2cad4;opacity:.45;background:#f8fafc;border-color:#e9edf2}.output-template-section-node .output-template-section-node__number--level-1[data-v-1499f61d],.output-template-section-node .output-template-section-node__title--level-1[data-v-1499f61d]{font-size:18px}.output-template-section-node .output-template-section-node__number--level-2[data-v-1499f61d],.output-template-section-node .output-template-section-node__title--level-2[data-v-1499f61d]{font-size:16px}.output-template-section-node .output-template-section-node__number--level-3[data-v-1499f61d],.output-template-section-node .output-template-section-node__title--level-3[data-v-1499f61d]{font-size:15px}.output-template-section-node .output-template-section-node__instructions[data-v-1499f61d]{color:#94a3b8;background:0 0;border-radius:10px;align-items:flex-start;gap:8px;padding:0;font-size:14px;font-style:italic;line-height:1.5;display:flex}.output-template-section-node .output-template-section-node__instructions i[data-v-1499f61d]{color:#7dd3fc;margin-top:3px;font-size:14px;font-style:normal}.output-template-section-node .output-template-section-node__instructions-input[data-v-1499f61d]{width:100%;min-width:0;min-height:0;box-shadow:none;box-sizing:border-box;color:inherit;cursor:text;font:inherit;font-style:inherit;line-height:inherit;resize:none;background:0 0;border:0;border-radius:7px;flex:auto;padding:0 2px}.output-template-section-node .output-template-section-node__instructions-input[data-v-1499f61d]::placeholder{color:#94a3b8}.output-template-section-node .output-template-section-node__instructions-input[data-v-1499f61d]:enabled:focus{outline:none;box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__instructions-input--invalid[data-v-1499f61d]{box-shadow:0 0 0 2px #fecaca}.output-template-section-node .output-template-section-node__text[data-v-1499f61d],.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d]{color:#334155;font-size:14px;line-height:1.65}.output-template-section-node .output-template-section-node__text[data-v-1499f61d]>:first-child,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d]>:first-child{margin-top:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d]>:last-child,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d]>:last-child{margin-bottom:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] p,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] p{margin:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] p+p,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] p+p{margin-top:12px}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] ul,.output-template-section-node .output-template-section-node__text[data-v-1499f61d] ol,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] ul,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] ol{margin:12px 0 0;padding-left:22px}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] li,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] li{margin-top:4px}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] li>p,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] li>p{margin:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] a,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] a{color:#0689b1;text-decoration:none}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] a:hover,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] a:hover{text-decoration:underline}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] code,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] :not(pre)>code,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] :not(pre)>code{color:#334155;background:#eef1f5;border-radius:5px;padding:.1em .32em;font-size:.9em}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] pre,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] pre{color:#f8fafc;background:#0f172a;border-radius:10px;margin:12px 0 0;padding:12px 14px;font-size:13px;line-height:1.5;overflow-x:auto}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] pre code,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] pre code{color:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] blockquote,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] blockquote{color:#64748b;border-left:3px solid #7dd3fc;margin:12px 0 0;padding:2px 0 2px 14px;font-style:italic}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] blockquote p,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] blockquote p{margin:0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] table,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] table{border-collapse:collapse;width:100%;margin:12px 0 0}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] th,.output-template-section-node .output-template-section-node__text[data-v-1499f61d] td,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] th,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] td{text-align:left;vertical-align:top;border-bottom:1px solid #e4eaf1;padding:8px 10px}.output-template-section-node .output-template-section-node__text[data-v-1499f61d] th,.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d] th{color:#334155;font-weight:700}.output-template-section-node .output-template-section-node__cell-markdown[data-v-1499f61d]{color:#64748b;line-height:1.5}.output-template-section-node .output-template-section-node__table-wrap[data-v-1499f61d]{box-sizing:border-box;flex-direction:column;gap:6px;max-width:100%;padding-top:4px;padding-right:22px;display:flex;position:relative;overflow-x:auto}.output-template-section-node .output-template-section-node__table-wrap:hover .output-template-section-node__add-column[data-v-1499f61d],.output-template-section-node .output-template-section-node__table-wrap:focus-within .output-template-section-node__add-column[data-v-1499f61d]{opacity:1;pointer-events:auto}.output-template-section-node .output-template-section-node__table[data-v-1499f61d]{border-collapse:collapse;width:max-content;min-width:100%;font-size:14px}.output-template-section-node .output-template-section-node__table th[data-v-1499f61d],.output-template-section-node .output-template-section-node__table td[data-v-1499f61d]{text-align:left;vertical-align:top;border-bottom:1px solid #e4eaf1;border-radius:0;padding:10px 18px 10px 0}.output-template-section-node .output-template-section-node__table th[data-v-1499f61d]{color:#334155;background:0 0;border-top:2px solid #d8e0e8;padding-left:8px}.output-template-section-node .output-template-section-node__table th b[data-v-1499f61d]{font-size:14px;font-weight:700;display:block}.output-template-section-node .output-template-section-node__table td[data-v-1499f61d]{color:#64748b;background:0 0}.output-template-section-node .output-template-section-node__column--editable[data-v-1499f61d]{cursor:default;min-width:150px;padding-right:38px;transition:background .15s,box-shadow .15s;position:relative}.output-template-section-node .output-template-section-node__column--editable[data-v-1499f61d]:hover,.output-template-section-node .output-template-section-node__column--editable[data-v-1499f61d]:focus-within{background:#f8fdff}.output-template-section-node .output-template-section-node__column--editable:hover .output-template-section-node__remove-column[data-v-1499f61d],.output-template-section-node .output-template-section-node__column--editable:focus-within .output-template-section-node__remove-column[data-v-1499f61d]{opacity:1;pointer-events:auto}.output-template-section-node .output-template-section-node__column--selected[data-v-1499f61d]{background:#e3f6fd;box-shadow:inset 0 0 0 1.5px #00b3ea}.output-template-section-node .output-template-section-node__column-editor[data-v-1499f61d]{vertical-align:top;flex-direction:column;align-items:stretch;gap:6px;width:max-content;min-width:0;display:flex}.output-template-section-node .output-template-section-node__column-name-field[data-v-1499f61d],.output-template-section-node .output-template-section-node__column-type-field[data-v-1499f61d]{align-items:center;min-width:0;display:flex}.output-template-section-node .output-template-section-node__column-name-field[data-v-1499f61d]{grid-template-columns:minmax(54px,max-content);width:max-content;display:grid;position:relative}.output-template-section-node .output-template-section-node__column-type-field[data-v-1499f61d]{align-self:flex-start}.output-template-section-node .output-template-section-node__column-label[data-v-1499f61d]{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.output-template-section-node .output-template-section-node__column-name-measure[data-v-1499f61d],.output-template-section-node .output-template-section-node__column-name-input[data-v-1499f61d]{grid-area:1/1}.output-template-section-node .output-template-section-node__column-name-measure[data-v-1499f61d]{color:#334155;visibility:hidden;white-space:pre;min-width:54px;padding:0 10px 0 0;font-size:14px;font-weight:700;line-height:1.35}.output-template-section-node .output-template-section-node__column-name-input[data-v-1499f61d]{width:100%;min-width:54px;max-width:none;box-shadow:none;box-sizing:border-box;color:#334155;cursor:text;background:0 0;border:0;border-radius:5px;padding:0 10px 0 0;font-size:14px;font-weight:700;line-height:1.35}.output-template-section-node .output-template-section-node__column-name-input[data-v-1499f61d]::placeholder{color:#94a3b8}.output-template-section-node .output-template-section-node__column-name-input[data-v-1499f61d]:enabled:focus{outline:none;box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__column-type-select[data-v-1499f61d]{width:fit-content;min-width:0;box-shadow:none;color:#64748b;background:#eef1f5;border:0;border-radius:10px;font-size:12px;font-weight:600;line-height:1}.output-template-section-node .output-template-section-node__column-type-select.p-focus[data-v-1499f61d]{box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__column-type-select[data-v-1499f61d] .p-select-label{color:inherit;font-size:inherit;font-weight:inherit;padding:3px 8px;line-height:1}.output-template-section-node .output-template-section-node__column-type-select[data-v-1499f61d] .p-select-dropdown{display:none}.output-template-section-node .output-template-section-node__remove-column[data-v-1499f61d]{opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;bottom:5px;right:6px}.output-template-section-node .output-template-section-node__remove-column[data-v-1499f61d]:focus-visible{opacity:1;pointer-events:auto}.output-template-section-node .output-template-section-node__cell-instructions-field[data-v-1499f61d]{display:block}.output-template-section-node .output-template-section-node__cell-instructions-input[data-v-1499f61d]{width:100%;min-height:0;box-shadow:none;box-sizing:border-box;color:#94a3b8;cursor:text;resize:none;background:0 0;border:0;border-radius:7px;padding:0 2px;font-size:13px;font-style:italic;line-height:1.45}.output-template-section-node .output-template-section-node__cell-instructions-input[data-v-1499f61d]::placeholder{color:#c2cad4}.output-template-section-node .output-template-section-node__cell-instructions-input[data-v-1499f61d]:enabled:focus{outline:none;box-shadow:0 0 0 3px #e3f6fd}.output-template-section-node .output-template-section-node__placeholder-row--blank td[data-v-1499f61d]{height:40px;padding-top:0;padding-bottom:0}.output-template-section-node .output-template-section-node__cell-instructions[data-v-1499f61d]{color:#94a3b8;font-size:13px;font-style:italic;line-height:1.45;display:block}.output-template-section-node .output-template-section-node__add-column-cell[data-v-1499f61d]{position:relative}.output-template-section-node .output-template-section-node__add-column[data-v-1499f61d]{z-index:2;color:#0689b1;opacity:0;pointer-events:none;background:#fff;transition:opacity .12s;position:absolute;bottom:0;right:0;transform:translate(50%,50%);box-shadow:0 2px 8px #10182829}.output-template-section-node .output-template-section-node__add-column[data-v-1499f61d]:focus-visible{opacity:1;pointer-events:auto}.output-template-section-node .output-template-section-node__children[data-v-1499f61d]{gap:var(--output-template-child-section-gap,10px);padding-top:var(--output-template-child-section-padding-top,12px);flex-direction:column;padding-left:30px;display:flex}.output-template-section-node .output-template-section-node__children--empty[data-v-1499f61d]{padding-top:0}.output-template-section-node .output-template-section-node__child-item[data-v-1499f61d]{margin:0}.output-template-section-node .output-template-section-node__child-block[data-v-1499f61d]{flex-direction:column;gap:3px;display:flex}.output-template-section-node .output-template-section-node__drag-frame[data-v-1499f61d]{box-sizing:border-box;width:100%;display:block;position:relative}.output-template-section-node .output-template-section-node__drag-frame[data-v-1499f61d]:has(>.output-template-section-node--drop-target-active):after{z-index:1;box-sizing:border-box;content:"";pointer-events:none;border:2px solid #00b3ea;border-radius:14px;position:absolute;inset:-6px -10px 0 -48px}.output-template-section-node .output-template-section-node__drag-frame:hover .output-template-section-node__drag-handle[data-v-1499f61d],.output-template-section-node .output-template-section-node__drag-frame:focus-within .output-template-section-node__drag-handle[data-v-1499f61d]{color:#94a3b8;opacity:1}.output-template-section-node .output-template-section-node__drag-frame.draggable--dragging[data-v-1499f61d]{isolation:isolate;pointer-events:none;background:0 0;z-index:5000!important}.output-template-section-node .output-template-section-node__drag-frame.draggable--dragging[data-v-1499f61d]:before{z-index:-1;box-sizing:border-box;content:"";background:#fff;border:1px solid #bceefe;border-radius:16px;position:absolute;inset:0 0 0 -48px;box-shadow:0 22px 46px #10182838}.output-template-section-node .output-template-section-node__drag-frame.draggable--dragging[data-v-1499f61d] .output-template-section-node--editable{margin:0!important}.output-template-section-node .output-template-section-node__drag-frame.draggable--dragging[data-v-1499f61d] .output-template-section-node__toolbar,.output-template-section-node .output-template-section-node__drag-frame.draggable--dragging[data-v-1499f61d] .output-template-section-node__drop-targets{display:none!important}.output-template-section-node .output-template-section-node__drag-handle[data-v-1499f61d]{color:#c2cad4;cursor:grab;opacity:.78;border-radius:8px;justify-content:center;align-items:center;width:26px;height:30px;font-size:18px;transition:color .15s,opacity .15s,background .15s;display:inline-flex;position:absolute;top:1px;left:-38px}.output-template-section-node .output-template-section-node__drag-handle[data-v-1499f61d]:hover{color:#64748b;opacity:1;background:#f3f7fb}.output-template-section-node .output-template-section-node__drag-handle[data-v-1499f61d]:active{cursor:grabbing}.output-template-section-node__type-select-panel{background:#fff;border:0;border-radius:12px;min-width:150px;box-shadow:0 14px 36px #10182833}.output-template-section-node__type-select-panel .p-select-list-container{padding:0}.output-template-section-node__type-select-panel .p-select-list{flex-direction:column;gap:4px;padding:6px;display:flex}.output-template-section-node__type-select-panel .p-select-option{color:#64748b;text-align:left;border-radius:9px;padding:8px 9px;font-size:13px;font-weight:700}.output-template-section-node__type-select-panel .p-select-option:hover,.output-template-section-node__type-select-panel .p-select-option[data-p-focused=true],.output-template-section-node__type-select-panel .p-select-option[data-p-selected=true]{color:#334155;background:#f3f7fb}.output-template-section-node__type-select-panel .output-template-section-node__type-select-option{align-items:center;gap:8px;width:100%;display:inline-flex}.output-template-section-node__type-select-panel .output-template-section-node__type-select-option-check{color:#94a3b8;margin-left:auto;font-size:11px}.output-template-document[data-v-1ac58366]{justify-content:center;width:100%;display:flex}.output-template-document .output-template-document__paper[data-v-1ac58366]{width:min(1084px,100%);min-height:calc(100vh - 18px);box-shadow:none;background:#fff;border:1px solid #d8dee6;border-radius:22px;padding:clamp(38px,5vw,56px) clamp(28px,6vw,64px) 56px}.output-template-document .output-template-document__header[data-v-1ac58366]{border-radius:10px}.output-template-document .output-template-document__header h1[data-v-1ac58366],.output-template-document .output-template-document__header .output-template-document__title-input[data-v-1ac58366]{color:#0b1220;margin:0;font-size:32px;font-weight:700;line-height:1.2}.output-template-document .output-template-document__header .output-template-document__title-input[data-v-1ac58366]{width:100%;box-shadow:none;box-sizing:border-box;cursor:text;background:0 0;border:0;border-radius:8px;padding:0 2px;display:block}.output-template-document .output-template-document__header .output-template-document__title-input[data-v-1ac58366]::placeholder{color:#94a3b8}.output-template-document .output-template-document__header .output-template-document__title-input[data-v-1ac58366]:enabled:focus{outline:none;box-shadow:0 0 0 3px #e3f6fd}.output-template-document .output-template-document__header .output-template-document__title-input--invalid[data-v-1ac58366]{box-shadow:0 0 0 2px #fecaca}.output-template-document .output-template-document__header .output-template-document__title-error[data-v-1ac58366]{color:#dc2626;margin:6px 0 0;font-size:13px;font-weight:600;line-height:1.35}.output-template-document .output-template-document__header--editable[data-v-1ac58366]{cursor:pointer;outline:none;margin:0;padding:6px 0}.output-template-document .output-template-document__header--editable[data-v-1ac58366]:hover{background:0 0}.output-template-document .output-template-document__header--editable[data-v-1ac58366]:focus-visible{box-shadow:0 0 0 3px #e3f6fd}.output-template-document .output-template-document__header--selected[data-v-1ac58366]{background:0 0}.output-template-document .output-template-document__subtitle[data-v-1ac58366]{color:#94a3b8;margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.4}.output-template-document .output-template-document__rule[data-v-1ac58366]{background:0 0;height:1px;margin:clamp(18px,3vw,28px) 0 0}.output-template-document .output-template-document__sections[data-v-1ac58366]{gap:var(--output-template-section-gap,10px);flex-direction:column;display:flex}.output-template-document .output-template-document__section-item[data-v-1ac58366]{margin:0}.output-template-document .output-template-document__section-block[data-v-1ac58366]{flex-direction:column;gap:3px;display:flex}.output-template-document .output-template-document__drag-frame[data-v-1ac58366]{box-sizing:border-box;width:100%;display:block;position:relative}.output-template-document .output-template-document__drag-frame[data-v-1ac58366]:has(>.output-template-section-node--drop-target-active):after{z-index:1;box-sizing:border-box;content:"";pointer-events:none;border:2px solid #00b3ea;border-radius:14px;position:absolute;inset:-6px -10px 0 -48px}.output-template-document .output-template-document__drag-frame:hover .output-template-document__drag-handle[data-v-1ac58366],.output-template-document .output-template-document__drag-frame:focus-within .output-template-document__drag-handle[data-v-1ac58366]{color:#94a3b8;opacity:1}.output-template-document .output-template-document__drag-frame.draggable--dragging[data-v-1ac58366]{isolation:isolate;pointer-events:none;background:0 0;z-index:5000!important}.output-template-document .output-template-document__drag-frame.draggable--dragging[data-v-1ac58366]:before{z-index:-1;box-sizing:border-box;content:"";background:#fff;border:1px solid #bceefe;border-radius:16px;position:absolute;inset:0 0 0 -48px;box-shadow:0 22px 46px #10182838}.output-template-document .output-template-document__drag-frame.draggable--dragging[data-v-1ac58366] .output-template-section-node--editable{margin:0!important}.output-template-document .output-template-document__drag-frame.draggable--dragging[data-v-1ac58366] .output-template-section-node__toolbar,.output-template-document .output-template-document__drag-frame.draggable--dragging[data-v-1ac58366] .output-template-section-node__drop-targets{display:none!important}.output-template-document .output-template-document__drag-handle[data-v-1ac58366]{color:#c2cad4;cursor:grab;opacity:.78;border-radius:8px;justify-content:center;align-items:center;width:26px;height:30px;font-size:18px;transition:color .15s,opacity .15s,background .15s;display:inline-flex;position:absolute;top:1px;left:-38px}.output-template-document .output-template-document__drag-handle[data-v-1ac58366]:hover{color:#64748b;opacity:1;background:#f3f7fb}.output-template-document .output-template-document__drag-handle[data-v-1ac58366]:active{cursor:grabbing}.output-template-document .output-template-document__empty[data-v-1ac58366]{color:#64748b;text-align:center;border:1px dashed #c2cad4;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:160px;font-size:14px;display:flex}@media (max-width:760px){.output-template-document .output-template-document__paper[data-v-1ac58366]{padding:24px 16px}.output-template-document .output-template-document__rule[data-v-1ac58366]{margin-top:24px}}.output-template-export-menu[data-v-8d11ec58]{display:inline-flex}.output-template-export-menu[data-v-8d11ec58] .p-button{white-space:nowrap}.output-template-export-menu__panel{flex-direction:column;gap:4px;min-width:260px;padding:6px;display:flex}.p-popover-content.output-template-export-menu__popover-content{padding:0}.output-template-export-menu__item{color:var(--p-text-color);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.output-template-export-menu__item:hover,.output-template-export-menu__item:focus-visible{background:var(--p-surface-100);outline:none}.output-template-export-menu__badge{color:#fff;border-radius:9px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:900;display:inline-flex}.output-template-export-menu__badge--pdf{background:#ef4444}.output-template-export-menu__badge--docx{background:#2563eb}.output-template-export-menu__badge--rtf{background:#0f766e}.output-template-export-menu__badge--markdown{background:#64748b}.output-template-export-menu__badge--html{background:#f59e0b}.output-template-export-menu__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.output-template-export-menu__copy strong{color:var(--p-surface-950);font-size:14px;font-weight:800}.output-template-export-menu__copy small{color:var(--p-text-muted-color);font-size:12px}.output-template-details[data-v-35c8d242]{background:var(--p-surface-50);flex-direction:column;width:100%;height:100vh;min-height:0;display:flex;overflow:hidden}.output-template-details .output-template-details__header-actions[data-v-35c8d242]{align-items:center;gap:10px;display:flex}.output-template-details .output-template-details__state[data-v-35c8d242]{min-height:360px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.output-template-details .output-template-details__workspace[data-v-35c8d242]{flex:auto;grid-template-columns:minmax(0,1fr) 320px;align-items:stretch;min-height:0;display:grid;overflow:hidden}.output-template-details .output-template-details__document[data-v-35c8d242]{--output-template-section-gap:clamp(24px,3vw,36px);--output-template-child-section-gap:clamp(16px,2vw,24px);--output-template-child-section-padding-top:18px;min-width:0;min-height:0;padding:24px;overflow:auto}.output-template-details .output-template-details__sidebar[data-v-35c8d242]{border-left:1px solid var(--p-surface-200);background:var(--p-surface-0);flex-direction:column;gap:10px;min-width:0;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:24px 20px;display:flex;position:sticky;top:64px;overflow:auto}.output-template-details .output-template-details__side-section[data-v-35c8d242]{flex-direction:column;gap:6px;display:flex}.output-template-details .output-template-details__side-section h2[data-v-35c8d242]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.output-template-details .output-template-details__empty-list[data-v-35c8d242]{color:var(--p-text-muted-color);font-size:14px}.output-template-details .output-template-details__metadata-card[data-v-35c8d242]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);margin:auto 0 0;overflow:hidden}.output-template-details .output-template-details__metadata-row[data-v-35c8d242]{border-bottom:1px solid var(--p-surface-200);justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.output-template-details .output-template-details__metadata-row[data-v-35c8d242]:last-child{border-bottom:0}.output-template-details .output-template-details__metadata-row dt[data-v-35c8d242],.output-template-details .output-template-details__metadata-row dd[data-v-35c8d242]{margin:0;font-size:14px}.output-template-details .output-template-details__metadata-row dt[data-v-35c8d242]{color:var(--p-text-muted-color)}.output-template-details .output-template-details__metadata-row dd[data-v-35c8d242]{text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}.output-template-details .output-template-details__agent-row[data-v-35c8d242]{border-radius:var(--p-border-radius-lg);min-width:0;color:var(--p-text-color);align-items:center;gap:12px;padding:6px 8px;text-decoration:none;display:flex}.output-template-details .output-template-details__agent-row[data-v-35c8d242]:hover{background:var(--p-surface-100);color:var(--p-primary-color)}.output-template-details .output-template-details__agent-row span[data-v-35c8d242]{background:var(--p-primary-50);width:28px;height:28px;color:var(--p-primary-color);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.output-template-details .output-template-details__agent-row strong[data-v-35c8d242]{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.output-template-details .output-template-details__sidebar-actions[data-v-35c8d242]{flex-direction:column;gap:10px;display:flex}.output-template-details .output-template-details__export-menu[data-v-35c8d242]{width:100%}.output-template-details .output-template-details__export-menu[data-v-35c8d242] .p-button,.output-template-details .output-template-details__view-outputs-button[data-v-35c8d242]{justify-content:center;width:100%}@media (max-width:980px){.output-template-details .output-template-details__workspace[data-v-35c8d242]{grid-template-columns:1fr;overflow:auto}.output-template-details .output-template-details__document[data-v-35c8d242]{overflow:visible}.output-template-details .output-template-details__sidebar[data-v-35c8d242]{border-left:0;border-top:1px solid var(--p-surface-200);height:auto;max-height:none;position:static}}.output-template-edit[data-v-1e19b9a0]{color:#0f172a;background:#f7f9fb;flex-direction:column;width:100%;height:100vh;min-height:0;display:flex;overflow:hidden}.output-template-edit .output-template-edit__header-actions[data-v-1e19b9a0]{align-items:center;gap:10px;display:flex}.output-template-edit .output-template-edit__visibility[data-v-1e19b9a0]{align-items:center;display:flex}.output-template-edit .output-template-edit__state[data-v-1e19b9a0]{min-height:360px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.output-template-edit .output-template-edit__workspace[data-v-1e19b9a0]{background:#e7ecf2;flex:auto;grid-template-columns:226px minmax(0,1fr);align-items:stretch;min-height:0;display:grid;overflow:hidden}.output-template-edit .output-template-edit__outline[data-v-1e19b9a0]{flex-direction:column;gap:2px;height:100%;min-height:0;padding:16px 10px;display:flex;overflow:auto}.output-template-edit .output-template-edit__outline .output-template-edit__outline-header[data-v-1e19b9a0]{color:#64748b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;padding:0 8px 8px;font-size:11px;font-weight:600;display:flex}.output-template-edit .output-template-edit__outline .output-template-edit__outline-header em[data-v-1e19b9a0]{background:#fff;border-radius:999px;padding:1px 7px;font-style:normal}.output-template-edit .output-template-edit__outline .output-template-edit__outline-entry[data-v-1e19b9a0]{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:baseline;gap:7px;padding:5px 8px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:flex}.output-template-edit .output-template-edit__outline .output-template-edit__outline-entry span[data-v-1e19b9a0]{flex:0 0 30px;font-weight:600}.output-template-edit .output-template-edit__outline .output-template-edit__outline-entry strong[data-v-1e19b9a0]{font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.output-template-edit .output-template-edit__outline .output-template-edit__outline-entry[data-v-1e19b9a0]:hover{color:#334155;background:#f8fafc}.output-template-edit .output-template-edit__canvas[data-v-1e19b9a0]{min-width:0;height:100%;min-height:0;padding:6px 8px 36px;overflow:auto}@media (max-width:1600px){.output-template-edit .output-template-edit__workspace[data-v-1e19b9a0]{grid-template-columns:minmax(0,1fr)}.output-template-edit .output-template-edit__outline[data-v-1e19b9a0]{display:none}}@media (max-width:1250px){.output-template-edit .output-template-edit__workspace[data-v-1e19b9a0]{grid-template-columns:1fr;height:auto;min-height:0;overflow:auto}.output-template-edit .output-template-edit__canvas[data-v-1e19b9a0]{height:auto;padding:6px 8px 36px;overflow:visible}}@media (max-width:760px){.output-template-edit .output-template-edit__canvas[data-v-1e19b9a0]{padding:6px}}.output-template-status-tag[data-v-cc21d048]{font-weight:800}.output-template-generated-outputs[data-v-e2f3fd3d]{width:100%}.output-template-generated-outputs .output-template-generated-outputs__state[data-v-e2f3fd3d]{min-height:360px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.output-template-generated-outputs .output-template-generated-outputs__workspace[data-v-e2f3fd3d]{flex-direction:column;gap:18px;margin-inline:auto;display:flex}.output-template-generated-outputs .output-template-generated-outputs__table[data-v-e2f3fd3d] .ui-api-table__container-card{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.output-template-generated-outputs .output-template-generated-outputs__table[data-v-e2f3fd3d] .p-datatable-thead>tr>th{border-bottom-color:var(--p-surface-200);color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;padding:16px 28px;font-size:12px;font-weight:900}.output-template-generated-outputs .output-template-generated-outputs__table[data-v-e2f3fd3d] .p-datatable-tbody>tr>td{border-bottom-color:var(--p-surface-200);padding:18px 28px}.output-template-generated-outputs .output-template-generated-outputs__table[data-v-e2f3fd3d] .p-paginator{border-top:0;padding:16px}.output-template-generated-outputs .output-template-generated-outputs__name-cell[data-v-e2f3fd3d]{align-items:center;gap:10px;min-width:0;font-weight:800;display:flex}.output-template-generated-outputs .output-template-generated-outputs__instance-icon[data-v-e2f3fd3d]{background:var(--p-green-50);width:30px;height:30px;color:var(--p-green-600);border-radius:10px;flex:0 0 30px;justify-content:center;align-items:center;display:inline-flex}.output-template-draft-review[data-v-6adc335f]{color:#0f172a;background:#f7f9fb;flex-direction:column;width:100%;height:100vh;min-height:0;display:flex;overflow:hidden}.output-template-draft-review .output-template-draft-review__header-actions[data-v-6adc335f]{align-items:center;gap:10px;display:flex}.output-template-draft-review .output-template-draft-review__visibility[data-v-6adc335f]{align-items:center;display:flex}.output-template-draft-review .output-template-draft-review__visibility-select-button[data-v-6adc335f]{white-space:nowrap}.output-template-draft-review .output-template-draft-review__state[data-v-6adc335f]{color:var(--p-text-muted-color);flex:1;justify-content:center;align-items:center;gap:10px;padding:48px;font-weight:700;display:flex}.output-template-draft-review .output-template-draft-review__state i[data-v-6adc335f]{font-size:20px}.output-template-draft-review .output-template-draft-review__state--error[data-v-6adc335f]{color:var(--p-red-600)}.output-template-draft-review .output-template-draft-review__workspace[data-v-6adc335f]{background:#e7ecf2;flex:auto;grid-template-columns:226px minmax(0,1fr);align-items:stretch;min-height:0;display:grid;overflow:hidden}.output-template-draft-review .output-template-draft-review__outline[data-v-6adc335f]{flex-direction:column;gap:2px;height:100%;min-height:0;padding:16px 10px;display:flex;overflow:auto}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-header[data-v-6adc335f]{color:#64748b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;padding:0 8px 8px;font-size:11px;font-weight:600;display:flex}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-header em[data-v-6adc335f]{background:#fff;border-radius:999px;padding:1px 7px;font-style:normal}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-entry[data-v-6adc335f]{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:baseline;gap:7px;padding:5px 8px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:flex}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-entry span[data-v-6adc335f]{flex:0 0 30px;font-weight:600}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-entry strong[data-v-6adc335f]{font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-entry[data-v-6adc335f]:hover{color:#334155;background:#f8fafc}.output-template-draft-review .output-template-draft-review__outline .output-template-draft-review__outline-entry--active[data-v-6adc335f]{color:#0f172a;background:#fff;box-shadow:0 1px 2px #0f172a14}.output-template-draft-review .output-template-draft-review__canvas[data-v-6adc335f]{min-width:0;height:100%;min-height:0;padding:6px 8px 36px;overflow:auto}@media (max-width:1600px){.output-template-draft-review .output-template-draft-review__workspace[data-v-6adc335f]{grid-template-columns:minmax(0,1fr)}.output-template-draft-review .output-template-draft-review__outline[data-v-6adc335f]{display:none}}@media (max-width:1250px){.output-template-draft-review .output-template-draft-review__workspace[data-v-6adc335f]{grid-template-columns:1fr;height:auto;min-height:0;overflow:auto}.output-template-draft-review .output-template-draft-review__canvas[data-v-6adc335f]{height:auto;padding:6px 8px 36px;overflow:visible}}@media (max-width:760px){.output-template-draft-review .output-template-draft-review__canvas[data-v-6adc335f]{padding:6px}}.output-template-instance-details[data-v-05c11274]{background:var(--p-surface-50);flex-direction:column;width:100%;min-height:100vh;display:flex}.output-template-instance-details .output-template-instance-details__state[data-v-05c11274]{min-height:360px;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.output-template-instance-details .output-template-instance-details__workspace[data-v-05c11274]{grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}.output-template-instance-details .output-template-instance-details__document[data-v-05c11274]{--output-template-section-gap:36px;--output-template-child-section-gap:28px;--output-template-child-section-padding-top:24px;padding:24px}.output-template-instance-details .output-template-instance-details__sidebar[data-v-05c11274]{border-left:1px solid var(--p-surface-200);background:var(--p-surface-0);flex-direction:column;gap:10px;min-width:0;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:24px 20px;display:flex;position:sticky;top:64px;overflow:auto}.output-template-instance-details .output-template-instance-details__side-section[data-v-05c11274]{flex-direction:column;gap:6px;margin-top:auto;display:flex}.output-template-instance-details .output-template-instance-details__side-section h2[data-v-05c11274]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.output-template-instance-details .output-template-instance-details__metadata-card[data-v-05c11274]{border:1px solid var(--p-surface-200);border-radius:var(--p-border-radius-xl);margin:0;overflow:hidden}.output-template-instance-details .output-template-instance-details__metadata-row[data-v-05c11274]{border-bottom:1px solid var(--p-surface-200);justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.output-template-instance-details .output-template-instance-details__metadata-row[data-v-05c11274]:last-child{border-bottom:0}.output-template-instance-details .output-template-instance-details__metadata-row dt[data-v-05c11274],.output-template-instance-details .output-template-instance-details__metadata-row dd[data-v-05c11274]{margin:0;font-size:14px}.output-template-instance-details .output-template-instance-details__metadata-row dt[data-v-05c11274]{color:var(--p-text-muted-color)}.output-template-instance-details .output-template-instance-details__metadata-row dd[data-v-05c11274]{text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:850;overflow:hidden}.output-template-instance-details .output-template-instance-details__sidebar-actions[data-v-05c11274]{flex-direction:column;gap:10px;display:flex}.output-template-instance-details .output-template-instance-details__export-menu[data-v-05c11274]{width:100%}.output-template-instance-details .output-template-instance-details__export-menu[data-v-05c11274] .p-button{justify-content:center;width:100%}@media (max-width:980px){.output-template-instance-details .output-template-instance-details__workspace[data-v-05c11274]{grid-template-columns:1fr}.output-template-instance-details .output-template-instance-details__sidebar[data-v-05c11274]{border-left:0;border-top:1px solid var(--p-surface-200);height:auto;max-height:none;position:static}}.chat-attachment-dialog[data-v-8f8c6409] .p-tab{align-items:center;gap:8px;display:inline-flex}.chat-attachment-dialog[data-v-8f8c6409] .p-tab small{background:var(--p-primary-100);min-width:20px;height:20px;color:var(--p-primary-700);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.chat-attachment-dialog .chat-attachment-dialog__files[data-v-8f8c6409]{flex-direction:column;gap:16px;display:flex}.chat-attachment-dialog .chat-attachment-dialog__file-input[data-v-8f8c6409]{display:none}.chat-attachment-dialog .chat-attachment-dialog__drop-zone[data-v-8f8c6409]{border:1px dashed var(--p-surface-300);background:var(--p-surface-50);min-height:220px;color:var(--p-text-color);font:inherit;text-align:center;cursor:pointer;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px;transition:border-color .15s,background .15s;display:flex}.chat-attachment-dialog .chat-attachment-dialog__drop-zone[data-v-8f8c6409]:enabled:hover,.chat-attachment-dialog .chat-attachment-dialog__drop-zone[data-v-8f8c6409]:enabled:focus-visible{border-color:var(--p-primary-color);background:var(--p-primary-50);outline:none}.chat-attachment-dialog .chat-attachment-dialog__drop-zone[data-v-8f8c6409]:disabled{cursor:not-allowed;opacity:.7}.chat-attachment-dialog .chat-attachment-dialog__drop-zone i[data-v-8f8c6409]{color:var(--p-primary-color);font-size:32px}.chat-attachment-dialog .chat-attachment-dialog__drop-zone strong[data-v-8f8c6409]{font-size:16px;font-weight:900}.chat-attachment-dialog .chat-attachment-dialog__drop-zone span[data-v-8f8c6409]{color:var(--p-text-muted-color);font-size:13px}.chat-attachment-dialog .chat-attachment-dialog__file-list[data-v-8f8c6409]{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.chat-attachment-dialog .chat-attachment-dialog__file-item[data-v-8f8c6409]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);color:var(--p-text-muted-color);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:grid}.chat-attachment-dialog .chat-attachment-dialog__file-item span[data-v-8f8c6409]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.chat-header-settings[data-v-1daf52e1]{align-items:center;gap:12px;min-width:0;display:flex}.chat-header-settings .chat-header-settings__field[data-v-1daf52e1]{align-items:center;min-width:0;display:flex}.chat-header-settings .chat-header-settings__field.chat-header-settings__field--model[data-v-1daf52e1]{max-width:min(190px,28vw)}.chat-header-settings .chat-header-settings__field.chat-header-settings__field--reasoning[data-v-1daf52e1]{max-width:150px}.chat-header-settings .chat-header-settings__field:hover .chat-header-settings__field-icon[data-v-1daf52e1],.chat-header-settings .chat-header-settings__field:hover .chat-header-settings__placeholder[data-v-1daf52e1],.chat-header-settings .chat-header-settings__field:hover .chat-header-settings__value[data-v-1daf52e1],.chat-header-settings .chat-header-settings__field[data-v-1daf52e1]:hover .chat-header-settings__select .p-select-label,.chat-header-settings .chat-header-settings__field[data-v-1daf52e1]:hover .chat-header-settings__select .p-select-dropdown{color:var(--p-text-color)}.chat-header-settings .chat-header-settings__field-icon[data-v-1daf52e1]{width:18px;height:18px;color:var(--p-text-muted-color);flex:0 0 18px;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.chat-header-settings .chat-header-settings__label[data-v-1daf52e1]{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-header-settings .chat-header-settings__select[data-v-1daf52e1]{width:fit-content;max-width:100%;box-shadow:none;background:0 0;border:0;display:inline-flex;min-width:0!important}.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select.p-select{min-width:0}.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select.p-select:not(.p-disabled):hover,.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select.p-select:not(.p-disabled).p-focus{box-shadow:none;border-color:#0000}.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select .p-select-label{width:auto;min-width:0;color:var(--p-text-muted-color);flex:0 auto;padding:0}.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select .p-select-dropdown{width:10px;color:var(--p-text-muted-color);flex:none;margin-left:4px;font-size:9px}.chat-header-settings[data-v-1daf52e1] .chat-header-settings__select .p-select-dropdown-icon{width:8px;height:8px}.chat-header-settings .chat-header-settings__value-content[data-v-1daf52e1]{align-items:center;gap:6px;min-width:0;max-width:100%;display:flex}.chat-header-settings .chat-header-settings__placeholder[data-v-1daf52e1],.chat-header-settings .chat-header-settings__value[data-v-1daf52e1]{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;color:var(--p-text-muted-color);transition:color .12s;display:block;overflow:hidden}.chat-header-settings .chat-header-settings__value[data-v-1daf52e1]{font-size:14px;font-weight:700;line-height:1.2}@media (max-width:900px){.chat-header-settings[data-v-1daf52e1]{flex-wrap:wrap;gap:12px}}@media (max-width:640px){.chat-header-settings[data-v-1daf52e1]{flex-direction:column;align-items:flex-start}}.chat-header-settings__overlay{transform:translate(-5px,-13px)}.chat-model-option{align-items:center;gap:14px;min-width:min(560px,100vw - 56px);font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:flex}.chat-model-option__logo{background:var(--p-surface-0);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--p-content-border-color),0 8px 22px color-mix(in srgb,var(--p-text-color)8%,transparent);letter-spacing:-.06em;border-radius:14px;flex:0 0 44px;justify-content:center;align-items:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:900;line-height:1;display:inline-flex}.chat-model-option__logo--openai .chat-model-option__logo-image{width:29px;height:29px}.chat-model-option__logo--anthropic{background:#f4efe7}.chat-model-option__logo--anthropic .chat-model-option__logo-image{width:31px;height:31px}.chat-model-option__logo--gemini .chat-model-option__logo-image{width:34px;height:34px}.chat-model-option__logo--default{background:var(--p-surface-100);color:var(--p-text-color)}.chat-model-option__logo-image{object-fit:contain;display:block}.chat-model-option__logo-fallback{font-size:18px;transform:translate(-1px)}.chat-model-option__identity{flex-direction:column;flex:auto;gap:2px;min-width:140px;display:flex}.chat-model-option__name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;min-width:0;color:var(--p-text-color);font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.chat-model-option__id{color:var(--p-text-muted-color);white-space:nowrap;text-overflow:ellipsis;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden}.chat-model-option__pricing{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:12px;margin-left:auto;display:flex}.chat-model-option__metric{white-space:nowrap;align-items:baseline;gap:4px;display:inline-flex}.chat-model-option__metric em{letter-spacing:.06em;text-transform:uppercase;color:var(--p-text-muted-color);font-size:10px;font-style:normal;font-weight:700}.chat-model-option__metric strong{color:var(--p-text-color);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:600}.chat-reasoning-option{flex-direction:column;gap:2px;min-width:260px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:flex}.chat-reasoning-option__label{letter-spacing:-.01em;color:var(--p-text-color);font-size:13px;font-weight:600;line-height:1.25}.chat-reasoning-option__description{color:var(--p-text-muted-color);font-size:11px;line-height:1.3}@media (max-width:640px){.chat-model-option,.chat-reasoning-option{min-width:min(320px,100vw - 48px)}.chat-model-option{flex-direction:column;align-items:stretch;gap:6px}.chat-model-option__logo{display:none}.chat-model-option__identity{min-width:0}.chat-model-option__pricing{justify-content:flex-start;gap:10px;margin-left:0}}.chat-composer[data-v-30f05213]{background:0 0;padding:12px 24px 16px}.chat-composer .chat-composer__content[data-v-30f05213]{width:100%;max-width:920px;margin:0 auto}.chat-composer .chat-composer__panel[data-v-30f05213]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);box-shadow:0 8px 24px color-mix(in srgb,var(--p-surface-900)7%,transparent);border-radius:16px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.chat-composer .chat-composer__selected-attachments[data-v-30f05213],.chat-composer .chat-composer__selected-attachments .chat-composer__selected-attachments-list[data-v-30f05213]{flex-wrap:wrap;gap:8px;display:flex}.chat-composer .chat-composer__selected-attachment[data-v-30f05213]{border:1px solid var(--p-surface-300);background:var(--p-surface-50);max-width:100%;color:var(--p-text-muted-color);border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;line-height:1.2;display:inline-flex}.chat-composer .chat-composer__selected-attachment .chat-composer__selected-attachment-name[data-v-30f05213]{white-space:nowrap;text-overflow:ellipsis;max-width:min(320px,100vw - 180px);overflow:hidden}.chat-composer .chat-composer__selected-attachment .chat-composer__selected-attachment-remove[data-v-30f05213]{width:20px;height:20px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-composer .chat-composer__selected-attachment .chat-composer__selected-attachment-remove[data-v-30f05213]:hover{background:var(--p-surface-200)}.chat-composer .chat-composer__input-row[data-v-30f05213]{align-items:flex-start;gap:8px;min-height:42px;display:flex}.chat-composer .chat-composer__slash-menu[data-v-30f05213]{border:1px solid var(--p-surface-200);background:color-mix(in srgb,var(--p-surface-0)96%,var(--p-primary-50));box-shadow:0 14px 32px color-mix(in srgb,var(--p-surface-900)10%,transparent);border-radius:13px;flex-direction:column;gap:4px;padding:6px;display:flex}.chat-composer .chat-composer__slash-command[data-v-30f05213]{width:100%;color:var(--p-text-color);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.chat-composer .chat-composer__slash-command code[data-v-30f05213]{background:var(--p-surface-100);color:var(--p-text-muted-color);border-radius:6px;margin-left:auto;padding:3px 6px;font-size:11px;font-weight:800}.chat-composer .chat-composer__slash-command[data-v-30f05213]:hover,.chat-composer .chat-composer__slash-command--active[data-v-30f05213]{background:var(--p-primary-50)}.chat-composer .chat-composer__slash-command:hover .chat-composer__slash-command-icon[data-v-30f05213],.chat-composer .chat-composer__slash-command--active .chat-composer__slash-command-icon[data-v-30f05213]{background:var(--p-primary-100);color:var(--p-primary-600)}.chat-composer .chat-composer__slash-command-icon[data-v-30f05213]{background:var(--p-surface-100);width:34px;height:34px;color:var(--p-text-muted-color);border-radius:11px;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.chat-composer .chat-composer__slash-command-copy[data-v-30f05213]{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-composer .chat-composer__slash-command-copy strong[data-v-30f05213]{font-size:13px;font-weight:800}.chat-composer .chat-composer__slash-command-copy small[data-v-30f05213]{color:var(--p-text-muted-color);font-size:12px;line-height:1.3}.chat-composer .chat-composer__template-picker[data-v-30f05213]{border:1px solid var(--p-surface-200);background:color-mix(in srgb,var(--p-surface-0)96%,var(--p-primary-50));box-shadow:0 14px 32px color-mix(in srgb,var(--p-surface-900)8%,transparent);border-radius:14px;flex-direction:column;gap:10px;padding:10px;display:flex}.chat-composer .chat-composer__template-picker-header[data-v-30f05213]{justify-content:space-between;align-items:center;gap:12px;padding:0 2px;display:flex}.chat-composer .chat-composer__template-picker-header div[data-v-30f05213]{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-composer .chat-composer__template-picker-header strong[data-v-30f05213]{font-size:13px;font-weight:900}.chat-composer .chat-composer__template-picker-header small[data-v-30f05213]{color:var(--p-text-muted-color);font-size:12px}.chat-composer .chat-composer__template-picker-header i[data-v-30f05213]{color:var(--p-primary-600)}.chat-composer .chat-composer__template-picker-list[data-v-30f05213]{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.chat-composer .chat-composer__template-option[data-v-30f05213]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:9px;padding:10px;transition:border-color .15s,background-color .15s;display:flex}.chat-composer .chat-composer__template-option[data-v-30f05213]:hover,.chat-composer .chat-composer__template-option[data-v-30f05213]:focus-visible{border-color:var(--p-primary-300);background:var(--p-primary-50);outline:none}.chat-composer .chat-composer__template-option-icon[data-v-30f05213]{background:var(--p-primary-50);width:32px;height:32px;color:var(--p-primary-600);border-radius:11px;flex:0 0 32px;justify-content:center;align-items:center;display:inline-flex}.chat-composer .chat-composer__template-option-copy[data-v-30f05213]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-composer .chat-composer__template-option-copy strong[data-v-30f05213],.chat-composer .chat-composer__template-option-copy small[data-v-30f05213]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-composer .chat-composer__template-option-copy strong[data-v-30f05213]{font-size:12px;font-weight:800}.chat-composer .chat-composer__template-option-copy small[data-v-30f05213]{color:var(--p-text-muted-color);font-size:11px}.chat-composer .chat-composer__template-option-arrow[data-v-30f05213]{color:var(--p-text-muted-color);flex:none;font-size:11px}.chat-composer .chat-composer__template-picker-empty[data-v-30f05213]{border:1px dashed var(--p-surface-300);color:var(--p-text-muted-color);border-radius:12px;padding:12px;font-size:12px;line-height:1.4}.chat-composer .chat-composer__textarea[data-v-30f05213]{height:auto;min-height:42px;max-height:70vh;box-shadow:none;color:var(--p-text-color);resize:none;background:0 0;border:0;flex:1;padding:7px 0;font-size:15px;line-height:1.45;overflow-y:hidden}.chat-composer .chat-composer__textarea[data-v-30f05213]::placeholder{color:var(--p-text-muted-color)}.chat-composer .chat-composer__textarea[data-v-30f05213]:enabled:focus{box-shadow:none;border:0;outline:none}.chat-composer .chat-composer__attach-button[data-v-30f05213]{width:36px;height:36px;color:var(--p-text-muted-color);margin-top:2px;font-size:15px}.chat-composer .chat-composer__send-button[data-v-30f05213]{width:42px;height:42px;color:var(--p-surface-0);background:#45bde5;border:0;border-radius:12px;flex:0 0 42px;font-size:16px;box-shadow:0 6px 16px #45bde542}.chat-composer .chat-composer__send-button[data-v-30f05213]:enabled:hover{color:var(--p-surface-0);background:#28a9d6}.chat-composer .chat-composer__send-button[data-v-30f05213]:disabled{opacity:.45}.chat-composer .chat-composer__send-button--stop[data-v-30f05213]{background:var(--p-red-500);box-shadow:0 10px 24px color-mix(in srgb,var(--p-red-500)28%,transparent)}.chat-composer .chat-composer__footer-row[data-v-30f05213]{box-sizing:border-box;justify-content:space-between;align-items:center;gap:12px;height:42px;padding-top:10px;display:flex}.chat-composer .chat-composer__meta-row[data-v-30f05213]{align-items:center;gap:10px;min-width:0;min-height:28px;display:flex}.chat-composer .chat-composer__assistant-pill[data-v-30f05213]{min-width:0;color:var(--p-text-color);align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.chat-composer .chat-composer__assistant-icon[data-v-30f05213]{background:color-mix(in srgb,#45bde5 20%,var(--p-surface-0));color:#0891b2;border-radius:9px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:inline-flex}.chat-composer .chat-composer__assistant-name[data-v-30f05213]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-composer .chat-composer__meta-divider[data-v-30f05213]{background:var(--p-surface-200);width:1px;height:26px}.chat-composer .chat-composer__usage[data-v-30f05213]{color:var(--p-text-muted-color);flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.chat-composer .chat-composer__usage strong[data-v-30f05213]{color:var(--p-text-color);font-weight:800}.chat-composer .chat-composer__usage-dot[data-v-30f05213]{border:3px solid color-mix(in srgb,var(--p-green-400)20%,var(--p-surface-0));background:var(--p-green-500);border-radius:999px;width:10px;height:10px}@media (max-width:900px){.chat-composer[data-v-30f05213]{padding:10px 16px 14px}.chat-composer .chat-composer__panel[data-v-30f05213]{border-radius:14px;padding:10px 12px}.chat-composer .chat-composer__input-row[data-v-30f05213]{gap:6px;min-height:40px}.chat-composer .chat-composer__send-button[data-v-30f05213]{border-radius:12px;flex-basis:40px;width:40px;height:40px;font-size:15px}.chat-composer .chat-composer__attach-button[data-v-30f05213]{width:34px;height:34px;font-size:14px}.chat-composer .chat-composer__footer-row[data-v-30f05213],.chat-composer .chat-composer__meta-row[data-v-30f05213]{flex-direction:column;align-items:flex-start;gap:14px}.chat-composer .chat-composer__footer-row[data-v-30f05213]{height:auto;padding-top:10px}.chat-composer .chat-composer__slash-command[data-v-30f05213]{align-items:flex-start}.chat-composer .chat-composer__slash-command code[data-v-30f05213]{display:none}.chat-composer .chat-composer__template-picker-list[data-v-30f05213]{grid-template-columns:1fr}.chat-composer .chat-composer__meta-divider[data-v-30f05213]{display:none}}.chat-composer__tool-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.chat-composer__analytics-panel{border-top:1px solid var(--p-surface-200);margin-top:18px;padding-top:16px}.chat-composer__analytics-header{color:var(--p-text-muted-color);justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;font-size:11px;font-weight:500;display:flex}.chat-composer__analytics-sections{flex-direction:column;gap:14px;display:flex}.chat-composer__analytics-section{flex-direction:column;gap:8px;display:flex}.chat-composer__analytics-section-header{color:var(--p-text-muted-color);justify-content:space-between;align-items:baseline;gap:10px;font-size:11px;font-weight:500;display:flex}.chat-composer__analytics-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.chat-composer__analytics-card{border:1px solid var(--p-surface-200);background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:12px;flex-direction:column;gap:3px;padding:10px;font-size:11px;line-height:1.2;display:flex}.chat-composer__analytics-card--wide{grid-column:1/-1}.chat-composer__analytics-empty{border:1px dashed var(--p-surface-300);color:var(--p-text-muted-color);border-radius:12px;padding:12px;font-size:12px;line-height:1.4}.chat-composer__tool-row{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s,color .12s;display:flex}.chat-composer__tool-row:hover{background:var(--p-surface-100)}.chat-composer__tool-row--active{background:var(--p-primary-50);color:var(--p-primary-color)}.chat-composer__tool-row--active:hover{background:var(--p-primary-100)}.chat-composer__tool-row--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.chat-composer__tool-icon{text-align:center;width:20px;color:var(--p-text-muted-color);flex-shrink:0;font-size:16px}.chat-composer__tool-chevron{color:var(--p-text-muted-color);flex-shrink:0;font-size:12px}.chat-composer__tool-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.chat-composer__tool-copy small{color:var(--p-text-muted-color);font-size:12px;line-height:1.35}.chat-composer__tool-title{color:var(--p-text-color);font-size:13px;font-weight:600;line-height:1.25}.chat-context-documents[data-v-fd789762]{align-items:center;padding:0;display:inline-flex}.chat-context-documents--empty[data-v-fd789762]{display:none}.chat-context-documents .chat-context-documents__chip[data-v-fd789762]{width:40px;height:40px}.chat-context-documents__empty[data-v-fd789762]{min-height:160px;color:var(--p-text-muted-color);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.chat-context-documents__empty .chat-context-documents__empty-icon[data-v-fd789762]{justify-content:center;align-items:center;width:34px;height:34px;font-size:24px;line-height:1;display:inline-flex}.chat-context-documents__empty .chat-context-documents__empty-icon[data-v-fd789762] svg{width:1em;height:1em}.chat-context-documents__sections[data-v-fd789762]{flex-direction:column;gap:18px;display:flex}.chat-context-documents__section[data-v-fd789762]{flex-direction:column;gap:8px;display:flex}.chat-context-documents__section-header[data-v-fd789762]{justify-content:space-between;align-items:baseline;gap:12px;font-size:13px;font-weight:850;display:flex}.chat-context-documents__section-header small[data-v-fd789762]{color:var(--p-text-muted-color);font-size:11px;font-weight:600}.chat-context-documents__list[data-v-fd789762]{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chat-context-documents__item[data-v-fd789762]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.chat-context-documents__item--with-action[data-v-fd789762]{grid-template-columns:auto minmax(0,1fr) auto}.chat-context-documents__item-icon[data-v-fd789762]{background:var(--p-primary-50);width:34px;height:34px;color:var(--p-primary-600);border-radius:11px;justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex}.chat-context-documents__item-icon[data-v-fd789762] svg{width:1em;height:1em}.chat-context-documents__item-main[data-v-fd789762]{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-context-documents__item-name[data-v-fd789762]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.3;text-decoration:none;overflow:hidden}.chat-context-documents__item-name[data-v-fd789762]:hover{color:var(--p-primary-color)}.chat-context-documents__item-meta[data-v-fd789762]{color:var(--p-text-muted-color);flex-wrap:wrap;align-items:center;gap:4px 10px;font-size:11px;line-height:1.3;display:flex}.chat-markdown[data-v-56939bc9] *{max-width:100%}.chat-markdown[data-v-56939bc9]>:first-child{margin-top:0}.chat-markdown[data-v-56939bc9]>:last-child{margin-bottom:0}.chat-markdown[data-v-56939bc9] p{margin:0}.chat-markdown[data-v-56939bc9] p+p{margin-top:12px}.chat-markdown[data-v-56939bc9] h1,.chat-markdown[data-v-56939bc9] h2,.chat-markdown[data-v-56939bc9] h3,.chat-markdown[data-v-56939bc9] h4,.chat-markdown[data-v-56939bc9] h5,.chat-markdown[data-v-56939bc9] h6{margin:20px 0 8px;font-weight:600;line-height:1.3}.chat-markdown[data-v-56939bc9] h1{font-size:1.35em}.chat-markdown[data-v-56939bc9] h2{font-size:1.2em}.chat-markdown[data-v-56939bc9] h3{font-size:1.1em}.chat-markdown[data-v-56939bc9] h4,.chat-markdown[data-v-56939bc9] h5,.chat-markdown[data-v-56939bc9] h6{font-size:1em}.chat-markdown[data-v-56939bc9] ul,.chat-markdown[data-v-56939bc9] ol{margin:12px 0 0;padding-left:22px}.chat-markdown[data-v-56939bc9] li{margin-top:4px}.chat-markdown[data-v-56939bc9] li>p{margin:0}.chat-markdown[data-v-56939bc9] li+li{margin-top:6px}.chat-markdown[data-v-56939bc9] ul ul,.chat-markdown[data-v-56939bc9] ol ol,.chat-markdown[data-v-56939bc9] ul ol,.chat-markdown[data-v-56939bc9] ol ul{margin-top:4px}.chat-markdown[data-v-56939bc9] code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.chat-markdown[data-v-56939bc9] :not(pre)>code{background:var(--p-surface-200);word-break:break-word;border-radius:5px;padding:.15em .4em;font-size:.875em}.chat-markdown[data-v-56939bc9] .chat-markdown__code-block{background:var(--p-surface-800);color:var(--p-surface-100);border-radius:10px;margin:14px 0 0;overflow:hidden}.chat-markdown[data-v-56939bc9] .chat-markdown__code-header{border-bottom:1px solid color-mix(in srgb,var(--p-surface-0)10%,transparent);background:color-mix(in srgb,var(--p-surface-900)45%,transparent);justify-content:flex-end;align-items:center;gap:12px;padding:7px 10px 7px 14px;display:flex}.chat-markdown[data-v-56939bc9] .chat-markdown__code-language{color:var(--p-surface-300);letter-spacing:.04em;text-transform:uppercase;margin-right:auto;font-size:11px;font-weight:600}.chat-markdown[data-v-56939bc9] .chat-markdown__copy-button{border:1px solid color-mix(in srgb,var(--p-surface-0)16%,transparent);background:color-mix(in srgb,var(--p-surface-0)8%,transparent);min-width:58px;height:26px;color:var(--p-surface-0);font:inherit;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0 9px;font-size:12px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.chat-markdown[data-v-56939bc9] .chat-markdown__copy-button:hover{border-color:color-mix(in srgb,var(--p-surface-0)28%,transparent);background:color-mix(in srgb,var(--p-surface-0)14%,transparent)}.chat-markdown[data-v-56939bc9] .chat-markdown__copy-button:focus-visible{outline:2px solid var(--p-primary-300);outline-offset:2px}.chat-markdown[data-v-56939bc9] .chat-markdown__copy-button--copied{border-color:color-mix(in srgb,var(--p-green-400)42%,transparent);color:var(--p-green-300)}.chat-markdown[data-v-56939bc9] pre{background:var(--p-surface-800);color:var(--p-surface-100);-webkit-overflow-scrolling:touch;border-radius:10px;margin:14px 0 0;padding:14px 16px;font-size:13px;line-height:1.5;overflow-x:auto}.chat-markdown[data-v-56939bc9] .chat-markdown__code-block pre{background:0 0;border-radius:0;margin:0}.chat-markdown[data-v-56939bc9] pre code{color:inherit;font-size:inherit;word-break:normal;background:0 0;border-radius:0;padding:0}.chat-markdown[data-v-56939bc9] blockquote{border-left:3px solid var(--p-primary-300);color:var(--p-text-muted-color);margin:14px 0 0;padding:2px 0 2px 14px;font-style:italic}.chat-markdown[data-v-56939bc9] blockquote p{margin:0}.chat-markdown[data-v-56939bc9] blockquote p+p{margin-top:8px}.chat-markdown[data-v-56939bc9] a{color:var(--p-primary-500);text-decoration:none}.chat-markdown[data-v-56939bc9] a:hover{text-decoration:underline}.chat-markdown[data-v-56939bc9] hr{border:none;border-top:1px solid var(--p-surface-300);margin:20px 0}.chat-markdown[data-v-56939bc9] table{border-collapse:collapse;width:100%;margin:14px 0 0;font-size:13px;display:block;overflow-x:auto}.chat-markdown[data-v-56939bc9] thead{border-bottom:2px solid var(--p-surface-300)}.chat-markdown[data-v-56939bc9] th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:var(--p-text-muted-color);padding:8px 12px;font-size:12px;font-weight:600}.chat-markdown[data-v-56939bc9] td{border-bottom:1px solid var(--p-surface-200);padding:8px 12px}.chat-markdown[data-v-56939bc9] tr:last-child td{border-bottom:none}.chat-markdown[data-v-56939bc9] img{border-radius:8px;max-width:100%;height:auto;margin:12px 0 0}.chat-markdown[data-v-56939bc9] strong{font-weight:600}.chat-markdown[data-v-56939bc9] em{font-style:italic}.chat-compaction[data-v-181b3d5f]{width:100%;max-width:804px;color:var(--p-text-color);grid-template-columns:32px minmax(0,1fr);gap:12px;display:grid}.chat-compaction .chat-compaction__rail[data-v-181b3d5f]{justify-content:center;display:flex}.chat-compaction .chat-compaction__icon[data-v-181b3d5f]{background:var(--p-primary-50);width:32px;height:32px;color:var(--p-primary-600);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.chat-compaction .chat-compaction__body[data-v-181b3d5f]{box-sizing:border-box;border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:14px;width:100%;padding:14px 16px}.chat-compaction .chat-compaction__header[data-v-181b3d5f]{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chat-compaction .chat-compaction__eyebrow[data-v-181b3d5f]{color:var(--p-primary-600);letter-spacing:.08em;text-transform:uppercase;margin:0 0 2px;font-size:11px;font-weight:700}.chat-compaction .chat-compaction__title[data-v-181b3d5f]{margin:0;font-size:15px;font-weight:700}.chat-compaction .chat-compaction__meta[data-v-181b3d5f]{background:var(--p-surface-100);color:var(--p-text-muted-color);border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:12px;font-weight:600}.chat-compaction .chat-compaction__pending-text[data-v-181b3d5f]{color:var(--p-text-muted-color);margin:10px 0 0;font-size:13px;line-height:1.5}.chat-compaction .chat-compaction__summary[data-v-181b3d5f]{margin-top:12px;font-size:13px;line-height:1.55}.chat-compaction .chat-compaction__stats[data-v-181b3d5f]{color:var(--p-text-muted-color);flex-wrap:wrap;gap:8px;margin-top:12px;font-size:12px;display:flex}.chat-compaction .chat-compaction__stats span[data-v-181b3d5f]{background:var(--p-surface-100);border-radius:999px;padding:4px 8px}.chat-compaction--pending .chat-compaction__body[data-v-181b3d5f]{border-style:dashed}@media (max-width:700px){.chat-compaction[data-v-181b3d5f]{grid-template-columns:1fr}.chat-compaction .chat-compaction__rail[data-v-181b3d5f]{display:none}.chat-compaction .chat-compaction__header[data-v-181b3d5f]{flex-direction:column}}.chat-generated-files[data-v-424c32df]{flex-direction:column;gap:8px;width:100%;margin-top:2px;display:flex}.chat-generated-files .chat-generated-files__header[data-v-424c32df]{color:var(--p-text-muted-color);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:12px;padding:0 4px;font-size:11px;font-weight:800;display:flex}.chat-generated-files .chat-generated-files__header small[data-v-424c32df]{letter-spacing:0;text-transform:none;font-size:11px;font-weight:600}.chat-generated-files .chat-generated-files__list[data-v-424c32df]{flex-direction:column;gap:7px;display:flex}.chat-generated-files .chat-generated-files__item[data-v-424c32df]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.chat-generated-files .chat-generated-files__icon[data-v-424c32df]{background:var(--p-primary-50);width:36px;height:36px;color:var(--p-primary-600);border-radius:12px;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.chat-generated-files .chat-generated-files__icon[data-v-424c32df] svg{width:1em;height:1em}.chat-generated-files .chat-generated-files__main[data-v-424c32df]{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-generated-files .chat-generated-files__name[data-v-424c32df]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.3;overflow:hidden}.chat-generated-files .chat-generated-files__meta[data-v-424c32df]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.chat-generated-files .chat-generated-files__actions[data-v-424c32df]{justify-self:end;align-items:center;gap:8px;display:flex}@media (max-width:640px){.chat-generated-files .chat-generated-files__item[data-v-424c32df]{grid-template-columns:auto minmax(0,1fr)}.chat-generated-files .chat-generated-files__actions[data-v-424c32df]{grid-column:2;justify-self:start}}.document-collections-visualization[data-v-c24674ba]{flex-direction:column;gap:10px;display:flex}.document-collections-visualization .document-collections-visualization__hero[data-v-c24674ba]{background:linear-gradient(135deg,var(--p-primary-50),var(--p-surface-50));border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.document-collections-visualization .document-collections-visualization__hero-icon[data-v-c24674ba]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);cursor:help;border-radius:10px;outline:none;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.document-collections-visualization .document-collections-visualization__hero-icon[data-v-c24674ba]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-collections-visualization .document-collections-visualization__hero-copy[data-v-c24674ba]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.document-collections-visualization .document-collections-visualization__hero-copy span[data-v-c24674ba]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.document-collections-visualization .document-collections-visualization__hero-copy strong[data-v-c24674ba]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.document-collections-visualization .document-collections-visualization__count[data-v-c24674ba]{background:var(--p-surface-0);color:var(--p-primary-700);white-space:nowrap;border-radius:999px;flex:none;padding:4px 8px;font-size:11px;font-weight:800}.document-collections-visualization .document-collections-visualization__notice[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__empty[data-v-c24674ba]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-collections-visualization .document-collections-visualization__collections[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tags[data-v-c24674ba]{flex-direction:column;gap:8px;display:flex}.document-collections-visualization .document-collections-visualization__collections--scrollable[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tags--scrollable[data-v-c24674ba]{max-height:min(560px,70vh);overflow:hidden auto}.document-collections-visualization .document-collections-visualization__collection[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag[data-v-c24674ba]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:12px}.document-collections-visualization .document-collections-visualization__collection[data-v-c24674ba]{flex-direction:column;gap:9px;padding:10px;display:flex}.document-collections-visualization .document-collections-visualization__collection-header[data-v-c24674ba]{align-items:center;gap:9px;display:flex}.document-collections-visualization .document-collections-visualization__collection-swatch[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag-swatch[data-v-c24674ba]{width:10px;height:10px;box-shadow:0 0 0 2px var(--p-surface-0),0 0 0 3px var(--p-surface-200);border-radius:999px;flex:0 0 10px}.document-collections-visualization .document-collections-visualization__collection-copy[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag-copy[data-v-c24674ba]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.document-collections-visualization .document-collections-visualization__collection-copy strong[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag-copy strong[data-v-c24674ba]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.document-collections-visualization .document-collections-visualization__collection-copy span[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag-copy span[data-v-c24674ba]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.document-collections-visualization .document-collections-visualization__collection-health[data-v-c24674ba]{color:var(--p-text-muted-color);cursor:help;text-transform:uppercase;outline:none;flex-direction:column;flex:none;align-items:flex-end;gap:1px;font-size:10px;font-weight:800;display:flex}.document-collections-visualization .document-collections-visualization__collection-health strong[data-v-c24674ba]{color:var(--p-text-color);font-size:13px;font-weight:800;line-height:1}.document-collections-visualization .document-collections-visualization__collection-health[data-v-c24674ba]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100);border-radius:7px}.document-collections-visualization .document-collections-visualization__collection-tags[data-v-c24674ba]{flex-wrap:wrap;gap:5px;display:flex}.document-collections-visualization .document-collections-visualization__collection-tag[data-v-c24674ba]{background:var(--p-surface-50);max-width:100%;color:var(--p-text-muted-color);border-radius:999px;align-items:center;gap:5px;padding:3px 7px;font-size:11px;font-weight:750;display:inline-flex}.document-collections-visualization .document-collections-visualization__collection-tag span[data-v-c24674ba]{border-radius:999px;flex:0 0 7px;width:7px;height:7px}.document-collections-visualization .document-collections-visualization__tag[data-v-c24674ba]{align-items:center;gap:9px;padding:10px;display:flex}.document-collections-visualization .document-collections-visualization__tag-count[data-v-c24674ba]{background:var(--p-surface-50);color:var(--p-text-muted-color);cursor:help;white-space:nowrap;border-radius:999px;outline:none;flex:none;padding:4px 8px;font-size:11px;font-weight:800}.document-collections-visualization .document-collections-visualization__tag-count[data-v-c24674ba]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}@media (max-width:640px){.document-collections-visualization .document-collections-visualization__hero[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__collection-header[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag[data-v-c24674ba]{align-items:flex-start}.document-collections-visualization .document-collections-visualization__count[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__collection-health[data-v-c24674ba],.document-collections-visualization .document-collections-visualization__tag-count[data-v-c24674ba]{display:none}}.document-index-visualization[data-v-19a00ed0]{flex-direction:column;gap:10px;display:flex}.document-index-visualization .document-index-visualization__notice[data-v-19a00ed0],.document-index-visualization .document-index-visualization__empty[data-v-19a00ed0]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-index-visualization .document-index-visualization__groups[data-v-19a00ed0]{flex-direction:column;gap:14px;display:flex}.document-index-visualization .document-index-visualization__groups--scrollable[data-v-19a00ed0]{max-height:min(560px,70vh);overflow:hidden auto}.document-index-visualization .document-index-visualization__group[data-v-19a00ed0]{flex-direction:column;gap:7px;display:flex}.document-index-visualization .document-index-visualization__group-header[data-v-19a00ed0]{align-items:baseline;gap:7px;padding:0 2px;display:flex}.document-index-visualization .document-index-visualization__group-header span[data-v-19a00ed0]{letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:800}.document-index-visualization .document-index-visualization__group-header small[data-v-19a00ed0]{color:var(--p-text-muted-color);font-size:11px;font-weight:700}.document-index-visualization .document-index-visualization__timeline[data-v-19a00ed0]{flex-direction:column;gap:8px;display:flex}.document-index-visualization .document-index-visualization__document[data-v-19a00ed0]{grid-template-columns:18px minmax(0,1fr);gap:8px;display:grid}.document-index-visualization .document-index-visualization__document:last-child .document-index-visualization__state-rail[data-v-19a00ed0]:after{display:none}.document-index-visualization .document-index-visualization__state-rail[data-v-19a00ed0]{justify-content:center;padding-top:13px;display:flex;position:relative}.document-index-visualization .document-index-visualization__state-rail[data-v-19a00ed0]:after{background:var(--p-surface-200);content:"";width:1px;position:absolute;top:25px;bottom:-8px}.document-index-visualization .document-index-visualization__state-dot[data-v-19a00ed0]{z-index:1;border:2px solid var(--p-surface-0);background:var(--p-surface-400);cursor:help;border-radius:50%;outline:none;width:10px;height:10px;position:relative}.document-index-visualization .document-index-visualization__state-dot[data-v-19a00ed0]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-index-visualization .document-index-visualization__state-dot--indexed[data-v-19a00ed0]{background:var(--p-green-500)}.document-index-visualization .document-index-visualization__state-dot--pending[data-v-19a00ed0]{background:var(--p-primary-500)}.document-index-visualization .document-index-visualization__state-dot--failed[data-v-19a00ed0]{background:var(--p-red-500)}.document-index-visualization .document-index-visualization__document-body[data-v-19a00ed0]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:9px;flex-direction:column;gap:7px;min-width:0;padding:9px;display:flex}.document-index-visualization .document-index-visualization__document-header[data-v-19a00ed0]{justify-content:space-between;align-items:center;gap:10px;display:flex}.document-index-visualization .document-index-visualization__document-identity[data-v-19a00ed0]{align-items:center;gap:9px;min-width:0;display:flex}.document-index-visualization .document-index-visualization__document-identity .document-index-visualization__document-name[data-v-19a00ed0]{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.document-index-visualization .document-index-visualization__document-identity a.document-index-visualization__document-name[data-v-19a00ed0]:hover,.document-index-visualization .document-index-visualization__document-identity a.document-index-visualization__document-name[data-v-19a00ed0]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-index-visualization .document-index-visualization__file-icon[data-v-19a00ed0]{width:16px;color:var(--p-primary-500);text-align:center;flex:0 0 16px;font-size:15px}.document-list-visualization[data-v-e3c755bc]{flex-direction:column;gap:10px;display:flex}.document-list-visualization .document-list-visualization__notice[data-v-e3c755bc],.document-list-visualization .document-list-visualization__empty[data-v-e3c755bc]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-list-visualization .document-list-visualization__groups[data-v-e3c755bc]{flex-direction:column;gap:14px;display:flex}.document-list-visualization .document-list-visualization__groups--scrollable[data-v-e3c755bc]{max-height:min(560px,70vh);overflow:hidden auto}.document-list-visualization .document-list-visualization__group[data-v-e3c755bc]{flex-direction:column;gap:7px;display:flex}.document-list-visualization .document-list-visualization__group-header[data-v-e3c755bc]{align-items:baseline;gap:7px;padding:0 2px;display:flex}.document-list-visualization .document-list-visualization__group-header span[data-v-e3c755bc]{letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:800}.document-list-visualization .document-list-visualization__group-header small[data-v-e3c755bc]{color:var(--p-text-muted-color);font-size:11px;font-weight:700}.document-list-visualization .document-list-visualization__timeline[data-v-e3c755bc]{flex-direction:column;gap:8px;display:flex}.document-list-visualization .document-list-visualization__document[data-v-e3c755bc]{grid-template-columns:18px minmax(0,1fr);gap:8px;display:grid}.document-list-visualization .document-list-visualization__document:last-child .document-list-visualization__state-rail[data-v-e3c755bc]:after{display:none}.document-list-visualization .document-list-visualization__state-rail[data-v-e3c755bc]{justify-content:center;padding-top:13px;display:flex;position:relative}.document-list-visualization .document-list-visualization__state-rail[data-v-e3c755bc]:after{background:var(--p-surface-200);content:"";width:1px;position:absolute;top:25px;bottom:-8px}.document-list-visualization .document-list-visualization__state-dot[data-v-e3c755bc]{z-index:1;border:2px solid var(--p-surface-0);background:var(--p-surface-400);cursor:help;border-radius:50%;outline:none;width:10px;height:10px;position:relative}.document-list-visualization .document-list-visualization__state-dot[data-v-e3c755bc]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-list-visualization .document-list-visualization__state-dot--indexed[data-v-e3c755bc]{background:var(--p-green-500)}.document-list-visualization .document-list-visualization__state-dot--pending[data-v-e3c755bc]{background:var(--p-primary-500)}.document-list-visualization .document-list-visualization__state-dot--failed[data-v-e3c755bc]{background:var(--p-red-500)}.document-list-visualization .document-list-visualization__document-body[data-v-e3c755bc]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:9px;flex-direction:column;gap:7px;min-width:0;padding:9px;display:flex}.document-list-visualization .document-list-visualization__document-header[data-v-e3c755bc]{justify-content:space-between;align-items:center;gap:10px;display:flex}.document-list-visualization .document-list-visualization__document-identity[data-v-e3c755bc]{align-items:center;gap:9px;min-width:0;display:flex}.document-list-visualization .document-list-visualization__file-icon[data-v-e3c755bc]{width:16px;color:var(--p-primary-500);text-align:center;flex:0 0 16px;font-size:15px}.document-list-visualization .document-list-visualization__document-copy[data-v-e3c755bc]{flex-direction:column;gap:2px;min-width:0;display:flex}.document-list-visualization .document-list-visualization__document-copy .document-list-visualization__document-name[data-v-e3c755bc],.document-list-visualization .document-list-visualization__document-copy span[data-v-e3c755bc]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-list-visualization .document-list-visualization__document-copy .document-list-visualization__document-name[data-v-e3c755bc]{color:inherit;font-size:13px;font-weight:700;text-decoration:none}.document-list-visualization .document-list-visualization__document-copy a.document-list-visualization__document-name[data-v-e3c755bc]:hover,.document-list-visualization .document-list-visualization__document-copy a.document-list-visualization__document-name[data-v-e3c755bc]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-list-visualization .document-list-visualization__document-copy span[data-v-e3c755bc]{color:var(--p-text-muted-color);font-size:12px}.document-files-visualization[data-v-28d7f23f]{flex-direction:column;gap:10px;display:flex}.document-files-visualization .document-files-visualization__hero[data-v-28d7f23f]{background:linear-gradient(135deg,var(--p-primary-50),var(--p-surface-50));border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.document-files-visualization .document-files-visualization__hero-icon[data-v-28d7f23f]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);cursor:help;border-radius:10px;outline:none;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.document-files-visualization .document-files-visualization__hero-icon[data-v-28d7f23f]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-files-visualization .document-files-visualization__hero-copy[data-v-28d7f23f]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.document-files-visualization .document-files-visualization__hero-copy span[data-v-28d7f23f]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.document-files-visualization .document-files-visualization__hero-copy strong[data-v-28d7f23f]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.document-files-visualization .document-files-visualization__limit[data-v-28d7f23f]{background:var(--p-surface-0);color:var(--p-primary-700);white-space:nowrap;border-radius:999px;flex:none;padding:4px 8px;font-size:11px;font-weight:800}.document-files-visualization .document-files-visualization__notice[data-v-28d7f23f],.document-files-visualization .document-files-visualization__empty[data-v-28d7f23f]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-files-visualization .document-files-visualization__groups[data-v-28d7f23f]{flex-direction:column;gap:14px;display:flex}.document-files-visualization .document-files-visualization__groups--scrollable[data-v-28d7f23f]{max-height:min(560px,70vh);overflow:hidden auto}.document-files-visualization .document-files-visualization__group[data-v-28d7f23f]{flex-direction:column;gap:7px;display:flex}.document-files-visualization .document-files-visualization__group-header[data-v-28d7f23f]{align-items:baseline;gap:7px;padding:0 2px;display:flex}.document-files-visualization .document-files-visualization__group-header span[data-v-28d7f23f]{letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:800}.document-files-visualization .document-files-visualization__group-header small[data-v-28d7f23f]{color:var(--p-text-muted-color);font-size:11px;font-weight:700}.document-files-visualization .document-files-visualization__timeline[data-v-28d7f23f]{flex-direction:column;gap:8px;display:flex}.document-files-visualization .document-files-visualization__document[data-v-28d7f23f]{grid-template-columns:18px minmax(0,1fr);gap:8px;display:grid}.document-files-visualization .document-files-visualization__document:last-child .document-files-visualization__state-rail[data-v-28d7f23f]:after{display:none}.document-files-visualization .document-files-visualization__state-rail[data-v-28d7f23f]{justify-content:center;padding-top:13px;display:flex;position:relative}.document-files-visualization .document-files-visualization__state-rail[data-v-28d7f23f]:after{background:var(--p-surface-200);content:"";width:1px;position:absolute;top:25px;bottom:-8px}.document-files-visualization .document-files-visualization__state-dot[data-v-28d7f23f]{z-index:1;border:2px solid var(--p-surface-0);width:10px;height:10px;box-shadow:0 0 0 1px var(--p-surface-200);cursor:help;border-radius:999px;outline:none;position:relative}.document-files-visualization .document-files-visualization__state-dot--indexed[data-v-28d7f23f]{background:var(--p-green-500)}.document-files-visualization .document-files-visualization__state-dot--pending[data-v-28d7f23f]{background:var(--p-yellow-500)}.document-files-visualization .document-files-visualization__state-dot--failed[data-v-28d7f23f]{background:var(--p-red-500)}.document-files-visualization .document-files-visualization__state-dot--unknown[data-v-28d7f23f]{background:var(--p-surface-400)}.document-files-visualization .document-files-visualization__state-dot[data-v-28d7f23f]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-files-visualization .document-files-visualization__document-body[data-v-28d7f23f]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:10px;min-width:0;padding:9px}.document-files-visualization .document-files-visualization__document-header[data-v-28d7f23f]{justify-content:space-between;align-items:center;gap:10px;display:flex}.document-files-visualization .document-files-visualization__document-identity[data-v-28d7f23f]{align-items:center;gap:8px;min-width:0;display:flex}.document-files-visualization .document-files-visualization__file-icon[data-v-28d7f23f]{width:22px;color:var(--p-primary-500);text-align:center;flex:0 0 22px;font-size:17px}.document-files-visualization .document-files-visualization__document-copy[data-v-28d7f23f]{flex-direction:column;gap:2px;min-width:0;display:flex}.document-files-visualization .document-files-visualization__document-copy span[data-v-28d7f23f]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.document-files-visualization .document-files-visualization__document-name[data-v-28d7f23f]{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;text-decoration:none;overflow:hidden}.document-files-visualization a.document-files-visualization__document-name[data-v-28d7f23f]:hover,.document-files-visualization a.document-files-visualization__document-name[data-v-28d7f23f]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-files-visualization .document-files-visualization__collection-count[data-v-28d7f23f]{color:var(--p-text-muted-color);white-space:nowrap;flex:none;font-size:11px;font-weight:800}.document-files-visualization .document-files-visualization__collections[data-v-28d7f23f]{flex-wrap:wrap;gap:5px;margin-top:8px;padding-left:30px;display:flex}.document-files-visualization .document-files-visualization__collection[data-v-28d7f23f]{background:var(--p-surface-50);max-width:100%;color:var(--p-text-muted-color);border-radius:999px;align-items:center;gap:5px;padding:3px 7px;font-size:11px;font-weight:750;display:inline-flex}.document-files-visualization .document-files-visualization__collection-swatch[data-v-28d7f23f]{border-radius:999px;flex:0 0 7px;width:7px;height:7px}@media (max-width:640px){.document-files-visualization .document-files-visualization__limit[data-v-28d7f23f],.document-files-visualization .document-files-visualization__collection-count[data-v-28d7f23f]{display:none}.document-files-visualization .document-files-visualization__document-header[data-v-28d7f23f]{align-items:flex-start}.document-files-visualization .document-files-visualization__collections[data-v-28d7f23f]{padding-left:0}}.document-render-page-visualization[data-v-efc8c285]{flex-direction:column;gap:10px;display:flex}.document-render-page-visualization .document-render-page-visualization__header[data-v-efc8c285]{background:var(--p-surface-50);border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.document-render-page-visualization .document-render-page-visualization__thumbnail[data-v-efc8c285]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);width:46px;height:58px;color:var(--p-primary-600);cursor:help;border-radius:9px;outline:none;flex:0 0 46px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.document-render-page-visualization .document-render-page-visualization__thumbnail img[data-v-efc8c285]{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.document-render-page-visualization .document-render-page-visualization__thumbnail[data-v-efc8c285]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-render-page-visualization .document-render-page-visualization__identity[data-v-efc8c285]{flex-direction:column;gap:2px;min-width:0;display:flex}.document-render-page-visualization .document-render-page-visualization__identity span[data-v-efc8c285]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.document-render-page-visualization .document-render-page-visualization__identity .document-render-page-visualization__document-name[data-v-efc8c285]{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.document-render-page-visualization .document-render-page-visualization__identity a.document-render-page-visualization__document-name[data-v-efc8c285]:hover,.document-render-page-visualization .document-render-page-visualization__identity a.document-render-page-visualization__document-name[data-v-efc8c285]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-render-page-visualization .document-render-page-visualization__identity small[data-v-efc8c285]{color:var(--p-text-muted-color);font-size:11px;font-weight:700}.document-render-page-visualization .document-render-page-visualization__notice[data-v-efc8c285],.document-render-page-visualization .document-render-page-visualization__empty[data-v-efc8c285]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-render-page-visualization .document-render-page-visualization__preview[data-v-efc8c285]{border:1px solid var(--p-surface-200);background:linear-gradient(45deg,var(--p-surface-100)25%,transparent 25%),linear-gradient(-45deg,var(--p-surface-100)25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--p-surface-100)75%),linear-gradient(-45deg,transparent 75%,var(--p-surface-100)75%);background-color:var(--p-surface-0);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border-radius:10px;display:block;overflow:auto}.document-render-page-visualization .document-render-page-visualization__preview img[data-v-efc8c285]{object-fit:contain;border-radius:6px;width:100%;max-width:100%;height:auto;display:block;box-shadow:0 12px 32px #0f172a24}.document-render-page-visualization .document-render-page-visualization__metadata[data-v-efc8c285]{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.document-render-page-visualization .document-render-page-visualization__metadata-row[data-v-efc8c285]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:8px;min-width:0;padding:8px}.document-render-page-visualization .document-render-page-visualization__metadata-row dt[data-v-efc8c285]{color:var(--p-text-muted-color);letter-spacing:.05em;text-transform:uppercase;margin:0 0 2px;font-size:9px;font-weight:800}.document-render-page-visualization .document-render-page-visualization__metadata-row dd[data-v-efc8c285]{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:750;overflow:hidden}@media (max-width:640px){.document-render-page-visualization .document-render-page-visualization__metadata[data-v-efc8c285]{grid-template-columns:1fr 1fr}}.document-read-visualization[data-v-cc5ebcb4]{flex-direction:column;gap:10px;display:flex}.document-read-visualization .document-read-visualization__header[data-v-cc5ebcb4]{background:var(--p-surface-50);border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.document-read-visualization .document-read-visualization__icon[data-v-cc5ebcb4]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);cursor:help;border-radius:10px;outline:none;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.document-read-visualization .document-read-visualization__icon[data-v-cc5ebcb4]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-read-visualization .document-read-visualization__identity[data-v-cc5ebcb4]{flex-direction:column;gap:2px;min-width:0;display:flex}.document-read-visualization .document-read-visualization__identity span[data-v-cc5ebcb4]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.document-read-visualization .document-read-visualization__identity .document-read-visualization__document-name[data-v-cc5ebcb4]{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.document-read-visualization .document-read-visualization__identity a.document-read-visualization__document-name[data-v-cc5ebcb4]:hover,.document-read-visualization .document-read-visualization__identity a.document-read-visualization__document-name[data-v-cc5ebcb4]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-read-visualization .document-read-visualization__notice[data-v-cc5ebcb4],.document-read-visualization .document-read-visualization__truncation[data-v-cc5ebcb4],.document-read-visualization .document-read-visualization__empty[data-v-cc5ebcb4]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-read-visualization .document-read-visualization__truncation[data-v-cc5ebcb4]{background:color-mix(in srgb,var(--p-yellow-100)55%,var(--p-surface-0));color:var(--p-yellow-900,var(--p-text-color))}.document-read-visualization .document-read-visualization__text[data-v-cc5ebcb4]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);white-space:pre-wrap;border-radius:10px;max-height:320px;padding:11px;font-size:12px;line-height:1.5;overflow:auto}.document-search-visualization[data-v-79420083]{flex-direction:column;gap:10px;display:flex}.document-search-visualization .document-search-visualization__query-card[data-v-79420083]{background:linear-gradient(135deg,var(--p-primary-50),var(--p-surface-50));border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.document-search-visualization .document-search-visualization__query-icon[data-v-79420083]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);cursor:help;border-radius:10px;outline:none;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.document-search-visualization .document-search-visualization__query-icon[data-v-79420083]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.document-search-visualization .document-search-visualization__query-copy[data-v-79420083]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.document-search-visualization .document-search-visualization__query-copy span[data-v-79420083]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.document-search-visualization .document-search-visualization__query-copy .document-search-visualization__result-name[data-v-79420083]{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.document-search-visualization .document-search-visualization__query-copy a.document-search-visualization__result-name[data-v-79420083]:hover,.document-search-visualization .document-search-visualization__query-copy a.document-search-visualization__result-name[data-v-79420083]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-search-visualization .document-search-visualization__count[data-v-79420083]{background:var(--p-surface-0);width:fit-content;color:var(--p-text-muted-color);white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.document-search-visualization .document-search-visualization__notice[data-v-79420083],.document-search-visualization .document-search-visualization__empty[data-v-79420083]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.document-search-visualization .document-search-visualization__results[data-v-79420083]{flex-direction:column;gap:8px;max-height:420px;display:flex;overflow:auto}.document-search-visualization .document-search-visualization__result[data-v-79420083]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:10px;flex-direction:column;gap:7px;padding:10px;display:flex}.document-search-visualization .document-search-visualization__result-header[data-v-79420083]{justify-content:space-between;align-items:center;gap:8px;display:flex}.document-search-visualization .document-search-visualization__result-title[data-v-79420083]{cursor:help;outline:none;align-items:center;gap:7px;min-width:0;display:flex}.document-search-visualization .document-search-visualization__result-title[data-v-79420083]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100);border-radius:7px}.document-search-visualization .document-search-visualization__result-title span[data-v-79420083]{color:var(--p-primary-600);font-size:11px;font-weight:800}.document-search-visualization .document-search-visualization__result-title .document-search-visualization__result-name[data-v-79420083]{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.document-search-visualization .document-search-visualization__result-title a.document-search-visualization__result-name[data-v-79420083]:hover,.document-search-visualization .document-search-visualization__result-title a.document-search-visualization__result-name[data-v-79420083]:focus-visible{color:var(--p-primary-600);text-decoration:underline}.document-search-visualization .document-search-visualization__snippet[data-v-79420083]{max-height:11.6em;color:var(--p-text-color);white-space:pre-wrap;margin:0;font-size:12px;line-height:1.45;overflow-y:auto}.output-template-document-preview[data-v-f70e2e95]{--output-template-document-preview-max-height:360px;border:1px solid var(--p-surface-200);background:var(--p-surface-0);box-sizing:border-box;border-radius:12px;max-width:100%;position:relative;overflow:hidden}.output-template-document-preview .output-template-document-preview__scroll[data-v-f70e2e95]{min-width:0;max-height:var(--output-template-document-preview-max-height);flex-direction:column;gap:14px;padding:14px 16px;display:flex;overflow:auto}.output-template-document-preview .output-template-document-preview__section[data-v-f70e2e95]{min-width:0;padding-left:calc(var(--depth,0)*14px);box-sizing:border-box;flex-direction:column;gap:6px;display:flex}.output-template-document-preview .output-template-document-preview__section--highlight[data-v-f70e2e95]{padding:8px 10px 8px calc(var(--depth,0)*14px + 10px);background:var(--p-primary-50);box-shadow:inset 0 0 0 1px var(--p-primary-200);border-radius:9px}.output-template-document-preview .output-template-document-preview__heading[data-v-f70e2e95]{align-items:center;gap:8px;display:flex}.output-template-document-preview .output-template-document-preview__title[data-v-f70e2e95]{min-width:0;color:var(--p-text-color);font-weight:600;line-height:1.35}.output-template-document-preview .output-template-document-preview__title--level-1[data-v-f70e2e95]{font-size:15px}.output-template-document-preview .output-template-document-preview__title--level-2[data-v-f70e2e95]{font-size:14px}.output-template-document-preview .output-template-document-preview__title--level-3[data-v-f70e2e95]{font-size:13px}.output-template-document-preview .output-template-document-preview__updated[data-v-f70e2e95]{background:var(--p-primary-100);color:var(--p-primary-700);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.output-template-document-preview .output-template-document-preview__instructions[data-v-f70e2e95]{color:var(--p-text-muted-color);align-items:flex-start;gap:7px;margin:0;font-size:12px;font-style:italic;line-height:1.5;display:flex}.output-template-document-preview .output-template-document-preview__instructions i[data-v-f70e2e95]{color:var(--p-primary-400,var(--p-primary-500));margin-top:2px;font-style:normal}.output-template-document-preview .output-template-document-preview__text[data-v-f70e2e95]{color:var(--p-text-color);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.6}.output-template-document-preview .output-template-document-preview__columns-table[data-v-f70e2e95],.output-template-document-preview .output-template-document-preview__data-table[data-v-f70e2e95]{border-collapse:collapse;width:100%;min-width:0;font-size:12px}.output-template-document-preview .output-template-document-preview__columns-table th[data-v-f70e2e95],.output-template-document-preview .output-template-document-preview__data-table th[data-v-f70e2e95]{border-bottom:1px solid var(--p-surface-200);color:var(--p-text-muted-color);text-align:left;white-space:nowrap;padding:6px 10px;font-weight:600}.output-template-document-preview .output-template-document-preview__columns-table td[data-v-f70e2e95],.output-template-document-preview .output-template-document-preview__data-table td[data-v-f70e2e95]{border-bottom:1px solid var(--p-surface-100);color:var(--p-text-color);text-align:left;vertical-align:top;padding:6px 10px}.output-template-document-preview .output-template-document-preview__columns-table tr:last-child td[data-v-f70e2e95],.output-template-document-preview .output-template-document-preview__data-table tr:last-child td[data-v-f70e2e95]{border-bottom:0}.output-template-document-preview .output-template-document-preview__column-name[data-v-f70e2e95]{align-items:center;gap:6px;font-weight:600;display:inline-flex}.output-template-document-preview .output-template-document-preview__column-name i[data-v-f70e2e95]{color:var(--p-text-muted-color);font-size:11px}.output-template-document-preview .output-template-document-preview__column-notes[data-v-f70e2e95]{color:var(--p-text-muted-color)}.output-template-document-preview .output-template-document-preview__records[data-v-f70e2e95]{flex-direction:column;gap:8px;display:flex}.output-template-document-preview .output-template-document-preview__record[data-v-f70e2e95]{border:1px solid var(--p-surface-200);background:var(--p-surface-50);border-radius:9px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;padding:10px;display:grid}.output-template-document-preview .output-template-document-preview__record-field[data-v-f70e2e95]{flex-direction:column;gap:2px;min-width:0;display:flex}.output-template-document-preview .output-template-document-preview__record-label[data-v-f70e2e95]{color:var(--p-text-muted-color);letter-spacing:.02em;text-transform:uppercase;font-size:10px;font-weight:600}.output-template-document-preview .output-template-document-preview__record-value[data-v-f70e2e95]{color:var(--p-text-color);font-size:13px;line-height:1.4}.output-template-document-preview .output-template-document-preview__pending[data-v-f70e2e95]{color:var(--p-text-muted-color);align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.output-template-tool-header[data-v-5ff3cf97]{align-items:center;gap:10px;display:flex}.output-template-tool-header .output-template-tool-header__icon[data-v-5ff3cf97]{background:var(--p-primary-50);width:34px;height:34px;color:var(--p-primary-600);border-radius:11px;flex:0 0 34px;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.output-template-tool-header .output-template-tool-header__copy[data-v-5ff3cf97]{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.output-template-tool-header .output-template-tool-header__title-row[data-v-5ff3cf97]{align-items:center;gap:8px;min-width:0;display:flex}.output-template-tool-header .output-template-tool-header__title[data-v-5ff3cf97]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.output-template-tool-header .output-template-tool-header__subtitle[data-v-5ff3cf97]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.output-template-tool-state[data-v-cb8bbc19]{border-radius:11px;align-items:center;gap:9px;padding:12px;font-size:12px;line-height:1.4;display:flex}.output-template-tool-state .output-template-tool-state__icon[data-v-cb8bbc19]{font-size:14px}.output-template-tool-state--waiting[data-v-cb8bbc19],.output-template-tool-state--empty[data-v-cb8bbc19]{border:1px dashed var(--p-surface-300);color:var(--p-text-muted-color)}.output-template-tool-state--error[data-v-cb8bbc19]{border:1px solid var(--p-red-200);background:var(--p-red-50);color:var(--p-red-700)}.output-template-instance-preview[data-v-eea88c55]{flex-direction:column;gap:12px;display:flex}.output-template-instance-preview .output-template-instance-preview__actions[data-v-eea88c55]{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.output-template-instance-preview .output-template-instance-preview__progress[data-v-eea88c55]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:12px;flex-direction:column;gap:8px;padding:11px 12px;display:flex}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-head[data-v-eea88c55]{justify-content:space-between;align-items:center;gap:8px;display:flex}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-count[data-v-eea88c55]{color:var(--p-text-muted-color);font-size:12px;font-weight:600}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-track[data-v-eea88c55]{background:var(--p-surface-200);border-radius:999px;width:100%;height:6px;overflow:hidden}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-fill[data-v-eea88c55]{background:var(--p-primary-500);border-radius:999px;height:100%;transition:width .2s;display:block}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-fill--success[data-v-eea88c55]{background:var(--p-green-500)}.output-template-instance-preview .output-template-instance-preview__progress .output-template-instance-preview__progress-fill--pending[data-v-eea88c55]{background:var(--p-primary-500)}.output-template-instance-preview .output-template-instance-preview__status[data-v-eea88c55]{background:var(--p-surface-100);color:var(--p-text-muted-color);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:600}.output-template-instance-preview .output-template-instance-preview__status--success[data-v-eea88c55]{background:var(--p-green-50);color:var(--p-green-700)}.output-template-instance-preview .output-template-instance-preview__status--pending[data-v-eea88c55]{background:var(--p-amber-50,var(--p-surface-100));color:var(--p-amber-700,var(--p-text-muted-color))}.output-template-instance-preview .output-template-instance-preview__write-summary[data-v-eea88c55]{background:var(--p-primary-50);color:var(--p-primary-800);border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4;display:flex}.output-template-instance-preview .output-template-instance-preview__export[data-v-eea88c55]{justify-content:flex-end;display:flex}.output-template-create-draft-visualization[data-v-a2b06c7e]{flex-direction:column;gap:12px;display:flex}.output-template-create-draft-visualization .output-template-create-draft-visualization__preview[data-v-a2b06c7e]{--output-template-document-preview-max-height:680px}.output-template-create-draft-visualization .output-template-create-draft-visualization__fullscreen-button[data-v-a2b06c7e]{flex:none;margin-left:auto}.output-template-create-draft-visualization .output-template-create-draft-visualization__feedback[data-v-a2b06c7e]{flex-direction:column;gap:6px;display:flex}.output-template-create-draft-visualization .output-template-create-draft-visualization__feedback label[data-v-a2b06c7e]{color:var(--p-text-muted-color);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.output-template-create-draft-visualization .output-template-create-draft-visualization__actions[data-v-a2b06c7e]{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.output-template-list-instances-visualization[data-v-f6a19c89]{flex-direction:column;gap:12px;display:flex}.output-template-list-instances-visualization .output-template-list-instances-visualization__list[data-v-f6a19c89]{flex-direction:column;gap:7px;display:flex}.output-template-list-instances-visualization .output-template-list-instances-visualization__row[data-v-f6a19c89]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);min-width:0;color:inherit;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;text-decoration:none;transition:border-color .15s,background-color .15s;display:flex}.output-template-list-instances-visualization .output-template-list-instances-visualization__row[data-v-f6a19c89]:hover,.output-template-list-instances-visualization .output-template-list-instances-visualization__row[data-v-f6a19c89]:focus-visible{border-color:var(--p-primary-300);background:var(--p-primary-50);outline:none}.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-icon[data-v-f6a19c89]{background:var(--p-primary-50);width:30px;height:30px;color:var(--p-primary-600);border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-copy[data-v-f6a19c89]{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-copy strong[data-v-f6a19c89],.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-copy small[data-v-f6a19c89]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-copy strong[data-v-f6a19c89]{font-size:13px;font-weight:600}.output-template-list-instances-visualization .output-template-list-instances-visualization__row .output-template-list-instances-visualization__row-copy small[data-v-f6a19c89]{color:var(--p-text-muted-color);font-size:11px}.output-template-list-instances-visualization .output-template-list-instances-visualization__status[data-v-f6a19c89]{background:var(--p-surface-100);color:var(--p-text-muted-color);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex:none;padding:3px 9px;font-size:10px;font-weight:600}.output-template-list-instances-visualization .output-template-list-instances-visualization__status--success[data-v-f6a19c89]{background:var(--p-green-50);color:var(--p-green-700)}.output-template-list-instances-visualization .output-template-list-instances-visualization__status--pending[data-v-f6a19c89]{background:var(--p-amber-50,var(--p-surface-100));color:var(--p-amber-700,var(--p-text-muted-color))}.output-template-list-visualization[data-v-3a55531e]{flex-direction:column;gap:12px;display:flex}.output-template-list-visualization .output-template-list-visualization__grid[data-v-3a55531e]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;display:grid}.output-template-list-visualization .output-template-list-visualization__card[data-v-3a55531e]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);min-width:0;color:inherit;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;text-decoration:none;transition:border-color .15s,background-color .15s;display:flex}.output-template-list-visualization .output-template-list-visualization__card[data-v-3a55531e]:hover,.output-template-list-visualization .output-template-list-visualization__card[data-v-3a55531e]:focus-visible{border-color:var(--p-primary-300);background:var(--p-primary-50);outline:none}.output-template-list-visualization .output-template-list-visualization__card:hover .output-template-list-visualization__card-arrow[data-v-3a55531e],.output-template-list-visualization .output-template-list-visualization__card:focus-visible .output-template-list-visualization__card-arrow[data-v-3a55531e]{color:var(--p-primary-500)}.output-template-list-visualization .output-template-list-visualization__card .output-template-list-visualization__card-icon[data-v-3a55531e]{background:var(--p-primary-50);width:30px;height:30px;color:var(--p-primary-600);border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.output-template-list-visualization .output-template-list-visualization__card .output-template-list-visualization__card-copy[data-v-3a55531e]{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.output-template-list-visualization .output-template-list-visualization__card .output-template-list-visualization__card-title[data-v-3a55531e]{align-items:center;gap:7px;min-width:0;display:flex}.output-template-list-visualization .output-template-list-visualization__card .output-template-list-visualization__card-title strong[data-v-3a55531e]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.output-template-list-visualization .output-template-list-visualization__card small[data-v-3a55531e]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.output-template-list-visualization .output-template-list-visualization__card .output-template-list-visualization__card-arrow[data-v-3a55531e]{color:var(--p-text-muted-color);flex:none;font-size:11px;transition:color .15s}.output-template-list-visualization .output-template-list-visualization__badge[data-v-3a55531e]{background:var(--p-primary-100);color:var(--p-primary-700);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;gap:4px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.output-template-read-visualization[data-v-e5cd46cf]{flex-direction:column;gap:12px;display:flex}.output-template-read-visualization .output-template-read-visualization__actions[data-v-e5cd46cf]{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.tool-fallback-visualization[data-v-afb9e10b]{background:var(--p-surface-50);border-radius:9px;flex-direction:column;gap:8px;padding:10px;display:flex}.tool-fallback-visualization .tool-fallback-visualization__message[data-v-afb9e10b]{color:var(--p-text-color);align-items:center;gap:8px;font-size:13px;display:flex}.tool-fallback-visualization .tool-fallback-visualization__chips[data-v-afb9e10b]{flex-wrap:wrap;gap:6px;display:flex}.tool-fallback-visualization .tool-fallback-visualization__chip[data-v-afb9e10b]{background:var(--p-surface-100);color:var(--p-text-muted-color);border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.provider-web-search-visualization[data-v-10faaa39]{background:var(--p-surface-50);border-radius:10px;flex-direction:column;gap:9px;padding:10px;display:flex}.provider-web-search-visualization .provider-web-search-visualization__action[data-v-10faaa39]{align-items:center;gap:10px;display:flex}.provider-web-search-visualization .provider-web-search-visualization__icon[data-v-10faaa39]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.provider-web-search-visualization .provider-web-search-visualization__copy[data-v-10faaa39]{flex-direction:column;gap:2px;min-width:0;display:flex}.provider-web-search-visualization .provider-web-search-visualization__copy span[data-v-10faaa39]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.provider-web-search-visualization .provider-web-search-visualization__copy strong[data-v-10faaa39]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.provider-web-search-visualization .provider-web-search-visualization__chips[data-v-10faaa39]{flex-wrap:wrap;gap:5px;display:flex}.provider-web-search-visualization .provider-web-search-visualization__chip[data-v-10faaa39]{background:var(--p-surface-0);width:fit-content;color:var(--p-text-muted-color);border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.provider-web-search-visualization .provider-web-search-visualization__note[data-v-10faaa39]{color:var(--p-text-muted-color);margin:0;font-size:12px;line-height:1.4}.sandbox-output-visualization[data-v-f6085031]{flex-direction:column;gap:10px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__notice[data-v-f6085031],.sandbox-output-visualization .sandbox-output-visualization__empty[data-v-f6085031]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__notice--error[data-v-f6085031]{background:color-mix(in srgb,var(--p-red-500)7%,var(--p-surface-50));color:var(--p-red-700,var(--p-red-500))}.sandbox-output-visualization .sandbox-output-visualization__groups[data-v-f6085031]{flex-direction:column;gap:14px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__groups--scrollable[data-v-f6085031]{max-height:min(560px,70vh);overflow:hidden auto}.sandbox-output-visualization .sandbox-output-visualization__group-list[data-v-f6085031]{flex-direction:column;gap:14px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__group[data-v-f6085031]{flex-direction:column;gap:7px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__group-header[data-v-f6085031]{align-items:baseline;gap:7px;padding:0 2px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__group-header span[data-v-f6085031]{letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:800}.sandbox-output-visualization .sandbox-output-visualization__group-header small[data-v-f6085031]{color:var(--p-text-muted-color);font-size:11px;font-weight:700}.sandbox-output-visualization .sandbox-output-visualization__timeline[data-v-f6085031]{flex-direction:column;gap:8px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__artifact-row[data-v-f6085031]{grid-template-columns:18px minmax(0,1fr);gap:8px;display:grid}.sandbox-output-visualization .sandbox-output-visualization__artifact-row:last-child .sandbox-output-visualization__state-rail[data-v-f6085031]:after{display:none}.sandbox-output-visualization .sandbox-output-visualization__state-rail[data-v-f6085031]{justify-content:center;padding-top:13px;display:flex;position:relative}.sandbox-output-visualization .sandbox-output-visualization__state-rail[data-v-f6085031]:after{background:var(--p-surface-200);content:"";width:1px;position:absolute;top:25px;bottom:-8px}.sandbox-output-visualization .sandbox-output-visualization__state-dot[data-v-f6085031]{z-index:1;border:2px solid var(--p-surface-0);background:var(--p-surface-400);cursor:help;border-radius:50%;outline:none;width:10px;height:10px;position:relative}.sandbox-output-visualization .sandbox-output-visualization__state-dot[data-v-f6085031]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100)}.sandbox-output-visualization .sandbox-output-visualization__state-dot--linked[data-v-f6085031]{background:var(--p-green-500)}.sandbox-output-visualization .sandbox-output-visualization__state-dot--unlinked[data-v-f6085031]{background:var(--p-primary-500)}.sandbox-output-visualization .sandbox-output-visualization__artifact-body[data-v-f6085031]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:9px;flex-direction:column;gap:7px;min-width:0;padding:9px;display:flex}.sandbox-output-visualization .sandbox-output-visualization__artifact-identity[data-v-f6085031]{align-items:center;gap:9px;min-width:0;display:flex}.sandbox-output-visualization .sandbox-output-visualization__artifact-identity strong[data-v-f6085031]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sandbox-output-visualization .sandbox-output-visualization__artifact-file-icon[data-v-f6085031]{width:16px;color:var(--p-primary-500);text-align:center;flex:0 0 16px;font-size:15px}.sandbox-output-visualization .sandbox-output-visualization__artifact-summary[data-v-f6085031]{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:2px 0;display:grid}.sandbox-output-visualization .sandbox-output-visualization__artifact-summary--with-action[data-v-f6085031]{grid-template-columns:42px minmax(0,1fr) 42px}.sandbox-output-visualization .sandbox-output-visualization__file-icon[data-v-f6085031]{background:color-mix(in srgb,var(--p-primary-500)10%,var(--p-surface-0));width:34px;height:34px;color:var(--p-primary-600,var(--p-primary-500));cursor:help;border-radius:10px;justify-content:center;align-items:center;font-size:15px;display:inline-flex}.sandbox-output-visualization .sandbox-output-visualization__file-icon--large[data-v-f6085031]{width:42px;height:42px;font-size:18px}.sandbox-output-visualization .sandbox-output-visualization__summary-copy[data-v-f6085031]{flex-direction:column;gap:3px;min-width:0;display:flex}.sandbox-output-visualization .sandbox-output-visualization__summary-copy strong[data-v-f6085031]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sandbox-output-visualization .sandbox-output-visualization__summary-copy span[data-v-f6085031]{color:var(--p-text-muted-color);font-size:11px;font-weight:650}.sandbox-output-visualization .sandbox-output-visualization__summary-copy[data-v-f6085031]{gap:6px}.sandbox-output-visualization .sandbox-output-visualization__summary-copy>span[data-v-f6085031]:first-child{letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.sandbox-output-visualization .sandbox-output-visualization__summary-copy strong[data-v-f6085031]{font-size:15px}.sandbox-output-visualization .sandbox-output-visualization__download[data-v-f6085031]{place-self:start end;display:flex}.sandbox-output-visualization .sandbox-output-visualization__download-link[data-v-f6085031]{background:var(--p-primary-500);width:42px;height:42px;color:var(--p-primary-contrast-color);border-radius:10px;justify-content:center;align-items:center;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.sandbox-output-visualization .sandbox-output-visualization__download-link[data-v-f6085031]:hover{background:var(--p-primary-600)}.sandbox-output-visualization .sandbox-output-visualization__download-link[data-v-f6085031]:focus-visible{box-shadow:0 0 0 3px var(--p-primary-100);outline:none}@media (max-width:640px){.sandbox-output-visualization .sandbox-output-visualization__artifact-row[data-v-f6085031]{grid-template-columns:18px minmax(0,1fr)}}.sandbox-shell-visualization[data-v-73b666d4]{flex-direction:column;gap:10px;display:flex}.sandbox-shell-visualization .sandbox-shell-visualization__terminal[data-v-73b666d4]{color:#d6e3f0;background:#0d1420;border-radius:12px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14}.sandbox-shell-visualization .sandbox-shell-visualization__terminal-bar[data-v-73b666d4]{background:#ffffff0f;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.sandbox-shell-visualization .sandbox-shell-visualization__lights[data-v-73b666d4]{gap:5px;display:inline-flex}.sandbox-shell-visualization .sandbox-shell-visualization__lights span[data-v-73b666d4]{background:#ef6461;border-radius:50%;width:8px;height:8px}.sandbox-shell-visualization .sandbox-shell-visualization__lights span[data-v-73b666d4]:nth-child(2){background:#f4c95d}.sandbox-shell-visualization .sandbox-shell-visualization__lights span[data-v-73b666d4]:nth-child(3){background:#74c69d}.sandbox-shell-visualization .sandbox-shell-visualization__terminal-status[data-v-73b666d4]{color:#d6e3f0;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#ffffff14;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.sandbox-shell-visualization .sandbox-shell-visualization__terminal-status--success[data-v-73b666d4]{color:#a7f3d0;background:#74c69d2e}.sandbox-shell-visualization .sandbox-shell-visualization__terminal-status--failed[data-v-73b666d4],.sandbox-shell-visualization .sandbox-shell-visualization__terminal-status--timeout[data-v-73b666d4]{color:#fecaca;background:#ef64612e}.sandbox-shell-visualization .sandbox-shell-visualization__command[data-v-73b666d4]{white-space:pre-wrap;word-break:break-word;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.sandbox-shell-visualization .sandbox-shell-visualization__command span[data-v-73b666d4]{color:#74c69d;font-weight:800}.sandbox-shell-visualization .sandbox-shell-visualization__notice[data-v-73b666d4],.sandbox-shell-visualization .sandbox-shell-visualization__empty[data-v-73b666d4]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.sandbox-shell-visualization .sandbox-shell-visualization__streams[data-v-73b666d4]{flex-direction:column;gap:8px;display:flex}.sandbox-shell-visualization .sandbox-shell-visualization__stream[data-v-73b666d4]{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.sandbox-shell-visualization .sandbox-shell-visualization__stream .sandbox-shell-visualization__stream-output[data-v-73b666d4]{box-sizing:border-box;border:1px solid var(--p-surface-200);background:var(--p-surface-50);white-space:pre-wrap;word-break:break-word;border-radius:9px;width:100%;max-height:260px;margin:0;padding:10px;font-size:11px;line-height:1.45;overflow:auto}.sandbox-shell-visualization .sandbox-shell-visualization__stream--stderr .sandbox-shell-visualization__stream-output[data-v-73b666d4]{border-color:color-mix(in srgb,var(--p-red-500)30%,var(--p-surface-200));background:color-mix(in srgb,var(--p-red-500)7%,var(--p-surface-50))}.sandbox-shell-visualization .sandbox-shell-visualization__stream-label[data-v-73b666d4]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.web-fetch-visualization[data-v-245e6241]{flex-direction:column;gap:10px;display:flex}.web-fetch-visualization .web-fetch-visualization__hero[data-v-245e6241]{background:linear-gradient(135deg,var(--p-surface-50),var(--p-primary-50));border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.web-fetch-visualization .web-fetch-visualization__hero-icon[data-v-245e6241]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.web-fetch-visualization .web-fetch-visualization__hero-copy[data-v-245e6241]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.web-fetch-visualization .web-fetch-visualization__hero-copy span[data-v-245e6241]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.web-fetch-visualization .web-fetch-visualization__hero-copy strong[data-v-245e6241]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.web-fetch-visualization .web-fetch-visualization__count[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__subpage-count[data-v-245e6241]{background:var(--p-surface-0);width:fit-content;color:var(--p-text-muted-color);white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.web-fetch-visualization .web-fetch-visualization__notice[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__empty[data-v-245e6241]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.web-fetch-visualization .web-fetch-visualization__pages[data-v-245e6241]{flex-direction:column;gap:8px;max-height:460px;display:flex;overflow:auto}.web-fetch-visualization .web-fetch-visualization__page[data-v-245e6241]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:10px;flex-direction:column;gap:9px;padding:10px;display:flex}.web-fetch-visualization .web-fetch-visualization__page-header[data-v-245e6241]{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.web-fetch-visualization .web-fetch-visualization__page-title[data-v-245e6241]{flex-direction:column;gap:2px;min-width:0;display:flex}.web-fetch-visualization .web-fetch-visualization__page-title a[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__page-title strong[data-v-245e6241]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.25;text-decoration:none;overflow:hidden}.web-fetch-visualization .web-fetch-visualization__page-title a[data-v-245e6241]:hover{color:var(--p-primary-600);text-decoration:underline}.web-fetch-visualization .web-fetch-visualization__page-title span[data-v-245e6241]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.web-fetch-visualization .web-fetch-visualization__summary[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__text[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__highlights[data-v-245e6241]{border-left:2px solid var(--p-primary-200);padding-left:9px}.web-fetch-visualization .web-fetch-visualization__summary[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__text[data-v-245e6241],.web-fetch-visualization .web-fetch-visualization__highlights p[data-v-245e6241]{margin:0;font-size:12px;line-height:1.45}.web-fetch-visualization .web-fetch-visualization__highlights[data-v-245e6241]{flex-direction:column;gap:6px;display:flex}.web-fetch-visualization .web-fetch-visualization__text[data-v-245e6241]{white-space:pre-wrap;max-height:260px;overflow:auto}.web-search-visualization[data-v-b0e47331]{flex-direction:column;gap:10px;display:flex}.web-search-visualization .web-search-visualization__hero[data-v-b0e47331]{background:radial-gradient(circle at top left,color-mix(in srgb,var(--p-primary-500)18%,transparent),transparent 35%),var(--p-surface-50);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.web-search-visualization .web-search-visualization__hero-icon[data-v-b0e47331]{background:var(--p-surface-0);width:34px;height:34px;color:var(--p-primary-600);border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.web-search-visualization .web-search-visualization__hero-copy[data-v-b0e47331]{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.web-search-visualization .web-search-visualization__hero-copy span[data-v-b0e47331]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.web-search-visualization .web-search-visualization__hero-copy strong[data-v-b0e47331]{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.web-search-visualization .web-search-visualization__count[data-v-b0e47331]{background:var(--p-surface-0);width:fit-content;color:var(--p-text-muted-color);white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.web-search-visualization .web-search-visualization__notice[data-v-b0e47331],.web-search-visualization .web-search-visualization__empty[data-v-b0e47331]{background:var(--p-surface-50);color:var(--p-text-muted-color);border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.web-search-visualization .web-search-visualization__results[data-v-b0e47331]{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:460px;display:grid;overflow:auto}.web-search-visualization .web-search-visualization__source[data-v-b0e47331]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:10px;flex-direction:column;gap:8px;min-width:0;padding:10px;display:flex}.web-search-visualization .web-search-visualization__source-header[data-v-b0e47331]{align-items:flex-start;gap:8px;display:flex}.web-search-visualization .web-search-visualization__favicon[data-v-b0e47331],.web-search-visualization .web-search-visualization__favicon-placeholder[data-v-b0e47331]{border-radius:6px;flex:0 0 22px;width:22px;height:22px}.web-search-visualization .web-search-visualization__favicon-placeholder[data-v-b0e47331]{background:var(--p-surface-100);color:var(--p-text-muted-color);justify-content:center;align-items:center;font-size:12px;display:inline-flex}.web-search-visualization .web-search-visualization__source-copy[data-v-b0e47331]{flex-direction:column;gap:2px;min-width:0;display:flex}.web-search-visualization .web-search-visualization__source-copy a[data-v-b0e47331],.web-search-visualization .web-search-visualization__source-copy strong[data-v-b0e47331]{color:var(--p-text-color);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.25;text-decoration:none;overflow:hidden}.web-search-visualization .web-search-visualization__source-copy a[data-v-b0e47331]:hover{color:var(--p-primary-600);text-decoration:underline}.web-search-visualization .web-search-visualization__source-copy span[data-v-b0e47331]{color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.web-search-visualization .web-search-visualization__summary[data-v-b0e47331],.web-search-visualization .web-search-visualization__text-preview[data-v-b0e47331],.web-search-visualization .web-search-visualization__highlights p[data-v-b0e47331]{color:var(--p-text-color);margin:0;font-size:12px;line-height:1.45}.web-search-visualization .web-search-visualization__highlights[data-v-b0e47331]{border-left:2px solid var(--p-primary-200);flex-direction:column;gap:6px;padding-left:9px;display:flex}@media (max-width:760px){.web-search-visualization .web-search-visualization__results[data-v-b0e47331]{grid-template-columns:1fr}}.tool-compact-visualization[data-v-3c3a65bb]{flex:1;align-items:center;gap:8px;min-width:0;font-size:12px;line-height:1.2;display:flex}.tool-compact-visualization .tool-compact-visualization__name[data-v-3c3a65bb]{color:var(--p-text-color);white-space:nowrap;flex:none;font-size:12px;font-weight:750}.tool-compact-visualization .tool-compact-visualization__parameter[data-v-3c3a65bb]{min-width:0;color:var(--p-text-muted-color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tool-compact-visualization .tool-compact-visualization__parameter[data-v-3c3a65bb]:before{color:var(--p-surface-400);content:"·";margin-right:8px}.tool-compact-visualization .tool-compact-visualization__parameter span[data-v-3c3a65bb]{font-weight:700}.tool-compact-visualization .tool-compact-visualization__parameter .tool-compact-visualization__parameter-link[data-v-3c3a65bb]{color:inherit;font-weight:700;text-decoration:none}.tool-compact-visualization .tool-compact-visualization__parameter .tool-compact-visualization__parameter-link[data-v-3c3a65bb]:hover,.tool-compact-visualization .tool-compact-visualization__parameter .tool-compact-visualization__parameter-link[data-v-3c3a65bb]:focus-visible{color:var(--p-primary-600);text-decoration:underline}@media (max-width:640px){.tool-compact-visualization .tool-compact-visualization__parameter[data-v-3c3a65bb]{display:none}}.tool-developer-payload[data-v-ecfecbb7]{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.tool-developer-payload .tool-developer-payload__toggle[data-v-ecfecbb7]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);color:var(--p-text-muted-color);cursor:pointer;border-radius:7px;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:700;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.tool-developer-payload .tool-developer-payload__toggle[data-v-ecfecbb7]:hover{border-color:var(--p-primary-200);background:var(--p-primary-50);color:var(--p-primary-700)}.tool-developer-payload .tool-developer-payload__body[data-v-ecfecbb7]{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.tool-developer-payload .tool-developer-payload__section[data-v-ecfecbb7]{flex-direction:column;gap:4px;min-width:0;display:flex}.tool-developer-payload .tool-developer-payload__label[data-v-ecfecbb7]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.tool-developer-payload .tool-developer-payload__payload[data-v-ecfecbb7]{border:1px solid var(--p-surface-200);background:var(--p-surface-100);white-space:pre-wrap;word-break:break-word;border-radius:7px;max-height:220px;margin:0;padding:8px;font-size:11px;line-height:1.4;overflow:auto}.tool-developer-payload .tool-developer-payload__error[data-v-ecfecbb7]{background:color-mix(in srgb,var(--p-red-500)10%,transparent);color:var(--p-red-500);border-radius:7px;grid-column:1/-1;padding:8px;font-size:12px}@media (max-width:640px){.tool-developer-payload .tool-developer-payload__body[data-v-ecfecbb7]{grid-template-columns:1fr}}.chat-tool-step[data-v-6e8309ad]{--chat-tool-step-accent:var(--p-primary-500);flex-direction:column;gap:7px;width:100%;max-width:100%;display:flex}.chat-tool-step--success[data-v-6e8309ad]{--chat-tool-step-accent:var(--p-green-500)}.chat-tool-step--danger[data-v-6e8309ad]{--chat-tool-step-accent:var(--p-red-500)}.chat-tool-step--pending[data-v-6e8309ad]{--chat-tool-step-accent:var(--p-primary-500)}.chat-tool-step--neutral[data-v-6e8309ad]{--chat-tool-step-accent:var(--p-purple-500,var(--p-surface-500))}.chat-tool-step .chat-tool-step__summary[data-v-6e8309ad]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);width:100%;max-width:100%;min-height:30px;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:7px;padding:5px 7px;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.chat-tool-step .chat-tool-step__summary[data-v-6e8309ad]:hover{border-color:var(--p-surface-300);background:var(--p-surface-50)}.chat-tool-step .chat-tool-step__summary[data-v-6e8309ad]:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--chat-tool-step-accent)18%,transparent);outline:none}.chat-tool-step .chat-tool-step__icon[data-v-6e8309ad]{background:color-mix(in srgb,var(--chat-tool-step-accent)9%,var(--p-surface-0));width:20px;height:20px;color:var(--chat-tool-step-accent);border-radius:7px;flex:0 0 20px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.chat-tool-step .chat-tool-step__status[data-v-6e8309ad]{background:var(--p-surface-100);color:var(--p-text-muted-color);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:800}.chat-tool-step .chat-tool-step__chevron[data-v-6e8309ad]{color:var(--p-text-muted-color);flex:none;font-size:10px}.chat-tool-step .chat-tool-step__details[data-v-6e8309ad]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);border-radius:10px;flex-direction:column;gap:10px;padding:10px;display:flex}@media (max-width:640px){.chat-tool-step .chat-tool-step__summary[data-v-6e8309ad]{width:100%}}.chat-message-parts[data-v-98567777]{flex-direction:column;gap:8px;width:100%;display:flex}.chat-message-parts .chat-message-parts__bubble[data-v-98567777]{box-sizing:border-box;background:var(--p-surface-100);width:100%;max-width:100%;color:var(--p-text-color);white-space:pre-wrap;word-break:break-word;border-radius:18px 18px 18px 4px;padding:12px 16px;font-size:14px;line-height:1.6}.chat-message-parts .chat-message-parts__bubble--markdown[data-v-98567777]{white-space:normal}.chat-message-parts .chat-message-parts__trace[data-v-98567777]{box-sizing:border-box;width:100%;max-width:100%}.chat-message-parts .chat-message-parts__trace-body[data-v-98567777]{flex-direction:column;gap:8px;width:100%;display:flex}.chat-message-parts .chat-message-parts__trace-label[data-v-98567777]{color:var(--p-text-muted-color);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800}.chat-message-parts .chat-message-parts__trace-text[data-v-98567777]{box-sizing:border-box;border:1px solid var(--p-surface-200);background:var(--p-surface-0);width:100%;color:var(--p-text-color);white-space:pre-wrap;word-break:break-word;border-radius:10px;padding:8px 10px;font-size:13px;line-height:1.45}.chat-message-parts .chat-message-parts__trace-text--markdown[data-v-98567777]{white-space:normal}.chat-message-parts .chat-message-parts__thinking[data-v-98567777]{box-sizing:border-box;width:100%;padding:2px 10px}.chat-message-parts .chat-message-parts__thinking-text[data-v-98567777]{box-sizing:border-box;width:100%;color:var(--p-text-muted-color);word-break:break-word;margin-top:7px;padding:2px 0;font-size:13px;line-height:1.4}.chat-message-parts .chat-message-parts__hide-thinking[data-v-98567777]{color:color-mix(in srgb,var(--p-text-muted-color)72%,var(--p-surface-0));font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-end;align-items:center;gap:3px;margin-right:8px;padding:2px 0;font-size:9px;font-weight:600;line-height:1.4;transition:color .15s;display:inline-flex}.chat-message-parts .chat-message-parts__hide-thinking[data-v-98567777]:hover{color:var(--p-text-color);text-decoration:underline}.chat-message-parts .chat-message-parts__hide-thinking[data-v-98567777] svg{font-size:5px}.chat-message-parts .chat-message-parts__cursor[data-v-98567777]{vertical-align:text-bottom;background:currentColor;width:8px;height:1em;margin-left:2px;animation:1s step-end infinite chat-message-parts-cursor-blink-98567777;display:inline-block}@keyframes chat-message-parts-cursor-blink-98567777{0%,50%{opacity:1}51%,to{opacity:0}}.chat-message-steps[data-v-e57038f1]{box-sizing:border-box;width:100%}.chat-message-steps .chat-message-steps__list[data-v-e57038f1]{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.chat-message-steps .chat-message-steps__step[data-v-e57038f1]{flex-direction:column;gap:5px;display:flex}.chat-message-steps .chat-message-steps__step--thinking[data-v-e57038f1]{box-sizing:border-box;width:100%;padding:2px 10px}.chat-message-steps .chat-message-steps__step-label[data-v-e57038f1]{color:var(--p-text-muted-color);letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:600}.chat-message-steps .chat-message-steps__thinking-text[data-v-e57038f1]{color:var(--p-text-muted-color);word-break:break-word;font-size:13px;line-height:1.4}.chat-message[data-v-8aa20989]{gap:12px;animation:.25s ease-out both chat-message-in-8aa20989;display:flex}.chat-message--assistant[data-v-8aa20989]{justify-content:flex-start}.chat-message--assistant .chat-message__body[data-v-8aa20989]{flex:auto;width:auto;min-width:0;max-width:100%}.chat-message--assistant .chat-message__bubble[data-v-8aa20989]{background:var(--p-surface-100);max-width:100%;color:var(--p-text-color);border-bottom-left-radius:4px}.chat-message--user[data-v-8aa20989]{justify-content:flex-end}.chat-message--user .chat-message__bubble[data-v-8aa20989]{background:var(--p-surface-100);color:var(--p-text-color);border-bottom-right-radius:4px}.chat-message:hover .chat-message__actions[data-v-8aa20989]{opacity:1}.chat-message .chat-message__avatar[data-v-8aa20989]{border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;font-size:14px;display:flex}.chat-message .chat-message__avatar--assistant[data-v-8aa20989]{background:var(--p-primary-100);color:var(--p-primary-600)}.chat-message .chat-message__avatar--user[data-v-8aa20989]{background:var(--p-surface-200);color:var(--p-text-muted-color)}.chat-message .chat-message__body[data-v-8aa20989]{flex-direction:column;gap:4px;width:fit-content;max-width:min(760px,100% - 44px);display:flex}.chat-message .chat-message__analytics[data-v-8aa20989]{width:calc(100% - 8px);color:var(--p-text-muted-color);justify-content:space-between;align-items:flex-start;gap:6px;margin:0 0 3px 8px;font-size:11px;display:flex}.chat-message .chat-message__analytics-pills[data-v-8aa20989]{flex-wrap:wrap;gap:10px;display:flex}.chat-message .chat-message__analytics-pills span[data-v-8aa20989]{align-items:center;gap:4px;line-height:1.4;display:inline-flex}.chat-message .chat-message__thinking-toggle[data-v-8aa20989]{color:color-mix(in srgb,var(--p-text-muted-color)72%,var(--p-surface-0));font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;margin:0 8px 0 auto;padding:0;font-weight:600;line-height:1.4;transition:color .15s;display:inline-flex}.chat-message .chat-message__thinking-toggle[data-v-8aa20989]:hover{color:var(--p-text-color);text-decoration:underline}.chat-message .chat-message__inline-hide-thinking[data-v-8aa20989]{color:color-mix(in srgb,var(--p-text-muted-color)72%,var(--p-surface-0));font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-end;align-items:center;gap:3px;margin-right:8px;padding:2px 0;font-size:9px;font-weight:600;line-height:1.4;transition:color .15s;display:inline-flex}.chat-message .chat-message__inline-hide-thinking[data-v-8aa20989]:hover{color:var(--p-text-color);text-decoration:underline}.chat-message .chat-message__inline-hide-thinking[data-v-8aa20989] svg{font-size:5px}.chat-message .chat-message__content[data-v-8aa20989]{flex-direction:column;gap:6px;width:100%;display:flex}.chat-message .chat-message__actions[data-v-8aa20989]{opacity:0;gap:4px;transition:opacity .15s;display:flex}.chat-message .chat-message__action-button[data-v-8aa20989]{width:28px;height:28px;color:var(--p-text-muted-color);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:13px;transition:background-color .15s,color .15s;display:inline-flex}.chat-message .chat-message__action-button[data-v-8aa20989]:hover{background:var(--p-surface-200);color:var(--p-text-color)}.chat-message .chat-message__action-button[data-v-8aa20989]:disabled{opacity:.45;cursor:not-allowed}.chat-message .chat-message__action-button--active[data-v-8aa20989]{color:var(--p-green-500)}.chat-message .chat-message__branch-navigation[data-v-8aa20989]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);min-height:28px;color:var(--p-text-muted-color);border-radius:999px;align-items:center;gap:2px;padding:2px 4px;font-size:12px;display:inline-flex}.chat-message .chat-message__branch-button[data-v-8aa20989]{width:22px;height:22px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:11px;display:inline-flex}.chat-message .chat-message__branch-button[data-v-8aa20989]:hover:not(:disabled){background:var(--p-surface-100);color:var(--p-text-color)}.chat-message .chat-message__branch-button[data-v-8aa20989]:disabled{opacity:.4;cursor:not-allowed}.chat-message .chat-message__branch-count[data-v-8aa20989]{text-align:center;font-variant-numeric:tabular-nums;min-width:30px}.chat-message .chat-message__edit-form[data-v-8aa20989]{flex-direction:column;gap:8px;min-width:min(520px,100vw - 140px);display:flex}.chat-message .chat-message__edit-textarea[data-v-8aa20989]{resize:vertical;border:1px solid var(--p-surface-300);background:var(--p-surface-0);width:100%;min-height:96px;color:var(--p-text-color);font:inherit;border-radius:10px;padding:10px 12px;line-height:1.5}.chat-message .chat-message__edit-actions[data-v-8aa20989]{justify-content:flex-end;gap:8px;display:flex}.chat-message .chat-message__edit-button[data-v-8aa20989]{border:1px solid var(--p-surface-300);background:var(--p-surface-0);color:var(--p-text-color);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12px}.chat-message .chat-message__edit-button[data-v-8aa20989]:disabled{opacity:.55;cursor:not-allowed}.chat-message .chat-message__edit-button--primary[data-v-8aa20989]{border-color:var(--p-primary-color);background:var(--p-primary-color);color:var(--p-primary-contrast-color)}.chat-message .chat-message__attachments[data-v-8aa20989]{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chat-message .chat-message__attachment[data-v-8aa20989]{background:var(--p-surface-100);max-width:100%;color:var(--p-text-muted-color);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;line-height:1.2;display:inline-flex}.chat-message .chat-message__attachment .chat-message__attachment-name[data-v-8aa20989]{white-space:nowrap;text-overflow:ellipsis;max-width:min(380px,100vw - 140px);overflow:hidden}.chat-message .chat-message__status[data-v-8aa20989]{align-items:center;gap:6px;margin:6px 0 0;font-size:12px;font-weight:600;display:inline-flex}.chat-message .chat-message__status--failed[data-v-8aa20989]{color:var(--p-red-500)}.chat-message .chat-message__status--cancelled[data-v-8aa20989]{color:var(--p-text-muted-color)}.chat-message .chat-message__status--continuing[data-v-8aa20989]{color:var(--p-primary-600)}.chat-message .chat-message__continue-button[data-v-8aa20989]{border:1px solid var(--p-primary-200);background:var(--p-primary-50);color:var(--p-primary-700);cursor:pointer;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.chat-message .chat-message__continue-button[data-v-8aa20989]:hover:not(:disabled){border-color:var(--p-primary-300);background:var(--p-primary-100);color:var(--p-primary-800)}.chat-message .chat-message__continue-button[data-v-8aa20989]:disabled{opacity:.55;cursor:not-allowed}.chat-message .chat-message__bubble[data-v-8aa20989]{box-sizing:border-box;white-space:pre-wrap;word-break:break-word;border-radius:18px;width:100%;max-width:min(760px,100%);padding:12px 16px;font-size:14px;line-height:1.6}.chat-message .chat-message__bubble--markdown[data-v-8aa20989]{white-space:normal}@media (max-width:900px){.chat-message .chat-message__avatar[data-v-8aa20989]{width:28px;min-width:28px;height:28px;font-size:12px}}@keyframes chat-message-in-8aa20989{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-streaming-message[data-v-c462cdf7]{justify-content:flex-start;gap:12px;animation:.25s ease-out both chat-streaming-message-in-c462cdf7;display:flex}.chat-streaming-message .chat-streaming-message__avatar[data-v-c462cdf7]{background:var(--p-primary-100);width:32px;min-width:32px;height:32px;color:var(--p-primary-600);border-radius:50%;justify-content:center;align-items:center;margin-top:2px;font-size:14px;display:flex}.chat-streaming-message .chat-streaming-message__body[data-v-c462cdf7]{flex-direction:column;gap:4px;width:100%;max-width:100%;display:flex}.chat-streaming-message .chat-streaming-message__content[data-v-c462cdf7]{flex-direction:column;gap:8px;width:100%;display:flex}.chat-streaming-message .chat-streaming-message__status[data-v-c462cdf7]{width:fit-content;color:var(--p-text-muted-color);letter-spacing:0;background:0 0;border:0;border-radius:0;align-items:center;gap:6px;padding:2px 4px;font-size:12px;font-weight:500;display:inline-flex}.chat-streaming-message .chat-streaming-message__status-orb[data-v-c462cdf7]{background:var(--p-surface-400);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite chat-streaming-message-status-fade-c462cdf7;position:relative}.chat-streaming-message .chat-streaming-message__status-dots[data-v-c462cdf7]{align-items:center;gap:2px;display:inline-flex}.chat-streaming-message .chat-streaming-message__status-dots span[data-v-c462cdf7]{opacity:.45;background:currentColor;border-radius:50%;width:3px;height:3px;animation:1.1s ease-in-out infinite chat-streaming-message-status-dot-c462cdf7}.chat-streaming-message .chat-streaming-message__status-dots span[data-v-c462cdf7]:nth-child(2){animation-delay:.14s}.chat-streaming-message .chat-streaming-message__status-dots span[data-v-c462cdf7]:nth-child(3){animation-delay:.28s}.chat-streaming-message .chat-streaming-message__bubble[data-v-c462cdf7]{box-sizing:border-box;background:var(--p-surface-100);width:100%;max-width:100%;color:var(--p-text-color);white-space:pre-wrap;word-break:break-word;border-radius:18px 18px 18px 4px;padding:12px 16px;font-size:14px;line-height:1.6}.chat-streaming-message .chat-streaming-message__bubble--markdown[data-v-c462cdf7]{white-space:normal}.chat-streaming-message .chat-streaming-message__cursor[data-v-c462cdf7]{vertical-align:text-bottom;background:currentColor;width:8px;height:1em;margin-left:2px;animation:1s step-end infinite chat-streaming-message-cursor-blink-c462cdf7;display:inline-block}@media (max-width:900px){.chat-streaming-message .chat-streaming-message__avatar[data-v-c462cdf7]{width:28px;min-width:28px;height:28px;font-size:12px}}@keyframes chat-streaming-message-in-c462cdf7{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-streaming-message-status-fade-c462cdf7{0%{opacity:.35}50%{opacity:.85}to{opacity:.35}}@keyframes chat-streaming-message-status-dot-c462cdf7{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes chat-streaming-message-cursor-blink-c462cdf7{0%,50%{opacity:1}50.01%,to{opacity:0}}.chat-thread[data-v-c086327a]{height:100%}.chat-thread .chat-thread__messages[data-v-c086327a]{flex-direction:column;gap:24px;width:100%;max-width:920px;margin:0 auto;padding-bottom:16px;display:flex}.chat-thread .chat-thread__state[data-v-c086327a]{justify-content:center;align-items:center;height:100%;display:flex}.chat-thread .chat-thread__state--empty[data-v-c086327a]{color:var(--p-text-muted-color);text-align:center;flex-direction:column;gap:8px;padding:40px 24px}.chat-thread .chat-thread__state h3[data-v-c086327a]{color:var(--p-text-color);margin:0;font-size:22px}.chat-thread .chat-thread__state p[data-v-c086327a]{margin:0 0 8px;font-size:14px}.chat-thread .chat-thread__empty-icon[data-v-c086327a]{background:var(--p-primary-50);width:64px;height:64px;color:var(--p-primary-500);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 8px;font-size:28px;display:flex}.chat-thread .chat-thread__suggestions[data-v-c086327a]{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;max-width:500px;margin-top:12px;display:grid}.chat-thread .chat-thread__suggestion[data-v-c086327a]{border:1px solid var(--p-surface-200);background:var(--p-surface-0);color:var(--p-text-color);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;transition:border-color .15s,box-shadow .15s;display:flex}.chat-thread .chat-thread__suggestion[data-v-c086327a]:hover:not(:disabled){border-color:var(--p-primary-300);box-shadow:0 0 0 1px var(--p-primary-100)}.chat-thread .chat-thread__suggestion[data-v-c086327a]:disabled{opacity:.5;cursor:not-allowed}.chat-thread .chat-thread__suggestion i[data-v-c086327a]{width:20px;color:var(--p-primary-500);flex-shrink:0;font-size:16px}@media (max-width:900px){.chat-thread .chat-thread__suggestions[data-v-c086327a]{grid-template-columns:1fr}}.chat-page[data-v-ba3c1c3e]{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.chat-page .chat-page__history-toggle[data-v-ba3c1c3e]{display:none}.chat-page .chat-page__header-actions[data-v-ba3c1c3e]{align-items:center;gap:4px;display:inline-flex}.chat-page .chat-page__settings-toggle--active[data-v-ba3c1c3e]{color:var(--p-primary-color)}.chat-page .chat-page__thread[data-v-ba3c1c3e]{flex:1;min-height:0;padding:24px;overflow-y:auto}.chat-page .chat-page__drop-overlay[data-v-ba3c1c3e]{z-index:20;background:color-mix(in srgb,var(--p-primary-500)14%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.chat-page .chat-page__drop-card[data-v-ba3c1c3e]{border:1px dashed var(--p-primary-color);background:var(--p-surface-0);width:min(360px,100%);box-shadow:0 18px 60px color-mix(in srgb,var(--p-surface-900)18%,transparent);color:var(--p-text-color);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:8px;padding:28px;display:flex}.chat-page .chat-page__drop-card i[data-v-ba3c1c3e]{color:var(--p-primary-color);font-size:32px}.chat-page .chat-page__drop-card strong[data-v-ba3c1c3e]{font-size:18px}.chat-page .chat-page__drop-card span[data-v-ba3c1c3e]{color:var(--p-text-muted-color);font-size:13px}@media (max-width:1100px){.chat-page .chat-page__history-toggle[data-v-ba3c1c3e]{display:inline-flex}}.chat-page .chat-page__rename-form[data-v-ba3c1c3e]{flex-direction:column;display:flex}@media (max-width:900px){.chat-page .chat-page__thread[data-v-ba3c1c3e]{padding:16px}}.chat-history[data-v-69c5abe6]{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}@media (prefers-color-scheme:none){.chat-history[data-v-69c5abe6]{border-top-color:var(--p-surface-900)}}.chat-history__header[data-v-69c5abe6]{text-transform:uppercase;color:var(--p-text-muted-color);background:var(--p-surface-0);z-index:1;justify-content:space-between;align-items:center;padding:12px 16px 8px;font-size:12px;font-weight:600;display:flex;position:sticky;top:0}.chat-history__title[data-v-69c5abe6]{letter-spacing:.5px}.chat-history__list[data-v-69c5abe6]{flex-direction:column;flex:1;gap:1px;padding:0 8px 8px;display:flex;overflow-y:auto}.chat-history__loading[data-v-69c5abe6],.chat-history__empty[data-v-69c5abe6]{color:var(--p-text-muted-color);justify-content:center;align-items:center;padding:24px 16px;font-size:13px;display:flex}.chat-history__empty[data-v-69c5abe6]{flex-direction:column;gap:8px}.chat-history__empty-icon[data-v-69c5abe6]{opacity:.5;font-size:24px}.chat-history__group-label[data-v-69c5abe6]{text-transform:uppercase;letter-spacing:.4px;color:var(--p-text-muted-color);opacity:.7;padding:12px 10px 4px;font-size:11px;font-weight:600}.chat-history__group-label--first[data-v-69c5abe6]{padding-top:4px}.chat-history__item-row[data-v-69c5abe6]{border-radius:8px;align-items:center;transition:background-color .1s;display:flex}.chat-history__item-row[data-v-69c5abe6]:hover,.chat-history__item-row[data-v-69c5abe6]:focus-within{background-color:var(--p-surface-100)}@media (prefers-color-scheme:none){.chat-history__item-row[data-v-69c5abe6]:hover,.chat-history__item-row[data-v-69c5abe6]:focus-within{background-color:var(--p-surface-900)}}.chat-history__item-row:hover .chat-history__item-actions[data-v-69c5abe6],.chat-history__item-row:hover .chat-history__item-time[data-v-69c5abe6],.chat-history__item-row:focus-within .chat-history__item-actions[data-v-69c5abe6],.chat-history__item-row:focus-within .chat-history__item-time[data-v-69c5abe6]{opacity:1}.chat-history__item-row--active[data-v-69c5abe6]{background-color:var(--p-primary-50)}@media (prefers-color-scheme:none){.chat-history__item-row--active[data-v-69c5abe6]{background-color:var(--p-surface-900)}}.chat-history__item[data-v-69c5abe6]{min-width:0;color:var(--p-text-color);cursor:pointer;flex:1;align-items:center;gap:10px;padding:8px 4px 8px 10px;font-size:13px;text-decoration:none;display:flex}.chat-history__item-icon[data-v-69c5abe6]{color:var(--p-text-muted-color);flex-shrink:0;width:16px;font-size:13px}.chat-history__item-title[data-v-69c5abe6]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-history__item-copy[data-v-69c5abe6]{flex-direction:column;flex:1;min-width:0;display:flex}.chat-history__item-agent[data-v-69c5abe6]{text-overflow:ellipsis;white-space:nowrap;color:var(--p-text-muted-color);font-size:11px;overflow:hidden}.chat-history__item-time[data-v-69c5abe6]{color:var(--p-text-muted-color);opacity:0;flex-shrink:0;font-size:11px;transition:opacity .15s}.chat-history__item-actions[data-v-69c5abe6]{opacity:0;flex-shrink:0;width:28px;height:28px;margin-right:4px;transition:opacity .15s}.chat-history__rename-form[data-v-69c5abe6]{flex-direction:column;display:flex}@media (hover:none){.chat-history__item-actions[data-v-69c5abe6]{opacity:1}}.chat-layout[data-v-701c468f]{width:100%;height:100%;min-height:0;display:flex;position:relative}.chat-layout__history[data-v-701c468f]{border-right:1px solid var(--p-surface-200);background:var(--p-surface-0);flex-direction:column;width:300px;min-width:300px;max-width:300px;min-height:0;display:flex}.chat-layout__content[data-v-701c468f]{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.chat-layout__backdrop[data-v-701c468f]{display:none}@media (max-width:1100px){.chat-layout__backdrop[data-v-701c468f]{z-index:1100;background:#0006;display:block;position:fixed;inset:0}.chat-layout-backdrop-enter-active[data-v-701c468f],.chat-layout-backdrop-leave-active[data-v-701c468f]{transition:opacity .2s}.chat-layout-backdrop-enter-from[data-v-701c468f],.chat-layout-backdrop-leave-to[data-v-701c468f]{opacity:0}.chat-layout__history[data-v-701c468f]{z-index:1200;border-right:1px solid var(--p-surface-200);width:320px;min-width:320px;max-width:320px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000001f}.chat-layout__history--open[data-v-701c468f]{transform:translate(0)}}.documentation[data-v-c82702a4]{flex-direction:column;width:100%;min-height:100vh;display:flex}.documentation .documentation__layout[data-v-c82702a4]{flex:1;min-height:0;display:flex}.documentation .documentation__sidebar[data-v-c82702a4]{border-right:1px solid var(--p-surface-200);background:var(--p-surface-0);flex-direction:column;width:280px;min-width:280px;display:flex;overflow-y:auto}.documentation .documentation__search[data-v-c82702a4]{border-bottom:1px solid var(--p-surface-200);padding:16px}.documentation .documentation__search-input[data-v-c82702a4]{width:100%}.documentation .documentation__nav[data-v-c82702a4]{flex:1;padding:8px 0;overflow-y:auto}.documentation .documentation__category[data-v-c82702a4]{padding:8px 16px 4px}.documentation .documentation__category-label[data-v-c82702a4]{color:var(--p-text-muted-color);letter-spacing:.08em;text-transform:uppercase;padding:6px 0;font-size:11px;font-weight:800;display:block}.documentation .documentation__entry-list[data-v-c82702a4]{margin:0;padding:0;list-style:none}.documentation .documentation__entry-item[data-v-c82702a4]{margin:0}.documentation .documentation__entry-link[data-v-c82702a4]{color:var(--p-text-color);border-radius:8px;padding:8px 12px;font-size:14px;text-decoration:none;transition:background-color .1s;display:block}.documentation .documentation__entry-link[data-v-c82702a4]:hover{background:var(--p-surface-100)}.documentation .documentation__entry-link--active[data-v-c82702a4]{background:var(--p-primary-50);color:var(--p-primary-700);font-weight:600}.documentation .documentation__entry-title[data-v-c82702a4]{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.documentation .documentation__no-results[data-v-c82702a4]{color:var(--p-text-muted-color);text-align:center;padding:24px 16px;font-size:14px}.documentation .documentation__content[data-v-c82702a4]{flex:1;min-width:0;padding:32px 48px;overflow-y:auto}.documentation .documentation__article[data-v-c82702a4]{max-width:800px;margin:0 auto}.documentation .documentation__article-title[data-v-c82702a4]{letter-spacing:-.02em;margin:0 0 8px;font-size:32px;font-weight:900;line-height:1.15}.documentation .documentation__article-summary[data-v-c82702a4]{color:var(--p-text-muted-color);margin:0 0 24px;font-size:16px;line-height:1.5}.documentation .documentation__markdown[data-v-c82702a4]{color:var(--p-text-color);font-size:15px;line-height:1.7}.documentation .documentation__markdown[data-v-c82702a4] h2{letter-spacing:-.01em;margin:32px 0 12px;font-size:22px;font-weight:800}.documentation .documentation__markdown[data-v-c82702a4] h3{margin:24px 0 8px;font-size:17px;font-weight:700}.documentation .documentation__markdown[data-v-c82702a4] p{margin:0 0 12px}.documentation .documentation__markdown[data-v-c82702a4] ul,.documentation .documentation__markdown[data-v-c82702a4] ol{margin:0 0 12px;padding-left:24px}.documentation .documentation__markdown[data-v-c82702a4] li{margin-bottom:6px}.documentation .documentation__markdown[data-v-c82702a4] li>strong:first-child{color:var(--p-text-color)}.documentation .documentation__markdown[data-v-c82702a4] code{background:var(--p-surface-100);border-radius:4px;padding:2px 6px;font-size:13px}.documentation .documentation__markdown[data-v-c82702a4] pre{background:var(--p-surface-100);border-radius:8px;margin:0 0 16px;padding:16px;overflow-x:auto}.documentation .documentation__markdown[data-v-c82702a4] pre code{background:0 0;padding:0}.documentation .documentation__markdown[data-v-c82702a4] a{color:var(--p-primary-color);text-decoration:none}.documentation .documentation__markdown[data-v-c82702a4] a:hover{text-decoration:underline}.documentation .documentation__markdown[data-v-c82702a4] hr{border:none;border-top:1px solid var(--p-surface-200);margin:24px 0}.documentation .documentation__markdown[data-v-c82702a4] blockquote{border-left:3px solid var(--p-primary-300);background:var(--p-surface-50);border-radius:0 8px 8px 0;margin:0 0 16px;padding:12px 16px}.documentation .documentation__markdown[data-v-c82702a4] blockquote p:last-child{margin-bottom:0}.documentation .documentation__empty[data-v-c82702a4]{height:100%;color:var(--p-text-muted-color);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:15px;display:flex}.documentation .documentation__empty i[data-v-c82702a4]{color:var(--p-surface-300);font-size:48px}@media (max-width:900px){.documentation .documentation__layout[data-v-c82702a4]{flex-direction:column}.documentation .documentation__sidebar[data-v-c82702a4]{border-right:none;border-bottom:1px solid var(--p-surface-200);width:100%;min-width:0;max-height:280px}.documentation .documentation__content[data-v-c82702a4]{padding:24px 20px}.documentation .documentation__article-title[data-v-c82702a4]{font-size:24px}}
