:root {
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #1d3832;
  background: #f7f8f3;
  font-synthesis: none;
  font-size: 15px;
  line-height: 1.55;
  --green: #183c34;
  --muted: #6c7b74;
  --line: #e0e5dc;
  --lime: #d4efab;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #839e5e;
  outline-offset: 3px;
}
button {
  transition:
    transform 160ms ease-out,
    background-color 160ms ease-out;
}
button:active {
  transform: scale(0.98);
}
.skip {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 9;
}
.skip:focus {
  top: 12px;
  background: white;
  padding: 12px;
}
.shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 100svh;
}
.sidebar {
  background: var(--green);
  color: #e9f0e8;
  padding: 34px 23px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100svh;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand strong {
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: 650;
}
.brand small {
  display: block;
  color: #abbeb3;
  font-size: 10px;
  letter-spacing: 2px;
}
.sidebar nav {
  display: grid;
  gap: 9px;
  margin-top: 64px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  color: #b7c9bf;
  text-align: left;
  border-radius: 9px;
  padding: 12px 15px;
}
.nav-item[aria-current="page"] {
  color: #f6ffe9;
  background: #315046;
}
.nav-item svg {
  width: 18px;
  height: 18px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 44px;
}
.sidebar-note {
  font-size: 12px;
  color: #b7c9bf;
  border-top: 1px solid #39564b;
  padding: 22px 5px 0;
}
.profile {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.avatar {
  background: #33574a;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
}
.profile button {
  margin-left: auto;
  background: none;
  border: 0;
  color: #c6d7cd;
}
.content {
  padding: 0 50px 50px;
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
.topbar {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb {
  display: flex;
  gap: 12px;
}
.pill {
  font-size: 11px;
  border: 1px solid #dce2d7;
  border-radius: 100px;
  padding: 5px 11px;
  color: #5e7163;
  white-space: nowrap;
}
.pill:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #96b86f;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #76816c;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  font-weight: 550;
  max-width: 650px;
  margin: 13px 0 16px;
}
h2 {
  font-size: 21px;
  letter-spacing: -0.55px;
  font-weight: 600;
  margin-bottom: 7px;
}
h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.lede {
  color: var(--muted);
  max-width: 610px;
  font-size: 14px;
}
.page-heading {
  padding: 40px 0 19px;
}
.page-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.button {
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  border-radius: 8px;
  min-height: 42px;
  padding: 9px 17px;
  font-size: 13px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.button.secondary {
  background: white;
  color: var(--green);
  border-color: #d9e1d6;
}
.button.light {
  background: var(--lime);
  color: var(--green);
  border-color: var(--lime);
}
.button.danger {
  background: #a34738;
  border-color: #a34738;
}
.button.small {
  min-height: 34px;
  font-size: 12px;
  padding: 5px 12px;
}
.text-button {
  border: 0;
  background: none;
  color: #537145;
  padding: 7px 0;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
}
.hero-card {
  background: #eaf0df;
  border: 1px solid #dde6d1;
  border-radius: 15px;
  padding: 30px 33px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-card h2 {
  font-size: 27px;
  margin: 6px 0 12px;
}
.hero-card p {
  max-width: 495px;
  font-size: 13px;
  color: #64725e;
  margin-bottom: 18px;
}
.hero-icon {
  flex: 0 0 122px;
  width: 122px;
  height: 138px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-icon:before,
.hero-icon:after {
  content: "";
  position: absolute;
  border: 1px solid #cddabf;
  border-radius: 50%;
  height: 156px;
  width: 156px;
}
.hero-icon:after {
  height: 200px;
  width: 200px;
}
.hero-icon img {
  width: 75px;
  height: 75px;
  z-index: 1;
  box-shadow: 0 12px 30px #315b3610;
  border-radius: 21px;
}
.grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, 1fr);
  gap: 23px;
  margin-top: 24px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 25px;
}
.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.card-title h2 {
  font-size: 17px;
}
.tiny {
  font-size: 11px;
  color: var(--muted);
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #edf0e9;
}
.row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.row:first-child {
  padding-top: 0;
}
.row-copy p {
  font-size: 12px;
  color: var(--muted);
  margin: 3px 0 0;
  max-width: 365px;
}
.row-icon {
  width: 35px;
  height: 35px;
  background: #f3f6ed;
  border: 1px solid #e9eee1;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.row-icon svg {
  width: 17px;
  height: 17px;
}
.row-main {
  display: flex;
  gap: 12px;
  align-items: center;
}
.switch {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 35px;
  height: 21px;
  background: #dce2d9;
  border-radius: 15px;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
}
.switch:checked {
  background: #537848;
}
.switch:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 1px 2px #0001;
}
.switch:checked:after {
  left: 17px;
}
.statline {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf0e9;
  margin-bottom: 20px;
}
.stat strong {
  display: block;
  font-size: 28px;
  font-weight: 550;
  letter-spacing: -1px;
}
.stat span {
  font-size: 11px;
  color: var(--muted);
}
.privacy {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #f7f9f2;
  border-radius: 9px;
  padding: 17px;
  margin-top: 22px;
  font-size: 12px;
  color: #62705e;
}
.privacy svg {
  width: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.privacy p {
  margin: 0;
}
.steps {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.step-number {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 11px;
}
.step p {
  font-size: 12px;
  color: var(--muted);
  margin: 3px 0 0;
}
.footnote {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 29px;
  font-size: 11px;
  color: #819080;
}
.form-grid {
  display: grid;
  gap: 18px;
  margin-top: 23px;
}
label.field {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
}
input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  border: 1px solid #d9e1d6;
  border-radius: 7px;
  background: white;
  padding: 11px 12px;
  color: var(--green);
  font-size: 13px;
  min-width: 0;
}
textarea {
  resize: vertical;
  min-height: 105px;
  line-height: 1.6;
}
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #55665b;
}
.check-label input {
  margin-top: 3px;
  accent-color: #537848;
}
.setup-choice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
  background: white;
}
.setup-choice:has(input:checked) {
  border-color: #809c66;
  background: #f5f8ed;
}
.setup-choice input {
  accent-color: #537848;
  margin-top: 5px;
}
.setup-choice strong {
  font-size: 13px;
}
.setup-choice p {
  font-size: 12px;
  margin: 3px 0 0;
  color: var(--muted);
}
.choice-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.info {
  background: #f4f6ef;
  border-left: 3px solid #a9bd8e;
  padding: 14px 16px;
  font-size: 12px;
  color: #64705c;
  border-radius: 3px;
  margin: 18px 0;
}
.warning {
  background: #fff7e6;
  border-color: #d7b674;
  color: #7f663e;
}
.inline-form {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}
.inline-form input {
  flex: 1;
}
.code {
  background: #f2f5ee;
  padding: 14px;
  border-radius: 7px;
  font:
    12px/1.6 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  margin: 15px 0;
  color: #48623e;
}
.secret {
  border: 1px solid #dfe6d4;
}
.stack {
  display: grid;
  gap: 22px;
}
.actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 25px 0;
}
.empty {
  text-align: center;
  padding: 30px 15px;
  color: var(--muted);
  font-size: 13px;
}
.table-wrap {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
td,
th {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid #edf0e9;
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--muted);
}
td:first-child {
  overflow-wrap: anywhere;
  max-width: 240px;
}
.loading {
  height: 100svh;
  display: grid;
  place-content: center;
  text-align: center;
  justify-items: center;
  gap: 20px;
}
.login-hero {
  max-width: 1070px;
  margin: 75px auto;
  padding: 0 35px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.login-header {
  padding: 30px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.login-header .brand small {
  color: var(--muted);
}
.login-copy h1 {
  font-size: 57px;
  line-height: 1.08;
  max-width: 540px;
  letter-spacing: -2px;
}
.login-copy p {
  color: var(--muted);
  max-width: 440px;
}
.login-benefit {
  display: flex;
  gap: 12px;
  margin: 18px 0;
  font-size: 13px;
}
.login-benefit svg {
  width: 17px;
  color: #718c4c;
}
.login-form .card {
  padding: 32px;
}
.login-form .button {
  width: 100%;
}
.login-form .brand {
  margin-bottom: 25px;
}
.login-form h2 {
  font-size: 25px;
}
.login-footer {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  padding: 35px;
}
#notice {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #183c34;
  color: #fff;
  padding: 12px 20px;
  border-radius: 9px;
  box-shadow: 0 8px 30px #183c3422;
  font-size: 13px;
  max-width: 90vw;
  z-index: 10;
}
#notice:empty {
  display: none;
}
[hidden] {
  display: none !important;
}
.mobile-brand {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    background: #31594b;
  }
  .button.secondary:hover {
    background: #f3f6ef;
  }
  .button.light:hover {
    background: #c9e69a;
  }
  .nav-item:hover {
    background: #294a3f;
  }
}
@media (max-width: 1150px) {
  .content {
    padding: 0 30px 35px;
  }
  .shell {
    grid-template-columns: 205px 1fr;
  }
  .sidebar {
    padding: 28px 18px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .hero-icon {
    margin-right: 14px;
  }
  .login-hero {
    gap: 35px;
  }
  .login-copy h1 {
    font-size: 45px;
  }
}
@media (max-width: 750px) {
  .shell {
    display: block;
  }
  .sidebar {
    position: static;
    height: auto;
    padding: 20px;
    display: block;
  }
  .sidebar .brand img {
    width: 34px;
    height: 34px;
  }
  .sidebar .brand strong {
    font-size: 20px;
  }
  .sidebar nav {
    display: flex;
    margin-top: 22px;
    gap: 7px;
    overflow: auto;
  }
  .nav-item {
    font-size: 12px;
    padding: 9px 12px;
    white-space: nowrap;
  }
  .nav-item svg {
    display: none;
  }
  .sidebar-bottom {
    display: none;
  }
  .content {
    padding: 0 20px 30px;
  }
  .topbar {
    height: 63px;
  }
  .page-heading {
    padding-top: 28px;
  }
  h1 {
    font-size: 31px;
  }
  .hero-card {
    padding: 25px;
  }
  .hero-card h2 {
    font-size: 23px;
  }
  .hero-icon {
    display: none;
  }
  .card {
    padding: 22px;
  }
  .page-heading-row {
    display: block;
  }
  .page-heading-row > .button {
    margin-bottom: 14px;
  }
  .footnote {
    display: block;
  }
  .footnote span {
    display: block;
    margin: 6px 0;
  }
  .login-header {
    padding: 24px;
  }
  .login-hero {
    display: block;
    padding: 0 24px;
    margin: 40px auto;
  }
  .login-copy h1 {
    font-size: 43px;
  }
  .login-form {
    margin-top: 35px;
  }
  .login-header .pill {
    display: none;
  }
  .inline-form {
    flex-wrap: wrap;
  }
  .inline-form .button {
    width: 100%;
  }
  .row-copy p {
    font-size: 11px;
  }
  .login-benefit {
    margin: 13px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  button {
    transition: none;
  }
  button:active {
    transform: none;
  }
}
