.BrandLoader-module__qZ1XVa__stage{width:calc(var(--w)*4 + var(--g2) + var(--g3) + var(--g4) + 1px);height:var(--h);position:relative}.BrandLoader-module__qZ1XVa__bar{width:var(--w);height:var(--h);border-radius:var(--radius);background:var(--color);will-change:transform;position:absolute;top:0}.BrandLoader-module__qZ1XVa__bar1{left:0}.BrandLoader-module__qZ1XVa__bar2{left:calc(var(--w) + var(--g2))}.BrandLoader-module__qZ1XVa__bar3{left:calc(var(--w)*2 + var(--g2) + var(--g3))}.BrandLoader-module__qZ1XVa__bar4{left:calc(var(--w)*3 + var(--g2) + var(--g3) + var(--g4))}.BrandLoader-module__qZ1XVa__bar2{animation:BrandLoader-module__qZ1XVa__move2 var(--duration)ease-in-out infinite}.BrandLoader-module__qZ1XVa__bar3{animation:BrandLoader-module__qZ1XVa__move3 var(--duration)ease-in-out infinite}.BrandLoader-module__qZ1XVa__bar4{animation:BrandLoader-module__qZ1XVa__move4 var(--duration)ease-in-out infinite}@keyframes BrandLoader-module__qZ1XVa__move2{0%,to{transform:translate(0)}50%{transform:translateX(var(--a2))}}@keyframes BrandLoader-module__qZ1XVa__move3{0%,to{transform:translate(0)}50%{transform:translateX(var(--a3))}}@keyframes BrandLoader-module__qZ1XVa__move4{0%,to{transform:translate(0)}50%{transform:translateX(var(--a4))}}@media (prefers-reduced-motion:reduce){.BrandLoader-module__qZ1XVa__bar{animation:none}}
.ChatInput-module__GkfsQW__wrapper{background:#fff;border-radius:28px;flex-direction:column;width:100%;max-width:702px;transition:all .2s;display:flex;overflow:hidden;box-shadow:inset 3px 3px 10px rgba(90,90,90,.12),inset -10px -10px 28px #fff}.ChatInput-module__GkfsQW__wrapper:has(.ChatInput-module__GkfsQW__grid[data-expanded]){padding-top:0}.ChatInput-module__GkfsQW__grid{box-sizing:border-box;grid-template-columns:auto 1fr auto;grid-template-areas:"leading primary trailing";align-items:center;column-gap:14px;min-height:60px;padding:12px;transition:background .2s,box-shadow .2s;display:grid;position:relative}.ChatInput-module__GkfsQW__grid[data-expanded]{grid-template-areas:"primary primary primary""leading footer trailing";align-items:flex-end;padding-top:0;padding-bottom:12px}.ChatInput-module__GkfsQW__clickArea{cursor:text;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.ChatInput-module__GkfsQW__leading,.ChatInput-module__GkfsQW__primary,.ChatInput-module__GkfsQW__trailing{z-index:1;position:relative}.ChatInput-module__GkfsQW__leading{grid-area:leading}.ChatInput-module__GkfsQW__trailing{grid-area:trailing;justify-content:center;align-items:center;gap:8px;display:flex}.ChatInput-module__GkfsQW__primary{flex:1;grid-area:primary;align-items:center;min-width:0;transition:margin .15s;display:flex}.ChatInput-module__GkfsQW__grid[data-expanded] .ChatInput-module__GkfsQW__primary{align-items:flex-end;margin-left:10px;margin-right:13px}.ChatInput-module__GkfsQW__editor{color:#363636;white-space:pre-wrap;word-wrap:break-word;text-align:left;background:0 0;border:none;outline:none;flex:1;min-height:64px;max-height:180px;padding-top:8px;padding-bottom:8px;font-size:16px;line-height:20px;position:relative;overflow-y:auto}.ChatInput-module__GkfsQW__grid[data-expanded] .ChatInput-module__GkfsQW__editor{padding-top:20px}.ChatInput-module__GkfsQW__editor[data-size=medium]{min-height:92px}.ChatInput-module__GkfsQW__actionBtn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.ChatInput-module__GkfsQW__send,.ChatInput-module__GkfsQW__stop{background:var(--primary-dark);transition:all .25s}.ChatInput-module__GkfsQW__send:hover,.ChatInput-module__GkfsQW__stop:hover{background:var(--primary-light);transition:all .25s}.ChatInput-module__GkfsQW__send svg{transition:stroke .25s}.ChatInput-module__GkfsQW__stop svg{fill:#fff;stroke:none;transition:stroke .25s}.ChatInput-module__GkfsQW__send:hover svg{stroke:var(--primary-dark);transition:stroke .25s}.ChatInput-module__GkfsQW__stop:hover svg{fill:var(--primary-dark);stroke:none;transition:stroke .25s}.ChatInput-module__GkfsQW__send:active svg{stroke:var(--primary-dark)}.ChatInput-module__GkfsQW__stop:active svg{fill:var(--primary-dark);stroke:none;transition:stroke .25s}.ChatInput-module__GkfsQW__send:active,.ChatInput-module__GkfsQW__stop:active{background:var(--primary-main);transition:all .25s}.ChatInput-module__GkfsQW__grid[data-expanded][data-scroll=true]:not([data-bottom=true]) .ChatInput-module__GkfsQW__primary:after{content:"";pointer-events:none;opacity:1;background:linear-gradient(rgba(255,255,255,0) 0%,#fff 100%);height:26px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:13px}.ChatInput-module__GkfsQW__primary:after{content:"";opacity:0}.ChatInput-module__GkfsQW__fileList{flex-wrap:wrap;gap:6px;margin-top:6px;padding:0 12px 8px;display:flex}.ChatInput-module__GkfsQW__file-scroll::-webkit-scrollbar{width:8px;height:8px}.ChatInput-module__GkfsQW__editor::-webkit-scrollbar{width:8px;height:8px}.ChatInput-module__GkfsQW__file-scroll::-webkit-scrollbar-track{background:#e2e2e2;border-radius:0}.ChatInput-module__GkfsQW__editor::-webkit-scrollbar-track{background:#e2e2e2;border-radius:0}.ChatInput-module__GkfsQW__file-scroll::-webkit-scrollbar-thumb{background-color:#e2e2e2;background-clip:padding-box;border-top:2px solid transparent;border-bottom:2px solid transparent;border-radius:4px}.ChatInput-module__GkfsQW__editor::-webkit-scrollbar-thumb{background-color:#e2e2e2;background-clip:padding-box;border-top:2px solid transparent;border-bottom:2px solid transparent;border-radius:4px}.ChatInput-module__GkfsQW__file-scroll::-webkit-scrollbar-thumb:hover{background-color:#e2e2e2}.ChatInput-module__GkfsQW__editor::-webkit-scrollbar-thumb:hover{background-color:#e2e2e2}.ChatInput-module__GkfsQW__file-scroll,.ChatInput-module__GkfsQW__editor{scrollbar-width:thin;scrollbar-color:#e2e2e2 transparent}.ChatInput-module__GkfsQW__placeholder{color:#9a9a9a;pointer-events:none;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:20px;position:absolute;top:20px;left:0;right:0;overflow:hidden}.ChatInput-module__GkfsQW__hidden{display:none}.ChatInput-module__GkfsQW__no-transition{transition:none!important}
.DsLoader-module__ns2noa__loader{border-style:solid;border-color:color-mix(in srgb,currentColor 35%,transparent);border-color:currentColor currentColor transparent transparent;border-radius:9999px;animation:.7s linear infinite DsLoader-module__ns2noa__spin;display:inline-block}.DsLoader-module__ns2noa__loaderSm{border-width:2px;width:18px;height:18px}.DsLoader-module__ns2noa__loaderMd,.DsLoader-module__ns2noa__loaderIconSm{border-width:2px;width:20px;height:20px}.DsLoader-module__ns2noa__loaderIconMd{border-width:2px;width:24px;height:24px}@keyframes DsLoader-module__ns2noa__spin{to{transform:rotate(360deg)}}
.DsButton-module__uxcbmG__buttonBase{box-sizing:border-box;justify-content:center;align-items:center;gap:var(--ds-btn-gap,4px);white-space:nowrap;border-radius:var(--border-radius-large,28px);border-style:solid;border-width:var(--border-width-small,1px);font-family:var(--font-family-body,Figtree),sans-serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-color:transparent;width:-moz-fit-content;width:fit-content;max-width:100%;font-weight:500;transition:all .2s;display:inline-flex}.DsButton-module__uxcbmG__buttonMd{height:48px;font-size:var(--paragraph-m-font-size,16px);line-height:var(--paragraph-m-line-height,24px);padding:12px 24px}.DsButton-module__uxcbmG__buttonSm{height:36px;font-size:var(--paragraph-s-font-size,14px);line-height:var(--paragraph-s-line-height,20px);padding:8px 20px}.DsButton-module__uxcbmG__styleIconText.DsButton-module__uxcbmG__buttonMd{padding-left:12px;padding-right:20px}.DsButton-module__uxcbmG__styleIconText.DsButton-module__uxcbmG__buttonSm{padding-left:8px;padding-right:16px}.DsButton-module__uxcbmG__iconRight.DsButton-module__uxcbmG__styleIconText.DsButton-module__uxcbmG__buttonMd{padding-left:20px;padding-right:12px}.DsButton-module__uxcbmG__iconRight.DsButton-module__uxcbmG__styleIconText.DsButton-module__uxcbmG__buttonSm{padding-left:16px;padding-right:8px}.DsButton-module__uxcbmG__iconRight.DsButton-module__uxcbmG__styleIconText .DsButton-module__uxcbmG__content{flex-direction:row-reverse}.DsButton-module__uxcbmG__buttonMd svg{flex-shrink:0;width:20px;height:20px}.DsButton-module__uxcbmG__buttonSm svg{flex-shrink:0;width:18px;height:18px}.DsButton-module__uxcbmG__assetIconTint svg,.DsButton-module__uxcbmG__assetIconTint svg *{fill:currentColor}.DsButton-module__uxcbmG__lucidIconTint svg,.DsButton-module__uxcbmG__lucidIconTint svg *{stroke:currentColor;fill:none}.DsButton-module__uxcbmG__styleText svg{display:none}.DsButton-module__uxcbmG__styleIconOnly{border-radius:50%;gap:0;padding:0}.DsButton-module__uxcbmG__styleIconOnly.DsButton-module__uxcbmG__buttonMd{width:40px;height:40px}.DsButton-module__uxcbmG__styleIconOnly.DsButton-module__uxcbmG__buttonSm{width:36px;height:36px}.DsButton-module__uxcbmG__styleIconOnly.DsButton-module__uxcbmG__buttonMd svg{width:24px;height:24px}.DsButton-module__uxcbmG__styleIconOnly.DsButton-module__uxcbmG__buttonSm svg{width:20px;height:20px}.DsButton-module__uxcbmG__buttonPrimaryFilled{background:var(--surface-primary-default);color:var(--text-on-primary-default);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonPrimaryFilled:hover{background:var(--surface-primary-hover);border-color:var(--border-primary-hover);color:var(--text-on-primary-hover)}.DsButton-module__uxcbmG__buttonPrimaryFilled:active,.DsButton-module__uxcbmG__buttonPrimaryFilled:hover:active,.DsButton-module__uxcbmG__buttonPrimaryFilled.DsButton-module__uxcbmG__isActive:active{background:var(--surface-primary-pressed);border-color:var(--border-primary-pressed);color:var(--text-on-primary-pressed)}.DsButton-module__uxcbmG__buttonSecondaryFilled{background:var(--surface-secondary-default);color:var(--text-on-secondary-default);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonSecondaryFilled:hover{background:var(--surface-secondary-hover);color:var(--text-on-secondary-hover);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonSecondaryFilled:active,.DsButton-module__uxcbmG__buttonSecondaryFilled:hover:active,.DsButton-module__uxcbmG__buttonSecondaryFilled.DsButton-module__uxcbmG__isActive:active{background:var(--surface-secondary-pressed);color:var(--text-on-secondary-pressed);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonPrimaryFilled.DsButton-module__uxcbmG__isActive{background:var(--surface-primary-hover);border-color:var(--border-primary-hover);color:var(--text-on-primary-hover)}.DsButton-module__uxcbmG__buttonPrimaryFilled.DsButton-module__uxcbmG__isOpen{background:var(--surface-primary-pressed);border-color:var(--border-primary-pressed);color:var(--text-on-primary-pressed)}.DsButton-module__uxcbmG__buttonSecondaryFilled.DsButton-module__uxcbmG__isActive{background:var(--surface-secondary-hover);color:var(--text-on-secondary-hover);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonSecondaryFilled.DsButton-module__uxcbmG__isOpen{background:var(--surface-secondary-pressed);color:var(--text-on-secondary-pressed);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonDangerFilled{border-radius:var(--border-radius-large,28px);background:var(--surface-negative-default,#feebeb);color:var(--text-negative,#fc5656);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset;border:none}.DsButton-module__uxcbmG__buttonDangerFilled:hover{border-color:var(--border-negative-hover,#fed6d6);background:var(--surface-negative-hover,#fed6d6);color:var(--text-negative,#fc5656);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset}.DsButton-module__uxcbmG__buttonDangerFilled:active,.DsButton-module__uxcbmG__buttonDangerFilled:hover:active,.DsButton-module__uxcbmG__buttonDangerFilled.DsButton-module__uxcbmG__isActive:active{border-color:var(--border-negative-pressed,#febbbb);background:var(--surface-negative-pressed,#febbbb);color:var(--text-negative,#fc5656);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset}.DsButton-module__uxcbmG__buttonDangerFilled.DsButton-module__uxcbmG__isActive{border-color:var(--border-negative-hover,#fed6d6);background:var(--surface-negative-hover,#fed6d6);color:var(--text-negative,#fc5656);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset}.DsButton-module__uxcbmG__buttonDangerFilled.DsButton-module__uxcbmG__isOpen{border-color:var(--border-negative-pressed,#febbbb);background:var(--surface-negative-pressed,#febbbb);color:var(--text-negative,#fc5656);box-shadow:0 0 6px 0 var(--neutral-25,#fff)inset}.DsButton-module__uxcbmG__buttonPrimaryOutlined{background:var(--surface-default);color:var(--text-primary);border-color:color-mix(in srgb,currentcolor 35%,transparent);box-shadow:none}.DsButton-module__uxcbmG__buttonPrimaryOutlined:hover,.DsButton-module__uxcbmG__buttonPrimaryOutlined.DsButton-module__uxcbmG__isActive{background:var(--surface-primary-hover)}.DsButton-module__uxcbmG__buttonPrimaryOutlined.DsButton-module__uxcbmG__isOpen,.DsButton-module__uxcbmG__buttonPrimaryOutlined:active{background:var(--surface-primary-pressed)}.DsButton-module__uxcbmG__buttonSecondaryOutlined{border-radius:var(--border-radius-large,28px);border-style:solid;border-width:var(--border-width-small,1px);border-color:var(--border-outlined-secondary,#afafaf);background:var(--surface-default);color:var(--text-default);box-shadow:none}.DsButton-module__uxcbmG__buttonSecondaryOutlined:hover,.DsButton-module__uxcbmG__buttonSecondaryOutlined.DsButton-module__uxcbmG__isActive{border-color:var(--border-outlined-secondary,#afafaf);background:var(--surface-secondary-hover)}.DsButton-module__uxcbmG__buttonSecondaryOutlined.DsButton-module__uxcbmG__isOpen,.DsButton-module__uxcbmG__buttonSecondaryOutlined:active{border-color:var(--border-outlined-secondary,#afafaf);background:var(--surface-secondary-pressed)}.DsButton-module__uxcbmG__buttonPrimaryTransparent{color:var(--text-default,#363636);box-shadow:none;background:0 0;border:none;border-radius:12px}.DsButton-module__uxcbmG__buttonPrimaryTransparent:hover,.DsButton-module__uxcbmG__buttonPrimaryTransparent.DsButton-module__uxcbmG__isActive{background:var(--surface-primary-hover);color:var(--text-primary)}.DsButton-module__uxcbmG__buttonPrimaryTransparent.DsButton-module__uxcbmG__isOpen,.DsButton-module__uxcbmG__buttonPrimaryTransparent:active,.DsButton-module__uxcbmG__buttonPrimaryTransparent:hover:active,.DsButton-module__uxcbmG__buttonPrimaryTransparent.DsButton-module__uxcbmG__isActive:active{background:var(--surface-primary-pressed);color:var(--text-primary)}.DsButton-module__uxcbmG__buttonSecondaryTransparent{color:var(--text-default);box-shadow:none;background:0 0;border:none;border-radius:12px}.DsButton-module__uxcbmG__buttonSecondaryTransparent:hover,.DsButton-module__uxcbmG__buttonSecondaryTransparent.DsButton-module__uxcbmG__isActive{background:var(--surface-secondary-hover);border:none}.DsButton-module__uxcbmG__buttonSecondaryTransparent.DsButton-module__uxcbmG__isOpen,.DsButton-module__uxcbmG__buttonSecondaryTransparent:active{background:var(--surface-secondary-pressed);border:none}.DsButton-module__uxcbmG__buttonBase:focus-visible{outline:none}.DsButton-module__uxcbmG__buttonBase:disabled{pointer-events:none;border-width:var(--border-width-small,1px);box-shadow:inset 0 0 0 1px var(--grey-100,#f7f7f7);background:var(--grey-75,#fbfbfb);color:var(--grey-300,#d7d7d7);border-color:var(--grey-100,#f7f7f7)}.DsButton-module__uxcbmG__isLoading{pointer-events:none;position:relative}.DsButton-module__uxcbmG__content{justify-content:center;align-items:center;gap:var(--ds-btn-gap,4px);display:inline-flex}.DsButton-module__uxcbmG__contentLoading{color:transparent}.DsButton-module__uxcbmG__contentLoading svg{opacity:0}.DsButton-module__uxcbmG__loaderOverlay{z-index:10;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;bottom:0;left:0;right:0}
.DsDropdown-module__7g9HBq__content{background:var(--surface-default,#fff);border-radius:16px;width:max-content;padding:8px;display:grid}.DsDropdown-module__7g9HBq__item{width:100%;padding:var(--scale-200,8px)var(--scale-200,8px)var(--scale-200,8px)var(--scale-300,12px);justify-content:space-between;align-items:center;gap:var(--scale-200,8px);border-radius:var(--scale-200,8px);font-family:var(--font-family-body,Figtree),sans-serif;font-size:var(--paragraph-m-font-size,16px);line-height:var(--paragraph-m-line-height,24px);color:var(--text-default,#363636);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;font-weight:500;transition:background-color .2s,color .2s;display:flex}.DsDropdown-module__7g9HBq__item[data-highlighted],.DsDropdown-module__7g9HBq__item[data-state=open]{background:var(--surface-primary-hover,var(--green-50,#e6fbe5));color:var(--text-on-primary-hover,var(--text-primary,#4bc240))}.DsDropdown-module__7g9HBq__item:active{background:var(--surface-primary-pressed,var(--green-100,#c3efbf));color:var(--text-on-primary-pressed,#4bc240)}.DsDropdown-module__7g9HBq__item[data-disabled]{opacity:.45;pointer-events:none;cursor:not-allowed}.DsDropdown-module__7g9HBq__itemDestructive{color:var(--text-negative,#fc5656)}.DsDropdown-module__7g9HBq__itemSecondary[data-highlighted],.DsDropdown-module__7g9HBq__itemSecondary[data-state=open]{background:var(--surface-secondary-hover,#f3f3f3);color:var(--text-on-secondary-hover,var(--text-default,#363636))}.DsDropdown-module__7g9HBq__itemSecondary:active{background:var(--surface-secondary-pressed,#efefef);color:var(--text-on-secondary-pressed,var(--text-default,#363636))}.DsDropdown-module__7g9HBq__itemDestructive[data-highlighted],.DsDropdown-module__7g9HBq__itemDestructive[data-state=open]{background:var(--surface-negative,var(--red-75,#fed6d6));color:var(--text-negative,#fc5656)}.DsDropdown-module__7g9HBq__itemDestructive:active{background:var(--negative-100,#febbbb);color:var(--text-negative,#fc5656)}.DsDropdown-module__7g9HBq__itemContent{align-items:center;gap:var(--scale-200,8px);min-width:0;display:inline-flex}.DsDropdown-module__7g9HBq__itemLabel{align-items:center;gap:var(--scale-200,8px);white-space:nowrap;color:currentColor;font-family:var(--font-family-body,Figtree),sans-serif;font-size:var(--paragraph-m-font-size,16px);font-style:normal;font-weight:500;line-height:var(--paragraph-m-line-height,24px);display:inline-flex}.DsDropdown-module__7g9HBq__itemTextBlock{flex-direction:column;align-items:flex-start;gap:0;min-width:0;display:inline-flex}.DsDropdown-module__7g9HBq__itemDescription{color:var(--text-secondary,#9a9a9a);font-family:var(--font-family-body,Figtree),sans-serif;font-size:var(--paragraph-xs-font-size,12px);font-style:normal;font-weight:500;line-height:var(--paragraph-xs-line-height,16px)}.DsDropdown-module__7g9HBq__item[data-highlighted] .DsDropdown-module__7g9HBq__itemDescription,.DsDropdown-module__7g9HBq__item[data-state=open] .DsDropdown-module__7g9HBq__itemDescription,.DsDropdown-module__7g9HBq__item:active .DsDropdown-module__7g9HBq__itemDescription{color:currentColor}.DsDropdown-module__7g9HBq__itemWithDescription,.DsDropdown-module__7g9HBq__itemWithDescription .DsDropdown-module__7g9HBq__itemContent{align-items:flex-start}.DsDropdown-module__7g9HBq__itemWithDescription .DsDropdown-module__7g9HBq__itemRightIcon{align-self:flex-start}.DsDropdown-module__7g9HBq__itemDestructive .DsDropdown-module__7g9HBq__itemDescription{color:currentColor}.DsDropdown-module__7g9HBq__itemContent svg{aspect-ratio:1;flex-shrink:0;width:20px;height:20px}.DsDropdown-module__7g9HBq__itemRightIcon{aspect-ratio:1;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.DsDropdown-module__7g9HBq__itemRightIcon svg{flex-shrink:0;width:100%;height:100%}.DsDropdown-module__7g9HBq__item svg,.DsDropdown-module__7g9HBq__item svg *{color:currentColor;fill:currentColor}.DsDropdown-module__7g9HBq__itemPrimary .DsDropdown-module__7g9HBq__itemRightIcon{color:var(--icon-primary,#4bc240)}.DsDropdown-module__7g9HBq__itemSecondary .DsDropdown-module__7g9HBq__itemRightIcon{color:currentColor}.DsDropdown-module__7g9HBq__itemDestructive .DsDropdown-module__7g9HBq__itemRightIcon{color:var(--icon-negative,#fc5656)}.DsDropdown-module__7g9HBq__chevron{transition:transform .2s}.DsDropdown-module__7g9HBq__chevronOpen{transform:rotate(180deg)}
.DsTabs-module__vQUVEq__tabsRoot{align-items:center;display:inline-flex}.DsTabs-module__vQUVEq__tabsList{align-items:center;gap:var(--scale-200);display:inline-flex}.DsTabs-module__vQUVEq__tabTrigger{padding:var(--scale-200)var(--scale-300);border-radius:var(--scale-100);cursor:pointer;font-family:var(--font-family-headings),sans-serif;font-size:var(--h6-font-size);font-style:normal;font-weight:var(--font-weight-medium);line-height:var(--h6-line-height);color:var(--text-secondary);background:0 0;border:none;outline:none;justify-content:center;align-items:center;gap:10px;transition:background-color .15s,color .15s;display:inline-flex}.DsTabs-module__vQUVEq__tabTrigger:hover{background:var(--surface-secondary-hover)}.DsTabs-module__vQUVEq__tabTrigger:active{background:var(--surface-secondary-pressed);color:var(--text-default)}.DsTabs-module__vQUVEq__tabTrigger[data-state=active]{color:var(--text-default)}.DsTabs-module__vQUVEq__tabTrigger:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary-400)35%,transparent)}.DsTabs-module__vQUVEq__tabTrigger:disabled{cursor:not-allowed;opacity:.5}
