/* gearTooltip.css — EQ-style gear hover tip (matches gearPicker theme vars) */
.gt-linked {
  color: var(--accent, #c9a84c);
  border-bottom: 1px dotted rgba(201, 168, 76, 0.65);
  cursor: help;
}

.gt-tip {
  position: fixed;
  z-index: 9999;
  max-width: 320px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: var(--panel-bg, #1c1a17);
  border: 1px solid var(--accent, #c9a84c);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
  color: var(--text, #e8e2d6);
  font-size: 0.78rem;
  line-height: 1.35;
  pointer-events: none;
}

.gt-tip[hidden] {
  display: none !important;
}

.gt-tip-head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 6px;
}

.gt-tip-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid var(--panel-border, #3a352e);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.35);
  image-rendering: pixelated;
  object-fit: contain;
}

.gt-tip-icon-blank {
  opacity: 0.35;
}

.gt-tip-title {
  min-width: 0;
}

.gt-tip-name {
  color: var(--accent, #c9a84c);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
}

.gt-tip-slots {
  margin-top: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted, #9a917f);
}

.gt-tip-flags {
  margin: 4px 0 6px;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--text-muted, #9a917f);
}

.gt-tip-stats {
  margin: 4px 0;
  color: var(--text, #e8e2d6);
}

.gt-tip-stats div {
  padding: 1px 0;
}

.gt-tip-classes {
  margin-top: 6px;
  font-size: 0.7rem;
  color: var(--text-muted, #9a917f);
  word-break: break-word;
}

.gt-tip-drops {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid var(--panel-border, #3a352e);
  font-size: 0.75rem;
  color: var(--text, #e8e2d6);
  font-style: italic;
}

.gt-tip-label {
  font-style: normal;
  font-weight: 700;
  color: var(--accent, #c9a84c);
}

.gt-tip-era {
  margin-top: 6px;
  font-size: 0.68rem;
  color: var(--text-muted, #9a917f);
}
