:root {
  --axios-emerald: #1e3b1d;
  --axios-muted: #607339;
  --axios-sand: #e5decf;
  --axios-cream: #f7f6f2;
  --axios-black: #000;
  --axios-white: #fff;
  --axios-body-color: #1e3b1d;
  --axios-body-bg: #f7f6f2;
  --axios-brand: #607339;
  --axios-tab-active: #1e3b1d;
  --axios-tab-inactive: rgba(30, 59, 29, 0.5);
  --axios-tab-rule: rgba(30, 59, 29, 0.15);
  --axios-ff-sans-reg: NeueMontreal-Regular, Helvetica Neue, Arial, sans-serif;
  --axios-ff-sans-md: NeueMontreal-Medium, Helvetica Neue, Arial, sans-serif;
  --axios-ff-serif-reg: LibraSerifModern-Regular, Georgia, Times New Roman, serif;
  --axios-ff-serif-it: LibraSerifModern-Italic, Georgia, Times New Roman, serif;
  --axios-fs-base: 1rem;
  --axios-fs-sm: 0.875rem;
  --axios-fs-xs: 0.75rem;
  --axios-fs-h1: 2.5rem;
  --axios-fs-h2: 1.875rem;
  --axios-fs-h3: 1.375rem;
  --axios-fs-h4: 1.125rem;
  --axios-space-1: 0.25rem;
  --axios-space-2: 0.5rem;
  --axios-space-3: 0.75rem;
  --axios-space-4: 1rem;
  --axios-space-5: 1.5rem;
  --axios-space-6: 2rem;
  --axios-space-7: 3rem;
  --axios-space-8: 4rem;
  --axios-space-9: 6rem;
  --axios-radius-sm: 4px;
  --axios-radius-md: 8px;
  --axios-radius-lg: 16px;
  --axios-shadow-sm: 0 1px 2px rgba(30, 59, 29, 0.06);
  --axios-shadow-md: 0 2px 8px rgba(30, 59, 29, 0.08);
  --axios-shadow-lg: 0 8px 24px rgba(30, 59, 29, 0.12);
  --axios-container-max: 1280px;
  --axios-content-max: 820px;
  --axios-sidebar-width: 280px;
  --axios-header-height: 72px;
}

@font-face {
  font-family: "NeueMontreal-Regular";
  src: url("../fonts/neuemontreal-regular.woff2") format("woff2"), url("../fonts/neuemontreal-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMontreal-Medium";
  src: url("../fonts/neuemontreal-medium.woff2") format("woff2"), url("../fonts/neuemontreal-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibraSerifModern-Regular";
  src: url("../fonts/libraserifmodern-regular.woff2") format("woff2"), url("../fonts/libraserifmodern-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibraSerifModern-Italic";
  src: url("../fonts/libraserifmodern-italic.woff2") format("woff2"), url("../fonts/libraserifmodern-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1e3b1d;
  background: #f7f6f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #1e3b1d;
  margin: 0 0 1rem;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
}

p, ul, ol, dl {
  margin: 0 0 1rem;
}

strong, b, th {
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

em, i {
  font-style: italic;
}

a {
  color: #607339;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover {
  color: #1e3b1d;
}

.subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  height: 20px;
  background: #1e3b1d;
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}

.site-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  background: #f7f6f2;
}
.site-shell__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  height: 100vh;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: radial-gradient(120% 60% at -10% 0%, rgba(96, 115, 57, 0.18) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#1e3b1d), to(#15301a));
  background: radial-gradient(120% 60% at -10% 0%, rgba(96, 115, 57, 0.18) 0%, transparent 55%), linear-gradient(180deg, #1e3b1d 0%, #15301a 100%);
  color: #f7f6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 50;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0 0 rgba(247, 246, 242, 0.04) inset;
          box-shadow: 1px 0 0 rgba(247, 246, 242, 0.04) inset;
  overflow: hidden;
}
.site-shell--sidebar-collapsed .site-sidebar {
  width: 72px;
}
.site-sidebar__brand {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  -webkit-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__brand:hover {
  opacity: 0.85;
}
.site-sidebar__brand::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(247, 246, 242, 0.12)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(247, 246, 242, 0.12), transparent);
}
.site-sidebar__logo {
  display: block;
  height: 28px;
  width: auto;
}
.site-sidebar__logo--full {
  display: block;
}
.site-sidebar__logo--mark {
  display: none;
}
.site-shell--sidebar-collapsed .site-sidebar__brand {
  padding: 1.5rem 0.75rem;
}
.site-shell--sidebar-collapsed .site-sidebar__brand::after {
  left: 0.75rem;
  right: 0.75rem;
}
.site-shell--sidebar-collapsed .site-sidebar__logo--full {
  display: none;
}
.site-shell--sidebar-collapsed .site-sidebar__logo--mark {
  display: block;
  height: 28px;
  width: auto;
}
.site-sidebar__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.75rem 0 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 246, 242, 0.18) transparent;
}
.site-sidebar__nav::-webkit-scrollbar {
  width: 6px;
}
.site-sidebar__nav::-webkit-scrollbar-thumb {
  background: rgba(247, 246, 242, 0.18);
  border-radius: 3px;
}
.site-sidebar__phase {
  margin: 2px 0.75rem;
  border-radius: 8px;
  -webkit-transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__phase:has(.site-sidebar__phase-toggle[aria-expanded=true]) {
  background: rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.03);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.site-sidebar__phase-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__phase-toggle:hover {
  color: #fff;
  background: rgba(247, 246, 242, 0.06);
}
.site-sidebar__phase.is-current .site-sidebar__phase-toggle {
  color: #fff;
}
.site-sidebar__phase-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(247, 246, 242, 0.7);
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__phase-icon svg {
  width: 20px;
  height: 20px;
}
.site-sidebar__phase.is-current .site-sidebar__phase-icon {
  color: #f7f6f2;
}
.site-sidebar__phase-toggle:hover .site-sidebar__phase-icon {
  color: #f7f6f2;
}
.site-sidebar__phase-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.005em;
}
.site-sidebar__phase-num {
  color: rgba(247, 246, 242, 0.45);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  margin-right: 2px;
}
.site-sidebar__phase-caret {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(247, 246, 242, 0.5);
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[aria-expanded=true] .site-sidebar__phase-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgba(247, 246, 242, 0.85);
}
.site-sidebar__modules {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0.75rem;
  overflow: hidden;
}
.site-sidebar__modules[hidden] {
  display: none;
}
.site-sidebar__module a {
  display: block;
  padding: 0.5rem 1rem 0.5rem calc(1rem + 36px);
  color: rgba(247, 246, 242, 0.88);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 4px;
  margin: 0 0.5rem;
}
.site-sidebar__module a::before {
  content: "";
  position: absolute;
  left: calc(1rem + 14px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(247, 246, 242, 0.4);
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__module a:hover, .site-sidebar__module a:focus {
  color: #fff;
  background: rgba(247, 246, 242, 0.06);
}
.site-sidebar__module a:hover::before, .site-sidebar__module a:focus::before {
  background: rgba(247, 246, 242, 0.75);
}
.site-sidebar__module.is-current a {
  color: #fff;
  background: rgba(247, 246, 242, 0.12);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
}
.site-sidebar__module.is-current a::before {
  background: #f7f6f2;
  width: 6px;
  height: 6px;
  -webkit-box-shadow: 0 0 0 3px rgba(247, 246, 242, 0.18);
          box-shadow: 0 0 0 3px rgba(247, 246, 242, 0.18);
}
.site-sidebar__module--empty {
  padding: 0.5rem 1rem 0.5rem calc(1rem + 36px);
  color: rgba(247, 246, 242, 0.4);
  font-size: 0.75rem;
  font-style: italic;
}
.site-sidebar__empty {
  padding: 0.75rem 1.5rem;
  color: rgba(247, 246, 242, 0.5);
  font-size: 0.875rem;
  font-style: italic;
}
.site-shell--sidebar-collapsed .site-sidebar__phase {
  margin: 2px 0.5rem;
}
.site-shell--sidebar-collapsed .site-sidebar__phase-toggle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}
.site-shell--sidebar-collapsed .site-sidebar__phase-label, .site-shell--sidebar-collapsed .site-sidebar__phase-caret, .site-shell--sidebar-collapsed .site-sidebar__modules {
  display: none;
}
.site-shell--sidebar-collapsed .site-sidebar__phase-icon {
  width: 24px;
  height: 24px;
}
.site-sidebar__collapse {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: rgba(0, 0, 0, 0.18);
  border: 0;
  border-top: 1px solid rgba(247, 246, 242, 0.08);
  color: rgba(247, 246, 242, 0.75);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-sidebar__collapse svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-sidebar__collapse:hover {
  color: #fff;
  background: rgba(247, 246, 242, 0.08);
}
.site-sidebar__collapse-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-shell--sidebar-collapsed .site-sidebar__collapse-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-shell--sidebar-collapsed .site-sidebar__collapse {
  padding: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f7f6f2;
  background: rgba(0, 0, 0, 0.22);
}
.site-shell--sidebar-collapsed .site-sidebar__collapse-label {
  display: none;
}
@media (max-width: 1023px) {
  .site-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 280px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 200;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .site-shell.is-sidebar-open .site-sidebar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .site-shell--sidebar-collapsed .site-sidebar {
    width: 280px;
  }
  .site-shell--sidebar-collapsed .site-sidebar .site-sidebar__phase-toggle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.75rem 1rem;
  }
  .site-shell--sidebar-collapsed .site-sidebar .site-sidebar__phase-label, .site-shell--sidebar-collapsed .site-sidebar .site-sidebar__phase-caret, .site-shell--sidebar-collapsed .site-sidebar .site-sidebar__modules {
    display: revert;
  }
  .site-shell--sidebar-collapsed .site-sidebar .site-sidebar__collapse {
    display: none;
  }
}
.site-sidebar__scrim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 59, 29, 0.55);
  backdrop-filter: blur(2px);
  z-index: 199;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1023px) {
  .site-shell.is-sidebar-open .site-sidebar__scrim {
    display: block;
  }
}

@media (max-width: 1023px) {
  .site-sidebar__collapse {
    display: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 72px;
  padding: 0 2rem;
  background: rgba(247, 246, 242, 0.85);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(30, 59, 29, 0.08);
}
@media (max-width: 576px) {
  .site-header {
    padding: 0 1rem;
    gap: 0.75rem;
  }
}
.site-header__hamburger {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #1e3b1d;
  cursor: pointer;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__hamburger:hover {
  background: rgba(30, 59, 29, 0.06);
}
@media (max-width: 1023px) {
  .site-header__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.site-header__wordmark {
  display: inline-block;
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.005em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 480px) {
  .site-header__wordmark {
    display: none;
  }
}
.site-header__search {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 360px;
}
.site-header__search-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(30, 59, 29, 0.5);
  pointer-events: none;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__search-input {
  width: 100%;
  height: 40px;
  padding: 0 1rem 0 calc(0.75rem + 22px);
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.12);
  border-radius: 8px;
  color: #1e3b1d;
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-box-shadow: 0 1px 2px rgba(30, 59, 29, 0.02);
          box-shadow: 0 1px 2px rgba(30, 59, 29, 0.02);
  -webkit-transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__search-input::-webkit-input-placeholder {
  color: rgba(30, 59, 29, 0.45);
}
.site-header__search-input::-moz-placeholder {
  color: rgba(30, 59, 29, 0.45);
}
.site-header__search-input:-ms-input-placeholder {
  color: rgba(30, 59, 29, 0.45);
}
.site-header__search-input::-ms-input-placeholder {
  color: rgba(30, 59, 29, 0.45);
}
.site-header__search-input::placeholder {
  color: rgba(30, 59, 29, 0.45);
}
.site-header__search-input:focus {
  outline: none;
  border-color: #607339;
  -webkit-box-shadow: 0 0 0 4px rgba(96, 115, 57, 0.12);
          box-shadow: 0 0 0 4px rgba(96, 115, 57, 0.12);
  background: #fff;
}
.site-header__search:focus-within .site-header__search-icon {
  color: #607339;
}
.site-header__search-results {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.1);
  border-radius: 8px;
  -webkit-box-shadow: 0 12px 32px rgba(30, 59, 29, 0.12), 0 2px 4px rgba(30, 59, 29, 0.04);
          box-shadow: 0 12px 32px rgba(30, 59, 29, 0.12), 0 2px 4px rgba(30, 59, 29, 0.04);
  max-height: 380px;
  overflow-y: auto;
  padding: 0.5rem;
  z-index: 10;
}
.site-header__search-results[hidden] {
  display: none;
}
.site-header__search-result {
  display: block;
  padding: 0.75rem 0.75rem;
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__search-result:hover, .site-header__search-result:focus, .site-header__search-result.is-active {
  background: rgba(96, 115, 57, 0.08);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.site-header__search-result-meta {
  display: block;
  margin-top: 2px;
  color: rgba(30, 59, 29, 0.55);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
}
.site-header__search-empty {
  padding: 1rem;
  color: rgba(30, 59, 29, 0.5);
  font-size: 0.875rem;
  text-align: center;
  font-style: italic;
}
.site-header__user {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__user-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__user-trigger:hover, .site-header__user-trigger[aria-expanded=true] {
  background: rgba(30, 59, 29, 0.05);
  border-color: rgba(30, 59, 29, 0.08);
}
.site-header__user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 0 2px rgba(247, 246, 242, 0.6);
          box-shadow: 0 0 0 2px rgba(247, 246, 242, 0.6);
}
.site-header__user-caret {
  color: rgba(30, 59, 29, 0.5);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[aria-expanded=true] .site-header__user-caret {
  -webkit-transform: translateY(2px) rotate(180deg);
          transform: translateY(2px) rotate(180deg);
}
.site-header__user-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.1);
  border-radius: 8px;
  -webkit-box-shadow: 0 12px 32px rgba(30, 59, 29, 0.12), 0 2px 4px rgba(30, 59, 29, 0.04);
          box-shadow: 0 12px 32px rgba(30, 59, 29, 0.12), 0 2px 4px rgba(30, 59, 29, 0.04);
  padding: 0.5rem;
  z-index: 10;
}
.site-header__user-menu[hidden] {
  display: none;
}
.site-header__user-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #1e3b1d;
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__user-link:hover, .site-header__user-link:focus {
  background: rgba(96, 115, 57, 0.08);
  color: #1e3b1d;
}
.site-header__login {
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #1e3b1d;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(30, 59, 29, 0.2);
  border-radius: 8px;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header__login:hover {
  background: rgba(30, 59, 29, 0.05);
  border-color: #1e3b1d;
}
@media (max-width: 576px) {
  .site-header__user-name {
    display: none;
  }
  .site-header__search {
    max-width: none;
  }
}

.breadcrumbs-bar {
  background: rgb(239.2285714286, 237.2571428571, 229.3714285714);
  border-bottom: 1px solid rgba(30, 59, 29, 0.12);
}

.breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0.5rem 1rem;
  }
}
.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
}
.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(30, 59, 29, 0.55);
}
.breadcrumbs__sep {
  margin: 0 0.5rem;
  color: rgba(30, 59, 29, 0.25);
}
.breadcrumbs__link {
  color: rgba(30, 59, 29, 0.6);
  text-decoration: none;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #1e3b1d;
}
.breadcrumbs__item--current {
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
}

.site-footer {
  background: #f7f6f2;
  border-top: 1px solid rgba(30, 59, 29, 0.08);
  padding: 1.5rem 0;
  margin-top: 4rem;
}
.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer__copy, .site-footer__updated {
  margin: 0;
  color: rgba(30, 59, 29, 0.65);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.site-footer__updated {
  font-style: italic;
}
@media (max-width: 576px) {
  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.block-agenda-table {
  margin: 1.5rem 0;
}
.block-agenda-table__caption {
  margin: 0 0 0.5rem;
  color: rgba(30, 59, 29, 0.6);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.block-agenda-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
  overflow: hidden;
  table-layout: fixed;
}
.block-agenda-table__row + .block-agenda-table__row .block-agenda-table__heading, .block-agenda-table__row + .block-agenda-table__row .block-agenda-table__content {
  border-top: 1px solid rgba(30, 59, 29, 0.06);
}
.block-agenda-table__heading {
  width: 30%;
  padding: 0.75rem 1rem;
  background: rgba(96, 115, 57, 0.08);
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
.block-agenda-table__content {
  padding: 0.75rem 1rem;
  color: rgba(30, 59, 29, 0.85);
  font-size: 0.875rem;
  line-height: 1.6;
  vertical-align: top;
}
.block-agenda-table__content p:last-child,
.block-agenda-table__content ul:last-child,
.block-agenda-table__content ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .block-agenda-table__table {
    table-layout: auto;
  }
  .block-agenda-table__heading {
    width: 35%;
  }
}

.wp-block-heading.is-style-brand-underline {
  margin: 2rem 0 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(30, 59, 29, 0.08);
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  color: #1e3b1d;
  line-height: 1.15;
}
.wp-block-heading.is-style-brand-underline:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

h3.wp-block-heading.is-style-brand-underline {
  margin-top: 1.5rem;
  padding-top: 0;
  border-top: 0;
}

.wp-block-image.is-style-axios-diagram {
  margin: 2rem auto;
}
.wp-block-image.is-style-axios-diagram figure, .wp-block-image.is-style-axios-diagram {
  max-width: 820px;
}
.wp-block-image.is-style-axios-diagram img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #f7f6f2;
  border: 1px solid rgba(30, 59, 29, 0.06);
}
.wp-block-image.is-style-axios-diagram figcaption {
  margin-top: 0.75rem;
  color: rgba(30, 59, 29, 0.6);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}

.wp-block-list.is-style-references {
  list-style: none;
  margin: 0;
  padding: 1.5rem;
  background: rgba(96, 115, 57, 0.04);
  border-left: 3px solid #607339;
  border-radius: 4px;
}
.wp-block-list.is-style-references li {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(30, 59, 29, 0.85);
}
.wp-block-list.is-style-references li + li {
  border-top: 1px solid rgba(30, 59, 29, 0.06);
}
.wp-block-list.is-style-references li strong {
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #1e3b1d;
  margin-right: 0.5rem;
}

.wp-block-table {
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-table th, .wp-block-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(30, 59, 29, 0.06);
}
.wp-block-table th {
  background: rgba(96, 115, 57, 0.08);
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
}
.wp-block-table tr:last-child td,
.wp-block-table tr:last-child th {
  border-bottom: 0;
}

.dashboard {
  padding: 0 0 6rem;
}
.dashboard__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .dashboard__container {
    padding: 0 1rem;
  }
}
.dashboard__hero {
  position: relative;
  margin: 0 0 2rem;
  padding: 3rem 0;
  color: #f7f6f2;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.dashboard__hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.62)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}
.dashboard__hero-inner {
  position: relative;
  z-index: 1;
}
.dashboard__hero-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.dashboard__hero-heading {
  margin: 0 0 0.75rem;
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 2.875rem);
  line-height: 1.08;
  color: #f7f6f2;
  letter-spacing: -0.01em;
}
.dashboard__hero-subheading {
  margin: 0;
  color: rgba(247, 246, 242, 0.88);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 620px;
}
.dashboard__intro {
  margin: 0 auto 3rem;
  max-width: 760px;
  color: rgba(30, 59, 29, 0.85);
  font-size: 1rem;
  line-height: 1.6;
}
.dashboard__intro p {
  margin: 0 0 0.75rem;
}
.dashboard__intro p:last-child {
  margin-bottom: 0;
}
.dashboard__section {
  margin: 0 auto 4rem;
}
.dashboard__section--recent {
  margin-bottom: 0;
}
.dashboard__section-head {
  margin: 0 0 1.5rem;
}
.dashboard__section-title {
  margin: 0;
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #1e3b1d;
}
.dashboard__phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1100px) {
  .dashboard__phases {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .dashboard__phases {
    grid-template-columns: 1fr;
  }
}
.dashboard__phase {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 16px;
  -webkit-transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.dashboard__phase::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#607339), to(#1e3b1d));
  background: linear-gradient(90deg, #607339, #1e3b1d);
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__phase:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 16px 32px rgba(30, 59, 29, 0.08), 0 4px 8px rgba(30, 59, 29, 0.04);
          box-shadow: 0 16px 32px rgba(30, 59, 29, 0.08), 0 4px 8px rgba(30, 59, 29, 0.04);
  border-color: rgba(30, 59, 29, 0.14);
}
.dashboard__phase:hover::before {
  opacity: 1;
}
.dashboard__phase:hover .dashboard__phase-icon {
  background: #607339;
  color: #f7f6f2;
}
.dashboard__phase-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem;
}
.dashboard__phase-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(96, 115, 57, 0.1);
  color: #607339;
  border-radius: 8px;
  -webkit-transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__phase-icon svg {
  width: 22px;
  height: 22px;
}
.dashboard__phase-num {
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  color: rgba(30, 59, 29, 0.1);
  letter-spacing: -0.02em;
}
.dashboard__phase-title {
  margin: 0 0 0.5rem;
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.dashboard__phase-title a {
  color: #1e3b1d;
  text-decoration: none;
}
.dashboard__phase-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.dashboard__phase-intro {
  margin: 0 0 0.75rem;
  color: rgba(30, 59, 29, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}
.dashboard__phase-intro p {
  margin: 0;
}
.dashboard__phase-modules {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.75rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top: 1px solid rgba(30, 59, 29, 0.06);
}
.dashboard__phase-modules li + li {
  margin-top: 0.25rem;
}
.dashboard__phase-modules a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.25rem 0;
  color: rgba(30, 59, 29, 0.75);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__phase-modules a:hover {
  color: #607339;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.dashboard__phase-link {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #607339;
  text-decoration: none;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), gap 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), gap 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__phase-link svg {
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__phase-link:hover {
  color: #1e3b1d;
  gap: 0.75rem;
}
.dashboard__phase-link:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.dashboard__recent {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.dashboard__recent-item + .dashboard__recent-item {
  border-top: 1px solid rgba(30, 59, 29, 0.06);
}
.dashboard__recent-item a {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  color: #1e3b1d;
  text-decoration: none;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__recent-item a:hover {
  background: rgba(30, 59, 29, 0.03);
}
.dashboard__recent-item a:hover .dashboard__recent-title {
  color: #607339;
}
@media (max-width: 640px) {
  .dashboard__recent-item a {
    grid-template-columns: 1fr auto;
  }
  .dashboard__recent-item a .dashboard__recent-parent {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.dashboard__recent-title {
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard__recent-parent {
  padding: 2px 0.5rem;
  background: #e5decf;
  border-radius: 4px;
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.dashboard__recent-date {
  color: rgba(30, 59, 29, 0.6);
  font-size: 0.75rem;
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}

.phase {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 6rem;
}
@media (max-width: 768px) {
  .phase {
    padding: 1.5rem 1rem 3rem;
  }
}
.phase__hero {
  max-width: 820px;
  margin: 0 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(30, 59, 29, 0.1);
}
.phase__title {
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.1;
  color: #1e3b1d;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.phase__intro {
  color: rgba(30, 59, 29, 0.75);
  font-size: 1.125rem;
  line-height: 1.4;
}
.phase__intro p {
  margin: 0 0 0.75rem;
}
.phase__intro p:last-child {
  margin-bottom: 0;
}
.phase__modules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.phase__module {
  position: relative;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
  -webkit-transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.phase__module::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #607339;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.phase__module:hover {
  border-color: rgba(30, 59, 29, 0.16);
  -webkit-box-shadow: 0 8px 24px rgba(30, 59, 29, 0.06);
          box-shadow: 0 8px 24px rgba(30, 59, 29, 0.06);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.phase__module:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.phase__module:hover .phase__module-title a {
  color: #607339;
}
.phase__module-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 560px) {
  .phase__module-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.phase__module-title {
  margin: 0;
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.phase__module-title a {
  color: #1e3b1d;
  text-decoration: none;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.phase__module-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.phase__module-status {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0.75rem;
  border-radius: 999px;
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #607339;
}
.phase__module-status--required, .phase__module-status--mandatory {
  background: #1e3b1d;
}
.phase__module-status--optional {
  background: rgba(30, 59, 29, 0.35);
}
.phase__module-summary {
  position: relative;
  z-index: 2;
  margin: 0 0 0.75rem;
  color: rgba(30, 59, 29, 0.7);
  font-size: 0.875rem;
  max-width: 760px;
}
.phase__module-flags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.phase__module-flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0.5rem;
  background: #e5decf;
  border-radius: 4px;
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.phase__module-flag:hover, .phase__module-flag:focus {
  background: #1e3b1d;
  color: #f7f6f2;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.phase__module-flag--process {
  background: rgba(96, 115, 57, 0.15);
  color: #1e3b1d;
}
.phase__module-flag--process:hover, .phase__module-flag--process:focus {
  background: #607339;
  color: #f7f6f2;
}

.module {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 6rem;
}
@media (max-width: 768px) {
  .module {
    padding: 1.5rem 1rem 3rem;
  }
}
.module__hero {
  max-width: 820px;
  margin: 0 0 2rem;
}
.module__title {
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  line-height: 1.1;
  color: #1e3b1d;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.module__summary {
  margin: 0;
  color: rgba(30, 59, 29, 0.75);
  font-size: 1.125rem;
  line-height: 1.4;
}
.module__status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin: 0 0 0.75rem;
  background: rgba(229, 222, 207, 0.4);
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
}
.module__status-label {
  color: rgba(30, 59, 29, 0.6);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.module__status-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0.75rem;
  border-radius: 999px;
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #607339;
}
.module__status-pill--required, .module__status-pill--mandatory {
  background: #1e3b1d;
}
.module__status-pill--optional {
  background: rgba(30, 59, 29, 0.35);
}
.module__download-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  margin: 0 0 2rem;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.1);
  border-left: 4px solid #607339;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(30, 59, 29, 0.06);
          box-shadow: 0 1px 2px rgba(30, 59, 29, 0.06);
}
@media (max-width: 640px) {
  .module__download-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.module__download-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
}
.module__download-icon svg {
  display: block;
}
.module__download-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.module__download-title {
  color: #1e3b1d;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}
.module__download-meta {
  color: rgba(30, 59, 29, 0.55);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module__download-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #607339;
  color: #f7f6f2;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__download-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module__download-btn:hover {
  background: #1e3b1d;
  color: #f7f6f2;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.module__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(30, 59, 29, 0.15);
}
.module__tab {
  position: relative;
  padding: 0.75rem 0;
  color: rgba(30, 59, 29, 0.5);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.005em;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__tab:hover {
  color: #1e3b1d;
}
.module__tab.is-active {
  color: #1e3b1d;
}
.module__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #1e3b1d;
  border-radius: 1px;
}
.module__tab--disabled {
  color: rgba(30, 59, 29, 0.3);
}
.module__tab--disabled:hover {
  color: rgba(30, 59, 29, 0.3);
}
.module__panel {
  max-width: 820px;
  color: rgba(30, 59, 29, 0.9);
}
.module__panel p, .module__panel ul, .module__panel ol {
  font-size: 1rem;
  line-height: 1.6;
}
.module__panel h2 {
  margin-top: 3rem;
}
.module__panel h3 {
  margin-top: 2rem;
}
.module__pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(30, 59, 29, 0.1);
}
@media (max-width: 560px) {
  .module__pager {
    grid-template-columns: 1fr;
  }
}
.module__pager-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
  color: #1e3b1d;
  text-decoration: none;
  -webkit-transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__pager-link:hover {
  border-color: rgba(30, 59, 29, 0.18);
  -webkit-box-shadow: 0 4px 12px rgba(30, 59, 29, 0.05);
          box-shadow: 0 4px 12px rgba(30, 59, 29, 0.05);
}
.module__pager-link:hover .module__pager-title {
  color: #607339;
}
.module__pager-link:hover .module__pager-eyebrow svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.module__pager-link--prev:hover .module__pager-eyebrow svg {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.module__pager-link--next:hover .module__pager-eyebrow svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.module__pager-link--next {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.module__pager-link--next .module__pager-eyebrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.module__pager-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: rgba(30, 59, 29, 0.55);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.module__pager-eyebrow svg {
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__pager-title {
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.4;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__resources {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.module__resource {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(30, 59, 29, 0.08);
  border-radius: 8px;
  -webkit-transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__resource:hover {
  border-color: rgba(30, 59, 29, 0.16);
  -webkit-box-shadow: 0 4px 12px rgba(30, 59, 29, 0.04);
          box-shadow: 0 4px 12px rgba(30, 59, 29, 0.04);
}
.module__resource.is-uploading {
  opacity: 0.55;
  pointer-events: none;
}
.module__resource h3 {
  margin: 0 0 0.5rem;
  font-family: "LibraSerifModern-Regular", Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  color: #1e3b1d;
}
.module__resource-description {
  margin: 0 0 0.5rem;
  color: rgba(30, 59, 29, 0.7);
  font-size: 0.875rem;
}
.module__resource-meta {
  margin: 0 0 0.75rem;
  color: rgba(30, 59, 29, 0.5);
  font-family: "NeueMontreal-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
}
.module__resource-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.module__resource-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module__resource-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module__resource-btn--download {
  background: #607339;
  color: #f7f6f2;
}
.module__resource-btn--download:hover {
  background: #1e3b1d;
  color: #f7f6f2;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.module__resource-btn--replace {
  background: transparent;
  color: #1e3b1d;
  border-color: rgba(30, 59, 29, 0.2);
}
.module__resource-btn--replace:hover {
  background: rgba(30, 59, 29, 0.05);
  border-color: rgba(30, 59, 29, 0.35);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.module__resource-btn--replace[disabled] {
  opacity: 0.5;
  cursor: progress;
  -webkit-transform: none;
          transform: none;
}

.pp-toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  max-width: 420px;
  padding: 0.75rem 1rem;
  background: #1e3b1d;
  color: #f7f6f2;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 32px rgba(30, 59, 29, 0.18), 0 4px 8px rgba(30, 59, 29, 0.08);
          box-shadow: 0 16px 32px rgba(30, 59, 29, 0.18), 0 4px 8px rgba(30, 59, 29, 0.08);
  font-family: "NeueMontreal-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 200ms ease-out, transform 200ms ease-out;
  transition: opacity 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pp-toast[hidden] {
  display: none;
}
.pp-toast.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pp-toast.is-error {
  background: #8c2a1f;
}
.pp-toast__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f7f6f2;
}
.pp-toast__message {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
/*# sourceMappingURL=main.css.map */
