body {
  margin: 0;
  color: #17223b;
  background: #f3f5f9;
  font:
    16px system-ui,
    sans-serif;
}
header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  background: white;
  border-bottom: 1px solid #d7dce5;
}
main {
  padding: 24px;
}
form {
  max-width: 420px;
  margin: 48px auto;
}
label {
  display: block;
  margin: 16px 0;
}
input,
select,
button {
  font: inherit;
  padding: 8px 12px;
}
input,
select {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
}
button {
  cursor: pointer;
}
#logout {
  margin-left: auto;
}
#inbox {
  height: calc(100vh - 150px);
  min-height: 500px;
  background: white;
}
#inbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#status {
  color: #8a3200;
}

#pages {
  margin-bottom: 12px;
}
#pages button[aria-pressed='true'] {
  font-weight: 700;
  outline: 2px solid #3267b1;
}
#retry {
  margin-bottom: 12px;
}
