.studio-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), gap 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), gap 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.studio-layout--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(720px 420px at 50% 22%, rgba(0, 179, 138, 0.07), rgba(0, 179, 138, 0) 62%), -webkit-gradient(linear, left top, left bottom, from(#f7faf9), color-stop(52%, #f1f5f4), to(#edf3f1));
  background: radial-gradient(720px 420px at 50% 22%, rgba(0, 179, 138, 0.07), rgba(0, 179, 138, 0) 62%), linear-gradient(180deg, #f7faf9 0%, #f1f5f4 52%, #edf3f1 100%);
}
.studio-layout--centered-dialogue {
  background: #f5f7fa;
}
.studio-layout--centered-dialogue .agent-studio__dialogue-panel,
.studio-layout--centered-dialogue .agent-studio__dialogue-body,
.studio-layout--centered-dialogue .agent-studio__dialogue-panel--centered-embed,
.studio-layout--centered-dialogue .studio-dialogue {
  background: transparent;
}
.studio-layout--docked {
  position: relative;
  gap: 12px;
  padding: 12px;
  background: #f5f7fa;
}
.studio-layout--stage-welcome {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studio-layout--stage-dialogue {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px 24px;
  background: #f5f7fa;
}
.studio-layout--stage-dialogue .studio-layout__dialogue-centered {
  background: transparent;
}
.studio-layout--stage-split {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.studio-layout__dialogue-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  -webkit-transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), height 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), height 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-animation: studio-fade-in 220ms cubic-bezier(0.22, 1, 0.36, 1);
          animation: studio-fade-in 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width, max-width, transform, opacity;
}
.studio-layout__dialogue-centered--card {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(72vw, 1080px);
  max-width: none;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.studio-layout__dialogue-docked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: visible;
  background: #fff;
  border: 1px solid #f0f2f5;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-animation: studio-slide-in-right 300ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: studio-slide-in-right 300ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width, transform, opacity;
}
.studio-layout__dialogue-docked--collapsing {
  -webkit-animation: studio-slide-out-right 220ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: studio-slide-out-right 220ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
}
.studio-layout__dialogue-docked--resizing {
  -webkit-transition: none;
  transition: none;
}
.studio-layout__dialogue-surface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: inherit;
}
.studio-layout__resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  z-index: 5;
  width: 6px;
  cursor: ew-resize;
}
.studio-layout__resize-handle:hover {
  background: rgba(0, 179, 138, 0.15);
}
.studio-layout__collapse-hotzone {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  z-index: 6;
  width: 10px;
}
.studio-layout__collapse-edge {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 36px;
  color: #a0a8b4;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-left: none;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.studio-layout__collapse-hotzone:hover .studio-layout__collapse-edge,
.studio-layout__collapse-hotzone:focus-within .studio-layout__collapse-edge {
  opacity: 1;
  pointer-events: auto;
}
.studio-layout__collapse-edge:hover {
  color: #00b38a;
  background: #f5f7fa;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.studio-layout__collapse-edge::before,
.studio-layout__collapse-edge::after {
  position: absolute;
  right: 6px;
  width: 7px;
  height: 1.8px;
  background: currentColor;
  border-radius: 999px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  content: '';
}
.studio-layout__collapse-edge::before {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.studio-layout__collapse-edge::after {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.studio-layout__hotzone {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 100%;
  cursor: pointer;
}
.studio-layout__hotzone-notch {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 36px;
  color: #a0a8b4;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-right: none;
  border-radius: 8px 0 0 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-layout__hotzone-notch:hover {
  color: #00b38a;
  background: #f5f7fa;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.studio-layout__hotzone-notch::before,
.studio-layout__hotzone-notch::after {
  position: absolute;
  right: 7px;
  width: 7px;
  height: 1.8px;
  background: currentColor;
  border-radius: 999px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: '';
}
.studio-layout__hotzone-notch::before {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.studio-layout__hotzone-notch::after {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.studio-layout__hotzone-tooltip {
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  background: #1a1a2e;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: studio-tip-in 160ms cubic-bezier(0.25, 1, 0.5, 1);
          animation: studio-tip-in 160ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.studio-layout__hotzone-kbd {
  display: inline-block;
  padding: 1px 4px;
  font-size: 10px;
  font-family: inherit;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}
.studio-layout__panel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0f2f5;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-animation: studio-panel-enter 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: studio-panel-enter 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.studio-layout__showcase,
.studio-layout__workbench {
  position: absolute;
  width: 100%;
  min-width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms linear 300ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms linear 300ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms linear 300ms;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms linear 300ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  inset: 0;
}
.studio-layout__showcase.is-active,
.studio-layout__workbench.is-active {
  visibility: visible;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  -webkit-transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0ms, -webkit-transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}
.studio-layout__showcase {
  -webkit-transform: translateX(-12px) scale(0.992);
          transform: translateX(-12px) scale(0.992);
}
.studio-layout__workbench {
  -webkit-transform: translateX(12px) scale(0.992);
          transform: translateX(12px) scale(0.992);
}
.studio-layout__showcase.is-before-active {
  -webkit-transform: translateX(-12px) scale(0.992);
          transform: translateX(-12px) scale(0.992);
}
.studio-layout__workbench.is-after-active {
  -webkit-transform: translateX(12px) scale(0.992);
          transform: translateX(12px) scale(0.992);
}
.studio-layout__switch-zone {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.studio-layout__switch-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 260px;
  background: rgba(0, 179, 138, 0.12);
  border-radius: 8px 0 0 8px;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-layout__switch-zone:hover .studio-layout__switch-bar {
  background: rgba(0, 179, 138, 0.2);
}
.studio-layout__switch-line {
  width: 3px;
  height: 40px;
  background: rgba(0, 179, 138, 0.4);
  border-radius: 2px;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-layout__switch-zone:hover .studio-layout__switch-line {
  background: rgba(0, 179, 138, 0.6);
}
.studio-layout__switch-tip {
  position: absolute;
  top: 50%;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  background: #1a1a2e;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: studio-tip-in 160ms cubic-bezier(0.25, 1, 0.5, 1);
          animation: studio-tip-in 160ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
body.studio-layout-is-resizing #studio-iframe-host iframe {
  pointer-events: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .studio-layout,
  .studio-layout * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes studio-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes studio-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes studio-slide-in-right {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes studio-slide-in-right {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes studio-slide-out-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes studio-slide-out-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes studio-panel-enter {
  from {
    -webkit-transform: translateX(-18px) scale(0.992);
            transform: translateX(-18px) scale(0.992);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes studio-panel-enter {
  from {
    -webkit-transform: translateX(-18px) scale(0.992);
            transform: translateX(-18px) scale(0.992);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes studio-tip-in {
  from {
    -webkit-transform: translateY(-50%) translateX(4px);
            transform: translateY(-50%) translateX(4px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes studio-tip-in {
  from {
    -webkit-transform: translateY(-50%) translateX(4px);
            transform: translateY(-50%) translateX(4px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}

/**
 * TextBlockView 样式
 */
.text-block-view {
  color: #1d2129;
  line-height: 1.6;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
.text-block-view__content {
  word-break: break-word;
}
.text-block-view .md-header {
  margin: 0.65em 0 0.35em;
  color: #1d2129;
  font-weight: 600;
  line-height: 1.35;
}
.text-block-view .md-header:first-child {
  margin-top: 0;
}
.text-block-view h1 {
  font-size: 1.25em;
}
.text-block-view h2 {
  font-size: 1.16em;
}
.text-block-view h3 {
  font-size: 1.08em;
}
.text-block-view h4,
.text-block-view h5,
.text-block-view h6 {
  font-size: 1em;
}
.text-block-view .md-paragraph {
  margin: 0.35em 0;
}
.text-block-view .md-paragraph:first-child {
  margin-top: 0;
}
.text-block-view .md-paragraph:last-child {
  margin-bottom: 0;
}
.text-block-view .md-break {
  height: 0.25em;
}
.text-block-view ul.md-list-ul {
  margin: 0.55em 0;
  padding-left: 1.6em;
  list-style: disc outside !important;
}
.text-block-view ul.md-list-ul li {
  display: list-item !important;
  margin: 0.22em 0;
  line-height: 1.55;
  list-style-type: disc !important;
}
.text-block-view ol.md-list-ol {
  margin: 0.55em 0;
  padding-left: 1.6em;
  list-style: decimal outside !important;
}
.text-block-view ol.md-list-ol li {
  display: list-item !important;
  margin: 0.22em 0;
  line-height: 1.55;
  list-style-type: decimal !important;
}
.text-block-view .md-code-block {
  margin: 0.75em 0;
  padding: 12px 14px;
  overflow-x: auto;
  color: #1d2129;
  font-size: 12.5px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  line-height: 1.55;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
.text-block-view .md-code-block code {
  padding: 0;
  color: inherit;
  background: none;
}
.text-block-view .md-code-block.streaming {
  border-color: rgba(0, 179, 138, 0.28);
}
.text-block-view .md-inline-code {
  padding: 2px 5px;
  color: #0b7a5a;
  font-size: 0.9em;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  background: rgba(0, 179, 138, 0.1);
  border-radius: 4px;
}
.text-block-view .md-hr {
  margin: 1em 0;
  border: none;
  border-top: 1px solid #e5e8ed;
}
.text-block-view .md-table {
  width: 100%;
  margin: 0.75em 0;
  font-size: 0.92em;
  border-collapse: collapse;
}
.text-block-view .md-table th,
.text-block-view .md-table td {
  padding: 6px 10px;
  text-align: left;
  border: 1px solid #e5e8ed;
}
.text-block-view .md-table th {
  font-weight: 600;
  background: #f8fafc;
}
.text-block-view .md-table tr:nth-child(even) {
  background: #fbfefd;
}
.text-block-view a {
  color: #009e74;
  text-decoration: none;
}
.text-block-view a:hover {
  text-decoration: underline;
}
.text-block-view strong {
  font-weight: 600;
}
.text-block-view em {
  font-style: italic;
}
.text-block-view.is-error {
  color: #b42318;
}

/**
 * ThinkingBlockView 样式
 */
.thinking-block-view {
  margin: 6px 0;
  overflow: hidden;
  color: #1d2129;
  background: #f8fafc;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
}
.thinking-block-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.thinking-block-view__header:hover {
  background: #eef3f7;
}
.thinking-block-view__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1px 6px;
  color: #6b7785;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  background: #edf1f7;
  border-radius: 5px;
}
.thinking-block-view__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #6b7785;
  font-weight: 500;
  font-size: 13px;
}
.thinking-block-view__toggle {
  color: #a0a8b4;
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
}
.thinking-block-view__toggle.collapsed svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.thinking-block-view__content {
  max-height: 300px;
  padding: 10px;
  overflow-y: auto;
  background: #fbfefd;
  border-top: 1px solid #e5e8ed;
}
.thinking-block-view__text {
  margin: 0;
  color: #6b7785;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
.thinking-block-view__preview {
  padding: 0 10px 10px;
  overflow: hidden;
  color: #a0a8b4;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thinking-block-view .streaming-cursor {
  color: #00b38a;
  -webkit-animation: cursor-blink 1s infinite;
          animation: cursor-blink 1s infinite;
}
.thinking-block-view.is-streaming {
  background: #f2fbf8;
  border-color: rgba(0, 179, 138, 0.22);
}
.thinking-block-view.is-streaming .thinking-block-view__header {
  background: #f2fbf8;
}
.thinking-block-view.is-streaming .thinking-block-view__mark {
  color: #009e74;
  background: #e6f7f2;
}
.thinking-block-view.is-empty .thinking-block-view__header {
  cursor: default;
}
.thinking-block-view.is-empty .thinking-block-view__header:hover {
  background: transparent;
}
@-webkit-keyframes cursor-blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
@keyframes cursor-blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

/**
 * ToolUseBlockView 样式
 */
.tool-use-block-view {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: visible;
  color: #6b7785;
  background: transparent;
  border: none;
  border-radius: 6px;
}
.tool-use-block-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  min-height: 19px;
  color: #6b7785;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.tool-use-block-view__check {
  z-index: 1;
  display: inline-grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  place-items: center;
  width: 11px;
  height: 11px;
  color: #fbfefd;
  background: #00a87f;
  border-radius: 50%;
}
.tool-use-block-view__check svg {
  width: 7px;
  height: 7px;
}
.tool-use-block-view__spinner {
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(0, 179, 138, 0.18);
  border-top-color: #00b38a;
  border-radius: 50%;
  -webkit-animation: tool-use-spin 0.9s linear infinite;
          animation: tool-use-spin 0.9s linear infinite;
}
.tool-use-block-view__error-icon {
  z-index: 1;
  display: inline-grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  place-items: center;
  width: 12px;
  height: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  background: #f53f3f;
  border-radius: 50%;
}
.tool-use-block-view__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.tool-use-block-view__summary {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #5c6978;
  font-weight: 500;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.tool-use-block-view__summary.is-muted {
  color: #8a95a3;
  font-weight: 500;
}
.tool-use-block-view__summary.is-updating {
  opacity: 0.9;
}
.tool-use-block-view__summary-cursor {
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 1px;
  vertical-align: -1px;
  background: rgba(0, 179, 138, 0.56);
  border-radius: 1px;
  -webkit-animation: tool-summary-cursor 0.72s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: tool-summary-cursor 0.72s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.tool-use-block-view__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  color: #8a95a3;
  background: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.tool-use-block-view__toggle svg {
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
}
.tool-use-block-view__toggle:hover {
  color: #1d2129;
  background: #eef3f7;
}
.tool-use-block-view__params {
  margin: 4px 0 6px 19px;
  padding: 8px 10px;
  background: #fbfefd;
  border: 1px solid #edf0f3;
  border-radius: 8px;
}
.tool-use-block-view__params .params-table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}
.tool-use-block-view__params .params-table tr {
  border-bottom: 1px solid #edf0f3;
}
.tool-use-block-view__params .params-table tr:last-child {
  border-bottom: none;
}
.tool-use-block-view__params .params-table td {
  padding: 4px 0;
  vertical-align: top;
}
.tool-use-block-view__params .params-table .param-key {
  width: 80px;
  color: #6b7785;
  font-weight: 500;
}
.tool-use-block-view__params .params-table .param-value code {
  padding: 1px 4px;
  color: #6b7785;
  font-size: 10px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  word-break: break-all;
  background: #f5f7fa;
  border-radius: 3px;
}
.tool-use-block-view.status-preparing .tool-use-block-view__summary:not(.is-muted),
.tool-use-block-view.status-running .tool-use-block-view__summary:not(.is-muted) {
  color: #314255;
  font-weight: 600;
}
.tool-use-block-view.status-error .tool-use-block-view__summary {
  color: #b42318;
}
@-webkit-keyframes tool-use-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes tool-use-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes tool-summary-cursor {
  0%,
  100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.18;
  }
}
@keyframes tool-summary-cursor {
  0%,
  100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.18;
  }
}
/* write_file/edit_file 轻量流式预览 */
.sf-preview {
  margin: 5px 0 8px 19px;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
}
.sf-preview__code {
  max-height: 220px;
  margin: 0;
  padding: 8px 10px;
  overflow-y: auto;
  color: #4c5967;
  font-size: 11.5px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  background: #fbfefd;
}
.sf-preview__code code {
  font-family: inherit;
}
.sf-preview__cursor {
  display: inline-block;
  width: 2px;
  height: 14px;
  margin-left: 1px;
  vertical-align: text-bottom;
  background: #00b38a;
  -webkit-animation: sf-blink 0.8s ease-in-out infinite;
          animation: sf-blink 0.8s ease-in-out infinite;
}
.sf-preview--active {
  border-color: rgba(0, 179, 138, 0.24);
}
@-webkit-keyframes sf-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes sf-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.tool-progress-group {
  margin: 3px 0 10px;
}
.tool-progress-group__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.tool-progress-group__row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.tool-progress-group__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
  padding: 1px 4px;
  color: #8a95a3;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: color 0.18s, background-color 0.18s;
  transition: color 0.18s, background-color 0.18s;
}
.tool-progress-group__toggle:hover {
  color: #1d2129;
  background: #eef3f7;
}
.tool-progress-group--expanded {
  position: relative;
  padding: 1px 0 1px 2px;
}
.tool-progress-group--expanded .tool-use-block-view {
  position: relative;
}
.tool-progress-group--expanded .tool-use-block-view::before {
  position: absolute;
  top: 17px;
  bottom: -7px;
  left: 5px;
  width: 1px;
  content: '';
  background: #dfe5ec;
}
.tool-progress-group--expanded .tool-use-block-view:last-child::before {
  display: none;
}
.tool-progress-group--rail {
  margin: 2px 0 11px;
}
.tool-progress-group--rail .tool-progress-group__row-wrap {
  gap: 7px;
}
.tool-progress-group--rail .tool-use-block-view__check,
.tool-progress-group--rail .tool-use-block-view__spinner {
  display: none;
}
.tool-progress-group--rail .tool-use-block-view__error-icon {
  width: 10px;
  height: 10px;
  font-size: 9px;
}
.tool-progress-group--rail .tool-use-block-view__header {
  gap: 6px;
  min-height: 18px;
  color: #7b8795;
}
.tool-progress-group--rail .tool-use-block-view__summary {
  color: #6b7785;
  font-weight: 500;
}
.tool-progress-group--rail .tool-use-block-view.status-preparing .tool-use-block-view__summary:not(.is-muted),
.tool-progress-group--rail .tool-use-block-view.status-running .tool-use-block-view__summary:not(.is-muted) {
  color: #3f5064;
  font-weight: 600;
}
.tool-progress-group--rail.tool-progress-group--expanded .tool-use-block-view::before {
  display: none;
}

.page-kind-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 10px;
  font-family: Inter, sans-serif;
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
}
.page-kind-tag__mode-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-kind-tag--compact {
  gap: 2px;
  padding: 2px 6px;
  font-size: 9px;
  border-radius: 999px;
}

/* 展台与文件卡片 Markdown 共用；修改此处一处即可同步 */
.file-cards-view {
  min-width: 200px;
  margin: 8px 0;
}
.file-cards-view__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.file-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 3px);
  padding: 7px 10px;
  color: #1d2129;
  background: #f8fafc;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s, border-color 0.15s;
  transition: background-color 0.15s, border-color 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.file-card:hover {
  background: #fbfefd;
  border-color: #d9dee6;
}
.file-card:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.file-card--missing {
  cursor: not-allowed;
  opacity: 0.6;
}
.file-card--missing:hover {
  background: #f8fafc;
  border-color: #e5e8ed;
}
.file-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 30px;
  color: #6b7785;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
}
.file-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.file-card__name {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-card__size {
  color: #a0a8b4;
  font-size: 10px;
}
.file-card__missing {
  color: #f53f3f;
  font-size: 10px;
}
.file-preview-overlay {
  position: fixed;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(15, 23, 42, 0.35);
  inset: 0;
}
.file-preview-overlay__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80vw;
  max-width: 960px;
  height: 80vh;
  overflow: hidden;
  background: #fbfefd;
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 36px rgba(15, 23, 42, 0.18);
          box-shadow: 0 12px 36px rgba(15, 23, 42, 0.18);
}
.file-preview-overlay__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  background: #fbfefd;
  border-bottom: 1px solid #e5e8ed;
}
.file-preview-overlay__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 34px;
  color: #6b7785;
  font-weight: 600;
  font-size: 10px;
}
.file-preview-overlay__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-preview-overlay__download {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 28px;
  padding: 0 10px;
  color: #00a870;
  font-size: 12px;
  background: #e6f7f2;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.file-preview-overlay__download:hover {
  color: #008f5d;
  background: #d6f1e9;
}
.file-preview-overlay__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  color: #6b7785;
  font-size: 18px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.file-preview-overlay__close:hover {
  color: #1d2129;
  background: #f5f7fa;
}
.file-preview-overlay__hint {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px 16px;
  color: #86909c;
  font-size: 12px;
  line-height: 18px;
  background: #f7f8fa;
  border-bottom: 1px solid #e5e8ed;
}
.file-preview-overlay__iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: none;
}
.file-preview-overlay__markdown-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 32px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fbfefd;
  color: #6b7785;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.57;
  /* 不用原生 marker：祖先若 overflow:auto，outside 序号会被裁切；与 ul 一样用伪元素画在内容区内 */
}
.file-preview-overlay__markdown-body h1:first-child,
.file-preview-overlay__markdown-body h2:first-child,
.file-preview-overlay__markdown-body h3:first-child {
  margin-top: 0;
}
.file-preview-overlay__markdown-body h1,
.file-preview-overlay__markdown-body h2,
.file-preview-overlay__markdown-body h3,
.file-preview-overlay__markdown-body h4,
.file-preview-overlay__markdown-body h5,
.file-preview-overlay__markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1d2129;
  font-weight: 600;
  line-height: 1.25;
}
.file-preview-overlay__markdown-body h1 {
  padding-bottom: 0;
  font-size: 22px;
  border-bottom: none;
}
.file-preview-overlay__markdown-body h2 {
  padding-bottom: 0;
  font-size: 18px;
  border-bottom: none;
}
.file-preview-overlay__markdown-body h2::after {
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 6px;
  background: #00b38a;
  border-radius: 1px;
  content: "";
}
.file-preview-overlay__markdown-body h3 {
  font-size: 15px;
}
.file-preview-overlay__markdown-body h4 {
  font-size: 14px;
}
.file-preview-overlay__markdown-body h5,
.file-preview-overlay__markdown-body h6 {
  color: #6b7785;
  font-size: 13px;
}
.file-preview-overlay__markdown-body p {
  margin-bottom: 16px;
}
.file-preview-overlay__markdown-body a {
  color: #00b38a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.file-preview-overlay__markdown-body a:hover {
  color: #009975;
}
.file-preview-overlay__markdown-body a strong {
  color: inherit;
}
.file-preview-overlay__markdown-body code {
  margin: 0;
  padding: 3px 8px;
  color: #009975;
  font-weight: 500;
  font-size: 13px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.file-preview-overlay__markdown-body pre {
  margin-bottom: 16px;
  padding: 14px;
  overflow: auto;
  color: #1d2129;
  font-size: 12px;
  line-height: 1.45;
  background-color: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
}
.file-preview-overlay__markdown-body pre code {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: normal;
  font-size: inherit;
  background-color: transparent;
  border: 0;
}
.file-preview-overlay__markdown-body blockquote {
  margin: 0 0 16px;
  padding: 14px 16px;
  color: #6b7785;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  background: #e6f7f2;
  border-left: 3px solid #00b38a;
  border-radius: 8px;
}
.file-preview-overlay__markdown-body blockquote p {
  margin-bottom: 8px;
}
.file-preview-overlay__markdown-body blockquote p:last-child {
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body blockquote a {
  color: #00b38a;
}
.file-preview-overlay__markdown-body blockquote code {
  color: #009975;
  font-style: normal;
}
.file-preview-overlay__markdown-body blockquote strong {
  color: #1d2129;
}
.file-preview-overlay__markdown-body blockquote ul:not(.contains-task-list) > li,
.file-preview-overlay__markdown-body blockquote ol:not(.contains-task-list) > li {
  color: #6b7785;
}
.file-preview-overlay__markdown-body blockquote li.task-list-item:has(input[type="checkbox"]:not(:checked)) {
  color: #6b7785;
}
.file-preview-overlay__markdown-body blockquote li.task-list-item:has(input[type="checkbox"]:checked) {
  color: #6b7785;
}
.file-preview-overlay__markdown-body ul,
.file-preview-overlay__markdown-body ol {
  margin-bottom: 16px;
}
.file-preview-overlay__markdown-body ul:not(.contains-task-list) {
  padding-left: 0;
  list-style: none;
}
.file-preview-overlay__markdown-body ul:not(.contains-task-list) > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #1d2129;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.file-preview-overlay__markdown-body ul:not(.contains-task-list) > li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background: #00b38a;
  border-radius: 50%;
  content: "";
}
.file-preview-overlay__markdown-body ul:not(.contains-task-list) > li:last-child {
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body ul:not(.contains-task-list) ul,
.file-preview-overlay__markdown-body ul:not(.contains-task-list) ol,
.file-preview-overlay__markdown-body ol:not(.contains-task-list) ul,
.file-preview-overlay__markdown-body ol:not(.contains-task-list) ol {
  margin-top: 6px;
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body ol:not(.contains-task-list) {
  padding-left: 0;
  list-style: none;
  counter-reset: fx-md-ol;
}
.file-preview-overlay__markdown-body ol:not(.contains-task-list) > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.75em;
  color: #1d2129;
  font-size: 14px;
  line-height: 1.5;
}
.file-preview-overlay__markdown-body ol:not(.contains-task-list) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.4em;
  color: #00b38a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  content: counter(fx-md-ol) ".";
  counter-increment: fx-md-ol;
}
.file-preview-overlay__markdown-body ol:not(.contains-task-list) > li:last-child {
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body li > p {
  margin-bottom: 8px;
  color: inherit;
}
.file-preview-overlay__markdown-body li > p:last-child {
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body ul.contains-task-list,
.file-preview-overlay__markdown-body ol.contains-task-list {
  padding-left: 0;
  list-style: none;
}
.file-preview-overlay__markdown-body li.task-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.file-preview-overlay__markdown-body li.task-list-item:last-child {
  margin-bottom: 0;
}
.file-preview-overlay__markdown-body li.task-list-item:has(input[type="checkbox"]:not(:checked)) {
  color: #6b7785;
}
.file-preview-overlay__markdown-body li.task-list-item:has(input[type="checkbox"]:checked) {
  color: #1d2129;
}
.file-preview-overlay__markdown-body input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border-radius: 4px;
  cursor: default;
  accent-color: #00b38a;
}
.file-preview-overlay__markdown-body table {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  border-collapse: collapse;
}
.file-preview-overlay__markdown-body th,
.file-preview-overlay__markdown-body td {
  padding: 10px 12px;
  vertical-align: top;
  border: 1px solid #e5e8ed;
}
.file-preview-overlay__markdown-body th {
  color: #1d2129;
  font-weight: 600;
  font-size: 12px;
  background-color: #f5f7fa;
}
.file-preview-overlay__markdown-body td {
  color: #1d2129;
  font-size: 13px;
}
.file-preview-overlay__markdown-body img {
  max-width: 100%;
}
.file-preview-overlay__markdown-body hr {
  height: 1px;
  margin: 24px 0;
  padding: 0;
  background-color: #f0f2f5;
  border: 0;
}
.file-preview-overlay__markdown-body strong {
  color: #1d2129;
  font-weight: 600;
}
.file-preview-overlay__markdown-loading,
.file-preview-overlay__markdown-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  color: #6b7785;
  font-size: 14px;
}
.file-preview-overlay__markdown-error {
  color: #f53f3f;
}

.questionnaire-view {
  margin: 6px 0;
  padding: 10px;
  color: #1d2129;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 10px;
}
.questionnaire-view--submitted {
  opacity: 0.65;
  pointer-events: none;
}
.questionnaire-view__context {
  margin-bottom: 8px;
  padding-bottom: 6px;
  color: #6b7785;
  font-size: 12px;
  border-bottom: 1px solid #edf0f3;
}
.questionnaire-view__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.questionnaire-view__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4px;
}
.questionnaire-view__submit {
  min-width: 96px;
  padding: 6px 14px;
  color: #fbfefd;
  font-weight: 500;
  font-size: 13px;
  background: #00b38a;
  border: 1px solid #00b38a;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.18s, -webkit-box-shadow 0.18s;
  transition: background 0.18s, -webkit-box-shadow 0.18s;
  transition: background 0.18s, box-shadow 0.18s;
  transition: background 0.18s, box-shadow 0.18s, -webkit-box-shadow 0.18s;
}
.questionnaire-view__submit:hover:not(:disabled) {
  background: #009e74;
}
.questionnaire-view__submit:active:not(:disabled) {
  background: #0b7a5a;
}
.questionnaire-view__submit:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.questionnaire-view__submit:disabled {
  background: #d9dee6;
  cursor: not-allowed;
}
.question-item__label {
  margin-bottom: 4px;
  color: #1d2129;
  font-weight: 500;
  font-size: 13px;
}
.question-item__optional {
  margin-left: 4px;
  color: #a0a8b4;
  font-weight: 400;
  font-size: 11px;
}
.question-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.question-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.question-option:hover {
  background: rgba(0, 179, 138, 0.06);
}
.option-radio {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
}
.option-radio--checked {
  background: #00b38a;
  border-color: #00b38a;
}
.option-radio--checked::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: solid #fbfefd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}
.option-checkbox {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
}
.option-checkbox--checked {
  background: #00b38a;
  border-color: #00b38a;
}
.option-checkbox--checked::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: solid #fbfefd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}
.option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #1d2129;
  font-size: 13px;
  line-height: 18px;
  word-break: break-word;
}
.option-edit-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #1d2129;
  font-size: 13px;
  font-family: inherit;
  line-height: 18px;
  background: transparent;
  border: none;
  outline: none;
}
.option-tooltip {
  position: fixed;
  z-index: 1000;
  padding: 2px 6px;
  color: #6b7785;
  font-size: 11px;
  white-space: nowrap;
  background: #f5f7fa;
  border-radius: 4px;
  -webkit-animation: tooltipFadeIn 0.15s ease;
          animation: tooltipFadeIn 0.15s ease;
  pointer-events: none;
}
@-webkit-keyframes tooltipFadeIn {
  from {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tooltipFadeIn {
  from {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.question-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 8px 10px;
  color: #1d2129;
  font-size: 13px;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  resize: vertical;
}
.question-textarea:focus {
  border-color: #00b38a;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.question-textarea:disabled {
  background: #f5f7fa;
  cursor: not-allowed;
}
.question-textarea::-webkit-input-placeholder {
  color: #a0a8b4;
}
.question-textarea::-moz-placeholder {
  color: #a0a8b4;
}
.question-textarea:-ms-input-placeholder {
  color: #a0a8b4;
}
.question-textarea::-ms-input-placeholder {
  color: #a0a8b4;
}
.question-textarea::placeholder {
  color: #a0a8b4;
}

.proposal-confirm {
  margin: 6px 0;
  padding: 12px;
  color: #1d2129;
  background: #fbfefd;
  border: 1px solid rgba(0, 179, 138, 0.22);
  border-radius: 12px;
}
.proposal-confirm--resolved {
  background: #f8fafc;
}
.proposal-confirm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.proposal-confirm__marker {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  color: #00b38a;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  background: #e6f7f2;
  border-radius: 999px;
}
.proposal-confirm__title-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.proposal-confirm__title {
  color: #1d2129;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.proposal-confirm__description {
  margin-top: 4px;
  color: #6b7785;
  font-size: 12px;
  line-height: 18px;
  overflow-wrap: anywhere;
}
.proposal-confirm__countdown {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.proposal-confirm__countdown svg {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.proposal-confirm__countdown-bg {
  fill: none;
  stroke: #e5e8ed;
  stroke-width: 3;
}
.proposal-confirm__countdown-ring {
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
  fill: none;
  stroke: #00b38a;
  stroke-width: 3;
  stroke-linecap: round;
}
.proposal-confirm__countdown-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00b38a;
  font-weight: 600;
  font-size: 12px;
  inset: 0;
}
.proposal-confirm__actions-list {
  max-height: 168px;
  margin: 8px 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}
.proposal-confirm__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 3px 0;
  color: #1d2129;
  font-size: 12px;
  line-height: 18px;
  overflow-wrap: anywhere;
}
.proposal-confirm__action-item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 6px;
  background: #00b38a;
  border-radius: 50%;
  content: '';
}
.proposal-confirm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.proposal-confirm__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  min-height: 32px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.proposal-confirm__btn:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.proposal-confirm__btn--accept {
  color: #fbfefd;
  background: #00b38a;
  border-color: #00b38a;
}
.proposal-confirm__btn--accept:hover {
  background: #009e74;
  border-color: #009e74;
}
.proposal-confirm__btn--accept:active {
  background: #0b7a5a;
  border-color: #0b7a5a;
}
.proposal-confirm__btn--reject {
  color: #6b7785;
  background: #f5f7fa;
  border-color: #e5e8ed;
}
.proposal-confirm__btn--reject:hover {
  color: #1d2129;
  background: #edf1f7;
}
.proposal-confirm__btn--reject:active {
  background: #e5e8ed;
}
.proposal-confirm__result {
  margin-top: 8px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  border-radius: 8px;
}
.proposal-confirm__result--accepted {
  color: #0b7a5a;
  background: #e6f7f2;
}
.proposal-confirm__result--rejected,
.proposal-confirm__result--expired {
  color: #a11d1d;
  background: #fff1f0;
}

/**
 * ToolResultBlockView 样式
 */
.tool-result-block-view {
  margin: 3px 0 6px 28px;
  overflow: hidden;
  color: #6b7785;
  font-size: 12px;
  background: transparent;
  border: none;
  border-radius: 8px;
}
.tool-result-block-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0 4px;
  background: transparent;
  border-bottom: none;
}
.tool-result-block-view__label {
  color: #a0a8b4;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.tool-result-block-view__content {
  padding: 0;
}
.tool-result-block-view__content pre {
  max-height: 160px;
  margin: 0;
  padding: 7px 9px;
  overflow-y: auto;
  color: #6b7785;
  font-size: 11.5px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
  background: #f8fafc;
  border-radius: 8px;
}
.tool-result-block-view__expand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 6px;
  padding: 3px 6px;
  color: #6b7785;
  font-size: 12px;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.18s, color 0.18s;
  transition: background-color 0.18s, color 0.18s;
}
.tool-result-block-view__expand:hover {
  color: #1d2129;
  background: #eef3f7;
}
.tool-result-block-view .streaming-cursor {
  color: #00b38a;
  -webkit-animation: cursor-blink 1s infinite;
          animation: cursor-blink 1s infinite;
}
.tool-result-block-view.is-error {
  margin-left: 0;
  padding: 8px 10px;
  background: #fff1f0;
  border: 1px solid rgba(245, 63, 63, 0.24);
}
.tool-result-block-view.is-error .tool-result-block-view__header {
  padding-top: 0;
  padding-bottom: 6px;
}
.tool-result-block-view.is-error .tool-result-block-view__label,
.tool-result-block-view.is-error .tool-result-block-view__content pre {
  color: #b42318;
}
.tool-result-block-view.is-error .tool-result-block-view__content pre {
  background: rgba(255, 251, 250, 0.72);
}
@-webkit-keyframes cursor-blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
@keyframes cursor-blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

.image-block-view {
  margin: 4px 0;
}
.image-block-view__placeholder {
  display: inline-block;
  padding: 8px 12px;
  color: #999;
  font-size: 13px;
  background: #f5f5f5;
  border-radius: 6px;
}
.image-block-view__thumb {
  display: block;
  max-width: 240px;
  max-height: 180px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.image-block-view__thumb:hover {
  opacity: 0.85;
}
.image-block-view__overlay {
  position: fixed;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  inset: 0;
}
.image-block-view__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.image-block-view__close:hover {
  background: rgba(255, 255, 255, 0.35);
}
.image-block-view__full {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

/**
 * Agent Todo List 样式
 */
.todo-list-block-view {
  margin: 8px 0;
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
}
.todo-list-block-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
  background: #fbfefd;
  border-bottom: 1px solid #edf0f3;
}
.todo-list-block-view__title {
  color: #1d2129;
  font-weight: 600;
}
.todo-list-block-view__summary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6b7785;
}
.todo-list-block-view__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
}
.todo-list-block-view__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) minmax(44px, auto);
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1d2129;
  line-height: 1.5;
}
.todo-list-block-view__item.is-completed {
  color: #6b7785;
}
.todo-list-block-view__item.is-completed .todo-list-block-view__content {
  text-decoration: line-through;
}
.todo-list-block-view__item.is-in_progress {
  color: #009e74;
  font-weight: 500;
}
.todo-list-block-view__icon {
  color: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.todo-list-block-view__content {
  min-width: 0;
  word-break: break-word;
}
.todo-list-block-view__status {
  color: #a0a8b4;
  font-weight: 400;
  white-space: nowrap;
}
.todo-list-block-view__completed-toggle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 2px 0 0 26px;
  padding: 2px 7px;
  color: #7b8795;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  background: #f5f7fa;
  border: 1px solid #edf0f3;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: color 0.18s, background-color 0.18s, border-color 0.18s;
  transition: color 0.18s, background-color 0.18s, border-color 0.18s;
}
.todo-list-block-view__completed-toggle:hover {
  color: #1d2129;
  background: #eef3f7;
  border-color: #dfe5ec;
}

/**
 * IntermediateSection 样式
 * 中间输出模块的折叠展开样式
 */
.intermediate-section {
  margin: 4px 0 10px;
  overflow: hidden;
}
.intermediate-section__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 6px 2px 0;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.intermediate-section__header:hover {
  background: #f5f7fa;
}
.intermediate-section__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  color: #c0c6cf;
}
.intermediate-section__icon .arrow-icon {
  -webkit-transition: -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.intermediate-section__icon .arrow-icon.is-collapsed {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.intermediate-section__title {
  color: #a0a8b4;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.intermediate-section__content {
  margin-top: 4px;
}
.intermediate-section__content .text-block-view {
  color: #6b7785;
  font-size: 13px;
}
.intermediate-section__content .text-block-view .md-paragraph {
  color: #6b7785;
}
.intermediate-section__content .tool-use-block-view {
  margin: 2px 0;
}

/**
 * MessageBubble 样式
 */
.message-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
}
.message-bubble__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
.message-bubble__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-bubble__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.message-bubble__content {
  padding: 12px 16px;
  color: #1d2129;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 12px;
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
.message-bubble__content:empty {
  min-height: 40px;
}
.message-bubble__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
  opacity: 0;
  -webkit-transition: opacity 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.message-bubble__actions .action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  color: #6b7785;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.message-bubble__actions .action-btn:hover {
  color: #1d2129;
  background: #eef3f7;
  border-color: #d9dee6;
}
.message-bubble:hover .message-bubble__actions {
  opacity: 1;
}
.message-bubble__content--collapsed {
  position: relative;
  max-height: calc(1.6em * 10 + 24px);
  overflow: hidden;
}
.message-bubble__expand-mask {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 247, 242, 0)), color-stop(70%, rgba(230, 247, 242, 0.96)));
  background: linear-gradient(to bottom, rgba(230, 247, 242, 0) 0%, rgba(230, 247, 242, 0.96) 70%);
}
.message-bubble__toggle-btn {
  height: 28px;
  padding: 0 14px;
  color: #009e74;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  background: rgba(0, 179, 138, 0.12);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message-bubble__toggle-btn:hover {
  color: #008a66;
  background: rgba(0, 179, 138, 0.18);
}
.message-bubble__toggle-btn:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.message-bubble__collapse-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  padding-top: 2px;
}
.message-bubble--user {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message-bubble--user .message-bubble__content {
  color: #1d2129;
  background: #e6f7f2;
  border-color: rgba(0, 179, 138, 0.22);
}
.message-bubble--user .message-bubble__content .md-inline-code {
  color: #0b7a5a;
  background: rgba(0, 179, 138, 0.12);
}
.message-bubble--user .message-bubble__content a {
  color: #009e74;
  text-decoration: underline;
}
.message-bubble--user-file .message-bubble__content {
  min-width: 220px;
}
.message-bubble--assistant .message-bubble__content {
  background: #f5f7fa;
}
.message-bubble--assistant.is-streaming .message-bubble__content {
  border-color: transparent;
}
.message-bubble--assistant.no-avatar {
  margin-top: -8px;
  padding-left: 44px;
}
@media (prefers-reduced-motion: reduce) {
  .message-bubble,
  .message-bubble * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
.message-loading-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.message-loading-indicator .dot {
  width: 8px;
  height: 8px;
  background: #a0a8b4;
  border-radius: 50%;
  -webkit-animation: loading-bounce 1.4s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
          animation: loading-bounce 1.4s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
}
.message-loading-indicator .dot:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.message-loading-indicator .dot:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes loading-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes loading-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * MessageList 样式
 */
.message-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.message-list::-webkit-scrollbar {
  width: 6px;
}
.message-list::-webkit-scrollbar-track {
  background: transparent;
}
.message-list::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}
.message-list::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}
.message-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
  padding-bottom: 8px;
}
.message-list-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  color: #999;
}
.message-list-empty .empty-icon {
  margin-bottom: 16px;
  font-size: 48px;
  opacity: 0.5;
}
.message-list-empty .empty-text {
  font-size: 14px;
}

/**
 * chat-ui.less — 聊天 UI 共享样式层
 *
 * 被以下文件引入：
 *   - StudioDialogue.less
 *   - SessionHistoryPanel.less（仅取变量）
 *
 * 只包含：
 *   1. 品牌色 Less 变量
 *   2. 输入框 mixin（.chat-input-mixin）
 *   3. 消息气泡覆盖 mixin（.chat-bubble-overrides）
 *
 * 具体组件样式已移至各自的 .less 文件，不在此定义。
 */
.x-msg-toast-container {
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  z-index: 30000;
  color: #1d2129;
  line-height: normal;
  text-align: center;
  pointer-events: none;
}
.x-msg-toast {
  margin-bottom: 12px;
}
.x-msg-toast-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 100px;
  max-width: 680px;
  padding: 12px 16px;
  text-align: initial;
  background: linear-gradient(135deg, #f0fffa 0%, #fff 100%);
  border: 1px solid rgba(0, 179, 138, 0.42);
  border-left: 4px solid #00b38a;
  border-radius: 12px;
  -webkit-box-shadow: 0 18px 44px rgba(0, 179, 138, 0.22), 0 4px 16px rgba(29, 33, 41, 0.12);
          box-shadow: 0 18px 44px rgba(0, 179, 138, 0.22), 0 4px 16px rgba(29, 33, 41, 0.12);
  pointer-events: auto;
  word-break: break-word;
}
.x-msg-toast-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  color: #00b38a;
  line-height: 22px;
  background: rgba(0, 179, 138, 0.12);
  border-radius: 50%;
}
.x-msg-toast-icon i,
.x-msg-toast-icon svg {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.x-msg-toast-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
@-webkit-keyframes chat-image-processing-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes chat-image-processing-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * StudioDialogue — 全屏/Popover 对话面板专属样式
 * 共享 UI 变量和 mixin 来自 chat-ui.less。
 */
.studio-dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.studio-dialogue__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px 10px;
  background: #fff;
  border-bottom: 1px solid #e5e8ed;
}
.studio-dialogue__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue__header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.studio-dialogue__view-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
}
.studio-dialogue__view-toggle-btn {
  height: 22px;
  padding: 0 8px;
  color: #6b7785;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__view-toggle-btn:hover {
  color: #1d2129;
}
.studio-dialogue__view-toggle-btn.is-active {
  color: #1d2129;
  background: #fff;
}
.studio-dialogue__header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  color: #6b7785;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__header-btn:hover {
  color: #1d2129;
  background: #f5f7fa;
  border-color: #e5e8ed;
}
.studio-dialogue__header-btn:disabled {
  color: #adb5bd;
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.55;
}
.studio-dialogue__header-btn--primary {
  color: #fff;
  background: #00b38a;
  border-color: #00b38a;
}
.studio-dialogue__header-btn--primary:hover {
  background: #00b38a;
  border-color: #00b38a;
}
.studio-dialogue__header-btn--primary:disabled {
  color: #adb5bd;
  background: #f5f7fa;
  border-color: #e5e8ed;
}
.studio-dialogue__messages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 16px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: studio-dialogue-messages-in 240ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: studio-dialogue-messages-in 240ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.studio-dialogue__messages::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.studio-dialogue__messages::-webkit-scrollbar-track {
  background: transparent;
}
.studio-dialogue__messages::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 6px;
}
.studio-dialogue__messages:hover {
  scrollbar-color: rgba(148, 163, 184, 0.5) transparent;
}
.studio-dialogue__messages:hover::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.5);
}
.studio-dialogue__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  min-height: var(--studio-bottom-rail-height, 80px);
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #e5e8ed;
  -webkit-transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1);
}
.studio-dialogue__input .chat-image-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 6px 0;
  overflow-x: auto;
}
.studio-dialogue__input .chat-image-item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
}
.studio-dialogue__input .chat-image-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studio-dialogue__input .chat-image-item__remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  font-size: 0;
  line-height: 1;
  text-align: center;
  background: rgba(29, 33, 41, 0.72);
  border: none;
  border-radius: 0 0 0 6px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.studio-dialogue__input .chat-image-item__remove::before {
  content: '×';
  font-size: 15px;
  line-height: 1;
}
.studio-dialogue__input .chat-image-item__remove:hover {
  background: rgba(29, 33, 41, 0.86);
}
.studio-dialogue__input .chat-image-processing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  color: #6b7785;
  background: #f5f7fa;
  border: 1px dashed #e5e8ed;
  border-radius: 6px;
}
.studio-dialogue__input .chat-image-processing-item__spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 179, 138, 0.18);
  border-top-color: #00b38a;
  border-radius: 50%;
  -webkit-animation: chat-image-processing-spin 0.8s linear infinite;
          animation: chat-image-processing-spin 0.8s linear infinite;
}
.studio-dialogue__input .chat-image-processing-item__text {
  font-size: 10px;
  line-height: 12px;
}
.studio-dialogue__input .chat-file-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
}
.studio-dialogue__input .chat-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  padding: 3px 8px;
  font-size: 12px;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
}
.studio-dialogue__input .chat-file-item__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #1d2129;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue__input .chat-file-item__size {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #adb5bd;
  font-size: 10px;
}
.studio-dialogue__input .chat-file-item__remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #adb5bd;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.studio-dialogue__input .chat-file-item__remove:hover {
  color: #f53f3f;
  background: rgba(0, 0, 0, 0.06);
}
.studio-dialogue__input .chat-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 8px 12px;
  overflow: visible;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 12px;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.studio-dialogue__input .chat-input-box:focus-within {
  border-color: #00b38a;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.12);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.12);
}
.studio-dialogue__input .chat-input-box .chat-input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  color: #00b38a;
}
.studio-dialogue__input .chat-input-box--welcome {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding: 12px 10px 12px 18px;
  background: #fbfefd;
  border-color: rgba(0, 179, 138, 0.18);
  border-radius: 32px;
  -webkit-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
          box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
}
.studio-dialogue__input .chat-input-box--welcome:focus-within {
  border-color: #00b38a;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14), 0 18px 40px rgba(15, 23, 42, 0.08);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14), 0 18px 40px rgba(15, 23, 42, 0.08);
}
.studio-dialogue__input .chat-input-box--welcome .chat-input-icon {
  -ms-flex-item-align: center;
      align-self: center;
  height: auto;
  color: #00b38a;
}
.studio-dialogue__input .chat-input-box--welcome .chat-send-btn,
.studio-dialogue__input .chat-input-box--welcome .chat-stop-btn {
  -ms-flex-item-align: center;
      align-self: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 18px rgba(0, 179, 138, 0.2);
          box-shadow: 0 8px 18px rgba(0, 179, 138, 0.2);
}
.studio-dialogue__input textarea.chat-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 30px;
  max-height: 140px;
  padding: 4px 0;
  overflow-y: hidden;
  color: #1d2129;
  font-size: 14px;
  font-family: inherit;
  line-height: 22px;
  background: transparent;
  border: none;
  outline: none;
  resize: none;
}
.studio-dialogue__input textarea.chat-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #adb5bd;
}
.studio-dialogue__input textarea.chat-textarea::-moz-placeholder {
  font-size: 14px;
  color: #adb5bd;
}
.studio-dialogue__input textarea.chat-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #adb5bd;
}
.studio-dialogue__input textarea.chat-textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #adb5bd;
}
.studio-dialogue__input textarea.chat-textarea::placeholder {
  font-size: 14px;
  color: #adb5bd;
}
.studio-dialogue__input textarea.chat-textarea:disabled {
  cursor: not-allowed;
}
.studio-dialogue__input textarea.chat-textarea:disabled::-webkit-input-placeholder {
  color: #ddd;
}
.studio-dialogue__input textarea.chat-textarea:disabled::-moz-placeholder {
  color: #ddd;
}
.studio-dialogue__input textarea.chat-textarea:disabled:-ms-input-placeholder {
  color: #ddd;
}
.studio-dialogue__input textarea.chat-textarea:disabled::-ms-input-placeholder {
  color: #ddd;
}
.studio-dialogue__input textarea.chat-textarea:disabled::placeholder {
  color: #ddd;
}
.studio-dialogue__input .chat-send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #00b38a;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.studio-dialogue__input .chat-send-btn:hover:not(:disabled) {
  background: #009e74;
}
.studio-dialogue__input .chat-send-btn:active:not(:disabled) {
  background: #008561;
}
.studio-dialogue__input .chat-send-btn:disabled {
  background: #d9d9d9;
  cursor: not-allowed;
}
.studio-dialogue__input .chat-stop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #f53f3f;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.studio-dialogue__input .chat-stop-btn:hover {
  background: #f76666;
}
.studio-dialogue__input .chat-stop-btn:active {
  background: #f42727;
}
.studio-dialogue__input .chat-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
}
.studio-dialogue__input .chat-footer-btn {
  padding: 0;
  color: #adb5bd;
  font-size: 11px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.studio-dialogue__input .chat-footer-btn:hover {
  color: #6b7785;
}
.studio-dialogue__input .chat-footer-btn + .studio-dialogue__input .chat-footer-btn {
  margin-left: 12px;
}
.studio-dialogue__input .chat-welcome-hint {
  margin: 0;
  color: #adb5bd;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.studio-dialogue .chat-input-box {
  min-width: 0;
  -webkit-transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, border-radius, box-shadow;
}
.studio-dialogue .chat-input-box--welcome {
  min-height: 58px;
  padding: 10px 10px 10px 14px;
  border-color: #dbe4e2;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.studio-dialogue .chat-input-box--welcome:focus-within {
  border-color: #00b38a;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14);
}
.studio-dialogue .chat-input-box--welcome .chat-send-btn,
.studio-dialogue .chat-input-box--welcome .chat-stop-btn {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.studio-dialogue .chat-input-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: 0;
}
.studio-dialogue__connection-banner,
.studio-dialogue__send-retry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
  color: #1d2129;
  font-size: 12px;
  line-height: 18px;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
}
.studio-dialogue__connection-banner span,
.studio-dialogue__send-retry span {
  min-width: 0;
}
.studio-dialogue__connection-banner button,
.studio-dialogue__send-retry button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px 8px;
  color: #009e74;
  font-weight: 600;
  background: #e6f7f2;
  border: 1px solid rgba(0, 179, 138, 0.18);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__connection-banner button:hover:not(:disabled),
.studio-dialogue__send-retry button:hover:not(:disabled) {
  color: #007f5e;
  background: rgba(0, 179, 138, 0.16);
  border-color: rgba(0, 179, 138, 0.28);
}
.studio-dialogue__connection-banner button:disabled,
.studio-dialogue__send-retry button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.studio-dialogue__connection-banner {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 28px;
  color: #6b7785;
  background: #f8fafc;
}
.studio-dialogue__connection-banner::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 7px;
  height: 7px;
  content: '';
  background: #00b38a;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.studio-dialogue__connection-banner--reconnecting {
  background: #f3fbf8;
  border-color: rgba(0, 179, 138, 0.18);
}
.studio-dialogue__connection-banner--reconnecting::after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 15px;
  height: 15px;
  content: '';
  border: 1px solid rgba(0, 179, 138, 0.3);
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: studio-dialogue-connection-pulse 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
          animation: studio-dialogue-connection-pulse 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.studio-dialogue__connection-banner--disconnected {
  color: #8a6a20;
  background: #fff8e8;
  border-color: #f4dfaa;
}
.studio-dialogue__connection-banner--disconnected::before {
  background: #d49b21;
}
.studio-dialogue__connection-banner--failed {
  color: #b42318;
  background: #fff6f5;
  border-color: #ffd0cc;
}
.studio-dialogue__connection-banner--failed::before {
  background: #f53f3f;
}
.studio-dialogue__send-retry {
  background: #fef2f2;
  border-color: #fecaca;
}
.studio-dialogue__send-retry button {
  color: #b91c1c;
  background: #fee2e2;
  border-color: #fca5a5;
}
.studio-dialogue__input-anchor {
  position: relative;
  width: 100%;
}
.studio-dialogue .chat-input-box--model-prompt-open {
  pointer-events: none;
  opacity: 0.68;
}
.studio-dialogue__image-model-prompt {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 14px;
  color: #1d2129;
  background: #fff;
  border: 1px solid rgba(0, 179, 138, 0.26);
  border-radius: 7px;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.studio-dialogue__image-model-prompt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.studio-dialogue__image-model-prompt-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  color: #00b38a;
  background: #e6f7f2;
  border-radius: 6px;
}
.studio-dialogue__image-model-prompt-title {
  color: #1d2129;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.studio-dialogue__image-model-prompt-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.studio-dialogue__image-model-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-height: 76px;
  padding: 11px 12px;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__image-model-choice:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-dialogue__image-model-choice:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.studio-dialogue__image-model-choice--text {
  color: #1d2129;
  background: #e6f7f2;
  border: 1px solid rgba(0, 179, 138, 0.24);
}
.studio-dialogue__image-model-choice--text .studio-dialogue__image-model-choice-title {
  color: #00765b;
}
.studio-dialogue__image-model-choice--text:hover:not(:disabled) {
  background: rgba(0, 179, 138, 0.14);
  border-color: rgba(0, 179, 138, 0.4);
}
.studio-dialogue__image-model-choice--multimodal {
  color: #1d2129;
  background: #f8f1e7;
  border: 1px solid #e4d2ba;
}
.studio-dialogue__image-model-choice--multimodal .studio-dialogue__image-model-choice-title {
  color: #8a5a16;
}
.studio-dialogue__image-model-choice--multimodal:hover:not(:disabled) {
  background: #f5eadb;
  border-color: #d6bd9e;
}
.studio-dialogue__image-model-choice.is-active {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
          box-shadow: inset 0 0 0 1px currentColor;
}
.studio-dialogue__image-model-choice-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.studio-dialogue__image-model-choice-copy {
  color: #6b7785;
  font-size: 12px;
  line-height: 18px;
}
.studio-dialogue__image-model-prompt-note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px;
  color: #9a6700;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  background: #fff7e6;
  border: 1px solid #ffe4ad;
  border-radius: 6px;
}
.studio-dialogue__model-mode {
  position: relative;
  z-index: 30;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  min-width: 32px;
}
.studio-dialogue__file-input {
  display: none;
}
.studio-dialogue__attachment-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
  color: #6b7785;
  font-size: 12px;
  line-height: 18px;
  background: #fff7e6;
  border: 1px solid #ffe4ad;
  border-radius: 6px;
}
.studio-dialogue__attachment-note span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.studio-dialogue__attachment-note button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 2px 7px;
  color: #8a5a16;
  font-weight: 600;
  background: transparent;
  border: 1px solid rgba(138, 90, 22, 0.18);
  border-radius: 5px;
  cursor: pointer;
}
.studio-dialogue__attachment-note button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.studio-dialogue__attach-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #6b7785;
  line-height: 0;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__attach-trigger:hover:not(:disabled) {
  color: #1d2129;
  background: #f5f7fa;
}
.studio-dialogue__attach-trigger:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-dialogue__attach-trigger:disabled {
  color: #adb5bd;
  cursor: not-allowed;
  opacity: 0.55;
}
.studio-dialogue__model-mode-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 0;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__model-mode-trigger.is-text {
  color: #8a5a16;
}
.studio-dialogue__model-mode-trigger.is-image {
  color: #00b38a;
}
.studio-dialogue__model-mode-trigger:hover:not(:disabled),
.studio-dialogue__model-mode-trigger[aria-expanded="true"] {
  background: rgba(0, 179, 138, 0.1);
}
.studio-dialogue__model-mode-trigger:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-dialogue__model-mode-trigger:disabled {
  color: #adb5bd;
  cursor: not-allowed;
  opacity: 0.7;
}
.studio-dialogue__model-mode-trigger:disabled:hover {
  background: transparent;
}
.studio-dialogue__model-menu {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 40;
  min-width: 164px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.studio-dialogue__model-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  color: #1d2129;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue__model-option:hover {
  background: #f5f7fa;
}
.studio-dialogue__model-option:disabled,
.studio-dialogue__model-option.is-disabled {
  color: #6b7785;
  cursor: not-allowed;
  opacity: 0.55;
}
.studio-dialogue__model-option:disabled:hover,
.studio-dialogue__model-option.is-disabled:hover {
  background: transparent;
}
.studio-dialogue__model-option.is-active {
  color: #00b38a;
  background: rgba(0, 179, 138, 0.1);
}
.studio-dialogue__model-option-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
}
.studio-dialogue__model-option-label {
  min-width: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.studio-dialogue__model-option-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.studio-dialogue__model-option-meta {
  overflow: hidden;
  color: #6b7785;
  font-size: 11px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue__model-option-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
}
.studio-dialogue .chat-attachment-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.studio-dialogue .chat-input-box--has-attachments {
  padding-top: 8px;
  padding-bottom: 8px;
}
.studio-dialogue .chat-input-box--welcome.chat-input-box--has-attachments {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
}
.studio-dialogue .chat-image-item {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
}
.studio-dialogue .chat-image-item__remove {
  width: 16px;
  height: 16px;
  border-radius: 0 0 0 6px;
}
.studio-dialogue .chat-image-item__remove::before {
  font-size: 13px;
}
.studio-dialogue .chat-image-processing-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  width: auto;
  min-width: 68px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
}
.studio-dialogue .chat-image-processing-item__spinner {
  width: 12px;
  height: 12px;
}
.studio-dialogue .chat-image-processing-item__text {
  font-size: 10px;
  line-height: 12px;
}
.studio-dialogue .chat-file-item {
  gap: 4px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: min(96px, 100%);
  min-height: 32px;
  padding: 0 6px;
  border-radius: 6px;
  cursor: pointer;
}
.studio-dialogue .chat-file-item__name {
  font-size: 10px;
  line-height: 32px;
}
.studio-dialogue .chat-file-item__size {
  font-size: 8px;
  line-height: 32px;
}
.studio-dialogue .chat-document-item,
.studio-dialogue .chat-document-processing-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 188px;
          flex: 0 1 188px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  max-width: min(220px, 100%);
  min-height: 38px;
  padding: 5px 24px 5px 9px;
  color: #1d2129;
  background: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 7px;
}
.studio-dialogue .chat-document-item {
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-dialogue .chat-document-item:hover,
.studio-dialogue .chat-document-item:focus-visible {
  background: #fff;
  border-color: rgba(0, 179, 138, 0.32);
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.1);
}
.studio-dialogue .chat-document-item--partial {
  background: #fff7e6;
  border-color: #ffe4ad;
}
.studio-dialogue .chat-document-item__name {
  min-width: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue .chat-document-item__meta,
.studio-dialogue .chat-document-processing-item__text {
  min-width: 0;
  overflow: hidden;
  color: #6b7785;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue .chat-document-item__remove {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  color: #6b7785;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0 6px 0 5px;
  cursor: pointer;
}
.studio-dialogue .chat-document-item__remove:hover {
  color: #f53f3f;
  background: #fff1f0;
}
.studio-dialogue .chat-document-processing-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 9px;
}
.studio-dialogue--drag-active .studio-dialogue__input {
  background: #fbfefd;
}
.studio-dialogue--drag-active .chat-input-box {
  border-color: rgba(0, 179, 138, 0.5);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.14);
}
.studio-dialogue__preview-mask {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.35);
  inset: 0;
}
.studio-dialogue__preview-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(880px, 100%);
  max-height: min(80vh, 720px);
  overflow: hidden;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
          box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}
.studio-dialogue__preview-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e8ed;
}
.studio-dialogue__preview-title {
  min-width: 0;
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-dialogue__preview-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #6b7785;
  font-size: 18px;
  line-height: 28px;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.studio-dialogue__preview-close:hover {
  background: #f5f7fa;
}
.studio-dialogue__preview-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 16px;
  overflow: auto;
  background: #f8fafc;
}
.studio-dialogue__preview-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(80vh - 120px);
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.studio-dialogue__preview-file {
  margin: 0;
  color: #1d2129;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
.studio-dialogue--input-only {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  min-height: 0;
  background: transparent;
}
.studio-dialogue--input-only .studio-dialogue__messages {
  display: none;
}
.studio-dialogue--input-only .studio-dialogue__header {
  padding: 0 4px 10px;
  background: transparent;
  border-bottom: none;
}
.studio-dialogue--input-only .studio-dialogue__input {
  gap: 10px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border-top: none;
}
.studio-dialogue--input-only .studio-dialogue__image-model-prompt {
  bottom: calc(100% + 14px);
}
.studio-dialogue__model-mode-trigger svg,
.studio-dialogue__attach-trigger svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.chat-input-box--welcome .studio-dialogue__model-mode-trigger,
.chat-input-box--welcome .studio-dialogue__attach-trigger {
  border-radius: 7px;
}
.studio-dialogue--stage-welcome {
  background: transparent;
}
.studio-dialogue--stage-dialogue .studio-dialogue__messages,
.studio-dialogue--stage-split .studio-dialogue__messages {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.studio-dialogue--stage-dialogue .message-list__inner,
.studio-dialogue--stage-split .message-list__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.studio-dialogue .message-bubble {
  gap: 0;
  padding: 6px 0;
}
.studio-dialogue .message-bubble__avatar {
  display: none !important;
}
.studio-dialogue .message-bubble__main {
  width: 100%;
}
.studio-dialogue .message-bubble__content {
  max-width: 100%;
  padding: 10px 14px;
  color: #1d2129;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.studio-dialogue .message-bubble--user {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.studio-dialogue .message-bubble--user .message-bubble__content {
  max-width: 78%;
  margin-left: auto;
  color: #1d2129;
  background: #e6f7f2;
  border-color: rgba(0, 179, 138, 0.2);
  border-radius: 12px;
}
.studio-dialogue .message-bubble--user .md-inline-code {
  color: #005743;
  background: rgba(0, 179, 138, 0.12);
}
.studio-dialogue .message-bubble--user a {
  color: #009e74;
}
.studio-dialogue .message-bubble--assistant {
  padding-left: 0;
}
.studio-dialogue .message-bubble--assistant.no-avatar {
  margin-top: 0;
  padding-left: 0;
}
.studio-dialogue .message-bubble--assistant .message-bubble__content {
  max-width: 100%;
  padding: 4px 0;
  background: transparent;
  border-radius: 0;
}
.studio-dialogue .message-bubble--assistant.is-streaming .message-bubble__content {
  color: #1d2129;
  border-color: transparent;
}
.studio-dialogue .message-bubble__actions {
  margin-top: 4px;
}
.studio-dialogue .message-bubble__expand-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 247, 242, 0)), color-stop(72%, rgba(230, 247, 242, 0.96)));
  background: linear-gradient(to bottom, rgba(230, 247, 242, 0) 0%, rgba(230, 247, 242, 0.96) 72%);
}
.studio-dialogue .message-bubble__expand-btn {
  color: #009e74;
  background: rgba(0, 179, 138, 0.12);
}
.studio-dialogue .message-bubble__expand-btn:hover {
  background: rgba(0, 179, 138, 0.18);
}
.studio-dialogue .md-code-block {
  padding: 12px 16px;
  overflow-x: auto;
  color: #24292f;
  font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fbfefd;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .message-bubble__content {
  position: relative;
  padding-left: 18px;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .message-bubble__content::before {
  position: absolute;
  top: 9px;
  bottom: 8px;
  left: 4px;
  width: 1px;
  content: '';
  background: #edf0f3;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .process-marked-block {
  position: relative;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .process-marked-block--done::before,
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .process-marked-block--active::before {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .process-marked-block--done::before {
  top: 0.66em;
  left: -17px;
  width: 6px;
  height: 6px;
  background: #009e74;
}
.studio-dialogue .studio-dialogue__messages--progress-process .message-bubble--assistant.message-bubble--has-process .process-marked-block--active::before {
  top: 0.52em;
  left: -19px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1.4px solid rgba(0, 179, 138, 0.18);
  border-top-color: #00b38a;
  -webkit-animation: studio-progress-rail-spin 0.9s linear infinite;
          animation: studio-progress-rail-spin 0.9s linear infinite;
}
.studio-dialogue .studio-dialogue__messages--progress-process .tool-progress-group--rail {
  margin-left: 0;
}
.studio-dialogue .studio-dialogue__messages--progress-read .tool-progress-group--footnote {
  margin-top: 4px;
  margin-bottom: 12px;
}
.studio-dialogue .message-bubble--user .message-bubble__content {
  color: #1d2129;
  background: #edf8f4;
  border: 1px solid rgba(0, 179, 138, 0.2);
  border-radius: 8px;
}
.studio-dialogue .message-bubble--user .md-inline-code {
  color: #005743;
  background: rgba(0, 179, 138, 0.12);
}
.studio-dialogue .message-bubble--user a {
  color: #009e74;
}
.studio-dialogue .message-bubble--user .message-bubble__expand-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 247, 242, 0)), color-stop(72%, rgba(230, 247, 242, 0.96)));
  background: linear-gradient(to bottom, rgba(230, 247, 242, 0) 0%, rgba(230, 247, 242, 0.96) 72%);
}
.studio-dialogue .message-bubble--user .message-bubble__toggle-btn {
  color: #009e74;
  background: rgba(0, 179, 138, 0.12);
}
.studio-dialogue .message-bubble--user .message-bubble__toggle-btn:hover {
  background: rgba(0, 179, 138, 0.18);
}
.studio-layout__dialogue-centered--card .studio-dialogue {
  background: transparent;
}
.studio-layout__dialogue-centered--card .studio-dialogue__header {
  padding: 14px 22px 12px;
  background: transparent;
  border-bottom: 1px solid #edf0f3;
}
.studio-layout__dialogue-centered--card .studio-dialogue__messages {
  padding: 16px 22px 12px;
}
.studio-layout__dialogue-centered--card .studio-dialogue__input {
  padding: 12px 22px 16px;
  background: transparent;
  border-top: 1px solid #edf0f3;
}
@media (prefers-reduced-motion: reduce) {
  .studio-layout__dialogue-centered--card,
  .studio-layout__dialogue-centered--card * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes studio-progress-rail-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes studio-progress-rail-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes studio-dialogue-connection-pulse {
  from {
    opacity: 0.72;
    -webkit-transform: translateY(-50%) scale(0.74);
            transform: translateY(-50%) scale(0.74);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.45);
            transform: translateY(-50%) scale(1.45);
  }
}
@keyframes studio-dialogue-connection-pulse {
  from {
    opacity: 0.72;
    -webkit-transform: translateY(-50%) scale(0.74);
            transform: translateY(-50%) scale(0.74);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.45);
            transform: translateY(-50%) scale(1.45);
  }
}
@-webkit-keyframes studio-dialogue-messages-in {
  from {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes studio-dialogue-messages-in {
  from {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.studio-sidebar {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
          flex: 0 0 268px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 268px;
  min-width: 0;
  height: 100%;
  padding: 12px 10px 12px;
  color: #1d2129;
  background: #f8faf9;
  border-right: 1px solid #e1e7e5;
  -webkit-transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-flex-basis 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-flex-basis 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1), flex-basis 220ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1), flex-basis 220ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-flex-basis 220ms cubic-bezier(0.16, 1, 0.3, 1), -ms-flex-preferred-size 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.studio-sidebar--collapsed {
  -ms-flex-preferred-size: 64px;
      flex-basis: 64px;
  width: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 7px;
}
.studio-sidebar__brand-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  margin-bottom: 12px;
}
.studio-sidebar__brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  height: 38px;
  padding: 0 7px;
  color: #1d2129;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__brand:hover:not(:disabled) {
  background: #eef2f1;
  border-color: #dce4e2;
}
.studio-sidebar__brand:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__brand:disabled {
  cursor: default;
}
.studio-sidebar--collapsed .studio-sidebar__brand {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  padding: 0;
}
.studio-sidebar__brand-name {
  overflow: hidden;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-sidebar__mark {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.studio-sidebar__toggle,
.studio-sidebar__icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  color: #6b7785;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__toggle:hover:not(:disabled),
.studio-sidebar__icon-button:hover:not(:disabled) {
  color: #1d2129;
  background: #eef2f1;
  border-color: #dce4e2;
}
.studio-sidebar__toggle:focus-visible,
.studio-sidebar__icon-button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__toggle:disabled,
.studio-sidebar__icon-button:disabled {
  color: #a0a8b4;
  cursor: not-allowed;
  opacity: 0.68;
}
.studio-sidebar__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.studio-sidebar__icon-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studio-sidebar__toggle-collapsed {
  margin-bottom: 12px;
}
.studio-sidebar__tooltip {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 80;
  padding: 5px 8px;
  color: #fbfefd;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  background: #1d2129;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
          box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-4px);
          transform: translateY(-50%) translateX(-4px);
  -webkit-transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 120ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 120ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), transform 120ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), transform 120ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 120ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.studio-sidebar__tooltip::before {
  display: none;
}
.studio-sidebar__icon-wrap:hover .studio-sidebar__tooltip,
.studio-sidebar__icon-button:focus-visible + .studio-sidebar__tooltip {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.studio-sidebar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 6px;
  min-width: 0;
  padding: 0 6px;
}
.studio-sidebar--collapsed .studio-sidebar__nav {
  padding: 0;
}
.studio-sidebar__new-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 0 11px;
  color: #fbfefd;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  background: #00a982;
  border: 1px solid #009e74;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__new-session svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: currentColor;
}
.studio-sidebar__new-session:hover:not(:disabled) {
  color: #fbfefd;
  background: #009e74;
  border-color: #008f70;
}
.studio-sidebar__new-session:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__new-session:disabled {
  color: #8b949e;
  background: #eef2f1;
  border-color: #dce4e2;
  cursor: not-allowed;
  opacity: 0.78;
}
.studio-sidebar__new-session:disabled svg {
  color: #a0a8b4;
}
.studio-sidebar__status-icon {
  margin-top: 10px;
}
.studio-sidebar__status-icon .studio-sidebar__icon-button {
  position: relative;
  color: #6b7785;
}
.studio-sidebar__status-icon--ok .studio-sidebar__status-dot,
.studio-sidebar__status-icon--recovering .studio-sidebar__status-dot {
  color: #00a982;
}
.studio-sidebar__status-icon--busy .studio-sidebar__icon-button {
  color: #d9363e;
  background: #fff1f0;
  border-color: #ffd0cc;
}
.studio-sidebar__status-icon--warning .studio-sidebar__status-dot {
  color: #d49b21;
}
.studio-sidebar__status-icon--danger .studio-sidebar__status-dot {
  color: #f53f3f;
}
.studio-sidebar__status-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  margin-top: 10px;
  padding: 9px;
  background: #f8faf9;
  border: 1px solid #e1e7e5;
  border-radius: 8px;
}
.studio-sidebar__status-card--ok,
.studio-sidebar__status-card--recovering {
  margin-top: 8px;
  padding: 3px 4px;
  background: transparent;
  border-color: transparent;
  border-radius: 6px;
}
.studio-sidebar__status-card--ok .studio-sidebar__status-copy,
.studio-sidebar__status-card--recovering .studio-sidebar__status-copy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.studio-sidebar__status-card--ok .studio-sidebar__status-label,
.studio-sidebar__status-card--recovering .studio-sidebar__status-label {
  color: #6b7785;
  font-weight: 500;
}
.studio-sidebar__status-card--ok .studio-sidebar__status-detail,
.studio-sidebar__status-card--recovering .studio-sidebar__status-detail {
  display: none;
}
.studio-sidebar__status-card--ok .studio-sidebar__status-dot {
  width: 5px;
  height: 5px;
  opacity: 0.78;
}
.studio-sidebar__status-card--recovering .studio-sidebar__status-dot {
  width: 6px;
  height: 6px;
  opacity: 0.9;
}
.studio-sidebar__status-card--busy {
  border-color: #b9dfd5;
}
.studio-sidebar__status-card--warning {
  background: #fffaf0;
  border-color: #ead7a3;
}
.studio-sidebar__status-card--danger {
  background: #fff7f6;
  border-color: #f1c8c4;
}
.studio-sidebar__status-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.studio-sidebar__status-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  color: #1d2129;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.studio-sidebar__status-detail {
  overflow: hidden;
  color: #6b7785;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.studio-sidebar__status-dot {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7px;
  height: 7px;
  color: #00a982;
  background: currentColor;
  border-radius: 999px;
}
.studio-sidebar__status-card--warning .studio-sidebar__status-dot {
  color: #d49b21;
}
.studio-sidebar__status-card--danger .studio-sidebar__status-dot {
  color: #f53f3f;
}
.studio-sidebar__status-card--busy .studio-sidebar__status-dot,
.studio-sidebar__status-card--recovering .studio-sidebar__status-dot {
  position: relative;
}
.studio-sidebar__status-card--busy .studio-sidebar__status-dot::after,
.studio-sidebar__status-card--recovering .studio-sidebar__status-dot::after {
  position: absolute;
  inset: -4px;
  content: '';
  border: 1px solid rgba(0, 179, 138, 0.32);
  border-radius: inherit;
  -webkit-animation: studio-sidebar-status-pulse 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
          animation: studio-sidebar-status-pulse 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.studio-sidebar__status-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 9px;
  color: #009e74;
  font-weight: 600;
  font-size: 12px;
  background: transparent;
  border: 1px solid rgba(0, 179, 138, 0.28);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__status-action:hover {
  color: #008866;
  background: #e6f7f2;
  border-color: rgba(0, 179, 138, 0.4);
}
.studio-sidebar__status-action:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__status-action--stop {
  color: #d9363e;
  background: transparent;
  border-color: #e6b5af;
}
.studio-sidebar__status-action--stop:hover {
  color: #b42318;
  background: #fff1f0;
  border-color: #d99790;
}
.studio-sidebar__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  margin-top: 14px;
}
.studio-sidebar__history-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  margin-bottom: 6px;
  padding: 0 2px;
}
.studio-sidebar__section-title {
  color: #6b7785;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.studio-sidebar__history-refresh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  color: #6b7785;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__history-refresh:hover:not(:disabled) {
  color: #1d2129;
  background: #eef2f1;
  border-color: #dce4e2;
}
.studio-sidebar__history-refresh:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__history-refresh:disabled {
  cursor: progress;
  opacity: 0.82;
}
.studio-sidebar__history-refresh.is-refreshing {
  color: #00a982;
}
.studio-sidebar__history-refresh.is-refreshing svg {
  -webkit-animation: studio-sidebar-refresh-spin 0.8s linear infinite;
          animation: studio-sidebar-refresh-spin 0.8s linear infinite;
}
.studio-sidebar__history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.45) transparent;
}
.studio-sidebar__history-list::-webkit-scrollbar {
  width: 4px;
}
.studio-sidebar__history-list::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.45);
  border-radius: 999px;
}
.studio-sidebar__history-empty {
  padding: 12px 6px;
  color: #8b949e;
  font-size: 12px;
  line-height: 18px;
}
.studio-sidebar__history-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.studio-sidebar__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 7px 30px 7px 8px;
  color: #1d2129;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 120ms cubic-bezier(0.25, 1, 0.5, 1), border-color 120ms cubic-bezier(0.25, 1, 0.5, 1), color 120ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 120ms cubic-bezier(0.25, 1, 0.5, 1), border-color 120ms cubic-bezier(0.25, 1, 0.5, 1), color 120ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__history-item:hover:not(:disabled) {
  background: #eef2f1;
  border-color: #dce4e2;
}
.studio-sidebar__history-item:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.16);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.16);
}
.studio-sidebar__history-item:disabled {
  color: #8b949e;
  cursor: not-allowed;
}
.studio-sidebar__history-item--active {
  background: #edf8f4;
  border-color: #b9dfd5;
}
.studio-sidebar__history-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.studio-sidebar__history-item-title {
  overflow: hidden;
  max-width: 100%;
  color: inherit;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__history-item-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: #6b7785;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
}
.studio-sidebar__history-item-activity span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studio-sidebar__history-item-activity span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #8b949e;
}
.studio-sidebar__history-separator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #a0a8b4;
}
.studio-sidebar__history-item-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  overflow: hidden;
  color: #a0a8b4;
  font-size: 11px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__history-current {
  color: #008f70;
  font-weight: 600;
}
.studio-sidebar__history-delete {
  position: absolute;
  top: 7px;
  right: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  color: #a0a8b4;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), color 120ms cubic-bezier(0.25, 1, 0.5, 1), background 120ms cubic-bezier(0.25, 1, 0.5, 1), border-color 120ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 120ms cubic-bezier(0.25, 1, 0.5, 1), color 120ms cubic-bezier(0.25, 1, 0.5, 1), background 120ms cubic-bezier(0.25, 1, 0.5, 1), border-color 120ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__history-delete:hover:not(:disabled) {
  color: #d9363e;
  background: #fff1f0;
  border-color: #ffd0cc;
}
.studio-sidebar__history-delete:focus-visible {
  outline: none;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__history-delete:disabled {
  cursor: not-allowed;
  opacity: 0;
}
.studio-sidebar__history-delete--confirming {
  width: auto;
  padding: 0 8px;
  color: #d9363e;
  font-weight: 600;
  font-size: 11px;
  background: #fff1f0;
  border-color: #ffd0cc;
  opacity: 1;
}
.studio-sidebar__history-item-wrap:hover .studio-sidebar__history-delete:not(:disabled) {
  opacity: 1;
}
.studio-sidebar__user-actions {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #edf0f2;
}
.studio-sidebar__user-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  color: #00a982;
  font: inherit;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__user-action:hover {
  color: #009e74;
  background: #edf8f4;
}
.studio-sidebar__user-action:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__user-action > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
.studio-sidebar__user-action-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
}
.studio-sidebar__user-action-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.studio-sidebar__user-action-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.studio-sidebar__user-action-detail {
  min-width: 0;
  overflow: hidden;
  color: #6b7785;
  font-weight: 500;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__user-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--studio-bottom-rail-height, 80px);
          flex: 0 0 var(--studio-bottom-rail-height, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: var(--studio-bottom-rail-height, 80px);
  margin: 12px 6px 0;
  padding-top: 0;
  border-top: 1px solid #edf0f2;
}
.studio-sidebar--collapsed .studio-sidebar__user-menu {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 44px;
  min-height: 44px;
  margin: auto 0 0;
  padding-top: 0;
  border-top: none;
}
.studio-sidebar__user-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 5px 7px;
  color: #1d2129;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.studio-sidebar__user-trigger:hover,
.studio-sidebar__user-trigger--open {
  background: #eef2f1;
  border-color: #dce4e2;
}
.studio-sidebar__user-trigger:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.studio-sidebar__user-menu--collapsed .studio-sidebar__user-trigger {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 8px;
}
.studio-sidebar__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #fbfefd;
  font-weight: 600;
  font-size: 12px;
  background: #00b38a;
  border-radius: 50%;
}
.studio-sidebar__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studio-sidebar__avatar--large {
  width: 44px;
  height: 44px;
  -ms-flex-preferred-size: 44px;
      flex-basis: 44px;
  font-size: 16px;
  border-radius: 10px;
}
.studio-sidebar__user-trigger-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
.studio-sidebar__user-trigger-name {
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__user-trigger-corp {
  overflow: hidden;
  color: #6b7785;
  font-size: 11px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__user-popover {
  position: absolute;
  bottom: 0;
  left: calc(100% + 10px);
  z-index: 90;
  width: 292px;
  padding: 12px;
  background: #fbfefd;
  border: 1px solid #dbe4e2;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.studio-sidebar__user-popover::before {
  display: none;
}
.studio-sidebar__user-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 12px;
  border-bottom: 1px solid #edf0f2;
}
.studio-sidebar__user-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.studio-sidebar__user-name {
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__user-corp {
  overflow: hidden;
  color: #6b7785;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-sidebar__user-meta {
  display: grid;
  gap: 8px;
  padding: 10px 4px 8px;
}
.studio-sidebar__user-meta-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.studio-sidebar__user-meta-label {
  color: #a0a8b4;
}
.studio-sidebar__user-meta-value {
  overflow: hidden;
  color: #1d2129;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .studio-sidebar,
  .studio-sidebar * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes studio-sidebar-status-pulse {
  from {
    opacity: 0.72;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes studio-sidebar-status-pulse {
  from {
    opacity: 0.72;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes studio-sidebar-refresh-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes studio-sidebar-refresh-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.workbench {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
}
.workbench__stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  overflow: hidden;
}
.stage-grid {
  height: 100%;
}
.stage-grid--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stage-grid--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stage-grid__empty-text {
  color: #bbb;
  font-size: 14px;
}
.stage-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stage-grid__cell {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stage-grid__cell-mount {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.frame-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation: frame-enter 300ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: frame-enter 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.frame-container--focused {
  -webkit-box-shadow: 0 0 0 2px #00b38a, 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 2px #00b38a, 0 2px 8px rgba(0, 0, 0, 0.04);
}
.frame-container--pulsing {
  -webkit-animation: frame-enter 300ms cubic-bezier(0.16, 1, 0.3, 1), frame-pulse-breath 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: frame-enter 300ms cubic-bezier(0.16, 1, 0.3, 1), frame-pulse-breath 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.frame-container:not(.frame-container--focused) {
  cursor: pointer;
}
.frame-container:not(.frame-container--focused):hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.frame-container__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 36px;
  padding: 0 12px;
  background: #f5f7fa;
}
.frame-container__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.frame-container__title {
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.frame-container__agent-status {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 150px;
  overflow: hidden;
  padding: 1px 6px;
  color: #4e5969;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #edf1f7;
  border-radius: 4px;
}
.frame-container__agent-status--loaded,
.frame-container__agent-status--ready,
.frame-container__agent-status--capabilities-synced,
.frame-container__agent-status--success {
  color: #0b7a5a;
  background: #e8f6f1;
}
.frame-container__agent-status--opening,
.frame-container__agent-status--navigating,
.frame-container__agent-status--loading,
.frame-container__agent-status--recovering {
  color: #245b8f;
  background: #eaf3ff;
}
.frame-container__agent-status--executing {
  color: #7a5200;
  background: #fff3d6;
}
.frame-container__agent-status--auth-blocked,
.frame-container__agent-status--error,
.frame-container__agent-status--timeout {
  color: #a11d1d;
  background: #feecec;
}
.frame-container__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.frame-container__frame-id {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 11px;
  font-family: Inter, sans-serif;
  -webkit-transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.frame-container__frame-id-hash {
  font-weight: 600;
}
.frame-container__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  height: 12px;
  background: #e5e8ed;
}
.frame-container__header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  color: #a0a8b4;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.frame-container__header-btn:hover {
  color: #1d2129;
  background: #e5e8ed;
}
.frame-container__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.frame-container__iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.frame-container__iframe-slot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 0;
  pointer-events: none;
}
.frame-container__focus-overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  inset: 0;
}
.frame-container--snapshot {
  cursor: pointer;
}
.frame-container__snapshot-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-container__snapshot-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #a0a8b4;
  font-size: 12px;
  background: #f5f7fa;
}
@-webkit-keyframes frame-enter {
  from {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes frame-enter {
  from {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes frame-pulse-breath {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 1.5px rgba(0, 179, 138, 0.25), 0 0 8px rgba(0, 179, 138, 0.12), 0 0 16px rgba(0, 179, 138, 0.06);
            box-shadow: 0 0 0 1.5px rgba(0, 179, 138, 0.25), 0 0 8px rgba(0, 179, 138, 0.12), 0 0 16px rgba(0, 179, 138, 0.06);
  }
  50% {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.5), 0 0 14px rgba(0, 179, 138, 0.35), 0 0 32px rgba(0, 179, 138, 0.18), 0 0 48px rgba(0, 179, 138, 0.08);
            box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.5), 0 0 14px rgba(0, 179, 138, 0.35), 0 0 32px rgba(0, 179, 138, 0.18), 0 0 48px rgba(0, 179, 138, 0.08);
  }
}
@keyframes frame-pulse-breath {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 1.5px rgba(0, 179, 138, 0.25), 0 0 8px rgba(0, 179, 138, 0.12), 0 0 16px rgba(0, 179, 138, 0.06);
            box-shadow: 0 0 0 1.5px rgba(0, 179, 138, 0.25), 0 0 8px rgba(0, 179, 138, 0.12), 0 0 16px rgba(0, 179, 138, 0.06);
  }
  50% {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.5), 0 0 14px rgba(0, 179, 138, 0.35), 0 0 32px rgba(0, 179, 138, 0.18), 0 0 48px rgba(0, 179, 138, 0.08);
            box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.5), 0 0 14px rgba(0, 179, 138, 0.35), 0 0 32px rgba(0, 179, 138, 0.18), 0 0 48px rgba(0, 179, 138, 0.08);
  }
}
.frame-pulse-sweep-overlay {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}
.frame-pulse-sweep-overlay__beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(200, 255, 240, 0.06)), color-stop(30%, rgba(160, 255, 232, 0.14)), color-stop(44%, rgba(255, 255, 255, 0.52)), color-stop(50%, rgba(255, 255, 255, 0.68)), color-stop(56%, rgba(255, 255, 255, 0.52)), color-stop(70%, rgba(81, 223, 185, 0.14)), color-stop(85%, rgba(200, 255, 240, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 255, 240, 0.06) 15%, rgba(160, 255, 232, 0.14) 30%, rgba(255, 255, 255, 0.52) 44%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0.52) 56%, rgba(81, 223, 185, 0.14) 70%, rgba(200, 255, 240, 0.06) 85%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg) translateX(-200%);
          transform: skewX(-20deg) translateX(-200%);
  -webkit-animation: frame-pulse-sweep 720ms cubic-bezier(0.16, 1, 0.3, 1) 1 both;
          animation: frame-pulse-sweep 720ms cubic-bezier(0.16, 1, 0.3, 1) 1 both;
  will-change: transform;
}
@-webkit-keyframes frame-pulse-sweep {
  from {
    -webkit-transform: skewX(-20deg) translateX(-200%);
            transform: skewX(-20deg) translateX(-200%);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(300%);
            transform: skewX(-20deg) translateX(300%);
  }
}
@keyframes frame-pulse-sweep {
  from {
    -webkit-transform: skewX(-20deg) translateX(-200%);
            transform: skewX(-20deg) translateX(-200%);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(300%);
            transform: skewX(-20deg) translateX(300%);
  }
}
@-webkit-keyframes frame-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes frame-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes studio-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes studio-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.workbench-drawer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 130px;
  overflow: hidden;
  background: #fff;
  border-radius: 16px 16px 0 0;
  -webkit-transition: max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.workbench-drawer--collapsed {
  max-height: 10px;
}
.workbench-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  max-height: 80px;
  padding: 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #f0f2f5;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.workbench-drawer__content--hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.workbench-drawer__notch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10px;
}
.workbench-drawer__notch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 10px;
  padding: 0;
  color: #a0a8b4;
  background: #f5f7fa;
  border: none;
  border-right: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
  border-left: 1px solid #e5e8ed;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.workbench-drawer__notch svg {
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
}
.workbench-drawer__notch:hover {
  color: #6b7785;
  background: #eff1f4;
}
.workbench-drawer__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 32px;
}
.workbench-drawer__icon {
  width: 16px;
  height: 16px;
  color: #6b7785;
}
.workbench-drawer__icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.workbench-drawer__count {
  color: #6b7785;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}
.workbench-drawer__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  height: 44px;
  background: #e5e8ed;
}
.workbench-drawer__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  overflow-x: auto;
}
.workbench-drawer__cards::-webkit-scrollbar {
  display: none;
}
.workbench-drawer__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4px;
  width: 100px;
  height: 60px;
  padding: 6px 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.workbench-drawer__card:hover {
  border-color: #00b38a;
  -webkit-box-shadow: 0 2px 6px rgba(0, 179, 138, 0.12);
          box-shadow: 0 2px 6px rgba(0, 179, 138, 0.12);
}
.workbench-drawer__card-mode {
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 12px;
}
.workbench-drawer__card-close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  padding: 0;
  color: #c0c6d0;
  background: transparent;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.workbench-drawer__card-close:hover {
  color: #1d2129;
  background: rgba(0, 0, 0, 0.08);
}
.workbench-drawer__card:hover .workbench-drawer__card-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workbench-drawer__card-img-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.workbench-drawer__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workbench-drawer__card-skel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  min-height: 0;
}
.workbench-drawer__skel-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f1f5f9;
  border-radius: 2px;
}
.workbench-drawer__skel-line:first-child {
  background: #e2e8f0;
}
.workbench-drawer__skel-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  height: 14px;
}
.workbench-drawer__skel-cols--short {
  height: 10px;
}
.workbench-drawer__skel-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #f1f5f9;
  border-radius: 2px;
}
.workbench-drawer__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workbench-drawer__card-footer svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.workbench-drawer__card-view-kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.workbench-drawer__card-label {
  overflow: hidden;
  color: #a0a8b4;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.suggestion-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--studio-bottom-rail-height, 80px);
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #e5e8ed;
}
.suggestion-input--disabled {
  opacity: 0.72;
}
.suggestion-input--placeholder {
  cursor: default;
}
.suggestion-input__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #a0a8b4;
}
.suggestion-input__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  color: #1d2129;
  font-size: 13px;
  background: #f5f7fa;
  border: none;
  border-radius: 8px;
  outline: none;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.suggestion-input__field--placeholder {
  border: 1px dashed #d7dde6;
}
.suggestion-input__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  color: #6b7785;
  background: #f5f7fa;
  border: 1px dashed #d7dde6;
  border-radius: 6px;
  cursor: default;
  -webkit-transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.suggestion-input__btn:hover {
  color: #1d2129;
  background: #eff1f4;
}
.suggestion-input__placeholder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  color: #6b7785;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.suggestion-input__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  color: #00b38a;
  font-weight: 500;
  font-size: 11px;
  background: rgba(0, 179, 138, 0.08);
  border-radius: 999px;
}
@media (prefers-reduced-motion: reduce) {
  .workbench,
  #studio-iframe-host,
  .workbench *,
  #studio-iframe-host * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
.studio-iframe-refresh-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f7fa;
}
.studio-iframe-refresh-mask::before {
  width: 22px;
  height: 22px;
  border: 2px solid #e5e8ed;
  border-top-color: #00b38a;
  border-radius: 50%;
  -webkit-animation: studio-iframe-refresh-spin 0.65s linear infinite;
          animation: studio-iframe-refresh-spin 0.65s linear infinite;
  content: '';
}
@-webkit-keyframes studio-iframe-refresh-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes studio-iframe-refresh-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* 展台与文件卡片 Markdown 共用；修改此处一处即可同步 */
.showcase {
  position: relative;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  /* Agent Studio.pen「Markdown 渲染规范」+ 与 render_markdown_preview 同步（文件预览 iframe） */
}
.showcase__streaming-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 40px;
  color: #00b38a;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 138, 0.1)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 179, 138, 0.1), transparent);
  border-bottom: 1px solid rgba(0, 179, 138, 0.18);
}
.showcase__streaming-dot {
  width: 6px;
  height: 6px;
  background: #00b38a;
  border-radius: 50%;
  -webkit-animation: showcase-stream-pulse 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: showcase-stream-pulse 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.showcase--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showcase__empty-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
  font-size: 14px;
}
.showcase__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 32px;
}
.showcase__md-rendered {
  color: #6b7785;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.57;
  /* 不用原生 marker：祖先若 overflow:auto，outside 序号会被裁切；与 ul 一样用伪元素画在内容区内 */
}
.showcase__md-rendered h1:first-child,
.showcase__md-rendered h2:first-child,
.showcase__md-rendered h3:first-child {
  margin-top: 0;
}
.showcase__md-rendered h1,
.showcase__md-rendered h2,
.showcase__md-rendered h3,
.showcase__md-rendered h4,
.showcase__md-rendered h5,
.showcase__md-rendered h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1d2129;
  font-weight: 600;
  line-height: 1.25;
}
.showcase__md-rendered h1 {
  padding-bottom: 0;
  font-size: 22px;
  border-bottom: none;
}
.showcase__md-rendered h2 {
  padding-bottom: 0;
  font-size: 18px;
  border-bottom: none;
}
.showcase__md-rendered h2::after {
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 6px;
  background: #00b38a;
  border-radius: 1px;
  content: "";
}
.showcase__md-rendered h3 {
  font-size: 15px;
}
.showcase__md-rendered h4 {
  font-size: 14px;
}
.showcase__md-rendered h5,
.showcase__md-rendered h6 {
  color: #6b7785;
  font-size: 13px;
}
.showcase__md-rendered p {
  margin-bottom: 16px;
}
.showcase__md-rendered a {
  color: #00b38a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.showcase__md-rendered a:hover {
  color: #009975;
}
.showcase__md-rendered a strong {
  color: inherit;
}
.showcase__md-rendered code {
  margin: 0;
  padding: 3px 8px;
  color: #009975;
  font-weight: 500;
  font-size: 13px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.showcase__md-rendered pre {
  margin-bottom: 16px;
  padding: 14px;
  overflow: auto;
  color: #1d2129;
  font-size: 12px;
  line-height: 1.45;
  background-color: #f5f7fa;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
}
.showcase__md-rendered pre code {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: normal;
  font-size: inherit;
  background-color: transparent;
  border: 0;
}
.showcase__md-rendered blockquote {
  margin: 0 0 16px;
  padding: 14px 16px;
  color: #6b7785;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  background: #e6f7f2;
  border-left: 3px solid #00b38a;
  border-radius: 8px;
}
.showcase__md-rendered blockquote p {
  margin-bottom: 8px;
}
.showcase__md-rendered blockquote p:last-child {
  margin-bottom: 0;
}
.showcase__md-rendered blockquote a {
  color: #00b38a;
}
.showcase__md-rendered blockquote code {
  color: #009975;
  font-style: normal;
}
.showcase__md-rendered blockquote strong {
  color: #1d2129;
}
.showcase__md-rendered blockquote ul:not(.contains-task-list) > li,
.showcase__md-rendered blockquote ol:not(.contains-task-list) > li {
  color: #6b7785;
}
.showcase__md-rendered blockquote li.task-list-item:has(input[type="checkbox"]:not(:checked)) {
  color: #6b7785;
}
.showcase__md-rendered blockquote li.task-list-item:has(input[type="checkbox"]:checked) {
  color: #6b7785;
}
.showcase__md-rendered ul,
.showcase__md-rendered ol {
  margin-bottom: 16px;
}
.showcase__md-rendered ul:not(.contains-task-list) {
  padding-left: 0;
  list-style: none;
}
.showcase__md-rendered ul:not(.contains-task-list) > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #1d2129;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.showcase__md-rendered ul:not(.contains-task-list) > li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background: #00b38a;
  border-radius: 50%;
  content: "";
}
.showcase__md-rendered ul:not(.contains-task-list) > li:last-child {
  margin-bottom: 0;
}
.showcase__md-rendered ul:not(.contains-task-list) ul,
.showcase__md-rendered ul:not(.contains-task-list) ol,
.showcase__md-rendered ol:not(.contains-task-list) ul,
.showcase__md-rendered ol:not(.contains-task-list) ol {
  margin-top: 6px;
  margin-bottom: 0;
}
.showcase__md-rendered ol:not(.contains-task-list) {
  padding-left: 0;
  list-style: none;
  counter-reset: fx-md-ol;
}
.showcase__md-rendered ol:not(.contains-task-list) > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.75em;
  color: #1d2129;
  font-size: 14px;
  line-height: 1.5;
}
.showcase__md-rendered ol:not(.contains-task-list) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.4em;
  color: #00b38a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  content: counter(fx-md-ol) ".";
  counter-increment: fx-md-ol;
}
.showcase__md-rendered ol:not(.contains-task-list) > li:last-child {
  margin-bottom: 0;
}
.showcase__md-rendered li > p {
  margin-bottom: 8px;
  color: inherit;
}
.showcase__md-rendered li > p:last-child {
  margin-bottom: 0;
}
.showcase__md-rendered ul.contains-task-list,
.showcase__md-rendered ol.contains-task-list {
  padding-left: 0;
  list-style: none;
}
.showcase__md-rendered li.task-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.showcase__md-rendered li.task-list-item:last-child {
  margin-bottom: 0;
}
.showcase__md-rendered li.task-list-item:has(input[type="checkbox"]:not(:checked)) {
  color: #6b7785;
}
.showcase__md-rendered li.task-list-item:has(input[type="checkbox"]:checked) {
  color: #1d2129;
}
.showcase__md-rendered input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border-radius: 4px;
  cursor: default;
  accent-color: #00b38a;
}
.showcase__md-rendered table {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #e5e8ed;
  border-radius: 8px;
  border-collapse: collapse;
}
.showcase__md-rendered th,
.showcase__md-rendered td {
  padding: 10px 12px;
  vertical-align: top;
  border: 1px solid #e5e8ed;
}
.showcase__md-rendered th {
  color: #1d2129;
  font-weight: 600;
  font-size: 12px;
  background-color: #f5f7fa;
}
.showcase__md-rendered td {
  color: #1d2129;
  font-size: 13px;
}
.showcase__md-rendered img {
  max-width: 100%;
}
.showcase__md-rendered hr {
  height: 1px;
  margin: 24px 0;
  padding: 0;
  background-color: #f0f2f5;
  border: 0;
}
.showcase__md-rendered strong {
  color: #1d2129;
  font-weight: 600;
}
.showcase__versions {
  padding: 12px 40px;
  border-top: 1px solid #f0f0f0;
}
.showcase__versions-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  color: #666;
  font-size: 13px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.showcase__versions-toggle:hover {
  color: var(--brand-color, #00b38a);
}
.showcase__versions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.showcase__version-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.showcase__version-item:hover {
  background: #f5f6f7;
}
.showcase__version-item--active {
  background: #e6f7f2;
}
.showcase__version-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
}
.showcase__version-summary {
  overflow: hidden;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scene-gallery {
  margin: 20px 0;
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
}
.scene-gallery__header {
  margin-bottom: 12px;
}
.scene-gallery__title {
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.scene-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
  overflow-x: auto;
}
.scene-gallery__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 214px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.scene-gallery__card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.scene-gallery__card--placeholder {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.scene-gallery__card-thumb {
  width: 100%;
  height: 96px;
  overflow: hidden;
  background: #f5f6f7;
}
.scene-gallery__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-gallery__card-skeleton {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #f8fafc;
  -webkit-animation: shimmer 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: shimmer 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.scene-gallery__card-skeleton--form .scene-gallery__sk-line--lg,
.scene-gallery__card-skeleton--page .scene-gallery__sk-line--lg,
.scene-gallery__card-skeleton--generic .scene-gallery__sk-line--lg {
  width: 100%;
}
.scene-gallery__card-skeleton--flow .scene-gallery__sk-chip,
.scene-gallery__card-skeleton--flow .scene-gallery__sk-node {
  background: #dbeafe;
}
.scene-gallery__card-skeleton--dashboard .scene-gallery__sk-dash-kpi,
.scene-gallery__card-skeleton--dashboard .scene-gallery__sk-bar {
  background: #fde8cf;
}
.scene-gallery__card-skeleton--automation .scene-gallery__sk-auto-row > span,
.scene-gallery__card-skeleton--automation .scene-gallery__sk-line {
  background: #eadcff;
}
.scene-gallery__card-skeleton--data .scene-gallery__sk-table-head > div,
.scene-gallery__card-skeleton--data .scene-gallery__sk-table-row > div {
  background: #d9f3f8;
}
.scene-gallery__card-skeleton--page .scene-gallery__sk-page-side,
.scene-gallery__card-skeleton--page .scene-gallery__sk-page-main .scene-gallery__sk-line {
  background: #e0e7ff;
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-filter: brightness(0.985);
            filter: brightness(0.985);
  }
  50% {
    -webkit-filter: brightness(1.02);
            filter: brightness(1.02);
  }
  100% {
    -webkit-filter: brightness(0.985);
            filter: brightness(0.985);
  }
}
@keyframes shimmer {
  0% {
    -webkit-filter: brightness(0.985);
            filter: brightness(0.985);
  }
  50% {
    -webkit-filter: brightness(1.02);
            filter: brightness(1.02);
  }
  100% {
    -webkit-filter: brightness(0.985);
            filter: brightness(0.985);
  }
}
.scene-gallery__sk-line {
  height: 8px;
  margin-bottom: 6px;
  background: #e5e9ef;
  border-radius: 999px;
}
.scene-gallery__sk-line--lg {
  width: 86%;
}
.scene-gallery__sk-line--short {
  width: 58%;
  margin-bottom: 0;
}
.scene-gallery__sk-pill-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.scene-gallery__sk-pill {
  width: 56px;
  height: 10px;
  background: #bfeee2;
  border-radius: 999px;
}
.scene-gallery__sk-pill--muted {
  width: 72px;
  background: #d8dee6;
}
.scene-gallery__sk-flow-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.scene-gallery__sk-chip {
  width: 34px;
  height: 8px;
  background: #dbeafe;
  border-radius: 999px;
}
.scene-gallery__sk-chip--muted {
  width: 28px;
  opacity: 0.75;
}
.scene-gallery__sk-flow-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.scene-gallery__sk-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 16px;
  background: #dbeafe;
  border-radius: 3px;
}
.scene-gallery__sk-node--small {
  height: 12px;
  opacity: 0.75;
}
.scene-gallery__sk-dash-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.scene-gallery__sk-dash-kpi {
  width: 26px;
  height: 7px;
  background: #fde8cf;
  border-radius: 999px;
}
.scene-gallery__sk-dash-kpi--wide {
  width: 42px;
}
.scene-gallery__sk-bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 28px;
}
.scene-gallery__sk-bar {
  width: 14px;
  background: #fde8cf;
  border-radius: 2px 2px 0 0;
}
.scene-gallery__sk-bar--h1 {
  height: 10px;
}
.scene-gallery__sk-bar--h2 {
  height: 18px;
}
.scene-gallery__sk-bar--h3 {
  height: 14px;
}
.scene-gallery__sk-bar--h4 {
  height: 22px;
}
.scene-gallery__sk-auto-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.scene-gallery__sk-auto-row > span {
  width: 6px;
  height: 6px;
  background: #eadcff;
  border-radius: 50%;
}
.scene-gallery__sk-auto-row:last-child {
  margin-bottom: 0;
}
.scene-gallery__sk-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.scene-gallery__sk-table-head,
.scene-gallery__sk-table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.scene-gallery__sk-table-head > div,
.scene-gallery__sk-table-row > div {
  height: 8px;
  background: #d9f3f8;
  border-radius: 2px;
}
.scene-gallery__sk-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 100%;
}
.scene-gallery__sk-page-side {
  width: 28px;
  height: 100%;
  background: #e0e7ff;
  border-radius: 4px;
}
.scene-gallery__sk-page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2px;
}
.scene-gallery__sk-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.scene-gallery__sk-app-card {
  width: calc(50% - 3px);
  height: 24px;
  background: #d8dee6;
  border-radius: 4px;
}
.scene-gallery__sk-app-card--muted {
  opacity: 0.72;
}
.scene-gallery__sk-generic {
  padding-top: 2px;
}
.scene-gallery__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
}
.scene-gallery__card-title {
  overflow: hidden;
  color: #1d2129;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scene-gallery__card-kind {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .scene-gallery,
  .scene-gallery * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes showcase-stream-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0.45;
  }
}
@keyframes showcase-stream-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0.45;
  }
}

.lightbox {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-animation: lightbox-in 300ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: lightbox-in 300ms cubic-bezier(0.16, 1, 0.3, 1);
  inset: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.lightbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-animation: lightbox-content-in 340ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: lightbox-content-in 340ms cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox__header {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 64px;
  padding: 0 32px;
}
.lightbox__header--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lightbox__close {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.lightbox__header-icon {
  font-size: 18px;
  line-height: 1;
}
.lightbox__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.lightbox__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.lightbox__tab:hover {
  background: rgba(255, 255, 255, 0.15);
}
.lightbox__tab--active {
  color: #fff;
  font-weight: 600;
  background: #00b38a;
}
.lightbox__tab-icon {
  font-size: 15px;
  line-height: 1;
}
.lightbox__group-info {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px 10px;
}
.lightbox__group-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
}
.lightbox__group-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
}
.lightbox__pipeline {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 32px;
}
.lightbox__pipeline-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__pipeline-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.lightbox__pipeline-node:hover {
  opacity: 0.85;
}
.lightbox__pipeline-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox__pipeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox__pipeline-label {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}
.lightbox__pipeline-node--active .lightbox__pipeline-label {
  color: #fff;
  font-weight: 600;
}
.lightbox__pipeline-edit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: rgba(255, 255, 255, 0.5);
}
.lightbox__pipeline-node--active .lightbox__pipeline-edit {
  stroke: rgba(255, 255, 255, 0.8);
}
.lightbox__pipeline-underline {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.lightbox__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  padding: 0 48px;
}
.lightbox__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.lightbox__card--active {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.lightbox__card--side {
  cursor: pointer;
}
.lightbox__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e8ed;
}
.lightbox__card-title {
  overflow: hidden;
  color: #1d2129;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lightbox__card-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 8px;
  font-weight: 500;
  font-size: 11px;
  border-radius: 4px;
}
.lightbox__card-tag svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lightbox__card-body {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.lightbox__card-frost {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.lightbox__iframe {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
}
.lightbox__card > .lightbox__iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.lightbox__iframe--scaled {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.lightbox__iframe-slot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  pointer-events: none;
}
.lightbox__stage {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: none;
}
.lightbox__track {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.lightbox__track > * {
  pointer-events: auto;
}
.lightbox__footer {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 8px 32px 12px;
}
.lightbox__footer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 960px);
}
.lightbox__footer-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  -webkit-transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.lightbox__footer-editor:focus-within {
  background: rgba(255, 255, 255, 0.105);
  border-color: rgba(255, 255, 255, 0.24);
}
.lightbox__footer-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 20px;
  min-height: 20px;
  max-height: 80px;
  padding: 0;
  overflow-y: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 20px;
  background: transparent;
  border: none;
  outline: none;
  resize: none;
}
.lightbox__footer-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.lightbox__footer-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.lightbox__footer-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.lightbox__footer-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.lightbox__footer-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.lightbox__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.lightbox__footer-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__snapshot {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.lightbox__frame-skeleton {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: lightbox-skeleton-sweep 1.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: lightbox-skeleton-sweep 1.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.lightbox__frame-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f6f7;
}
.lightbox__frame-title {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.lightbox__frame-kind {
  color: #999;
  font-size: 12px;
}
@media (prefers-reduced-motion: reduce) {
  .lightbox,
  .lightbox * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lightbox-content-in {
  from {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes lightbox-content-in {
  from {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lightbox-skeleton-sweep {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes lightbox-skeleton-sweep {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.agent-studio {
  --studio-bottom-rail-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100vh;
  min-width: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-optical-sizing: auto;
  background: #f5f7fa;
  /* 仅占内容高度，避免 flex:1 撑出大片空白导致「只剩输入框」的观感 */
}
.agent-studio button,
.agent-studio input,
.agent-studio textarea,
.agent-studio select {
  font-family: inherit;
}
.agent-studio__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: 100%;
}
.agent-studio--popover-shell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.agent-studio--auth {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  background: #f5f7fa;
}
.agent-studio__auth-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(360px, 100%);
  padding: 28px 26px 26px;
  text-align: center;
  background: #fbfefd;
  border: 1px solid #dbe4e2;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.agent-studio__auth-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
}
.agent-studio__auth-mark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.agent-studio__auth-kicker {
  margin-bottom: 6px;
  color: #00b38a;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
}
.agent-studio__auth-title {
  margin: 0;
  color: #1d2129;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.agent-studio__auth-copy {
  margin: 8px 0 0;
  color: #6b7785;
  font-size: 13px;
  line-height: 20px;
}
.agent-studio__auth-progress {
  position: relative;
  width: 180px;
  height: 3px;
  margin-top: 22px;
  overflow: hidden;
  background: #e6efed;
  border-radius: 999px;
}
.agent-studio__auth-progress span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  width: 42px;
  background: #00b38a;
  border-radius: inherit;
  -webkit-animation: agent-studio-auth-progress 1.1s cubic-bezier(0.16, 1, 0.3, 1) infinite;
          animation: agent-studio-auth-progress 1.1s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.agent-studio__auth-retry {
  margin-top: 20px;
  padding: 8px 18px;
  color: #fbfefd;
  font-weight: 600;
  font-size: 13px;
  background: #00b38a;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 160ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 160ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-studio__auth-retry:hover {
  background: #009e74;
}
.agent-studio__auth-retry:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.agent-studio--locked .studio-sidebar,
.agent-studio--locked .agent-studio__main {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
  opacity: 0.58;
  -webkit-transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), filter 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), filter 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 160ms cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-studio__lock-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background: rgba(245, 247, 250, 0.62);
}
.agent-studio__lock-card {
  width: min(392px, 100%);
}
.agent-studio__lock-note {
  margin: 12px 0 0;
  padding: 9px 12px;
  color: #6b5a22;
  font-size: 12px;
  line-height: 18px;
  background: #fff3d6;
  border: 1px solid #f1d893;
  border-radius: 8px;
}
.agent-studio__lock-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.agent-studio__lock-actions .agent-studio__auth-retry {
  margin-top: 0;
}
.agent-studio__lock-secondary {
  padding: 8px 14px;
  color: #6b7785;
  font-weight: 600;
  font-size: 13px;
  background: #f5f7fa;
  border: 1px solid #dbe4e2;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1), border-color 160ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-studio__lock-secondary:hover {
  color: #1d2129;
  border-color: #c7d4d1;
}
.agent-studio__lock-secondary:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.agent-studio__centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 80px;
}
.agent-studio__centered-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(24px, 5vh, 56px) 0 32px;
  overflow-y: auto;
}
.agent-studio__dialogue-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  background: transparent;
}
.agent-studio__dialogue-stage--welcome {
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(22px, 4vh, 48px) 24px 32px;
  overflow-y: auto;
}
.agent-studio__welcome-chrome {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  max-height: 300px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.996);
          transform: translateY(-10px) scale(0.996);
  -webkit-transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.agent-studio__welcome-chrome--active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: auto;
}
.agent-studio__dialogue-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  width: 100%;
  background: transparent;
  -webkit-transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 300ms cubic-bezier(0.16, 1, 0.3, 1), max-width 300ms cubic-bezier(0.16, 1, 0.3, 1), padding 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-studio__dialogue-shell--welcome {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 760px;
  margin: -2px auto 0;
  padding: 0;
}
.agent-studio__dialogue-shell--dialogue,
.agent-studio__dialogue-shell--split {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agent-studio__centered--top {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(860px, 100%);
  max-width: 860px;
  padding: 10px 40px 0;
  overflow: visible;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.agent-studio__centered--top > * {
  position: relative;
  z-index: 1;
}
.agent-studio__centered-composer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}
.agent-studio__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.agent-studio__bot-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
}
.agent-studio__bot-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.agent-studio__greeting-title {
  max-width: 720px;
  margin: 0;
  color: #1d2129;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.agent-studio__greeting-sub {
  max-width: 680px;
  margin: 0;
  color: #6b7785;
  font-size: 15px;
  line-height: 24px;
}
.agent-studio__trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: min(640px, 100%);
  margin-top: 2px;
}
.agent-studio__trust-step {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  padding: 0;
  text-align: center;
}
.agent-studio__trust-step::after {
  position: absolute;
  top: 24px;
  right: -30px;
  color: rgba(0, 143, 112, 0.34);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  content: '→';
}
.agent-studio__trust-step:last-child::after {
  display: none;
}
.agent-studio__trust-index {
  color: #00a982;
  font-weight: 600;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  line-height: 14px;
  letter-spacing: 0.14em;
}
.agent-studio__trust-copy {
  display: grid;
  gap: 3px;
  justify-items: center;
  min-width: 0;
}
.agent-studio__trust-title {
  overflow: hidden;
  max-width: 100%;
  color: #1d2129;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.agent-studio__trust-desc {
  overflow: hidden;
  max-width: 100%;
  color: #6b7785;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.agent-studio__demo-note {
  margin: -6px 0 0;
  color: #a0a8b4;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.agent-studio__prompt-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(760px, 100%);
  margin-top: -4px;
  -webkit-animation: none;
          animation: none;
}
.agent-studio__prompt-chips-label {
  color: #8b949e;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
}
.agent-studio__prompt-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  min-height: 30px;
  padding: 5px 10px;
  color: #1d2129;
  text-align: left;
  background: #fbfefd;
  border: 1px solid rgba(219, 228, 226, 0.82);
  border-radius: 7px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
  -webkit-transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
}
.agent-studio__prompt-chip:hover {
  background: #eef2f1;
  border-color: #dce4e2;
  -webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
          box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.agent-studio__prompt-chip:active {
  -webkit-transform: translateY(0) scale(0.99);
          transform: translateY(0) scale(0.99);
}
.agent-studio__prompt-chip:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
          box-shadow: 0 0 0 2px rgba(0, 179, 138, 0.18);
}
.agent-studio__prompt-chip-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #008f70;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.agent-studio__prompt-chip-desc {
  min-width: 0;
  overflow: hidden;
  color: #6b7785;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 860px) {
  .agent-studio__dialogue-stage--welcome {
    padding: 24px 16px 28px;
  }
  .agent-studio__centered--top {
    width: 100%;
    padding: 6px 12px 0;
    border-radius: 0;
  }
  .agent-studio__prompt-chips {
    max-width: 100%;
  }
  .agent-studio__prompt-chips {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .agent-studio__prompt-chip {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }
  .agent-studio__trust-strip {
    grid-template-columns: 1fr;
  }
  .agent-studio__trust-strip {
    row-gap: 14px;
    width: min(360px, 100%);
  }
  .agent-studio__trust-step {
    gap: 4px;
  }
  .agent-studio__trust-step::after {
    display: none;
  }
}
.agent-studio__connecting-hint {
  margin-top: 8px;
  color: #a0a8b4;
  font-size: 12px;
  text-align: center;
}
.agent-studio__dialogue-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  background: transparent;
  -webkit-transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 220ms cubic-bezier(0.16, 1, 0.3, 1), transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-studio__dialogue-panel--centered-embed {
  min-height: 0;
}
.agent-studio__dialogue-panel--dialogue .agent-studio__welcome-chrome,
.agent-studio__dialogue-panel--split .agent-studio__welcome-chrome {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.996);
          transform: translateY(-10px) scale(0.996);
}
.agent-studio__dialogue-panel--history {
  min-height: 0;
}
.agent-studio__dialogue-panel--dialogue.agent-studio__dialogue-panel--centered {
  background: #fbfefd;
}
.agent-studio__dialogue-panel--welcome.agent-studio__dialogue-panel--centered {
  background: transparent;
}
.agent-studio__dialogue-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.agent-studio__dialogue-body--full {
  width: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .agent-studio,
  .agent-studio * {
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
  }
}
@-webkit-keyframes agent-studio-auth-progress {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(222px);
            transform: translateX(222px);
  }
}
@keyframes agent-studio-auth-progress {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(222px);
            transform: translateX(222px);
  }
}
@-webkit-keyframes agent-studio-soft-rise {
  from {
    opacity: 0.72;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes agent-studio-soft-rise {
  from {
    opacity: 0.72;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/*# sourceMappingURL=agent-studio.98863142aaa0.css.map*/