.io-shell {
  color: #202124;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px;
}

.io-hero {
  align-items: end;
  background: #0f766e;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr .8fr;
  margin: 0 0 18px;
  padding: 34px;
}

.io-hero h1 {
  color: #fff;
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 10px;
}

.io-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.io-rut,
.io-inline {
  display: flex;
  gap: 10px;
}

.io-rut input,
.io-inline input,
.io-field input,
.io-field select,
.io-panel input[type="file"],
.io-doc input {
  border: 1px solid #c8d3d8;
  border-radius: 6px;
  box-sizing: border-box;
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

.io-rut button,
.io-shell button {
  background: #263238;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 9px 14px;
  white-space: nowrap;
}

.io-shell button:hover {
  filter: brightness(1.08);
}

.io-shell .io-primary {
  background: #0f766e;
}

.io-message {
  background: #fff7d6;
  border: 1px solid #e2c75b;
  border-radius: 6px;
  margin: 14px 0;
  padding: 12px 14px;
}

.io-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
}

.io-panel {
  background: #fff;
  border: 1px solid #d8e1e5;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(20, 35, 45, .05);
  margin: 16px 0;
  padding: 20px;
}

.io-panel h2 {
  font-size: 20px;
  margin: 0 0 16px;
}

.io-panel dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 0;
}

.io-panel dt {
  color: #53666f;
  font-weight: 700;
}

.io-panel dd {
  margin: 0 0 8px;
}

.io-progress {
  display: grid;
  gap: 8px;
}

.io-progress div {
  align-items: center;
  background: #eef3f5;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  padding: 10px;
}

.io-progress div.done {
  background: #dff4ef;
  color: #0f5f59;
}

.io-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.io-field {
  display: grid;
  gap: 6px;
}

.io-field span {
  color: #44565e;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.io-docs {
  display: grid;
  gap: 16px;
  grid-template-columns: 440px 1fr;
}

.io-doc {
  align-items: center;
  border-bottom: 1px solid #e4eaed;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto auto 90px auto;
  padding: 12px 0;
}

.io-doc small {
  color: #61757d;
  display: block;
}

.io-badge {
  background: #dff4ef;
  border-radius: 999px;
  color: #0f5f59;
  font-weight: 800;
  padding: 7px 10px;
  text-align: center;
}

.io-viewer iframe {
  border: 1px solid #d8e1e5;
  height: 640px;
  width: 100%;
}

.io-check {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 9px 0;
}

.io-table {
  display: grid;
  gap: 6px;
  overflow-x: auto;
}

.io-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.4fr .8fr .7fr 1fr 1fr 1.2fr;
  min-width: 880px;
  padding: 10px;
}

.io-row:nth-child(odd) {
  background: #f6f8f9;
}

.io-head {
  background: #e8eef1 !important;
}

.io-row code {
  white-space: nowrap;
}

.io-audit {
  background: #f6f8f9;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
}

.io-audit p {
  border-bottom: 1px solid #e1e8eb;
  margin: 0;
  padding: 8px 0;
}

@media (max-width: 900px) {
  .io-hero,
  .io-grid,
  .io-form,
  .io-docs {
    grid-template-columns: 1fr;
  }

  .io-rut,
  .io-inline {
    display: grid;
  }

  .io-doc {
    grid-template-columns: 1fr;
  }
}
