#wheel {
  width: 50vmin;
  height: 50vmin;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  width: 100%;
  height: 100%;
}

#controls {
  margin: 0.5rem 0 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 12pt;
  border: 1px solid #000;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 2px solid #000;
}

.ring {
  fill: none;
  stroke: #888;
  stroke-width: 1;
}

.ring.selected {
  stroke: #2c6354;
  stroke-width: 2;
}

svg text {
  font-size: 2pt;
  text-anchor: middle;
  dominant-baseline: middle;
}

#combination {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 21pt;
}

#combo-numbers-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.3em 0.7em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  margin-top: 3em;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 200;
  font-size: 0.8em;
  letter-spacing: 0.3em;
}

#combo-numbers,
#combo-numbers-reduced,
.combo-number,
.combo-reduced {
  color: inherit;
  font-weight: normal;
  font-size: 1em;
}

.combo-separator {
  color: #888;
  user-select: none;
}

h1 {
  position: relative;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  font-size: 7em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

h1 .symbol {
  font-size: 0.2em;
  padding-left: 4em;
  align-self: flex-start;
  margin-top: 0.9em;
}

h1 .year {
  display: inline-block;
  font-size: 0.2em;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 200;
  line-height: 1;
  width: 5em;
  height: 1em;
  transform: rotate(90deg);
  transform-origin: bottom left;
  align-self: flex-start;
  margin-top: -0.04em;
  margin-left: -0.35em;
  letter-spacing: 0.25rem;
}

h1 .numnum {
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 0.2em;
  font-family: 'Libre Barcode 128', system-ui;
  font-weight: 200;
  letter-spacing: 0.1618px;
  user-select: none;
}

h1 .name-ist-programm {
  position: absolute;
  bottom: -1.1em;
  font-size: 0.1em;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.35rem;
  user-select: none;
  left: 0;
  transform: translateX(43.5em);
}

/* button utility rules */
button,
#table-controls button,
#numbers-modal-tabs .tab-btn {
  outline: none !important;
}

button:focus,
button:focus-visible,
#table-controls button:focus,
#table-controls button:focus-visible,
#numbers-modal-tabs .tab-btn:focus,
#numbers-modal-tabs .tab-btn:focus-visible {
  outline: none !important;
}

button:hover,
#table-controls button:hover,
#numbers-modal-tabs .tab-btn:hover {
  text-decoration: underline !important;
}

#action-panel {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-auto-rows: auto;
  justify-items: center;
  margin: 0 auto;
}

#action-panel > * {
  width: 100%;
  box-sizing: border-box;
}

#controls,
#combination,
#llm-section {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

#llm-section {
  padding-top: 3rem;
}

.feldmann-mark {
  position: absolute;
  top: 0.3rem;
  left: 8rem;
  font-size: 0.7em;
  color: #333;
  font-family: 'IBM Plex Mono', monospace;
  pointer-events: none;
  user-select: none;
  opacity: 0.75;
}

.feldmann-mark-zwei {
  position: absolute;
  top: 0.3rem;
  right: 8rem;
  font-size: 0.7em;
  color: #333;
  font-family: 'IBM Plex Mono', monospace;
  pointer-events: none;
  user-select: none;
  opacity: 0.75;
}

#drop-icon {
  position: absolute;
  top: 0.41rem;
  left: 16.2rem;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  user-select: none;
  opacity: 0.56;
}

#myth {
  position: absolute;
  bottom: 2rem;
  right: 50rem;
  pointer-events: none;
  user-select: none;
}
