/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Trebuchet MS", sans-serif;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1fr) 320px;
    }
  }
}
:root, html[data-theme="light"] {
  --primary: #164d43;
  --secondary: #123c35;
  --accent: #196352;
  --primary-fg: #fff;
  --body-fg: #253632;
  --body-bg: #f5f7f6;
  --body-quiet-color: #65756e;
  --body-loud-color: #152c24;
  --header-color: #fff;
  --header-branding-color: #9be5bd;
  --header-bg: #142a24;
  --header-link-color: #fff;
  --breadcrumbs-fg: #697973;
  --breadcrumbs-bg: transparent;
  --breadcrumbs-link-fg: #285d49;
  --link-fg: #23604b;
  --link-hover-color: #143c2d;
  --link-selected-fg: #173c2a;
  --hairline-color: #e4eae6;
  --border-color: #d9e1db;
  --darkened-bg: #f4f7f5;
  --selected-bg: #eaf5ee;
  --selected-row: #edf6ef;
  --button-bg: #1b5743;
  --button-hover-bg: #123e2e;
  --default-button-bg: #1b5743;
  --default-button-hover-bg: #123e2e;
  --object-tools-bg: #1b5743;
  --object-tools-hover-bg: #123e2e;
  --close-button-bg: #6b7871;
  --message-success-bg: #e6f4e9;
  --message-warning-bg: #fff4dc;
  --message-error-bg: #fff0ef;
  --error-fg: #b02c32;
}
* {
  box-sizing: border-box;
}
body.control-app {
  font-family: var(--font-sans);
  margin: 0;
  color: var(--body-fg);
  background: #f5f7f6;
  font-size: 14px;
  line-height: 1.5;
}
.control-app h1,.control-app h2,.control-app h3 {
  color: #192f27;
  letter-spacing: -.025em;
}
.control-app p {
  margin: 0;
}
.control-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
.desktop-nav {
  position: fixed;
  inset: 0 auto 0 0;
  width: 244px;
  display: flex;
  flex-direction: column;
  padding: 30px 18px 18px;
  background: #142a24;
  color: #cedcd2;
  z-index: 30;
  overflow-y: auto;
}
.brand,.brand:link,.brand:visited {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f8fff9;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.05em;
  padding: 0 10px;
  text-decoration: none;
}
.brand small {
  display: block;
  font-family: monospace;
  color: #94a99d;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .2em;
  margin-top: 2px;
}
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 38px;
  color: #a8e8b9;
  border: 1px solid #547364;
  border-radius: 9px;
  font-size: 26px;
}
.brand-mark>span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #a8e8b9;
  right: -3px;
  top: -3px;
  border-radius: 50%;
}
.workspace-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 25px;
  padding: 12px;
  border: 1px solid #334c41;
  border-radius: 8px;
  font-size: 12px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6db98a;
  flex-shrink: 0;
}
.status-dot.pending {
  background: #bac5be;
}
.nav-label {
  color: #8ea899;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 0 13px 10px;
}
.control-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  margin: 3px 0;
  color: #b9cdc1;
  border-radius: 7px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .15s;
}
.control-nav a:hover {
  background: #213d31;
  color: #fff;
}
.control-nav a[aria-current="page"] {
  color: #defce7;
  background: #2a4c3c;
  font-weight: 600;
}
.nav-active-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9be1ac;
  margin-left: auto;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 40px;
}
.sidebar-note {
  background: #1d352b;
  padding: 14px;
  border-radius: 10px;
  font-size: 11px;
  color: #cfdfd3;
}
.sidebar-note .status-dot {
  margin-right: 5px;
}
.sidebar-note p {
  color: #8eaa98;
  font-size: 10px;
  margin-top: 7px;
  line-height: 1.6;
}
.site-link {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px 0;
  color: #9bb4a5 !important;
  font-size: 12px;
}
.control-app #container.workspace {
  margin-left: 244px;
  min-width: 0;
  width: auto;
  min-height: 100dvh;
}
.workspace-header {
  height: 76px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  border-bottom: 1px solid #e4eae6;
  background: #fff;
  position: relative;
  z-index: 20;
}
.header-mark {
  display: none;
}
.header-location {
  color: #89978f;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-location>span {
  padding: 0 13px;
  color: #c5cec8;
}
.header-location strong {
  color: #53635a;
  font-weight: 500;
}
.account-name {
  color: #627369;
  font-size: 12px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logout-action {
  margin: 0;
}
.logout-action button {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  border: 0;
  background: none;
  cursor: pointer;
  color: #627369;
  font-family: inherit;
  font-size: 11px;
  padding: 6px;
}
.logout-action .control-icon {
  width: 17px;
}
.mobile-nav {
  display: none;
}
.control-app #content {
  width: auto;
  max-width: 1560px;
  padding: 38px 36px;
  margin: 0 auto;
  min-width: 0;
}
.control-app #content-main {
  float: none;
  width: 100%;
  min-width: 0;
}
.control-app .colMS {
  margin-right: 0;
}
.page-eyebrow {
  font-family: monospace;
  text-transform: uppercase;
  font-size: 10px;
  color: #76877d;
  letter-spacing: .14em;
  line-height: 1.5;
}
.control-app .page-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.2;
  margin: 9px 0 9px;
}
.page-description {
  color: #76847d;
  font-size: 13px;
  line-height: 1.7;
}
.control-button,.control-button:link,.control-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3);
  min-height: 44px;
  color: #fff;
  background: #20583f;
  border: 1px solid #20583f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s;
}
.control-button:hover {
  background: #143e2b;
}
.control-button .control-icon {
  width: 16px;
  height: 16px;
}
.metric-card {
  display: block;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 5);
  color: #66776c !important;
  border-color: #e0e7e1;
  text-decoration: none;
  box-shadow: 0 2px 3px #233b2903;
  min-width: 0;
}
.metric-card:hover {
  border-color: #9db9a5;
}
.metric-card span {
  font-size: 12px;
}
.metric-card strong {
  display: block;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
  margin-top: 16px;
  letter-spacing: -.04em;
  color: #213b2a;
  font-variant-numeric: tabular-nums;
}
.metric-card p {
  margin-top: 6px;
  font-size: 10px;
  color: #859288;
}
.metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5e806c;
  width: 33px;
  height: 33px;
  background: #f0f5ef;
  border-radius: 9px;
}
.metric-icon .control-icon {
  width: 17px;
  height: 17px;
}
.surface {
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  background-color: var(--color-white);
  border-color: #e0e7e1;
  overflow: hidden;
}
.section-heading {
  padding: 23px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.section-heading h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.section-heading p {
  font-size: 11px;
  color: #8a968e;
  margin-top: 5px;
}
.text-link {
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  color: #466852;
}
.text-link>span {
  padding-left: 4px;
}
.table-scroll {
  overflow: auto;
}
.overview-table {
  border-collapse: collapse;
  width: 100%;
}
.overview-table th {
  padding: 13px 24px;
  background: #fafbf9;
  text-transform: none;
  color: #89958b;
  font-weight: 500;
  font-size: 10px;
  border-block: 1px solid #eef1ec;
  white-space: nowrap;
}
.overview-table td {
  padding: 17px 24px;
  font-size: 11px;
  border-bottom: 1px solid #f0f3ee;
  white-space: nowrap;
  color: #748174;
}
.overview-table td:first-child {
  min-width: 165px;
}
.overview-table td a {
  font-size: 12px;
  font-weight: 600;
  color: #36573e;
}
.cell-secondary {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  color: #859186;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}
.badge-green {
  color: #3d7650;
  background: #edf6ed;
}
.badge-muted {
  color: #7b877e;
  background: #f1f3f0;
}
.badge-amber {
  color: #97701d;
  background: #fbf3df;
}
.empty-state {
  padding: 35px 24px 42px;
  text-align: center;
}
.empty-symbol {
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  width: 54px;
  height: 54px;
  background: #f3f7f0;
  color: #90a789;
  border-radius: 14px;
  border: 1px solid #e5eddf;
}
.empty-state h3 {
  font-size: 15px;
  margin: 0 0 9px;
  font-weight: 500;
}
.empty-state p {
  margin: auto;
  max-width: 350px;
  font-size: 12px;
  color: #82907f;
  line-height: 1.8;
}
.empty-line {
  padding: 20px 24px 30px;
  color: #8a9689;
  font-size: 12px;
}
.setup-panel {
  padding: 24px;
  background: linear-gradient(150deg,#fafcf8,#f0f6ec);
}
.setup-panel h2 {
  margin: 0 0 13px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}
.setup-panel>p {
  font-size: 12px;
  line-height: 1.8;
  color: #7b8c77;
}
.setup-list {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
}
.setup-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-top: 1px solid #e2e9dc;
  font-size: 10px;
  color: #6b7d67;
}
.setup-list li .badge {
  margin-left: auto;
}
.setup-panel .page-eyebrow {
  font-size: 9px;
}
.event-list {
  list-style: none;
  padding: 0 24px 10px;
  margin: 0;
}
.event-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid #eff2eb;
}
.event-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f7f2;
  color: #8b9f81;
  flex-shrink: 0;
}
.event-icon .control-icon {
  width: 16px;
}
.event-list strong {
  font-size: 11px;
  font-weight: 500;
  color: #546b4b;
}
.event-list p {
  font-size: 10px;
  color: #91a086;
  margin-top: 3px;
  overflow-wrap: anywhere;
}
.event-list time {
  font-size: 10px;
  color: #9ba593;
  white-space: nowrap;
}
.security-card {
  padding: 28px;
  border-radius: 12px;
  background: #253d29;
  color: #cfddbd;
  position: relative;
  overflow: hidden;
}
.security-card h2 {
  color: #f0f6e7;
  font-size: 19px;
  margin: 42px 0 12px;
  font-weight: 500;
}
.security-card p {
  color: #aebf9d;
  font-size: 12px;
  line-height: 1.8;
}
.security-link {
  display: flex;
  justify-content: space-between;
  color: #d0e9b7 !important;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #4c5e41;
  font-size: 11px;
}
.security-art {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 55px;
  height: 55px;
  border: 1px solid #688053;
  border-radius: 15px;
  display: grid;
  place-items: center;
  transform: rotate(12deg);
  color: #a9ce84;
}
.security-art .control-icon {
  width: 28px;
  height: 28px;
}
.workspace-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 36px;
  margin-top: auto;
  border-top: 1px solid #e3e8df;
  color: #91a082;
  font-size: 10px;
}
.control-app .breadcrumbs {
  background: none;
  padding: 0;
  color: #869278;
  font-size: 11px;
  margin-bottom: 16px;
}
.control-app .breadcrumbs a {
  color: #608249;
}
.control-app .module {
  background: #fff;
  border: 1px solid #e0e7dc;
  border-radius: 12px;
  margin-bottom: 20px;
}
.control-app .module h2,.control-app .module caption {
  background: #f6f8f2;
  color: #62764d;
  padding: 16px 22px;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
}
.control-app .object-tools {
  float: none;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
}
.control-app .object-tools li {
  float: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.control-app .object-tools a {
  border-radius: 7px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}
.control-app #changelist {
  display: flex;
  background: #fff;
  width: 100%;
  min-width: 0;
}
.control-app .changelist-form-container {
  min-width: 0;
}
.control-app #changelist .results {
  overflow-x: auto;
  width: 100%;
}
.control-app #changelist table {
  width: 100%;
}
.control-app #changelist table th,.control-app #changelist table td {
  padding: 16px 20px;
  font-size: 12px;
  border-color: #eef1e9;
}
.control-app #changelist table thead th {
  background: #f9faf7;
  color: #7c8b6e;
  font-size: 10px;
  text-transform: none;
}
.control-app #changelist tbody tr {
  background: #fff;
}
.control-app #changelist tbody tr:hover {
  background: #f6faf1;
}
.control-app #changelist #toolbar {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e8ede1;
}
.control-app #toolbar form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.control-app #toolbar #searchbar {
  min-width: 180px;
  width: 280px;
  max-width: 100%;
}
.control-app #changelist-filter {
  background: #fafcf6;
  border-left: 1px solid #e8edde;
  flex: 0 0 205px;
  margin: 0;
}
.control-app #changelist-filter h2 {
  border-radius: 0;
  padding: 20px;
  background: #f0f5e8;
}
.control-app #changelist-filter h3 {
  font-size: 12px;
  padding: 0 20px;
}
.control-app #changelist-filter ul {
  padding: 0 20px 12px;
}
.control-app #changelist-filter details {
  padding: 0 20px;
}
.control-app #changelist-filter details ul {
  padding: 0;
}
.control-app #changelist .paginator {
  border: 0;
  border-top: 1px solid #e8eddf;
  background: #fff;
  padding: 18px 20px;
  border-radius: 0 0 12px 12px;
  color: #8a997c;
  font-size: 11px;
}
.control-app .control-form {
  max-width: 760px;
  background: #fff;
  padding: 30px;
  border: 1px solid #dfe7d8;
  border-radius: 12px;
  margin-top: 24px;
}
.control-form>p {
  color: #728565;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 13px;
}
.control-form h2 {
  font-size: 19px;
  margin: 0 0 18px;
}
.control-form form p {
  margin-bottom: 20px;
}
.control-form form {
  margin-top: 24px;
}
.control-form label,.control-app .form-row label {
  display: block;
  float: none;
  width: auto;
  font-size: 12px;
  color: #596d4b;
  margin-bottom: 8px;
  padding: 0;
}
.control-app input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]),.control-app select,.control-app textarea {
  border: 1px solid #d5dfcf;
  border-radius: 7px;
  padding: 11px 13px;
  color: #365128;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  max-width: 100%;
  min-height: 43px;
  box-shadow: 0 1px 2px #24381804;
}
.control-form input:not([type=hidden]),.control-form select,.control-form textarea {
  width: 100%;
}
.control-form textarea {
  resize: vertical;
}
.control-form input[readonly] {
  font-family: monospace !important;
  background: #f6f8f1 !important;
}
.control-app input[type=submit],.control-app .submit-row input,.control-app #toolbar form input[type=submit] {
  padding: 12px 20px;
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  background: #245637;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}
.control-app input[type=submit]:hover {
  background: #153b23;
}
.control-app .form-row {
  padding: 20px 24px;
  border-bottom: 1px solid #eff2e8;
  overflow: visible;
}
.control-app .form-row:after {
  content: "";
  display: block;
  clear: both;
}
.control-app .form-row p.help {
  margin: 8px 0 0 !important;
  padding: 0;
  color: #8b9b7b;
  font-size: 11px;
}
.control-app .aligned .form-row>div {
  width: 100%;
}
.control-app .aligned label+div,.control-app .aligned p {
  margin-left: 0;
  padding-left: 0;
}
.control-app .aligned .vTextField {
  width: 100%;
  max-width: 600px;
}
.control-app .related-widget-wrapper {
  max-width: 100%;
  float: none;
}
.control-app .related-widget-wrapper select {
  max-width: calc(100% - 100px);
}
.control-app .submit-row {
  background: transparent;
  border: 0;
  padding: 16px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.control-app .submit-row input {
  margin: 0;
}
.control-app .submit-row a.closelink {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 7px;
}
.control-app .help,.control-app .readonly {
  color: #799064;
}
.control-app ul.messagelist li,.control-app .errornote {
  border-radius: 8px;
  font-size: 13px;
}
.control-app .errorlist {
  color: #ac333b;
  padding: 0;
  list-style: none;
}
.control-app .errornote ul {
  padding: 0;
  list-style: none;
}
.control-app .control-form details {
  margin: 15px 0;
}
.control-app a:focus-visible,.control-app button:focus-visible,.control-app summary:focus-visible,.control-app input:focus-visible,.control-app select:focus-visible,.control-app textarea:focus-visible {
  outline: 2px solid #5e9052;
  outline-offset: 3px;
}
.control-app.public-shell #container {
  margin: 0;
}
.control-app.public-shell #content {
  max-width: none;
  padding: 0;
}
.login-layout {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-story {
  background: #163227;
  padding: 55px 65px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.login-story>.brand {
  padding: 0;
  margin-bottom: 75px;
}
.login-story .page-eyebrow {
  color: #89a881;
}
.login-story h1 {
  color: #e9f2e1;
  font-size: clamp(34px,3.6vw,55px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.06em;
  margin: 22px 0;
}
.login-story>div>p:not(.page-eyebrow) {
  font-size: 14px;
  color: #9bb48b;
  line-height: 1.9;
}
.login-story-footer {
  color: #7e9d6d;
  font-size: 10px;
  margin-top: auto !important;
  padding-top: 40px;
}
.login-art {
  flex: 1;
  min-height: 230px;
  position: relative;
  display: grid;
  place-items: center;
  margin-top: 20px;
}
.login-art div {
  position: absolute;
  width: 210px;
  height: 160px;
  border: 1px solid #4e6c3e;
  border-radius: 20px;
  transform: rotate(-25deg) skew(12deg,8deg);
  background: linear-gradient(130deg,#a9d48710,#82b56605);
}
.login-art div:nth-child(1) {
  margin-top: 85px;
}
.login-art div:nth-child(2) {
  margin-top: 40px;
  border-color: #779b61;
}
.login-art div:nth-child(3) {
  border-color: #a2c385;
  background: linear-gradient(130deg,#82b75c44,#537c3822);
}
.login-art span {
  z-index: 1;
  font-size: 65px;
  font-weight: bold;
  color: #c9e8ae;
  transform: rotate(-15deg);
}
.login-form-panel {
  display: grid;
  place-items: center;
  padding: 50px;
  background: #fafcf7;
}
.login-form-wrap {
  width: 100%;
  max-width: 360px;
}
.login-form-wrap h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 12px 0;
  letter-spacing: -.05em;
}
.login-form-wrap form {
  margin-top: 30px;
}
.login-form-wrap .form-row {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.login-form-wrap .form-row input {
  width: 100%;
}
.login-form-wrap details {
  margin: 0 0 20px;
  border: 1px solid #e2e9da;
  border-radius: 8px;
  background: #f4f8ed;
  padding: 13px;
}
.login-form-wrap summary {
  color: #74865f;
  font-size: 11px;
  cursor: pointer;
}
.login-form-wrap details[open] summary {
  margin-bottom: 20px;
}
.login-form-wrap .submit-row input {
  width: 100%;
}
.login-form-wrap .submit-row {
  padding: 0;
}
.login-help {
  font-size: 11px;
  line-height: 1.8;
  color: #8b9a7b;
  margin-top: 22px !important;
}
.login-back {
  display: inline-block;
  font-size: 11px;
  color: #778e62;
  margin-top: 40px;
}
.login-mobile-brand {
  display: none;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dashboard-heading,.login-form-wrap {
  animation: arrive .35s ease-out;
}
@media (min-width:1600px) {
  .control-app #content {
    padding-inline: 50px;
  }
}
@media (max-width:1199px) {
  .desktop-nav {
    width: 220px;
  }
  .control-app #container.workspace {
    margin-left: 220px;
  }
  .control-app #content {
    padding: 28px;
  }
  .workspace-header {
    padding: 0 28px;
  }
  .account-name {
    max-width: 150px;
  }
  .control-app #changelist {
    flex-direction: column;
  }
  .control-app #changelist-filter {
    flex: none;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #e8edde;
  }
  .control-app #changelist-filter details {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .login-story {
    padding: 40px;
  }
}
@media (max-width:1023px) {
  .desktop-nav {
    display: none;
  }
  .control-app #container.workspace {
    margin-left: 0;
  }
  .workspace-header {
    height: 64px;
    padding: 0 24px;
  }
  .header-mark {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #326335;
  }
  .header-location {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav>summary {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    min-height: 44px;
    font-size: 12px;
    color: #587047;
  }
  .mobile-nav>summary::marker {
    content: "";
  }
  .mobile-nav-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #142a24;
    padding: 22px;
    box-shadow: 0 18px 24px #17372020;
    max-height: calc(100dvh - 64px);
    overflow: auto;
  }
  .mobile-nav-panel .control-nav {
    max-width: 600px;
    margin: auto;
  }
  .workspace-header>.flex:nth-child(2) {
    margin-left: auto;
  }
  .logout-action span {
    display: none;
  }
  .logout-action button {
    min-width: 40px;
  }
  .login-story {
    padding: 35px;
  }
  .login-story h1 {
    font-size: 35px;
  }
  .login-form-panel {
    padding: 35px;
  }
}
@media (max-width:639px) {
  .control-app #content {
    padding: 25px 18px;
  }
  .workspace-header {
    padding: 0 18px;
    gap: 12px;
  }
  .account-name {
    max-width: 140px;
    font-size: 10px;
  }
  .control-app .page-title {
    font-size: 28px;
  }
  .page-description {
    font-size: 12px;
  }
  .dashboard-heading .control-button {
    align-self: flex-start;
  }
  .metric-card {
    padding: 16px;
  }
  .metric-card strong {
    font-size: 30px;
  }
  .metric-card span {
    font-size: 11px;
  }
  .metric-card p {
    font-size: 9px;
  }
  .metric-icon {
    width: 29px;
    height: 29px;
  }
  .section-heading {
    padding: 20px 18px;
    align-items: flex-start;
  }
  .section-heading p {
    max-width: 210px;
  }
  .section-heading .text-link {
    font-size: 10px;
  }
  .overview-table td,.overview-table th {
    padding: 15px 18px;
  }
  .event-list {
    padding: 0 18px 8px;
  }
  .event-list time {
    font-size: 9px;
  }
  .workspace-footer {
    padding: 20px 18px;
    font-size: 9px;
  }
  .workspace-footer>span:last-child {
    max-width: 145px;
    text-align: right;
  }
  .control-app .control-form {
    padding: 22px 18px;
  }
  .control-app .form-row {
    padding: 18px;
  }
  .control-app #changelist #toolbar {
    padding: 16px;
  }
  .control-app #toolbar #searchbar {
    width: 100%;
  }
  .control-app #changelist table th,.control-app #changelist table td {
    padding: 14px;
  }
  .control-app .submit-row {
    flex-direction: column;
  }
  .control-app .object-tools {
    margin-top: 15px;
  }
  .login-layout {
    display: block;
  }
  .login-story {
    display: none;
  }
  .login-form-panel {
    min-height: 100dvh;
    padding: 40px 26px;
    align-items: center;
    background: radial-gradient(ellipse at 0 0,#e8f1df,transparent 60%),#fafcf7;
  }
  .login-mobile-brand {
    display: block;
    color: #284b2c;
    font-size: 21px;
    letter-spacing: -.05em;
    font-weight: 600;
    margin-bottom: 55px;
  }
  .login-mobile-brand span {
    color: #869f72;
    font-size: 13px;
    font-weight: 400;
  }
  .login-form-wrap h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
}
.workspace-header {
  flex-shrink: 0;
  min-height: 76px;
}
.control-nav .nav-label:not(:first-child) {
  margin-top: 28px;
}
.control-app #changelist {
  align-items: stretch;
}
.control-app #changelist .changelist-form-container {
  width: 100%;
}
.control-app #toolbar form>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}
.control-app #toolbar #searchbar {
  flex: 1 1 140px;
  width: auto;
  min-width: 0;
}
.control-app #toolbar form input[type=submit] {
  flex: 0 0 auto;
}
.control-app .object-tools a.addlink {
  padding-right: 36px;
  background-position: right 12px center;
}
.metric-card p,.section-heading p,.cell-secondary,.event-list p,.event-list time, .empty-line,.page-description,.page-eyebrow,.login-help,.login-back {
  color: #66775e;
}
.metric-card p,.section-heading p,.event-list p {
  font-size: 11px;
}
.overview-table th {
  font-size: 11px;
  color: #66755d;
}
.overview-table td {
  font-size: 12px;
  color: #5e7154;
}
.badge {
  font-size: 10px;
}
.badge-muted {
  color: #65735c;
}
.event-list strong {
  font-size: 12px;
}
.event-list time {
  font-size: 11px;
}
@media (max-width:1023px) {
  .workspace-header {
    min-height: 64px;
  }
}
@media (max-width:639px) {
  .control-app input:not([type=submit]):not([type=button]),.control-app select,.control-app textarea {
    font-size: 16px;
  }
}
.editor-intro {
  max-width: 750px;
  margin: 8px 0 26px !important;
  color: #637258;
  line-height: 1.8;
  font-size: 13px;
}
.editor-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  align-items: start;
  gap: 24px;
}
.editor-fields {
  min-width: 0;
}
.editor-guide {
  padding: 25px;
  border: 1px solid #dce7d2;
  border-radius: 12px;
  background: #edf4e5;
}
.editor-guide h2 {
  margin: 15px 0;
  font-size: 21px;
  font-weight: 500;
}
.editor-guide p,.editor-guide dd {
  font-size: 12px;
  line-height: 1.8;
  color: #657d51;
}
.editor-guide dl {
  margin: 24px 0 0;
}
.editor-guide dt {
  font-size: 12px;
  font-weight: 600;
  margin: 20px 0 6px;
}
.editor-guide dd {
  margin: 0;
}
.editor-guide .control-button {
  margin-top: 24px;
  white-space: normal;
}
.editor-fields .form-row>div.flex-container {
  display: block;
}
.editor-fields .form-row label {
  width: auto;
  float: none;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.editor-fields .form-row .checkbox-row {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.editor-fields .checkbox-row .help {
  flex-basis: 100%;
}
.editor-fields .form-row .vTextField {
  width: 100% !important;
  max-width: none;
}
.editor-fields .form-row .help {
  padding: 0 !important;
  margin: 10px 0 0 !important;
  max-width: 600px;
  line-height: 1.7;
}
.editor-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid #dfe7d8;
}
.editor-actions>div {
  display: flex;
  gap: 10px;
}
.secondary-button,.secondary-button:link,.secondary-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #cad8c0;
  border-radius: 7px;
  background: #fff;
  color: #426039;
  font: 500 12px/1.5 inherit;
  cursor: pointer;
  text-decoration: none;
}
.secondary-button:hover {
  background: #f0f6e9;
}
.control-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.product-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.product-slug {
  display: block;
  margin-top: 5px;
  color: #76866a;
  font: 11px monospace;
}
.row-action {
  display: inline-flex;
  padding: 9px 12px;
  background: #edf4e6;
  border-radius: 6px;
  white-space: nowrap;
}
.list-intro {
  margin-bottom: 24px !important;
}
.empty-state .secondary-button,.empty-state .control-button {
  margin-top: 20px;
}
.control-app .issuance-form {
  max-width: 900px;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.control-field {
  min-width: 0;
  margin-bottom: 25px;
}
.control-field .field-help {
  margin-top: 9px;
  font-size: 11px;
  line-height: 1.7;
  color: #6b7e5a;
}
.has-errors input,.has-errors select {
  border-color: #b02c32 !important;
}
.prerequisite-note {
  padding: 20px;
  background: #fcf4df;
  border: 1px solid #e9dba9;
  border-radius: 9px;
}
.prerequisite-note p {
  margin-top: 10px;
}
.copy-result {
  margin: 10px 0 !important;
}
.issuance-form [data-copy-key] {
  margin-top: 12px;
}
@media (max-width:1199px) {
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .editor-guide {
    max-width: none;
  }
  .editor-guide dl {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
  }
  .editor-guide dt {
    margin: 0;
  }
}
@media (max-width:639px) {
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .editor-actions,.editor-actions>div {
    flex-direction: column;
    align-items: stretch;
  }
  .editor-actions>div {
    width: 100%;
  }
  .editor-guide {
    padding: 22px;
  }
  .editor-guide dl {
    display: block;
  }
  .editor-guide dt {
    margin: 20px 0 6px;
  }
  .editor-fields .form-row .help {
    font-size: 12px;
  }
  .row-action {
    min-height: 44px;
  }
  .control-app .issuance-form {
    padding: 22px 18px;
  }
}
.control-app .editor-fields .form-row .flex-container:not(.checkbox-row) {
  display: block;
}
.control-app .editor-fields .form-row input[type=text],.control-app .editor-fields .form-row input[type=email] {
  display: block;
  width: 100%;
  max-width: none;
}
.control-app .editor-fields .fieldset-heading {
  border: 0;
  border-bottom: 1px solid #e4eade;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
}
.editor-fields [hidden] {
  display: none !important;
}
.editor-guide>summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  color: #466238;
}
.editor-guide[open]>summary {
  margin-bottom: 20px;
}
.control-app.model-product #changelist {
  flex-direction: column;
}
.product-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  order: -1;
  padding: 16px 20px;
  border-bottom: 1px solid #e5eadd;
  background: #fafcf6;
  border-radius: 12px 12px 0 0;
}
.filter-label {
  font-size: 11px;
  color: #738561;
  padding-right: 6px;
}
.product-filters a {
  padding: 9px 14px;
  color: #60744d;
  font-size: 12px;
  border-radius: 7px;
}
.product-filters a[aria-current=true] {
  background: #e1ecda;
  color: #254620;
  font-weight: 600;
}
.model-product #toolbar .clear {
  display: none;
}
.secondary-button {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
