.module-action-button{letter-spacing:0;border-radius:8px}.module-action-button.primary{color:#fff;background:linear-gradient(90deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:0 10px 22px rgba(var(--brand-primary-rgb), .16);border:0}.module-action-button.primary:hover,.module-action-button.primary:focus-visible{background:linear-gradient(90deg, var(--brand-primary), var(--brand-primary-hover))}.module-action-button.secondary{color:#2f3d59;background:#fff;border-color:#dbe3f1}.module-action-button.secondary:hover,.module-action-button.secondary:focus-visible{color:var(--brand-primary-hover);background:#f7fbff;border-color:#b8c8e2}.module-action-button.link{height:auto;min-height:24px;color:var(--brand-primary);background:0 0;padding:0}.module-action-button.link:hover,.module-action-button.link:focus-visible{color:var(--brand-primary-hover);text-underline-offset:3px;background:0 0;text-decoration:underline}.module-action-button.danger{color:#fff;background:#dc2626;border:0;box-shadow:0 10px 22px #dc262624}.module-action-button.danger:hover,.module-action-button.danger:focus-visible{background:#b91c1c}.module-action-button.danger-link{color:#dc2626;height:auto;min-height:24px;box-shadow:none;background:0 0;padding:0}.module-action-button.danger-link:hover,.module-action-button.danger-link:focus-visible{color:#b91c1c;background:0 0}.module-dialog{z-index:1;will-change:transform, opacity;background:#fff;border:1px solid #e4eaf3;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100vw - 48px);max-height:min(720px,100vh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 80px #0c1f4233}.module-dialog[data-state=open]{animation:.18s cubic-bezier(.22,1,.36,1) both module-dialog-in}.module-dialog[data-state=closed]{animation:.14s ease-in both module-dialog-out}.module-dialog-head,.module-dialog-footer{border-bottom:1px solid #eef1f6;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.module-dialog-head h2{color:#17233c;margin:0;font-size:18px;line-height:24px}.module-dialog-body{overscroll-behavior:contain;min-height:0;padding:16px;overflow-y:auto}.module-dialog-footer{border-top:1px solid #eef1f6;border-bottom:0;justify-content:flex-end}.module-modal-form-stack{gap:16px;display:grid}@keyframes module-dialog-in{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes module-dialog-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.985)}}@media (prefers-reduced-motion:reduce){.module-dialog[data-state=open],.module-dialog[data-state=closed]{animation:none}}.module-form-field{color:#2f3d59;gap:7px;min-width:0;font-size:13px;display:grid}.module-form-field-label{color:#2f3d59;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:650;line-height:20px;display:inline-flex}.module-form-field-label-text{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.module-form-field-required{color:#d92d20;font-size:14px;font-weight:800;line-height:1}.module-form-field-error{color:#b42318;min-height:18px;font-size:12px;font-weight:600;line-height:18px;display:block}.module-form-field-error.is-empty{visibility:hidden}.module-form-field[data-invalid=true] input,.module-form-field[data-invalid=true] textarea,.module-form-field[data-invalid=true] .module-select,.module-form-field[data-invalid=true] .prototype-login-input-wrap,.module-form-control.is-invalid{border-color:#f04438;box-shadow:0 0 0 2px #f044381f}.module-form-field[data-invalid=true] input:focus,.module-form-field[data-invalid=true] textarea:focus,.module-form-field[data-invalid=true] .module-select:focus,.module-form-field[data-invalid=true] .prototype-login-input-wrap:focus-within{border-color:#d92d20;box-shadow:0 0 0 2px #d92d2029}.prototype-app-shell{--prototype-sider-width:232px;grid-template-columns:var(--prototype-sider-width) minmax(0, 1fr);color:#16233a;background:#f5f7fb;height:100vh;min-height:100vh;transition:grid-template-columns .18s;display:grid;overflow:hidden}.prototype-app-shell.sider-collapsed{--prototype-sider-width:76px}.prototype-main-sider{z-index:30;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;height:100vh;min-height:0;padding:18px 12px;display:flex;position:sticky;top:0;overflow:hidden}.prototype-brand{color:#172033;justify-content:flex-start;align-items:center;gap:12px;padding:6px 2px 16px;display:flex}.prototype-brand-main{align-items:center;gap:8px;min-width:0;display:flex}.prototype-brand-mark{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));border-radius:8px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.prototype-brand-title{white-space:nowrap;font-size:16px;font-weight:700;line-height:22px}.prototype-brand-subtitle{color:#64748b;font-size:12px;line-height:18px}.prototype-menu{flex:auto;align-content:start;min-height:0;margin:0 4px 12px;display:grid;overflow:hidden auto}.prototype-menu::-webkit-scrollbar{width:6px}.prototype-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.prototype-menu a{color:#475569;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;height:44px;margin:6px 0;padding:0 14px;font-size:14px;text-decoration:none;transition:color .16s,background .16s;display:flex;position:relative}.prototype-menu a:hover,.prototype-menu a:focus-visible{color:var(--brand-primary-hover);background:#eff6ff}.prototype-menu a.active{color:#fff;background:linear-gradient(90deg, var(--brand-primary), var(--brand-primary-hover))}.prototype-menu-icon{flex:none;width:16px;height:16px}.prototype-menu-label{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.prototype-sider-user{color:#172033;background:#f1f5f9;border-radius:8px;flex:none;align-items:center;gap:10px;padding:12px;display:flex}.prototype-sider-user-info{min-width:0}.prototype-sider-user-info div,.prototype-sider-user-info span{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.prototype-sider-user span{color:#64748b;font-size:12px}.prototype-avatar{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.prototype-avatar.muted{color:#fff;background:#64748b}.prototype-main-layout{flex-direction:column;min-width:0;height:100vh;min-height:0;display:flex}.prototype-topbar{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.prototype-topbar strong{font-weight:700}.prototype-topbar-titlebar{align-items:center;gap:10px;min-width:0;display:flex}.prototype-topbar-title{align-items:baseline;gap:12px;min-width:0;display:flex}.prototype-topbar-title span{color:#52637a;font-size:13px}.prototype-sider-toggle{color:#2f3d59;cursor:pointer;background:#fff;border:1px solid #d8e0ec;flex:none;place-items:center;display:grid;border-radius:8px!important;width:34px!important;height:34px!important;padding:0!important}.prototype-sider-toggle:hover,.prototype-sider-toggle:focus-visible{color:var(--brand-primary-hover);background:#f3f7ff}.prototype-sider-toggle svg{width:16px;height:16px}.prototype-topbar-actions{align-items:center;gap:14px;min-width:0;display:flex}.prototype-update-button{color:var(--brand-primary-hover);cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;align-items:center;gap:6px;font-weight:700;display:inline-flex;border-radius:999px!important;height:34px!important;padding:0 13px!important}.prototype-update-button:hover,.prototype-update-button:focus-visible{color:var(--brand-primary);background:#dbeafe}.prototype-update-button:disabled{cursor:default;opacity:.72}.prototype-topbar-user{min-width:0;max-width:220px;color:inherit;background:0 0;border:1px solid #0000;align-items:center;gap:9px;display:flex;border-radius:8px!important;height:42px!important;padding:4px 6px!important}.prototype-topbar-user:hover,.prototype-topbar-user:focus-visible,.prototype-topbar-user[data-state=open]{background:#f6f9ff;border-color:#d8e0ec}.prototype-topbar-user-info{gap:2px;min-width:0;display:grid}.prototype-topbar-user-info strong,.prototype-topbar-user-info span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.prototype-topbar-user-info strong{color:#1f2f4d;font-size:13px;line-height:18px}.prototype-topbar-user-info span{color:#52637a;font-size:12px;line-height:16px}.prototype-user-menu-caret{color:#64748b;flex:none;width:14px;height:14px}.prototype-icon-button{color:#2f3d59;cursor:pointer;background:#fff;border:1px solid #d8e0ec;place-items:center;display:grid;position:relative;border-radius:999px!important;width:34px!important;height:34px!important;padding:0!important}.prototype-icon-button.has-badge span{color:#fff;background:#dc2626;border-radius:999px;min-width:16px;height:16px;margin:0;padding:0 4px;font-size:10px;line-height:16px;position:absolute;top:-5px;right:-4px}.prototype-user-menu{border-color:#d8e0ec;border-radius:8px;min-width:152px;box-shadow:0 12px 30px #0a1e4624}.prototype-user-menu-item{cursor:pointer;gap:8px}.prototype-user-menu-item svg{width:15px;height:15px}.prototype-user-menu-item.danger{color:#b42318}.prototype-user-menu-item.danger:focus{color:#b42318;background:#fff4f2}.prototype-page-content{flex-direction:column;flex:1 1 0;height:auto;min-height:0;padding:22px;display:flex;overflow:hidden auto}.sider-collapsed .prototype-main-sider{padding:18px 10px;overflow:visible}.sider-collapsed .prototype-brand{justify-content:center;padding:6px 0 14px}.sider-collapsed .prototype-brand-main{justify-content:center}.sider-collapsed .prototype-brand-text,.sider-collapsed .prototype-sider-user-info{display:none}.sider-collapsed .prototype-menu{margin:0 0 12px;overflow:visible}.sider-collapsed .prototype-menu a{justify-content:center;gap:0;width:44px;height:42px;margin:5px auto;padding:0}.sider-collapsed .prototype-menu-icon{width:17px;height:17px}.sider-collapsed .prototype-menu-label{z-index:30;color:#23314d;opacity:0;pointer-events:none;background:#fff;border:1px solid #dbe4f2;border-radius:7px;max-width:180px;padding:7px 10px;font-size:13px;line-height:18px;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translate(4px,-50%);box-shadow:0 8px 22px #0a1e461f}.sider-collapsed .prototype-menu-label:before{content:"";background:#fff;border-bottom:1px solid #dbe4f2;border-left:1px solid #dbe4f2;width:8px;height:8px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)rotate(45deg)}.sider-collapsed .prototype-menu a:hover .prototype-menu-label,.sider-collapsed .prototype-menu a:focus-visible .prototype-menu-label{opacity:1;transform:translateY(-50%)}.sider-collapsed .prototype-sider-user{justify-content:center;padding:8px}@media (width<=1100px){.prototype-app-shell{grid-template-columns:var(--prototype-sider-width) minmax(0, 1fr)}.prototype-main-sider{height:100vh;min-height:0;position:sticky}.prototype-menu{grid-template-columns:none}.prototype-sider-user{display:flex}}@media (width<=700px){.prototype-topbar{flex-direction:column;align-items:flex-start;height:auto;min-height:64px;padding:12px 16px}.prototype-topbar-title{flex-direction:column;align-items:flex-start;gap:0}.prototype-topbar-title span{margin:4px 0 0;display:block}.prototype-page-content{min-height:0;padding:14px}}.module-drawer-content.module-drawer-content{will-change:transform, opacity;background:#fff;border-left:1px solid #e4eaf3;grid-template-rows:auto minmax(0,1fr) auto;width:min(720px,100vw - 48px);height:100dvh;min-height:100dvh;max-height:100dvh;display:grid;overflow:hidden;box-shadow:-24px 0 60px #0c1f422e}.module-drawer-content[data-state=open]{animation:.22s cubic-bezier(.22,1,.36,1) both module-drawer-in}.module-drawer-content[data-state=closed]{animation:.16s ease-in both module-drawer-out}.module-drawer-head,.module-drawer-footer{border-bottom:1px solid #eef1f6;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.module-drawer-head.module-drawer-head{text-align:left;flex-direction:row}.module-drawer-head h2{color:#17233c;flex:auto;margin:0;font-size:18px;font-weight:700;line-height:24px}.module-drawer-close{color:#52637a;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .16s,color .16s;display:inline-flex}.module-drawer-close:hover{color:#17233c;background:#f4f7fb}.module-drawer-close:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.module-drawer-close svg{width:16px;height:16px}.module-drawer-body{overscroll-behavior:contain;min-height:0;padding:18px;overflow-y:auto}.module-drawer-footer{border-top:1px solid #eef1f6;border-bottom:0;justify-content:flex-end}.module-drawer-form{gap:16px;display:grid}@media (width<=700px){.module-drawer-content{width:100%}}@keyframes module-drawer-in{0%{opacity:.72;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes module-drawer-out{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.module-drawer-content[data-state=open],.module-drawer-content[data-state=closed]{animation:none}}.module-page-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.module-page-title h1{color:#17233c;margin:0;font-size:22px;font-weight:700;line-height:30px}.module-page-title p{color:#52637a;margin:4px 0 0;font-size:13px;line-height:20px}.module-page-actions{flex-wrap:wrap;gap:8px;display:inline-flex}@media (width<=700px){.module-page-title{flex-direction:column;align-items:flex-start}}.module-select-wrap{display:inline-flex}.module-select{color:#1b2a45;cursor:pointer;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:8px;min-width:180px;line-height:20px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:inline-flex;box-shadow:0 1px 2px #14366e08;background:#fff!important;border:1px solid #dbe3f1!important;height:40px!important;padding:0 11px 0 12px!important;font-size:13px!important}.module-select:hover:not(:disabled){background-color:#fff!important;border-color:#b8c8e2!important}.module-select.static{cursor:default;border:1px solid #dbe3f1;align-items:center;display:inline-flex}.module-select:focus,.module-select[data-state=open],.module-select:focus-visible{box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14);border-color:var(--brand-primary)!important;background-color:#fff!important}.module-select:disabled,.module-select[data-disabled]{color:#64748b;cursor:not-allowed;background:#f7f9fc}.module-select-content{z-index:1300;color:#1b2a45;background:#fff;border:1px solid #dfe6f2;max-width:min(320px,100vw - 24px);padding:4px;overflow:hidden;width:var(--radix-select-trigger-width)!important;min-width:var(--radix-select-trigger-width)!important;border-radius:8px!important;box-shadow:0 14px 34px #14366e24!important}.module-select-item{color:#2f3d59;cursor:pointer;border-radius:6px!important;min-height:34px!important;font-size:13px!important;line-height:20px!important}.module-select-item[data-highlighted]{color:var(--brand-primary-hover);background:#eef5ff}.module-select-item[data-state=checked]{color:var(--brand-primary-hover);background:#f3f8ff;font-weight:600}.module-select-item svg{color:var(--brand-primary)}@media (width<=700px){.module-select,.module-select-wrap{width:100%}}.settings-resource-list{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;display:grid}.settings-resource-card{color:#263b4d;background:#fff;border:1px solid #dfe7eb;border-radius:12px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;min-height:80px;padding:8px 14px;transition:border-color .16s,box-shadow .16s;display:grid}.settings-resource-card:hover{border-color:#cbd9e0;box-shadow:0 3px 12px #273f4e0f}.settings-resource-card__icon{width:44px;height:44px;color:var(--brand-primary);background:#f1f7fc;border-radius:10px;place-items:center;display:grid}.settings-resource-card__icon>svg{stroke-width:1.7px;width:21px;height:21px}.settings-resource-card__icon .im-platform-icon{width:28px;height:28px;color:var(--brand-primary);background:0 0;border-radius:8px;font-size:15px;font-weight:650}.settings-resource-card__summary{flex-direction:column;gap:3px;min-width:0;display:flex}.settings-resource-card__title-row{align-items:center;gap:7px;min-width:0;display:flex}.settings-resource-card__title-row strong{color:#314b5b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:650;line-height:20px;overflow:hidden}.settings-resource-card__status-dot{background:#aeb9be;border-radius:50%;flex:0 0 7px;width:7px;height:7px}.settings-resource-card__status-dot.is-configured{background:#43a27b}.settings-resource-card__description{color:#8a999f;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;font-size:12px;line-height:18px;display:-webkit-box;overflow:hidden}.settings-resource-card__action.settings-resource-card__action{color:#596d72;cursor:pointer;background:#fff;border-color:#d6e1df;border-radius:9px;min-width:58px;min-height:40px;padding-inline:14px;font-size:13px;font-weight:600}.settings-resource-card__action.settings-resource-card__action:hover{color:#2f5453;background:#f7fbfa;border-color:#b9cdca}.settings-resource-card__action.settings-resource-card__action.is-configured{color:#3b826b;background:#eef8f4;border-color:#c6e4d8}.settings-resource-card__action.settings-resource-card__action.is-configured:hover{background:#e6f4ef;border-color:#a9d5c6}.settings-resource-card__action:focus-visible{outline-offset:2px;outline:3px solid #2185e838}@media (width<=880px){.settings-resource-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.settings-resource-card,.settings-resource-card__action{transition:none}}.my-connections-page{gap:16px;min-width:0;display:grid}.my-connections-page__notice{color:var(--brand-primary);background:#e6f4ff;border-color:#91caff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);padding:10px 14px}.my-connections-page__notice [data-slot=alert-description]{color:#2f3d59;line-height:22px}.my-connections-page__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.my-connections-page__message{color:#687386;margin:0;font-size:14px;line-height:22px}.my-connections-page__feedback,.my-connections-dialog__feedback{border-radius:8px;grid-template-columns:auto minmax(0,1fr);padding:10px 12px}.my-connections-dialog__description{color:#475467;word-break:break-word;background:#f8fafc;border:1px solid #e6ebf3;border-radius:8px;margin:0;padding:12px;font-size:13px;line-height:20px}.my-connections-page__card{min-width:0;box-shadow:none;border-color:#e6ebf3;border-radius:8px}.my-connections-page__card.is-authorized{background:#fbfffd;border-color:#9bd9c2}.my-connections-page .my-connections-page__card .my-connections-page__card-content{flex-direction:column;height:100%;padding:16px;display:flex}.my-connections-page__card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.my-connections-page__icon{width:38px;height:38px;color:var(--brand-primary-hover);background:#edf3ff;border-radius:8px;place-items:center;display:grid}.my-connections-page__icon svg{width:18px;height:18px}.my-connections-page__status{color:#687386;background:#fafafa;border:1px solid #d9d9d9;border-radius:999px;align-items:center;min-height:24px;padding:2px 9px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.my-connections-page__status.is-authorized{color:#18864b;background:#f0fff4;border-color:#b7ebc6}.my-connections-page__card h2{color:#17233c;margin:14px 0 8px;font-size:16px;font-weight:650;line-height:24px}.my-connections-page__direction{color:#687386;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;min-height:42px;margin:0;font-size:14px;line-height:21px;display:-webkit-box;overflow:hidden}.my-connections-page__account-panel{background:#f6f8fb;border-radius:8px;flex-direction:column;min-height:58px;margin:12px 0;padding:10px 12px;display:flex}.my-connections-page__account-panel strong{color:#17233c;font-size:14px;font-weight:650;line-height:21px}.my-connections-page__account-panel span{color:#687386;font-size:13px;line-height:20px}.my-connections-page__action{width:100%;margin-top:auto}.my-connections-page__empty-state{color:#7a8798;text-align:center;background:#fff;border:1px dashed #d8e0eb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:190px;padding:28px;display:flex}.my-connections-page__empty-state svg{color:#8a97aa;width:24px;height:24px}.my-connections-page__empty-state strong{color:#334155;font-size:14px;font-weight:600}.my-connections-page__empty-state span{max-width:460px;line-height:1.6}.my-connections-dialog{gap:16px;padding:24px;display:grid}.my-connections-dialog__header{padding-right:40px}.my-connections-dialog__alert{color:var(--brand-primary);background:#e6f4ff;border-color:#91caff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);padding:10px 12px}.my-connections-dialog__alert [data-slot=alert-description]{color:#2f3d59;line-height:21px}.my-connections-dialog__fields{gap:2px;display:grid}.my-connections-dialog__fields--create{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.my-connections-dialog__mode-switch{background:#f5f7fb;border:1px solid #d0d5dd;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.my-connections-dialog__mode-switch button{color:#475467;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:36px;font-size:14px;font-weight:600;line-height:20px}.my-connections-dialog__mode-switch button[data-active=true]{color:#1d2939;background:#fff;box-shadow:0 1px 3px #1018281f}.my-connections-dialog__mode-switch button:disabled{cursor:not-allowed;opacity:.65}.my-connections-dialog__mode-switch button:focus-visible{outline:2px solid var(--brand-primary-hover);outline-offset:2px}.my-connections-dialog__field-full{grid-column:1/-1}.my-connections-dialog__token-help{color:#475467;background:#f5f8ff;border:1px solid #d6e4ff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:10px 12px;font-size:14px;line-height:22px;display:flex}.my-connections-dialog__token-help a{color:var(--brand-primary-hover);flex:none;align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.my-connections-dialog__token-help a:hover{color:var(--brand-primary);text-underline-offset:3px;text-decoration:underline}.my-connections-dialog__token-help a:focus-visible{outline:2px solid var(--brand-primary-hover);outline-offset:3px;border-radius:4px}.my-connections-dialog__fields textarea{resize:vertical;min-height:64px}.module-drawer-content.my-connections-create-drawer.my-connections-create-drawer{width:min(760px,100vw - 48px)!important}.module-drawer-content.my-connections-create-drawer .my-connections-dialog__feedback{margin:0}.module-drawer-content.my-connections-create-drawer .my-connections-dialog__fields{gap:16px}.module-drawer-content.my-connections-create-drawer .my-connections-dialog__fields--create{grid-template-columns:repeat(2,minmax(0,1fr))}.module-drawer-content.my-connections-create-drawer .my-connections-dialog__fields textarea{min-height:92px}.my-connections-dialog__status{color:var(--brand-primary-hover);font-size:14px;line-height:22px}.my-connections-dialog__footer{padding-top:2px}.my-connections-management-dialog__details{color:#2f3d59;background:#f6f8fb;border-radius:8px;gap:8px;padding:14px 16px;font-size:14px;display:grid}.my-connections-management-dialog__details p{margin:0}@media (width<=1280px){.my-connections-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=960px){.my-connections-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.my-connections-page__grid{grid-template-columns:1fr}.my-connections-dialog{padding:20px}.module-drawer-content.my-connections-create-drawer .my-connections-dialog__fields--create{grid-template-columns:1fr}}.module-actions{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:inline-flex}.module-actions .module-action-button{height:auto;min-height:24px;color:var(--brand-primary);box-shadow:none;background:0 0;border:0;padding:0}.module-actions .module-action-button:hover,.module-actions .module-action-button:focus-visible{color:var(--brand-primary-hover);text-underline-offset:3px;background:0 0;text-decoration:underline}.module-actions .module-action-button.danger,.module-actions .module-action-button.danger-link{color:#dc2626;box-shadow:none;background:0 0}.module-actions .module-action-button.danger:hover,.module-actions .module-action-button.danger:focus-visible,.module-actions .module-action-button.danger-link:hover,.module-actions .module-action-button.danger-link:focus-visible{color:#b91c1c;background:0 0}.module-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;min-width:0}.module-card-head{border-bottom:1px solid #eef1f6;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px 16px;display:flex}.module-card-title{color:#17233c;min-width:0;font-size:15px;font-weight:700}.module-card-extra{flex:none}.module-card-hint{color:#52637a;font-size:12px;font-weight:400}.module-card-body{min-width:0;padding:16px}@media (width<=700px){.module-card-head{flex-direction:column;align-items:flex-start}}.module-tag{color:#52637a;white-space:nowrap;background:#f7f9fc;border:1px solid #d8e0ec;border-radius:999px;align-items:center;gap:4px;width:fit-content;min-height:22px;padding:1px 8px;font-size:12px;line-height:18px;display:inline-flex}.module-inline-tags{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:inline-flex}.module-tag svg{flex:none;width:16px;height:16px}.module-tag.blue{color:var(--brand-primary-hover);background:#eef5ff;border-color:#b7d4ff}.module-tag.green{color:#057a60;background:#ecfdf7;border-color:#b8eadc}.module-tag.orange{color:#9a3412;background:#fff7ed;border-color:#ffd8a8}.module-tag.purple{color:var(--brand-primary);background:#f4f0ff;border-color:#d8ccff}.module-tag.red{color:#c62828;background:#fff1f1;border-color:#ffc7c7}.im-channel-page{align-content:start;gap:16px;display:grid}.im-channel-page.is-settings{width:100%;min-width:0}.im-channel-page.is-settings .im-channel-top-row{grid-template-columns:minmax(0,1fr)}.im-channel-page.is-settings .im-section-shell{border-bottom:0}.im-channel-page .im-title-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.im-channel-page .im-channel-top-row{grid-template-columns:minmax(0,1fr) 260px;gap:16px;display:grid}.im-channel-page .im-section-shell{border-bottom:1px solid #dfe7f2;padding-bottom:16px}.im-channel-page .im-channel-list,.im-channel-page .im-account-list,.im-channel-page .im-summary-list,.im-channel-page .im-quick-modal{gap:12px;display:grid}.im-channel-page .im-provider-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;padding:16px}.im-channel-page .im-provider-head{border-bottom:1px solid #eef1f6;padding-bottom:12px}.im-channel-page .im-provider-title,.im-channel-page .im-account-card,.im-channel-page .im-summary-item,.im-channel-page .im-connect-step{align-items:center;gap:10px;display:flex}.im-channel-page .im-provider-title{justify-content:space-between}.im-channel-page .im-provider-title>div{flex:1;min-width:0}.im-channel-page .im-provider-title span:not(.module-tag,.im-platform-icon){color:#52637a;font-size:12px;display:block}.im-channel-page .im-platform-icon{color:#fff;background:var(--brand-primary);text-align:center;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:14px;font-weight:700;line-height:1;display:inline-grid}.im-channel-page .im-platform-icon.wechat{background:#07c160}.im-channel-page .im-platform-icon.wecom{background:#0f8f7f}.im-channel-page .im-platform-icon.dingtalk{background:var(--brand-primary)}.im-channel-page .im-platform-icon.qq{background:#7c3aed}.im-channel-page .im-platform-icon.small{width:24px;height:24px;font-size:12px}.im-channel-page .im-account-card{background:#f8fafd;border:1px solid #eef1f6;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:12px}.im-channel-page .im-account-main{min-width:0}.im-channel-page .im-account-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.im-channel-page .im-account-main p{color:#52637a;margin:4px 0 8px;font-size:13px}.im-channel-page .im-account-tags,.im-channel-page .im-account-actions{flex-wrap:wrap;gap:6px;display:flex}.im-channel-page .im-account-actions{flex:none;justify-content:flex-end}.im-channel-page .im-summary-item{justify-content:space-between}.im-channel-page .im-summary-item>span,.im-channel-page .im-quick-button{align-items:center;gap:8px;display:inline-flex}.im-channel-page .im-quick-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.im-channel-page .im-quick-button{color:#2f3d59;cursor:pointer;background:#fff;border:1px solid #d8e0ec;border-radius:8px;justify-content:flex-start;height:38px;padding:0 12px}.im-channel-page .im-quick-button:hover,.im-channel-page .im-quick-button:focus-visible{border-color:var(--brand-primary);color:#17233c;box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .12);background:#eef6ff}.im-channel-page .im-empty-state{color:#64748b;background:#fafcff;border:1px dashed #d8e0ec;border-radius:8px;place-items:center;gap:10px;min-height:220px;display:grid}.im-channel-page .im-connect-dialog{max-width:520px}.im-channel-page .im-config-dialog{max-width:640px}.im-channel-page .im-connect-intro{border-bottom:1px solid #eef1f6;padding-bottom:12px}.im-channel-page .im-connect-intro strong{color:#102033;font-size:15px;display:block}.im-channel-page .im-connect-intro p,.im-channel-page .im-connect-note{color:#52637a;margin:4px 0 0;font-size:13px;line-height:1.6}.im-channel-page .im-connect-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.im-channel-page .im-connect-form-full{grid-column:1/-1}.im-channel-page .im-connect-note{border-top:1px solid #eef1f6;padding-top:10px}.im-config-panel{gap:14px;display:grid}.im-config-summary{background:#f8fafd;border:1px solid #e7ebf3;border-radius:8px;padding:12px 14px}.im-config-summary>div{min-width:0}.im-config-summary strong,.im-config-summary span{display:block}.im-config-summary strong{color:#102033;font-size:14px}.im-config-summary span{color:#52637a;margin-top:2px;font-size:12px}.im-config-connected{background:#f8fbff;border:1px solid #d9e3f2;border-radius:8px;gap:8px;padding:12px;display:grid}.im-runtime-binding{background:#fff;border:1px solid #d9e3f2;border-radius:8px;gap:12px;padding:14px;display:grid}.im-runtime-binding.needs-config{background:#fffaf0;border-color:#f0c36d}.im-runtime-binding-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.im-runtime-binding-head strong{color:#102033;font-size:14px}.im-runtime-binding>p{color:#8a5a00;margin:0;font-size:12px;line-height:1.6}.im-platform-guide{background:#f7fbff;border:1px solid #cfe0f7;border-radius:8px;gap:12px;padding:14px;display:grid}.im-platform-guide-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.im-platform-guide-head strong{color:#102033;font-size:14px}.im-platform-guide-head p,.im-credential-mapping{color:#52637a;margin:4px 0 0;font-size:13px;line-height:1.6}.im-platform-guide ol{color:#334155;gap:6px;margin:0;padding-left:22px;font-size:13px;line-height:1.55;display:grid}.im-platform-guide a{width:fit-content;color:var(--brand-primary-hover);font-size:13px;font-weight:600}.im-credential-mapping{background:#eef6ff;border-radius:6px;padding:9px 10px}.im-config-credential{color:var(--brand-primary-hover);margin:0;font-weight:600}.im-config-hint{color:#52637a;margin:0;font-size:12px;line-height:1.6}.im-onboarding-panel{background:#f4f8ff;border:1px solid #cfe0ff;border-radius:8px;align-items:stretch;gap:18px;padding:16px;display:flex}.im-onboarding-visual{border:1px dashed var(--brand-primary-border);color:#3b5f9f;background:#fff;border-radius:8px;flex:none;place-items:center;gap:6px;width:176px;height:176px;min-height:176px;display:grid}.im-onboarding-visual svg{width:34px;height:34px}.im-onboarding-visual img{-o-object-fit:contain;object-fit:contain;image-rendering:auto;width:160px;height:160px}.im-onboarding-visual span{color:#52637a;font-size:12px}.im-onboarding-content{flex:1;align-content:center;gap:8px;min-width:0;display:grid}.im-onboarding-title-row,.im-onboarding-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.im-onboarding-panel strong{color:#102033;font-size:14px;display:block}.im-onboarding-panel p{color:#52637a;margin:4px 0 0;font-size:13px;line-height:1.6}.im-onboarding-panel a{color:var(--brand-primary-hover);font-size:13px;font-weight:600;text-decoration:none}.im-onboarding-actions .module-action-button{height:30px;min-height:30px;padding:0 10px}.im-manual-config{padding-top:2px}.im-manual-toggle{cursor:pointer;color:#2f3d59;background:0 0;border:0;align-items:center;min-height:30px;padding:0;font-size:13px;font-weight:600;display:inline-flex}.im-manual-toggle:hover,.im-manual-toggle:focus-visible{color:var(--brand-primary-hover)}.im-manual-fields{gap:12px;margin-top:10px;display:grid}@media (width<=1100px){.im-channel-page .im-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.im-channel-page .im-channel-top-row{grid-template-columns:1fr}}@media (width<=700px){.im-channel-page .im-account-card{flex-direction:column;align-items:flex-start}.im-channel-page .im-quick-grid,.im-channel-page .im-connect-form-grid{grid-template-columns:1fr}.im-onboarding-panel{flex-direction:column}.im-onboarding-visual{width:100%;height:176px;min-height:176px}}.module-table-shell{grid-template-rows:minmax(0,1fr) auto;gap:10px;width:100%;min-width:0;height:100%;min-height:0;display:grid}.module-table-wrap{background:#fff;border:1px solid #eef1f6;border-radius:8px;width:100%;min-height:0;overflow:auto}.module-table-wrap>div{overflow:visible}.module-table{border-collapse:collapse;width:100%;min-width:900px;font-size:13px}.module-table th,.module-table td{color:#2f3d59;text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eef1f6;height:48px;padding:10px 14px}.module-table thead{z-index:7;position:sticky;top:0}.module-table th{color:#52637a;z-index:5;background:#f8fafd;font-weight:600;position:sticky;top:0;box-shadow:inset 0 -1px #e9eef7}.module-table--empty th{background:#fff;border-bottom-color:#0000}.module-table tbody tr:hover td{background:#f9fbff}.module-table tr:last-child td{border-bottom:0}.module-table strong{color:#17233c;font-weight:700;display:block}.module-table span{color:#52637a;margin:3px 0 0;font-size:12px}.module-table .module-tag{align-items:center;width:fit-content;margin:0;padding:4px 8px;line-height:16px;display:inline-flex}.module-table-cell-action{z-index:4;background:#fff;width:1%;position:sticky;right:0;box-shadow:-10px 0 18px #14366e0d}.module-table th.module-table-cell-action{z-index:6;background:#f8fafd}.module-table--empty th.module-table-cell-action{background:#fff}.module-table tbody tr:hover .module-table-cell-action{background:#f9fbff}.module-table-cell-action .module-actions{white-space:nowrap;flex-wrap:nowrap}.module-table-cell-action .module-actions .module-action-button{flex:none}.module-table-empty-cell{text-align:center;background:#fff;height:132px;padding:22px 16px!important}.module-table-empty-row:hover .module-table-empty-cell{background:#fff}.module-table-empty-placeholder{color:#52637a;place-items:center;gap:10px;min-height:88px;display:grid}.module-table-empty-icon{color:#64748b;background:#f8fbff;border:1px solid #e4ebf5;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;display:inline-flex}.module-table-empty-icon svg{width:18px;height:18px}.module-table-empty-placeholder strong{color:#52637a;font-size:13px;font-weight:600}.module-table-pagination{color:#52637a;background:#f8fafd;justify-content:flex-end;align-items:center;gap:12px;font-size:12px;line-height:18px;display:flex}.module-table-pagination-actions{align-items:center;gap:8px;display:inline-flex}.module-table-pagination b{color:#17233c;text-align:center;min-width:42px;font-weight:600}.module-table-pagination .module-action-button{height:30px;min-height:30px;padding:0 10px}.module-filter-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:14px;display:flex}.module-filter-tail{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;margin-left:4px;display:inline-flex}.module-progress{background:#eef1f6;border-radius:999px;height:8px;overflow:hidden}.module-progress span{border-radius:inherit;background:var(--brand-primary);height:100%;display:block}.module-search{min-width:180px;display:inline-flex;position:relative}.module-search input{color:#1b2a45;background:#fff;border:1px solid #dbe3f1;border-radius:8px;outline:none;width:220px;height:40px;padding:0 12px 0 34px}.module-search input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14);background-color:#fff!important}.module-search-icon{color:#64748b;width:15px;height:15px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}@media (width<=700px){.module-search,.module-search input{width:100%}}.module-segmented{background:#f0f3f8;border-radius:8px;gap:2px;padding:2px;display:inline-flex}.module-segmented .module-segmented-button{color:#52637a;height:32px;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 14px;transition:color .16s,background-color .16s,box-shadow .16s}.module-segmented .module-segmented-button:hover,.module-segmented .module-segmented-button:focus-visible{color:var(--brand-primary-hover);box-shadow:none;background:#f6f9ff}.module-segmented .module-segmented-button:focus-visible{outline:2px solid rgba(var(--brand-primary-rgb), .16);outline-offset:1px}.module-segmented .module-segmented-button.active{color:#17233c;background:#fff;box-shadow:0 1px 3px #0c1f4214}.module-segmented .module-segmented-button.active:hover,.module-segmented .module-segmented-button.active:focus-visible{color:#17233c;background:#fff}.usage-title-actions{color:#52637a;justify-content:flex-end;align-items:center;gap:8px;font-size:13px;display:inline-flex}.usage-title-actions span{white-space:nowrap;margin-right:4px}.usage-stats-page{gap:16px;display:grid}.usage-stats-page .usage-filter-card{justify-content:space-between;min-height:80px;padding:24px}.usage-stats-page .usage-filter-note{color:#52637a;margin-left:auto;font-size:13px;line-height:20px}.usage-stats-page .usage-overview-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.usage-stats-page .usage-overview-card .module-card-body{align-content:center;gap:8px;min-height:104px;padding:20px 24px;display:grid}.usage-stats-page .usage-overview-card span{color:#52637a;font-size:13px}.usage-stats-page .usage-overview-card strong{color:#17233c;font-size:26px;font-weight:700;line-height:1}.usage-stats-page .usage-overview-card small{color:#52637a;margin-left:4px;font-size:14px;font-weight:500}.usage-stats-page .usage-overview-card em{color:#6b7a90;font-size:13px;font-style:normal;line-height:20px}.usage-stats-page .usage-layout{grid-template-columns:minmax(0,1fr) minmax(360px,528px);align-items:start;gap:16px;display:grid}.usage-stats-page .usage-records-card,.usage-stats-page .usage-model-card{min-width:0}.usage-stats-page .usage-record-filter{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.usage-stats-page .usage-record-filter .module-search{min-width:220px}.usage-stats-page .usage-record-filter .module-search input{width:220px;height:36px}.usage-stats-page .usage-record-filter .module-select{min-width:104px;height:36px!important}.usage-stats-page .usage-records-card .module-card-body{padding:22px 24px 24px}.usage-stats-page .usage-records-card .module-table{min-width:840px}.usage-stats-page .usage-records-card .module-table th,.usage-stats-page .usage-records-card .module-table td{color:#17233c;height:58px}.usage-stats-page .usage-records-card .module-table th{color:#17233c}.usage-stats-page .usage-resource-cell{align-items:center;gap:8px;min-width:0;max-width:260px;display:inline-flex}.usage-stats-page .usage-resource-cell strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.usage-stats-page .usage-model-card .module-card-body{gap:22px;padding:20px 24px;display:grid}.usage-stats-page .usage-model-list{background:#fff;gap:22px;display:grid}.usage-stats-page .usage-model-row{gap:10px;display:grid}.usage-stats-page .usage-model-row-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.usage-stats-page .usage-model-row-head strong{color:#17233c;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.usage-stats-page .usage-model-row-head span,.usage-stats-page .usage-model-note,.usage-stats-page .usage-empty-state{color:#52637a;font-size:13px;font-style:normal}.usage-stats-page .usage-model-note{border-top:1px solid #eef1f6;margin:8px 0 0;padding-top:22px;line-height:22px}.usage-stats-page .usage-inline-alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:10px 12px;font-size:13px}.usage-stats-page .usage-empty-state{text-align:center;padding:24px 14px}.usage-stats-page.is-settings .usage-filter-card{min-height:64px;padding:16px}.usage-stats-page.is-settings .usage-overview-row{grid-template-columns:repeat(4,minmax(0,1fr))}.usage-stats-page.is-settings .usage-layout{grid-template-columns:minmax(0,1fr)}@media (width<=1100px){.usage-stats-page .usage-overview-row{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-stats-page .usage-layout{grid-template-columns:1fr}}@media (width<=700px){.usage-stats-page .usage-title-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.usage-stats-page .usage-filter-card,.usage-stats-page .usage-model-row-head{align-items:flex-start}.usage-stats-page .usage-filter-card{flex-direction:column}.usage-stats-page .usage-filter-note{margin-left:0}.usage-stats-page .usage-record-filter{flex-direction:column;align-items:stretch;width:100%}.usage-stats-page .usage-record-filter .module-search,.usage-stats-page .usage-record-filter .module-search input,.usage-stats-page .usage-record-filter .module-select,.usage-stats-page .usage-record-filter .module-select-wrap{width:100%}.usage-stats-page .usage-overview-row{grid-template-columns:1fr}}.module-list-view{flex:auto;grid-template-rows:auto minmax(0,1fr);gap:14px;min-width:0;min-height:0;display:grid}.module-list-view-filter{background:#fff;border:1px solid #e7ebf3;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 10px 26px #14366e0a}.module-list-view-card{flex-direction:column;min-width:0;min-height:0;display:flex}.module-list-view-card-body{flex-direction:column;flex:auto;min-height:0;padding:16px;display:flex}.module-list-view-error{color:#b42318;background:#fff5f5;border:1px solid #ffd8d8;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;margin-bottom:12px;padding:10px 12px;font-size:13px;display:flex}.module-list-view-table-region{flex:auto;min-width:0;min-height:0;display:flex;position:relative}.module-list-view-table-region[aria-busy=true] .module-table-shell{pointer-events:none}.module-list-view-loading{z-index:6;background:#ffffffa3;border-radius:8px;place-items:center;display:grid;position:absolute;inset:0}.module-list-view-loading-content{min-height:36px;color:var(--brand-primary);box-shadow:0 8px 22px rgba(var(--brand-primary-rgb), .12);background:#ffffffeb;border:1px solid #dbe8ff;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.module-list-view-loading-content svg{width:15px;height:15px;animation:.9s linear infinite module-list-view-loading-spin}@keyframes module-list-view-loading-spin{to{transform:rotate(360deg)}}.member-secrets-page{flex-direction:column;flex:1;min-height:0;display:flex}.member-secrets-page .module-list-view{flex:1;min-height:0}.member-secrets-page.is-settings{height:100%}.member-secrets-page.is-settings .module-list-view{box-shadow:none;border:0;border-radius:0}.member-secrets-page.is-settings .module-list-view-card-body{padding:0}.member-secrets-page .module-list-view-filter{align-items:center}.member-secrets-page .module-search{min-width:min(24rem,100%)}.member-secret-name{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.member-secret-drawer{width:min(34rem,100vw)}.member-secret-form{gap:1rem;display:grid}.member-secret-notice{border:1px solid hsl(var(--border));background:hsl(var(--muted)/.45);color:hsl(var(--muted-foreground));border-radius:.5rem;padding:.75rem .875rem;font-size:.875rem;line-height:1.6}.member-secret-summary{border-bottom:1px solid hsl(var(--border));grid-template-columns:5rem minmax(0,1fr);gap:.625rem 1rem;padding-bottom:1rem;display:grid}.member-secret-summary span,.member-secret-mask span{color:hsl(var(--muted-foreground));font-size:.875rem}.member-secret-mask{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.member-secret-mask code{overflow-wrap:anywhere}.member-secret-value-control{grid-template-columns:minmax(0,1fr) 2.75rem;gap:.5rem;display:grid}.member-secret-value-control .module-action-button{min-width:2.75rem;min-height:2.75rem;padding:0}@media (width<=720px){.member-secrets-page .module-list-view-filter{align-items:stretch}.member-secrets-page .module-search{min-width:100%}}.settings-dialog__body:has(>.archived-conversations-page){padding:0}.archived-conversations-page{min-height:0;color:hsl(var(--foreground));flex-direction:column;flex:1;gap:12px;padding:16px 20px 20px;display:flex;overflow:auto}.archived-conversations-toolbar{grid-template-columns:minmax(240px,1fr) minmax(160px,200px);gap:8px;display:grid}.archived-conversations-search{border:1px solid hsl(var(--input));background:hsl(var(--background));border-radius:8px;align-items:center;gap:8px;min-width:0;height:36px;padding:0 10px;transition:border-color .16s,box-shadow .16s;display:flex}.archived-conversations-search:focus-within{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.16)}.archived-conversations-search svg{width:16px;height:16px;color:hsl(var(--muted-foreground));flex:none}.archived-conversations-search input{width:100%;min-width:0;color:inherit;background:0 0;border:0;outline:0}.archived-conversations-filter{min-width:0;height:36px;position:relative}.archived-conversations-filter>svg{z-index:1;width:16px;height:16px;color:hsl(var(--muted-foreground));pointer-events:none;position:absolute;top:10px;left:11px}.archived-conversations-filter .module-select-wrap,.archived-conversations-filter .module-select{width:100%;min-width:0}.archived-conversations-filter .module-select{height:36px!important;padding-left:34px!important}.archived-conversations-groups{flex-direction:column;gap:14px;display:flex}.archived-conversations-group>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:5px;padding:0 2px;display:flex}.archived-conversations-group h3{align-items:center;gap:8px;min-width:0;margin:0;font-size:14px;font-weight:600;display:flex}.archived-conversations-group h3 svg{width:16px;height:16px;color:hsl(var(--muted-foreground))}.archived-conversations-group>header>span{color:hsl(var(--muted-foreground));font-size:12px}.archived-conversations-group ul{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:10px;margin:0;padding:0 10px;list-style:none}.archived-conversations-group li{border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:7px 0;display:flex}.archived-conversations-group li:last-child{border-bottom:0}.archived-conversations-row-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.archived-conversations-row-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.archived-conversations-row-copy time{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;font-size:12px}.archived-conversations-row-actions{flex:none;align-items:center;gap:6px;display:flex}.archived-conversations-row-actions>button{height:36px}.archived-conversations-row-actions .archived-conversations-delete{width:36px;height:36px;color:hsl(var(--muted-foreground));padding:0}.archived-conversations-row-actions .archived-conversations-delete:hover{color:hsl(var(--destructive))}.archived-conversations-row-actions svg{width:16px;height:16px}.archived-conversations-state{min-height:220px;color:hsl(var(--muted-foreground));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:0;display:flex}.archived-conversations-state svg{width:28px;height:28px}.archived-conversations-state strong{color:hsl(var(--foreground));font-size:14px}.archived-conversations-state span{font-size:13px}.archived-conversations-state.is-error{color:hsl(var(--destructive))}.archived-conversations-delete-dialog{padding:24px}@media (width<=720px){.archived-conversations-page{padding:16px}.archived-conversations-toolbar{grid-template-columns:1fr}.archived-conversations-group li{flex-direction:column;align-items:flex-start}.archived-conversations-row-actions{justify-content:flex-end;width:100%}}@media (prefers-reduced-motion:reduce){.archived-conversations-search{transition:none}}.settings-dialog.settings-dialog{color:#263b4d;background:#fff;border:1px solid #dfe7eb;border-radius:18px;grid-template-columns:210px minmax(0,1fr);width:min(88vw,1160px);max-width:none;height:min(76vh,760px);padding:0;display:grid;overflow:hidden;box-shadow:0 28px 72px #1e303d3d}.settings-dialog__sidebar{background:#f7f8f8;flex-direction:column;gap:4px;min-width:0;padding:24px 14px;display:flex;overflow-y:auto}.settings-dialog__menu-item{color:#536878;cursor:pointer;width:100%;min-height:44px;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;justify-content:flex-start;align-items:center;gap:12px;padding:0 16px;font-size:13px;font-weight:520;transition:color .16s,background-color .16s;display:flex}.settings-dialog__sidebar .settings-dialog__menu-item{text-align:left;justify-content:flex-start}.settings-dialog__menu-item:hover{color:#29475d;background:#edf2f3}.settings-dialog__menu-item[aria-current=page]{color:#263b4d;background:#e5e9e8;font-weight:650}.settings-dialog__menu-item:focus-visible{outline-offset:1px;outline:3px solid #2185e83d}.settings-dialog__menu-item svg{width:18px;height:18px;color:var(--brand-primary);stroke-width:1.7px;flex:0 0 18px}.settings-dialog__main{background:#fff;grid-template-rows:72px minmax(0,1fr);min-width:0;min-height:0;display:grid}.settings-dialog__header{border-bottom:1px solid #e7edef;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0 64px 0 24px;display:flex}.settings-dialog__header-actions{justify-content:flex-end;align-items:center;min-width:0;display:flex}.settings-dialog__header h2{color:#23394b;letter-spacing:-.02em;font-size:22px;font-weight:650}.settings-dialog__body{background:#fbfcfc;min-width:0;min-height:0;padding:24px;overflow:auto}.settings-dialog__component-slot{color:#718593;text-align:center;background:#fff;border:1px dashed #cddbe4;border-radius:12px;align-content:center;justify-items:center;gap:10px;min-height:240px;padding:32px;display:grid}.settings-dialog__component-slot code{color:var(--brand-primary);font-size:14px;font-weight:650}.settings-dialog__component-slot span{font-size:12px}.account-settings-list{gap:16px;display:grid}.account-settings-card{background:#fff;border:1px solid #e0e8ec;border-radius:12px;min-width:0;overflow:hidden;box-shadow:0 1px 2px #263b4d08}.account-settings-card__header{border-bottom:1px solid #e8eef1;align-items:center;min-height:72px;padding:16px 18px;display:flex}.account-settings-card__header h3{color:#263b4d;margin:0;font-size:15px;font-weight:650}.account-settings-card__header p{color:#7a8d9a;margin:4px 0 0;font-size:12px;line-height:1.5}.account-settings-profile{background:#f5f9fb;border-radius:10px;align-items:center;gap:12px;margin:18px 18px 8px;padding:14px;display:flex}.account-settings-avatar{color:#fff;background:linear-gradient(145deg, var(--brand-primary), var(--brand-primary-hover));border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:17px;font-weight:700;display:grid}.account-settings-profile__identity{gap:3px;min-width:0;display:grid}.account-settings-profile__identity strong,.account-settings-profile__identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-settings-profile__identity strong{color:#263b4d;font-size:14px}.account-settings-profile__identity span{color:#718593;font-size:12px}.account-settings-details{margin:0;padding:8px 18px 18px}.account-settings-details>div{border-bottom:1px solid #edf1f3;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;min-height:45px;display:grid}.account-settings-details>div:last-child{border-bottom:0}.account-settings-details dt{color:#718593;font-size:12px}.account-settings-details dd{color:#31495c;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:550;overflow:hidden}.account-settings-action-row{background:#fff;border:1px solid #e0e8ec;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;min-height:88px;padding:18px;display:flex;box-shadow:0 1px 2px #263b4d08}.account-settings-action-row__content h3{color:#263b4d;margin:0;font-size:15px;font-weight:650}.account-settings-action-row__content p{color:#7a8d9a;margin:4px 0 0;font-size:12px;line-height:1.5}.settings-dialog>button.absolute{color:#607581;width:38px;height:38px;top:17px;right:20px}@media (width<=720px){.settings-dialog.settings-dialog{border-radius:14px;grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;width:calc(100vw - 24px);height:calc(100dvh - 24px)}.settings-dialog__sidebar{border-bottom:1px solid #e7edef;flex-direction:row;padding:12px;overflow:auto hidden}.settings-dialog__menu-item{flex:none;width:auto;min-width:max-content;padding-inline:12px}.settings-dialog__main{grid-template-rows:64px minmax(0,1fr)}.settings-dialog__header{padding-left:18px}.settings-dialog__body{padding:16px}}@media (prefers-reduced-motion:reduce){.settings-dialog.settings-dialog,.settings-dialog.settings-dialog *{transition:none!important;animation:none!important}}.sidebar-search-dialog{background:#fff;border-color:#dbe3ef;border-radius:14px;max-height:min(600px,100dvh - 48px);padding:8px;overflow:hidden;box-shadow:0 18px 48px #17263d2e;width:min(100vw - 32px,560px)!important}.sidebar-search-input{background:#f6f8fb;border:1px solid #0000;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding:0 10px;transition:border-color .16s,box-shadow .16s;display:flex}.sidebar-search-input:focus-within{border-color:var(--brand-primary-border);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb), .12)}.sidebar-search-input>svg{color:#748399;flex:none;width:17px;height:17px}.sidebar-search-input input{color:#17243a;width:100%;min-width:0;height:38px;font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:14px}.sidebar-search-input input::placeholder{color:#8a97a9}.sidebar-search-input input::-webkit-search-cancel-button{cursor:pointer}.sidebar-search-results{scrollbar-gutter:stable;max-height:min(480px,100dvh - 112px);padding:4px 0 0;overflow-y:auto}.sidebar-search-group+.sidebar-search-group{margin-top:4px}.sidebar-search-group h2{color:#7a8799;margin:0;padding:4px 8px;font-size:12px;font-weight:600;line-height:18px}.sidebar-search-items{gap:1px;display:grid}.sidebar-search-item{color:#26364d;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;min-height:40px;padding:4px 8px;transition:color .15s,background .15s;display:flex}.sidebar-search-item:hover,.sidebar-search-item.is-active,.sidebar-search-item:focus-visible{color:#17243a;background:#eef2f7;outline:none}.sidebar-search-item:focus-visible{box-shadow:inset 0 0 0 2px var(--brand-primary-border)}.sidebar-search-item-icon{width:28px;height:28px;color:var(--brand-primary);background:var(--brand-primary-soft);border-radius:7px;flex:none;place-items:center;display:grid}.sidebar-search-item-icon svg{width:16px;height:16px}.sidebar-search-item-copy{flex:1;justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.sidebar-search-item-copy strong,.sidebar-search-item-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-search-item-copy strong{font-size:14px;font-weight:520;line-height:20px}.sidebar-search-item-copy small{color:#8a97a9;max-width:42%;font-size:12px;line-height:18px}.sidebar-search-empty{color:#7a8799;text-align:center;background:#f8fafc;border-radius:8px;margin:4px 0;padding:18px 8px;font-size:13px}@media (width<=560px){.sidebar-search-dialog{border-radius:12px;max-height:calc(100dvh - 32px);top:16px!important;transform:translate(-50%)!important}.sidebar-search-item-copy{display:block}.sidebar-search-item-copy small{max-width:100%;display:block}}@media (prefers-reduced-motion:reduce){.sidebar-search-input,.sidebar-search-item{transition:none}}.workbench-prototype-shell{--workbench-ink:#18324a;--workbench-ink-secondary:#435665;--workbench-muted:#84949e;--workbench-line:#dce6ee;--workbench-surface:#fff;--workbench-hover:#f0f3f5;--workbench-active:var(--brand-primary-soft);--workbench-active-ink:var(--brand-primary-hover);--workbench-focus:#2185e83d;grid-template-columns:var(--workbench-sidebar-width) minmax(0, 1fr);width:100%;min-width:0;height:100dvh;color:var(--workbench-ink);background:var(--workbench-surface);transition:grid-template-columns .18s;display:grid;overflow:hidden}.workbench-prototype-shell,.workbench-prototype-shell *{box-sizing:border-box}.workbench-create-project-dialog{background:#fff;border:0;gap:16px;padding:20px;display:grid;box-shadow:0 24px 70px #1420303d;border-radius:16px!important;width:min(100vw - 32px,460px)!important}.workbench-create-project-dialog>button.absolute{top:12px;right:12px}.workbench-create-project-dialog>div:first-child{gap:6px;padding-right:32px}.workbench-create-project-dialog h2{color:#17283b;font-size:18px;line-height:26px}.workbench-create-project-dialog>div:first-child>p{color:#657383;font-size:13px;line-height:20px}.workbench-create-project-dialog input{width:100%;height:40px;box-shadow:none;background:#f5f6f7;border:1px solid #0000;border-radius:9px;padding:0 12px;font-size:13px}.workbench-create-project-dialog input:focus-visible{border-color:var(--brand-primary-border);box-shadow:0 0 0 3px #4582f624}.workbench-create-project-dialog>div:last-child{gap:8px}.workbench-create-project-dialog>div:last-child button{border-radius:9px;min-width:72px;height:36px;font-size:13px}.workbench-prototype-shell[data-sidebar-dragging=true]{cursor:col-resize;transition:none}.workbench-prototype-sidebar{border-right:1px solid var(--workbench-line);background:var(--workbench-surface);flex-direction:column;min-width:0;min-height:0;padding:10px 9px;transition:padding .18s;display:flex;position:relative;overflow:visible}.workbench-prototype-brand{align-items:center;gap:9px;height:38px;min-height:38px;margin:0 2px 8px;padding-right:20px;display:flex;position:relative}.workbench-prototype-brand-mark{-o-object-fit:contain;object-fit:contain;flex:none;width:30px;height:30px;display:block}.workbench-prototype-brand strong{color:#17334b;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.workbench-prototype-shell .workbench-prototype-sidebar-search{color:#61727c;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;padding:0;display:grid}.workbench-prototype-shell .workbench-prototype-sidebar-search:hover{color:var(--brand-primary);background:#eef6ff}.workbench-prototype-sidebar-search svg{width:18px;height:18px}.workbench-prototype-shell .workbench-prototype-collapse{z-index:22;color:#61727c;cursor:pointer;background:#fff;border:1px solid #dce4e8;border-radius:8px;place-items:center;width:26px;height:26px;padding:0;display:grid;position:absolute;top:6px;right:-23px;box-shadow:0 4px 12px #233e4c14}.workbench-prototype-shell .workbench-prototype-collapse:hover{color:var(--brand-primary);background:#f8fbfc;border-color:#a9cede}.workbench-prototype-collapse:focus-visible,.workbench-prototype-sidebar-search:focus-visible,.workbench-prototype-nav-row:focus-visible,.workbench-prototype-more-menu a:focus-visible,.workbench-prototype-list-heading button:focus-visible{outline:3px solid var(--workbench-focus);outline-offset:1px}.workbench-prototype-collapse svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.workbench-prototype-nav{gap:2px;display:grid;position:relative}.workbench-prototype-nav-row,.workbench-prototype-more-menu a{width:100%;min-width:0;height:38px;color:var(--workbench-ink-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:560;text-decoration:none;display:flex}.workbench-prototype-shell button.workbench-prototype-nav-row{height:38px;padding:0 10px}.workbench-prototype-nav-row:first-child{color:#253f50;margin-bottom:4px;font-weight:650}.workbench-prototype-nav-row:hover,.workbench-prototype-more-menu a:hover{color:#183c55;background:var(--workbench-hover)}.workbench-prototype-nav-row.is-active,.workbench-prototype-more-menu a.active{color:var(--workbench-active-ink);background:var(--workbench-active);font-weight:650}.workbench-prototype-nav-row>span:not(.workbench-prototype-icon,.workbench-prototype-plus){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workbench-prototype-nav-row>i{color:var(--workbench-muted);margin-left:auto;font-style:normal}.workbench-prototype-icon{width:20px;height:20px;color:var(--brand-primary);flex:none;display:block}.workbench-prototype-plus{width:20px;height:20px;color:var(--brand-primary)}.workbench-prototype-more-menu{background:#fff;border:1px solid #dfe7eb;border-radius:11px;width:172px;padding:6px;box-shadow:0 16px 38px #1d364529}.workbench-prototype-more-menu a{height:36px}.workbench-prototype-more-menu .workbench-prototype-icon{width:18px;height:18px}.workbench-prototype-list{flex:1;min-height:0;margin:10px -3px 0;padding:0 3px;overflow:auto}.workbench-prototype-list-heading{color:#29455f;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;width:calc(100% - 8px);min-height:28px;margin:0 4px 7px;padding:0;font-size:14px;font-weight:600;display:flex}.workbench-prototype-list-heading.is-project-heading{margin-top:13px;position:relative}.workbench-prototype-section-toggle{cursor:pointer}.workbench-prototype-heading-meta,.workbench-prototype-heading-actions{color:#92a1b0;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;font-size:12px;font-weight:500;display:inline-flex}.workbench-prototype-heading-meta svg,.workbench-prototype-section-chevron svg{stroke-width:1.9px;flex:0 0 16px;width:16px;height:16px}.workbench-prototype-shell .workbench-prototype-project-section-toggle{width:100%;height:28px;color:inherit;font:inherit;background:0 0;justify-content:space-between;padding:0}.workbench-prototype-list-heading.is-project-heading .workbench-prototype-heading-actions{position:absolute;top:1px;right:38px}.workbench-prototype-shell .workbench-prototype-new-project{width:auto;height:26px;color:var(--brand-primary);opacity:0;pointer-events:none;background:#f7fbfe;border:1px solid #cde1ef;border-radius:7px;gap:3px;padding:0 8px;font-size:10px;font-weight:600}.workbench-prototype-new-project svg{width:13px;height:13px}.workbench-prototype-list-heading.is-project-heading:hover .workbench-prototype-new-project,.workbench-prototype-new-project:focus-visible{opacity:1;pointer-events:auto}.workbench-prototype-list-heading button:hover{color:var(--brand-primary);background:#eff7fd}.workbench-prototype-list-more{color:#71879a;width:calc(100% - 18px);min-height:28px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;margin:2px 9px 0;padding:4px 8px;font-size:12px;display:flex}.workbench-prototype-list-more:hover{color:var(--brand-primary);background:#f3f8fc}.workbench-prototype-list-more:focus-visible{outline:2px solid var(--workbench-focus);outline-offset:1px}.workbench-prototype-list-more svg{flex:0 0 14px;width:14px;height:14px;transition:transform .12s}.workbench-prototype-list-more svg.is-expanded{transform:rotate(180deg)}.workbench-prototype-list-more.is-project-list{width:calc(100% - 9px);margin-left:0;padding-left:9px}.workbench-prototype-shell .workbench-prototype-project-section-toggle:hover{background:0 0}.workbench-prototype-task-row,.workbench-prototype-project-row{color:#566f84;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;width:100%;min-height:36px;padding:0;font-size:14px;display:flex;position:relative}.workbench-prototype-task-row{gap:8px;padding:8px 9px}.workbench-prototype-project-toggle{border-radius:inherit;width:100%;min-width:0;min-height:36px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 9px;display:flex}.workbench-prototype-project-toggle:focus-visible{outline:2px solid var(--workbench-focus);outline-offset:1px}.workbench-prototype-project-actions{z-index:1;opacity:0;pointer-events:none;align-items:center;gap:1px;display:inline-flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.workbench-prototype-project-actions button{width:24px;height:24px;color:var(--brand-primary);border-radius:6px;padding:0}.workbench-prototype-project-actions svg{width:15px;height:15px}.workbench-prototype-project-row:hover .workbench-prototype-project-actions{opacity:1;pointer-events:auto}.workbench-prototype-project-row:has(.workbench-prototype-project-actions button:focus-visible) .workbench-prototype-project-actions{opacity:1;pointer-events:auto}.workbench-prototype-project-row:hover small{opacity:0}.workbench-prototype-project-row:has(.workbench-prototype-project-actions button:focus-visible) small{opacity:0}.workbench-prototype-task-row:hover,.workbench-prototype-project-row:hover{background:#f5f9fc}.workbench-prototype-task-row.is-active{color:var(--brand-primary);background:#edf6ff;font-weight:650}.workbench-prototype-task-open{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.workbench-prototype-task-row:hover .workbench-prototype-task-open{padding-right:50px}.workbench-prototype-task-row:has(.workbench-prototype-task-actions button:focus-visible) .workbench-prototype-task-open{padding-right:50px}.workbench-prototype-task-open:focus-visible{outline:2px solid var(--workbench-focus);outline-offset:2px;border-radius:5px}.workbench-prototype-row-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.workbench-prototype-task-row time,.workbench-prototype-project-row small{color:#98a6b4;flex:none;font-size:12px}.workbench-prototype-task-row time{transition:opacity .12s}.workbench-prototype-task-actions{opacity:0;pointer-events:none;align-items:center;gap:1px;display:flex;position:absolute;right:5px}.workbench-prototype-shell .workbench-prototype-task-actions button{width:25px;height:25px;color:var(--brand-primary);border-radius:6px;place-items:center;padding:0;display:grid}.workbench-prototype-task-actions svg{stroke-width:1.7px;width:18px;height:18px}.workbench-prototype-task-row:hover time{display:none}.workbench-prototype-task-row:has(.workbench-prototype-task-actions button:focus-visible) time{display:none}.workbench-prototype-task-row:hover .workbench-prototype-task-actions{opacity:1;pointer-events:auto}.workbench-prototype-task-row:has(.workbench-prototype-task-actions button:focus-visible) .workbench-prototype-task-actions{opacity:1;pointer-events:auto}.workbench-prototype-task-menu{color:#526b7d;background:#fff;border:1px solid #dce5eb;border-radius:10px;width:176px;padding:7px;box-shadow:0 12px 30px #223e4e29}.workbench-prototype-task-menu-item{cursor:pointer;border-radius:7px;align-items:center;gap:10px;min-height:36px;padding:7px 9px;font-size:12px;display:flex}.workbench-prototype-task-menu-item svg{width:18px;height:18px;color:var(--brand-primary);stroke-width:1.7px;flex:0 0 18px}.workbench-prototype-task-menu-item.is-danger,.workbench-prototype-task-menu-item.is-danger svg{color:#ee5c65}.workbench-prototype-task-project-trigger>span,.workbench-prototype-task-project-menu .workbench-prototype-task-menu-item>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.workbench-prototype-task-menu-item .workbench-prototype-task-project-chevron{color:#8a9bab;flex:0 0 14px;width:14px;height:14px;margin-left:auto}.workbench-prototype-task-project-menu{width:220px;max-height:min(360px,100vh - 24px);overflow-y:auto}.workbench-prototype-task-project-menu .workbench-prototype-task-menu-item.is-current-project{color:var(--brand-primary);background:#edf6ff}.workbench-prototype-task-menu-item .workbench-prototype-task-project-check{width:15px;height:15px;color:var(--brand-primary);flex:0 0 15px;margin-left:auto}.workbench-prototype-task-project-separator{background:#e6edf2;margin:5px 2px}.workbench-prototype-task-project-remove,.workbench-prototype-task-project-remove svg{color:#667d8f}.workbench-prototype-project-row{color:#3c566e;cursor:pointer;padding-left:0;font-weight:650}.workbench-prototype-project-chevron{color:#7893a6;stroke-width:1.9px;flex:0 0 15px;width:15px;height:15px}.workbench-prototype-project-folder{width:17px;height:17px;color:var(--brand-primary);stroke-width:1.8px;flex:0 0 17px}.workbench-prototype-project-children{margin-left:var(--workbench-project-child-indent);border-left:1px solid #dfe8ef;grid-template-columns:minmax(0,1fr);min-width:0;padding-left:4px;display:grid}.workbench-prototype-project-children .workbench-prototype-task-row{color:#667d90;border-radius:7px;gap:6px;min-width:0;min-height:34px;padding:7px 7px 7px 9px;font-size:14px;font-weight:400}.workbench-prototype-project-children .workbench-prototype-task-actions{right:3px}.workbench-prototype-account-dock{width:100%;position:relative}.workbench-prototype-shell .workbench-prototype-account{color:#4b6377;cursor:pointer;border-top:1px solid #edf1f4;align-items:center;gap:8px;width:100%;min-width:0;height:47px;padding:0 28px 0 7px;font-size:13px;font-weight:750;display:flex}.workbench-prototype-shell .workbench-prototype-account:hover{background:#f5f9fc}.workbench-prototype-account-menu.workbench-prototype-account-menu{color:#597084;background:#fff;border:1px solid #dce6ed;border-radius:14px;min-width:190px;padding:6px;font-size:12px;box-shadow:0 14px 32px #2f4d6629}.workbench-prototype-account-menu-item.workbench-prototype-account-menu-item{color:#597084;cursor:pointer;border-radius:8px;gap:10px;min-height:34px;padding:5px 8px;font-size:12px}.workbench-prototype-account-menu-item:hover,.workbench-prototype-account-menu-item[data-highlighted]{color:#355a74;background:#f2f8fc}.workbench-prototype-account-menu-item svg{width:16px;height:16px;color:var(--brand-primary);stroke-width:1.7px;flex:none}.workbench-prototype-account-menu-item svg.is-spinning{animation:.8s linear infinite workbench-account-menu-spin}@keyframes workbench-account-menu-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.workbench-prototype-account-menu-item svg.is-spinning{animation:none}}.workbench-prototype-account-menu-item.is-danger,.workbench-prototype-account-menu-item.is-danger svg{color:#ef5b62}.workbench-prototype-account-menu-item.is-danger:hover,.workbench-prototype-account-menu-item.is-danger[data-highlighted]{color:#d94750;background:#fff3f3}.workbench-prototype-account>span:nth-child(2){text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.workbench-prototype-account-chevron{color:#84949e;stroke-width:1.8px;cursor:default;width:14px;height:14px;transition:transform .18s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.workbench-prototype-account-dock:has(.workbench-prototype-account[data-popup-open]) .workbench-prototype-account-chevron{transform:translateY(-50%)rotate(180deg)}.workbench-prototype-avatar{color:#fff;background:var(--brand-primary);border:2px solid #fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:9px;display:grid;box-shadow:0 3px 9px #315b8f33}.workbench-prototype-resizer{z-index:20;cursor:col-resize;touch-action:none;width:8px;position:absolute;top:0;bottom:0;right:-4px}.workbench-prototype-resizer:after{content:"";background:0 0;width:1px;position:absolute;inset:0 auto 0 3px}.workbench-prototype-resizer:hover:after,.workbench-prototype-resizer:focus-visible:after,.workbench-prototype-shell[data-sidebar-dragging=true] .workbench-prototype-resizer:after{background:var(--brand-primary)}.workbench-prototype-resizer:focus-visible{outline:3px solid var(--workbench-focus);outline-offset:1px}.workbench-prototype-content{flex-direction:column;min-width:0;min-height:0;padding:22px;display:flex;overflow:hidden auto}.workbench-prototype-content.is-workbench{padding:0}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-sidebar{padding:10px 8px}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-brand{justify-content:center;min-height:38px;margin-inline:0;padding:0}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-brand strong,.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-sidebar-search,.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-nav-row>span:not(.workbench-prototype-icon,.workbench-prototype-plus),.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-nav-row>i,.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-list,.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-account>span,.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-account-chevron{display:none}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-collapse svg{transform:rotate(180deg)}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-nav-row{justify-content:center;width:44px;padding:0}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-nav-row.is-active{background:0 0}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-account{border-top:0;justify-content:center;height:38px;margin-top:auto;padding:0}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-account-dock{margin-top:auto}.workbench-prototype-shell[data-sidebar-collapsed=true] .workbench-prototype-account:before{content:"用";color:#fff;background:var(--brand-primary);border-radius:50%;place-items:center;width:28px;height:28px;font-size:9px;display:grid}@media (width<=920px){.workbench-prototype-content{padding:14px}}@media (prefers-reduced-motion:reduce){.workbench-prototype-shell,.workbench-prototype-shell *{transition:none!important}}.prototype-login-page{color:#16233a;background:#f3f6fb;min-height:100dvh;padding:24px;overflow-x:hidden}.prototype-login-shell{background:#fff;border:1px solid #dfe6f0;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(360px,430px);width:min(1160px,100%);min-height:calc(100dvh - 48px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 18px 48px #1f324c1a}.prototype-login-aside{color:#16233a;background:linear-gradient(#f8fbff 0%,#eef4fb 100%);border-right:1px solid #e4ebf5;flex-direction:column;gap:30px;min-width:0;padding:36px;display:flex;position:relative;overflow:hidden}.prototype-login-brand{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.prototype-login-brand-mark{-o-object-fit:contain;object-fit:contain;width:42px;height:42px;display:block}.prototype-login-brand-title{color:#16233a;font-size:17px;font-weight:700;line-height:24px}.prototype-login-brand-subtitle{color:#64748b;font-size:12px;line-height:18px}.prototype-login-hero{z-index:1;max-width:520px;margin-top:clamp(48px,9vh,88px);position:relative}.prototype-login-eyebrow{height:30px;color:var(--brand-primary);background:#eef4ff;border:1px solid #d5e1f0;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.prototype-login-eyebrow svg{width:15px;height:15px;color:var(--brand-primary)}.prototype-login-hero h2{color:#16233a;letter-spacing:0;max-width:520px;margin:20px 0 0;font-size:32px;font-weight:700;line-height:1.22}.prototype-login-hero p{color:#64748b;max-width:480px;margin:14px 0 0;font-size:14px;line-height:1.7}.prototype-login-hero .prototype-login-hero-lead{color:#1f3b67;margin-top:12px;font-size:17px;font-weight:600;line-height:26px}.prototype-login-positioning-points{z-index:1;flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;display:flex;position:relative}.prototype-login-positioning-points span{color:#43536a;background:#ffffffb8;border:1px solid #d9e2ef;border-radius:8px;align-items:center;gap:7px;min-height:32px;padding:0 12px;font-size:13px;font-weight:600;line-height:18px;display:inline-flex;box-shadow:0 6px 16px #1f324c0d}.prototype-login-positioning-points svg{width:14px;height:14px;color:var(--brand-primary);flex:none}.prototype-login-panel{background:#fff;flex-direction:column;justify-content:center;min-width:0;padding:44px 42px;display:flex}.prototype-login-panel-head{text-align:center}.prototype-login-panel-icon{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));width:50px;height:50px;box-shadow:0 14px 28px rgba(var(--brand-primary-rgb), .22);border-radius:8px;place-items:center;margin:0 auto 14px;display:grid}.prototype-login-panel-icon svg{width:22px;height:22px}.prototype-login-panel-head p{color:var(--brand-primary);margin:0;font-size:13px;font-weight:600;line-height:20px}.prototype-login-panel-head h1{color:#16233a;letter-spacing:0;margin:6px 0 0;font-size:26px;font-weight:700;line-height:34px}.prototype-login-panel-head span{color:#52637a;margin-top:8px;font-size:14px;line-height:22px;display:block}.prototype-login-form{gap:12px;margin-top:34px;display:grid}.prototype-login-field{gap:6px;display:grid}.prototype-login-field label{color:#2f3d59;align-items:center;gap:6px;font-size:14px;line-height:20px;display:inline-flex}.prototype-login-field .module-form-field-required{background:#f04438;border-radius:999px;flex:none;width:6px;height:6px;font-size:0;line-height:0;display:inline-block}.prototype-login-field .module-form-field-error.is-empty{display:none}.prototype-login-input-wrap{background:#fff;border:1px solid #dbe3f1;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:0 12px;transition:border-color .18s,box-shadow .18s;display:flex}.prototype-login-input-wrap:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14)}.prototype-login-input-wrap>svg{color:#64748b;flex:none;width:17px;height:17px}.prototype-login-input-wrap .prototype-login-input{color:#1b2a45;min-width:0;height:42px;box-shadow:none;background:0 0;border:0;padding:0}.prototype-login-input-wrap .prototype-login-input:focus-visible{box-shadow:none;outline:none}.prototype-login-password-input{padding-right:36px}.prototype-password-toggle{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.prototype-password-toggle:hover,.prototype-password-toggle:focus-visible{color:var(--brand-primary);background:#eef4ff;outline:none}.prototype-password-toggle svg{width:17px;height:17px}.prototype-login-options{justify-content:space-between;align-items:center;gap:14px;min-height:24px;display:flex}.prototype-login-check{color:#52637a;cursor:pointer;align-items:center;gap:8px;font-size:13px;line-height:18px;display:inline-flex}.prototype-login-check [role=checkbox]{width:15px;height:15px}.prototype-login-link{font-size:13px}.prototype-login-feedback{color:#3d4b63;background:#f6f8fc;border:1px solid #dbe3f1;border-radius:8px;min-height:36px;padding:9px 12px;font-size:13px;line-height:18px}.prototype-login-feedback.loading{color:var(--brand-primary-hover);background:#f1f7ff;border-color:#cfe2ff}.prototype-login-feedback.error{color:#b42318;background:#fff5f5;border-color:#ffd2d2}button.prototype-login-submit{width:100%;height:44px}button.prototype-login-submit svg{width:16px;height:16px}@media (width<=1100px){.prototype-login-page{padding:16px}.prototype-login-shell{grid-template-columns:1fr;min-height:auto}.prototype-login-aside{min-height:320px}}@media (width<=700px){.prototype-login-page{padding:0}.prototype-login-shell{border-left:0;border-right:0;border-radius:0;width:100%;min-height:100dvh}.prototype-login-aside{gap:24px;min-height:auto;padding:24px 18px}.prototype-login-hero{margin-top:8px}.prototype-login-hero h2{font-size:26px}.prototype-login-hero .prototype-login-hero-lead{font-size:16px}.prototype-login-panel{padding:32px 18px 36px}.prototype-login-options{flex-direction:column;align-items:flex-start;gap:10px}}.module-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.module-detail-item{background:#fbfcff;border:1px solid #e8edf5;border-radius:8px;min-width:0;padding:12px}.module-detail-item>span{color:#52637a;font-size:12px;display:block}.module-detail-item strong{overflow-wrap:anywhere;color:#17233c;margin-top:6px;font-size:14px;font-weight:600;display:block}@media (width<=700px){.module-detail-grid{grid-template-columns:1fr}}.abilities-page .resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.abilities-page .resource-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;flex-direction:column;gap:10px;min-height:180px;padding:12px 18px;display:flex}.abilities-page .ability-resource-card{min-height:180px}.abilities-page .resource-card-top,.abilities-page .resource-card-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.abilities-page .resource-card-foot{border-top:1px solid #f0f4fa;align-items:flex-end;min-height:28px;margin-top:auto;padding-top:8px}.abilities-page .resource-card-foot .module-action-button{font-size:13px}.abilities-page .resource-card h2{color:#17233c;margin:0;font-size:16px;font-weight:700;line-height:22px}.abilities-page .resource-card p{color:#52637a;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;height:40px;margin:0;font-size:15px;line-height:20px;display:-webkit-box;overflow:hidden}.abilities-page .resource-card-skeleton{pointer-events:none}.abilities-page .resource-empty-state{background:radial-gradient(circle at 50% 18%, rgba(var(--brand-primary-rgb), .08), transparent 34%), #fff;border:1px solid #e7ebf3;border-radius:12px;grid-column:1/-1;place-items:center;min-height:360px;padding:24px;display:grid}.abilities-page .resource-empty-state-card{text-align:center;justify-items:center;gap:10px;max-width:360px;display:grid}.abilities-page .resource-empty-icon{width:46px;height:46px;color:var(--brand-primary);background:#f4f8ff;border:1px solid #dbe7ff;border-radius:14px;place-items:center;display:grid}.abilities-page .resource-empty-icon svg{width:20px;height:20px}.abilities-page .resource-empty-state strong{color:#17233c;font-size:16px;line-height:22px}.abilities-page .resource-empty-state p{color:#64748b;max-width:320px}.abilities-page .skeleton-dot,.abilities-page .skeleton-pill,.abilities-page .skeleton-line,.abilities-page .skeleton-action{background:#edf2f7;border-radius:999px;display:block;position:relative;overflow:hidden}.abilities-page .skeleton-dot:after,.abilities-page .skeleton-pill:after,.abilities-page .skeleton-line:after,.abilities-page .skeleton-action:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.2s ease-in-out infinite resource-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.abilities-page .skeleton-dot{width:30px;height:30px}.abilities-page .skeleton-pill{width:58px;height:22px}.abilities-page .skeleton-pill.muted{width:72px}.abilities-page .skeleton-line{border-radius:8px;width:100%;height:13px}.abilities-page .skeleton-line.title{width:48%;height:18px;margin-top:2px}.abilities-page .skeleton-line.short{width:74%}.abilities-page .skeleton-action{width:64px;height:20px}.abilities-page .resource-icon{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.abilities-page .resource-card .resource-icon{width:32px;height:32px;font-size:14px}.abilities-page .resource-icon.green{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover))}.abilities-page .ability-detail-layout{grid-template-columns:minmax(0,1fr) 340px}.abilities-page .ability-debug-card{position:sticky;top:82px}.abilities-page .ability-code-block{color:var(--brand-primary-hover);background:#f4f8ff;border:1px solid #d6e4ff;border-radius:8px;gap:8px;padding:12px;display:grid}.abilities-page .ability-code-block span{font-size:12px;font-weight:700}.abilities-page .log-json-block{color:#d7e3ff;white-space:pre-wrap;background:#0f1728;border-radius:8px;min-height:140px;margin:8px 0 0;padding:12px;font-size:12px;overflow:auto}.abilities-list-page{flex:1 1 0;grid-template-rows:auto auto minmax(0,1fr);row-gap:14px;min-height:0;display:grid;overflow:hidden}.abilities-list-page .resource-grid{align-content:start;min-height:0;padding-right:4px;overflow:hidden auto}@keyframes resource-skeleton-shimmer{to{transform:translate(100%)}}@media (width<=1100px){.abilities-page .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.abilities-page .ability-detail-layout{grid-template-columns:1fr}.abilities-page .ability-debug-card{position:static}}@media (width<=700px){.abilities-page .resource-grid{grid-template-columns:1fr}.abilities-page .resource-card-foot{flex-direction:column;align-items:flex-start}}.module-markdown-editor,.module-markdown-preview{min-width:0}.module-markdown-editor .w-md-editor,.module-markdown-preview .wmde-markdown{box-shadow:none;border:1px solid #d7deea;border-radius:8px}.module-markdown-editor .w-md-editor{overflow:hidden}.module-markdown-editor .w-md-editor-content{min-width:0}.module-markdown-editor .w-md-editor-show-live .w-md-editor-area{flex:0 0 50%;min-width:0;width:50%!important}.module-markdown-editor .w-md-editor-show-live .w-md-editor-preview{border-left:1px solid #d7deea;flex:0 0 50%;min-width:0;width:50%!important}.module-markdown-editor .w-md-editor-text-input,.module-markdown-editor .w-md-editor-text-pre,.module-markdown-editor .w-md-editor-text-pre>code,.module-markdown-editor .wmde-markdown{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap!important}.module-markdown-preview .wmde-markdown{background:0 0;padding:0}.module-markdown-preview .wmde-markdown .token.comment{color:#52637a}.module-markdown-editor{position:relative}.secret-mention-menu{z-index:60;border:1px solid hsl(var(--border));background:hsl(var(--background));width:min(28rem,100% - 1.5rem);max-height:15rem;box-shadow:0 .75rem 2rem hsl(var(--foreground)/.12);border-radius:.5rem;padding:.375rem;display:grid;position:absolute;bottom:.75rem;left:.75rem;overflow-y:auto}.secret-mention-menu button{min-height:2.75rem;color:hsl(var(--foreground));cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.375rem;grid-template-columns:minmax(8rem,auto) minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.5rem .625rem;display:grid}.secret-mention-menu button:hover,.secret-mention-menu button.active{background:hsl(var(--accent))}.secret-mention-menu span{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.secret-mention-menu small{color:hsl(var(--muted-foreground))}.secret-mention-errors{color:hsl(var(--destructive));gap:.25rem;padding-top:.5rem;font-size:.8125rem;display:grid}.file-preview-dialog{grid-template-rows:auto minmax(0,1fr) auto;height:min(860px,100dvh - 56px);padding:0;display:grid;overflow:hidden;width:min(1280px,100vw - 64px)!important;max-width:none!important}.file-preview-header{border-bottom:1px solid #e5edf7;padding:20px 24px 12px}.file-preview-body{background:#f8fafc;min-height:0;overflow:auto}.file-preview-footer{background:#fff;border-top:1px solid #e5edf7;padding:12px 20px}.file-preview-empty{color:#667085;text-align:center;place-items:center;min-height:320px;padding:32px;font-size:14px;display:grid}.file-preview-office-viewer{background:#eef3f8;width:100%;height:100%;min-height:680px;display:block}.file-preview-html-frame{background:#eef3f8;border:0;width:100%;height:100%;min-height:680px;display:block}@media (width<=900px){.file-preview-dialog{height:calc(100dvh - 24px);width:calc(100vw - 24px)!important}.file-preview-header{padding:16px 18px 10px}.file-preview-footer{padding:10px 14px}.file-preview-office-viewer,.file-preview-html-frame{min-height:560px}}.file-preview-image{max-width:100%;max-height:100%;margin:0 auto;padding:24px;display:block}.file-preview-video{background:#000;width:100%;max-height:100%;display:block}.file-preview-audio{width:min(680px,100% - 48px);margin:40px auto;display:block}.file-preview-markdown,.file-preview-text{background:#fff;max-width:860px;min-height:100%;margin:0 auto;padding:28px 32px}.file-preview-text{color:#17233c;white-space:pre-wrap;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.file-live-preview-status{z-index:1;color:var(--brand-primary);background:#f7faff;border-bottom:1px solid #d6e1ee;padding:10px 16px;font-weight:600;position:sticky;top:0}.file-live-preview-pages{gap:16px;padding:16px;display:grid}.file-live-preview-pages figure{margin:0}.file-live-preview-page{place-items:center;min-height:min(70vh,720px);display:grid}.file-live-preview-pages img{background:#fff;border:1px solid #d6e1ee;width:100%;display:block}.file-live-preview-pages figcaption{color:#6b7890;text-align:center;padding-top:6px;font-size:12px}.file-center-page{gap:8px;display:grid}.file-center-page .module-page-title{margin-bottom:0}.file-center-page .module-page-title h1{font-size:21px;line-height:26px}.file-center-page .module-page-title p{margin-top:2px;font-size:14px;line-height:18px}.file-center-page .file-center-layout{background:#fff;border:1px solid #e6ebf0;border-radius:8px;grid-template-columns:176px minmax(0,1fr);min-height:calc(100vh - 164px);display:grid;overflow:hidden}.file-center-page .file-center-directory-panel{background:#fbfcfe;border-right:1px solid #edf0f2;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.file-center-page .file-center-cloud-title{border-bottom:1px solid #eef2f6;gap:4px;padding:12px 12px 10px;display:grid}.file-center-page .file-center-cloud-title>div{gap:2px;min-width:0;display:grid}.file-center-page .file-center-cloud-title strong{color:#172033;font-size:15px;font-weight:700;line-height:20px}.file-center-page .file-center-cloud-title span{color:#748094;font-size:13px;line-height:16px}.file-center-page .file-center-source-section,.file-center-page .file-center-directory-section{gap:7px;padding:10px;display:grid}.file-center-page .file-center-source-section{border-bottom:1px solid #eef2f6}.file-center-page .file-center-directory-section{flex:1;align-content:start;min-height:0;overflow:hidden}.file-center-page .file-center-section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.file-center-page .file-center-section-label{color:#8a95a6;margin:0;font-size:13px;font-weight:700;line-height:16px}.file-center-page .file-center-directory-manage.file-center-directory-manage{color:#667085;border-radius:6px;height:24px;min-height:24px;padding:0 6px;font-size:13px}.file-center-page .file-center-source-list{gap:5px;display:grid}.file-center-page .file-center-source-item.file-center-source-item{color:#253247;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:18px minmax(0,1fr);grid-template-areas:"icon label""icon meta";justify-content:stretch;align-items:center;width:100%;height:auto;min-height:42px;padding:6px 8px;display:grid}.file-center-page .file-center-source-item svg{width:16px;height:16px;color:var(--brand-primary-hover);grid-area:icon}.file-center-page .file-center-source-item span{text-overflow:ellipsis;white-space:nowrap;grid-area:label;min-width:0;font-size:14px;font-weight:600;line-height:17px;overflow:hidden}.file-center-page .file-center-source-item em{color:#8a95a6;grid-area:meta;font-size:13px;font-style:normal;line-height:15px}.file-center-page .file-center-source-item:hover,.file-center-page .file-center-source-item:focus-visible,.file-center-page .file-center-source-item.active{color:var(--brand-primary-hover);background:#f4f7fd;border-color:#cbdcf8}.file-center-page .file-center-directory-list{gap:3px;min-height:0;padding-right:2px;display:grid;overflow:auto}.file-center-page .file-center-directory-root-row,.file-center-page .file-center-directory-child-row{grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;gap:2px;min-width:0;display:grid}.file-center-page .file-center-directory-root-row{grid-template-columns:24px minmax(0,1fr)}.file-center-page .file-center-directory-child-row.depth-1{margin-left:0}.file-center-page .file-center-directory-child-row.depth-2{margin-left:16px}.file-center-page .file-center-directory-toggle.file-center-directory-toggle,.file-center-page .file-center-directory-more.file-center-directory-more,.file-center-page .file-center-directory-more-spacer,.file-center-page .file-center-directory-toggle-spacer{border-radius:6px;width:24px;height:28px;min-height:28px;padding:0}.file-center-page .file-center-directory-toggle.file-center-directory-toggle,.file-center-page .file-center-directory-more.file-center-directory-more{color:#7c8798}.file-center-page .file-center-directory-toggle svg,.file-center-page .file-center-directory-more svg{width:14px;height:14px}.file-center-page .file-center-directory-list .file-center-directory-item.file-center-directory-item{color:#2f3c50;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:flex-start;align-items:center;gap:7px;width:100%;min-width:0;height:28px;min-height:28px;padding:0 8px;font-size:14px;font-weight:500;display:flex}.file-center-page .file-center-directory-list .file-center-directory-item:hover,.file-center-page .file-center-directory-list .file-center-directory-item:focus-visible,.file-center-page .file-center-directory-list .file-center-directory-item.active{color:var(--brand-primary-hover);background:#f6f9ff;border-color:#d5e2f7}.file-center-page .file-center-directory-list .file-center-directory-item[aria-current=true]{font-weight:700}.file-center-page .file-center-directory-list .file-center-directory-trash{color:#b42318;margin-top:6px}.file-center-page .file-center-directory-list .file-center-directory-trash:hover,.file-center-page .file-center-directory-list .file-center-directory-trash:focus-visible,.file-center-page .file-center-directory-list .file-center-directory-trash.active{color:#b42318;background:#fff5f5;border-color:#fac5c5}.file-center-page .file-center-directory-list .file-center-directory-create{color:var(--brand-primary);margin-top:6px}.file-center-page .file-center-directory-list svg{color:currentColor;flex:none;width:14px;height:14px}.file-center-page .file-center-directory-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.file-center-page .file-center-directory-more.file-center-directory-more{opacity:0}.file-center-page .file-center-directory-child-row.active .file-center-directory-more,.file-center-page .file-center-directory-child-row:hover .file-center-directory-more,.file-center-page .file-center-directory-child-row:focus-within .file-center-directory-more,.file-center-page .file-center-directory-more[data-state=open]{opacity:1}.file-center-page .file-center-storage-card{background:#fff;border:1px solid #e3e8ef;border-radius:8px;align-items:center;gap:8px;margin:0 10px 10px;padding:8px;display:flex}.file-center-page .file-center-storage-card>svg{width:16px;height:16px;color:var(--brand-primary)}.file-center-page .file-center-storage-card div{min-width:0;display:grid}.file-center-page .file-center-storage-card span,.file-center-page .file-center-storage-card small{color:#7b8796;font-size:12px;line-height:14px}.file-center-page .file-center-storage-card strong{color:#172033;font-size:14px;line-height:16px}.file-center-page .file-center-content-panel{background:#fff;grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.file-center-page .file-center-content-panel.drag-active{box-shadow:inset 0 0 0 2px var(--brand-primary-border)}.file-center-page .file-center-content-head{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px 10px;display:flex}.file-center-page .file-center-content-head>div{min-width:0}.file-center-page .file-center-content-head h2{color:#172033;margin:0;font-size:17px;font-weight:700;line-height:22px}.file-center-page .file-center-content-head p{color:#667085;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:14px;line-height:16px;overflow:hidden}.file-center-page .file-center-content-head>span{color:#667085;background:#f8fafc;border:1px solid #dfe6ee;border-radius:6px;flex:none;padding:2px 7px;font-size:13px;line-height:16px}.file-center-page .file-center-toolbar{border-bottom:1px solid #f0f3f7;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;padding:10px 14px;display:flex}.file-center-page .file-center-toolbar .module-action-button{border-radius:6px;height:30px;min-height:30px;padding:0 9px;font-size:14px}.file-center-page .file-center-toolbar .module-action-button svg{width:14px;height:14px}.file-center-page .file-center-search{background:#fff;border:1px solid #dfe6ee;border-radius:7px;flex:220px;align-items:center;gap:6px;min-width:180px;max-width:300px;height:30px;margin-left:auto;padding:0 8px;display:flex}.file-center-page .file-center-search svg{color:#8a95a6;width:14px;height:14px}.file-center-page .file-center-search input{height:28px;min-height:28px;box-shadow:none;border:0;padding:0}.file-center-page .file-center-upload-input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.file-center-page .file-center-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin:0 16px;padding:10px 12px;font-size:14px;line-height:20px}.file-center-page .file-center-file-list{box-sizing:border-box;min-width:0;min-height:0;padding:10px 14px 14px;overflow:hidden}.file-center-page .file-center-file-list .module-table-shell{box-shadow:none;border:0;border-radius:0}.file-center-page .file-center-file-list .module-table-wrap{min-height:0}.file-center-page .file-center-file-list .module-table-pagination{background:0 0;padding:0 2px 0 0}.file-center-page .file-center-file-list .module-table th{color:#697586;background:#fbfcfe;height:34px;font-size:14px;font-weight:700}.file-center-page .file-center-file-list .module-table td{color:#344054;height:42px;font-size:14px}.file-center-page .file-center-file-list .module-table-cell-selection{width:38px}.file-center-page .file-center-selection-checkbox{width:16px;height:16px}.file-center-page .file-center-file-name-button.file-center-file-name-button,.file-center-page .file-center-file-name-static{color:#172033;text-align:left;justify-content:flex-start;align-items:center;gap:7px;min-width:0;max-width:100%;height:auto;min-height:24px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.file-center-page .file-center-file-name-button svg,.file-center-page .file-center-file-name-static svg{width:15px;height:15px;color:var(--brand-primary-hover);flex:none}.file-center-page .file-center-file-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.file-center-page .file-center-file-format{color:#3d4758;background:#f8fafc;border:1px solid #dfe7f0;border-radius:6px;align-items:center;max-width:96px;min-height:20px;padding:0 6px;font-size:13px;line-height:18px;display:inline-flex}.file-center-page .file-center-actions{justify-content:flex-end;align-items:center;gap:4px;width:100%;display:inline-flex}.file-center-page .file-center-actions .file-center-directory-more.file-center-directory-more{opacity:1}.file-center-page .file-center-action-button.file-center-action-button,.file-center-page .file-center-action-more.file-center-action-more{min-width:26px;height:26px;min-height:26px;color:var(--brand-primary-hover);border-radius:6px;padding:0 6px;font-size:14px}.file-center-page .file-center-action-button svg,.file-center-page .file-center-action-more svg{width:14px;height:14px}.file-center-page .file-center-action-button.danger-link,.file-center-page .file-center-directory-menu-danger{color:#b42318}.file-center-page .file-center-drop-overlay{z-index:2;border:1px dashed var(--brand-primary-border);color:var(--brand-primary-hover);text-align:center;background:#f5f8ffe6;border-radius:8px;place-content:center;gap:8px;display:grid;position:absolute;inset:12px}.file-center-page .file-center-drop-overlay svg{justify-self:center;width:28px;height:28px}.file-center-page .file-center-drop-overlay strong{font-size:17px;line-height:24px}.file-center-page .file-center-drop-overlay span{color:#667085;font-size:14px;line-height:20px}.file-center-directory-menu{min-width:150px}.file-center-directory-menu [role=menuitem]{align-items:center;gap:8px;font-size:14px;display:flex}.file-center-directory-menu svg{width:14px;height:14px}.file-center-folder-form{gap:14px;display:grid}.file-center-move-tree{gap:4px;max-height:280px;display:grid;overflow:auto}.file-center-move-tree-item{color:#26364f;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 10px;font-size:15px;display:flex}.file-center-move-tree-item:hover,.file-center-move-tree-item:focus-visible,.file-center-move-tree-item.active{color:var(--brand-primary-hover);background:#f6f9ff;border-color:#cfe0ff}.file-center-move-tree-item.active{font-weight:600}.file-center-move-tree-item svg{color:currentColor;flex:none;width:16px;height:16px}.file-center-move-tree-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.file-center-confirm-message{color:#52637a;margin:0;font-size:15px;line-height:22px}@media (width<=1100px){.file-center-page .file-center-layout{grid-template-columns:176px minmax(0,1fr)}}@media (width<=760px){.file-center-page .file-center-layout{grid-template-columns:1fr;min-height:0}.file-center-page .file-center-directory-panel{border-bottom:1px solid #edf0f2;border-right:0;max-height:none}.file-center-page .file-center-content-head{flex-direction:column;align-items:flex-start}.file-center-page .file-center-toolbar{align-items:stretch}.file-center-page .file-center-toolbar .module-action-button,.file-center-page .file-center-search{width:100%;max-width:none;margin-left:0}}.knowledge-hub{background:#fff;border:1px solid #e2e9ee;border-radius:8px;grid-template-columns:172px minmax(0,1fr);min-height:min(724px,100dvh - 112px);display:grid;overflow:hidden}.knowledge-hub-sidebar{background:#fbfcfd;border-right:1px solid #e5ecef;min-width:0;padding:14px 8px}.knowledge-hub-brand{color:#18384a;align-items:center;gap:7px;height:30px;padding:0 7px;font-size:17px;display:flex}.knowledge-hub-brand svg{width:16px;height:16px;color:var(--brand-primary)}.knowledge-scope-group{justify-items:stretch;gap:4px;margin-top:30px;display:grid}.knowledge-scope-label{color:#405867;justify-self:start;margin:0 0 6px 7px;font-size:13px;font-weight:700}.knowledge-scope-button.module-action-button{color:#476270;cursor:pointer;width:100%;min-width:0;height:auto;min-height:42px;font:inherit;text-align:left;white-space:normal;background:0 0;border:0;border-radius:7px;grid-template-columns:26px minmax(0,1fr);justify-content:stretch;place-items:center start;gap:7px;padding:6px 7px;display:grid}.knowledge-scope-button.module-action-button:hover,.knowledge-scope-button.module-action-button:focus-visible{background:#f0f7fa}.knowledge-scope-button.module-action-button.active{color:var(--brand-primary);background:#e7f2fa}.knowledge-scope-button.module-action-button>svg{width:26px;height:26px;color:var(--brand-primary);background:#eef8fc;border-radius:7px;padding:6px}.knowledge-scope-button.module-action-button>span,.knowledge-scope-button.module-action-button strong,.knowledge-scope-button.module-action-button small{text-align:left;min-width:0;display:block}.knowledge-scope-button.module-action-button strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:16px;overflow:hidden}.knowledge-scope-button.module-action-button small{color:#8b9aa3;margin-top:1px;font-size:12px;font-weight:400;line-height:14px}.knowledge-hub-workspace{background:#fff;min-width:0}.knowledge-workspace-header{border-bottom:1px solid #e5ecef;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:9px 16px;display:flex}.knowledge-workspace-header h1{color:#203e50;letter-spacing:0;min-width:0;margin:0;font-size:19px;font-weight:700;line-height:24px}.knowledge-library-title{align-items:center;gap:8px;min-width:0;display:flex}.knowledge-library-title>div{min-width:0}.knowledge-library-title h1,.knowledge-library-title p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.knowledge-library-title p{color:#84959e;margin:1px 0 0;font-size:13px}.knowledge-back-button.module-action-button{color:#557080;cursor:pointer;background:#fff;border:1px solid #dce6eb;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;min-height:28px;padding:0;display:grid}.knowledge-back-button:hover,.knowledge-back-button:focus-visible{color:var(--brand-primary);background:#f5fafc;border-color:#acd0e2}.knowledge-back-button svg{stroke:currentColor;stroke-width:2.25px;width:15px;height:15px}.knowledge-header-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.knowledge-header-actions .module-action-button{white-space:nowrap;height:30px;min-height:30px;padding-left:10px;padding-right:10px;font-size:14px}.knowledge-workspace-content{padding:14px 16px 22px}.knowledge-library-summary{color:#84949e;justify-content:flex-end;align-items:center;min-height:26px;font-size:13px;display:flex}.knowledge-section-heading{justify-content:space-between;align-items:center;gap:12px;min-height:34px;display:flex}.knowledge-section-heading h2{color:#2c4c5e;margin:0;font-size:16px;font-weight:650}.knowledge-section-heading>span,.knowledge-file-heading>div>span{color:#84949e;font-size:13px}.knowledge-file-actions{align-items:center;gap:12px;display:flex}.knowledge-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.knowledge-library-card.module-action-button{width:100%;min-width:0;height:auto;min-height:118px;color:inherit;cursor:pointer;font:inherit;text-align:left;white-space:normal;background:#fff;border:1px solid #dfe8ed;border-radius:8px;grid-template-columns:42px minmax(0,1fr);justify-content:stretch;place-items:start stretch;gap:10px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.knowledge-library-card.module-action-button:hover,.knowledge-library-card.module-action-button:focus-visible{color:inherit;background:#fff;border-color:#b9d5e3;transform:translateY(-1px);box-shadow:0 8px 18px #2d587914}.knowledge-library-icon{width:42px;height:42px;color:var(--brand-primary);background:#eaf5fa;border-radius:8px;flex:none;place-items:center;font-size:15px;font-weight:700;display:grid}.knowledge-library-card-copy,.knowledge-library-card-copy>strong,.knowledge-library-card-copy>small,.knowledge-library-description,.knowledge-library-meta{min-width:0;display:block}.knowledge-library-card-copy>strong{color:#314e5e;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:15px;line-height:18px;overflow:hidden}.knowledge-library-card-copy>small{color:#80919b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.knowledge-library-description{color:#6f828d;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin:7px 0 8px;font-size:13px;line-height:16px;display:-webkit-box;overflow:hidden}.knowledge-library-meta{color:#748893;justify-content:space-between;align-items:center;gap:6px;font-size:12px;display:flex}.knowledge-library-meta>span:last-child{color:#98a6ad;text-align:right}.knowledge-personal-card{min-width:0;position:relative}.knowledge-card-settings{color:#71848e;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:26px;height:26px;padding:0;display:grid;position:absolute;top:8px;right:8px}.knowledge-card-settings:hover,.knowledge-card-settings:focus-visible{color:var(--brand-primary);background:#eef7fb}.knowledge-card-settings svg{width:14px;height:14px}.knowledge-card-status{pointer-events:none;position:absolute;bottom:10px;right:10px}.knowledge-personal-card .knowledge-library-meta{padding-right:42px}.knowledge-file-table{background:#fff;border:1px solid #e1e8ec;border-radius:8px;min-width:0;overflow:hidden}.knowledge-file-table .module-table-shell{border:0;border-radius:0}.knowledge-file-table .module-table-wrap{border:0;border-radius:0;overflow-x:hidden}.knowledge-file-table .module-table{table-layout:fixed;width:100%;min-width:0}.knowledge-file-table .module-table th,.knowledge-file-table .module-table td{text-overflow:ellipsis;min-width:0;padding-left:10px;padding-right:10px;overflow:hidden}.knowledge-file-table .knowledge-col-name{width:auto}.knowledge-file-table .knowledge-col-type{width:78px}.knowledge-file-table .knowledge-col-size,.knowledge-file-table .knowledge-col-chunks{width:84px}.knowledge-file-table .knowledge-col-status{width:104px}.knowledge-file-table .knowledge-col-updated{width:156px}.knowledge-file-table .knowledge-col-actions{width:116px}.knowledge-file-table .module-table-cell-action{box-shadow:none;position:static;right:auto}.knowledge-file-table .knowledge-document-name{white-space:nowrap;min-width:0;display:flex;overflow:hidden}.knowledge-file-table .knowledge-document-name-base{text-overflow:ellipsis;min-width:0;overflow:hidden}.knowledge-file-table .knowledge-document-name-extension{flex:none}.knowledge-preview-drawer{width:min(760px,100vw)}.knowledge-preview-content{height:100%;min-height:0;overflow:auto}.knowledge-preview-content pre{color:#334e5e;white-space:pre-wrap;word-break:break-word;background:#fafcfd;border:1px solid #e3e9ed;border-radius:8px;min-height:100%;margin:0;padding:18px;font-family:inherit;font-size:15px;line-height:1.75}.manage-split-layout{align-items:start;gap:16px;display:grid}.manage-card{background:#fff;border:1px solid #e4eaf3;border-radius:8px;box-shadow:0 10px 30px #0f23490f}.manage-card-head{border-bottom:1px solid #eef1f6;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.manage-card-head h2{color:#17233c;margin:0;font-size:18px;font-weight:700;line-height:22px}.knowledge-management-layout{grid-template-columns:320px minmax(0,1fr);align-items:stretch;height:min(680px,100dvh - 180px);min-height:460px}.module-page-title+.knowledge-management-layout{margin-top:16px}.knowledge-switch-list{align-content:start;gap:12px;min-height:0;padding:12px;display:grid;overflow:auto}.knowledge-sidebar-card,.knowledge-detail-card{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.knowledge-sidebar-card>.manage-card-head,.knowledge-detail-card>.manage-card-head{padding:14px 16px}.knowledge-detail-card>.manage-card-head h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.knowledge-detail-body{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:12px;display:flex}.knowledge-title-row{align-items:center;gap:6px;min-width:0;display:inline-flex}.knowledge-config-button.knowledge-config-button{color:#52637a;border-radius:6px;width:24px;height:24px;min-height:24px;padding:0}.knowledge-config-button svg{width:14px;height:14px}.knowledge-detail-actions,.knowledge-detail-actions .module-actions{align-items:center;min-width:0;display:inline-flex}.knowledge-detail-actions .module-actions{flex-wrap:nowrap;gap:8px}.knowledge-detail-actions .module-action-button{height:22px;min-height:22px;padding:0;font-size:15px;line-height:18px}.knowledge-detail-actions .module-action-button.secondary{color:var(--brand-primary-hover);background:#fff;border:1px solid #dbe3f1;border-radius:6px;padding:0 8px}.knowledge-detail-card .module-table-shell{flex:auto}.knowledge-detail-card .module-table{table-layout:fixed}.knowledge-detail-card .module-table th:first-child,.knowledge-detail-card .module-table td:first-child{white-space:nowrap;width:36%;overflow:hidden}.knowledge-detail-card .module-table .knowledge-document-name{width:100%;min-width:0;color:inherit;font-size:inherit;white-space:nowrap;align-items:baseline;margin:0;display:flex;overflow:hidden}.knowledge-detail-card .module-table .knowledge-document-name-base{min-width:0;color:inherit;font-size:inherit;text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.knowledge-detail-card .module-table .knowledge-document-name-extension{color:inherit;font-size:inherit;white-space:nowrap;flex:none;margin:0}.knowledge-detail-card .module-table th:nth-child(2),.knowledge-detail-card .module-table td:nth-child(2){width:72px}.knowledge-detail-card .module-table th:nth-child(3),.knowledge-detail-card .module-table td:nth-child(3),.knowledge-detail-card .module-table th:nth-child(4),.knowledge-detail-card .module-table td:nth-child(4){width:82px}.knowledge-detail-card .module-table th:nth-child(5),.knowledge-detail-card .module-table td:nth-child(5){width:92px}.knowledge-detail-card .module-table-cell-action{width:138px}.knowledge-request-error,.knowledge-inline-state,.knowledge-empty-state{color:#52637a;border-radius:8px;font-size:15px}.knowledge-request-error{color:#b42318;background:#fff6f6;border:1px solid #ffd6d6;margin-bottom:12px;padding:10px 12px}.knowledge-inline-state,.knowledge-empty-state{background:#f6f8fb;padding:12px}.knowledge-inline-state{margin-bottom:12px}.knowledge-create-form{gap:12px;display:grid}.knowledge-switch-item{background:#fff;border:1px solid #eef1f6;border-radius:8px;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:8px;width:100%;padding:7px 8px 7px 12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid}.knowledge-switch-main{text-align:left;cursor:pointer;white-space:normal;background:0 0;border:0;justify-items:start;gap:6px;width:100%;min-width:0;height:auto;padding:4px 0;display:grid;overflow:hidden}.knowledge-switch-main.knowledge-switch-main{white-space:normal;place-content:start stretch;place-items:start;gap:6px;width:100%;height:auto;min-height:0;padding:4px 0;display:grid;overflow:hidden}.knowledge-card.knowledge-card{color:#17233c;box-shadow:none;background:0 0;border:0;justify-content:flex-start;align-items:start}.knowledge-card:hover,.knowledge-card:focus-visible,.knowledge-card.active{color:#17233c;box-shadow:none;background:0 0}.knowledge-switch-item.active,.knowledge-switch-item:hover{background:#f8fafd;border-color:#dbe3f1}.knowledge-switch-item.active{box-shadow:inset 3px 0 0 var(--brand-primary)}.knowledge-switch-config-button.knowledge-switch-config-button{justify-self:end}.knowledge-switch-name-row{align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;display:flex}.knowledge-switch-name-row .module-tag{flex:none}.knowledge-switch-list strong{color:#17233c;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;max-width:100%;font-weight:700;line-height:18px;display:block;overflow:hidden}.knowledge-switch-meta{color:#52637a;text-align:left;width:100%;font-size:14px;font-style:normal;display:block}.knowledge-file-input{clip:rect(0 0 0 0);opacity:0;pointer-events:none;white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.upload-zone.upload-zone{width:fit-content;height:auto;min-height:32px;color:var(--brand-primary-hover);cursor:pointer;box-shadow:none;background:#fff;border:1px solid #dbe3f1;border-radius:6px;justify-content:flex-start;align-items:center;gap:8px;margin:0;padding:0 12px;font-size:15px;font-weight:600;text-decoration:none;transition:border-color .16s,color .16s,background-color .16s;display:flex}.upload-zone.upload-zone:hover,.upload-zone.upload-zone:focus-visible{color:var(--brand-primary-hover);background:#f8fafd;border-color:#b8c8e2;text-decoration:none}.upload-zone.upload-zone:disabled{cursor:not-allowed;opacity:.56}.upload-zone svg{width:16px;height:16px}.manage-segmented button:hover,.manage-segmented button:focus-visible{color:var(--brand-primary-hover);background:#f6f9ff}.manage-segmented button.active:hover,.manage-segmented button.active:focus-visible{color:#17233c;background:#fff}.chunk-config-drawer{width:min(100vw,860px)}.knowledge-config-drawer{width:min(100vw,900px)}.module-drawer-content.knowledge-upload-wizard-drawer[data-vaul-drawer-direction=right]{width:min(1080px,100vw - 48px)}.chunk-config-form{gap:14px}.knowledge-upload-wizard{align-content:start;gap:16px;min-width:0;padding-bottom:18px;display:grid}.knowledge-upload-steps{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.knowledge-upload-step{color:#52637a;text-overflow:ellipsis;white-space:nowrap;background:#f7f9fc;border:1px solid #e5ebf3;border-radius:8px;justify-content:center;align-items:center;min-width:0;min-height:34px;padding:0 14px;font-size:15px;font-weight:600;display:inline-flex;overflow:hidden}.knowledge-upload-step.active{border-color:var(--brand-primary);color:var(--brand-primary-hover);background:#eef6ff}.knowledge-upload-step.done{color:#237804;background:#f6ffed;border-color:#b7eb8f}.knowledge-upload-panel{align-content:start;gap:14px;min-width:0;display:grid}.knowledge-upload-panel[hidden]{display:none}.knowledge-file-upload-field{gap:8px;min-width:0}.knowledge-file-upload-field .module-form-field-error.is-empty{min-height:0;display:none}.knowledge-file-upload-field+.knowledge-upload-file-list{margin-top:-6px}.knowledge-file-dropzone{color:#52637a;cursor:pointer;text-align:center;background:#f8fafd;border:1px dashed #b8c8e2;border-radius:8px;place-items:center;gap:6px;min-width:0;min-height:154px;padding:24px;transition:border-color .16s,color .16s,background-color .16s;display:grid}.knowledge-file-dropzone:hover,.knowledge-file-dropzone:focus-within{border-color:var(--brand-primary);color:var(--brand-primary-hover);background:#f3f8ff}.knowledge-file-dropzone svg{width:28px;height:28px;color:var(--brand-primary)}.knowledge-file-dropzone strong{color:#17233c;font-size:16px;line-height:20px}.knowledge-file-dropzone span,.knowledge-file-dropzone small{font-size:14px;line-height:18px}.knowledge-file-dropzone small{color:#52637a;max-width:520px}.knowledge-file-dropzone-input{clip:rect(0 0 0 0);opacity:0;pointer-events:none;white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.knowledge-dify-section{gap:12px;min-width:0;display:grid}.knowledge-dify-section+.knowledge-dify-section{border-top:1px solid #eef1f6;padding-top:16px}.knowledge-dify-section-title{color:#17233c;margin:0;font-size:17px;font-weight:700;line-height:22px}.knowledge-dify-section-help{color:#52637a;margin:-6px 0 0;font-size:14px;line-height:18px}.knowledge-dify-stack{gap:10px;min-width:0;display:grid}.knowledge-dify-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.knowledge-dify-option-card{color:#52637a;cursor:pointer;text-align:left;background:#fbfcff;border:1px solid #e5eaf3;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;min-height:90px;padding:16px 46px 16px 18px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:grid;position:relative}.knowledge-dify-option-card.module-action-button{white-space:normal;justify-content:stretch;height:auto;min-height:90px;padding:16px 46px 16px 18px;display:grid}.knowledge-dify-option-card.wide{min-height:92px}.knowledge-dify-option-card.compact{background:#fff;min-height:104px}.knowledge-dify-option-card:hover,.knowledge-dify-option-card:focus-visible{border-color:var(--brand-primary-border);background:#f8fbff;outline:none}.knowledge-dify-option-card:disabled,.knowledge-dify-option-card.disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.knowledge-dify-option-card:disabled .knowledge-dify-icon,.knowledge-dify-option-card.disabled .knowledge-dify-icon{opacity:.62}.knowledge-dify-option-card:disabled .knowledge-dify-option-copy strong,.knowledge-dify-option-card.disabled .knowledge-dify-option-copy strong{color:#64748b}.knowledge-dify-option-card.active{border-color:var(--brand-primary);box-shadow:0 0 0 1px var(--brand-primary);background:#f8fbff}.knowledge-dify-option-card.active:after{border:4px solid var(--brand-primary);content:"";background:#fff;border-radius:999px;width:12px;height:12px;position:absolute;top:14px;right:14px}.knowledge-dify-icon{background:#fff;border:1px solid #e9edf5;border-radius:10px;place-items:center;width:38px;height:38px;display:inline-grid;box-shadow:0 8px 18px #0f172a14}.knowledge-dify-icon svg{width:20px;height:20px}.knowledge-dify-icon.purple,.knowledge-dify-icon.violet,.knowledge-dify-icon.cyan,.knowledge-dify-icon.blue,.knowledge-dify-icon.orange,.knowledge-dify-icon.indigo,.knowledge-dify-icon.slate,.knowledge-dify-icon.green{color:var(--brand-primary);background:var(--brand-primary-soft)}.knowledge-dify-option-copy{gap:4px;min-width:0;display:grid}.knowledge-dify-option-copy strong{color:#1f2937;flex-wrap:wrap;align-items:center;gap:6px;font-size:16px;line-height:20px;display:flex}.knowledge-dify-option-copy em{border:1px solid var(--brand-primary);min-height:18px;color:var(--brand-primary);background:#fff;border-radius:5px;align-items:center;padding:0 5px;font-size:13px;font-style:normal;line-height:16px;display:inline-flex}.knowledge-dify-option-copy small,.knowledge-dify-panel-head small{color:#64748b;overflow-wrap:anywhere;font-size:14px;line-height:18px}.knowledge-dify-option-warning{color:#b45309!important}.knowledge-dify-card-panel{border:2px solid var(--brand-primary);background:#fff;border-radius:14px;gap:14px;min-width:0;padding:18px;display:grid;box-shadow:0 10px 24px #0f172a0f}.knowledge-dify-number-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;min-width:0;display:grid}.knowledge-dify-number-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-dify-rules,.knowledge-dify-subsection{gap:10px;display:grid}.knowledge-dify-rules h4,.knowledge-dify-subsection h4{color:#25324a;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:700;line-height:20px;display:flex}.knowledge-dify-rules h4:after,.knowledge-dify-subsection h4:after{content:"";background:#edf1f7;flex:1;height:1px}.knowledge-dify-check-row,.knowledge-dify-disabled-row{color:#2f3d59;align-items:center;gap:10px;min-width:0;font-size:15px;line-height:20px;display:flex}.knowledge-dify-disabled-row{color:#475569;border-top:1px solid #edf1f7;flex-wrap:wrap;padding-top:12px}.knowledge-dify-disabled-row input{width:16px;height:16px;accent-color:var(--brand-primary)}.knowledge-dify-disabled-row b{color:#52637a;background:#f3f6fb;border-radius:8px;align-items:center;min-height:30px;padding:0 10px;font-weight:500;display:inline-flex}.knowledge-dify-panel-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.knowledge-dify-alert{color:#7c3f00;background:linear-gradient(90deg,#fff7ed,#fff);border:1px solid #fee8c7;border-radius:10px;align-items:center;gap:8px;min-width:0;min-height:42px;padding:10px 12px;font-size:14px;line-height:18px;display:flex}.knowledge-dify-alert svg{color:#f59e0b;flex:none;width:16px;height:16px}.knowledge-dify-alert span{overflow-wrap:anywhere;min-width:0}.knowledge-dify-panel-head{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.knowledge-dify-panel-head strong{color:#1f2937;font-size:16px;line-height:20px;display:block}.knowledge-upload-file-list,.knowledge-upload-progress-list{gap:8px;display:grid}.knowledge-upload-file-list{flex-wrap:wrap;display:flex}.knowledge-upload-file-tag{align-items:center;gap:4px;min-width:0;max-width:min(100%,360px);display:inline-flex}.knowledge-upload-file-tag>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.knowledge-upload-file-remove.module-action-button{width:18px;height:18px;min-height:18px;color:inherit;border-radius:50%;flex:none;padding:0}.knowledge-upload-file-remove.module-action-button:hover,.knowledge-upload-file-remove.module-action-button:focus-visible{color:inherit;background:rgba(var(--brand-primary-rgb), .12)}.knowledge-upload-file-remove.module-action-button svg{width:12px;height:12px}.knowledge-upload-progress-item{background:#fff;border:1px solid #eef1f6;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;padding:9px 10px;display:grid}.knowledge-upload-progress-item svg{width:16px;height:16px;color:var(--brand-primary)}.knowledge-upload-progress-item strong{color:#17233c;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.knowledge-upload-progress-item small{color:#d4380d;grid-column:2/-1;font-size:14px;line-height:18px}.knowledge-config-form{gap:16px}.chunk-viewer-drawer{width:min(720px,100vw - 48px)}.knowledge-config-section{gap:12px;display:grid}.knowledge-config-section+.knowledge-config-section{border-top:1px solid #eef1f6;padding-top:14px}.knowledge-config-section-title{color:#17233c;margin:0;font-size:16px;font-weight:700;line-height:20px}.chunk-config-summary{gap:8px;padding-bottom:0;display:grid}.chunk-summary-files{flex-wrap:wrap;gap:8px;display:flex}.chunk-summary-title{color:#17233c;align-items:center;gap:8px;display:flex}.chunk-summary-title svg{width:16px;height:16px;color:var(--brand-primary)}.chunk-config-summary p{color:#52637a;margin:0;font-size:15px;line-height:20px}.chunk-config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.knowledge-config-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.knowledge-config-grid .module-form-field{align-content:start}.knowledge-config-help{color:#52637a;margin:-1px 0 0;font-size:14px;line-height:18px}.chunk-form-full{grid-column:1/-1}.chunk-config-switches,.knowledge-config-switches{grid-column:1/-1;gap:8px;display:grid}.chunk-switch-row.chunk-switch-row{min-height:40px;padding:8px 10px}.chunk-switch-row strong{color:#17233c;font-size:15px;font-weight:600;line-height:18px;display:block}.chunk-switch-row small{color:#52637a;margin-top:2px;font-size:14px;line-height:18px;display:block}.chunk-switch-row>span{display:block}.chunk-viewer-form{gap:16px}.chunk-viewer-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.chunk-viewer-search .module-form-field-error{display:none}.chunk-viewer-list{gap:10px;display:grid}.chunk-viewer-item{background:#fff;border:1px solid #eef1f6;border-radius:8px;gap:10px;padding:12px;display:grid}.chunk-viewer-item-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chunk-viewer-item-head strong{color:#17233c;font-size:15px;font-weight:700}.chunk-viewer-item p{color:#2f3d59;white-space:pre-wrap;word-break:break-word;margin:0;font-size:15px;line-height:22px}.chunk-viewer-pagination{padding-top:2px}.manage-switch-row{background:#fbfcff;border:1px solid #e7ebf3;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.manage-data-table-pagination{color:#52637a;justify-content:space-between;align-items:center;gap:12px;font-size:15px;display:flex}.manage-data-table-pagination-actions{align-items:center;gap:8px;display:inline-flex}@media (width<=1180px){.knowledge-upload-panel.active .knowledge-dify-option-grid,.knowledge-upload-panel.active .knowledge-dify-number-row,.knowledge-upload-panel.active .knowledge-dify-number-row.two{grid-template-columns:1fr}}@media (width<=700px){.chunk-config-drawer,.knowledge-upload-wizard-drawer,.knowledge-config-drawer,.chunk-viewer-drawer{width:100%}.chunk-config-grid,.knowledge-config-grid,.knowledge-dify-option-grid,.knowledge-dify-number-row,.knowledge-dify-number-row.two,.knowledge-upload-steps,.chunk-viewer-toolbar{grid-template-columns:1fr}}.knowledge-confirm-text{color:#2f3d59;margin:0;line-height:1.7}@media (width<=1100px){.knowledge-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-management-layout{grid-template-columns:1fr;height:auto;min-height:0}.knowledge-sidebar-card,.knowledge-detail-card{overflow:visible}.knowledge-file-table .knowledge-col-chunks{display:none}}@media (width<=760px){.knowledge-hub{grid-template-columns:1fr;min-height:0}.knowledge-hub-sidebar{border-bottom:1px solid #e5ecef;border-right:0;padding:10px}.knowledge-hub-brand{display:none}.knowledge-scope-group{grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.knowledge-scope-label{display:none}.knowledge-workspace-header{align-items:flex-start;min-height:60px;padding:10px 12px}.knowledge-workspace-header h1{font-size:19px}.knowledge-header-actions{flex-wrap:wrap}.knowledge-workspace-content{padding:12px}.knowledge-library-grid{grid-template-columns:1fr}.knowledge-file-heading{align-items:flex-start}.knowledge-file-table .knowledge-col-size,.knowledge-file-table .knowledge-col-updated{display:none}}@media (width<=520px){.knowledge-file-table .knowledge-col-type{display:none}.knowledge-file-table .knowledge-col-status{width:88px}}.module-tabs{border-bottom:1px solid #e8edf5;align-items:center;gap:22px;min-height:42px;margin-bottom:16px;display:flex}.module-tabs .module-tab-button{color:#52637a;height:42px;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:0;padding:0 2px;font-size:14px;position:relative}.module-tabs .module-tab-button:hover,.module-tabs .module-tab-button:focus-visible{color:var(--brand-primary);box-shadow:none;background:0 0}.module-tabs .module-tab-button:focus-visible{outline:2px solid rgba(var(--brand-primary-rgb), .22);outline-offset:2px}.module-tabs .module-tab-button.active{color:var(--brand-primary);font-weight:600}.module-tabs .module-tab-button.active:after{background:var(--brand-primary);content:"";border-radius:999px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.logs-page{gap:16px;display:grid}.logs-page .logs-layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:16px;display:grid}.logs-page .log-list,.logs-page .log-tab-stack,.logs-page .log-timeline{gap:12px;display:grid}.logs-page .log-list{gap:8px}.logs-page .log-row-button{color:#1f2d3d;width:100%;min-height:48px;box-shadow:none;text-align:left;cursor:pointer;white-space:normal;border:1px solid #e3eaf5;border-radius:8px;align-items:center;gap:12px;display:flex;background:#fff!important;justify-content:space-between!important;height:auto!important;padding:10px 12px!important}.logs-page .log-row-button.active,.logs-page .log-row-button:hover{border-color:var(--brand-primary);background:#f5f9ff!important}.logs-page .log-row-button>span:first-child{flex:1;min-width:0}.logs-page .log-row-button strong,.logs-page .log-row-button em{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.logs-page .log-row-button em,.logs-page .log-detail-title p,.logs-page .log-privacy-card p,.logs-page .log-step p{color:#52637a;margin:4px 0 0;font-size:13px;font-style:normal}.logs-page .log-row-meta{justify-items:end;gap:6px;display:grid}.logs-page .log-privacy-card,.logs-page .log-message-block{background:#f8fbff;border:1px solid #d6e4ff;border-radius:8px;margin:16px 0;padding:12px}.logs-page .log-message-grid,.logs-page .log-json-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.logs-page .log-message-block{color:#20304a;white-space:pre-wrap;min-height:96px;margin:0}.logs-page .log-step{grid-template-columns:22px minmax(0,1fr);gap:10px;display:grid}.logs-page .log-step svg{color:var(--brand-primary)}.logs-page .log-step.error svg{color:#dc2626}.logs-page .log-json-block{color:#d7e3ff;white-space:pre-wrap;background:#0f1728;border-radius:8px;min-height:140px;margin:8px 0 0;padding:12px;font-size:12px;overflow:auto}@media (width<=1100px){.logs-page .logs-layout{grid-template-columns:1fr}}@media (width<=700px){.logs-page .log-message-grid,.logs-page .log-json-grid{grid-template-columns:1fr}}.module-resource-multi-picker{background:#fff;border:1px solid #e2e8f3;border-radius:8px;gap:10px;min-width:0;padding:10px;display:grid;position:relative}.module-resource-multi-picker-search-wrap{min-width:0;position:relative}.module-resource-multi-picker-search{min-height:38px;padding-right:42px}.module-resource-multi-picker-toggle.module-resource-multi-picker-toggle{color:#52637a;width:30px;height:30px;min-height:30px;box-shadow:none;background:0 0;padding:0;position:absolute;top:5px;right:5px}.module-resource-multi-picker-toggle svg{width:16px;height:16px;transition:transform .16s}.module-resource-multi-picker-toggle.is-open svg{transform:rotate(180deg)}.module-resource-multi-picker-selected-head{color:#52637a;justify-content:space-between;align-items:center;gap:10px;font-size:13px;line-height:18px;display:flex}.module-resource-multi-picker-selected-actions{align-items:center;gap:12px;display:inline-flex}.module-resource-multi-picker-head-action.module-resource-multi-picker-head-action{min-height:20px;font-size:12px;line-height:18px}.module-resource-multi-picker-selected-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;min-height:34px;display:grid}.module-resource-multi-picker-selected-item{min-width:0;max-width:100%;min-height:44px;color:var(--brand-primary-hover);text-align:left;background:#fff;border:1px solid #dce5f3;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex;box-shadow:0 6px 14px #14366e0a}.module-resource-multi-picker-selected-item-text{text-align:left;flex:auto;align-content:center;gap:2px;min-width:0;display:grid;overflow:hidden}.module-resource-multi-picker-selected-item-text strong,.module-resource-multi-picker-selected-item-text small,.module-resource-multi-picker-option-main strong,.module-resource-multi-picker-option-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.module-resource-multi-picker-selected-item-text strong{color:var(--brand-primary-hover);font-size:13px;font-weight:600;line-height:18px}.module-resource-multi-picker-selected-item-text small,.module-resource-multi-picker-option-main span{color:#52637a;font-size:12px;line-height:16px}.module-resource-multi-picker-selected-item-remove.module-resource-multi-picker-selected-item-remove{color:#52637a;flex:none;align-self:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;font-size:0;line-height:1;display:inline-flex}.module-resource-multi-picker-selected-item-remove svg{width:14px;height:14px}.module-resource-multi-picker-selected-item-remove:hover:not(:disabled),.module-resource-multi-picker-selected-item-remove:focus-visible{color:#b91c1c;background:#fff1f2}.module-resource-multi-picker-empty-chip,.module-resource-multi-picker-state{color:#52637a;font-size:13px;line-height:20px}.module-resource-multi-picker-state{background:#fbfcff;border:1px dashed #d9e2ef;border-radius:8px;padding:10px}.module-resource-multi-picker-state.error{color:#b42318;background:#fff5f5;border-color:#f2b8b5}.module-resource-multi-picker-options{z-index:1300;pointer-events:auto;background:#fff;border:1px solid #d9e2ef;border-radius:8px;gap:4px;max-height:220px;padding:6px;display:grid;position:fixed;overflow-y:auto;box-shadow:0 12px 28px #0f172a1f}.module-resource-multi-picker-option.module-resource-multi-picker-option{color:#52637a;width:100%;min-height:42px;box-shadow:none;text-align:left;white-space:normal;background:#fff;border-color:#0000;justify-content:flex-start;padding:8px 10px}.module-resource-multi-picker-option:hover:not(:disabled){color:var(--brand-primary-hover);background:#f6f9ff;border-color:#d6e4ff}.module-resource-multi-picker-option.selected{border-color:var(--brand-primary-border);color:var(--brand-primary-hover);background:#eef5ff}.module-resource-multi-picker-option-main{text-align:left;flex:1;justify-items:start;gap:2px;min-width:0;display:grid}.module-resource-multi-picker-option-main strong{font-size:13px;font-weight:600;line-height:18px}.module-resource-multi-picker.is-disabled{opacity:.82}@media (width<=720px){.module-resource-multi-picker-selected-list{grid-template-columns:1fr}}.module-multi-select-wrap{width:100%;display:inline-flex;position:relative}.module-multi-select-trigger{color:#1b2a45;cursor:pointer;background:#fff;border:1px solid #dbe3f1;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:8px;width:100%;height:40px;padding:0 11px 0 12px;font-size:13px;line-height:20px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:inline-flex;box-shadow:0 1px 2px #14366e08}.module-multi-select-trigger:hover:not(:disabled){border-color:#b8c8e2}.module-multi-select-trigger.is-open{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14)}.module-multi-select-trigger.is-disabled{color:#64748b;cursor:not-allowed;background:#f7f9fc}.module-multi-select-text{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.module-multi-select-text.is-placeholder{color:#94a3b8}.module-multi-select-chevron{color:#94a3b8;flex-shrink:0;transition:transform .16s}.module-multi-select-trigger.is-open .module-multi-select-chevron{transform:rotate(180deg)}.module-multi-select-dropdown{background:#fff;border:1px solid #dfe6f2;border-radius:8px;padding:4px;overflow-y:auto;box-shadow:0 14px 34px #14366e24}.module-multi-select-option-list{flex-direction:column;gap:2px;display:flex}.module-multi-select-option{color:#2f3d59;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;min-height:34px;padding:6px 10px;font-size:13px;line-height:20px;transition:background .12s;display:flex}.module-multi-select-option:hover:not(:disabled){color:var(--brand-primary-hover);background:#eef5ff}.module-multi-select-option.selected{color:var(--brand-primary-hover);font-weight:500}.module-multi-select-option:disabled{opacity:.5;cursor:not-allowed}.module-multi-select-check{width:16px;height:16px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.module-multi-select-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}@media (width<=700px){.module-multi-select-wrap,.module-multi-select-trigger{width:100%}}.scheduled-tasks-page{gap:16px;display:grid}.scheduled-tasks-page .scheduled-task-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.scheduled-tasks-page .scheduled-task-overview-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;gap:8px;min-height:96px;padding:16px 18px;display:grid}.scheduled-tasks-page .scheduled-task-overview-card span{color:#52637a;font-size:13px;line-height:20px}.scheduled-tasks-page .scheduled-task-overview-card strong{color:#17233c;align-items:baseline;gap:4px;font-size:28px;line-height:34px;display:flex}.scheduled-tasks-page .scheduled-task-overview-card em{color:#64748b;font-size:13px;font-style:normal;font-weight:500}.scheduled-tasks-page .scheduled-task-tab-card{min-height:0}.scheduled-tasks-page .scheduled-task-tab-card .module-card-head{min-height:44px;padding:0 14px}.scheduled-tasks-page .scheduled-task-tab-card .module-card-title{width:100%}.scheduled-tasks-page .scheduled-task-tab-card .module-tabs{border-bottom:0;min-height:44px;margin-bottom:0}.scheduled-tasks-page .scheduled-task-tab-card .module-tabs .module-tab-button{height:44px}.scheduled-tasks-page .scheduled-task-tab-card .module-card-body{padding:12px 14px 14px}.scheduled-tasks-page .scheduled-task-panel{gap:10px;min-height:0;display:grid}.scheduled-tasks-page .scheduled-task-filter-card{padding:10px 12px}.scheduled-tasks-page .scheduled-task-main{gap:4px;min-width:240px;display:grid}.scheduled-tasks-page .scheduled-task-main span{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.scheduled-tasks-page .scheduled-task-skill-list,.scheduled-tasks-page .scheduled-task-skill-picker{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.scheduled-tasks-page .scheduled-task-skill-picker{min-height:38px}.scheduled-tasks-page .scheduled-task-skill-picker .module-action-button{min-height:32px;box-shadow:none;padding:0 10px}.scheduled-tasks-page .scheduled-task-muted,.scheduled-tasks-page .scheduled-task-summary{color:#52637a;font-size:12px}.scheduled-tasks-page .scheduled-task-summary{text-overflow:ellipsis;white-space:nowrap;max-width:360px;display:block;overflow:hidden}.scheduled-tasks-page .scheduled-task-detail-drawer{width:min(760px,100vw - 48px)}.scheduled-tasks-page .scheduled-task-record-drawer{width:min(1040px,100vw - 24px)}.scheduled-tasks-page .scheduled-task-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.scheduled-tasks-page .scheduled-task-switch-row{color:#2f3d59;align-items:center;gap:10px;min-height:40px;font-size:13px;display:inline-flex}.scheduled-tasks-page .scheduled-task-content-editor .w-md-editor{border:1px solid #d9e2ef}.scheduled-tasks-page .scheduled-task-detail,.scheduled-tasks-page .scheduled-task-record-detail{gap:16px;display:grid}.scheduled-tasks-page .scheduled-task-record-section,.scheduled-tasks-page .scheduled-task-output-card,.scheduled-tasks-page .scheduled-task-step-section,.scheduled-tasks-page .scheduled-task-conversation-summary-card{gap:10px;display:grid}.scheduled-tasks-page .scheduled-task-record-overview,.scheduled-tasks-page .scheduled-task-record-alert{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #e6ebf5;border-radius:8px;gap:14px;padding:18px 20px;display:grid;box-shadow:0 10px 24px #0f172a0a}.scheduled-tasks-page .scheduled-task-record-overview-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.scheduled-tasks-page .scheduled-task-record-overview-copy{gap:6px;min-width:0;display:grid}.scheduled-tasks-page .scheduled-task-record-eyebrow{color:#52637a;margin:0;font-size:12px;line-height:18px}.scheduled-tasks-page .scheduled-task-record-overview-copy h2{color:#17233c;margin:0;font-size:20px;line-height:28px}.scheduled-tasks-page .scheduled-task-record-overview-copy p,.scheduled-tasks-page .scheduled-task-conversation-intro,.scheduled-tasks-page .scheduled-task-record-alert-body p{color:#52637a;margin:0;line-height:1.6}.scheduled-tasks-page .scheduled-task-record-overview-tags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.scheduled-tasks-page .scheduled-task-record-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.scheduled-tasks-page .scheduled-task-record-meta-grid article{background:#ffffffeb;border:1px solid #e8edf5;border-radius:8px;gap:6px;min-height:84px;padding:14px;display:grid}.scheduled-tasks-page .scheduled-task-record-meta-grid span,.scheduled-tasks-page .scheduled-task-record-skill-row>span,.scheduled-tasks-page .scheduled-task-message-role,.scheduled-tasks-page .scheduled-task-decision-block>span{color:#607089;font-size:12px;line-height:18px}.scheduled-tasks-page .scheduled-task-record-meta-grid strong{color:#17233c;word-break:break-word;font-size:14px;font-weight:600;line-height:22px}.scheduled-tasks-page .scheduled-task-record-skill-row{gap:8px;display:grid}.scheduled-tasks-page .scheduled-task-record-section h2,.scheduled-tasks-page .scheduled-task-output-card h2,.scheduled-tasks-page .scheduled-task-conversation-summary-card h2,.scheduled-tasks-page .scheduled-task-step-section h2{color:#17233c;margin:0;font-size:15px;line-height:22px}.scheduled-tasks-page .scheduled-task-conversation-summary-card{background:#fff;border:1px solid #e6ebf5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:16px 18px;box-shadow:0 8px 22px #0f172a0a}.scheduled-tasks-page .scheduled-task-conversation-summary-card p{color:#52637a;margin:4px 0 0;line-height:1.6}.scheduled-tasks-page .scheduled-task-step-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.scheduled-tasks-page .scheduled-task-conversation-section .scheduled-task-step-section-head{align-items:flex-start}.scheduled-tasks-page .scheduled-task-record-section .module-table{min-width:620px}.scheduled-tasks-page .scheduled-task-output{color:#20304a;white-space:pre-wrap;background:#fbfcff;border:1px solid #e8edf5;border-radius:8px;padding:14px 16px;line-height:1.65}.scheduled-tasks-page .scheduled-task-output-markdown,.scheduled-tasks-page .scheduled-task-step-markdown{background:#fbfcff;border:1px solid #e8edf5;border-radius:8px;overflow:hidden}.scheduled-tasks-page .scheduled-task-output-markdown .wmde-markdown,.scheduled-tasks-page .scheduled-task-step-markdown .wmde-markdown{padding:14px 16px}.scheduled-tasks-page .scheduled-task-round-list{gap:14px;display:grid}.scheduled-tasks-page .scheduled-task-round-card{background:linear-gradient(#fcfdff 0%,#f8fbff 100%);border:1px solid #e8edf5;border-radius:8px;gap:14px;padding:18px;display:grid;box-shadow:inset 0 0 0 1px #ffffffa6}.scheduled-tasks-page .scheduled-task-round-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.scheduled-tasks-page .scheduled-task-round-title{gap:4px;display:grid}.scheduled-tasks-page .scheduled-task-round-title strong{color:#17233c;font-size:15px;line-height:22px}.scheduled-tasks-page .scheduled-task-round-stream{gap:14px;display:grid}.scheduled-tasks-page .scheduled-task-message,.scheduled-tasks-page .scheduled-task-decision-card{border:1px solid #e6ebf5;border-radius:8px;gap:10px;padding:14px;display:grid;box-shadow:0 8px 22px #0f172a0d}.scheduled-tasks-page .scheduled-task-message-system{border-color:#d8e3ff;border-left:4px solid var(--brand-primary-border);background:#f5f8ff;justify-self:start;width:min(76%,760px)}.scheduled-tasks-page .scheduled-task-message-agent{background:#f8fbf5;border-color:#d7eadb #d7eadb #d7eadb #84c499;border-left-style:solid;border-left-width:4px;justify-self:end;width:min(76%,760px)}.scheduled-tasks-page .scheduled-task-decision-card{background:#fffaf2;border-style:dashed;border-color:#f2d39a;padding-top:18px;position:relative}.scheduled-tasks-page .scheduled-task-message-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.scheduled-tasks-page .scheduled-task-message-head>div:first-child{gap:2px;display:grid}.scheduled-tasks-page .scheduled-task-message-label{color:#17233c;font-size:14px;font-weight:600;line-height:22px}.scheduled-tasks-page .scheduled-task-message-bubble{background:#ffffffeb;border:0;border-radius:8px;overflow:hidden}.scheduled-tasks-page .scheduled-task-message-bubble .wmde-markdown{background:0 0;padding:14px 16px}.scheduled-tasks-page .scheduled-task-decision-grid{gap:10px;display:grid}.scheduled-tasks-page .scheduled-task-decision-block{gap:6px;display:grid}.scheduled-tasks-page .scheduled-task-decision-block p{color:#2f3d59;white-space:pre-wrap;margin:0;line-height:1.65}.scheduled-tasks-page .scheduled-task-decision-block-error p{color:#c2410c}.scheduled-tasks-page .scheduled-task-record-alert{background:linear-gradient(#fff8f8 0%,#fff 100%);border-color:#f6d7d7}.scheduled-tasks-page .scheduled-task-output-card{background:#fff;border:1px solid #e6ebf5;border-radius:8px;padding:16px 18px;box-shadow:0 8px 22px #0f172a0a}.scheduled-tasks-page .scheduled-task-artifacts{gap:8px;width:min(560px,100%);margin-top:2px;display:grid}.scheduled-tasks-page .scheduled-task-artifact-card{background:#fbfdff;border:1px solid #dbe7f8;border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.scheduled-tasks-page .scheduled-task-artifact-icon{width:34px;height:34px;color:var(--brand-primary);background:#eef4ff;border-radius:8px;place-items:center;display:grid}.scheduled-tasks-page .scheduled-task-artifact-main{gap:2px;min-width:0;display:grid}.scheduled-tasks-page .scheduled-task-artifact-main strong,.scheduled-tasks-page .scheduled-task-artifact-main em,.scheduled-tasks-page .scheduled-task-artifact-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.scheduled-tasks-page .scheduled-task-artifact-main strong{color:#17233c;font-size:13px;font-weight:700}.scheduled-tasks-page .scheduled-task-artifact-main em{color:#5f6f89;font-size:12px;font-style:normal}.scheduled-tasks-page .scheduled-task-artifact-main span{color:#52637a;font-size:12px}.scheduled-tasks-page .scheduled-task-artifact-download.scheduled-task-artifact-download{color:#52637a;width:30px;height:30px;padding:0}.scheduled-tasks-page .scheduled-task-artifact-download:hover,.scheduled-tasks-page .scheduled-task-artifact-download:focus-visible{color:var(--brand-primary);background:#e8f2ff}.scheduled-tasks-page .scheduled-task-artifact-download .prototype-inline-icon,.scheduled-tasks-page .scheduled-task-artifact-icon .prototype-inline-icon{width:16px;height:16px}.scheduled-tasks-page .scheduled-task-record-alert h2{color:#9f1239;margin:0;font-size:15px;line-height:22px}.scheduled-tasks-page .scheduled-task-step-list{gap:12px;display:grid}.scheduled-tasks-page .scheduled-task-step-card{background:#fff;border:1px solid #e8edf5;border-radius:8px;gap:12px;padding:16px;display:grid}.scheduled-tasks-page .scheduled-task-step-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.scheduled-tasks-page .scheduled-task-step-card-title{gap:4px;display:grid}.scheduled-tasks-page .scheduled-task-step-round{color:#52637a;font-size:12px;line-height:18px}.scheduled-tasks-page .scheduled-task-step-card-title strong{color:#17233c;font-size:15px;line-height:22px}.scheduled-tasks-page .scheduled-task-step-card-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.scheduled-tasks-page .scheduled-task-step-meta{color:#52637a;flex-wrap:wrap;gap:8px 16px;font-size:12px;line-height:18px;display:flex}.scheduled-tasks-page .scheduled-task-step-block{gap:8px;display:grid}.scheduled-tasks-page .scheduled-task-step-block h3{color:#17233c;margin:0;font-size:13px;line-height:20px}.scheduled-tasks-page .scheduled-task-step-block p{color:#2f3d59;white-space:pre-wrap;margin:0;line-height:1.65}.scheduled-tasks-page .scheduled-task-empty-detail,.scheduled-tasks-page .scheduled-task-confirm-text{color:#52637a;margin:0;line-height:1.6}@media (width<=1180px){.scheduled-tasks-page .scheduled-task-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.scheduled-tasks-page .scheduled-task-overview-grid,.scheduled-tasks-page .scheduled-task-two-column{grid-template-columns:1fr}.scheduled-tasks-page .scheduled-task-panel .module-search,.scheduled-tasks-page .scheduled-task-panel .module-select-wrap,.scheduled-tasks-page .scheduled-task-detail-drawer,.scheduled-tasks-page .scheduled-task-record-drawer{width:100%}.scheduled-tasks-page .scheduled-task-record-overview-head,.scheduled-tasks-page .scheduled-task-round-head,.scheduled-tasks-page .scheduled-task-message-head,.scheduled-tasks-page .scheduled-task-step-card-head{flex-direction:column}.scheduled-tasks-page .scheduled-task-record-overview-tags,.scheduled-tasks-page .scheduled-task-step-card-tags{justify-content:flex-start}.scheduled-tasks-page .scheduled-task-record-meta-grid{grid-template-columns:1fr}.scheduled-tasks-page .scheduled-task-step-card-head{flex-direction:column}}.module-drawer-content.scheduled-task-form-drawer.scheduled-task-form-drawer,.module-drawer-content.scheduled-task-detail-drawer.scheduled-task-detail-drawer{width:min(760px,100vw - 48px)!important}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail{gap:18px;display:grid}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail-summary{gap:10px;display:grid}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail-primary-item{background:#fbfcff;border:1px solid #e8edf5;border-radius:8px;gap:6px;min-width:0;padding:12px;display:grid}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail-primary-item span{color:#52637a;font-size:12px;line-height:18px;display:block}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail-primary-item strong{overflow-wrap:anywhere;color:#17233c;font-size:14px;font-weight:600;line-height:22px;display:block}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-detail-primary-item--content strong{white-space:pre-wrap;line-height:1.6}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-section{gap:12px;margin-top:4px;display:grid}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-section h2{color:#17233c;margin:0;font-size:15px;line-height:22px}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-section .module-table{table-layout:fixed;min-width:560px}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-time-column{width:156px}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-status-column{width:86px}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-section .module-table-cell-action{width:104px}.module-drawer-content.scheduled-task-detail-drawer .scheduled-task-record-section .scheduled-task-summary{max-width:none}.module-drawer-content.scheduled-task-record-drawer.scheduled-task-record-drawer{width:min(1040px,100vw - 24px)!important}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-detail{gap:16px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-skill-list{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-muted{color:#52637a;font-size:12px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #e6ebf5;border-radius:8px;gap:14px;padding:18px 20px;display:grid;box-shadow:0 10px 24px #0f172a0a}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-head,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-head,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-head{gap:16px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-copy,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-skill-row,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-title,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-head>div:first-child,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-grid,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-block{display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-copy{gap:6px;min-width:0}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-eyebrow,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-copy p,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-intro,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert-body p,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-empty-detail{margin:0}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-eyebrow,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-meta-grid span,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-skill-row>span,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-role,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-block>span{color:#607089;font-size:12px;line-height:18px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-copy h2{color:#17233c;margin:0;font-size:20px;line-height:28px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-copy p,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-intro,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert-body p,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-empty-detail{color:#52637a;line-height:1.6}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-tags,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-card-tags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-meta-grid article{background:#ffffffeb;border:1px solid #e8edf5;border-radius:8px;gap:6px;min-height:84px;padding:14px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-meta-grid strong{color:#17233c;word-break:break-word;font-size:14px;font-weight:600;line-height:22px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-skill-row,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-title,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-head>div:first-child,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-grid,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-block{gap:8px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-section,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-output-card,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-summary-card{gap:10px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-section h2,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-output-card h2,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-summary-card h2,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert h2{color:#17233c;margin:0;font-size:15px;line-height:22px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert h2{color:#9f1239}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-list{gap:14px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-card{background:linear-gradient(#fcfdff 0%,#f8fbff 100%);border:1px solid #e8edf5;border-radius:8px;gap:14px;padding:18px;display:grid;box-shadow:inset 0 0 0 1px #ffffffa6}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-round{color:#52637a;font-size:12px;line-height:18px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-title strong{color:#17233c;font-size:15px;line-height:22px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-stream{gap:14px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-card{border:1px solid #e6ebf5;border-radius:8px;gap:10px;padding:14px;display:grid;box-shadow:0 8px 22px #0f172a0d}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-system{border-color:#d8e3ff;border-left:4px solid var(--brand-primary-border);background:#f5f8ff;justify-self:start;width:min(76%,760px)}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-agent{background:#f8fbf5;border-color:#d7eadb #d7eadb #d7eadb #84c499;border-left-style:solid;border-left-width:4px;justify-self:end;width:min(76%,760px)}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-card{background:#fffaf2;border-style:dashed;border-color:#f2d39a;padding-top:18px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-label{color:#17233c;font-size:14px;font-weight:600;line-height:22px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-bubble{background:#ffffffeb;border:0;border-radius:8px;overflow:hidden}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-bubble .wmde-markdown,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-output-markdown .wmde-markdown{background:0 0;padding:14px 16px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-block p{color:#2f3d59;white-space:pre-wrap;margin:0;line-height:1.65}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-decision-block-error p{color:#c2410c}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-alert{background:linear-gradient(#fff8f8 0%,#fff 100%);border-color:#f6d7d7}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-output-card{background:#fff;border:1px solid #e6ebf5;border-radius:8px;padding:16px 18px;box-shadow:0 8px 22px #0f172a0a}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifacts{gap:10px;margin-top:10px;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-card{background:linear-gradient(#fbfdff 0%,#f5f9ff 100%);border:1px solid #dbe7f8;border-radius:8px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #ffffffb8}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-icon{width:44px;height:44px;color:var(--brand-primary);background:#eaf2ff;border-radius:8px;place-items:center;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main{gap:4px;min-width:0;display:grid}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main strong,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main em,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main strong{color:#17233c;font-size:14px;font-weight:700;line-height:22px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main em{color:#52637a;font-size:12px;font-style:normal;line-height:18px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-main span{color:#607089;font-size:12px;line-height:18px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-download.scheduled-task-artifact-download{min-width:76px;height:34px;color:var(--brand-primary-hover);background:#fff;border:1px solid #cfe0f6;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-download:hover,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-download:focus-visible{border-color:var(--brand-primary-border);color:var(--brand-primary);background:#edf5ff}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-download:disabled{color:#94a3b8;background:#f8fafc}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-download .prototype-inline-icon,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-artifact-icon .prototype-inline-icon{width:16px;height:16px}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-summary-card{background:#fff;border:1px solid #e6ebf5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:16px 18px;box-shadow:0 8px 22px #0f172a0a}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-conversation-summary-card p{color:#52637a;margin:4px 0 0;line-height:1.6}.module-dialog.scheduled-task-conversation-dialog{width:min(980px,100vw - 48px);max-height:min(820px,100vh - 48px)}.module-dialog.scheduled-task-conversation-dialog .module-dialog-body{background:#fbfcff}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-step-section{gap:14px;display:grid}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-step-section-head,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-head,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-conversation-intro,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-empty-detail{color:#52637a;margin:0;line-height:1.6}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-list{gap:14px;display:grid}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-card{background:linear-gradient(#fcfdff 0%,#f8fbff 100%);border:1px solid #e8edf5;border-radius:8px;gap:14px;padding:18px;display:grid;box-shadow:inset 0 0 0 1px #ffffffa6}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-title,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-head>div:first-child,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-grid,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-block{gap:8px;display:grid}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-step-round,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-role,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-block>span{color:#607089;font-size:12px;line-height:18px}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-title strong{color:#17233c;font-size:15px;line-height:22px}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-step-card-tags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-round-stream{gap:14px;display:grid}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message,.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-card{border:1px solid #e6ebf5;border-radius:8px;gap:10px;padding:14px;display:grid;box-shadow:0 8px 22px #0f172a0d}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-system{border-color:#d8e3ff;border-left:4px solid var(--brand-primary-border);background:#f5f8ff;justify-self:start;width:min(76%,760px)}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-agent{background:#f8fbf5;border-color:#d7eadb #d7eadb #d7eadb #84c499;border-left-style:solid;border-left-width:4px;justify-self:end;width:min(76%,760px)}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-card{background:#fffaf2;border-style:dashed;border-color:#f2d39a;padding-top:18px}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-label{color:#17233c;font-size:14px;font-weight:600;line-height:22px}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-bubble{background:#ffffffeb;border:0;border-radius:8px;overflow:hidden}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-message-bubble .wmde-markdown{background:0 0;padding:14px 16px}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-block p{color:#2f3d59;white-space:pre-wrap;margin:0;line-height:1.65}.module-dialog.scheduled-task-conversation-dialog .scheduled-task-decision-block-error p{color:#c2410c}@media (width<=700px){.module-drawer-content.scheduled-task-form-drawer.scheduled-task-form-drawer,.module-drawer-content.scheduled-task-detail-drawer.scheduled-task-detail-drawer,.module-drawer-content.scheduled-task-record-drawer.scheduled-task-record-drawer{width:100%!important}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-head,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-round-head,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-head{flex-direction:column}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-overview-tags,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-step-card-tags{justify-content:flex-start}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-record-meta-grid{grid-template-columns:1fr}.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-system,.module-drawer-content.scheduled-task-record-drawer .scheduled-task-message-agent{justify-self:stretch;width:100%}}.scheduled-task-multi-time{flex-direction:column;gap:8px;display:flex}.scheduled-task-multi-time-input{align-items:center;gap:8px;display:flex}.scheduled-task-time-tags{flex-wrap:wrap;gap:6px;display:flex}.scheduled-task-time-tag{background:hsl(var(--primary)/.1);border:1px solid hsl(var(--primary)/.3);color:hsl(var(--primary));border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:13px;display:inline-flex}.scheduled-task-time-tag-remove{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex;width:16px!important;height:16px!important}.scheduled-task-time-tag-remove:hover{background:hsl(var(--primary)/.15)}.module-file-dropzone-wrap{gap:10px;min-width:0;display:grid}.module-file-dropzone-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.module-file-dropzone{color:#475569;text-align:center;cursor:pointer;background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px dashed #9bb7e8;border-radius:8px;justify-items:center;gap:8px;min-height:136px;padding:24px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.module-file-dropzone:hover,.module-file-dropzone:focus-visible,.module-file-dropzone[data-dragging=true]{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb), .1);background:#f5f9ff;outline:none}.module-file-dropzone[data-disabled=true]{cursor:not-allowed;opacity:.58;box-shadow:none}.module-file-dropzone-icon{width:44px;height:44px;color:var(--brand-primary-hover);background:#dbeafe;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.module-file-dropzone-icon svg{width:22px;height:22px}.module-file-dropzone strong{color:#0f172a;font-size:14px;font-weight:700;line-height:1.4}.module-file-dropzone span:not(.module-file-dropzone-icon){font-size:13px;line-height:1.45}.module-file-link-row{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;align-items:center;gap:8px;width:fit-content;min-width:0;max-width:100%;min-height:34px;padding:6px 8px 6px 10px;transition:background-color .16s,border-color .16s;display:inline-flex}.module-file-link-row:hover,.module-file-link-row:focus-within{background:#dbeafe;border-color:#93c5fd}.module-file-link{min-width:0;max-width:100%;color:var(--brand-primary-hover);flex:auto;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;text-decoration:none;display:inline-flex}.module-file-link:hover,.module-file-link:focus-visible{outline:none}.module-file-link svg{flex:none;width:16px;height:16px}.module-file-link span{overflow-wrap:anywhere;flex:auto;min-width:0}.module-file-link em{color:#475569;text-transform:uppercase;font-style:normal}.module-file-remove{color:#dc2626;cursor:pointer;min-height:28px;box-shadow:none;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;transition:background-color .16s,color .16s;display:inline-flex;width:28px!important;height:28px!important;padding:0!important}.module-file-remove:hover,.module-file-remove:focus-visible{color:#b91c1c;background:#ef444414;outline:none}.module-file-remove svg{width:16px;height:16px}.skills-page.skills-catalog-page{color:#21394a;background:#fbfcfd;flex-direction:column;min-height:0;display:flex;overflow:hidden}.skills-page .skills-capability-head{background:#fff;border-bottom:1px solid #e2e8ec;flex:none;justify-content:space-between;align-items:center;gap:14px;min-width:0;min-height:68px;padding:12px 24px;display:flex}.skills-page .skills-capability-switch{background:#edf2f5;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:min(100%,420px);padding:3px;display:grid}.skills-page .skills-capability-switch button{color:#617484;cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:34px;padding:4px 10px;display:flex}.skills-page .skills-capability-switch button:hover,.skills-page .skills-capability-switch button:focus-visible{color:var(--brand-primary);background:#f8fbfd}.skills-page .skills-capability-switch button.is-active{color:#173f5d;background:#fff;border-color:#d7e6ef;box-shadow:0 2px 8px #28415214}.skills-page .skills-capability-tab-icon{width:24px;height:24px;color:var(--brand-primary);background:var(--brand-primary-soft);border-radius:7px;place-items:center;display:grid}.skills-page .skills-capability-switch button.is-active .skills-capability-tab-icon{color:#fff;background:var(--brand-primary)}.skills-page .skills-capability-tab-icon svg{width:14px;height:14px}.skills-page .skills-capability-switch strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;display:block;overflow:hidden}.skills-page .skills-capability-head-actions{flex:auto;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.skills-page .skills-feature-search{color:#8495a1;background:#f7f9fa;border:1px solid #dce5eb;border-radius:8px;align-items:center;gap:7px;width:min(18vw,180px);min-width:150px;height:34px;padding:0 10px;display:flex}.skills-page .skills-feature-search:focus-within{border-color:var(--brand-primary-border);background:#fff;box-shadow:0 0 0 3px #2385cf17}.skills-page .skills-feature-search svg{flex:none;width:15px;height:15px}.skills-page .skills-feature-search input{color:#29475b;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:13px}.skills-page .skills-head-button{white-space:nowrap;border-radius:8px;flex:none;height:34px;padding-left:12px;padding-right:12px;font-size:14px}.skills-page .skills-feature-scroll{scrollbar-width:thin;flex:auto;min-height:0;padding:18px 24px 28px;overflow:hidden auto}.skills-page .skills-collection-back{margin-bottom:14px}.skills-page .skills-back-button{color:#5f7483;height:34px;padding:0 10px}.skills-page .skills-feature-section+.skills-feature-section{margin-top:20px}.skills-page .skills-section-title{justify-content:space-between;align-items:flex-start;gap:12px;min-height:32px;display:flex}.skills-page .skills-section-title h2,.skills-page .skills-section-title p{margin:0}.skills-page .skills-section-title h2{color:#1d3b50;font-size:17px;font-weight:700;line-height:22px}.skills-page .skills-section-title p{color:#7e8f9b;margin-top:2px;font-size:14px;line-height:16px}.skills-page .skills-section-title>span{color:#8b9aa5;flex:none;font-size:13px;line-height:18px}.skills-page .skills-catalog-filters{flex-wrap:wrap;gap:6px;margin:10px 0 12px;display:flex}.skills-page .skills-catalog-filters button{color:#667b8a;cursor:pointer;background:#eef3f6;border:1px solid #0000;border-radius:7px;height:26px;padding:0 10px;font-size:13px}.skills-page .skills-catalog-filters button:hover,.skills-page .skills-catalog-filters button:focus-visible{color:var(--brand-primary-hover);background:var(--brand-primary-soft)}.skills-page .skills-catalog-filters button.is-active{color:#fff;background:var(--brand-primary)}.skills-page .resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:10px;min-height:0;margin-top:10px;display:grid}.skills-page .resource-card{background:#fff;border:1px solid #dfe7ec;border-radius:8px;flex-direction:column;gap:9px;min-height:166px;padding:12px 14px;display:flex}.skills-page .resource-card:hover{border-color:#b9d3e4;box-shadow:0 9px 22px #24465e12}.skills-page .resource-card-top,.skills-page .resource-card-foot,.skills-page .market-card-foot{justify-content:flex-start;align-items:center;gap:9px;display:flex}.skills-page .resource-card-heading{min-width:0}.skills-page .resource-card-heading small{color:#8a99a3;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:13px;line-height:14px;display:block;overflow:hidden}.skills-page .resource-card-foot{border-top:1px solid #f0f4fa;align-items:flex-end;min-height:26px;margin-top:0;padding-top:6px}.skills-page .resource-card-foot .module-actions{justify-content:flex-start;row-gap:4px;width:100%}.skills-page .resource-card-foot .module-action-button{border-radius:6px;height:26px;padding:0 6px;font-size:13px}.skills-page .resource-card-foot .resource-use-action{margin-left:auto}.skills-page .resource-card h2{color:#17233c;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:700;line-height:18px;overflow:hidden}.skills-page .resource-card p{color:#52637a;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;min-height:36px;margin:0;font-size:14px;line-height:18px;display:-webkit-box;overflow:hidden}.skills-page .resource-card-skeleton{pointer-events:none}.skills-page .resource-empty-state{background:radial-gradient(circle at 50% 18%, rgba(var(--brand-primary-rgb), .08), transparent 34%), #fff;border:1px solid #e7ebf3;border-radius:12px;grid-column:1/-1;place-items:center;min-height:280px;padding:24px;display:grid}.skills-page .resource-empty-state-card{text-align:center;justify-items:center;gap:10px;max-width:360px;display:grid}.skills-page .resource-empty-icon{width:42px;height:42px;color:var(--brand-primary);background:#f4f8ff;border:1px solid #dbe7ff;border-radius:12px;place-items:center;display:grid}.skills-page .resource-empty-icon svg{width:18px;height:18px}.skills-page .resource-empty-state strong{color:#17233c;font-size:14px;line-height:20px}.skills-page .resource-empty-state p{color:#64748b;max-width:320px}.skills-page .skeleton-dot,.skills-page .skeleton-pill,.skills-page .skeleton-line,.skills-page .skeleton-action{background:#edf2f7;border-radius:999px;display:block;position:relative;overflow:hidden}.skills-page .skeleton-dot:after,.skills-page .skeleton-pill:after,.skills-page .skeleton-line:after,.skills-page .skeleton-action:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.2s ease-in-out infinite resource-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skills-page .skeleton-dot{width:30px;height:30px}.skills-page .skeleton-pill{width:58px;height:22px}.skills-page .skeleton-pill.muted{width:72px}.skills-page .skeleton-line{border-radius:8px;width:100%;height:13px}.skills-page .skeleton-line.title{width:48%;height:18px;margin-top:2px}.skills-page .skeleton-line.short{width:74%}.skills-page .skeleton-action{width:64px;height:20px}.skills-page .resource-icon{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.skills-page .resource-card .resource-icon{border-radius:8px;width:32px;height:32px;font-size:14px;font-weight:800}.skills-page .resource-icon.purple,.skills-page .resource-icon.private,.skills-page .resource-icon.expert,.skills-page .resource-icon.ability{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover))}.skills-page .expert-card{min-height:166px}.skills-page .skill-state-row{color:#64748b;flex-wrap:wrap;gap:5px;min-height:20px;margin-top:auto;font-size:13px;line-height:16px;display:flex}.skills-page .skill-state-row span{background:#f8fafc;border:1px solid #e8edf5;border-radius:7px;align-items:center;min-height:20px;padding:0 7px;display:inline-flex}.skills-page .resource-muted{color:#52637a;font-size:14px}.skills-page .module-action-button.danger-link{color:#dc2626}.skills-page .module-action-button.danger-link:hover,.skills-page .module-action-button.danger-link:focus-visible{color:#b91c1c}.skill-detail-page{flex:1 1 0;align-content:start;gap:18px;min-height:0;padding-right:4px;display:grid;overflow:hidden auto}.skill-detail-summary{background:#fff;border:1px solid #e4ebf5;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:stretch;gap:18px;padding:18px;display:grid}.skill-detail-summary-main{gap:14px;min-width:0;display:flex}.skill-detail-summary-main-card{align-items:flex-start;min-height:92px;padding:2px 0}.skill-detail-kicker{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.skill-detail-summary h2{color:#17233c;margin:0;font-size:20px;font-weight:700;line-height:28px}.skill-detail-summary p{overflow-wrap:anywhere;color:#52637a;max-width:760px;margin:8px 0 0;font-size:14px;line-height:1.65}.skill-detail-summary-meta{background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;align-content:center;gap:5px;min-width:0;padding:12px 14px;display:grid}.skill-detail-summary-meta span,.skill-detail-file-card p{color:#64748b;font-size:12px;line-height:18px}.skill-detail-summary-meta strong{overflow-wrap:anywhere;color:#17233c;font-size:13px;line-height:20px}.skill-detail-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:20px;width:100%;display:grid}.skill-detail-main{width:100%;min-width:0}.skill-detail-aside{gap:16px;min-width:0;display:grid;position:sticky;top:16px}.skill-content-card .module-card-body{color:#1f2a44;padding:20px 24px 26px;font-size:14px;line-height:1.75}.skill-detail-prompt-preview.module-markdown-preview .wmde-markdown{overflow-wrap:anywhere;white-space:pre-wrap;background:#fbfcff;padding:16px 18px}.skill-content-card .module-markdown-preview .wmde-markdown{color:#1f2a44;font-size:14px;line-height:1.75}.skill-content-card .module-markdown-preview .wmde-markdown h1,.skill-content-card .module-markdown-preview .wmde-markdown h2,.skill-content-card .module-markdown-preview .wmde-markdown h3{color:#17233c;border-bottom:1px solid #e7edf5;margin-top:22px;margin-bottom:10px;padding-bottom:8px;line-height:1.35}.skill-content-card .module-markdown-preview .wmde-markdown h1:first-child,.skill-content-card .module-markdown-preview .wmde-markdown h2:first-child,.skill-content-card .module-markdown-preview .wmde-markdown h3:first-child{margin-top:0}.skill-content-card .module-markdown-preview .wmde-markdown p,.skill-content-card .module-markdown-preview .wmde-markdown ul,.skill-content-card .module-markdown-preview .wmde-markdown ol{margin-top:8px;margin-bottom:14px}.skill-content-card .module-markdown-preview .wmde-markdown pre{color:#17233c;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto;background:#f8fafc!important}.skill-content-card .module-markdown-preview .wmde-markdown pre code{color:inherit;background:0 0!important}.ability-description-card .module-card-body{color:#52637a;font-size:14px;line-height:1.7}.ability-detail-description{margin:0}.ability-fields-card .module-card-body{gap:18px;display:grid}.ability-field-section{gap:10px;display:grid}.ability-field-section h3{color:#1d3b50;margin:0;font-size:14px;font-weight:700;line-height:20px}.skill-detail-file-card{background:#fff;border:1px solid #e7ebf3;border-radius:8px;gap:12px;min-width:0;padding:16px;display:grid}.skill-detail-file-card strong{color:#17233c;font-size:15px;line-height:22px}.skill-detail-file-card p{margin:3px 0 0}.skills-list-page{flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.skills-page .skeleton-dot:after,.skills-page .skeleton-pill:after,.skills-page .skeleton-line:after,.skills-page .skeleton-action:after{animation:none}}.skill-drawer{will-change:transform, opacity;grid-template-rows:auto minmax(0,1fr) auto;height:100%;display:grid;overflow:hidden;width:min(100vw,860px)!important}.skill-drawer[data-state=open]{animation:.22s cubic-bezier(.22,1,.36,1) both skill-drawer-in}.skill-drawer[data-state=closed]{animation:.16s ease-in both skill-drawer-out}.skill-drawer[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open]{animation:.22s cubic-bezier(.22,1,.36,1) both skill-drawer-in;transform:translate(0,0)!important}.skill-drawer[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=closed]{animation:.16s ease-in both skill-drawer-out;transform:translate(100%)!important}.skill-drawer-head{border-color:#eef1f6;border-bottom-style:solid;border-bottom-width:1px;flex:none;padding:18px 20px}.skill-drawer-footer{border-color:#eef1f6;border-top-style:solid;border-top-width:1px;flex:none;justify-content:flex-end;margin-top:auto;padding:18px 20px}.skill-drawer-body{gap:14px;min-height:0;padding:18px 20px;display:grid;overflow-y:auto}.skill-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.skill-drawer .module-select-wrap,.skill-drawer .module-select,.skill-drawer .module-form-control{width:100%}.skill-drawer textarea.module-form-control{min-height:104px}@keyframes skill-drawer-in{0%{opacity:.72;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes skill-drawer-out{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skill-drawer[data-state=open],.skill-drawer[data-state=closed],.skill-drawer[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open],.skill-drawer[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=closed]{animation:none}}@media (width<=1280px){.skills-page .skills-capability-head{flex-direction:column;align-items:stretch}.skills-page .skills-capability-head-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.skills-page .skills-feature-search{flex:0 180px;width:min(100%,180px);min-width:min(100%,150px);max-width:180px}}@media (width<=1100px){.skills-page .skills-capability-head{flex-direction:column;align-items:stretch}.skills-page .skills-capability-switch{width:100%}.skills-page .skills-capability-head-actions{justify-content:flex-start;width:100%}.skills-page .skills-feature-search{flex:0 180px;width:min(100%,180px);min-width:min(100%,150px);max-width:180px}.skills-page .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skill-detail-layout{grid-template-columns:1fr}.skill-detail-main{max-width:none}.skill-detail-aside{position:static}}@media (width<=700px){.skills-page .skills-capability-head,.skills-page .skills-feature-scroll{padding-left:16px;padding-right:16px}.skills-page .skills-capability-switch{grid-template-columns:1fr}.skills-page .skills-capability-head-actions{flex-wrap:wrap}.skills-page .skills-feature-search{flex:100%;width:100%;min-width:100%;max-width:none}.skills-page .skills-head-button{flex:calc(50% - 5px)}.skills-page .resource-grid{grid-template-columns:1fr}.skills-page .resource-card-foot,.skills-page .market-card-foot{flex-direction:column;align-items:flex-start}.skill-form-grid,.skill-detail-summary{grid-template-columns:1fr}.skill-detail-summary-main{flex-direction:column}.skill-detail-summary-meta{width:100%;min-width:0}.skill-content-card .module-card-body{padding:18px 16px 22px}}.workbench{flex:1 1 0;grid-template-columns:minmax(0,1fr);gap:0;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.chat-stage{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.chat-stage.has-task-details{grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;display:grid}.chat-conversation-column{flex-direction:column;flex:auto;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.workbench-state-stage{justify-content:center;align-items:center;min-height:0}.workbench-state{color:#52637a;font-size:14px}.chat-header{border-bottom:1px solid #eef1f6;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.chat-header h4{margin:0;font-size:18px;font-weight:700;line-height:24px}.chat-header p{color:#52637a;margin:4px 0 0;font-size:13px}.workbench-sync-notice{font-weight:600}.workbench-sync-notice.is-pending{color:#2563eb}.workbench-sync-notice.is-warning{color:#b45309}.workbench-sync-notice.is-error{color:#b91c1c}.chat-header-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex;position:relative}.workbench-inline-error,.workbench-inline-security{color:#9a3412;background:#fff7ed;border:1px solid #ffd8bf;border-radius:8px;flex:none;gap:4px;margin:12px 18px 0;padding:9px 12px;font-size:13px;line-height:1.5;display:grid}.workbench-inline-security strong{font-weight:700}.workbench-inline-security span{color:#6b7280}.workbench-inline-security.released{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.workbench-inline-security.review-required{color:#92400e;background:#fffbeb;border-color:#fde68a}.workbench-inline-security.blocked{color:#991b1b;background:#fef2f2;border-color:#fecaca}.messages{scroll-behavior:auto;flex:auto;min-height:0;padding:24px;overflow:hidden auto}.chat-content-grid{flex:auto;grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.chat-content-grid>*{min-width:0;min-height:0}.chat-workspace-body{flex:auto;grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.chat-workspace-main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.messages-end{width:100%;height:1px}.messages-skeleton{pointer-events:none;flex-direction:column;gap:22px;display:flex}.messages-skeleton-row{align-items:flex-start;gap:8px;width:100%;display:flex}.messages-skeleton-row.user{justify-content:flex-end}.messages-skeleton-avatar{background:#edf4ff;border-radius:50%;flex:none;width:34px;height:34px}.messages-skeleton-bubble{background:#fbfcff;border:1px solid #eef2f8;border-radius:8px;gap:10px;max-width:min(720px,100% - 44px);padding:12px;display:grid}.messages-skeleton-bubble.assistant{width:min(620px,100% - 44px)}.messages-skeleton-bubble.user{background:#f4f8ff;border-color:#e2ecff;width:min(430px,58%)}.messages-skeleton-bubble.compact{width:min(520px,100% - 44px)}.messages-skeleton-line{background:linear-gradient(90deg,#e8eef7 0%,#f8fbff 50%,#e8eef7 100%) 0 0/200% 100%;border-radius:999px;height:10px;animation:1.4s ease-in-out infinite workbench-skeleton-shimmer;display:block}.messages-skeleton-line.long{width:100%}.messages-skeleton-line.medium{width:72%}.messages-skeleton-line.short{width:46%}@keyframes workbench-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.messages-skeleton-line{animation:none}}.message-row{margin-bottom:18px;display:flex}.message-row.user{justify-content:flex-end}.user-message{flex-direction:column;align-items:flex-end;gap:8px;min-width:0;max-width:min(680px,78%);display:flex}.message-bubble{color:#1b2a45;background:#eaf2ff;border-radius:8px;max-width:620px;padding:10px 12px;line-height:1.55}.message-footer{color:#8a96aa;opacity:0;pointer-events:none;align-items:center;gap:6px;min-height:24px;font-size:12px;line-height:18px;transition:opacity .16s,transform .16s;display:inline-flex;transform:translateY(-2px)}.message-row:hover .message-footer,.message-row:focus-within .message-footer,.message-footer.always-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.message-footer-copy{width:24px;color:inherit;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:relative;background:0 0!important;height:24px!important;padding:0!important}.message-footer-copy:hover,.message-footer-copy:focus-visible{color:var(--brand-primary);background:#f3f7ff}.message-footer-copy:after{content:attr(data-copy-label);z-index:5;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172ae0;border-radius:5px;padding:3px 6px;font-size:12px;line-height:16px;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 6px);right:50%;transform:translate(50%,2px)}.message-footer-copy:hover:after,.message-footer-copy:focus-visible:after{opacity:1;transform:translate(50%)}.message-footer-copy:disabled{color:#b5bfcc;cursor:not-allowed}.message-footer-copy .prototype-inline-icon{width:13px;height:13px}.message-files{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:100%;display:flex}.message-file-card{min-width:0;max-width:260px;height:30px;color:var(--brand-primary);background:#f6f9ff;border:1px solid #d9e7ff;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:12px;line-height:1;display:inline-flex}.message-file-card span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.message-file-card em{color:#52637a;text-transform:uppercase;flex:none;font-style:normal}.message-artifacts{gap:8px;width:min(520px,100%);margin-top:10px;display:grid}.message-artifact-card.message-artifact-card{color:#24344d;width:100%;min-width:0;height:auto;font:inherit;text-align:left;background:#fbfdff;border:1px solid #dbe7f8;border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;justify-content:stretch;align-items:center;gap:10px;padding:10px;text-decoration:none;transition:border-color .16s,background .16s;display:grid}.message-artifact-card:hover,.message-artifact-card:focus-within{background:#f5f9ff;border-color:#91caff;outline:none}.message-artifact-card:disabled{cursor:default}.message-artifact-card.generating{background:#f5f9ff;border-color:#b9d8ff}.message-artifact-card.generating .message-artifact-icon{background:#e8f2ff}.message-artifact-card.failed{color:#8f2c2c;background:#fff8f8;border-color:#ffd5d5}.message-artifact-thumbnail{width:72px;height:56px;color:var(--brand-primary);background:#eef4ff;border-radius:8px;place-items:center;display:grid;overflow:hidden}.message-artifact-thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.message-artifact-card.image{grid-template-columns:72px minmax(0,1fr) auto}.message-artifact-card.image .message-artifact-main{align-self:center}.message-artifact-icon{width:34px;height:34px;color:var(--brand-primary);background:#eef4ff;border-radius:8px;place-items:center;display:grid}.message-artifact-main{gap:2px;min-width:0;display:grid}.message-artifact-main strong,.message-artifact-main em,.message-artifact-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.message-artifact-main strong{color:#17233c;font-size:13px;font-weight:700}.message-artifact-main em{color:#5f6f89;font-size:12px;font-style:normal}.message-artifact-main span{color:#52637a;font-size:12px}.message-artifact-actions{justify-self:end;align-items:center;gap:4px;display:inline-flex}.message-artifact-action.message-artifact-action{color:#52637a;width:30px;height:30px;padding:0}.message-artifact-action:hover,.message-artifact-action:focus-visible{color:var(--brand-primary);background:#e8f2ff}.message-artifact-action .prototype-inline-icon{justify-self:end;width:16px;height:16px}.skill-draft-card{background:#fbfdff;border:1px solid #dbe7f8;border-radius:8px;gap:14px;width:min(560px,100%);margin-top:10px;padding:16px;display:grid}.skill-draft-card-header,.skill-draft-actions,.skill-draft-safe-note,.skill-package-tree-row{align-items:center;display:flex}.skill-draft-card-header{justify-content:space-between;gap:12px}.skill-draft-card-kicker{color:#5f6f89;margin:0 0 4px;font-size:12px}.skill-draft-card h3,.skill-draft-preview-body h3,.skill-draft-preview-body h4{color:#17233c;letter-spacing:0;margin:0}.skill-draft-description,.skill-draft-preview-body p{color:#52637a;margin:0}.skill-draft-status{color:#087f5b;white-space:nowrap;flex:none;align-items:center;gap:6px;font-size:13px;display:inline-flex}.skill-draft-status.warning{color:#b45309}.skill-draft-status.pending{color:var(--brand-primary)}.skill-draft-status svg,.skill-draft-safe-note svg,.skill-package-tree-icon{flex:none;width:16px;height:16px}.skill-draft-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.skill-draft-meta div{min-width:0}.skill-draft-meta dt{color:#6b7a90;font-size:12px}.skill-draft-meta dd{color:#24344d;overflow-wrap:anywhere;margin:4px 0 0}.skill-package-tree{gap:8px;display:grid}.skill-package-tree-row{color:#26364f;background:#f2f6fc;border-radius:6px;gap:8px;min-height:32px;padding:0 10px;font-size:13px}.skill-package-tree-row.generating{background:linear-gradient(90deg,#f2f6fc 0%,#eef6ff 50%,#f2f6fc 100%)}.skill-package-tree-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.skill-package-tree-row small{color:#6b7a90;white-space:nowrap;margin-left:auto;font-size:12px}.skill-draft-actions{justify-content:flex-end;gap:8px}.skill-draft-validation{gap:6px;display:grid}.skill-draft-validation p{border-radius:6px;margin:0;padding:7px 9px;font-size:13px;line-height:1.5}.skill-draft-validation-error{color:#991b1b;background:#fef2f2}.skill-draft-validation-warning{color:#92400e;background:#fffbeb}.skill-draft-safe-note{color:#6b7a90;gap:6px;margin:0;font-size:12px}.skill-draft-saved-note{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin:0;padding:8px 10px;font-size:13px}.skill-draft-preview-drawer{width:min(520px,100vw)}.skill-draft-preview-header{border-bottom:1px solid #eef1f6;flex:none;padding:18px 20px}.skill-draft-preview-body{gap:20px;padding:20px;display:grid;overflow:auto}.skill-draft-preview-body section{gap:10px;display:grid}.skill-draft-prompt-preview.module-markdown-preview .wmde-markdown{background:#fbfdff;border:1px solid #eef2f8;border-radius:8px;padding:12px}.message-row.assistant{align-items:flex-start;gap:8px;min-width:0}.assistant-avatar{background:0 0;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:grid}.assistant-avatar img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.resource-icon{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.assistant-avatar.large{width:54px;height:54px;margin:0 auto}.resource-icon.green{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover))}.resource-icon.small{width:28px;height:28px}.assistant-message{overflow-wrap:anywhere;flex:auto;width:auto;min-width:0;max-width:min(900px,100% - 44px);line-height:1.55}.assistant-message>strong{margin-bottom:6px;display:block}.assistant-process{color:#667085;margin:0 0 8px;font-size:13px}.assistant-process-toggle,.assistant-process-status{color:#667085;align-items:center;gap:6px;max-width:100%;min-height:28px;font-size:13px;line-height:20px;display:inline-flex}.assistant-process-toggle{cursor:pointer;border:0;border-radius:4px;min-height:22px;background:0 0!important;height:auto!important;padding:0 2px!important}.assistant-process-toggle:hover,.assistant-process-toggle:focus-visible{color:#344054;background:0 0!important}.assistant-process-toggle .prototype-inline-icon{width:14px;height:14px;transition:transform .16s;transform:rotate(-90deg)}.assistant-process-toggle .prototype-inline-icon.open{transform:rotate(0)}.assistant-process-body{border-left:2px solid #d0d5dd;margin-top:6px;padding-left:12px}.assistant-process-content.module-markdown-preview .wmde-markdown{color:#667085;border:0;border-radius:0;margin-top:0;padding-left:0;font-size:13px;line-height:1.62}.assistant-process-content.module-markdown-preview .wmde-markdown pre,.assistant-process-content.module-markdown-preview .wmde-markdown pre code{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap!important}.assistant-process-content.module-markdown-preview .wmde-markdown p{margin:0 0 8px}.assistant-process-content.module-markdown-preview .wmde-markdown :last-child{margin-bottom:0}.assistant-process-content.assistant-process-plain-text{color:#667085;font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:13px;line-height:1.62}.assistant-process-window-nav{color:#98a2b3;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-top:4px;padding-left:0;font-size:12px;line-height:18px;display:flex}.assistant-process-window-hint{color:inherit}.assistant-process-window-button{color:#667085;min-height:18px;font-size:12px;height:auto!important;padding:0 2px!important}.assistant-run-metrics{color:#8a96aa;flex-wrap:wrap;align-items:center;max-width:100%;margin-top:4px;font-size:12px;line-height:18px;display:inline-flex}.assistant-markdown.module-markdown-preview .wmde-markdown{color:#26364f;border:none;border-radius:0;font-size:14px;line-height:1.68}.assistant-markdown.module-markdown-preview .wmde-markdown h1,.assistant-markdown.module-markdown-preview .wmde-markdown h2,.assistant-markdown.module-markdown-preview .wmde-markdown h3{color:#17233c;letter-spacing:0;margin:6px 0 8px;font-weight:700}.assistant-markdown.module-markdown-preview .wmde-markdown h1{font-size:20px;line-height:28px}.assistant-markdown.module-markdown-preview .wmde-markdown h2{font-size:18px;line-height:26px}.assistant-markdown.module-markdown-preview .wmde-markdown h3{font-size:16px;line-height:24px}.assistant-markdown.module-markdown-preview .wmde-markdown p{margin:0 0 10px}.assistant-markdown.module-markdown-preview .wmde-markdown ul,.assistant-markdown.module-markdown-preview .wmde-markdown ol{margin:6px 0 10px;padding-left:22px}.assistant-markdown.module-markdown-preview .wmde-markdown pre{border-radius:8px}.assistant-loading{color:#667085;align-items:center;gap:5px;min-height:24px;margin-top:2px;font-size:13px;display:inline-flex}.assistant-running-status{color:#667085;align-self:flex-start;align-items:center;gap:6px;min-height:20px;margin-top:2px;font-size:12px;line-height:18px;display:inline-flex}.assistant-cancelled-status{color:#b91c1c;align-self:flex-start;align-items:center;gap:6px;min-height:20px;margin-top:4px;font-size:12px;line-height:18px;display:inline-flex}.cli-request-card{color:#26364f;background:#f8fbff;border:1px solid #d9e2f3;border-radius:8px;align-items:flex-start;gap:10px;max-width:520px;margin:8px 0;padding:12px;display:flex}.cli-request-card.confirmation{background:#fffaf0;border-color:#f1d7a8}.cli-request-icon{width:28px;height:28px;color:var(--brand-primary);background:#e8f1ff;border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex}.cli-request-card.confirmation .cli-request-icon{color:#b45309;background:#fff1d6}.cli-request-body{flex:auto;min-width:0}.cli-request-title{color:#17233c;font-size:14px;font-weight:700;line-height:20px}.cli-request-body p{color:#526070;margin:4px 0 0;font-size:13px;line-height:20px}.cli-request-risk{color:#7a4b00;margin-top:6px;font-size:12px;line-height:18px;display:inline-flex}.cli-request-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cli-request-link{background:var(--brand-primary);color:#fff;border-radius:6px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.cli-request-link:hover,.cli-request-link:focus-visible{background:var(--brand-primary-hover);color:#fff}.assistant-loading-dot{background:var(--brand-primary);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite assistant-loading-pulse}.assistant-loading-dot:nth-child(2){animation-delay:.14s}.assistant-loading-dot:nth-child(3){animation-delay:.28s}@keyframes assistant-loading-pulse{0%,80%,to{opacity:.32;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.prototype-steps{align-items:center;max-width:100%;margin:14px 0 10px;display:flex;overflow:hidden}.prototype-step{color:#667085;white-space:nowrap;flex:1 1 0;align-items:center;gap:8px;min-width:0;font-size:14px;line-height:22px;display:inline-flex;position:relative}.prototype-step:after{content:"";background:#d9d9d9;flex:auto;min-width:20px;height:2px;margin:0 12px}.prototype-step.last{flex:none}.prototype-step.last:after{display:none}.prototype-step span{width:24px;height:24px;color:var(--brand-primary);background:#eaf2ff;border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:700;display:grid}.prototype-step strong{min-width:max-content;color:inherit;font-size:14px;font-weight:400}.prototype-step.done{color:#1f2d3d}.prototype-step.done:after{background:var(--brand-primary)}.prototype-step.current{color:#1f2d3d}.prototype-step.current span{color:#fff;background:var(--brand-primary)}.prototype-step.last span{color:#00000073;background:#f5f5f5}.call-card,.result-card{background:#fbfcff;margin:14px 0}.call-card{border:1px solid #e7ebf3;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.call-card-main{align-items:center;gap:12px;display:flex}.call-icon{width:40px;height:40px;color:var(--brand-primary);background:#eef4ff;border-radius:8px;place-items:center;display:grid}.call-card p{color:#52637a;margin:2px 0 0;font-size:13px}.result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.result-card{border:1px solid #e7ebf3;border-radius:8px;padding:12px}.result-card span{color:#52637a;font-size:12px;display:block}.result-card strong{margin-top:4px;font-size:14px;display:block}.composer-wrap{background:#fff;border-top:1px solid #eef1f6;flex:none;padding:8px 18px 12px}.composer{background:#fff;border:1px solid #dbe3f1;border-radius:8px;padding:12px;transition:border-color .16s,box-shadow .16s;position:relative;box-shadow:0 12px 32px #14366e14}.composer-secret-mention-menu{z-index:30;background:#fff;border:1px solid #dbe3f1;border-radius:10px;max-height:260px;padding:8px;display:grid;position:absolute;bottom:calc(100% - 4px);left:12px;right:12px;overflow-y:auto;box-shadow:0 16px 40px #14366e29}.composer-secret-mention-menu button{color:#24344d;text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:minmax(140px,auto) 1fr auto;align-items:center;gap:12px;width:100%;padding:10px 12px;display:grid}.composer-secret-mention-menu button:hover,.composer-secret-mention-menu button.active{background:#eef5ff}.composer-secret-mention-menu span,.composer-secret-mention-menu small{color:#64748b}.composer:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb), .14), 0 12px 32px #14366e14}.composer.dragging-file{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb), .14), 0 16px 36px #14366e1f;background:#f8fbff}.composer.dragging-file .composer-upload-button{border-color:var(--brand-primary);color:var(--brand-primary-hover);background:#dbeafe!important}.composer textarea{resize:none;color:#1b2a45;background:0 0;outline:none;width:100%;min-height:58px;line-height:1.55;box-shadow:none!important;border:0!important;padding:0!important}.composer textarea:focus,.composer textarea:focus-visible{outline:none;box-shadow:none!important;border:0!important}.composer textarea::placeholder{color:#64748b}.composer-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.composer-footer>.prototype-space{flex-wrap:nowrap;flex:0 auto;min-width:0}.composer-resource-menu{flex:none;position:relative}.composer-resource-menu-trigger{color:#21364d;background:#f5f7fa;border-radius:50%;width:38px;height:38px}.composer-resource-menu-trigger svg{width:20px;height:20px}.composer-resource-primary{z-index:40;background:#fff;border:1px solid #e1e6ec;border-radius:16px;width:232px;padding:6px;position:absolute;bottom:calc(100% + 12px);left:0;box-shadow:0 18px 48px #1b2d4224}.composer-resource-category{color:#26384c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:20px minmax(0,1fr) 14px;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 8px;font-size:14px;transition:background .18s,color .18s;display:grid}.composer-resource-category:hover,.composer-resource-category:focus-visible,.composer-resource-category.is-active{color:#15283e;background:#eef1f4;outline:none}.composer-resource-category svg{width:16px;height:16px}.composer-resource-category svg:last-child{color:#9aa5b2}.composer-resource-secondary{z-index:41;background:#fff;border:1px solid #e1e6ec;border-radius:16px;width:min(340px,100vw - 312px);max-height:320px;padding:10px;position:absolute;bottom:calc(100% + 12px);left:244px;box-shadow:0 18px 48px #1b2d4224}.composer-resource-search{color:#6d7988;background:#f5f6f8;border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.composer-resource-search svg{width:16px;height:16px}.composer-resource-search input{color:#20364f;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px}.composer-resource-options{max-height:248px;margin-top:6px;overflow:auto}.composer-resource-option{color:#26384c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:8px;width:100%;min-height:50px;padding:6px;display:grid}.composer-resource-option:hover,.composer-resource-option:focus-visible,.composer-resource-option.is-selected{background:#f1f5fa;outline:none}.composer-resource-option-icon{width:28px;height:28px;color:var(--brand-primary-hover);background:#eaf2ff;border-radius:9px;place-items:center;display:grid}.composer-resource-option-icon svg,.composer-resource-option>svg{width:16px;height:16px}.composer-resource-option strong,.composer-resource-option small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.composer-resource-option strong{font-size:14px;font-weight:600}.composer-resource-option small{color:#7b8796;margin-top:2px;font-size:12px}.composer-resource-empty{color:#8793a1;text-align:center;margin:0;padding:28px 12px}.composer-resource-chips{box-sizing:border-box;scrollbar-color:#b8c7d9 transparent;scrollbar-width:thin;flex-wrap:nowrap;flex:160px;align-items:flex-start;gap:6px;min-width:0;height:42px;padding:8px 0 0;display:flex;overflow:auto hidden}.composer-resource-chips::-webkit-scrollbar{height:6px;display:block}.composer-resource-chips::-webkit-scrollbar-track{background:0 0;border-radius:999px}.composer-resource-chips::-webkit-scrollbar-thumb{background:#b8c7d9;border-radius:999px;min-width:32px}.composer-resource-chips:hover,.composer-resource-chips:focus-within{scrollbar-color:#7f96ad transparent}.composer-resource-chips:hover::-webkit-scrollbar-thumb{background:#7f96ad}.composer-resource-chips:focus-within::-webkit-scrollbar-thumb{background:#7f96ad}.composer-resource-chips::-webkit-scrollbar-thumb:active{background:#5f7892}.composer-resource-chip{min-width:0;max-width:180px;height:26px;color:var(--brand-primary);background:#f5f9ff;border:1px solid #d9e6f6;border-radius:8px;flex:none;align-items:center;gap:3px;padding:1px 3px 1px 5px;font-size:13px;display:inline-flex}.composer-resource-chip-icon{width:18px;height:18px;color:var(--brand-primary-hover);background:#e7f0ff;border-radius:6px;flex:0 0 18px;place-items:center;display:grid}.composer-resource-chip-type{color:#67809b;flex:none}.composer-resource-chip-label{min-width:0;color:var(--brand-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.composer-resource-chip button{width:18px;height:18px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:0 0 18px;place-items:center;padding:0;display:grid}.composer-resource-chip button:hover,.composer-resource-chip button:focus-visible{background:#e4eefb;outline:none}.composer-resource-chip-icon svg,.composer-resource-chip button svg{width:11px;height:11px}.composer-resource-chip.is-uploading{background:#f1f7ff;border-color:#c9dcf5}.composer-resource-chip.is-uploading .composer-resource-chip-type{color:var(--brand-primary-hover);font-weight:600}.composer-upload-spinner{animation:.9s linear infinite task-activity-spin}@media (prefers-reduced-motion:reduce){.composer-upload-spinner{animation:none}}.composer-selected{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.composer-selected-tag{max-width:260px;height:28px;color:var(--brand-primary);background:#f3f7ff;border:1px solid #cfe0ff;border-radius:8px;align-items:center;gap:6px;padding:0 6px 0 9px;font-size:12px;line-height:1;display:inline-flex}.composer-selected-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composer-selected-tag button{width:18px;height:18px;color:var(--brand-primary);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;display:inline-grid}.composer-selected-tag button:hover,.composer-selected-tag button:focus-visible{color:var(--brand-primary-hover);background:#e2ecff;outline:none}.composer-files{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.composer-file-tag{color:#31506f;background:#f8fbff;border:1px solid #dbe7f8;border-radius:8px;align-items:center;gap:6px;max-width:240px;height:28px;padding:0 6px 0 9px;font-size:12px;line-height:1;display:inline-flex}.composer-file-tag>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composer-file-tag button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;padding:0;display:inline-grid}.composer-file-tag button:hover,.composer-file-tag button:focus-visible{color:var(--brand-primary-hover);background:#eaf2ff;outline:none}.composer-file-error{color:#d4380d;align-items:center;min-height:28px;font-size:12px;display:inline-flex}.composer-skill-button,.prototype-light-button,.popover-close{cursor:pointer;white-space:nowrap;box-shadow:none;color:#34445f;border:1px solid #dbe3f1;border-radius:8px;justify-content:center;align-items:center;gap:8px;line-height:1;text-decoration:none;display:inline-flex;background:#fff!important;height:34px!important;padding:0 16px!important}.composer-skill-button:hover,.composer-skill-button:focus-visible,.prototype-light-button:hover,.prototype-light-button:focus-visible,.popover-close:hover{color:var(--brand-primary-hover);box-shadow:none;border-color:#bdd3f6;background:#f7fbff!important}.composer-skill-button .prototype-inline-icon{color:var(--brand-primary)}.send-action{color:#fff;background:var(--brand-primary);cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;gap:6px;min-width:72px;font-weight:600;display:inline-flex;border-radius:999px!important;height:36px!important;padding:0 14px!important}.send-action:hover{background:var(--brand-primary-hover)}.send-action.cancel-action{color:#b91c1c;background:#fef2f2f5;border:1px solid #b91c1c2e}.send-action.cancel-action:hover{background:#fee2e2f5}.send-action:disabled{cursor:not-allowed;opacity:.55}.composer-model-wrap{display:inline-flex;position:relative}.composer-model-select{color:#1f2d3d;cursor:pointer;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #d8e0ec;border-radius:8px;outline:none;flex:0 0 168px;justify-content:space-between;align-items:center;gap:8px;min-width:168px;display:inline-flex;width:168px!important;height:34px!important;padding:0 11px!important}.composer-model-select>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composer-model-select.open,.composer-model-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14)}.composer-model-menu{z-index:40;width:max-content;min-width:var(--radix-select-trigger-width,168px);background:#fff;border:1px solid #e4eaf3;border-radius:8px;padding:4px;display:grid;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0c1f4224}.composer-model-menu [data-radix-select-viewport]{width:max-content;min-width:var(--radix-select-trigger-width,168px)}.composer-model-menu [role=option],.composer-model-menu button{color:#1f2d3d;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;width:max-content;min-width:100%;min-height:32px;padding:0 10px 0 32px}.composer-model-menu [data-radix-select-item-text]{white-space:nowrap}.composer-model-menu button:hover,.composer-model-menu button.active{color:var(--brand-primary-hover);background:#eef4ff}.new-task-home{background:radial-gradient(circle at 50% 13%,#d7f3fbc2,#0000 29%),radial-gradient(circle at 78% 21%,#ebefffa3,#0000 25%),linear-gradient(#fbfdff 0%,#f7fafc 100%);flex:1;min-height:0;padding:90px 34px 34px;overflow:auto}.new-task-hero,.new-task-composer,.new-task-experts,.new-task-disclaimer{width:min(920px,100%);margin-inline:auto}.new-task-hero{text-align:center}.new-task-eyebrow,.new-task-subtitle{margin:0}.new-task-eyebrow{color:#5f819c;letter-spacing:.035em;font-size:20px;font-weight:700;line-height:20px}.new-task-hero h1{color:#152f47;letter-spacing:-.035em;margin:12px 0 10px;font-size:clamp(26px,2.1vw,30px);line-height:1.26}.new-task-subtitle{color:#7b8fa2;font-size:14px;line-height:22px}.new-task-capabilities{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0 12px;display:grid}.new-task-capability,.new-task-expert-grid button{color:#172b3a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe5ea;align-items:center;min-width:0;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s}.new-task-capability{border-radius:14px;grid-template-columns:42px minmax(0,1fr);gap:10px;height:70px;min-height:70px;padding:8px 12px;display:grid;box-shadow:0 5px 16px #254b610b}.new-task-capability:hover,.new-task-capability:focus-visible,.new-task-expert-grid button:hover,.new-task-expert-grid button:focus-visible,.new-task-expert-grid button:focus-visible{background:#fff;border-color:#bcd9ec;outline:none;transform:translateY(-1px)}.new-task-capability.is-selected{color:var(--brand-primary);border-color:var(--brand-primary);background:#f7fbfe;box-shadow:0 0 0 3px #3997cf1a,0 10px 26px #26597414}.new-task-capability-icon{-o-object-fit:contain;object-fit:contain;width:42px;height:42px;display:block}.new-task-capability strong,.new-task-capability small,.new-task-expert-grid strong,.new-task-expert-grid small{display:block}.new-task-capability strong,.new-task-expert-grid strong{color:#284556;font-size:14px}.new-task-capability small,.new-task-expert-grid small{color:#7d8f99;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;overflow:hidden}.new-task-experts{text-align:left;margin-top:20px}.new-task-composer{margin:0 auto}.composer.composer-prototype{background:#fffffffa;border-color:#dce5ea;border-radius:22px;padding:0;box-shadow:0 14px 34px #26455b1a}.composer.composer-prototype.is-landing{flex-direction:column;height:190px;min-height:190px;display:flex}.composer.composer-prototype.is-chat{min-height:112px}.composer.composer-prototype textarea{color:#253d50;font-size:16px;line-height:1.65;padding:24px 24px 12px!important}.composer.composer-prototype.is-landing textarea{flex:auto;min-height:0}.composer.composer-prototype.is-landing .composer-footer{flex:none}.composer.composer-prototype.is-chat textarea{height:52px;min-height:52px;font-size:13px;line-height:1.5;padding:14px 18px 4px!important}.composer.composer-prototype .composer-footer{gap:4px;min-height:66px;margin:0;padding:10px 16px 14px}.composer.composer-prototype.is-chat .composer-footer{min-height:52px;padding:4px 12px 8px}.composer.composer-prototype.is-chat .composer-context-button{height:30px;font-size:12px}.composer.composer-prototype.is-chat .composer-resource-menu-trigger{width:32px;height:32px}.composer.composer-prototype.is-chat .composer-model-select{height:32px;font-size:13px}.composer.composer-prototype.is-chat .composer-mic-button{flex-basis:28px;width:28px;height:32px}.composer.composer-prototype.is-chat .send-action{flex-basis:38px;width:38px!important;min-width:38px!important;height:38px!important}.composer.composer-prototype .composer-footer>.prototype-space{flex-wrap:nowrap;flex:1;gap:4px;min-width:0;display:flex}.composer.composer-prototype .composer-resource-menu-trigger{color:#172d3e;background:0 0;border:0;border-radius:9px;width:38px;height:38px}.composer.composer-prototype .composer-resource-menu-trigger:hover,.composer.composer-prototype .composer-resource-menu-trigger:focus-visible{background:#f1f5f7}.composer.composer-prototype .composer-resource-menu-trigger svg{width:18px;height:18px}.composer-context-button,.composer-mic-button{cursor:pointer;background:0 0;border:0;align-items:center;display:inline-flex}.composer-context-button{color:#5e707e;white-space:nowrap;border-radius:9px;justify-content:flex-start;gap:4px;max-width:158px;height:34px;padding:0 5px;font-size:13px;overflow:hidden}.composer-context-button:hover,.composer-context-button:focus-visible{color:var(--brand-primary);background:#eff6fa;outline:none}.composer-context-button svg{width:16px;height:16px;color:var(--brand-primary);flex:0 0 16px}.composer-context-button .composer-context-chevron{color:#8a98a2;flex-basis:14px;align-self:center;width:14px;height:14px}.composer-project-menu{flex:none;position:relative}.composer-project-menu>.composer-context-button span{text-overflow:ellipsis;min-width:0;overflow:hidden}.composer-project-panel{z-index:45;background:#fff;border:1px solid #e1e6ec;border-radius:16px;width:232px;padding:6px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 18px 48px #1b2d4224}.composer-project-search{color:#788898;background:#f5f7fa;border-radius:8px;align-items:center;gap:8px;height:32px;padding:0 8px;display:flex}.composer-project-search svg{flex:none;width:15px;height:15px}.composer-project-search input{color:#26384c;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.composer-project-options{gap:2px;max-height:140px;margin:5px 0 0;padding-bottom:5px;display:grid;overflow-y:auto}.composer-project-options button,.composer-project-actions button{color:#26384c;width:100%;min-height:34px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 7px;font-size:12px;display:grid}.composer-project-options button:hover,.composer-project-options button:focus-visible,.composer-project-options button.is-selected,.composer-project-actions button:hover,.composer-project-actions button:focus-visible{background:#eef4f8;outline:none}.composer-project-options button svg,.composer-project-actions button svg{width:15px;height:15px;color:var(--brand-primary)}.composer-project-options button svg:last-child{color:var(--brand-primary)}.composer-project-options p{color:#8a98a2;text-align:center;margin:14px 0;font-size:12px}.composer-project-actions{border-top:1px solid #edf0f4;gap:2px;padding-top:5px;display:grid}.composer-project-actions button{border-radius:8px;grid-template-columns:18px minmax(0,1fr);min-height:34px;padding:0 7px}.composer-toolbar-spacer{flex:1;min-width:6px}.composer.composer-prototype .composer-model-select{color:#334b5b;min-width:0;max-width:220px;height:36px;box-shadow:none;background:0 0;border:0;flex:0 auto;gap:4px;font-size:14px;width:max-content!important;padding:0 4px!important}.composer.composer-prototype .composer-model-select:focus,.composer.composer-prototype .composer-model-select:focus-visible,.composer.composer-prototype .composer-model-select[data-state=open]{border:0;outline:none;box-shadow:none!important}.composer-mic-button{color:#557080;flex:0 0 32px;justify-content:center;width:32px;height:36px}.composer-mic-button svg{width:18px;height:18px}.composer-mic-button:hover:not(:disabled),.composer-mic-button:focus-visible{color:var(--brand-primary);background:#eff6fa;border-radius:8px;outline:none}.composer-mic-button.is-recording{color:#d94747;background:#fff0f0;border-radius:8px}.composer-mic-button.is-transcribing{color:var(--brand-primary);cursor:wait;background:#eff6fa;border-radius:8px}.composer.composer-prototype .send-action{box-shadow:none;background:#aeb4b8;flex-basis:42px;border-radius:50%!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}.composer.composer-prototype .send-action:not(:disabled){background:linear-gradient(145deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:0 6px 14px #3170c438}.composer.composer-prototype .send-action.cancel-action{color:#fff;background:linear-gradient(145deg, var(--brand-primary), var(--brand-primary-hover));border:0}.composer.composer-prototype .send-action.cancel-action:hover{background:linear-gradient(145deg, var(--brand-primary-hover), var(--brand-primary-hover))}.composer.composer-prototype .send-action-stop-icon{flex:0 0 12px;width:12px;height:12px}.composer.composer-prototype .send-action span{display:none}.new-task-disclaimer{color:#a4adb4;text-align:center;margin-top:12px;margin-bottom:0;font-size:11px}.new-task-experts header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.new-task-experts header h2{color:#294862;margin:0;font-size:15px}.new-task-experts header a{color:var(--brand-primary);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:700;text-decoration:none}.user-agent-draft-card{background:#fbfdff;border:1px solid #dbe7f8;border-radius:8px;gap:14px;width:min(680px,100%);margin-top:10px;padding:16px;display:grid}.user-agent-draft-card-head,.user-agent-draft-title,.user-agent-draft-status,.user-agent-draft-actions,.user-agent-draft-safe-note{align-items:center;display:flex}.user-agent-draft-card-head{justify-content:space-between;gap:12px}.user-agent-draft-title{gap:10px;min-width:0}.user-agent-draft-title p{color:#5f6f89;margin:0 0 3px;font-size:12px}.user-agent-draft-title h3{color:#17233c;overflow-wrap:anywhere;margin:0;font-size:16px}.user-agent-draft-icon{width:34px;height:34px;color:var(--brand-primary);background:#eaf2ff;border-radius:8px;place-items:center;display:grid}.user-agent-draft-icon svg{width:18px;height:18px}.user-agent-draft-status{color:#087f5b;white-space:nowrap;gap:6px;font-size:13px}.user-agent-draft-status.warning{color:#b45309}.user-agent-draft-status svg,.user-agent-draft-safe-note svg{flex:none;width:16px;height:16px}.user-agent-draft-description{color:#52637a;margin:0;line-height:1.6}.user-agent-draft-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.user-agent-draft-meta dt{color:#6b7a90;font-size:12px}.user-agent-draft-meta dd{color:#24344d;overflow-wrap:anywhere;margin:4px 0 0}.user-agent-draft-resources{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:10px;display:grid}.user-agent-draft-resources>strong{color:#52637a;font-size:13px}.user-agent-draft-resources>div{flex-wrap:wrap;gap:6px;display:flex}.user-agent-draft-resources span{color:var(--brand-primary);background:#edf4ff;border-radius:999px;padding:3px 8px;font-size:12px}.user-agent-draft-resources em{color:#98a2b3;font-size:12px;font-style:normal}.user-agent-draft-prompt{background:#fff;border:1px solid #e3eaf5;border-radius:7px}.user-agent-draft-prompt summary{cursor:pointer;color:#36557d;padding:10px 12px;font-size:13px;font-weight:600}.user-agent-draft-prompt pre{color:#344054;white-space:pre-wrap;overflow-wrap:anywhere;max-height:260px;font:inherit;border-top:1px solid #edf1f7;margin:0;padding:12px;line-height:1.65;overflow:auto}.user-agent-draft-matches,.user-agent-draft-validation{background:#f5f8fc;border-radius:7px;gap:7px;padding:12px;display:grid}.user-agent-draft-matches>strong{color:#344054;font-size:13px}.user-agent-draft-matches p{color:#346b52;margin:0;font-size:12px}.user-agent-draft-matches p.warning,.user-agent-draft-validation .warning{color:#b45309}.user-agent-draft-validation .error{color:#b42318}.user-agent-draft-validation p{margin:0;font-size:12px}.user-agent-draft-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.user-agent-draft-saved-note{color:#087f5b;background:#eaf8f1;border-radius:6px;margin:-4px 0 0;padding:9px 10px;font-size:13px}.user-agent-draft-safe-note{color:#6b7a90;gap:7px;margin:0;font-size:12px}.user-agent-draft-drawer{width:min(600px,92vw)}.user-agent-draft-drawer-head{border-bottom:1px solid #e7edf5;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 16px;display:flex}.user-agent-draft-form{gap:15px;padding:20px 22px;display:grid;overflow-y:auto}.user-agent-draft-field{gap:7px;display:grid}.user-agent-draft-field label{color:#344054;font-size:13px;font-weight:600}.user-agent-draft-field label span{color:#d92d20}.user-agent-draft-prompt-input{resize:vertical;min-height:200px}.user-agent-draft-form-hint{color:#667085;margin:0;font-size:12px;line-height:1.6}.user-agent-draft-drawer-footer{border-top:1px solid #e7edf5;justify-content:flex-end;gap:10px;padding:16px 22px 20px;display:flex}@media (width<=760px){.user-agent-draft-card-head{align-items:flex-start}.user-agent-draft-meta{grid-template-columns:1fr}}.new-task-expert-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.new-task-expert-grid button{border-color:#e1e8ec;border-radius:11px;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;min-height:62px;padding:10px 11px;display:grid}.new-task-expert-grid button[aria-pressed=true]{border-color:var(--brand-primary-border);background:#f3faff;box-shadow:0 0 0 2px #499ed81f}.new-task-expert-grid button>span:nth-child(2){min-width:0}.new-task-expert-avatar{width:36px;height:36px;color:var(--brand-primary-hover);background:linear-gradient(135deg, var(--brand-primary-soft) 0%, var(--brand-primary-soft-hover) 100%);box-shadow:inset 0 0 0 1px var(--brand-primary-border);border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.new-task-expert-copy{min-width:0}.new-task-expert-grid button>svg{color:#82929e;width:14px;height:14px}.new-task-expert-grid em{width:fit-content;max-width:100%;min-height:18px;color:var(--brand-primary);background:#eef5ff;border-radius:5px;margin-top:5px;padding:1px 6px;font-size:10px;font-style:normal;font-weight:700;line-height:16px;display:inline-flex}.prototype-tag{color:#596579;background:#fafafa;border:1px solid #d9d9d9;border-radius:999px;justify-content:center;align-items:center;min-height:22px;margin:0;padding:1px 8px;font-size:12px;line-height:18px;display:inline-flex}.prototype-tag.blue{color:var(--brand-primary-hover);background:#eef4ff;border-color:#91caff}.prototype-tag.green,.prototype-tag.green{color:#15803d;background:#f6ffed;border-color:#b7eb8f}.prototype-tag.processing{color:var(--brand-primary);background:#e6f4ff;border-color:#91caff}.prototype-tag.neutral{color:#596579;background:#fbfcff;border-color:#d8e0ec}.prototype-space{flex-wrap:wrap;align-items:center;gap:8px;max-width:100%;display:inline-flex}.prototype-inline-icon{flex:none;width:16px;height:16px}.prototype-menu-wrap{flex:none;position:relative}.prototype-dropdown{z-index:1300;background:#fff;border:1px solid #e4eaf3;border-radius:8px;min-width:112px;padding:4px;display:grid;position:fixed;box-shadow:0 12px 32px #0c1f4224}.prototype-dropdown button{color:#2f3d59;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;min-height:32px;padding:0 10px;display:flex}.prototype-dropdown button:hover{background:#f6f8fc}.prototype-dropdown .module-action-button.danger-link{color:#dc2626}.agent-popover{z-index:1000;background:#09142c52;place-items:center;padding:24px;display:none;position:fixed;inset:0}.agent-popover.open{display:grid}.agent-popover-panel{background:#fff;border:1px solid #e4eaf3;border-radius:8px;flex-direction:column;width:min(560px,100vw - 48px);max-height:min(720px,100vh - 48px);padding:22px;display:flex;overflow:hidden;box-shadow:0 24px 80px #0c1f4233}.agent-popover-panel.large{width:min(720px,100vw - 48px)}.agent-popover-title{flex:none;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.agent-popover-title h4{margin:0 0 6px;font-size:18px;font-weight:700}.agent-popover-title p{color:#52637a;margin:0;font-size:13px;line-height:1.55}.agent-popover-body{flex:auto;min-height:0;overflow:auto}.agent-popover-actions{flex:none;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.agent-picker{gap:12px;width:100%;margin-top:18px;display:grid}.prototype-drawer{z-index:1000;position:fixed;inset:0}.prototype-drawer-mask{cursor:pointer;background:#09142c52;border:0;animation:.2s ease-out both prototype-drawer-mask-in;position:absolute;inset:0}.prototype-drawer-panel{will-change:transform, opacity;background:#fff;border-radius:8px 8px 0 0;flex-direction:column;height:min(420px,100vh - 48px);animation:.22s cubic-bezier(.23,1,.32,1) both prototype-drawer-slide-up;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -16px 48px #0c1f422e}.prototype-drawer-header{border-bottom:1px solid #eef1f6;flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:14px 24px;display:flex}.prototype-drawer-header h4{color:#1b2a45;flex:auto;margin:0;font-size:16px;font-weight:700}.prototype-drawer-header .prototype-space{flex:none;gap:8px}.prototype-drawer-close{color:#5f6f89;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:6px;width:30px!important;height:30px!important;padding:0!important}.prototype-drawer-close:hover{color:#1b2a45;background:#f6f8fc;border-color:#0000}.prototype-drawer-body{flex:auto;min-height:0;padding:24px;overflow:auto}.prototype-drawer-footer{background:#fff;border-top:1px solid #eef1f6;flex:none;justify-content:flex-end;gap:12px;padding:14px 24px 18px;display:flex}@keyframes prototype-drawer-mask-in{0%{opacity:0}to{opacity:1}}@keyframes prototype-drawer-slide-up{0%{opacity:.72;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.prototype-drawer-mask,.prototype-drawer-panel{animation:none}}.agent-option{text-align:left;white-space:normal;cursor:pointer;background:#fff;border:1px solid #e4eaf3;border-radius:8px;align-items:flex-start;gap:12px;width:100%;height:auto;padding:14px 42px 14px 14px;display:flex;position:relative}.agent-option.active{border-color:var(--brand-primary);background:#f0f7ff;box-shadow:0 0 0 2px #2868f014}.agent-option [role=radio]{opacity:0;pointer-events:none;position:absolute}.agent-option-main{flex:1;min-width:0}.agent-option-main>span:first-child{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.agent-option-main p{color:#52637a;margin:8px 0 0;font-size:13px;line-height:1.55}.agent-option-skills{margin-top:10px}.agent-checked{width:20px;height:20px;color:var(--brand-primary);flex:none;position:absolute;top:14px;right:14px}.skill-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.skill-picker-status{color:#52637a;margin:0 0 12px;font-size:13px;line-height:1.5}.skill-picker-status.error{color:#c2410c}.skill-picker-empty-state{background:radial-gradient(circle at 50% 18%, rgba(var(--brand-primary-rgb), .08), transparent 34%), #fff;border:1px solid #e7ebf3;border-radius:12px;place-items:center;min-height:228px;padding:24px;display:grid}.skill-picker-empty-state.error{background:radial-gradient(circle at 50% 18%,#ea580c14,#0000 34%),#fff}.skill-picker-empty-card{text-align:center;justify-items:center;gap:10px;max-width:360px;display:grid}.skill-picker-empty-icon{width:46px;height:46px;color:var(--brand-primary);background:#f4f8ff;border:1px solid #dbe7ff;border-radius:14px;place-items:center;display:grid}.skill-picker-empty-icon.green{color:#16a34a;background:#f1fbf5;border-color:#cdebd9}.skill-picker-empty-state.error .skill-picker-empty-icon{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.skill-picker-empty-icon svg{width:20px;height:20px}.skill-picker-empty-card strong{color:#17233c;font-size:15px;line-height:22px}.skill-picker-empty-card p{color:#64748b;max-width:320px;margin:0;font-size:13px;line-height:20px}.skill-picker-loading{gap:14px;display:grid}.skill-picker-loading-head{background:#fff;border:1px solid #e7ebf3;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:flex}.skill-picker-loading-head span:last-child{gap:2px;display:grid}.skill-picker-loading-head strong{color:#17233c;font-size:14px;line-height:20px}.skill-picker-loading-head small{color:#64748b;font-size:12px;line-height:18px}.skill-picker-loading-icon,.skill-picker-skeleton-card .skeleton-dot,.skill-picker-skeleton-card .skeleton-pill,.skill-picker-skeleton-card .skeleton-line{background:linear-gradient(90deg,#e8eef7 0%,#f8fbff 50%,#e8eef7 100%) 0 0/200% 100%;border-radius:999px;animation:1.4s ease-in-out infinite workbench-skeleton-shimmer;display:block;position:relative;overflow:hidden}.skill-picker-loading-icon{border-radius:12px;flex:none;width:34px;height:34px}.skill-picker-skeleton-card{pointer-events:none;background:#fff;border:1px solid #e4eaf3;border-radius:8px;grid-template:"icon title type"30px".desc desc"36px/30px minmax(0,1fr) auto;gap:2px 8px;min-height:70px;padding:8px 36px 8px 12px;display:grid}.skill-picker-skeleton-card .skeleton-dot{grid-area:icon;width:30px;height:30px}.skill-picker-skeleton-card .skeleton-pill{grid-area:type;align-self:center;width:58px;height:22px}.skill-picker-skeleton-card .skeleton-line{border-radius:8px;width:100%;height:12px}.skill-picker-skeleton-card .skeleton-line.title{grid-area:title;align-self:center;width:56%;height:16px}.skill-picker-skeleton-card .skeleton-line:not(.title):not(.short){grid-area:desc;align-self:start;margin-top:2px}.skill-picker-skeleton-card .skeleton-line.short{grid-area:desc;align-self:end;width:72%}.skill-picker-card{min-width:0;min-height:70px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:1px solid #e4eaf3;border-radius:8px;grid-template:"icon title type"30px".desc desc"36px/30px minmax(0,1fr) auto;padding:8px 36px 8px 12px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;place-content:start stretch!important;align-items:start!important;gap:2px 8px!important;height:auto!important;display:grid!important}.skill-picker-card.active{border-color:var(--brand-primary);transform:translateY(-1px);box-shadow:0 0 0 2px #2868f014}.skill-picker-card-head{grid-area:icon;justify-content:center;align-items:center;min-width:0;display:flex}.skill-picker-card-head .resource-icon{width:30px;height:30px}.skill-picker-card>strong{color:#1b2a45;text-align:left;text-overflow:ellipsis;white-space:nowrap;grid-area:title;place-self:center stretch;width:100%;min-width:0;font-size:14px;line-height:20px;overflow:hidden}.skill-picker-card p{color:#52637a;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;grid-area:desc;justify-self:stretch;width:100%;min-width:0;height:36px;margin:0;font-size:13px;line-height:18px;display:-webkit-box;overflow:hidden}.skill-picker-type{color:#596579;text-overflow:clip;white-space:nowrap;background:#f7f9fc;border:1px solid #d8e0ec;border-radius:999px;grid-area:type;place-self:center start;align-items:center;min-width:max-content;max-width:none;min-height:22px;padding:1px 8px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex;overflow:visible}.prototype-field{gap:8px;display:grid}.prototype-field span{color:#2f3d59;font-size:13px;font-weight:600}.prototype-field input{border:1px solid #dbe3f1;border-radius:8px;outline:none;height:36px;padding:0 12px}.prototype-field input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb), .14)}.prototype-field select{color:#1b2a45;background:#fff;border:1px solid #dbe3f1;border-radius:8px;outline:none;height:36px;padding:0 12px}.workbench-scheduled-task-draft-card{background:#f8fbff;border:1px solid #d9e3f2;border-radius:8px;gap:12px;width:min(100%,640px);margin-top:12px;padding:14px;display:grid}.workbench-scheduled-task-draft-head{align-items:center;gap:10px;min-width:0;display:flex}.workbench-scheduled-task-draft-icon{width:34px;height:34px;color:var(--brand-primary-hover);background:#e8f0ff;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.workbench-scheduled-task-draft-icon svg{width:18px;height:18px}.workbench-scheduled-task-draft-eyebrow{color:#607089;margin:0 0 2px;font-size:12px;font-weight:700}.workbench-scheduled-task-draft-head h5{color:#17233c;margin:0;font-size:15px;line-height:22px}.workbench-scheduled-task-draft-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.workbench-scheduled-task-draft-meta div{gap:3px;min-width:0;display:grid}.workbench-scheduled-task-draft-meta dt{color:#6b7b91;font-size:12px}.workbench-scheduled-task-draft-meta dd{color:#1d2c45;margin:0;font-size:13px;font-weight:700}.workbench-scheduled-task-draft-tags{flex-wrap:wrap;gap:6px;display:flex}.workbench-scheduled-task-draft-tags span{color:#40516a;background:#fff;border:1px solid #d8e3f3;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:12px;display:inline-flex}.workbench-scheduled-task-draft-summary,.workbench-scheduled-task-draft-error{color:#40516a;margin:0;font-size:13px;line-height:20px}.workbench-scheduled-task-draft-error{color:#b42318}.workbench-scheduled-task-draft-actions{flex-wrap:wrap;gap:8px;display:flex}.workbench-scheduled-task-draft-drawer{grid-template-rows:auto minmax(0,1fr) auto;width:min(720px,92vw);height:100dvh;min-height:100dvh;max-height:100dvh;display:grid;overflow:hidden}.workbench-scheduled-task-draft-drawer-head{border-bottom:1px solid #e3e8f2;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.workbench-drawer-close{color:#536176;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.workbench-drawer-close svg{width:18px;height:18px}.workbench-scheduled-task-draft-form{overscroll-behavior:contain;gap:14px;min-height:0;padding:18px 20px;display:grid;overflow-y:auto}.workbench-scheduled-task-draft-form label{color:#2f3d59;gap:8px;font-size:13px;font-weight:700;display:grid}.workbench-scheduled-task-draft-form textarea{min-height:180px}.workbench-scheduled-task-draft-drawer-footer{background:#fff;border-top:1px solid #e3e8f2;flex:none;justify-content:flex-end;gap:8px;padding:14px 20px 18px;display:flex}.workbench-scheduled-task-schedule-fields{gap:14px;display:grid}.workbench-scheduled-task-multi-time{flex-direction:column;gap:8px;display:flex}.workbench-scheduled-task-multi-time-input{align-items:center;gap:8px;display:flex}.workbench-scheduled-task-time-tags{flex-wrap:wrap;gap:6px;display:flex}.workbench-scheduled-task-time-tag{border:1px solid hsl(var(--primary)/.3);color:hsl(var(--primary));background:hsl(var(--primary)/.1);border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:13px;display:inline-flex}.workbench-scheduled-task-time-tag-remove.workbench-scheduled-task-time-tag-remove{width:16px;height:16px;color:hsl(var(--primary));background:0 0;border:0;border-radius:3px;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex}.workbench-scheduled-task-time-tag-remove:hover{background:hsl(var(--primary)/.15)}.workbench-scheduled-task-draft-revise-dialog{background:#fff;border:0;gap:16px;padding:24px;display:grid;box-shadow:0 24px 70px #1420303d;border-radius:16px!important;width:min(100vw - 32px,560px)!important}.workbench-scheduled-task-draft-revise-dialog>div:first-child{gap:6px;padding-right:40px}.workbench-scheduled-task-draft-revise-dialog textarea{resize:vertical;background:#fff;border:1px solid #d7e0ea;border-radius:9px;width:100%;min-height:140px;padding:12px;font-size:13px;line-height:20px}.workbench-scheduled-task-draft-revise-dialog textarea:focus-visible{border-color:var(--brand-primary-border);box-shadow:0 0 0 3px #4582f624}.workbench-scheduled-task-draft-revise-dialog>div:last-child{gap:8px}.workbench-scheduled-task-draft-revise-dialog>div:last-child button{border-radius:9px;min-width:72px;height:36px;font-size:13px}@media (width<=1100px){.workbench{grid-template-columns:1fr}}.task-activity-list{gap:0;margin:6px 0 0;padding:0;list-style:none;display:grid}.task-activity{color:#34445c;grid-template-columns:24px minmax(0,1fr);gap:6px;min-width:0;padding:4px 0;font-size:13px;line-height:18px;display:grid}.task-activity-icon{color:#718096;justify-content:center;align-self:start;align-items:center;height:18px;padding-top:0;display:inline-flex}.task-activity--expandable .task-activity-icon{transform:translateY(3px)}.task-activity-icon svg{width:16px;height:16px}.task-activity--completed .task-activity-icon{color:#16855b}.task-activity--failed .task-activity-icon,.task-activity--approval .task-activity-icon{color:#b45309}.task-activity--question .task-activity-icon{color:var(--brand-primary)}.task-activity--note{grid-template-columns:minmax(0,1fr)}.task-activity--note p,.task-approval-content p{margin:0}.task-tool-content,.task-approval-content{min-width:0}.task-tool-line{align-items:center;gap:8px;min-width:0;display:flex}.task-tool-line strong{color:#22314a;white-space:nowrap;flex:none;min-width:max-content;font-weight:650}.task-tool-line>span{color:#6b7b91;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.task-tool-toggle{color:#667085;flex:none;min-width:auto;min-height:24px;margin-left:auto;line-height:18px;height:auto!important;padding:0 2px!important;font-size:12px!important;font-weight:400!important}.task-tool-toggle svg{width:13px;height:13px}.task-tool-details{color:#34445c;overflow-wrap:anywhere;white-space:pre-wrap;background:#f7f9fc;border:1px solid #e1e7f0;border-radius:7px;max-height:320px;margin:7px 0 0;padding:10px 12px;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.task-activity--approval{background:#fffaf2;border:1px solid #f0d6ad;border-radius:8px;margin:3px 0;padding:10px}.task-activity--question{background:#f8fbff;border:1px solid #bfdbfe;border-radius:8px;margin:3px 0;padding:10px}.task-activity--question .task-approval-content strong,.task-activity--question .task-approval-content p{color:#1e3a5f}.task-question-markdown{color:#1e3a5f;min-width:0;font-size:inherit;margin-top:2px;line-height:1.65}.task-question-markdown .wmde-markdown{overflow-wrap:anywhere;min-width:0;color:inherit;font-size:inherit;box-shadow:none;background:0 0;border:0;padding:0}.task-question-markdown .wmde-markdown>:first-child{margin-top:0}.task-question-markdown .wmde-markdown>:last-child{margin-bottom:0}.task-question-markdown .wmde-markdown p,.task-question-markdown .wmde-markdown ul,.task-question-markdown .wmde-markdown ol{margin:4px 0}.task-question-markdown .wmde-markdown ul,.task-question-markdown .wmde-markdown ol{padding-left:22px}.task-question-markdown .wmde-markdown pre,.task-question-markdown .wmde-markdown table{max-width:100%;display:block;overflow-x:auto}.task-question-options{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.task-question-options button{min-height:36px}.task-question-text-answer{gap:8px;margin-top:9px;display:flex}.task-question-text-input{flex:auto;min-width:160px;position:relative}.task-question-text-input input{width:100%;min-width:0}.task-question-text-input .composer-secret-mention-menu{bottom:calc(100% + 4px);left:0;right:0}.task-question-text-answer button{flex:none}.task-approval-content strong{color:#5f3b0b}.task-approval-content p{color:#725326;margin-top:2px}.task-approval-actions{gap:8px;margin-top:9px;display:flex}.task-approval-actions button{min-width:64px;min-height:44px}.task-approval-reject{color:#9a3412}.task-approval-status{color:#6b7b91;margin-top:6px;font-size:12px;font-weight:600;display:inline-block}.task-activity-spinner{animation:.9s linear infinite task-activity-spin}@keyframes task-activity-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.task-activity-spinner{animation:none}}.task-progress-panel{color:#34445c;background:#fbfcfe;border:1px solid #e1e7f0;border-radius:8px;min-width:0}.task-progress-panel--sidebar{background:#fff;border-width:0 0 0 1px;border-radius:0;flex-direction:column;width:100%;min-height:0;margin:0;display:flex;overflow:hidden}.task-progress-panel--full-height{align-self:stretch;height:100%;max-height:100%}.task-progress-panel--inline{margin:10px 0;display:none}.task-progress-header{background:#fff;border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 12px;display:flex}.task-progress-title{gap:3px;min-width:0;display:grid}.task-progress-toggle.task-progress-toggle{color:#657892;width:36px;min-width:36px;height:36px;min-height:36px;box-shadow:none;cursor:pointer;background:#fff;border:1px solid #d7e0ec;border-radius:8px;padding:0;transition:border-color .16s,color .16s,background .16s}.task-progress-toggle:hover,.task-progress-toggle:focus-visible{color:var(--brand-primary-hover);background:#eef8ff;border-color:#a9cfee}.task-progress-toggle.is-active{border-color:var(--brand-primary-border);color:var(--brand-primary-hover);background:#edf8ff}.task-progress-toggle svg{width:18px;height:18px}.task-details-header{background:#fff;border-bottom:1px solid #e8edf4;flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 16px 16px;display:flex}.task-details-header h2{color:#1f2f46;margin:0;font-size:16px;font-weight:700;line-height:22px}.task-details-header span{color:#8a98aa;margin-top:4px;font-size:12px;display:block}.task-details-close.task-details-close{color:#8190a3;background:#f5f7fa;border-radius:8px;width:32px;height:32px;min-height:32px;padding:0}.task-details-close:hover,.task-details-close:focus-visible{color:#33445c;background:#e9eef5}.task-details-close svg{width:16px;height:16px}.task-progress-sidebar-content{background:#fff;min-height:0;overflow:hidden auto}.task-progress-header span,.task-progress-artifacts small{color:#718096;font-size:12px}.task-progress-header strong,.task-progress-artifacts strong{overflow-wrap:anywhere;color:#22314a;font-size:14px;line-height:20px}.task-progress-count{font-variant-numeric:tabular-nums;flex:none}.task-progress-steps{gap:12px;margin:0;padding:14px 16px 18px;list-style:none;display:grid}.task-progress-step{color:#52637a;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;min-width:0;font-size:13px;line-height:19px;display:grid}.task-progress-step-icon,.task-progress-step-icon svg{width:18px;height:18px}.task-progress-step--completed .task-progress-step-icon{color:#16855b}.task-progress-step--in_progress .task-progress-step-icon{color:var(--brand-primary)}.task-progress-step--blocked .task-progress-step-icon,.task-progress-step--failed .task-progress-step-icon{color:#b45309}.task-progress-artifacts{border-top:1px solid #e8edf4;padding:16px}.task-progress-artifacts h3,.task-progress-artifacts p{margin:0}.task-progress-artifacts h3{color:#22314a;font-size:13px}.task-progress-artifacts>p{color:#718096;margin-top:8px;font-size:12px;line-height:18px}.task-progress-artifacts ul{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.task-progress-artifacts li{background:#fff;border:1px solid #e4eaf2;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:grid}.task-progress-artifacts li>svg{color:#52637a;width:18px;height:18px}.task-progress-artifacts li>.task-progress-artifact-main{min-width:0;display:grid}.task-progress-artifact-name{white-space:nowrap;min-width:0;max-width:100%;display:flex;overflow:hidden}.task-progress-artifact-name-base{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.task-progress-artifact-name-extension{flex:none}.task-progress-artifact-actions{justify-self:end;align-items:center;gap:4px;display:inline-flex}.task-progress-artifact-action.task-progress-artifact-action{color:#52637a;width:30px;height:30px;padding:0}.task-progress-artifact-action:hover,.task-progress-artifact-action:focus-visible{color:var(--brand-primary);background:#e8f2ff}.task-progress-artifact-action svg{width:16px;height:16px}.task-progress-spinner{animation:.9s linear infinite task-activity-spin}@media (prefers-reduced-motion:reduce){.task-progress-spinner{animation:none}}@media (width<=960px){.new-task-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.composer-resource-secondary{width:min(340px,100vw - 40px);bottom:calc(100% + 266px);left:0}.chat-header{align-items:flex-start}.chat-header-actions{max-width:55%}.chat-stage.has-task-details{grid-template-columns:minmax(0,1fr)}.task-progress-panel--sidebar{z-index:20;width:min(280px,100%);position:absolute;top:0;bottom:0;right:0;box-shadow:-12px 0 28px #2536511f}}@media (width<=520px){.new-task-home{padding:28px 16px 40px}.new-task-capabilities,.new-task-expert-grid{grid-template-columns:1fr}.composer-resource-primary,.composer-resource-secondary{width:min(280px,100vw - 32px)}.chat-header{flex-direction:column;align-items:stretch}.chat-header-actions{max-width:none}.task-progress-panel--sidebar{width:100%}}.desktop-update-gate{background:radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--primary,var(--brand-primary-hover)) 12%, transparent), transparent 42%), var(--background,#f7f8fb);min-height:100dvh;color:var(--foreground,#172033);place-items:center;padding:clamp(20px,5vw,64px);display:grid}.desktop-update-card{border:1px solid var(--border,#e3e7ef);background:var(--card,#fff);text-align:center;border-radius:20px;width:min(560px,100%);padding:clamp(24px,5vw,44px);box-shadow:0 18px 48px #10182817}.desktop-update-card.is-required{border-color:color-mix(in srgb, var(--primary,var(--brand-primary-hover)) 34%, var(--border,#e3e7ef))}.desktop-update-card h1{outline:none;margin:18px 0 8px;font-size:clamp(24px,4vw,32px);line-height:1.2}.desktop-update-icon{width:56px;height:56px;color:var(--primary,var(--brand-primary-hover));background:color-mix(in srgb, var(--primary,var(--brand-primary-hover)) 10%, transparent);border-radius:16px;place-items:center;margin:0 auto;display:grid}.desktop-update-icon svg{width:28px;height:28px}.desktop-update-status{color:var(--muted-foreground,#667085);margin:0;line-height:1.65}.desktop-update-notes{background:var(--muted,#f4f6fa);text-align:left;border-radius:12px;margin-top:24px;padding:16px 18px}.desktop-update-notes h2{margin:0 0 8px;font-size:14px}.desktop-update-notes p{color:var(--muted-foreground,#667085);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.65}.desktop-update-progress{margin-top:26px}.desktop-update-progress progress{width:100%;height:10px;accent-color:var(--primary,var(--brand-primary-hover))}.desktop-update-progress-label{color:var(--muted-foreground,#667085);justify-content:space-between;gap:16px;margin-bottom:9px;font-size:13px;display:flex}.desktop-update-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.desktop-update-actions .module-action-button svg{width:16px;height:16px}@media (width<=520px){.desktop-update-gate{align-items:stretch;padding:16px}.desktop-update-card{border-radius:16px;flex-direction:column;justify-content:center;display:flex}.desktop-update-actions{flex-direction:column}.desktop-update-actions .module-action-button{width:100%}}@media (prefers-reduced-motion:reduce){.desktop-update-gate *,.desktop-update-gate :before,.desktop-update-gate :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.desktop-download-page{color:#16233a;background:radial-gradient(circle at 16% 12%, rgba(var(--brand-primary-rgb), .16), transparent 30%), radial-gradient(circle at 82% 18%, rgba(var(--brand-primary-rgb), .1), transparent 28%), linear-gradient(180deg, #f6f8fc 0%, #eef3fb 100%);min-height:100dvh}.desktop-download-hero{width:min(1180px,100% - 40px);margin:0 auto;padding:24px 0 34px}.desktop-download-nav{justify-content:space-between;align-items:center;gap:18px;display:flex}.desktop-download-brand{align-items:center;gap:12px;min-width:0;display:flex}.desktop-download-brand strong,.desktop-download-brand span{display:block}.desktop-download-brand strong{color:#10203d;font-size:17px;line-height:24px}.desktop-download-brand span{color:#64748b;font-size:13px}.desktop-download-brand-mark{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));width:42px;height:42px;box-shadow:0 14px 26px rgba(var(--brand-primary-rgb), .24);border-radius:10px;flex:none;place-items:center;font-weight:800;display:grid}.desktop-download-hero-content{grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:stretch;gap:28px;margin-top:54px;display:grid}.desktop-download-copy{background:linear-gradient(135deg, #fffffff5, #ffffffc7), radial-gradient(circle at 92% 10%, rgba(var(--brand-primary-rgb), .12), transparent 30%);border:1px solid #dbe4f2e6;border-radius:24px;min-width:0;padding:clamp(28px,5vw,52px);overflow:hidden;box-shadow:0 24px 70px #102b5c1f}.desktop-download-copy h1{color:#0f1f3a;letter-spacing:-.04em;max-width:720px;margin:20px 0 0;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.04}.desktop-download-copy p{color:#53657d;max-width:620px;margin:20px 0 0;font-size:16px;line-height:1.8}.desktop-download-eyebrow{min-height:32px;color:var(--brand-primary-hover);background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.desktop-download-eyebrow svg{width:15px;height:15px}.desktop-download-hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.desktop-download-hero-actions a{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));min-height:46px;box-shadow:0 16px 34px rgba(var(--brand-primary-rgb), .24);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:800;text-decoration:none;display:inline-flex}.desktop-download-hero-actions a svg{width:17px;height:17px}.desktop-download-hero-actions span{color:#64748b;font-size:14px;font-weight:700}.desktop-download-recommend-card{background:linear-gradient(#071a38,#081426),#071a38;border:1px solid #3b82f63d;border-radius:24px;flex-direction:column;justify-content:space-between;min-width:0;padding:26px;display:flex;box-shadow:0 24px 70px #07142638}.desktop-download-recommend-label{color:#bfdbfe;background:#ffffff14;border:1px solid #93c5fd47;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800}.desktop-download-recommend-main{color:#fff;align-items:center;gap:14px;margin:64px 0 24px;display:flex}.desktop-download-recommend-main>span{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));width:58px;height:58px;box-shadow:0 16px 34px rgba(var(--brand-primary-rgb), .34);border-radius:18px;flex:none;place-items:center;display:grid}.desktop-download-recommend-main svg{width:28px;height:28px}.desktop-download-recommend-main strong{font-size:24px;line-height:32px;display:block}.desktop-download-recommend-main p{color:#ffffff9e;margin:4px 0 0}.desktop-download-primary-link,.desktop-download-disabled-button.desktop-download-disabled-button{color:#0f1f3a;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-weight:800;text-decoration:none;display:inline-flex}.desktop-download-primary-link svg,.desktop-download-disabled-button.desktop-download-disabled-button svg{width:17px;height:17px}.desktop-download-disabled-button.desktop-download-disabled-button{opacity:.68}.desktop-download-content{width:min(1180px,100% - 40px);margin:0 auto;padding:28px 0 54px}.desktop-download-section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.desktop-download-section-head span{color:var(--brand-primary);font-size:13px;font-weight:800}.desktop-download-section-head h2{color:#13223b;margin:6px 0 0;font-size:28px;line-height:36px}.desktop-download-section-head p{color:#64748b;max-width:430px;margin:0;line-height:1.7}.desktop-download-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.desktop-download-platform-card{background:#ffffffdb;border:1px solid #dfe7f3;border-radius:20px;min-width:0;padding:22px;box-shadow:0 16px 40px #102b5c14}.desktop-download-platform-head{gap:14px;display:flex}.desktop-download-platform-head h3{color:#13223b;margin:0;font-size:18px;line-height:26px}.desktop-download-platform-head p{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.55}.desktop-download-platform-icon{width:44px;height:44px;color:var(--brand-primary);background:#eff6ff;border-radius:14px;flex:none;place-items:center;display:grid}.desktop-download-platform-icon svg{width:22px;height:22px}.desktop-download-platform-meta{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.desktop-download-platform-meta span{color:#52637a;background:#fff;border:1px solid #dbe4f2;border-radius:999px;min-height:26px;padding:4px 9px;font-size:12px;font-weight:700}.desktop-download-platform-meta .recommend{color:var(--brand-primary-hover);background:#eff6ff;border-color:#bfdbfe}.desktop-download-installer-name{color:#2d3d58;overflow-wrap:anywhere;min-height:42px;margin-top:18px;font-size:14px;font-weight:700;line-height:1.5}.desktop-download-card-link,.desktop-download-card-disabled.desktop-download-card-disabled{border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:18px;font-weight:800;display:inline-flex}.desktop-download-card-link{color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:0 12px 26px rgba(var(--brand-primary-rgb), .2);text-decoration:none}.desktop-download-card-link svg{width:16px;height:16px}.desktop-download-notes{background:#ffffffc7;border:1px solid #dfe7f3;border-radius:18px;margin-top:22px;padding:20px}.desktop-download-notes div{color:var(--brand-primary-hover);align-items:center;gap:8px;font-weight:800;display:flex}.desktop-download-notes svg{width:17px;height:17px}.desktop-download-notes p{color:#52637a;white-space:pre-wrap;margin:10px 0 0;line-height:1.7}@media (width<=980px){.desktop-download-hero-content,.desktop-download-grid{grid-template-columns:1fr}.desktop-download-recommend-main{margin-top:36px}}@media (width<=680px){.desktop-download-hero,.desktop-download-content{width:min(100% - 28px,1180px)}.desktop-download-nav,.desktop-download-section-head{flex-direction:column;align-items:flex-start}.desktop-download-copy{padding:28px 22px}.desktop-download-copy h1{font-size:38px}}@media (prefers-reduced-motion:reduce){.desktop-download-page *,.desktop-download-page :before,.desktop-download-page :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@theme inline{@keyframes accordion-down { from { height: 0; } to { height: var(--radix-accordion-content-height,var(--accordion-panel-height,auto)); } } @keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--accordion-panel-height,auto)); } to { height: 0; } }}@custom-variant data-open{&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) { @slot; }}@custom-variant data-closed{&:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) { @slot; }}@custom-variant data-checked{&:where([data-state="checked"]), &:where([data-checked]:not([data-checked="false"])) { @slot; }}@custom-variant data-unchecked{&:where([data-state="unchecked"]), &:where([data-unchecked]:not([data-unchecked="false"])) { @slot; }}@custom-variant data-selected{&:where([data-selected="true"]) { @slot; }}@custom-variant data-disabled{&:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) { @slot; }}@custom-variant data-active{&:where([data-state="active"]), &:where([data-active]:not([data-active="false"])) { @slot; }}@custom-variant data-horizontal{&:where([data-orientation="horizontal"]) { @slot; }}@custom-variant data-vertical{&:where([data-orientation="vertical"]) { @slot; }}@utility no-scrollbar{-ms-overflow-style: none; scrollbar-width: none; &::-webkit-scrollbar { display: none; }}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--brand-primary:#1777ff;--brand-primary-hover:#0f65dc;--brand-primary-rgb:23, 119, 255;--brand-primary-soft:#eaf3ff;--brand-primary-soft-hover:#dbeaff;--brand-primary-border:#b7d4ff;--background:0 0% 100%;--foreground:222 24% 12%;--card:0 0% 100%;--card-foreground:222 24% 12%;--popover:0 0% 100%;--popover-foreground:222 24% 12%;--primary:215 100% 55%;--primary-foreground:0 0% 100%;--secondary:216 100% 97%;--secondary-foreground:215 87% 46%;--muted:210 24% 96%;--muted-foreground:215 12% 42%;--accent:216 100% 97%;--accent-foreground:215 87% 46%;--border:214 24% 88%;--input:214 24% 88%;--ring:215 100% 55%;--radius:.625rem;--destructive:0 72% 51%;--chart-1:215 100% 55%;--chart-2:166 72% 32%;--chart-3:243 75% 59%;--chart-4:22 78% 44%;--chart-5:0 72% 51%;--sidebar:0 0% 100%;--sidebar-foreground:222 24% 12%;--sidebar-primary:215 100% 55%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:216 100% 97%;--sidebar-accent-foreground:215 87% 46%;--sidebar-border:214 24% 88%;--sidebar-ring:215 100% 55%}.dark{--background:222 28% 9%;--foreground:210 24% 96%;--card:222 24% 12%;--card-foreground:210 24% 96%;--popover:222 24% 12%;--popover-foreground:210 24% 96%;--primary:215 100% 55%;--primary-foreground:0 0% 100%;--secondary:218 18% 18%;--secondary-foreground:210 24% 96%;--muted:220 18% 16%;--muted-foreground:215 16% 72%;--accent:190 34% 22%;--accent-foreground:185 78% 88%;--border:220 18% 22%;--input:220 18% 22%;--ring:215 100% 55%;--destructive:0 72% 51%;--chart-1:215 100% 55%;--chart-2:166 72% 44%;--chart-3:243 88% 72%;--chart-4:25 90% 58%;--chart-5:0 84% 64%;--sidebar:222 24% 12%;--sidebar-foreground:210 24% 96%;--sidebar-primary:215 100% 55%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:218 18% 18%;--sidebar-accent-foreground:210 24% 96%;--sidebar-border:220 18% 22%;--sidebar-ring:215 100% 55%}*{border-color:hsl(var(--border));outline-color:hsl(var(--ring) / .5)}html{letter-spacing:0;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{background-color:hsl(var(--background));color:hsl(var(--foreground));min-width:320px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Inter,ui-sans-serif,system-ui,sans-serif}[data-vaul-overlay][data-state=closed]{opacity:0!important;pointer-events:none!important}[data-vaul-drawer][data-state=closed]{pointer-events:none!important}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open]{transform:translate(0,0)!important}.request-loading-toast[data-sonner-toast]{min-height:36px;font-size:13px;line-height:1.3;box-shadow:0 10px 28px #0f172a1f;border-radius:999px!important;width:112px!important;min-width:112px!important;max-width:min(180px,100vw - 32px)!important;margin-inline:auto!important;padding:7px 12px!important;left:calc(50% - 56px)!important;right:auto!important}.request-loading-toast[data-sonner-toast] [data-title]{font-size:13px;font-weight:500}.theme{--font-heading:var(--font-sans);--font-sans:"Geist Variable", sans-serif}.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-50{z-index:50}.z-\[1400\]{z-index:1400}.z-\[1500\]{z-index:1500}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mt-2{margin-top:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1}.size-4{width:1rem;height:1rem}.h-10{height:2.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-\[15px\]{height:15px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\[220px\]{max-height:220px}.min-h-24{min-height:6rem}.min-h-8{min-height:2rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-\[15px\]{width:15px}.w-\[260px\]{width:260px}.w-\[min\(100vw\,560px\)\]{width:min(100vw,560px)}.w-\[min\(calc\(100vw-32px\)\,560px\)\]{width:min(100vw - 32px,560px)}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-40{min-width:10rem}.min-w-\[180px\]{min-width:180px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.text-balance{text-wrap:balance}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#dbe3f1\]{--tw-border-opacity:1;border-color:rgb(219 227 241/var(--tw-border-opacity,1))}.border-\[\#dfe6f2\]{--tw-border-opacity:1;border-color:rgb(223 230 242/var(--tw-border-opacity,1))}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:#0000}.bg-\[\#f3f8ff\]{--tw-bg-opacity:1;background-color:rgb(243 248 255/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-black\/40{background-color:#0006}.bg-black\/45{background-color:#00000073}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-input{background-color:hsl(var(--input))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.fill-current{fill:currentColor}.p-1{padding:.25rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-\[11px\]{padding-left:11px;padding-right:11px}.py-0{padding-top:0;padding-bottom:0}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-1\.5{padding-bottom:.375rem}.pb-\[9px\]{padding-bottom:9px}.pl-3{padding-left:.75rem}.pl-8{padding-left:2rem}.pr-0\.5{padding-right:.125rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.text-left{text-align:left}.align-middle{vertical-align:middle}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[13px\]{font-size:13px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-5{line-height:1.25rem}.leading-\[18px\]{line-height:18px}.leading-none{line-height:1}.tracking-normal{letter-spacing:0}.text-\[\#1b2a45\]{--tw-text-opacity:1;color:rgb(27 42 69/var(--tw-text-opacity,1))}.text-\[\#2f3d59\]{--tw-text-opacity:1;color:rgb(47 61 89/var(--tw-text-opacity,1))}.text-\[\#52637a\]{--tw-text-opacity:1;color:rgb(82 99 122/var(--tw-text-opacity,1))}.text-\[\#64748b\]{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-\[var\(--brand-primary\)\]{color:var(--brand-primary)}.text-\[var\(--brand-primary-hover\)\]{color:var(--brand-primary-hover)}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_34px_rgba\(20\,54\,110\,0\.14\)\]{--tw-shadow:0 14px 34px #14366e24;--tw-shadow-colored:0 14px 34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(20\,54\,110\,0\.03\)\]{--tw-shadow:0 1px 2px #14366e08;--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[font-variant-numeric\:tabular-nums\]{font-variant-numeric:tabular-nums}.button-destructive{color:#fff;background-color:hsl(var(--destructive))}.button-destructive:hover{background-color:hsl(var(--destructive)/.9)}.\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\]>*{svg:not([class*="size-"])}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:border-\[var\(--brand-primary\)\]:hover{border-color:var(--brand-primary)}.hover\:bg-\[\#eef5ff\]:hover{--tw-bg-opacity:1;background-color:rgb(238 245 255/var(--tw-bg-opacity,1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:text-\[var\(--brand-primary-hover\)\]:hover{color:var(--brand-primary-hover)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:opacity-100:hover{opacity:1}.focus\:bg-\[\#eef5ff\]:focus{--tw-bg-opacity:1;background-color:rgb(238 245 255/var(--tw-bg-opacity,1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-\[var\(--brand-primary-hover\)\]:focus{color:var(--brand-primary-hover)}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus-visible\:border-\[var\(--brand-primary\)\]:focus-visible{border-color:var(--brand-primary)}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-\[rgba\(var\(--brand-primary-rgb\)\,0\.14\)\]:focus-visible{--tw-ring-color:rgba(var(--brand-primary-rgb),.14)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:grid-cols-\[auto_1fr\]:has(>svg){grid-template-columns:auto 1fr}.has-\[\>svg\]\:gap-x-2:has(>svg){-moz-column-gap:.5rem;column-gap:.5rem}.group\/alert:has(>svg) .group-has-\[\>svg\]\/alert\:col-start-2{grid-column-start:2}.data-\[disabled\]\:pointer-events-none[data-disabled],.data-\[state\=closed\]\:pointer-events-none[data-state=closed]{pointer-events:none}.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{left:0;right:0}.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{top:0;bottom:0}.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{left:0;right:0}.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:0}.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:0}.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:0}.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:0}.data-\[vaul-drawer-direction\=left\]\:h-full[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:h-full[data-vaul-drawer-direction=right]{height:100%}.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[85vh\][data-vaul-drawer-direction=bottom],.data-\[vaul-drawer-direction\=top\]\:max-h-\[85vh\][data-vaul-drawer-direction=top]{max-height:85vh}.data-\[vaul-drawer-direction\=left\]\:w-\[min\(100vw\,560px\)\][data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:w-\[min\(100vw\,560px\)\][data-vaul-drawer-direction=right]{width:min(100vw,560px)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-width:1px}.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-width:1px}.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-width:1px}.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-width:1px}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:hsl(var(--primary))}.data-\[state\=open\]\:border-\[var\(--brand-primary\)\][data-state=open]{border-color:var(--brand-primary)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=checked\]\:text-white[data-state=checked]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.data-\[state\=open\]\:text-\[var\(--brand-primary-hover\)\][data-state=open]{color:var(--brand-primary-hover)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=closed\]\:opacity-0[data-state=closed]{opacity:0}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:shadow-\[0_0_0_2px_rgba\(var\(--brand-primary-rgb\)\,0\.14\)\][data-state=open]{--tw-shadow:0 0 0 2px rgba(var(--brand-primary-rgb),.14);--tw-shadow-colored:0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.data-\[state\=closed\]\:duration-150[data-state=closed]{transition-duration:.15s}.data-\[state\=open\]\:duration-200[data-state=open]{transition-duration:.2s}@media (width<=700px){.max-\[700px\]\:w-\[min\(260px\,calc\(100vw-24px\)\)\]{width:min(260px,100vw - 24px)}.max-\[700px\]\:min-w-0{min-width:0}}@media (width>=640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}}@media (width>=768px){.md\:text-pretty{text-wrap:pretty}}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:hover\:text-foreground:hover a{color:hsl(var(--foreground))}.\[\&_p\:not\(\:last-child\)\]\:mb-4 p:not(:last-child){margin-bottom:1rem}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
