* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f7f8fa;
  color: #192c31;
  font:
    16px/1.6 system-ui,
    sans-serif;
}
aside {
  position: fixed;
  width: 240px;
  height: 100vh;
  padding: 36px 26px;
  background: white;
  border-right: 1px solid #e2e8e8;
}
.brand {
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  color: #153e37;
}
.label,
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #667e79;
}
.label {
  margin-top: 55px;
}
nav {
  display: grid;
  gap: 8px;
}
nav a {
  padding: 10px 14px;
  text-decoration: none;
  color: #4c6260;
  border-radius: 8px;
}
nav a[aria-current] {
  background: #e6f1ec;
  color: #215c48;
  font-weight: 650;
}
.aside-note {
  position: absolute;
  bottom: 24px;
  font-size: 12px;
  color: #73827f;
}
main {
  margin-left: 240px;
  padding: 0 52px 60px;
  max-width: 1350px;
}
header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e6e4;
  font-size: 14px;
}
.badge {
  border: 1px solid #cddcd4;
  border-radius: 25px;
  padding: 4px 12px;
  color: #496b5b;
  font-size: 12px;
}
.notice {
  font-size: 13px;
  color: #697771;
  margin: 24px 0 40px;
}
h1 {
  font-size: clamp(32px, 4vw, 51px);
  line-height: 1.15;
  letter-spacing: -2px;
  font-weight: 550;
  margin: 18px 0;
}
.intro {
  max-width: 570px;
  color: #60716d;
  margin-bottom: 38px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
article {
  background: white;
  border: 1px solid #dfe7e2;
  border-radius: 14px;
  padding: 30px;
}
article p {
  color: #62726d;
  font-size: 14px;
}
h2 {
  font-size: 20px;
  font-weight: 600;
}
.icon {
  display: inline-grid;
  place-items: center;
  background: #edf4ef;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 24px;
  color: #32614c;
}
button {
  margin-top: 18px;
  background: #e7ece9;
  color: #5d7065;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  font: inherit;
  font-size: 13px;
}
button:disabled {
  cursor: not-allowed;
}
small {
  display: block;
  color: #75847d;
  font-size: 12px;
  margin-top: 10px;
}
.footnote {
  margin-top: 26px;
  color: #75847d;
  font-size: 12px;
}
.muted {
  font-size: 14px;
  color: #66776d;
}
[hidden] {
  display: none !important;
}
a:focus-visible {
  outline: 3px solid #28795d;
  outline-offset: 3px;
}
@media (max-width: 720px) {
  aside {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
    border-right: 0;
  }
  .label,
  .aside-note {
    display: none;
  }
  nav {
    display: flex;
    margin-top: 16px;
    flex-wrap: wrap;
  }
  main {
    margin: 0;
    padding: 0 22px 35px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  header {
    height: 65px;
  }
  h1 {
    letter-spacing: -1px;
  }
}

#session-actions {
  margin: 0 0 30px;
}
.sign-in {
  display: inline-block;
  background: #245d49;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 18px;
}
#logout-form button {
  margin: 0;
}

input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #c8d4cb;
  border-radius: 6px;
  margin-top: 6px;
}
#key-value {
  display: block;
  overflow-wrap: anywhere;
  font-size: 12px;
}
#key-list {
  list-style: none;
  padding: 0;
  font-size: 12px;
}
#key-list li {
  border-top: 1px solid #edf1ee;
  padding: 8px 0;
}
#key-list button {
  padding: 5px 8px;
  margin: 4px 0 0 8px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
code {
  overflow-wrap: anywhere;
}
#key-list {
  padding: 0;
  list-style: none;
}
#key-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
#create-key-form {
  display: grid;
  gap: 10px;
}
[hidden] {
  display: none !important;
}

article h3 {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 600;
}
.tool-list {
  padding-left: 20px;
  color: #62726d;
  font-size: 13px;
}
.tool-list li {
  margin: 6px 0;
}
