:root {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  background: #fff;
}

.index {
  padding: 8px;
}

.directory {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.alphabet,
.details {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.alphabet li,
.details li { min-height: 1.1em; }

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

a:hover, a:focus-visible { text-decoration: none; }

a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.copy-email {
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-email:hover,
.copy-email:focus-visible { text-decoration: none; }

.copy-email:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.copy-status {
  color: #ccc;
  margin-left: 0.25em;
  text-transform: lowercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
