@charset "UTF-8";
:root {
  --ink: #142a2b;
  --muted: #586c69;
  --paper: #f4f5f0;
  --line: #dbe2d9;
  --green: #184c3e;
  --mint: #d9efb6;
  --white: #fff;
  --danger: #9b302c;
  font-synthesis: none;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    15px/1.55 "Avenir Next",
    Avenir,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
}
button,
input,
textarea,
select {
  font: inherit;
}
h1,
h2,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}
h1 {
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 14px;
}
h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 14px;
}
p {
  margin-bottom: 18px;
}
button,
.button {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  padding: 12px 20px;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
button:hover,
.button:hover {
  background: #23634f;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #4e9c74;
  outline-offset: 3px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 19px 0 7px;
}
input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aebfb4;
  border-radius: 6px;
  min-height: 46px;
}
textarea {
  resize: vertical;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  flex-shrink: 0;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}
.help {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 20px;
}
.muted {
  color: var(--muted);
}
.eyebrow,
.nav-label {
  font-size: 11px;
  letter-spacing: 0.13em;
  font-weight: 700;
}
.eyebrow {
  color: #426854;
  margin-bottom: 14px;
}
.mono {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.brand {
  display: block;
  text-decoration: none;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}
.brand span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  margin-top: 12px;
  font-weight: 500;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 240px;
  background: #142e2c;
  color: #d8e6df;
  padding: 38px 24px;
  display: flex;
  flex-direction: column;
}
.sidebar .brand {
  color: #f5f9ee;
  padding-left: 12px;
}
.nav-label {
  color: #a0b6ab;
  margin: 64px 12px 14px;
}
nav a {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 13px 12px;
  border-radius: 6px;
  margin: 4px 0;
}
nav a span {
  font-size: 10px;
  opacity: 0.65;
}
nav a:hover {
  background: #24413b;
}
nav a[aria-current="page"] {
  background: var(--mint);
  color: #17382b;
  font-weight: 600;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 20px 12px 0;
  border-top: 1px solid #3d544b;
}
.sidebar-bottom p {
  font-size: 14px;
  margin: 14px 0 8px;
}
.logout {
  background: none;
  border: none;
  padding: 0;
  color: #c6d8cd;
  font-size: 13px;
  text-decoration: underline;
}
.logout:hover {
  background: none;
  color: white;
}
.workspace {
  margin-left: 240px;
  padding: 0 48px;
  max-width: 1600px;
}
.topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  height: 80px;
  font-size: 12px;
  color: var(--muted);
}
.page-heading {
  padding: 42px 0 20px;
  max-width: 810px;
}
.page-heading p:last-child {
  color: var(--muted);
  max-width: 720px;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.summary {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 10px;
}
.summary > span {
  font-size: 13px;
  color: var(--muted);
}
.summary strong {
  font-size: 32px;
  letter-spacing: -0.04em;
  margin: 16px 0 12px;
  font-weight: 500;
}
.summary small {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.summary:hover {
  border-color: var(--green);
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 24px;
  min-width: 0;
}
.target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #edf1e6;
}
.target p:last-child {
  margin-bottom: 0;
}
.badge {
  display: inline-block;
  white-space: nowrap;
  background: #e2f0db;
  color: #28502f;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
}
.badge.off {
  background: #edece7;
  color: #5d625a;
}
.badge.test {
  background: #304e3f;
  color: #e1edb3;
  letter-spacing: 0.09em;
  font-size: 9px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
}
th {
  color: var(--muted);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
td,
th {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
tr:last-child td {
  border-bottom: none;
}
td strong {
  font-weight: 600;
}
.wrap {
  overflow-wrap: anywhere;
  max-width: 300px;
}
.empty {
  padding: 30px 0;
  color: var(--muted);
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
  gap: 24px;
}
.guide {
  background: #eaf0e4;
  align-self: start;
}
.guide h2 {
  font-size: 30px;
}
.guide ol {
  padding-left: 20px;
}
.guide li {
  margin-bottom: 16px;
  font-size: 14px;
}
.form-panel {
  max-width: 880px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
form > button {
  margin-top: 12px;
}
.inline {
  display: inline;
}
.text-button {
  padding: 0;
  border: none;
  background: none;
  color: var(--green);
  font-size: 13px;
  text-decoration: underline;
}
.text-button:hover {
  background: none;
  color: #317550;
}
.danger {
  color: var(--danger);
}
.alert {
  padding: 14px 18px;
  border: 1px solid #9ec38a;
  background: #edf6e7;
  border-radius: 6px;
  margin: 20px 0;
  font-size: 14px;
}
.alert.error {
  color: #802823;
  background: #fff1ed;
  border-color: #e3b9af;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: var(--muted);
  padding: 28px 0 32px;
}
.skip {
  position: fixed;
  left: 260px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 2;
}
.skip:focus {
  top: 10px;
}
.login-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-intro {
  background: #142e2c;
  color: #edf5e6;
  padding: 50px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.login-intro h1 {
  font-size: 58px;
  line-height: 1.1;
}
.login-intro > div {
  max-width: 500px;
}
.login-intro > div > p:last-child {
  max-width: 400px;
  color: #bed0c3;
  font-size: 17px;
}
.login-intro .eyebrow {
  color: #c4dfa6;
}
.login-foot {
  font-size: 12px;
  color: #b0c7b5;
  margin: 0;
}
.login-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.login-form {
  width: 100%;
  max-width: 380px;
}
.login-form h2 {
  font-size: 42px;
}
.login-form button {
  width: 100%;
  margin-top: 26px;
}
.login-form > p.help {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
@media (max-width: 1100px) {
  .workspace {
    padding: 0 28px;
  }
  .sidebar {
    width: 210px;
    padding: 32px 18px;
  }
  .workspace {
    margin-left: 210px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .login-intro {
    padding: 40px;
  }
  .login-intro h1 {
    font-size: 44px;
  }
  .summary-grid {
    gap: 12px;
  }
  .summary {
    padding: 20px;
  }
  .summary strong {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  table {
    min-width: 650px;
  }
  h1 {
    font-size: 36px;
  }
  .sidebar {
    position: static;
    width: auto;
    padding: 22px 20px;
  }
  .sidebar .brand {
    font-size: 24px;
  }
  .brand span {
    font-size: 9px;
  }
  .nav-label {
    display: none;
  }
  nav {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    margin-top: 20px;
  }
  nav a {
    white-space: nowrap;
    padding: 10px;
  }
  nav a span {
    display: none;
  }
  .sidebar-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0 0;
    margin-top: 12px;
  }
  .sidebar-bottom p {
    margin: 0;
  }
  .sidebar-bottom form {
    margin-left: auto;
  }
  .workspace {
    margin-left: 0;
    padding: 0 20px;
  }
  .topline {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    padding: 14px 0;
  }
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .summary strong {
    grid-column: 2;
    grid-row: 1/3;
    text-align: right;
    margin: 0;
  }
  .summary small {
    font-size: 11px;
  }
  .panel {
    padding: 22px;
  }
  .target {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .page-heading {
    padding-top: 30px;
  }
  footer {
    flex-direction: column;
  }
  .login-layout {
    grid-template-columns: 1fr;
  }
  .login-intro {
    min-height: auto;
    padding: 28px;
  }
  .login-intro > div {
    margin: 36px 0 10px;
  }
  .login-intro h1 {
    font-size: 38px;
  }
  .login-intro > div > p:last-child {
    font-size: 14px;
  }
  .login-foot {
    display: none;
  }
  .login-panel {
    padding: 36px 28px;
  }
  .login-form {
    max-width: 440px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  button,
  .summary,
  nav a {
    transition:
      background 0.15s,
      border-color 0.15s;
  }
}
