


.hiw-connector-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sp-color-mockup-border);
}

.hiw-connector-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
}

.hiw-connector-icon--sp {
  background: linear-gradient(135deg, hsl(28, 91%, 50%), hsl(24, 88%, 48%));
}

.hiw-connector-info {
  flex: 1;
  min-width: 0;
}

.hiw-connector-name {
  font-family: var(--font-brand);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hiw-custom-badge {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  background: var(--sp-color-mockup-badge);
  padding: 1px 5px;
  border-radius: 3px;
}

.hiw-connector-url {
  font-family: "SF Mono", "Fira Code", monospace;
  font-size: 0.7rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hiw-configure-btn {
  padding: 5px 12px;
  background: var(--sp-color-mockup-input);
  border: 1px solid var(--sp-color-mockup-border);
  border-radius: 6px;
  font-family: var(--font-brand);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text);
  cursor: default;
  flex-shrink: 0;
}

.hiw-configure-btn--padded {
  padding: 8px 16px;
}

.hiw-connected-status {
  font-family: var(--font-brand);
  font-size: 0.75rem;
  font-weight: 500;
  color: #1A73E8;
  flex-shrink: 0;
}


.hiw-cowork-tabs {
  display: flex;
  gap: 0;
  padding: 0 16px;
  background: var(--sp-color-mockup-sidebar);
  border-bottom: 1px solid var(--sp-color-mockup-border);
}

.hiw-cowork-tab {
  padding: 8px 14px;
  font-family: var(--font-brand);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: default;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.hiw-cowork-tab--active {
  color: var(--color-text);
  font-weight: 600;
  border-bottom-color: var(--color-text);
}


.hiw-cowork-layout {
  display: flex;
  min-height: 200px;
}

.hiw-cowork-main {
  flex: 1;
  min-width: 0;
}

.hiw-context-sidebar {
  width: 180px;
  border-left: 1px solid var(--sp-color-mockup-border);
  padding: 12px;
  flex-shrink: 0;
  background: var(--sp-color-mockup-input);
}

.hiw-context-label {
  font-family: var(--font-brand);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.hiw-context-sublabel {
  font-family: var(--font-brand);
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--color-text-muted);
  margin-top: 8px;
  margin-bottom: 4px;
}

.hiw-context-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  font-family: var(--font-brand);
  font-size: 0.72rem;
  color: var(--color-text-secondary);
}

.hiw-context-item-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.55rem;
  font-weight: 700;
}

.hiw-context-item-icon--sp {
  background: linear-gradient(135deg, hsl(28, 91%, 50%), hsl(24, 88%, 48%));
  color: #ffffff;
}

.hiw-context-item-icon--skill {
  background: var(--sp-color-mockup-badge);
  color: var(--color-text-muted);
}


.hiw-textarea {
  width: 100%;
  padding: 10px 12px;
  background: var(--sp-color-mockup-input);
  border: 1px solid var(--sp-color-mockup-border);
  border-radius: 8px;
  font-family: var(--font-brand);
  font-size: 0.75rem;
  color: var(--color-text);
  line-height: 1.5;
  min-height: 60px;
  resize: none;
}
