:root {
  --color-black: #000000;
  --color-text: #222222;
  --color-subtitle: #666666;
  --color-muted: #999999;
  --color-primary: #4285f4;
  --color-primary-2: #4285f5;
  --color-primary-hover: #e6f0ff;
  --color-primary-underline: rgba(66, 133, 244, 0.38);
  --color-purple: #8d53f2;
  --color-purple-10: rgba(141, 83, 242, 0.1);
  --color-purple-16: rgba(141, 83, 242, 0.16);
  --color-purple-60: rgba(141, 83, 242, 0.6);
  --color-purple-underline: rgba(141, 83, 242, 0.38);
  --color-bg: #f8f8f8;
  --color-fg: #ffffff;
  --color-line: #eeeeee;
  --color-line-dark: #dddddd;
  --font-sans: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-text);
  background: #6b6b6b;
  font-family: var(--font-sans);
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-body {
  min-height: 100vh;
  display: grid;
  place-items: stretch;
  padding: 0;
}

.figma-modal {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--color-fg);
  border: 0;
  box-shadow: none;
}

.figma-modal--knowledge-map {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 24px 0;
  overflow: hidden;
}

.figma-modal--knowledge-access-egress {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 24px 0;
  overflow: hidden;
}

#knowledge-access-egress-root {
  display: flex;
  flex-direction: column;
  width: 1300px;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.kae-frame {
  display: flex;
  flex-direction: column;
  flex: 0 0 1066px;
  width: 1200px;
  height: 1066px;
  margin: 0 auto;
  padding: 0 24px 24px;
  overflow: hidden;
  background: #ffffff;
}

.kae-heading {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 52px;
  flex: 0 0 52px;
  padding-top: 12px;
}

.kae-figma-icon {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.kae-heading-icon {
  width: 24px;
  height: 24px;
}

.kae-return-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 34px;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.kae-return-link:is(:hover, :focus-visible, :active) {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.kae-return-link:is(:hover, :focus-visible, :active) .kae-heading-icon {
  filter: brightness(0) saturate(100%) invert(50%) sepia(98%) saturate(1807%) hue-rotate(197deg) brightness(100%) contrast(92%);
}

.kae-section-icon {
  width: 24px;
  height: 24px;
}

.kae-heading h1 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  white-space: nowrap;
}

.kae-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  margin-top: 16px;
}

.kae-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(66, 133, 244, 0.05);
  border-radius: 4px;
  padding: 16px;
  overflow: hidden;
}

.kae-page--access {
  height: 629px;
  flex: 0 0 629px;
}

.kae-page--egress {
  height: 321px;
  flex: 0 0 321px;
}

.kae-section-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
}

.kae-title-row {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 25px;
}

.kae-title-row h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  white-space: nowrap;
}

.kae-section-intro > p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.kae-access-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}

.kae-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  padding: 16px;
}

.kae-card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.kae-card--document {
  gap: 16px;
  height: 338px;
}

.kae-card--side {
  height: 170px;
}

.kae-card--egress {
  height: 200px;
}

.kae-card--sub {
  height: 200px;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.kae-card-title {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 22px;
}

.kae-card-title strong {
  min-width: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kae-card--sub .kae-card-title strong {
  font-weight: 400;
}

.kae-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--color-primary);
  border-radius: 999px;
}

.kae-card[data-card="document-entry"] .kae-dot,
.kae-card[data-card="document-api"] .kae-dot {
  background: #00b042;
}

.kae-card-icon {
  width: 16px;
  height: 16px;
}

.kae-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 17px;
  white-space: nowrap;
}

.kae-tag--green {
  color: #00b042;
  background: rgba(0, 176, 66, 0.1);
}

.kae-tag--blue {
  color: var(--color-primary-2);
  background: rgba(66, 133, 245, 0.1);
}

.kae-description {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  word-break: break-word;
}

.kae-card--document > .kae-card-copy > .kae-description {
  max-height: 40px;
  overflow: hidden;
}

.kae-card--side > .kae-card-copy > .kae-description,
.kae-card--egress > .kae-card-copy > .kae-description {
  max-height: 80px;
  overflow: hidden;
}

.kae-card--egress[data-card="search-api"] > .kae-card-copy > .kae-description {
  max-height: 100px;
}

.kae-card--sub > .kae-card-copy > .kae-description {
  max-height: 120px;
  overflow: hidden;
}

.kae-card--sub[data-card="knowledge-upload"] > .kae-card-copy > .kae-description,
.kae-card--sub[data-card="api-import"] > .kae-card-copy > .kae-description {
  max-height: 60px;
}

.kae-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.kae-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 24px;
  margin: -2px -4px;
  padding: 2px 4px;
  color: var(--color-text);
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 120ms ease;
}

.kae-link:is(:hover, :focus-visible) {
  color: var(--color-primary);
  background: transparent;
  outline: 0;
}

.kae-link:active {
  color: var(--color-primary);
  background: transparent;
}

.kae-link:is(:hover, :focus-visible) .kae-link-icon {
  filter: brightness(0) saturate(100%) invert(52%) sepia(97%) saturate(2175%) hue-rotate(203deg) brightness(99%) contrast(93%);
}

.kae-link:active .kae-link-icon {
  filter: brightness(0) invert(1);
}

.kae-link-icon {
  width: 16px;
  height: 16px;
}

.kae-subcards {
  display: grid;
  grid-template-columns: 340px 2px 340px 2px 340px;
  gap: 16px;
  height: 200px;
  min-height: 0;
}

.kae-subcard-divider {
  width: 2px;
  height: 200px;
  background: var(--color-line);
}

.kae-access-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  height: 170px;
}

.kae-egress-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 200px;
  min-height: 0;
}

#knowledge-map-root {
  display: flex;
  flex-direction: column;
  width: 1300px;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
}

.km-tabs {
  display: flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 12px 16px 0;
  background: #ffffff;
}

.km-tab {
  display: grid;
  grid-template-columns: 24px max-content;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  width: 148px;
  height: 40px;
  padding: 0;
  color: #666666;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.km-tab-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  mask: var(--tab-icon) center / contain no-repeat;
  -webkit-mask: var(--tab-icon) center / contain no-repeat;
}

.km-tab > span:last-child {
  white-space: nowrap;
}

.km-tab.is-active {
  color: var(--color-purple);
  border-color: var(--color-purple);
}

.km-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  padding: 16px 24px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.km-panel {
  display: none;
}

.km-panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.km-panel[data-panel="case"] {
  margin: -16px -24px 0;
}

.km-empty-panel {
  min-height: 1016px;
  background: #ffffff;
}

.km-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.km-summary-card {
  min-height: 118px;
  padding: 24px 0 0;
  background: #ffffff;
  overflow: hidden;
}

.km-summary-card header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.km-summary-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.km-summary-card:first-child img {
  width: 40px;
  height: 40px;
}

.km-summary-card h2 {
  margin: 0 0 4px;
  color: #333333;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}

.km-summary-card header p {
  margin: 0;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
}

.km-summary-card > p {
  margin: 13px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.4;
}

.km-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
}

.km-column {
  height: auto;
  padding: 20px 16px;
  background: #ffffff;
  border: 2px solid var(--color-line);
  border-radius: 4px;
}

.km-column-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-bottom: 36px;
  background: var(--color-purple-10);
  font-size: 14px;
  font-weight: 500;
}

.km-column-title > span,
.km-item-link.has-badge::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: var(--color-purple-60);
  border-radius: 2px 2px 100px 2px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.km-item-link.has-badge::before {
  content: attr(data-badge);
}

.km-groups {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.km-column.has-title .km-groups {
  position: relative;
}

.km-column.has-title .km-groups::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-line);
}

.km-group {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  min-height: var(--group-height);
  padding: 0 0 18px;
  margin-bottom: 18px;
}

.km-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--color-line);
}

.km-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.km-group h3 {
  display: grid;
  place-items: center;
  align-self: stretch;
  margin: 0;
  height: 100%;
  min-height: var(--group-height);
  padding: 0 4px;
  color: var(--color-primary);
  background: #f0f6ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.km-column-title-text,
.km-group-title-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.km-column-title-text.is-link,
.km-group-title-text.is-link {
  cursor: pointer;
}

.km-column-title-text.is-link {
  box-shadow: inset 0 0 0 1px rgba(141, 83, 242, 0.28);
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.km-group-title-text.is-link {
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.22);
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.km-column-title-text.is-link strong {
  border-bottom: 1px dashed var(--color-purple-underline);
}

.km-group-title-text.is-link {
  border-bottom: 1px dashed var(--color-primary-underline);
}

.km-column-title-text.is-link:is(:hover, :focus-visible) {
  color: var(--color-purple);
  background: rgba(141, 83, 242, 0.16);
  box-shadow: inset 0 0 0 1px rgba(141, 83, 242, 0.5);
  outline: 0;
}

.km-group-title-text.is-link:is(:hover, :focus-visible) {
  color: var(--color-primary);
  background: #e6f0ff;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.46);
  outline: 0;
}

.km-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  justify-content: stretch;
  gap: 8px;
  overflow: hidden;
}

.km-item-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 10px;
  color: #222222;
  background: #f0f6ff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.km-item-label {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.km-item-link.has-badge {
  background: var(--color-purple-10);
}

.km-item-link.is-link {
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.22);
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-primary-underline);
  text-underline-offset: 4px;
}

.km-item-link.is-link.has-badge {
  box-shadow: inset 0 0 0 1px rgba(141, 83, 242, 0.28);
  text-decoration-color: var(--color-purple-underline);
}

.km-item-link.is-link:not(.has-badge):is(:hover, :focus-visible) {
  color: var(--color-primary);
  background: #e6f0ff;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.46);
  outline: 0;
}

.km-item-link.is-link.has-badge:is(:hover, :focus-visible) {
  color: var(--color-purple);
  background: rgba(141, 83, 242, 0.16);
  box-shadow: inset 0 0 0 1px rgba(141, 83, 242, 0.5);
  outline: 0;
}

.km-case-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 1016px;
}

.km-case-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  height: 360px;
  min-height: 360px;
  padding: 96px 48px 32px;
  background: #ffffff;
  background-image: var(--case-hero-image);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.km-case-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 980px;
  color: #000000;
  text-align: center;
}

.km-case-hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #73abfe 0%, #5e66f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.km-case-hero-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.km-case-visual {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.km-case-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.km-case-card {
  height: 368px;
  min-height: 0;
  padding: 32px 48px;
}

.km-case-card.is-muted {
  background: rgba(66, 133, 244, 0.05);
}

.km-case-card.is-plain {
  background: #ffffff;
}

.km-case-card-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  height: 100%;
}

.km-case-card.is-reversed .km-case-card-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.km-case-card.is-reversed .km-case-copy {
  grid-column: 2;
  grid-row: 1;
}

.km-case-card.is-reversed .km-case-visual {
  grid-column: 1;
  grid-row: 1;
}

.km-case-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  height: 304px;
}

.km-case-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}

.km-case-customer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
}

.km-case-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.km-case-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.km-case-card-header h2 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.km-case-card-header strong {
  display: block;
  color: var(--color-purple);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.km-case-summary {
  margin: 0;
  width: 100%;
  color: var(--color-subtitle);
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.km-case-customers h2 {
  margin: 0 0 6px;
  color: #333333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.km-case-visual {
  margin: 0;
  width: 100%;
  height: 304px;
  background: #b6b6b6;
}

.km-case-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.km-case-customers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 48px 48px 48px;
  background: #ffffff;
}

.km-case-customers header {
  text-align: center;
}

.km-case-customers h2 {
  color: #000000;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.km-case-customers p {
  margin: 0;
  color: var(--color-subtitle);
  font-size: 13px;
  line-height: 1.45;
}

.km-case-customer-grid {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: center;
  gap: 28px;
  width: 100%;
}

.km-case-customer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 120px;
  padding: 4px;
  background: #ffffff;
  border: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: default;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.km-case-customer-card:hover,
.km-case-customer-card:focus-visible,
.km-case-customer-card.is-raised {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  outline: 0;
}

.km-case-customer-card img {
  display: block;
  width: 82%;
  max-height: 76px;
  object-fit: contain;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .km-case-customer-card {
    transition: box-shadow 120ms ease;
  }
}

.figma-modal--sigtt {
  height: 100vh;
  padding: 24px 0;
  overflow: auto;
}

#sigtt-flow-root {
  width: 1200px;
  height: 530px;
  margin: 0 auto;
  padding: 24px;
}

.sigtt-heading h1 {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  width: 280px;
  margin: 0;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.sigtt-heading span {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--color-purple);
  white-space: nowrap;
}

.sigtt-heading .sigtt-heading-text {
  color: #000000;
}

.sigtt-heading h1 > span:last-child {
  color: var(--color-purple);
  white-space: nowrap;
}

.sigtt-canvas {
  position: relative;
  width: 1152px;
  height: 440px;
  margin-top: 16px;
  overflow: hidden;
}

.sigtt-connectors {
  position: absolute;
  inset: 0;
  width: 1152px;
  height: 440px;
  pointer-events: none;
  z-index: 1;
}

.connector-img {
  position: absolute;
  display: block;
  max-width: none;
}

.connector-img--h1 {
  left: 240px;
  top: 0;
  width: 54px;
  height: 62px;
}

.connector-img--h2 {
  left: 534px;
  top: 0;
  width: 54px;
  height: 62px;
}

.connector-img--h3 {
  left: 857.991px;
  top: 0;
  width: 54px;
  height: 62px;
}

.connector-img--down {
  left: 912px;
  top: 194px;
  width: 240px;
  height: 52px;
}

.connector-return-svg {
  position: absolute;
  inset: 0;
  width: 1152px;
  height: 440px;
  overflow: visible;
}

.connector-return-path {
  fill: none;
  stroke: var(--color-primary-2);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 5;
}

.connector-return-head {
  fill: var(--color-primary-2);
}

.sigtt-node {
  position: absolute;
  z-index: 2;
  width: 240px;
  min-height: 194px;
  padding: 8px;
  background: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  overflow: hidden;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.sigtt-node:hover {
  border-color: var(--color-line-dark);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.sigtt-node--source {
  left: 0;
  top: 0;
  height: 194px;
}

.sigtt-node--intent {
  left: 294px;
  top: 0;
  height: 194px;
}

.sigtt-node--governance {
  left: 588px;
  top: 0;
  width: 270px;
  height: 194px;
}

.sigtt-node--evaluation {
  left: 912px;
  top: 0;
  height: 194px;
}

.sigtt-node--tuning {
  left: 912px;
  top: 246px;
  width: 240px;
  height: 194px;
}

.sigtt-node header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 20px;
  background: transparent;
}

.sigtt-title {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
  height: 20px;
  color: var(--color-primary);
  border-radius: 2px;
}

.sigtt-title-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.sigtt-title strong {
  display: block;
  min-width: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.sigtt-node header span {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 4px;
  color: var(--color-purple-60);
  background: var(--color-purple-10);
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
}

.sigtt-node > p {
  margin: 4px 0 8px;
  height: 34px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sigtt-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}

.sigtt-items .sigtt-item-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  color: #000000;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 2px;
  font-family: var(--font-sans);
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.sigtt-items .sigtt-item-link.is-link {
  cursor: pointer;
}

.sigtt-items .sigtt-item-link.is-link:is(:hover, :focus-visible) {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: #f0f6ff;
  outline: none;
}

.sigtt-items .sigtt-item-link.is-more {
  height: 24px;
  color: var(--color-muted);
  background: transparent;
  border-color: transparent;
  text-align: center;
}

.sigtt-items .sigtt-item-link.is-link.is-more:is(:hover, :focus-visible) {
  color: var(--color-primary);
  background: transparent;
}

.sigtt-node:not(.sigtt-node--governance) .sigtt-items {
  flex-direction: column;
}

.sigtt-node:not(.sigtt-node--governance) .sigtt-items .sigtt-item-link {
  width: 100%;
}

.sigtt-node--governance .sigtt-items .sigtt-item-link {
  flex: 1 1 81px;
  min-width: 73px;
  padding: 0 4px;
  justify-content: center;
  text-align: center;
}
