/* SphereField.css — paired with SphereField.jsx
   Schematic of СФЕРЫ > ФОКУСЫ with transient lightning connectors. */

.sf {
  display: block;
  background: transparent;
  font-family: var(--font-mono, "Geist Mono", ui-monospace, monospace);
}

.sf text {
  font-family: var(--font-mono, "Geist Mono", monospace);
  font-variant-numeric: tabular-nums;
  paint-order: stroke fill;
}

.sf-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
