.nato-target-symbol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 10px;
}

.nato-target-symbol-card {
  display: grid;
  min-width: 0;
  min-height: 86px;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  padding: 10px 12px;
}

.nato-target-symbol {
  width: 59px;
  height: 52px;
  overflow: visible;
  color: var(--text);
}

.nato-target-symbol-frame {
  fill: color-mix(in srgb, #dc2626 7%, transparent);
  stroke: #dc2626;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.nato-target-symbol-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nato-target-symbol-icon text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.nato-target-symbol-text {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.nato-target-symbol-text strong,
.nato-target-symbol-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nato-target-symbol-text strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
}

.nato-target-symbol-text span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.object-chip-target-symbol {
  grid-row: 1 / 3;
  grid-column: 1;
  align-self: center;
  width: 42px;
  height: 34px;
  overflow: visible;
  color: color-mix(in srgb, var(--text) 86%, var(--interactive-strong));
}

.object-chip-target-symbol * {
  vector-effect: non-scaling-stroke;
}

.object-chip-target-symbol text {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.object-chip-list--status .object-chip > .object-chip-target-symbol {
  grid-column: 2;
}

.milsymbol-catalog {
  display: grid;
  gap: 18px;
  padding: 16px;
}

.milsymbol-catalog-header,
.milsymbol-catalog-section-header {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.milsymbol-catalog-header h2,
.milsymbol-catalog-section-header h3 {
  margin: 0;
  color: var(--text);
}

.milsymbol-catalog-header p,
.milsymbol-catalog-section-header span {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.milsymbol-catalog-sections {
  display: grid;
  gap: 20px;
}

.milsymbol-catalog-section {
  display: grid;
  gap: 12px;
  border-top: 1px dashed color-mix(in srgb, var(--muted) 45%, transparent);
  padding-top: 16px;
}

.milsymbol-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
}

.milsymbol-catalog-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 72px;
  border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--surface-muted) 70%, transparent);
  padding: 8px;
}

.milsymbol-catalog-card svg {
  width: 52px;
  height: 52px;
  color: color-mix(in srgb, var(--text) 88%, var(--interactive-strong));
}

.milsymbol-catalog-card svg * {
  vector-effect: non-scaling-stroke;
}

.milsymbol-catalog-card strong,
.milsymbol-catalog-card span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.milsymbol-catalog-card strong {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 400;
}

.milsymbol-catalog-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 400;
}
