:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18181b;
  background: #f9f9f7;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .top-0 {
    top: 0;
  }

  .top-8 {
    top: calc(var(--spacing) * 8);
  }

  .-right-3 {
    right: calc(var(--spacing) * -3);
  }

  .-bottom-3 {
    bottom: calc(var(--spacing) * -3);
  }

  .bottom-0 {
    bottom: 0;
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .left-\[18px\] {
    left: 18px;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-full {
    height: 100%;
  }

  .max-h-0 {
    max-height: 0;
  }

  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[520px\] {
    max-width: 520px;
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-items-center {
    place-items: center;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-\[2rem\] {
    border-radius: 2rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-\[\#1B432E\]\/10 {
    border-color: oklab(34.722% -.0546298 .0218144 / .1);
  }

  .border-\[\#1B432E\]\/15 {
    border-color: oklab(34.722% -.0546298 .0218144 / .15);
  }

  .border-\[\#1B432E\]\/\[0\.06\] {
    border-color: oklab(34.722% -.0546298 .0218144 / .06);
  }

  .border-\[\#1B432E\]\/\[0\.08\] {
    border-color: oklab(34.722% -.0546298 .0218144 / .08);
  }

  .border-\[\#B39255\] {
    border-color: #b39255;
  }

  .border-\[\#B39255\]\/20 {
    border-color: oklab(67.7093% .0128288 .0878139 / .2);
  }

  .border-\[\#B39255\]\/30 {
    border-color: oklab(67.7093% .0128288 .0878139 / .3);
  }

  .border-\[\#B39255\]\/50 {
    border-color: oklab(67.7093% .0128288 .0878139 / .5);
  }

  .bg-\[\#1B432E\] {
    background-color: #1b432e;
  }

  .bg-\[\#1B432E\]\/0 {
    background-color: oklab(0% 0 0 / 0);
  }

  .bg-\[\#1B432E\]\/5 {
    background-color: oklab(34.722% -.0546298 .0218144 / .05);
  }

  .bg-\[\#1B432E\]\/20 {
    background-color: oklab(34.722% -.0546298 .0218144 / .2);
  }

  .bg-\[\#1B432E\]\/\[0\.03\] {
    background-color: oklab(34.722% -.0546298 .0218144 / .03);
  }

  .bg-\[\#1B432E\]\/\[0\.05\] {
    background-color: oklab(34.722% -.0546298 .0218144 / .05);
  }

  .bg-\[\#B39255\] {
    background-color: #b39255;
  }

  .bg-\[\#B39255\]\/10 {
    background-color: oklab(67.7093% .0128288 .0878139 / .1);
  }

  .bg-\[\#F9F7F2\] {
    background-color: #f9f7f2;
  }

  .bg-\[\#F9F9F7\] {
    background-color: #f9f9f7;
  }

  .bg-white\/60 {
    background-color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/60 {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#1B432E\]\/\[0\.07\] {
    --tw-gradient-from: oklab(34.722% -.0546298 .0218144 / .07);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#B39255\]\/20 {
    --tw-gradient-from: oklab(67.7093% .0128288 .0878139 / .2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#F9F7F2\] {
    --tw-gradient-from: #f9f7f2;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#B39255\]\/40 {
    --tw-gradient-via: oklab(67.7093% .0128288 .0878139 / .4);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#B39255\]\/20 {
    --tw-gradient-to: oklab(67.7093% .0128288 .0878139 / .2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#B39255\]\/\[0\.14\] {
    --tw-gradient-to: oklab(67.7093% .0128288 .0878139 / .14);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .object-cover {
    object-fit: cover;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }

  .text-left {
    text-align: left;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tracking-\[0\.25em\] {
    --tw-tracking: .25em;
    letter-spacing: .25em;
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-\[\#1B432E\] {
    color: #1b432e;
  }

  .text-\[\#1B432E\]\/25 {
    color: oklab(34.722% -.0546298 .0218144 / .25);
  }

  .text-\[\#1B432E\]\/35 {
    color: oklab(34.722% -.0546298 .0218144 / .35);
  }

  .text-\[\#1B432E\]\/40 {
    color: oklab(34.722% -.0546298 .0218144 / .4);
  }

  .text-\[\#1B432E\]\/50 {
    color: oklab(34.722% -.0546298 .0218144 / .5);
  }

  .text-\[\#1B432E\]\/55 {
    color: oklab(34.722% -.0546298 .0218144 / .55);
  }

  .text-\[\#1B432E\]\/60 {
    color: oklab(34.722% -.0546298 .0218144 / .6);
  }

  .text-\[\#1B432E\]\/65 {
    color: oklab(34.722% -.0546298 .0218144 / .65);
  }

  .text-\[\#1B432E\]\/70 {
    color: oklab(34.722% -.0546298 .0218144 / .7);
  }

  .text-\[\#1B432E\]\/75 {
    color: oklab(34.722% -.0546298 .0218144 / .75);
  }

  .text-\[\#1B432E\]\/80 {
    color: oklab(34.722% -.0546298 .0218144 / .8);
  }

  .text-\[\#B39255\] {
    color: #b39255;
  }

  .text-\[\#B39255\]\/30 {
    color: oklab(67.7093% .0128288 .0878139 / .3);
  }

  .text-\[\#B39255\]\/40 {
    color: oklab(67.7093% .0128288 .0878139 / .4);
  }

  .text-\[\#F9F9F7\] {
    color: #f9f9f7;
  }

  .text-\[\#F9F9F7\]\/65 {
    color: oklab(98.1562% -.000747025 .00253123 / .65);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0_10px_40px_-10px_rgba\(27\,67\,46\,0\.2\)\] {
    --tw-shadow: 0 10px 40px -10px var(--tw-shadow-color, #1b432e33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  @media (hover: hover) {
    .group-hover\:scale-\[1\.03\]:is(:where(.group):hover *) {
      scale: 1.03;
    }

    .group-hover\:bg-\[\#1B432E\]\/10:is(:where(.group):hover *) {
      background-color: oklab(34.722% -.0546298 .0218144 / .1);
    }

    .group-hover\:text-\[\#B39255\]:is(:where(.group):hover *) {
      color: #b39255;
    }

    .hover\:border-\[\#B39255\]:hover {
      border-color: #b39255;
    }

    .hover\:border-\[\#B39255\]\/30:hover {
      border-color: oklab(67.7093% .0128288 .0878139 / .3);
    }

    .hover\:border-\[\#B39255\]\/60:hover {
      border-color: oklab(67.7093% .0128288 .0878139 / .6);
    }

    .hover\:bg-\[\#1B432E\]\/35:hover {
      background-color: oklab(34.722% -.0546298 .0218144 / .35);
    }

    .hover\:text-\[\#B39255\]:hover {
      color: #b39255;
    }

    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:left-8 {
      left: calc(var(--spacing) * 8);
    }

    .md\:left-\[26px\] {
      left: 26px;
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .md\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }

    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }

    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }

    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }

    .md\:pl-20 {
      padding-left: calc(var(--spacing) * 20);
    }

    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
      grid-template-columns: 1.1fr .9fr;
    }

    .lg\:items-end {
      align-items: flex-end;
    }

    .lg\:justify-end {
      justify-content: flex-end;
    }

    .lg\:pr-12 {
      padding-right: calc(var(--spacing) * 12);
    }
  }
}

:root {
  color-scheme: light;
  --forest: #1b432e;
  --forest-dark: #11301f;
  --forest-soft: #dce8df;
  --gold: #b39255;
  --gold-light: #eee4d1;
  --cream: #f9f9f7;
  --paper: #fff;
  --ink: #18181b;
  --muted: #6f716c;
  --line: #e6e5df;
  --serif: Georgia, "Times New Roman", serif;
  --shadow: 7px 7px 0 var(--forest);
}

.marquee {
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #f9f9f7;
  background: var(--forest);
  padding-block: 18px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  letter-spacing: .14em;
  flex-shrink: 0;
  justify-content: space-around;
  align-items: center;
  gap: 42px;
  min-width: 100%;
  font-size: 11px;
  font-weight: 800;
  animation: 15s linear infinite scroll;
  display: flex;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.instructor-section h2, .instructor-section h3, .instructor-section .eyebrow, .instructor-section .instructor-title, .instructor-section .instructor-stats, .instructor-section .instructor-specialties, .instructor-intro p {
  font-family: Georgia, serif;
}

.instructor-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.shell {
  width: min(1180px, 100% - 64px);
  margin-inline: auto;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.eyebrow {
  color: var(--gold);
  letter-spacing: .16em;
  margin: 0 0 13px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.lead {
  color: #555951;
  font-size: 18px;
  line-height: 1.65;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2 {
  letter-spacing: -.055em;
}

h1 {
  font-size: clamp(45px, 5.6vw, 78px);
  line-height: .98;
}

h2 {
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.02;
}

h3 {
  letter-spacing: -.035em;
}

em {
  font-family: var(--serif);
  font-weight: 400;
}

.button {
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s, background .2s, box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  transform: translate(-2px, -2px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.button-primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 4px 4px #0c2819;
}

.button-primary:hover {
  box-shadow: 6px 6px #0c2819;
}

.button-gold {
  color: #fff;
  background: var(--gold);
  box-shadow: 4px 4px #806333;
}

.button-ghost, .button-outline {
  color: var(--forest);
  background: none;
  border: 1px solid #cdd4ce;
}

.button-outline {
  box-shadow: none;
}

.button.full {
  width: 100%;
}

.text-link {
  color: var(--forest);
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.status-pill {
  min-height: 27px;
  color: var(--forest);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #e5eee7;
  border: 1px solid #bed0c2;
  align-items: center;
  padding: 0 10px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.status-pill.gold {
  color: #806333;
  background: var(--gold-light);
  border-color: #ddc9a5;
}

.status-pill.red {
  color: #8a3b32;
  background: #f6e4e1;
  border-color: #e2c2bc;
}

.public-page {
  background: var(--cream);
  overflow: hidden;
}

.public-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #f9f9f7f0;
  border-bottom: 1px solid #0000;
  position: sticky;
  top: 0;
}

.public-nav {
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  display: flex;
}

.brand {
  color: var(--forest);
  letter-spacing: -.06em;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
}

.brand > span:last-child > span {
  color: var(--gold);
}

.brand-mark {
  border: 2px solid;
  border-radius: 16px 16px 15px 15px;
  width: 28px;
  height: 30px;
  display: inline-block;
  position: relative;
  transform: rotate(-9deg);
}

.brand-mark:before, .brand-mark:after, .brand-mark span {
  content: "";
  transform-origin: bottom;
  background: currentColor;
  width: 2px;
  position: absolute;
  bottom: 2px;
  left: 12px;
}

.brand-mark:before {
  height: 21px;
  transform: rotate(-45deg);
}

.brand-mark:after {
  height: 19px;
  transform: rotate(42deg);
}

.brand-mark span {
  height: 25px;
  transform: rotate(4deg);
}

.brand-light {
  color: #f9f9f7;
}

.public-nav nav {
  align-items: center;
  gap: 27px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.public-nav nav > a:not(.button) {
  color: #545950;
}

.public-nav nav > a:not(.button):hover {
  color: var(--forest);
}

.nav-cta {
  min-height: 39px;
  padding: 0 14px;
  font-size: 12px;
}

.mobile-menu {
  color: var(--forest);
  background: none;
  border: 0;
  display: none;
}

.hero-section {
  grid-template-columns: 1fr .96fr;
  align-items: center;
  gap: 56px;
  min-height: 650px;
  padding-block: 58px 73px;
  display: grid;
}

.hero-copy {
  max-width: 630px;
  padding-block: 20px;
}

.hero-copy h1 {
  max-width: 620px;
  color: var(--forest);
  margin: 22px 0 24px;
}

.hero-copy .lead {
  max-width: 540px;
}

.hero-actions {
  align-items: center;
  gap: 27px;
  margin-top: 31px;
  display: flex;
}

.trust-row {
  align-items: center;
  gap: 14px;
  margin-top: 61px;
  display: flex;
}

.trust-row p {
  color: #6c706a;
  max-width: 245px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.trust-row strong {
  color: var(--forest);
}

.avatars {
  padding-left: 8px;
  display: flex;
}

.avatars span, .avatar {
  width: 35px;
  height: 35px;
  color: var(--forest);
  border: 2px solid var(--cream);
  background: #d5c0a1;
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  display: inline-grid;
}

.avatars span + span {
  margin-left: -9px;
}

.avatars span:nth-child(2) {
  background: #d6e4dc;
}

.avatars span:nth-child(3) {
  background: #e4d4d5;
}

.avatars span:nth-child(4) {
  color: #fff;
  background: var(--forest);
}

.hero-art {
  min-height: 490px;
  position: relative;
}

.hero-grid {
  opacity: .62;
  background-image: linear-gradient(#d5ded5 1px, #0000 1px), linear-gradient(90deg, #d5ded5 1px, #0000 1px);
  background-size: 36px 36px;
  position: absolute;
  inset: 8px 0 0 21px;
  -webkit-mask-image: linear-gradient(#000 50%, #0000 100%);
  mask-image: linear-gradient(#000 50%, #0000 100%);
}

.hero-card {
  background: var(--paper);
  position: absolute;
  box-shadow: 12px 13px #1b432e24;
}

.course-preview {
  z-index: 2;
  border: 1px solid #daddd7;
  width: min(100%, 390px);
  padding: 22px;
  top: 65px;
  left: 34px;
}

.card-top {
  color: #70746e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mini-logo {
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 11px;
  font-weight: 700;
  display: inline-grid;
}

.course-preview h3 {
  color: var(--forest);
  margin: 5px 0 23px;
  font-size: 28px;
}

.preview-line {
  color: #676b65;
  justify-content: space-between;
  font-size: 11px;
  display: flex;
}

.preview-line strong {
  color: var(--forest);
}

.progress {
  background: #e5e9e4;
  border-radius: 100px;
  height: 7px;
  margin-top: 9px;
  overflow: hidden;
}

.progress span {
  background: var(--gold);
  border-radius: inherit;
  height: 100%;
  display: block;
}

.lesson-row {
  color: var(--forest);
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding-top: 23px;
  display: grid;
}

.lesson-row strong, .lesson-row small {
  display: block;
}

.lesson-row strong {
  font-size: 12px;
}

.lesson-row small {
  color: #777b75;
  margin-top: 3px;
  font-size: 10px;
}

.play-circle {
  width: 31px;
  height: 31px;
  color: var(--forest);
  border: 1px solid #ccdbcf;
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.score-card {
  z-index: 3;
  width: 155px;
  min-height: 160px;
  color: var(--forest);
  background: #dce9df;
  padding: 19px;
  bottom: 60px;
  right: 4px;
  transform: rotate(4deg);
}

.score-label {
  letter-spacing: .11em;
  font-size: 8px;
  font-weight: 800;
}

.score-card strong {
  letter-spacing: -.07em;
  margin-top: 7px;
  font-size: 50px;
  display: block;
}

.score-card strong span {
  font-size: 23px;
}

.score-card p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
}

.score-card svg {
  position: absolute;
  bottom: 16px;
  right: 17px;
}

.mentor-card {
  z-index: 1;
  min-width: 208px;
  color: var(--forest);
  align-items: center;
  gap: 9px;
  padding: 13px;
  display: flex;
  top: 21px;
  right: 39px;
  transform: rotate(-3deg);
}

.mentor-card .avatar {
  border: 0;
  width: 31px;
  height: 31px;
}

.mentor-card span:not(.avatar, .online-dot), .mentor-card strong, .mentor-card small {
  display: block;
}

.mentor-card div span {
  letter-spacing: .1em;
  font-size: 7px;
  font-weight: 800;
}

.mentor-card strong {
  margin: 2px 0;
  font-size: 11px;
}

.mentor-card small {
  color: #718273;
  font-size: 9px;
}

.online-dot {
  background: #5c9864;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: auto;
}

.marquee i {
  color: var(--gold);
  font-style: normal;
}

.section {
  padding-block: 122px;
}

.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 49px;
  display: flex;
}

.section-heading h2 {
  color: var(--forest);
  margin: 0;
}

.section-copy {
  color: #686d65;
  max-width: 345px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.7;
}

.program-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.program-card {
  border: 1px solid #dce0da;
  flex-direction: column;
  justify-content: space-between;
  min-height: 366px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.program-card:after {
  content: "";
  opacity: .25;
  border: 1px solid;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -65px;
  right: -47px;
}

.program-card.forest {
  color: #fff;
  background: var(--forest);
  border: 0;
}

.program-card.paper {
  color: var(--forest);
  background: #fff;
}

.program-card.gold {
  color: var(--forest);
  background: #d4be8e;
  border-color: #c4a76d;
}

.program-card-top {
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.program-icon {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  display: inline-grid;
}

.card-count {
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 800;
}

.program-card .eyebrow {
  color: inherit;
  opacity: .67;
}

.program-card h3 {
  margin: 0 0 12px;
  font-size: 31px;
}

.program-card p:not(.eyebrow) {
  z-index: 1;
  opacity: .84;
  max-width: 280px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.62;
  position: relative;
}

.circle-link {
  z-index: 2;
  width: 41px;
  height: 41px;
  color: inherit;
  background: none;
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  transition: all .2s;
  display: grid;
  position: relative;
}

.circle-link:hover {
  color: var(--forest);
  background: #fff;
  transform: rotate(-30deg);
}

.access-section {
  color: #fff;
  background: var(--forest);
  grid-template-columns: 1.12fr .88fr;
  min-height: 510px;
  display: grid;
}

.access-copy {
  padding: 73px 82px;
}

.access-copy h2 {
  margin: 19px 0;
}

.access-copy > p {
  color: #c8d6cb;
  max-width: 410px;
  font-size: 15px;
  line-height: 1.7;
}

.access-copy ul {
  color: #e6ece5;
  gap: 11px;
  margin: 27px 0 29px;
  padding: 0;
  font-size: 13px;
  list-style: none;
  display: grid;
}

.access-copy li {
  align-items: center;
  gap: 10px;
  display: flex;
}

.access-copy li svg {
  color: #d4bd7f;
  width: 17px;
}

.access-copy .button-primary {
  color: var(--forest);
  background: #fff;
  box-shadow: 4px 4px #b39255;
}

.access-price {
  color: var(--forest);
  background: #ede5d5;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.access-price:before {
  content: "";
  border: 1px solid #1b432e33;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: -270px;
  right: -280px;
}

.price-sticker {
  color: #f9f9f7;
  background: var(--forest);
  letter-spacing: .11em;
  text-align: center;
  border-radius: 50%;
  place-items: center;
  width: 81px;
  height: 81px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  display: grid;
  position: absolute;
  top: 28px;
  right: 32px;
  transform: rotate(13deg);
}

.access-price .eyebrow {
  margin-bottom: 9px;
}

.price {
  letter-spacing: -.07em;
  font-size: 59px;
  font-weight: 800;
  position: relative;
}

.price span {
  letter-spacing: .04em;
  margin-left: 7px;
  font-size: 11px;
}

.access-price > p {
  color: #657264;
  font-size: 13px;
}

.price-divider {
  background: #cfcabf;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}

.price-feature {
  align-items: center;
  gap: 12px;
  display: flex;
}

.price-feature > span {
  color: #f9f9f7;
  background: var(--gold);
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.price-feature svg {
  width: 18px;
}

.price-feature strong, .price-feature small {
  display: block;
}

.price-feature strong {
  font-size: 12px;
}

.price-feature small {
  color: #657264;
  margin-top: 4px;
  font-size: 10px;
}

.access-price .price-was {
  color: #8a8f84;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.access-price .price-discount-note {
  color: #3f7a4f;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 700;
}

.how-section {
  background: #eeeae1;
  padding-block: 118px;
}

.centered {
  text-align: center;
  display: block;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  display: grid;
}

.how-step {
  text-align: center;
  min-height: 250px;
  padding: 14px 47px 0;
  position: relative;
}

.how-step + .how-step {
  border-left: 1px solid #d3d0c8;
}

.step-number {
  color: #989890;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 2px;
  left: 49px;
}

.step-icon {
  width: 54px;
  height: 54px;
  color: var(--forest);
  background: #dbe8dd;
  border-radius: 50%;
  place-items: center;
  margin: 20px auto;
  display: grid;
}

.how-step:nth-child(2) .step-icon {
  background: #e1d0ae;
}

.how-step:nth-child(3) .step-icon {
  background: #d5e4dd;
}

.how-step h3 {
  color: var(--forest);
  margin-bottom: 8px;
  font-size: 19px;
}

.how-step p {
  color: #656962;
  max-width: 250px;
  margin-inline: auto;
  font-size: 13px;
  line-height: 1.65;
}

.faq-section {
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  display: grid;
}

.faq-intro h2 {
  color: var(--forest);
}

.faq-intro > p:not(.eyebrow) {
  color: #6f726c;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.65;
}

.faq-intro .text-link {
  margin-top: 19px;
}

.faq-list {
  border-top: 1px solid #d9ddd7;
}

.faq-item {
  width: 100%;
  color: var(--forest);
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid #d9ddd7;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  display: flex;
}

.faq-item strong {
  font-size: 16px;
}

.faq-answer {
  opacity: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s, margin .3s, opacity .2s;
  display: grid;
}

.faq-item.expanded .faq-answer {
  opacity: 1;
  grid-template-rows: 1fr;
  margin-top: 10px;
}

.faq-answer p {
  color: #686d66;
  white-space: pre-line;
  max-width: 590px;
  min-height: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  overflow: hidden;
}

.faq-icon {
  border: 1px solid #bbc8be;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 27px;
  height: 27px;
  line-height: 0;
  display: grid;
}

.newsletter-section {
  color: #f9f9f7;
  background: var(--forest);
  padding-block: 50px;
}

.newsletter {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
  gap: 70px;
  display: grid;
}

.newsletter-copy {
  max-width: 570px;
}

.newsletter-icon {
  width: 44px;
  height: 44px;
  color: var(--gold);
  background: #b3925542;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 18px;
  display: grid;
}

.newsletter .eyebrow {
  color: #d8bd80;
}

.newsletter h2 {
  letter-spacing: -.04em;
  margin: 0 0 17px;
}

.newsletter-copy > p:last-child {
  color: #c8d6cb;
  max-width: 540px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.newsletter-form {
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  display: flex;
  position: relative;
}

.newsletter-form input {
  min-width: 200px;
  height: 49px;
  color: var(--forest);
  background: #fff;
  border: 0;
  outline: none;
  flex: 1;
  padding: 0 15px;
}

.newsletter-form .button {
  min-height: 49px;
  box-shadow: none;
}

.form-message {
  color: #c7d3c9;
  width: 100%;
  min-height: 18px;
  margin: 10px 0 0;
  font-size: 10px;
}

.form-message.error {
  color: #e5c385;
}

.newsletter-success {
  color: #fff;
  text-align: center;
  background: #2e6246;
  border-radius: 12px;
  align-items: center;
  min-height: 56px;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 800;
  display: grid;
}

.public-footer {
  color: #b7c7ba;
  background: #11301f;
  padding-block: 36px;
}

.footer-grid {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  display: flex;
}

.footer-grid > div:not(.footer-links) p {
  margin: 2px 0;
  font-size: 10px;
}

.footer-links {
  gap: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.enrollment-page {
  background: var(--cream);
  min-height: 100vh;
}

.enrollment-header {
  border-bottom: 1px solid #e4e5df;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 0 max(32px, 50vw - 600px);
  display: flex;
}

.secure-note {
  color: #748074;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.secure-note svg {
  color: var(--forest);
}

.close-enrollment {
  color: #6d726d;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.enrollment-main {
  width: min(1040px, 100% - 64px);
  margin: auto;
  padding: 42px 0 86px;
}

.enrollment-progress {
  color: #999d96;
  align-items: center;
  max-width: 440px;
  margin-bottom: 42px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.enrollment-progress span {
  align-items: center;
  gap: 7px;
  display: flex;
}

.enrollment-progress span:first-letter {
  display: grid;
}

.enrollment-progress span.active {
  color: var(--forest);
}

.enrollment-progress i {
  background: #d5d9d3;
  width: 40px;
  height: 1px;
  margin-inline: 8px;
}

.enrollment-progress small {
  font-size: 10px;
}

.enrollment-layout {
  grid-template-columns: minmax(0, 1.22fr) minmax(270px, .78fr);
  gap: 80px;
  display: grid;
}

.enrollment-layout.full-width {
  grid-template-columns: 1fr;
}

.enrollment-content h1 {
  color: var(--forest);
  margin-bottom: 24px;
  font-size: clamp(37px, 4vw, 55px);
  line-height: 1.02;
}

.enrollment-content .lead {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.75;
}

.application-pathway {
  background: #f8f9f6;
  border: 1px solid #d9ded8;
  border-radius: 18px;
  margin-bottom: 34px;
  padding: 22px 24px;
}

.details-form {
  gap: 18px;
  max-width: 515px;
  margin-top: 32px;
  display: grid;
}

.form-field {
  color: #505750;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  display: grid;
}

.form-field input {
  height: 48px;
  color: var(--forest);
  outline-color: var(--gold);
  background: #fff;
  border: 1px solid #dce0da;
  padding: 0 13px;
  font-weight: 500;
}

.form-field input::placeholder {
  color: #a0a59f;
}

.form-field small {
  color: #a83f32;
  font-size: 10px;
}

.details-form .button {
  justify-self: start;
  margin-top: 8px;
}

.enrollment-aside {
  color: #f9f9f7;
  background: var(--forest);
  align-self: start;
  padding: 29px;
}

.aside-path-icon {
  width: 44px;
  height: 44px;
  color: var(--forest);
  background: #d7e5d9;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 27px;
  display: grid;
}

.enrollment-fallback {
  background: #fff;
  border: 1px solid #d9e1d8;
  border-radius: 10px;
  gap: 18px;
  padding: 32px;
  display: grid;
  box-shadow: 0 8px 24px #1b432e14;
}

.enrollment-fallback h2 {
  color: var(--forest);
  margin: 0;
  font-size: 30px;
}

.enrollment-fallback p {
  color: #5f6a60;
  margin: 0;
  line-height: 1.7;
}

.enrollment-fallback .button {
  width: max-content;
}

.enrollment-aside .eyebrow {
  color: #d8be7d;
}

.enrollment-aside h3 {
  letter-spacing: -.05em;
  margin-bottom: 11px;
  font-size: 26px;
}

.enrollment-aside > p:not(.eyebrow) {
  color: #c9d5cb;
  font-size: 13px;
  line-height: 1.65;
}

.aside-rule {
  background: #467156;
  height: 1px;
  margin-block: 25px;
}

.aside-includes {
  gap: 11px;
  font-size: 11px;
  display: grid;
}

.aside-includes > strong {
  color: #fff;
  margin-bottom: 4px;
}

.aside-includes span {
  color: #d5dfd6;
  align-items: center;
  gap: 8px;
  display: flex;
}

.aside-includes svg {
  color: #d6bc7c;
  width: 14px;
}

.aside-support {
  color: #d7e1d7;
  border-top: 1px solid #467156;
  align-items: start;
  gap: 10px;
  margin-top: 37px;
  padding-top: 18px;
  display: flex;
}

.aside-support p {
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}

.aside-support a {
  color: #fff;
  font-weight: 800;
}

.agreement-preview {
  background: #fff;
  border: 1px solid #d9ded8;
  margin-top: 30px;
}

.agreement-top {
  color: #838980;
  border-bottom: 1px solid #e6e9e5;
  justify-content: space-between;
  padding: 14px 17px;
  font-size: 10px;
  display: flex;
}

.agreement-file {
  color: var(--forest);
  align-items: center;
  gap: 8px;
  font-weight: 800;
  display: flex;
}

.agreement-file svg {
  width: 18px;
}

.agreement-body {
  padding: 34px 39px;
}

.doc-kicker {
  color: var(--gold);
  letter-spacing: .13em;
  font-size: 8px;
  font-weight: 800;
}

.agreement-body h3 {
  color: var(--forest);
  margin-bottom: 12px;
  font-size: 25px;
}

.agreement-body > p:not(.doc-kicker) {
  color: #747871;
  font-size: 12px;
  line-height: 1.7;
}

.doc-fields {
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  margin-top: 25px;
  display: grid;
}

.doc-fields span, .signature-line span {
  border-bottom: 1px solid #cfd7d0;
  gap: 5px;
  padding-bottom: 8px;
  display: grid;
}

.doc-fields small, .signature-line small {
  color: #90958f;
  letter-spacing: .1em;
  font-size: 8px;
  font-weight: 800;
}

.doc-fields strong, .signature-line strong {
  color: var(--forest);
  font-size: 12px;
}

.signature-line {
  justify-content: space-between;
  align-items: end;
  margin-top: 26px;
  display: flex;
}

.signature-line span {
  width: 57%;
}

.signature-line svg {
  color: var(--gold);
}

.consent-check {
  color: #5e655d;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.consent-check input {
  opacity: 0;
  position: absolute;
}

.consent-check span {
  color: #0000;
  border: 1px solid #bfc8c0;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  display: grid;
}

.consent-check input:checked + span {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.button-row {
  gap: 12px;
  margin-top: 27px;
  display: flex;
}

.payment-card {
  background: #fff;
  border: 1px solid #dbe0da;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 31px;
  padding: 20px;
  display: flex;
}

.payment-card > div {
  align-items: center;
  gap: 11px;
  display: flex;
}

.payment-lock {
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.payment-card strong, .payment-card small {
  display: block;
}

.payment-card div > strong {
  color: var(--forest);
  font-size: 13px;
}

.payment-card small {
  color: #7a8079;
  margin-top: 3px;
  font-size: 10px;
}

.payment-amount {
  color: var(--forest);
  font-size: 22px;
}

.payment-methods {
  color: #7b807a;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  font-size: 10px;
  display: flex;
}

.payment-methods strong {
  color: var(--forest);
  font-size: 12px;
}

.payment-methods i {
  color: #727873;
  background: #ebece8;
  border-radius: 2px;
  padding: 4px 5px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.payment-message {
  color: #816233;
  background: #f1e7d5;
  border: 1px solid #ddcca9;
  align-items: flex-start;
  gap: 9px;
  margin-top: 22px;
  padding: 13px;
  display: flex;
}

.payment-message svg {
  flex: none;
}

.payment-message p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.pending-link {
  color: var(--forest);
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.payment-plan-options {
  gap: 12px;
  margin-top: 27px;
  display: grid;
}

.payment-plan-option {
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbe0da;
  border-radius: 6px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  transition: border-color .15s, background .15s;
  display: flex;
}

.payment-plan-option:hover {
  border-color: #b9c6ba;
}

.payment-plan-option.active {
  border-color: var(--forest);
  background: #f2f7f1;
}

.payment-plan-option input {
  opacity: 0;
  position: absolute;
}

.payment-plan-option span {
  flex: 1;
  gap: 3px;
  display: grid;
}

.payment-plan-option strong {
  color: var(--forest);
  font-size: 13px;
}

.payment-plan-option small {
  color: #7a8079;
  font-size: 10px;
  line-height: 1.5;
}

.payment-plan-option b {
  color: var(--forest);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
}

.payment-plan-option b s {
  color: #9aa099;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 650;
}

.voucher-field {
  gap: 7px;
  margin-top: 18px;
  display: grid;
}

.voucher-field > label {
  color: #5e655d;
  font-size: 11px;
  font-weight: 750;
}

.voucher-row {
  gap: 8px;
  display: flex;
}

.voucher-row input {
  min-height: 42px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #dbe0da;
  border-radius: 6px;
  flex: 1;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.voucher-row input:disabled {
  background: #f4f5f2;
}

.voucher-row .button {
  flex: none;
}

.voucher-applied {
  background: #f2f7f1;
  border: 1px solid #c4d8c6;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 14px;
  display: flex;
}

.voucher-applied-code {
  color: var(--forest);
  letter-spacing: .05em;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.voucher-applied-note {
  color: #5e755f;
  font-size: 11px;
}

.voucher-remove {
  color: #6c7b6d;
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  margin-left: auto;
  padding: 4px;
  display: grid;
}

.voucher-remove:hover {
  color: var(--forest);
}

.voucher-error {
  color: #9d3d3d;
  width: 100%;
  margin: 0;
  font-size: 11px;
}

.voucher-summary {
  background: #fff;
  border: 1px solid #dbe0da;
  border-radius: 6px;
  gap: 6px;
  margin-top: 14px;
  padding: 14px;
  display: grid;
}

.voucher-summary span {
  color: #5e655d;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 12px;
  display: flex;
}

.voucher-summary b {
  color: var(--forest);
  font-weight: 800;
}

.voucher-summary-off, .voucher-summary-off b {
  color: #3f7a4f;
}

.voucher-summary-total {
  border-top: 1px solid #e6e9e5;
  padding-top: 7px;
  font-weight: 750;
}

.voucher-summary small {
  color: #7a8079;
  font-size: 10px;
  line-height: 1.5;
}

.auth-page {
  background: #fff;
  grid-template-columns: 1.05fr .95fr;
  min-height: 100vh;
  display: grid;
}

.auth-art {
  color: #f9f9f7;
  background: var(--forest);
  min-height: 100vh;
  padding: 35px 10%;
  position: relative;
  overflow: hidden;
}

.auth-art:after {
  content: "";
  border: 1px solid #77917e;
  border-radius: 50%;
  width: 580px;
  height: 580px;
  position: absolute;
  bottom: -270px;
  left: -180px;
  box-shadow: 0 0 0 45px #ffffff05, 0 0 0 90px #ffffff05;
}

.auth-art-content {
  z-index: 1;
  max-width: 520px;
  margin: 17vh auto 0;
  position: relative;
}

.auth-art .status-pill {
  color: #f6e8c9;
  background: #355c45;
  border-color: #557360;
}

.auth-art h1 {
  margin: 23px 0;
  font-size: clamp(46px, 5vw, 68px);
}

.auth-art-content > p {
  color: #c7d7c9;
  max-width: 435px;
  font-size: 16px;
  line-height: 1.7;
}

.auth-quote {
  color: #f0f3ee;
  border-left: 3px solid var(--gold);
  max-width: 370px;
  font-family: var(--serif);
  background: #ffffff14;
  margin-top: 65px;
  padding: 19px;
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
}

.auth-quote span {
  color: #c7d7c9;
  margin-top: 12px;
  font-family: inherit;
  font-size: 10px;
  font-style: normal;
  display: block;
}

.auth-panel {
  place-self: center;
  width: min(100%, 510px);
  padding: 45px 32px;
}

.auth-back {
  color: #767c74;
  align-items: center;
  gap: 7px;
  margin-bottom: 76px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.auth-back svg {
  transform: rotate(180deg);
}

.auth-panel h2 {
  color: var(--forest);
  margin: 0 0 16px;
  font-size: 42px;
}

.auth-intro {
  color: #737972;
  font-size: 13px;
  line-height: 1.6;
}

.auth-form {
  gap: 15px;
  margin-top: 26px;
  display: grid;
}

.auth-form .form-field input {
  background: #fbfbfa;
}

.auth-form .button {
  margin-top: 5px;
}

.forgot {
  color: var(--forest);
  background: none;
  border: 0;
  justify-self: start;
  padding: 0;
  font-size: 11px;
  font-weight: 750;
}

.or {
  color: #8a8f88;
  text-align: center;
  align-items: center;
  gap: 10px;
  margin-block: 22px;
  font-size: 10px;
  display: flex;
}

.or:before, .or:after {
  content: "";
  background: #e4e5e1;
  flex: 1;
  height: 1px;
}

.google-button {
  color: #444943;
  background: #fff;
  border: 1px solid #d9ddd8;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%;
  height: 47px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}

.signup-note {
  color: #777d76;
  text-align: center;
  margin-top: 22px;
  font-size: 11px;
}

.signup-note a {
  color: var(--forest);
  font-weight: 800;
}

.auth-notice {
  color: #516b56;
  background: #edf4ee;
  margin-top: 17px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.demo-switch {
  color: #8a8f88;
  border-top: 1px solid #e5e7e3;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-top: 27px;
  padding-top: 17px;
  font-size: 10px;
  display: flex;
}

.demo-switch div {
  gap: 4px;
  display: flex;
}

.demo-switch button {
  color: var(--forest);
  background: #edf2ed;
  border: 0;
  padding: 5px 7px;
  font-size: 9px;
  font-weight: 750;
}

.pending-state {
  max-width: 385px;
}

.big-status {
  width: 60px;
  height: 60px;
  color: var(--gold);
  background: var(--gold-light);
  border-radius: 50%;
  place-items: center;
  margin-bottom: 24px;
  display: grid;
}

.pending-state h2 {
  font-size: 42px;
}

.pending-state > p:not(.eyebrow) {
  color: #70766e;
  font-size: 14px;
  line-height: 1.7;
}

.pending-state .button {
  margin-top: 14px;
}

.lms-page {
  background: #f7f8f5;
  grid-template-columns: 245px minmax(0, 1fr) 267px;
  min-height: 100vh;
  display: grid;
}

.sidebar {
  z-index: 30;
  color: #d9e4da;
  background: var(--forest);
  flex-direction: column;
  width: 245px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.sidebar-head {
  border-bottom: 1px solid #42634d;
  justify-content: space-between;
  align-items: center;
  min-height: 79px;
  padding: 0 25px;
  display: flex;
}

.sidebar-close {
  color: #fff;
  background: none;
  border: 0;
  display: none;
}

.workspace-label {
  border-bottom: 1px solid #42634d;
  grid-template-columns: 29px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 21px 20px;
  display: grid;
}

.workspace-avatar {
  width: 29px;
  height: 29px;
  color: var(--forest);
  background: #d9b980;
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
  font-weight: 800;
  display: grid;
}

.workspace-label strong, .workspace-label small {
  display: block;
}

.workspace-label strong {
  color: #fff;
  font-size: 11px;
}

.workspace-label small {
  color: #aac0ae;
  text-transform: capitalize;
  margin-top: 2px;
  font-size: 9px;
}

.lms-nav {
  gap: 3px;
  padding: 20px 12px;
  display: grid;
}

.lms-nav a, .sidebar-bottom > a, .sidebar-signout {
  color: #bfd0c1;
  min-height: 40px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-left: 2px solid #0000;
  align-items: center;
  gap: 11px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}

.lms-nav a:hover, .lms-nav a.active, .sidebar-bottom > a:hover, .sidebar-bottom > a.active, .sidebar-signout:hover {
  color: #fff;
  background: #29553a;
  border-left-color: #d3b878;
}

.lms-nav b {
  min-width: 18px;
  height: 18px;
  color: var(--forest);
  background: #c8d9c9;
  border-radius: 9px;
  place-items: center;
  margin-left: auto;
  font-size: 9px;
  display: grid;
}

.lms-nav b.gold-badge {
  color: #5e4720;
  background: #dec486;
}

.sidebar-bottom {
  border-top: 1px solid #42634d;
  gap: 3px;
  margin-top: auto;
  padding: 14px 12px;
  display: grid;
}

.lms-nav-more {
  color: #9db09f;
  min-height: 40px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-top: 1px dashed #42634d;
  align-items: center;
  gap: 11px;
  margin-top: 4px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.lms-nav-more:hover {
  color: #fff;
}

.lms-auth-loading {
  background: #f7f8f5;
  place-items: center;
  min-height: 100vh;
  display: grid;
}

.spinner {
  border: 3px solid #dde4dc;
  border-top-color: var(--forest);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  animation: .7s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.spinner-sm {
  vertical-align: middle;
  border-width: 2px;
  flex: none;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.spinner-lg {
  justify-self: center;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.button-spinner {
  border-color: #fff #ffffff59 #ffffff59;
}

@media (prefers-reduced-motion: reduce) {
  .spinner {
    animation-duration: 2.4s;
  }
}

.lms-activity-bar {
  z-index: 999;
  background: linear-gradient(90deg, transparent, var(--gold), var(--forest), transparent);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 45% 100%;
  height: 2px;
  animation: 1.1s ease-in-out infinite activity-sweep;
  position: fixed;
  inset: 0 0 auto;
}

@keyframes activity-sweep {
  from {
    background-position: -50% 0;
  }

  to {
    background-position: 150% 0;
  }
}

.lms-main {
  grid-column: 2;
  min-width: 0;
}

.lms-header {
  background: #fff;
  border-bottom: 1px solid #e6e7e3;
  justify-content: space-between;
  align-items: center;
  height: 79px;
  padding: 0 33px;
  display: flex;
}

.breadcrumbs {
  color: #8d938b;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  display: flex;
}

.breadcrumbs strong {
  color: var(--forest);
}

.header-tools {
  align-items: center;
  gap: 12px;
  display: flex;
}

.header-icon {
  color: #5f695f;
  background: none;
  border: 0;
  place-items: center;
  width: 33px;
  height: 33px;
  display: grid;
  position: relative;
}

.notification-dot[data-has-unread="true"]:after {
  content: "";
  background: var(--gold);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.member-trigger {
  color: var(--forest);
  background: #edf2ed;
  border: 0;
  border-radius: 5px;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  display: none;
}

.lms-header .avatar {
  border: 0;
  width: 31px;
  height: 31px;
}

.lms-menu {
  color: var(--forest);
  background: none;
  border: 0;
  display: none;
}

.page-content {
  padding: 38px 33px 70px;
}

.members-panel {
  background: #fff;
  border-left: 1px solid #e4e6e1;
  grid-column: 3;
  padding: 26px 20px;
}

.members-head {
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.members-head .eyebrow {
  margin-bottom: 6px;
}

.members-head h3 {
  color: var(--forest);
  margin: 0;
  font-size: 18px;
}

.members-head h3 span {
  color: #91723d;
  vertical-align: middle;
  background: #eee2c8;
  border-radius: 9px;
  place-items: center;
  min-width: 20px;
  height: 18px;
  margin-left: 4px;
  font-size: 9px;
  display: inline-grid;
}

.members-head button {
  background: none;
  border: 0;
  display: none;
}

.members-copy {
  color: #838981;
  margin: 9px 0 18px;
  font-size: 11px;
  line-height: 1.5;
}

.member-list {
  gap: 14px;
  display: grid;
}

.online-member {
  grid-template-columns: 31px 1fr auto;
  align-items: center;
  gap: 9px;
  display: grid;
}

.avatar {
  border: 0;
  width: 32px;
  height: 32px;
  font-size: 8px;
  position: relative;
}

.avatar.sage {
  background: #cfdfd3;
}

.avatar.sky {
  background: #c5d8e1;
}

.avatar.rose {
  background: #dfc9c8;
}

.avatar.gold {
  background: #d9c08b;
}

.avatar i {
  background: #61a36e;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.online-member strong, .online-member small {
  display: block;
}

.online-member strong {
  color: #475248;
  font-size: 11px;
}

.online-member small {
  color: #9ba09a;
  margin-top: 2px;
  font-size: 9px;
}

.online-member button {
  color: #9aa099;
  background: none;
  border: 0;
}

.view-members {
  width: 100%;
  color: var(--forest);
  background: #eff3ef;
  border: 0;
  justify-content: center;
  gap: 6px;
  margin-top: 21px;
  padding: 10px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.members-event {
  border-top: 1px solid #e5e8e4;
  gap: 9px;
  margin-top: 26px;
  padding: 14px 0;
  display: flex;
}

.event-date {
  width: 39px;
  height: 43px;
  color: var(--forest);
  background: #dfece2;
  align-content: center;
  place-items: center;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.15;
  display: grid;
}

.event-date strong {
  font-size: 17px;
}

.members-event small, .members-event strong, .members-event span {
  display: block;
}

.members-event small {
  color: #9a9e98;
  font-size: 8px;
  font-weight: 800;
}

.members-event strong {
  color: var(--forest);
  margin-block: 3px;
  font-size: 10px;
}

.members-event span:not(.event-date) {
  color: #7f867e;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  display: flex;
}

.dashboard-welcome, .page-title-row {
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  display: flex;
}

.dashboard-welcome h1, .page-title-row h1 {
  color: var(--forest);
  margin: 0 0 7px;
  font-size: 34px;
}

.dashboard-welcome p:not(.eyebrow), .page-title-row p:not(.eyebrow) {
  color: #858b83;
  margin: 0;
  font-size: 12px;
}

.dashboard-welcome .button {
  min-height: 38px;
  padding: 0 12px;
  font-size: 11px;
}

.stat-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 31px;
  display: grid;
}

.stat-card {
  background: #fff;
  border: 1px solid #e5e7e3;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  min-height: 117px;
  padding: 18px;
  display: grid;
  position: relative;
}

.stat-icon {
  width: 37px;
  height: 37px;
  color: var(--forest);
  background: #e0ebe2;
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.stat-icon.gold {
  color: #896a32;
  background: #efe1c4;
}

.stat-card p {
  color: #7f867d;
  margin: 0;
  font-size: 10px;
}

.stat-card h2 {
  color: var(--forest);
  letter-spacing: -.06em;
  margin: 3px 0;
  font-size: 29px;
}

.stat-card small {
  color: #9a9f98;
  font-size: 9px;
}

.stat-trend {
  color: #6d966f;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.stat-trend.gold {
  color: #aa8346;
}

.dashboard-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .7fr);
  gap: 17px;
  margin-top: 18px;
  display: grid;
}

.main-stack, .side-stack {
  align-content: start;
  gap: 17px;
  display: grid;
}

.learning-card, .assignments-card, .event-card, .notice-card {
  background: #fff;
  border: 1px solid #e4e6e1;
}

.learning-card {
  overflow: hidden;
}

.learning-head {
  color: var(--forest);
  background: #e9f0e9;
  justify-content: space-between;
  align-items: end;
  padding: 23px 23px 16px;
  display: flex;
}

.learning-head h2 {
  margin: 0;
  font-size: 25px;
}

.module-count {
  color: #6c7b6e;
  font-size: 9px;
  font-weight: 800;
}

.learning-body {
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 20px 23px 17px;
  display: grid;
}

.lesson-symbol {
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  place-items: center;
  width: 39px;
  height: 39px;
  display: grid;
}

.learning-body small {
  color: #a48a5a;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
}

.learning-body h3 {
  color: var(--forest);
  margin: 4px 0;
  font-size: 15px;
}

.learning-body p {
  color: #8a9088;
  margin: 0;
  font-size: 10px;
}

.learning-body .button {
  min-height: 35px;
  padding: 0 11px;
  font-size: 10px;
  box-shadow: 3px 3px #0e3320;
}

.progress.long {
  background: #dce5dd;
  height: 4px;
  margin: 0;
}

.progress.long span {
  background: var(--forest);
}

.card-header {
  justify-content: space-between;
  align-items: start;
  padding: 21px 21px 15px;
  display: flex;
}

.card-header h2 {
  color: var(--forest);
  margin: 0;
  font-size: 20px;
}

.card-header a {
  color: var(--forest);
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.task-row {
  border-top: 1px solid #edf0ec;
  grid-template-columns: 22px 1fr auto 18px;
  align-items: center;
  gap: 9px;
  padding: 14px 20px;
  display: grid;
}

.task-check {
  color: #0000;
  border: 1px solid #bfc9bf;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  display: grid;
}

.task-check.done {
  color: #fff;
  background: #6fa078;
  border-color: #6fa078;
}

.task-check.late {
  border-color: #c5a46a;
}

.task-row strong, .task-row small {
  display: block;
}

.task-row strong {
  color: #566056;
  font-size: 11px;
}

.task-row small {
  color: #a0a59e;
  margin-top: 3px;
  font-size: 9px;
}

.task-state {
  color: #a17e40;
  font-size: 9px;
  font-weight: 800;
}

.task-state.done {
  color: #65906a;
}

.task-state.soon {
  color: #777e76;
}

a.task-row {
  color: inherit;
  text-decoration: none;
}

a.task-row:hover {
  background: #f7f8f5;
}

.card-empty {
  text-align: center;
  justify-items: center;
  gap: 4px;
  margin: 3px 21px 17px;
  padding: 20px 0 6px;
  display: grid;
}

.card-empty svg {
  color: #c3ccc2;
}

.card-empty strong {
  color: var(--forest);
  font-size: 12px;
}

.card-empty p {
  color: #949a92;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.event-join-link {
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  display: inline-flex;
}

.new-event-modal .builder-field small {
  color: #949a92;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
}

.event-card {
  padding-bottom: 16px;
}

.event-main {
  border-bottom: 1px solid #e9ece8;
  gap: 12px;
  margin: 3px 21px 17px;
  padding-bottom: 17px;
  display: flex;
}

.event-main small {
  color: #9f8656;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
}

.event-main h3 {
  color: var(--forest);
  margin: 4px 0;
  font-size: 13px;
}

.event-main p {
  color: #7f867e;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 10px;
  display: flex;
}

.event-next {
  align-items: center;
  gap: 10px;
  margin: 0 21px 17px;
  display: flex;
}

.event-next > span {
  color: #7e877e;
  font-size: 8px;
  font-weight: 800;
}

.event-next > span b {
  color: var(--forest);
  font-size: 17px;
  display: block;
}

.event-next p {
  color: var(--forest);
  margin: 0;
  font-size: 10px;
  font-weight: 750;
}

.event-next small {
  color: #90968e;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 500;
  display: block;
}

.event-next-join {
  width: 26px;
  height: 26px;
  color: var(--forest);
  background: #e9f0e9;
  border-radius: 50%;
  flex: none;
  place-items: center;
  margin-left: auto;
  display: grid;
}

.event-next-join:hover {
  background: #dbe8dc;
}

.event-card .button {
  width: calc(100% - 40px);
  min-height: 32px;
  margin-inline: 20px;
  font-size: 10px;
}

.notice-card {
  gap: 12px;
  padding: 18px;
  display: flex;
}

.notice-icon {
  width: 33px;
  height: 33px;
  color: var(--forest);
  background: #e5eee6;
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.notice-card small {
  color: #9b8050;
  letter-spacing: .06em;
  font-size: 8px;
  font-weight: 800;
}

.notice-card h3 {
  color: var(--forest);
  margin: 6px 0;
  font-size: 13px;
}

.notice-card p {
  color: #7d847c;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.notice-card a {
  color: var(--forest);
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.filter-button {
  height: 37px;
  color: var(--forest);
  background: #fff;
  border: 1px solid #dfe4de;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.catalog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 31px;
  display: grid;
}

.catalog-card {
  background: #fff;
  border: 1px solid #e3e6e1;
}

.catalog-image {
  height: 150px;
  color: var(--forest);
  justify-content: space-between;
  align-items: end;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.catalog-image:after {
  content: "";
  opacity: .3;
  border: 1px solid;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -105px;
  right: -80px;
}

.catalog-image.forest {
  color: #fff;
  background: var(--forest);
}

.catalog-image.paper {
  background: #e1e9e2;
}

.catalog-image.gold {
  background: #dcc38d;
}

.catalog-image span {
  letter-spacing: -.08em;
  font-size: 37px;
  font-weight: 800;
}

.catalog-image svg {
  z-index: 1;
  position: relative;
}

.catalog-card > div:last-child {
  padding: 18px;
}

.catalog-card h2 {
  color: var(--forest);
  margin: 0 0 9px;
  font-size: 21px;
}

.catalog-card p:not(.eyebrow) {
  color: #798078;
  min-height: 65px;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 1.6;
}

.catalog-foot {
  border-top: 1px solid #e8ebe7;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.progress-label {
  color: #828980;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.progress-label i {
  background: #e2e7e2;
  border-radius: 2px;
  width: 32px;
  height: 4px;
  display: inline-block;
  overflow: hidden;
}

.progress-label i:before {
  content: "";
  height: 100%;
  width: inherit;
  background: var(--forest);
  transform: scaleX(var(--fill, .6));
  transform-origin: 0;
  display: block;
}

.catalog-foot button {
  color: #fff;
  background: var(--forest);
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}

.catalog-foot .catalog-foot-actions {
  gap: 6px;
  display: flex;
}

.catalog-foot .catalog-foot-actions button {
  color: #647065;
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 5px;
  width: 28px;
  height: 28px;
}

.catalog-foot .catalog-foot-actions button:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.catalog-foot .catalog-foot-actions button.builder-danger:hover {
  color: #b0392c;
}

.lesson-section-toggle {
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 9px;
  padding: 0;
  display: flex;
}

.lesson-section-head .lesson-section-actions {
  align-items: center;
  gap: 4px;
  margin-left: auto;
  display: flex;
}

.lesson-section-head .lesson-section-actions button {
  color: #647065;
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 4px;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.lesson-section-head .lesson-section-actions button:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.lesson-section-head .lesson-section-actions button.builder-danger:hover {
  color: #b0392c;
}

.assignment-table, .notification-list, .operations-table {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 31px;
}

.assignment-line {
  border-bottom: 1px solid #edf0eb;
  grid-template-columns: 25px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 17px 21px;
  display: grid;
}

.assignment-line:last-child {
  border: 0;
}

.assignment-line strong, .assignment-line small {
  display: block;
}

.assignment-line strong {
  color: var(--forest);
  font-size: 12px;
}

.assignment-line small {
  color: #949a92;
  margin-top: 4px;
  font-size: 9px;
}

.assignment-line button {
  color: var(--forest);
  background: none;
  border: 0;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.calendar-card {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 31px;
  padding: 23px;
}

.calendar-head {
  color: var(--forest);
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.calendar-head h2 {
  margin: 0;
  font-size: 19px;
}

.calendar-head button {
  width: 28px;
  height: 28px;
  color: var(--forest);
  background: #edf2ed;
  border: 0;
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.rotate {
  transform: rotate(180deg);
}

.calendar-grid {
  border-top: 1px solid #edf0ec;
  border-left: 1px solid #edf0ec;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 23px;
  display: grid;
}

.calendar-weekday {
  color: #9ba097;
  text-align: center;
  border-bottom: 1px solid #edf0ec;
  border-right: 1px solid #edf0ec;
  padding: 8px;
  font-size: 9px;
  font-weight: 800;
}

.calendar-day {
  min-height: 83px;
  color: var(--forest);
  border-bottom: 1px solid #edf0ec;
  border-right: 1px solid #edf0ec;
  padding: 8px;
  font-size: 10px;
  font-weight: 750;
}

.calendar-day.muted {
  color: #c0c4bf;
}

.calendar-day.today > span {
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.calendar-day i {
  color: #446c4e;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e1eee3;
  max-width: 100%;
  margin-top: 5px;
  padding: 4px;
  font-size: 8px;
  font-style: normal;
  display: block;
  overflow: hidden;
}

.calendar-day i.gold {
  color: #896c35;
  background: #f0e5cd;
}

.notification-item {
  border-bottom: 1px solid #edf0ec;
  gap: 13px;
  padding: 20px;
  display: flex;
  position: relative;
}

.notification-item:last-child {
  border: 0;
}

.notification-item .notice-icon.gold {
  color: #876a34;
  background: #f1e5cd;
}

.notification-item strong {
  color: var(--forest);
  font-size: 13px;
}

.notification-item p {
  color: #7d857d;
  margin: 4px 0;
  font-size: 11px;
  line-height: 1.55;
}

.notification-item small {
  color: #a4a9a2;
  font-size: 9px;
}

.unread-dot {
  background: var(--gold);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 22px;
  right: 22px;
}

.notification-item.unread {
  background: #fdfaf2;
}

.statement-list {
  gap: 16px;
  margin-top: 31px;
  display: grid;
}

.statement-card {
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 8px;
  padding: 22px 24px;
}

.statement-card-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}

.statement-card-head h2 {
  color: var(--forest);
  margin: 0 0 4px;
  font-size: 17px;
}

.statement-card-head small {
  color: #868c85;
  font-size: 11px;
}

.statement-figures {
  border-top: 1px solid #edf0ec;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 16px;
  display: grid;
}

.statement-figures > div {
  gap: 5px;
  display: grid;
}

.statement-figures span {
  color: #8b9389;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 9px;
  font-weight: 800;
}

.statement-figures strong {
  color: var(--forest);
  font-size: 16px;
}

.statement-figures strong.statement-balance-due {
  color: #a83f32;
}

.statement-due-note {
  color: #896c35;
  background: #f7f0dc;
  border-radius: 4px;
  align-items: center;
  gap: 7px;
  margin: 16px 0 0;
  padding: 10px 13px;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.statement-due-note svg {
  flex: none;
}

.statement-paid-note {
  color: #a4a9a2;
  margin-top: 10px;
  font-size: 9px;
  display: block;
}

.statement-installments {
  background: #f7f8f5;
  border-radius: 4px;
  margin-top: 16px;
  padding: 12px 14px;
}

.statement-installments ul {
  gap: 7px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.statement-installments li {
  color: #4c5b50;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  display: flex;
}

.statement-installments li span:last-child {
  color: #7a8079;
}

.notification-new {
  color: #7d6a3c;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #f4ead1;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
  top: 19px;
  right: 20px;
}

.operation-summary {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  display: grid;
}

.operation-summary > div {
  background: #fff;
  border: 1px solid #e2e6e0;
  align-items: center;
  gap: 10px;
  padding: 15px;
  display: flex;
}

.operation-summary strong, .operation-summary small {
  display: block;
}

.operation-summary strong {
  color: var(--forest);
  letter-spacing: -.05em;
  font-size: 22px;
}

.operation-summary small {
  color: #8e948d;
  font-size: 9px;
}

.operations-table-head, .operations-row {
  grid-template-columns: 1.3fr .8fr 1.15fr .85fr auto;
  align-items: center;
  gap: 10px;
  display: grid;
}

.operations-actions {
  gap: 6px;
  display: flex;
}

.button-compact {
  height: 30px;
  padding: 0 10px;
  font-size: 9px;
}

.operations-table-head {
  color: #989e97;
  letter-spacing: .08em;
  background: #f9faf8;
  border-bottom: 1px solid #e7eae6;
  padding: 13px 18px;
  font-size: 8px;
  font-weight: 800;
}

.operations-row {
  border-bottom: 1px solid #edf0ec;
  padding: 15px 18px;
}

.operations-row:last-child {
  border: 0;
}

.operations-row span:not(.status-pill) strong, .operations-row span:not(.status-pill) small {
  display: block;
}

.operations-row span:not(.status-pill) strong {
  color: #465048;
  font-size: 11px;
}

.operations-row span:not(.status-pill) small {
  color: #9aa099;
  margin-top: 3px;
  font-size: 9px;
}

.operations-row > span:not(:first-child) {
  color: #6e756d;
  font-size: 10px;
}

.operations-row .status-pill {
  max-width: max-content;
  min-height: 22px;
  padding: 0 6px;
  font-size: 7px;
}

.row-menu {
  color: #647065;
  background: none;
  border: 0;
}

.operations-note {
  color: #738074;
  align-items: center;
  gap: 7px;
  margin: 16px 0;
  font-size: 10px;
  display: flex;
}

.operations-note svg {
  color: var(--forest);
}

.settings-card {
  background: #fff;
  border: 1px solid #e1e5df;
  align-items: center;
  gap: 16px;
  max-width: 550px;
  margin-top: 31px;
  padding: 21px;
  display: flex;
}

.settings-card .avatar.large {
  width: 54px;
  height: 54px;
  font-size: 13px;
}

.settings-card h2 {
  color: var(--forest);
  margin: 0 0 4px;
  font-size: 19px;
}

.settings-card p {
  color: #818880;
  margin: 0;
  font-size: 11px;
}

.settings-card .button {
  min-height: 35px;
  margin-left: auto;
  font-size: 10px;
}

.sidebar-backdrop {
  display: none;
}

.catalog-card.selected {
  border-color: #b39255;
  box-shadow: 0 0 0 1px #b39255;
}

.course-details {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 30px;
  overflow: hidden;
}

.course-details-header {
  color: #f9f9f7;
  background: var(--forest);
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  padding: 28px;
  display: flex;
}

.course-details-header .eyebrow {
  color: #d4bb80;
}

.course-details-header h2 {
  margin: 4px 0 8px;
  font-size: 28px;
}

.course-details-header > div:first-child > p:last-child {
  color: #cedccf;
  max-width: 570px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.course-details-facts {
  flex: none;
  gap: 9px;
  display: grid;
}

.course-details-facts span {
  color: #e5eee6;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 750;
  display: flex;
}

.course-details-facts svg {
  color: #d4bb80;
}

.course-details-content {
  grid-template-columns: minmax(230px, .63fr) minmax(0, 1.37fr);
  display: grid;
}

.course-instructor {
  background: #edf3ed;
  border-right: 1px solid #dae3da;
  padding: 27px;
}

.course-instructor h2, .course-syllabus h2 {
  color: var(--forest);
  margin: 4px 0 20px;
  font-size: 21px;
}

.instructor-profile {
  align-items: center;
  gap: 12px;
  display: flex;
}

.instructor-avatar {
  color: #8a6b30;
  background: #d8bf84;
  border-radius: 50%;
  place-items: center;
  width: 45px;
  height: 45px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}

.instructor-profile h3, .instructor-profile p {
  margin: 0;
}

.instructor-profile h3 {
  color: var(--forest);
  font-size: 13px;
}

.instructor-profile p {
  color: #748174;
  margin-top: 4px;
  font-size: 9px;
}

.instructor-bio {
  color: #647064;
  margin: 18px 0;
  font-size: 11px;
  line-height: 1.65;
}

.instructor-meta {
  border-top: 1px solid #d0ddd1;
  gap: 7px;
  padding-top: 15px;
  display: grid;
}

.instructor-meta span {
  color: #56705a;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.instructor-meta svg {
  color: #a58243;
}

.course-syllabus {
  padding: 27px;
}

.course-section-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

.course-section-heading > span {
  color: #7d865a;
  background: #edf3ed;
  border-radius: 10px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
}

.syllabus-list {
  border-top: 1px solid #e8ece7;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.syllabus-list li {
  border-bottom: 1px solid #e8ece7;
  grid-template-columns: 29px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 15px 0;
  display: grid;
}

.syllabus-status {
  color: #788378;
  background: #edf1ec;
  border-radius: 50%;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 8px;
  font-weight: 800;
  display: grid;
}

.syllabus-status.active {
  color: #fff;
  background: var(--forest);
}

.syllabus-list small {
  color: #a48650;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
}

.syllabus-list h3 {
  color: var(--forest);
  margin: 3px 0;
  font-size: 12px;
}

.syllabus-list p {
  color: #838b83;
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.syllabus-duration {
  color: #8b938a;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 9px;
  display: flex;
}

.syllabus-duration svg, .syllabus-list > li > svg {
  color: #a8874d;
}

.catalog-image.has-image {
  color: #fff;
  background-position: center;
  background-size: cover;
}

.catalog-image.has-image:after {
  display: none;
}

.catalog-image.preset {
  color: #fff;
}

.catalog-image.preset:after {
  border-color: #ffffff8c;
}

.catalog-image.has-image:before, .catalog-image.preset:before {
  content: "";
  background: linear-gradient(#0a140e00 45%, #0a140e99);
  position: absolute;
  inset: 0;
}

.catalog-image.has-image span, .catalog-image.has-image svg, .catalog-image.preset span, .catalog-image.preset svg {
  z-index: 1;
  position: relative;
}

.catalog-image.preset span {
  text-shadow: 0 2px 10px #0006;
}

.catalog-image.preset svg {
  filter: drop-shadow(0 2px 6px #00000059);
  opacity: .95;
}

.module-accordion {
  gap: 10px;
  margin-top: 10px;
  display: grid;
}

.module-accordion-item {
  border: 1px solid #e3e6e1;
  border-radius: 6px;
  overflow: hidden;
}

.module-accordion-item.open {
  border-color: #c9d6ca;
}

.module-accordion-head {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 0;
  grid-template-columns: 29px 1fr auto 18px;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 14px 16px;
  display: grid;
}

.module-accordion-head:hover {
  background: #f8f9f6;
}

.module-accordion-head small {
  color: #a48650;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.module-accordion-head h3 {
  color: var(--forest);
  margin: 3px 0;
  font-size: 13px;
}

.module-accordion-meta {
  color: #8a9088;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
}

.module-accordion-chevron {
  color: #7b877d;
  transition: transform .18s;
}

.module-accordion-item.open .module-accordion-chevron {
  transform: rotate(180deg);
}

.module-accordion-body {
  background: #fbfbf9;
  border-top: 1px solid #eef0eb;
  padding: 4px 16px 18px 56px;
}

.lesson-resource-link {
  color: #2f6b46;
  background: #eaf2ec;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.lesson-resource-link:hover {
  background: #dcebe0;
}

.module-lesson-list li.module-lesson-item {
  padding: 9px 0;
  display: block;
}

.module-lesson-row {
  align-items: center;
  gap: 9px;
  display: flex;
}

.module-lesson-row svg:first-child {
  color: #a8874d;
  flex: none;
}

.assignment-block {
  background: #fff;
  border: 1px solid #e3e6e1;
  border-radius: 6px;
  margin: 10px 0 4px 22px;
  padding: 14px;
}

.assignment-block-head {
  color: var(--forest);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.assignment-block-head svg {
  color: #a8874d;
}

.assignment-block-head small {
  color: #8a9088;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
}

.assignment-block-instructions {
  color: #5f6a60;
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.6;
}

.assignment-grade {
  color: #2f6b46;
  background: #eaf2ec;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 8px 10px;
  font-size: 11px;
}

.assignment-response {
  color: #183b29;
  outline-color: var(--gold);
  width: 100%;
  font: inherit;
  resize: vertical;
  background: #fbfbfa;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  margin-top: 10px;
  padding: 9px 10px;
  font-size: 12px;
}

.assignment-dropzone {
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  display: flex;
}

.assignment-block > .button-primary {
  margin-top: 10px;
}

.grade-modal-response {
  color: #4c5b50;
  white-space: pre-wrap;
  background: #f6f7f2;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.lesson-section-head {
  color: #6b756b;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #edf0eb;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 9px 0;
  font-size: 11px;
  display: flex;
}

.lesson-section-head svg:first-child {
  color: #7b877d;
  transition: transform .18s;
}

.lesson-section-head .lesson-section-chevron.open {
  transform: rotate(180deg);
}

.lesson-section-head svg:nth-child(2) {
  color: #a8874d;
}

.lesson-section-body {
  padding: 12px 0 16px 23px;
}

.lesson-pdf-button {
  width: max-content;
  margin-top: 10px;
}

.assignment-row-link {
  color: var(--forest);
  background: #f6f7f2;
  border: 1px solid #e3e6e1;
  border-radius: 6px;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.assignment-row-link:hover {
  border-color: #b7c6b6;
}

.assignment-row-link svg:first-child {
  color: #a8874d;
}

.assignment-row-meta {
  color: #8a9088;
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
}

.phase-header-edit {
  max-width: 480px;
}

.phase-header-edit input, .phase-header-edit textarea {
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
}

.phase-header-edit .builder-lesson-row input:last-child {
  flex: 1;
}

.phase-header-edit .builder-lesson-row {
  gap: 8px;
  display: flex;
}

.phase-header-edit textarea {
  width: 100%;
  min-height: 60px;
  margin-top: 8px;
  display: block;
}

.phase-edit-trigger {
  color: #d4bb80;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 5px;
  margin-left: 10px;
  padding: 4px;
}

.phase-edit-trigger:hover {
  background: #ffffff38;
}

.course-details-content.single-column {
  grid-template-columns: 1fr;
}

.module-lesson-list {
  gap: 1px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.module-lesson-list li {
  color: #6b756b;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  font-size: 11px;
  display: flex;
}

.module-lesson-list li svg {
  color: #a8874d;
  flex: none;
}

.builder-editor-page-title {
  margin-bottom: 10px;
}

.builder-back-button {
  margin-bottom: 0;
}

.builder-phase-editor {
  border-radius: 10px;
  margin-top: 16px;
  box-shadow: 0 12px 32px #16362214;
}

.builder-phase-editor .course-details-header {
  background: linear-gradient(122deg, #173e2b 0%, #1c5437 55%, #2b6546 100%);
  min-height: 190px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.builder-phase-editor .course-details-header:after {
  content: "";
  pointer-events: none;
  border: 1px solid #e8cf903d;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: -112px;
  right: -64px;
  box-shadow: 0 0 0 32px #e8cf900d, 0 0 0 65px #e8cf9009;
}

.builder-phase-editor .course-details-header > * {
  z-index: 1;
  position: relative;
}

.builder-phase-editor .course-details-header h2 {
  align-items: center;
  gap: 9px;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.08;
  display: flex;
}

.phase-edit-trigger {
  color: #f5e4b6;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  place-items: center;
  width: 29px;
  height: 29px;
  display: grid;
}

.phase-edit-trigger:hover {
  color: #fff;
  background: #ffffff2e;
}

.builder-phase-facts {
  gap: 8px;
  min-width: 152px;
}

.builder-phase-facts span {
  background: #071d1138;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
  justify-content: flex-start;
  padding: 8px 10px;
}

.builder-phase-facts span b {
  color: #fff;
  font-size: 13px;
}

.builder-phase-facts .is-live {
  color: #dcf0df;
}

.builder-phase-facts .is-live svg {
  color: #8fd49c;
}

.builder-phase-facts .is-draft {
  color: #fae6b6;
}

.builder-phase-facts .is-draft svg {
  color: #f0c76b;
}

.builder-phase-editor .course-syllabus {
  padding: 30px 32px 34px;
}

.builder-sections-heading {
  border-bottom: 1px solid #e9eee8;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 17px;
}

.builder-sections-heading .eyebrow {
  color: #9c7c3d;
  margin-bottom: 4px;
}

.builder-sections-heading h2 {
  color: var(--forest);
  margin: 0;
  font-size: 22px;
}

.builder-sections-heading small {
  color: #7c877d;
  max-width: 420px;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.5;
  display: block;
}

.module-lesson-list {
  gap: 8px;
  margin-top: 0;
}

.module-lesson-list li.module-lesson-item {
  background: #fff;
  border: 1px solid #e3eae2;
  border-radius: 7px;
  padding: 0;
  transition: border-color .18s, box-shadow .18s;
  overflow: hidden;
}

.module-lesson-list li.module-lesson-item:hover {
  border-color: #bfd0c0;
  box-shadow: 0 4px 14px #1636220f;
}

.module-lesson-list .lesson-section-head {
  border: 0;
  min-height: 54px;
  padding: 8px 10px 8px 14px;
}

.lesson-section-toggle {
  flex: 1;
  min-width: 0;
  font-weight: 700;
}

.lesson-section-toggle small {
  color: #9b7a3c;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 800;
  overflow: hidden;
}

.lesson-section-head .lesson-section-actions {
  gap: 5px;
  padding-left: 8px;
}

.lesson-section-head .lesson-section-actions button {
  border-radius: 5px;
  width: 29px;
  height: 29px;
}

.lesson-section-head .lesson-section-actions button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.module-lesson-item .lesson-section-body {
  color: #59655b;
  margin: 0;
  padding: 0 14px 15px 37px;
}

.module-lesson-item .lesson-section-body .operations-note {
  margin: 0;
}

.builder-lesson-body-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.builder-lesson-body-row .assignment-block-instructions {
  flex: auto;
  min-width: 0;
}

.builder-lesson-body-row .lesson-resource-link {
  flex: none;
  margin-top: 0;
}

.module-lesson-list li[draggable="true"] {
  transition: opacity .15s, outline-color .15s;
}

.module-lesson-list li.is-dragging {
  opacity: .4;
}

.module-lesson-list li.is-drop-target {
  outline-offset: -2px;
  outline: 2px dashed #8fae90;
}

.drag-handle {
  cursor: grab;
}

.drag-handle:active {
  cursor: grabbing;
}

.builder-phase-editor .builder-lesson-form {
  background: #f7faf6;
  border: 1px dashed #b9cbb9;
  border-radius: 7px;
  margin: 0;
  padding: 16px;
}

.builder-phase-editor .builder-add-lesson {
  color: var(--forest);
  background: #f2f7f1;
  border: 1px dashed #aec4b0;
  border-radius: 6px;
  margin-top: 14px;
  padding: 9px 12px;
}

.builder-phase-editor .builder-add-lesson:hover {
  background: #e8f1e7;
  border-style: solid;
}

.builder-add-section-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.builder-add-section-row .builder-add-lesson {
  margin-top: 0;
}

.module-header-row {
  color: #7c877d;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid #e9eee8;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 8px 4px 6px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.module-header-row span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.module-header-row .lesson-section-actions {
  align-items: center;
  gap: 5px;
  display: flex;
}

.module-header-row .lesson-section-actions button {
  color: #647065;
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 4px;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.module-header-row .lesson-section-actions button:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.module-header-row .lesson-section-actions button.builder-danger:hover {
  color: #b0392c;
}

.module-complete-button {
  height: 30px;
  color: var(--forest);
  cursor: pointer;
  background: #edf2ed;
  border: 0;
  border-radius: 999px;
  justify-self: end;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 800;
}

.module-complete-button:hover:not(:disabled) {
  background: #dfe9df;
}

.module-complete-button:disabled {
  color: #9ba09a;
  cursor: default;
}

.empty-state {
  text-align: center;
  background: #fff;
  border: 1px solid #e1e5df;
  gap: 6px;
  margin-top: 31px;
  padding: 46px 20px;
  display: grid;
}

.empty-state svg {
  color: #b39255;
  justify-self: center;
  margin-bottom: 6px;
}

.empty-state strong {
  color: var(--forest);
  font-size: 14px;
}

.empty-state p {
  color: #868c85;
  margin: 0;
  font-size: 11px;
}

.badge-grid {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px;
  margin-top: 31px;
  display: grid;
}

.badge-card {
  background: #fff;
  border: 1px solid #e1e5df;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  display: flex;
}

.badge-icon {
  color: #fff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.badge-card h3 {
  color: var(--forest);
  margin: 0 0 4px;
  font-size: 13px;
}

.badge-card p {
  color: #838b83;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.badge-card small {
  color: #a4a9a2;
  margin-top: 6px;
  font-size: 9px;
  display: block;
}

.badge-manager, .badge-rules-panel {
  max-width: 900px;
}

.badge-rules-panel .profile-card-head {
  flex-wrap: wrap;
}

.badge-chip-row {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.badge-chip {
  border: 1.5px solid;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.badge-new-form {
  gap: 10px;
  max-width: 460px;
  display: grid;
}

.badge-new-form input {
  width: 100%;
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 12px;
}

.badge-color-row {
  gap: 8px;
  display: flex;
}

.badge-color-row button {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.badge-color-row button.active {
  border-color: var(--forest);
  box-shadow: inset 0 0 0 2px #fff;
}

.badge-rule-list {
  border: 1px solid #e4e8e2;
  border-radius: 8px;
  margin-top: 14px;
  overflow: hidden;
}

.badge-rule-row {
  background: #fff;
  border-top: 1px solid #edf0ec;
  grid-template-columns: 1.1fr 1.6fr 1.2fr .8fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  font-size: 11px;
  display: grid;
}

.badge-rule-row:first-child {
  border-top: 0;
}

.badge-rule-row.inactive {
  opacity: .6;
}

.badge-rule-head {
  color: #989e97;
  letter-spacing: .08em;
  background: #f9faf8;
  padding: 10px 16px;
  font-size: 8px;
  font-weight: 800;
}

.badge-rule-badge {
  align-items: center;
  gap: 6px;
  font-weight: 800;
  display: inline-flex;
}

.badge-rule-condition, .badge-rule-target {
  color: #56604f;
}

.badge-learner-picker {
  background: #f7f8f5;
  border: 1px solid #e4e8e2;
  border-radius: 6px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 6px;
  max-height: 220px;
  padding: 10px;
  display: grid;
  overflow-y: auto;
}

.badge-learner-option {
  color: #4c5b50;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 5px;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  font-size: 11px;
  display: flex;
}

.badge-learner-option input {
  margin: 0;
}

.badge-learner-option .workspace-avatar {
  width: 22px;
  height: 22px;
  font-size: 8px;
}

.badge-learner-option.checked {
  color: var(--forest);
  background: #eef4ee;
  border-color: #b9d0bb;
  font-weight: 700;
}

.modal-panel.badge-rule-modal {
  text-align: left;
  width: min(38rem, 100%);
}

.modal-panel.badge-rule-modal h2 {
  text-align: left;
}

.badge-rule-form {
  gap: 14px;
  margin-top: 16px;
  display: grid;
}

.badge-rule-form select {
  width: 100%;
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
}

.badge-rule-form .builder-field span {
  align-items: center;
  gap: 5px;
  display: flex;
}

.badge-rule-form .builder-field span svg {
  color: #b0862f;
}

.quiz-question {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 20px;
  padding: 20px;
}

.quiz-question h3 {
  color: var(--forest);
  margin: 0 0 14px;
  font-size: 14px;
}

.quiz-choices {
  gap: 8px;
  display: grid;
}

.quiz-choice {
  color: #46534a;
  cursor: pointer;
  background: #f8f9f6;
  border: 1px solid #e3e7e1;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  font-size: 12px;
  display: flex;
}

.quiz-choice:hover {
  border-color: #c8d3c9;
}

.quiz-choice.selected {
  border-color: var(--forest);
  background: #edf3ee;
}

.quiz-choice.correct {
  background: #eaf5ec;
  border-color: #6fa078;
}

.quiz-choice.incorrect {
  background: #fbeeec;
  border-color: #c5776b;
}

.quiz-choice input {
  accent-color: var(--forest);
}

.quiz-explanation {
  color: #56604f;
  background: #f4f6f1;
  border-radius: 5px;
  margin: 12px 0 0;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.5;
}

.quiz-score-banner {
  color: #fff;
  background: var(--forest);
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 18px 20px;
  display: flex;
}

.quiz-score-banner strong {
  font-size: 24px;
}

.quiz-score-banner span {
  opacity: .85;
  font-size: 11px;
}

@media (max-width: 780px) {
  .course-details-header {
    padding: 23px;
    display: block;
  }

  .course-details-facts {
    grid-template-columns: repeat(2, max-content);
    margin-top: 17px;
  }

  .course-details-content {
    grid-template-columns: 1fr;
  }

  .course-instructor {
    border-bottom: 1px solid #dae3da;
    border-right: 0;
  }

  .course-instructor, .course-syllabus {
    padding: 22px;
  }

  .builder-phase-editor .course-details-header {
    min-height: auto;
    padding: 25px 22px;
  }

  .builder-phase-editor .course-syllabus {
    padding: 22px;
  }

  .builder-phase-facts {
    grid-template-columns: 1fr;
  }

  .builder-sections-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .builder-sections-heading .button {
    align-self: flex-start;
  }

  .module-lesson-item .lesson-section-body {
    padding-left: 14px;
  }
}

.instructor-section {
  background: #f7f7f4;
  padding: 40px 0 52px;
}

.instructor-intro, .syllabus-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 43px;
}

.instructor-intro h2, .syllabus-intro h2 {
  color: var(--forest);
  margin: 5px 0 10px;
  font-size: 38px;
}

.instructor-intro > p:not(.eyebrow), .syllabus-intro > p:not(.eyebrow) {
  color: #747d74;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.instructor-card {
  grid-template-columns: 256px minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  max-width: 890px;
  margin: 0 auto;
  display: grid;
}

.instructor-photo-wrap {
  justify-self: start;
  width: 256px;
}

.instructor-photo {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 27px;
  width: 100%;
  display: block;
  box-shadow: 0 10px 24px #1b432e14;
}

.instructor-content h3 {
  color: var(--forest);
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
}

.instructor-title {
  color: #b28b45;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 9px 0 22px;
  font-size: 12px;
  font-weight: 800;
}

.instructor-copy {
  color: #596f69;
  text-align: justify;
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.instructor-stats {
  border-top: 1px solid #dfe3dd;
  border-bottom: 1px solid #dfe3dd;
  gap: 52px;
  margin: 21px 0 20px;
  padding: 16px 0;
  display: flex;
}

.instructor-stats strong, .instructor-stats span {
  display: block;
}

.instructor-stats strong {
  color: #b28b45;
  font-size: 26px;
  line-height: 1;
}

.instructor-stats span {
  color: #7e8d88;
  margin-top: 5px;
  font-size: 9px;
}

.instructor-specialties {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.instructor-specialties span {
  color: var(--forest);
  background: #f2f0e9;
  border: 1px solid #e2d8bd;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 10px;
  font-weight: 750;
}

.syllabus-section {
  background: #fff;
  padding: 96px 0;
}

.syllabus-shell {
  max-width: 860px;
}

.syllabus-tabs {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 39px;
  display: grid;
}

.syllabus-tabs button {
  color: var(--forest);
  text-align: left;
  background: #fff;
  border: 1px solid #d8e0d8;
  border-radius: 8px;
  gap: 5px;
  padding: 16px;
  transition: all .18s;
  display: grid;
}

.syllabus-tabs button:hover, .syllabus-tabs button.active {
  color: #f9f9f7;
  background: var(--forest);
  border-color: var(--forest);
}

.syllabus-tabs strong {
  font-size: 17px;
}

.syllabus-tabs span {
  color: #7b847b;
  font-size: 10px;
}

.syllabus-tabs button.active span {
  color: #f9f9f7a6;
}

.syllabus-program {
  margin-bottom: 21px;
}

.syllabus-program h3 {
  color: var(--forest);
  margin: 4px 0 7px;
  font-size: 29px;
}

.syllabus-program > p:last-child {
  color: #747e74;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.syllabus-timeline {
  padding-left: 43px;
  position: relative;
}

.syllabus-timeline:before {
  content: "";
  background: #d6c294;
  width: 1px;
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 13px;
}

.syllabus-timeline article {
  padding: 0 0 20px;
  position: relative;
}

.syllabus-marker {
  background: #fff;
  border: 2px solid #ba9855;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 18px;
  left: -35px;
}

.syllabus-timeline article.open .syllabus-marker {
  background: #b39255;
}

.syllabus-timeline button {
  width: 100%;
  color: inherit;
  text-align: left;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  padding: 14px 0;
  display: flex;
}

.syllabus-timeline button small {
  color: #a58449;
  letter-spacing: .11em;
  font-size: 9px;
  font-weight: 800;
}

.syllabus-timeline h4 {
  color: var(--forest);
  margin: 4px 0 0;
  font-size: 20px;
}

.syllabus-timeline h4 i {
  color: #b392558c;
  margin-right: 7px;
  font-style: normal;
}

.syllabus-timeline button svg {
  color: #ad8b4a;
  margin-top: 13px;
  transition: transform .2s;
}

.syllabus-timeline article.open button svg {
  transform: rotate(180deg);
}

.syllabus-module-content {
  opacity: 0;
  gap: 10px;
  max-height: 0;
  transition: max-height .3s, opacity .2s;
  display: grid;
  overflow: hidden;
}

.syllabus-timeline article.open .syllabus-module-content {
  opacity: 1;
  max-height: 180px;
  padding-bottom: 11px;
}

.syllabus-module-content p {
  color: #768076;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.syllabus-module-content > div {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.syllabus-module-content span {
  color: #536553;
  background: #eff3ef;
  border-radius: 12px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .instructor-section {
    padding: 40px 0 48px;
  }

  .syllabus-section {
    padding: 73px 0;
  }

  .instructor-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .instructor-photo-wrap {
    justify-self: center;
    width: min(100%, 256px);
  }

  .instructor-content h3 {
    font-size: 31px;
  }

  .instructor-copy {
    text-align: left;
    font-size: 14px;
  }

  .instructor-stats {
    gap: 36px;
  }

  .instructor-specialties span {
    padding-inline: 13px;
  }

  .syllabus-tabs {
    grid-template-columns: 1fr;
  }

  .syllabus-timeline {
    padding-left: 32px;
  }

  .syllabus-marker {
    left: -24px;
  }
}

.lms-page {
  grid-template-columns: 245px minmax(0, 1fr);
}

.member-trigger {
  border: 0;
  border-radius: 15px;
  min-height: 29px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 2px #b39255;
  color: #f9f9f7 !important;
  background: #1b432e !important;
  width: auto !important;
  height: auto !important;
  padding: 0 11px !important;
  display: flex !important;
}

.member-trigger b {
  color: #f9f9f7 !important;
}

.member-trigger span {
  display: inline !important;
}

.member-trigger .online-live-dot {
  background: #38c77b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
}

.online-members-sheet {
  z-index: 60;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.online-members-sheet.open {
  pointer-events: auto;
}

.online-members-backdrop {
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0;
}

.online-members-panel {
  color: #f9f9f7;
  background: #1d4933;
  flex-direction: column;
  width: min(18.125rem, 100vw - 24px);
  transition: transform .24s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  box-shadow: -10px 0 24px #0a23142e;
}

.online-members-sheet.open .online-members-panel {
  transform: translateX(0);
}

.online-members-panel-header {
  border-bottom: 1px solid #f9f9f71a;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 17px 20px 18px;
  display: flex;
}

.online-members-heading h2 {
  color: #f9f9f7;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 18px;
}

.online-members-heading p {
  color: #f9f9f780;
  margin: 9px 0 0;
  font-size: 11px;
  line-height: 1.35;
}

.online-members-close {
  color: #f9f9f773;
  background: none;
  border: 0;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: color .18s, background .18s;
  display: grid;
}

.online-members-close:hover {
  color: #f9f9f7;
  background: #f9f9f714;
}

.online-members-content {
  flex: 1;
  padding: 22px 20px;
  overflow-y: auto;
}

.online-members-empty {
  color: #aac0ae;
  margin: 0;
  font-size: 11px;
}

.online-members-group + .online-members-group {
  margin-top: 24px;
}

.online-members-group h3 {
  color: #c1a363;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 10px;
  font-weight: 700;
}

.online-members-group h3 span {
  color: #c1a363;
}

.online-members-list {
  gap: 11px;
  display: grid;
}

.online-member-row {
  color: #f9f9f7;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 4px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 43px;
  padding: 5px 12px;
  transition: background .18s;
  display: grid;
}

.online-member-row:hover, .online-member-row:focus-visible {
  background: #f9f9f712;
  outline: 0;
}

.online-member-avatar {
  color: #c4a562;
  background: #3d5b40;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
  position: relative;
}

.online-member-avatar.sage, .online-member-avatar.sky, .online-member-avatar.rose, .online-member-avatar.gold {
  background: #3d5b40;
}

.online-member-avatar i {
  background: #35bd76;
  border: 2px solid #1d4933;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.online-member-details {
  min-width: 0;
}

.online-member-details strong, .online-member-details small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.online-member-details strong {
  color: #f9f9f7;
  font-size: 13px;
  font-weight: 700;
}

.online-member-details small {
  color: #f9f9f76e;
  margin-top: 3px;
  font-size: 9px;
}

.scrollbar-dark {
  scrollbar-color: #f9f9f740 transparent;
}

.scrollbar-dark::-webkit-scrollbar {
  width: 7px;
}

.scrollbar-dark::-webkit-scrollbar-thumb {
  background: #f9f9f733;
  border-radius: 4px;
}

.service-toggle {
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
  display: flex;
}

.service-toggle button {
  color: #e6ece5;
  background: none;
  border: 1px solid #ffffff59;
  border-radius: 999px;
  padding: 8px 11px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  transition: all .2s;
}

.service-toggle button:hover, .service-toggle button.active {
  color: var(--forest);
  background: #fff;
  border-color: #fff;
}

.access-copy .status-pill {
  margin-bottom: 0;
}

.enrollment-progress-four {
  gap: 0;
}

.enrollment-progress-four i {
  flex: 1;
  max-width: 58px;
}

.form-alert {
  color: #862d28;
  background: #fff1ef;
  border: 1px solid #e9b8b1;
  border-radius: 4px;
  margin: 0;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 1.45;
}

.application-form {
  gap: 18px;
  margin-top: 31px;
  display: grid;
}

.application-section {
  background: #fff;
  border: 1px solid #d9e1d8;
  border-radius: 6px;
  padding: 23px;
}

.application-section-head {
  color: var(--forest);
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 19px;
  display: flex;
}

.application-section-head > svg {
  color: #b39255;
  flex: none;
  margin-top: 3px;
}

.application-section-head h2 {
  color: var(--forest);
  margin: 0 0 4px;
  font-size: 17px;
}

.application-section-head p {
  color: #758178;
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.application-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.application-pathway {
  color: #314335;
  background: #f6f7f2;
  border: 1px solid #d9e1d8;
  border-radius: 8px;
  margin-top: -12px;
  padding: 14px 18px;
  font-size: 13px;
}

.application-pathway-picker {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.application-pathway-picker select {
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}

.application-pathway-picker small {
  color: #7c877d;
  flex-basis: 100%;
  font-size: 10px;
}

.button-secondary {
  min-height: 44px;
  color: var(--forest);
  background: #f7f4dc;
  border: 1px solid #d9c78a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  font-weight: 800;
  transition: background .2s;
  display: inline-flex;
}

.button-secondary:hover:not(:disabled) {
  background: #efe7c4;
}

.document-preview {
  -webkit-overflow-scrolling: touch;
  background: #f2f3ef;
  border: 1px solid #d9e1d8;
  border-radius: 10px;
  min-height: 70vh;
  max-height: 80vh;
  padding: 20px;
  overflow: auto;
}

.pdf-fallback {
  gap: 18px;
  display: grid;
}

.pdf-fallback-note {
  color: #7a5d20;
  background: #fdf6e5;
  border: 1px solid #ecdcb4;
  border-radius: 9px;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  padding: 14px 16px;
  font-size: 12.5px;
  line-height: 1.6;
  display: flex;
}

.pdf-fallback-note > svg {
  flex: none;
  margin-top: 1px;
}

.pdf-fields {
  gap: 18px;
  display: grid;
}

.pdf-fields-loading {
  text-align: center;
  color: #758178;
  padding: 80px 20px;
  font-size: 12px;
  font-weight: 700;
}

.pdf-page {
  background: #fff;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 1px 5px #0f23181f;
}

.pdf-page canvas {
  width: 100%;
  height: auto;
  display: block;
}

.pdf-field {
  box-sizing: border-box;
  color: #183b29;
  outline-color: var(--gold);
  font: inherit;
  background: #b2c9b852;
  border: 1px solid #1b432e80;
  border-radius: 2px;
  padding: 1px 3px;
  font-size: 11px;
  position: absolute;
}

.pdf-field:focus {
  background: #fff;
}

textarea.pdf-field {
  resize: none;
}

.pdf-field-checkbox {
  cursor: pointer;
  accent-color: var(--forest);
  background: #b2c9b88c;
}

.pdf-field-readonly {
  color: #2c4133;
  cursor: default;
  background: #b2c9b880;
}

.pdf-signature-image {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.pdf-signature-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.pdf-signature-image span {
  color: #9aa39c;
  text-align: center;
  align-self: center;
  padding: 0 4px;
  font-size: 8px;
  font-style: italic;
  line-height: 1.2;
}

.pdf-signature-name {
  color: #123826;
  white-space: nowrap;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.application-field {
  color: #4c5b50;
  letter-spacing: .02em;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.application-field > span i, .application-choice > span i, .required-mark {
  color: #a83f32;
  font-style: normal;
}

.application-field.full, .application-grid > .full {
  grid-column: 1 / -1;
}

.application-field input, .application-field select, .application-field textarea {
  color: #183b29;
  outline-color: var(--gold);
  width: 100%;
  min-height: 42px;
  font: inherit;
  letter-spacing: normal;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 500;
}

.application-field textarea {
  resize: vertical;
  min-height: 75px;
}

.application-checks {
  gap: 8px;
  display: grid;
}

.application-checks > span {
  color: #4c5b50;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 800;
}

.application-check, .consent-check {
  color: #46574a;
  align-items: flex-start;
  gap: 9px;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.application-check input, .consent-check input {
  opacity: 0;
  position: absolute;
}

.application-check span, .consent-check > span {
  color: #0000;
  background: #fff;
  border: 1px solid #bbc9bc;
  border-radius: 3px;
  flex: none;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  display: grid;
}

.application-check input:checked + span, .consent-check input:checked + span {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.application-choice {
  color: #4c5b50;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  font-size: 11px;
  display: flex;
}

.application-choice > span {
  width: 100%;
  font-size: 10px;
  font-weight: 800;
}

.application-choice label {
  align-items: center;
  gap: 6px;
  font-weight: 700;
  display: flex;
}

.application-choice input {
  accent-color: var(--forest);
}

.signature-field {
  background: #f6f8f5;
  border: 1px solid #d3ded3;
  border-radius: 5px;
  padding: 13px;
}

.signature-field-head {
  color: #335240;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.signature-field-head span, .signature-field-head button {
  align-items: center;
  gap: 6px;
  display: flex;
}

.signature-field-head button {
  color: #69776b;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 10px;
}

.signature-field-head button:disabled {
  cursor: default;
  opacity: .45;
}

.signature-canvas {
  touch-action: none;
  cursor: crosshair;
  background: #fff;
  border: 1px dashed #9eb39f;
  border-radius: 3px;
  width: 100%;
  height: 150px;
  display: block;
}

.signature-field small {
  color: #738075;
  margin-top: 8px;
  font-size: 9px;
  display: block;
}

.document-template-link {
  color: var(--forest);
  background: #f3f6f2;
  border: 1px solid #d2ddd1;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.document-template-link:hover {
  color: #87682f;
}

.payment-return {
  text-align: center;
  max-width: 600px;
  padding: 105px 0;
}

.payment-return > svg {
  color: #b39255;
  margin-bottom: 18px;
}

.payment-return .lead {
  margin: 0 auto 24px;
}

.payment-return .button {
  display: inline-flex;
}

.enrollment-sent-backdrop {
  z-index: 60;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0f231885;
  place-items: center;
  padding: 20px;
  animation: .2s enrollment-sent-fade;
  display: grid;
  position: fixed;
  inset: 0;
}

.enrollment-sent-modal {
  text-align: center;
  background: #fbfbf7;
  border: 1px solid #e2e6da;
  border-radius: 12px;
  width: min(30rem, 100%);
  padding: 34px 32px 30px;
  animation: .22s enrollment-sent-pop;
  position: relative;
  box-shadow: 0 18px 46px #0f231847;
}

.enrollment-sent-close {
  color: #7b877d;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  place-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}

.enrollment-sent-close:hover {
  color: var(--forest);
  background: #eef1ea;
}

.enrollment-sent-badge {
  color: #fff;
  background: #1d7a45;
  border-radius: 999px;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: grid;
  box-shadow: 0 8px 20px #1d7a4552;
}

.enrollment-sent-modal .eyebrow {
  margin-bottom: 8px;
}

.enrollment-sent-modal h2 {
  color: var(--forest);
  letter-spacing: -.02em;
  margin: 0 0 12px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 26px;
  line-height: 1.12;
}

.enrollment-sent-modal h2 em {
  color: #b39255;
  font-style: italic;
}

.enrollment-sent-lead {
  color: #4c5b50;
  max-width: 24rem;
  margin: 0 auto 18px;
  font-size: 13px;
  line-height: 1.55;
}

.enrollment-sent-lead strong {
  color: var(--forest);
}

.enrollment-sent-note {
  text-align: left;
  color: #335240;
  background: #f0f5ee;
  border: 1px solid #d5e2d2;
  border-radius: 8px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  padding: 12px 14px;
  display: flex;
}

.enrollment-sent-note > svg {
  color: #b39255;
  flex: none;
  margin-top: 1px;
}

.enrollment-sent-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.enrollment-sent-actions {
  gap: 10px;
  display: grid;
}

.enrollment-sent-actions .button {
  width: 100%;
}

@keyframes enrollment-sent-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes enrollment-sent-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.admin-table-billing .admin-table-head, .admin-table-billing .admin-table-row {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr) 100px 100px 130px 110px;
}

.billing-detail {
  text-align: left;
  gap: 20px;
  margin-top: 18px;
  display: grid;
}

.billing-section {
  gap: 9px;
  display: grid;
}

.billing-section h3 {
  color: var(--forest);
  letter-spacing: -.01em;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.billing-hint {
  color: #7a8079;
  margin: 0;
  font-size: 11.5px;
  line-height: 1.55;
}

.billing-total-field {
  max-width: 200px;
}

.billing-warn {
  color: #a8443a;
  font-weight: 700;
}

.billing-breakdown {
  gap: 7px;
  display: grid;
}

.billing-breakdown-row {
  grid-template-columns: minmax(0, 1fr) 110px 34px;
  gap: 7px;
  display: grid;
}

.billing-breakdown-row input {
  background: #fff;
  border: 1px solid #dbe0da;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
}

.billing-breakdown-foot {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.billing-sum {
  color: #6f766e;
  font-variant-numeric: tabular-nums;
  font-size: 11.5px;
  font-weight: 700;
}

.billing-sum.off {
  color: #a8443a;
}

.billing-payments {
  gap: 7px;
  display: grid;
}

.billing-payment {
  background: #f7f8f5;
  border: 1px solid #e4e8e0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 13px;
  display: flex;
}

.billing-payment > div {
  gap: 2px;
  display: grid;
}

.billing-payment strong {
  color: var(--forest);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
}

.billing-payment small {
  color: #7a8079;
  font-size: 11px;
  line-height: 1.45;
}

.billing-payment .billing-note {
  color: #8b9389;
  font-style: italic;
}

.billing-payment.voided {
  background: #faf6f5;
  border-color: #ecd9d5;
}

.billing-payment.voided strong {
  color: #a8443a;
  text-decoration: line-through;
}

.billing-void-note {
  align-items: center;
  gap: 5px;
  font-weight: 700;
  display: inline-flex;
  color: #a8443a !important;
}

.billing-payment-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  display: grid;
}

.billing-payment-form .button {
  grid-column: 3;
  justify-self: end;
}

@media (max-width: 640px) {
  .billing-payment-form {
    grid-template-columns: 1fr;
  }

  .billing-payment-form .button {
    grid-column: 1;
    justify-self: stretch;
  }

  .admin-table-billing .admin-table-head {
    display: none;
  }
}

.help-launcher {
  z-index: 55;
  color: #f4f6f2;
  background: var(--forest);
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  transition: background .18s, transform .18s;
  display: inline-flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 10px 26px #0f23184d;
}

.help-launcher:hover {
  background: var(--forest-dark);
  transform: translateY(-1px);
}

.help-launcher > svg {
  color: var(--gold);
}

.help-launcher.flagged {
  color: #3d2f12;
  background: var(--gold);
  animation: 2.4s ease-in-out infinite help-nudge;
}

.help-launcher.flagged:hover {
  background: #a9884c;
}

.help-launcher.flagged > svg {
  color: #3d2f12;
}

@keyframes help-nudge {
  0%, 82%, 100% {
    transform: translateY(0);
  }

  88% {
    transform: translateY(-4px);
  }

  94% {
    transform: translateY(-2px);
  }
}

.help-dismiss {
  z-index: 56;
  position: fixed;
  inset: 0;
}

.help-panel {
  z-index: 57;
  background: #fbfbf7;
  border: 1px solid #e2e6da;
  border-radius: 12px;
  flex-direction: column;
  width: min(20.5rem, 100vw - 32px);
  max-height: min(27rem, 100vh - 132px);
  animation: .18s help-pop;
  display: flex;
  position: fixed;
  bottom: 76px;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px #0f231842;
}

@keyframes help-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.help-panel-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px 10px;
  display: flex;
}

.help-panel-head .eyebrow {
  margin-bottom: 3px;
  font-size: 8.5px;
}

.help-panel h2 {
  color: var(--forest);
  font-family: var(--serif);
  letter-spacing: -.02em;
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.help-panel-close {
  color: #7b877d;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  flex: none;
  place-items: center;
  width: 26px;
  height: 26px;
  transition: all .2s;
  display: grid;
}

.help-panel-close:hover {
  color: var(--forest);
  background: #eef1ea;
}

.help-search {
  background: #fff;
  border: 1px solid #dbe0da;
  border-radius: 7px;
  align-items: center;
  gap: 8px;
  margin: 10px 16px 0;
  padding: 0 10px;
  display: flex;
}

.help-search > svg {
  color: #8b948a;
  flex: none;
}

.help-search input {
  width: 100%;
  color: var(--ink);
  background: none;
  border: 0;
  padding: 8px 0;
  font-size: 12px;
}

.help-search input:focus {
  outline: none;
}

.help-search:focus-within {
  border-color: var(--forest);
}

.help-scroll {
  flex: 1;
  padding: 2px 16px 12px;
  overflow-y: auto;
}

.help-group + .help-group {
  margin-top: 12px;
}

.help-group-title {
  color: #8b948a;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 11px 0 1px;
  font-size: 8.5px;
  font-weight: 800;
}

.help-topic {
  border-bottom: 1px solid #e6e9e2;
}

.help-topic:last-child {
  border-bottom: 0;
}

.help-topic-head {
  width: 100%;
  color: var(--forest);
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: flex-start;
  gap: 11px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  display: flex;
}

.help-topic-head i {
  border: 1px solid #bbc8be;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  line-height: 0;
  display: grid;
}

.help-topic.expanded .help-topic-head i {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.help-topic-answer {
  opacity: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows .26s, opacity .18s;
  display: grid;
}

.help-topic.expanded .help-topic-answer {
  opacity: 1;
  grid-template-rows: 1fr;
}

.help-topic-answer p {
  color: #5f6a60;
  white-space: pre-line;
  min-height: 0;
  margin: 0;
  padding-bottom: 12px;
  font-size: 11.5px;
  line-height: 1.6;
  overflow: hidden;
}

.help-empty {
  color: #6f766e;
  margin: 14px 0 0;
  font-size: 11.5px;
  line-height: 1.6;
}

.help-empty a {
  color: var(--forest);
  font-weight: 700;
}

.help-panel-foot {
  color: #335240;
  background: #f0f5ee;
  border-top: 1px solid #d5e2d2;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 16px;
  display: flex;
}

.help-panel-foot:hover {
  background: #e8f0e6;
}

.help-panel-foot > svg {
  color: var(--gold);
  flex: none;
  margin-top: 1px;
}

.help-panel-foot span {
  gap: 2px;
  display: grid;
}

.help-panel-foot strong {
  font-size: 11.5px;
}

.help-panel-foot small {
  color: #5f6a60;
  font-size: 10.5px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .help-launcher {
    padding: 11px 15px;
    font-size: 12px;
    bottom: 14px;
    right: 14px;
  }

  .help-panel {
    width: auto;
    max-height: calc(100vh - 120px);
    bottom: 68px;
    left: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-launcher.flagged, .help-panel {
    animation: none;
  }

  .help-topic-answer {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .lms-page {
    grid-template-columns: 225px minmax(0, 1fr);
  }

  .sidebar {
    width: 225px;
  }

  .members-panel {
    z-index: 25;
    grid-column: auto;
    width: 290px;
    display: none;
    position: fixed;
    top: 79px;
    bottom: 0;
    right: 0;
    box-shadow: -12px 0 32px #1b432e1f;
  }

  .members-panel.open, .members-head button {
    display: block;
  }

  .member-trigger {
    display: flex;
  }

  .lms-main {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .hero-copy {
    padding-top: 15px;
  }

  .hero-art {
    width: 100%;
    max-width: 590px;
    margin: -20px auto 0;
  }

  .program-grid, .catalog-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: 290px;
  }

  .access-section, .faq-section, .enrollment-layout {
    grid-template-columns: 1fr;
  }

  .access-copy {
    padding: 60px 52px;
  }

  .access-price {
    min-height: 340px;
  }

  .faq-section {
    gap: 50px;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .enrollment-layout {
    gap: 31px;
  }

  .enrollment-aside {
    order: -1;
  }

  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-art {
    min-height: 390px;
  }

  .auth-art-content {
    margin-top: 70px;
  }

  .auth-quote {
    display: none;
  }

  .auth-panel {
    width: min(100%, 570px);
    padding-block: 55px;
  }

  .lms-page {
    display: block;
  }

  .sidebar {
    transition: transform .25s;
    transform: translateX(-100%);
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .sidebar-close, .lms-menu {
    display: grid;
  }

  .sidebar-backdrop.show {
    z-index: 20;
    background: #0f241859;
    display: block;
    position: fixed;
    inset: 0;
  }

  .lms-main {
    min-height: 100vh;
  }

  .stat-grid {
    gap: 10px;
  }

  .stat-card {
    padding: 14px;
  }

  .stat-trend {
    display: none;
  }

  .admin-payment-plans-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .shell, .enrollment-main {
    width: min(100% - 36px, 1180px);
  }

  .public-nav {
    min-height: 68px;
  }

  .mobile-menu {
    display: block;
  }

  .public-nav nav {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 20px;
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
  }

  .public-nav nav.open {
    display: grid;
  }

  .public-nav nav > a {
    padding: 12px 0;
  }

  .public-nav .nav-cta {
    margin-top: 7px;
  }

  .hero-section {
    gap: 15px;
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-copy h1 {
    font-size: 49px;
  }

  .hero-copy .lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .trust-row {
    margin-top: 38px;
  }

  .hero-art {
    transform-origin: 0 0;
    width: 111%;
    min-height: 370px;
    margin-bottom: -35px;
    transform: scale(.9);
  }

  .course-preview {
    top: 53px;
    left: 10px;
  }

  .mentor-card {
    right: 4px;
  }

  .score-card {
    bottom: 32px;
    right: 0;
  }

  .section {
    padding-block: 76px;
  }

  .section-heading {
    margin-bottom: 30px;
    display: block;
  }

  .section-copy {
    margin-top: 17px;
  }

  .access-copy {
    padding: 50px 28px;
  }

  .access-price {
    padding: 45px 28px;
  }

  .how-section {
    padding-block: 76px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    margin-top: 33px;
  }

  .how-step {
    min-height: 190px;
    padding: 14px 30px;
  }

  .how-step + .how-step {
    border-top: 1px solid #d3d0c8;
    border-left: 0;
  }

  .step-number {
    left: 24px;
  }

  .faq-section {
    gap: 30px;
  }

  .newsletter {
    gap: 28px;
  }

  .newsletter h2 {
    font-size: 37px;
  }

  .newsletter-form {
    gap: 9px;
    display: grid;
  }

  .newsletter-form .button {
    width: max-content;
  }

  .footer-grid {
    gap: 20px;
    display: grid;
  }

  .enrollment-header {
    padding-inline: 18px;
  }

  .secure-note {
    display: none;
  }

  .enrollment-main {
    padding-top: 30px;
  }

  .enrollment-progress {
    margin-bottom: 30px;
  }

  .enrollment-progress small {
    display: none;
  }

  .enrollment-progress i {
    flex: 1;
  }

  .enrollment-content h1 {
    font-size: 41px;
  }

  .agreement-body {
    padding: 25px 21px;
  }

  .doc-fields {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .enrollment-aside {
    padding: 24px;
  }

  .payment-methods {
    flex-wrap: wrap;
  }

  .auth-art {
    min-height: 340px;
    padding: 25px;
  }

  .auth-art-content {
    margin-top: 55px;
  }

  .auth-art h1 {
    font-size: 46px;
  }

  .auth-panel {
    padding: 39px 22px;
  }

  .auth-back {
    margin-bottom: 42px;
  }

  .lms-header {
    height: 67px;
    padding-inline: 15px;
  }

  .breadcrumbs span, .breadcrumbs svg {
    display: none;
  }

  .header-tools {
    gap: 3px;
  }

  .header-icon {
    width: 30px;
  }

  .member-trigger span, .lms-header > .avatar {
    display: none;
  }

  .member-trigger {
    justify-content: center;
    width: 31px;
    height: 31px;
  }

  .members-panel {
    width: min(100%, 290px);
    top: 67px;
  }

  .page-content {
    padding: 26px 15px 50px;
  }

  .dashboard-welcome, .page-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-welcome h1, .page-title-row h1 {
    font-size: 31px;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    grid-template-columns: 37px 1fr auto;
    align-items: center;
    min-height: 0;
    padding: 15px 16px;
  }

  .stat-card h2 {
    font-size: 24px;
  }

  .stat-trend {
    text-align: right;
    display: block;
    position: static;
  }

  .learning-body {
    grid-template-columns: 36px 1fr;
    padding: 18px;
  }

  .learning-body .button {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .learning-head {
    padding: 18px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .assignment-line {
    grid-template-columns: 23px 1fr auto;
  }

  .assignment-line button {
    display: none;
  }

  .calendar-card {
    padding: 12px;
  }

  .calendar-day {
    min-height: 60px;
    padding: 5px;
  }

  .calendar-day i {
    font-size: 6px;
  }

  .attendance-filters, .attendance-new-session {
    grid-template-columns: 1fr;
  }

  .attendance-card {
    padding: 15px;
  }

  .attendance-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .attendance-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .attendance-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .attendance-status-group {
    flex-wrap: wrap;
    width: 100%;
  }

  .attendance-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .operation-summary {
    grid-template-columns: 1fr;
  }

  .operations-table {
    overflow-x: auto;
  }

  .operations-table-head, .operations-row {
    min-width: 660px;
  }

  .catalog-card p:not(.eyebrow) {
    min-height: auto;
  }

  .settings-card {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .settings-card .button {
    margin-left: 0;
  }

  .admin-payment-plans-grid {
    grid-template-columns: 1fr;
  }

  .admin-payment-plans {
    padding: 16px;
  }

  .document-preview {
    padding: 12px;
  }

  .application-section {
    padding: 17px;
  }

  .application-grid {
    grid-template-columns: 1fr;
  }

  .application-field.full, .application-grid > .full {
    grid-column: auto;
  }

  .signature-canvas {
    height: 120px;
  }

  .enrollment-progress-four i {
    max-width: none;
  }

  .payment-return {
    padding: 70px 0;
  }
}

.admin-toolbar {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  display: flex;
}

.admin-toolbar input, .admin-toolbar select, .admin-form input, .admin-form select, .admin-row-actions select, .admin-ticket .admin-row-actions select {
  color: #183b29;
  outline-color: var(--gold);
  min-height: 38px;
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 0 11px;
  font-size: 12px;
}

.admin-toolbar input {
  flex: 1;
  min-width: 180px;
}

.admin-form {
  background: #fff;
  border: 1px solid #e1e5df;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 16px 18px;
  display: flex;
}

.admin-form input {
  flex: 1;
  min-width: 150px;
}

.admin-form .notice-icon {
  width: 33px;
  height: 33px;
}

.button-danger {
  color: #8a3b32;
}

.button-danger:hover:not(:disabled) {
  color: #fff;
  background: #b04a3f;
  border-color: #b04a3f;
}

.admin-self-tag {
  color: #8b939a;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
}

.icon-button {
  color: #8a3b32;
  cursor: pointer;
  background: #f6e9e6;
  border: 0;
  border-radius: 6px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.icon-button:hover {
  background: #eed7d2;
}

.admin-chip {
  color: #55604f;
  letter-spacing: .04em;
  text-transform: capitalize;
  background: #eef1ea;
  border-radius: 10px;
  align-items: center;
  padding: 2px 8px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.admin-table {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 22px;
  overflow-x: auto;
}

.admin-table-head, .admin-table-row {
  align-items: center;
  gap: 10px;
  display: grid;
}

.admin-table-head {
  color: #989e97;
  letter-spacing: .08em;
  background: #f9faf8;
  border-bottom: 1px solid #e7eae6;
  padding: 13px 18px;
  font-size: 8px;
  font-weight: 800;
}

.admin-table-row {
  border-bottom: 1px solid #edf0ec;
  padding: 14px 18px;
}

.admin-table-row:last-child {
  border: 0;
}

.admin-table-row strong {
  color: #465048;
  font-size: 11px;
  display: block;
}

.admin-table-row small {
  color: #9aa099;
  margin-top: 3px;
  font-size: 9px;
  display: block;
}

.admin-table-row > span {
  color: #6e756d;
  min-width: 0;
  font-size: 10px;
}

.admin-table-row select {
  max-width: 100%;
}

.admin-row-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.admin-table-users .admin-table-head, .admin-table-users .admin-table-row {
  grid-template-columns: 34px 1.7fr .95fr .85fr .95fr 2.1fr;
}

.admin-enroll-cell {
  align-items: center;
  gap: 6px;
  font-weight: 800;
  display: inline-flex;
  color: var(--forest) !important;
}

.admin-count-toggle {
  color: #8b9389;
  cursor: pointer;
  background: #f2f5f1;
  border: 1px solid #dde3db;
  border-radius: 5px;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.admin-count-toggle:hover {
  color: var(--forest);
}

.admin-status-cell {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.admin-season-cell {
  gap: 5px;
  min-width: 0;
  display: grid;
}

.admin-season-cell label {
  color: #8b9389;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 8px;
  font-weight: 800;
  display: flex;
}

.admin-season-cell input, .admin-season-cell select {
  outline-color: var(--gold);
  width: 100%;
  min-width: 0;
  min-height: 28px;
  font: inherit;
  color: var(--forest);
  border: 1px solid #d7ddd4;
  border-radius: 4px;
  flex: 1;
  padding: 2px 6px;
  font-size: 10px;
}

.admin-season-save {
  color: #fff;
  background: var(--forest);
  font: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  justify-self: start;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.admin-season-save:hover {
  background: #123b28;
}

.admin-review-chip {
  background: #fff;
  border: 1px solid #d9c78a;
  border-radius: 6px;
  align-items: center;
  gap: 7px;
  padding: 5px 6px 5px 10px;
  display: inline-flex;
}

.admin-webinar-form {
  background: #fff;
  border: 1px solid #e1e5df;
  gap: 10px;
  max-width: 640px;
  margin: 22px 0;
  padding: 18px;
  display: grid;
}

.admin-webinar-form input, .admin-webinar-form textarea {
  width: 100%;
  min-height: 40px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 11px;
  font-size: 13px;
}

.admin-webinar-form textarea {
  resize: vertical;
}

.admin-webinar-list {
  gap: 12px;
  margin-top: 22px;
  display: grid;
}

.admin-webinar-card {
  background: #fff;
  border: 1px solid #e1e5df;
  padding: 18px;
}

.admin-webinar-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.admin-webinar-head strong {
  color: var(--forest);
  font-size: 15px;
}

.admin-webinar-head small {
  color: #9aa099;
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.admin-webinar-desc {
  color: #56604f;
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.admin-webinar-card .admin-row-actions {
  margin-top: 13px;
}

.admin-blog-form {
  background: #fff;
  border: 1px solid #e1e5df;
  gap: 10px;
  max-width: 820px;
  margin: 22px 0;
  padding: 18px;
  display: grid;
}

.admin-blog-form input, .admin-blog-form textarea, .admin-blog-form select {
  width: 100%;
  min-height: 40px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 11px;
  font-size: 13px;
}

.admin-blog-form textarea {
  resize: vertical;
}

.admin-webinar-registrations {
  background: #f8faf7;
  border-radius: 5px;
  gap: 6px;
  margin: 13px 0 0;
  padding: 12px;
  list-style: none;
  display: grid;
}

.admin-webinar-registrations li {
  align-items: baseline;
  gap: 10px;
  font-size: 11px;
  display: flex;
}

.admin-webinar-registrations strong {
  color: var(--forest);
}

.admin-webinar-registrations small {
  color: #9aa099;
}

.admin-voucher-form {
  background: #fff;
  border: 1px solid #e1e5df;
  gap: 10px;
  max-width: 720px;
  margin: 22px 0;
  padding: 18px;
  display: grid;
}

.admin-voucher-form input, .admin-voucher-form select {
  width: 100%;
  min-height: 40px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 11px;
  font-size: 13px;
}

.admin-voucher-form .operations-note {
  margin-top: 4px;
}

.admin-voucher-code {
  font-family: var(--mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .04em;
}

.admin-voucher-scope-hint {
  color: #56604f;
  border-left: 2px solid var(--gold);
  background: #f5f8f4;
  margin: 0;
  padding: 9px 11px;
  font-size: 11px;
  line-height: 1.55;
}

.admin-voucher-redemptions {
  background: #f8faf7;
  border-radius: 5px;
  gap: 4px;
  margin: 13px 0 0;
  padding: 12px;
  list-style: none;
  display: grid;
}

.admin-voucher-redemptions li {
  border-bottom: 1px solid #e9ede7;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  font-size: 11px;
  display: flex;
}

.admin-voucher-redemptions li:last-child {
  border-bottom: 0;
}

.admin-voucher-redeemer {
  gap: 2px;
  display: grid;
}

.admin-voucher-redeemer strong {
  color: var(--forest);
  font-size: 12px;
}

.admin-voucher-redeemer a {
  color: var(--forest);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.admin-voucher-redeemer small, .admin-voucher-redeemed-amounts small {
  color: #9aa099;
  font-size: 10px;
}

.admin-voucher-redeemed-amounts {
  text-align: right;
  gap: 2px;
  display: grid;
}

.admin-voucher-redeemed-amounts b {
  color: #3f7a4f;
  font-size: 12px;
}

.admin-voucher-redemptions time {
  color: #9aa099;
  white-space: nowrap;
  font-size: 10px;
}

.admin-webinar-registrations span {
  color: #a0a59e;
  margin-left: auto;
  font-size: 9px;
}

.catalog-grid.admin-course-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: start;
}

.admin-course-card {
  flex-direction: column;
  display: flex;
}

.admin-course-card > div:last-child {
  gap: 13px;
  display: grid;
}

.admin-course-card-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.admin-course-card-head h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.admin-course-card-head small {
  color: #9aa099;
  margin-top: 4px;
  font-size: 9px;
  display: block;
}

.admin-course-title {
  min-width: 0;
}

.admin-course-card-head .admin-course-title h2 {
  align-items: center;
  gap: 7px;
  display: flex;
}

.admin-course-title small {
  align-items: center;
  gap: 5px;
  display: flex;
}

.admin-course-title h2 .admin-count-toggle, .admin-course-title small .admin-count-toggle {
  opacity: 0;
  flex: none;
  width: 20px;
  height: 20px;
  transition: opacity .15s;
}

.admin-course-card:hover .admin-course-title h2 .admin-count-toggle, .admin-course-title h2 .admin-count-toggle:focus-visible, .admin-course-card:hover .admin-course-title small .admin-count-toggle, .admin-course-title small .admin-count-toggle:focus-visible {
  opacity: 1;
}

.admin-course-rename {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.admin-course-rename input {
  width: 100%;
  min-width: 0;
  min-height: 30px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  flex: 1;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
}

.admin-course-slug-edit {
  margin-top: 2px;
}

.admin-course-slug-edit span {
  color: #8b9389;
  font-size: 11px;
}

.admin-course-slug-edit input {
  min-height: 24px !important;
  padding: 3px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.admin-course-field-label {
  color: #8b9389;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.admin-course-price-current {
  color: #9aa099;
  margin-top: 5px;
  font-size: 9px;
  display: block;
}

.admin-course-actions {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.admin-new-course-card form {
  gap: 11px;
  padding: 20px;
  display: grid;
}

.admin-new-course-card input, .admin-new-course-card textarea {
  width: 100%;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 9px 11px;
  font-size: 12px;
}

.admin-new-course-card textarea {
  resize: vertical;
}

.admin-course-price-pair {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.admin-course-price-pair > .admin-course-price {
  min-width: 0;
}

.admin-course-pricing-group {
  background: #f8f9f6;
  border: 1px solid #e7e9e3;
  border-radius: 8px;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.admin-course-group-label {
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 10px;
  font-weight: 800;
}

.admin-payment-plans {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 26px;
  padding: 22px 24px;
}

.admin-payment-plans h2 {
  color: var(--forest);
  margin: 0 0 5px;
  font-size: 18px;
}

.admin-payment-plans > .operations-note {
  margin: 0 0 18px;
  padding: 0;
}

.admin-payment-plans-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
  display: grid;
}

.admin-payment-plans-grid .admin-course-price {
  min-width: 0;
}

.admin-payment-plans-pointer {
  color: #7a5d20;
  background: #fdf6e5;
  border: 1px solid #ecdcb4;
  border-radius: 6px;
  margin: 0;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 700;
}

.admin-agreement-upload-label {
  color: #5d6b5c;
  gap: 5px;
  font-size: 11px;
  display: grid;
}

.admin-agreement-upload-label input {
  padding: 6px 8px !important;
  font-size: 11px !important;
}

.admin-agreement-filename {
  color: #5d6b5c;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  display: flex;
}

.admin-course-agreement {
  gap: 8px;
  margin-top: 4px;
  display: grid;
}

.admin-agreement-row {
  color: var(--forest);
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

.admin-agreement-applicant-list {
  text-align: left;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.admin-agreement-applicant-list li {
  background: #f5f7f4;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  display: flex;
}

.admin-agreement-applicant-list small {
  color: #8b9389;
  display: block;
}

.admin-email-template-list {
  gap: 10px;
  max-width: 1200px;
  margin-top: 22px;
  display: grid;
}

.admin-email-template {
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  overflow: hidden;
}

.admin-email-template.is-open {
  border-color: #c6d2c6;
  box-shadow: 0 1px 3px #1b432e12;
}

.admin-email-template-toggle {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  display: flex;
}

.admin-email-template-toggle:hover {
  background: #f8faf7;
}

.admin-email-template-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.admin-email-chevron {
  color: #8a9088;
  flex: none;
  transition: transform .15s;
}

.admin-email-template.is-open .admin-email-chevron {
  transform: rotate(90deg);
}

.admin-email-template-title {
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: grid;
}

.admin-email-template-title strong {
  color: var(--forest);
  font-size: 14px;
}

.admin-email-template-title small {
  color: #8a9088;
  font-size: 11px;
}

.admin-email-template-flags {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  display: flex;
}

.admin-email-template-panel {
  border-top: 1px solid #eef1ed;
  gap: 12px;
  padding: 4px 18px 18px;
  display: grid;
}

.admin-email-trigger {
  color: #56604f;
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.admin-email-template input:not([type="checkbox"]), .admin-email-template textarea {
  width: 100%;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 9px 11px;
  font-size: 12px;
}

.admin-email-template .builder-publish-check {
  justify-self: start;
}

.admin-email-template textarea {
  resize: vertical;
  height: min(60vh, 620px);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.admin-email-from-row {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  display: grid;
}

.admin-email-placeholders {
  color: #8a9088;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  display: flex;
}

.admin-email-placeholders code {
  color: #8a6b30;
  background: #f4ecd7;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
}

.admin-email-section-note {
  border-left: 2px solid var(--gold);
  background: #f5f8f4;
  border-radius: 0 4px 4px 0;
  padding: 9px 11px;
  line-height: 1.6;
}

.admin-email-actions {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.admin-email-actions > .button {
  flex: none;
}

.admin-email-test {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.admin-email-test .builder-field {
  min-width: 200px;
}

.admin-email-test-note {
  color: #8a9088;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.admin-email-test-note code {
  background: #f0f2ee;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 10px;
}

@media (max-width: 640px) {
  .admin-email-template-toggle {
    flex-wrap: wrap;
    padding: 13px 14px;
  }

  .admin-email-template-flags {
    flex-basis: 100%;
    justify-content: flex-start;
    padding-left: 28px;
  }

  .admin-email-template-panel {
    padding: 4px 14px 16px;
  }

  .admin-email-template textarea {
    height: 45vh;
  }

  .admin-email-actions, .admin-email-test {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-email-actions .button, .admin-email-test .button {
    justify-content: center;
  }
}

.admin-table-audit .admin-table-head, .admin-table-audit .admin-table-row {
  grid-template-columns: 1.7fr 1fr 1fr .9fr;
}

.admin-table-enrollments .admin-table-head, .admin-table-enrollments .admin-table-row {
  grid-template-columns: 34px 1.3fr .8fr .95fr 1fr .8fr 1.35fr;
}

.admin-table-documents .admin-table-head, .admin-table-documents .admin-table-row {
  grid-template-columns: 1.5fr .85fr 1fr .95fr 1.6fr;
}

.enrollment-docs {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.enrollment-docs-empty {
  color: #a9afa8;
  font-size: 9px;
  font-style: italic;
}

.enrollment-doc-group {
  gap: 1px;
  display: inline-flex;
}

.enrollment-doc-group .enrollment-doc-link:first-child {
  border-radius: 4px 0 0 4px;
}

.enrollment-doc-group .enrollment-doc-link:last-child {
  border-radius: 0 4px 4px 0;
}

.enrollment-doc-link {
  color: var(--forest);
  font: inherit;
  cursor: pointer;
  background: #f2f5f1;
  border: 1px solid #dde3db;
  border-radius: 4px;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.enrollment-doc-link:hover:not(:disabled) {
  background: #e6ece4;
}

.enrollment-doc-link:disabled {
  cursor: default;
  opacity: .6;
}

.enrollment-doc-download {
  border-left: 0;
  padding: 3px 6px;
}

.profile-hero {
  background: #fff;
  border: 1px solid #e4e8e2;
  border-radius: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin-top: 26px;
  padding: 26px 28px;
  display: grid;
}

.profile-hero .avatar, .profile-hero .avatar-upload-trigger {
  width: 92px;
  height: 92px;
  font-size: 26px;
}

.profile-hero .avatar-upload-badge {
  width: 27px;
  height: 27px;
  bottom: 2px;
  right: 2px;
}

.profile-hero-identity {
  min-width: 0;
}

.profile-hero-identity h2 {
  color: var(--forest);
  margin: 0;
  font-size: 23px;
}

.profile-hero-meta {
  border-left: 1px solid #edf0ec;
  gap: 26px;
  margin: 0;
  padding-left: 26px;
  display: flex;
}

.profile-hero-meta dt {
  color: #949a92;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.profile-hero-meta dt svg {
  color: #b39255;
}

.profile-hero-meta dd {
  color: var(--forest);
  letter-spacing: -.02em;
  margin: 6px 0 0;
  font-size: 17px;
  font-weight: 800;
}

.profile-hero-role {
  color: #7d857d;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.profile-hero-headline {
  color: #6e756d;
  margin: 5px 0 0;
  font-size: 12px;
}

.profile-hero-location {
  color: #949a92;
  align-items: center;
  gap: 5px;
  margin: 5px 0 0;
  font-size: 11px;
  display: flex;
}

.profile-hero-location svg {
  color: #b39255;
}

.profile-handle {
  color: #3d6b4d;
  background: #e6efe8;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 9px;
  font-weight: 800;
}

.profile-card {
  background: #fff;
  border: 1px solid #e4e8e2;
  border-radius: 12px;
  max-width: 900px;
  margin-top: 16px;
  padding: 22px 26px;
}

.profile-card-head {
  border-bottom: 1px solid #edf0ec;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
}

.profile-card-head h2 {
  color: var(--forest);
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  display: flex;
}

.profile-card-head h2 svg {
  color: #b39255;
}

.profile-edit-button {
  color: #fff;
  background: var(--forest);
  min-height: 30px;
  font: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.profile-edit-button:hover {
  background: #123b28;
}

.profile-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px 26px;
  margin: 0;
  display: grid;
}

.profile-card-grid > div.full {
  grid-column: 1 / -1;
}

.profile-card-grid dt {
  color: #949a92;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.profile-card-grid dd {
  color: var(--forest);
  overflow-wrap: anywhere;
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.profile-card-form {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px 22px;
  display: grid;
}

.profile-card-form > .application-field.full {
  grid-column: 1 / -1;
}

.profile-card-form .application-field small {
  color: #949a92;
  letter-spacing: normal;
  font-size: 9px;
  font-weight: 500;
}

.profile-card-form textarea {
  resize: vertical;
  min-height: 92px;
}

.profile-card-note, .profile-card-form .form-alert {
  grid-column: 1 / -1;
}

.profile-card-note {
  color: #949a92;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.profile-card-actions {
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
  display: flex;
}

.profile-social-link {
  color: #1877f2;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  display: inline-flex;
}

.profile-social-link:hover {
  text-decoration: underline;
}

@media (max-width: 780px) {
  .profile-hero {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
  }

  .profile-hero .avatar, .profile-hero .avatar-upload-trigger {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }

  .profile-hero-meta {
    border-top: 1px solid #edf0ec;
    border-left: 0;
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 0 0;
  }

  .profile-card {
    padding: 20px;
  }
}

.profile-tabs {
  background: #eef1ec;
  border-radius: 9px;
  flex-wrap: wrap;
  gap: 3px;
  max-width: 900px;
  margin-top: 18px;
  padding: 3px;
  display: flex;
}

.profile-tabs button {
  color: #6e756d;
  min-height: 32px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.profile-tabs button:hover {
  color: var(--forest);
}

.profile-tabs button.active {
  color: var(--forest);
  background: #fff;
  box-shadow: 0 1px 3px #0f23181a;
}

.profile-private-tag {
  color: #7d6a3c;
  letter-spacing: .04em;
  background: #f7f2e2;
  border-radius: 3px;
  margin-left: 6px;
  padding: 1px 5px;
  font-size: 7px;
}

.profile-value-empty {
  font-style: italic;
  color: #adb3ac !important;
}

.profile-documents {
  background: #fff;
  border: 1px solid #e4e8e2;
  border-radius: 12px;
  max-width: 900px;
  margin-top: 16px;
  padding: 22px 26px;
}

.profile-documents h2 {
  color: var(--forest);
  margin: 0;
  font-size: 14px;
}

.profile-documents > p {
  color: #868c85;
  margin: 5px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.profile-document-row {
  border-top: 1px solid #edf0ec;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding-top: 13px;
  display: flex;
}

.profile-document-row strong {
  color: #465048;
  font-size: 11px;
}

.admin-table-roster .admin-table-head, .admin-table-roster .admin-table-row {
  grid-template-columns: 2fr .8fr .65fr .85fr .95fr auto;
}

.admin-table-submissions .admin-table-head, .admin-table-submissions .admin-table-row {
  grid-template-columns: 1.7fr 1.5fr .7fr 1.1fr 1fr auto;
}

.admin-table-submissions .admin-table-row > span > strong {
  color: #465048;
  font-size: 11px;
  display: block;
}

.admin-table-submissions .admin-table-row > span > small {
  color: #9aa099;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  font-size: 9px;
  display: flex;
}

.submissions-filters {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  display: flex;
}

.submissions-filters .roster-search {
  flex: 1;
  min-width: 210px;
  margin: 0;
}

.roster-filter {
  color: #6e756d;
  background: #fff;
  border: 1px solid #d9ddd6;
  border-radius: 7px;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  display: inline-flex;
}

.roster-filter svg {
  color: #b39255;
}

.roster-filter select {
  min-width: 120px;
  color: var(--forest);
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
}

.submissions-chips {
  background: #eef1ec;
  border-radius: 7px;
  gap: 3px;
  padding: 3px;
  display: flex;
}

.submissions-chips button {
  color: #6e756d;
  min-height: 28px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 5px;
  padding: 0 11px;
  font-size: 9px;
  font-weight: 800;
}

.submissions-chips button:hover {
  color: var(--forest);
}

.submissions-chips button.active {
  color: var(--forest);
  background: #fff;
  box-shadow: 0 1px 3px #0f23181a;
}

.submission-kind {
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 8px;
  font-weight: 800;
  display: inline-block;
}

.submission-kind.assignment {
  color: #2c5c3f;
  background: #e2efe5;
}

.submission-kind.quiz {
  color: #7d6a3c;
  background: #f4ead1;
}

.submission-score {
  color: var(--forest);
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.submission-score svg {
  color: #4a8a5e;
}

.submission-score small {
  color: #9aa099;
  font-size: 9px;
  font-weight: 700;
}

.review-split {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .95fr);
  align-items: start;
  gap: 20px;
  margin-top: 24px;
  display: grid;
}

.review-pane {
  min-width: 0;
}

.review-side {
  gap: 14px;
  min-width: 0;
  display: grid;
  position: sticky;
  top: 20px;
}

.review-card {
  background: #fff;
  border: 1px solid #e1e5df;
  padding: 18px 20px;
}

.review-card h2 {
  color: var(--forest);
  margin: 0 0 14px;
  font-size: 14px;
}

.review-card .submission-comments {
  border: 0;
  margin: 0;
  padding: 0;
}

.review-saved {
  color: #8b9389;
  margin: 2px 0 0;
  font-size: 9px;
}

.review-attachment {
  background: #fff;
  border: 1px solid #e1e5df;
}

.review-attachment-head {
  border-bottom: 1px solid #edf0ec;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  display: flex;
}

.review-attachment-head > span {
  color: var(--forest);
  overflow-wrap: anywhere;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.review-attachment img {
  width: 100%;
  height: auto;
  display: block;
}

.review-attachment iframe {
  border: 0;
  width: 100%;
  height: 70vh;
  display: block;
}

.review-attachment .operations-note {
  margin: 0;
  padding: 22px 15px;
}

@media (max-width: 900px) {
  .review-split {
    grid-template-columns: 1fr;
  }

  .review-side {
    position: static;
  }

  .review-attachment iframe {
    height: 55vh;
  }
}

.review-learner {
  color: #868c85;
  margin: 4px 0 16px;
  font-size: 10px;
}

.review-label {
  color: #8b9389;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.review-response {
  background: #f7f8f5;
  border: 1px solid #e4e8e2;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 13px 15px;
}

.review-response p {
  color: #46574a;
  white-space: pre-wrap;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.review-form {
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.review-form button {
  justify-self: start;
}

.review-form small {
  color: #8b9389;
  letter-spacing: normal;
  font-size: 9px;
  font-weight: 500;
}

.review-score {
  color: #46574a;
  margin: 0 0 14px;
  font-size: 12px;
}

.review-score strong {
  color: var(--forest);
}

.quiz-answers {
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.quiz-answers li {
  background: #fff;
  border: 1px solid #e4e8e2;
  border-left-width: 3px;
  border-radius: 5px;
  padding: 12px 15px;
  position: relative;
}

.quiz-answers li.correct {
  border-left-color: #4a8a5e;
}

.quiz-answers li.wrong {
  border-left-color: #c0574c;
}

.quiz-answers li.pending {
  border-left-color: var(--gold);
  background: #fdfaf2;
}

.quiz-answer-prompt {
  color: var(--forest);
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.quiz-answer-given {
  color: #46574a;
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.quiz-answer-given em {
  color: #a9afa8;
}

.quiz-answer-verdict {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 800;
  display: inline-block;
}

.quiz-answers li.correct .quiz-answer-verdict {
  color: #3d7a50;
}

.quiz-answers li.wrong .quiz-answer-verdict {
  color: #b04d43;
}

.quiz-answers li.pending .quiz-answer-verdict {
  color: #8a6f34;
}

.admin-audit-meta {
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  color: #98a09a !important;
}

.admin-bulkbar {
  color: var(--forest);
  background: #eef3ee;
  border: 1px solid #cfe0d3;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 11px 15px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.admin-matrix {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 22px;
}

.admin-matrix-head, .admin-matrix-row {
  grid-template-columns: minmax(0, 2fr) repeat(3, 1fr);
  align-items: center;
  gap: 10px;
  display: grid;
}

.admin-matrix-head {
  color: #989e97;
  letter-spacing: .08em;
  background: #f9faf8;
  border-bottom: 1px solid #e7eae6;
  padding: 13px 18px;
  font-size: 8px;
  font-weight: 800;
}

.admin-matrix-head span:not(:first-child), .admin-matrix-row span:not(:first-child) {
  text-align: center;
}

.admin-matrix-row {
  border-bottom: 1px solid #edf0ec;
  padding: 12px 18px;
}

.admin-matrix-row:last-child {
  border: 0;
}

.admin-matrix-row strong {
  color: #465048;
  font-size: 11px;
  display: block;
}

.admin-matrix-row small {
  color: #a1a79f;
  margin-top: 2px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  display: block;
}

.admin-matrix-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--forest);
  cursor: pointer;
}

.admin-card-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 24px;
  display: grid;
}

.admin-asset-card {
  background: #fff;
  border: 1px solid #e1e5df;
  flex-direction: column;
  gap: 8px;
  padding: 17px;
  display: flex;
}

.admin-asset-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.admin-asset-card h3 {
  color: var(--forest);
  margin: 0;
  font-size: 14px;
}

.admin-asset-card p {
  color: #838b83;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.admin-tag-row {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.admin-tag-row span {
  color: #a58243;
  font-size: 9px;
  font-weight: 700;
}

.admin-asset-foot {
  border-top: 1px solid #eef0ec;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.admin-asset-foot small {
  color: #a4a9a2;
  font-size: 9px;
}

.admin-asset-link {
  color: var(--forest);
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.admin-ticket-list {
  gap: 13px;
  margin-top: 24px;
  display: grid;
}

.admin-ticket {
  background: #fff;
  border: 1px solid #e1e5df;
  padding: 18px;
}

.admin-ticket-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.admin-ticket-head h3 {
  color: var(--forest);
  margin: 0;
  font-size: 14px;
}

.admin-ticket-head small {
  color: #9aa099;
  text-transform: capitalize;
  margin-top: 4px;
  font-size: 9px;
  display: block;
}

.admin-ticket-pills {
  align-items: center;
  gap: 6px;
  display: flex;
}

.admin-ticket-body {
  color: #56604f;
  margin: 13px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.admin-ticket-response {
  color: #46574a;
  background: #f4f6f1;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.5;
}

.admin-ticket .admin-row-actions {
  margin-top: 13px;
}

.admin-breakdown-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 18px;
  display: grid;
}

.admin-breakdown {
  background: #fff;
  border: 1px solid #e1e5df;
  padding: 18px;
}

.admin-breakdown h3 {
  color: var(--forest);
  margin: 0 0 15px;
  font-size: 14px;
}

.admin-breakdown-row {
  color: #56604f;
  text-transform: capitalize;
  grid-template-columns: minmax(80px, .8fr) 1fr auto;
  align-items: center;
  gap: 11px;
  margin-bottom: 11px;
  font-size: 11px;
  display: grid;
}

.admin-breakdown-row strong {
  color: var(--forest);
  font-size: 12px;
}

.admin-bar {
  background: #e5e9e4;
  border-radius: 100px;
  height: 7px;
  overflow: hidden;
}

.admin-bar i {
  background: var(--gold);
  border-radius: inherit;
  min-width: 3px;
  height: 100%;
  display: block;
}

.quick-actions {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}

.quick-action {
  color: var(--forest);
  background: #fff;
  border: 1px solid #e4e6e1;
  align-items: center;
  gap: 11px;
  padding: 16px;
  display: flex;
}

.quick-action:hover {
  background: #f7faf6;
  border-color: #c6d2c6;
}

.quick-action svg {
  color: var(--forest);
  flex: none;
}

.quick-action strong {
  font-size: 12px;
  display: block;
}

.quick-action small {
  color: #8a9088;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.roster-search {
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 6px;
  align-items: center;
  gap: 9px;
  max-width: 360px;
  margin-top: 22px;
  padding: 0 12px;
  display: flex;
}

.roster-search svg {
  color: #96a096;
}

.roster-search input {
  width: 100%;
  min-height: 40px;
  font: inherit;
  color: var(--forest);
  background: none;
  border: 0;
  outline: none;
  font-size: 12px;
}

.roster-learner {
  align-items: center;
  gap: 10px;
  display: flex;
}

.roster-learner .workspace-avatar {
  flex: none;
}

.gradebook-course-select {
  color: var(--forest);
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 6px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  display: inline-flex;
}

.gradebook-course-select svg {
  color: #96a096;
}

.gradebook-course-select select {
  min-height: 38px;
  font: inherit;
  color: var(--forest);
  background: none;
  border: 0;
  outline: none;
  font-size: 12px;
  font-weight: 700;
}

.gradebook-scroll {
  background: #fff;
  border: 1px solid #e1e5df;
  margin-top: 22px;
  overflow-x: auto;
}

.gradebook-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}

.gradebook-table th, .gradebook-table td {
  text-align: center;
  border-bottom: 1px solid #edf0ec;
  padding: 11px 13px;
}

.gradebook-table thead th {
  color: #989e97;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  background: #f9faf8;
  font-size: 8px;
  font-weight: 800;
}

.gradebook-table thead th small {
  color: #b6bbb2;
  margin-top: 2px;
  font-weight: 700;
  display: block;
}

.gradebook-corner, .gradebook-learner {
  text-align: left !important;
}

.gradebook-learner strong {
  color: #465048;
  font-size: 11px;
  display: block;
}

.gradebook-learner small {
  color: #9aa099;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.gradebook-cell button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}

.gradebook-cell.empty {
  color: #c2c7bf;
}

.gradebook-cell.pending button {
  color: #a17e40;
  background: #f6edd9;
  border-color: #e6d3a6;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.gradebook-cell.graded button {
  color: var(--forest);
  background: #e6f0e7;
}

.gradebook-cell.graded small {
  color: #7f9a82;
  font-weight: 600;
}

.gradebook-cell.average {
  color: var(--forest);
  font-weight: 800;
}

.builder-stage {
  margin-top: 14px;
}

.course-tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  display: flex;
}

.course-tab {
  color: #5c6a5e;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e5df;
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  transition: border-color .18s, color .18s, box-shadow .18s;
  display: inline-flex;
}

.course-tab svg {
  color: #9aa89c;
  flex: none;
}

.course-tab:hover {
  color: var(--forest);
  border-color: #bfd0c0;
}

.course-tab.active {
  color: var(--forest);
  border-color: var(--forest);
  box-shadow: inset 0 -2px 0 var(--forest);
}

.course-tab.active svg {
  color: var(--forest);
}

.course-tab .status-pill {
  min-height: 20px;
  padding: 0 7px;
  font-size: 7px;
}

.builder-new-course {
  background: #fff;
  border: 1px solid #e4e6e1;
  gap: 8px;
  padding: 16px;
  display: grid;
}

.builder-new-course input, .builder-new-course textarea, .builder-inline-form input, .builder-lesson-form input, .builder-lesson-form select, .builder-lesson-form textarea, .builder-assignment-form input, .builder-assignment-form textarea, .builder-field input {
  width: 100%;
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
}

.builder-new-course textarea, .builder-lesson-form textarea, .builder-assignment-form textarea {
  resize: vertical;
  min-height: 56px;
}

.builder-canvas {
  background: #fff;
  border: 1px solid #e1e5df;
  min-width: 0;
  padding: 26px 28px 30px;
}

.builder-course-head {
  border-bottom: 1px solid #edf0ec;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  display: flex;
}

.builder-course-head h2 {
  color: var(--forest);
  margin: 0;
  font-size: 20px;
}

.builder-course-head small {
  color: #9aa099;
  font-size: 10px;
}

.builder-section-label {
  color: #7c8a7e;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  margin: 22px 0 12px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}

.builder-section-label svg {
  color: var(--forest);
}

.builder-banner-picker {
  background: #f8f9f6;
  border: 1px solid #e3e6e1;
  border-radius: 6px;
  max-width: 420px;
  margin-top: 10px;
  padding: 16px;
}

.builder-banner-current {
  max-width: 260px;
  margin-bottom: 10px;
}

.builder-banner-current .catalog-image {
  height: 100px;
}

.builder-banner-hint {
  color: #7c857c;
  margin: 0 0 12px;
  font-size: 10px;
  line-height: 1.5;
}

.builder-banner-presets {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.builder-banner-swatch {
  color: #fff;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.builder-banner-swatch.active {
  border-color: var(--forest);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--forest);
}

.builder-banner-swatch:disabled {
  opacity: .6;
  cursor: default;
}

.builder-inline-form .builder-phase-number {
  text-align: center;
  flex: 0 0 56px;
  min-width: 56px;
}

.builder-lesson-drivelink {
  color: #2f6b46;
  background: #eaf2ec;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.builder-lesson-actions-inline {
  align-items: center;
  gap: 8px;
  display: flex;
}

.header-search {
  position: relative;
}

.header-search-panel {
  z-index: 40;
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 8px;
  width: 320px;
  max-height: 420px;
  padding: 12px;
  position: absolute;
  top: 42px;
  right: -8px;
  overflow-y: auto;
  box-shadow: 0 14px 36px #0f231829;
}

.header-search-panel input {
  color: #183b29;
  outline-color: var(--gold);
  width: 100%;
  min-height: 38px;
  font: inherit;
  background: #f6f7f2;
  border: 1px solid #dfe4de;
  border-radius: 5px;
  padding: 0 11px;
  font-size: 12px;
}

.header-search-note {
  color: #8a9088;
  margin: 12px 4px 4px;
  font-size: 11px;
}

.header-search-group {
  margin-top: 12px;
}

.header-search-group small {
  color: #9a9f98;
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  margin: 0 4px 6px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}

.header-search-group button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 5px;
  width: 100%;
  padding: 8px 9px;
  display: block;
}

.header-search-group button:hover {
  background: #f2f5f0;
}

.header-search-group button strong {
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.header-search-group button span {
  color: #8a9088;
  margin-top: 2px;
  font-size: 10px;
  display: block;
}

@media (max-width: 640px) {
  .header-search-panel {
    width: auto;
    position: fixed;
    top: 67px;
    left: 10px;
    right: 10px;
  }
}

.builder-module {
  background: #f8faf7;
  border: 1px solid #e4e9e2;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 14px;
}

.builder-module-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.builder-module-head strong {
  color: var(--forest);
  font-size: 13px;
}

.builder-module-actions {
  align-items: center;
  gap: 7px;
  display: flex;
}

.builder-lesson-list {
  gap: 5px;
  margin: 11px 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.builder-lesson-list li {
  color: #4c5b50;
  background: #fff;
  border: 1px solid #e8ece6;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  font-size: 11px;
  display: flex;
}

.builder-lesson-list li span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.builder-lesson-list li em {
  color: #a58243;
  text-transform: uppercase;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.builder-lesson-list li.builder-empty {
  color: #a0a59e;
  justify-content: flex-start;
  font-style: italic;
}

.builder-lesson-toggle {
  color: #6f7d71;
  font: inherit;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 9px;
  font-weight: 800;
}

.builder-add-lesson {
  color: var(--forest);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.builder-inline-form {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.builder-inline-form input {
  flex: 1;
  min-width: 180px;
}

.builder-lesson-form, .builder-assignment-form {
  gap: 8px;
  margin-top: 8px;
  display: grid;
}

.builder-lesson-row {
  grid-template-columns: 1fr auto;
  gap: 8px;
  display: grid;
}

.builder-lesson-actions {
  gap: 7px;
  display: flex;
}

.builder-field {
  color: #4c5b50;
  text-transform: uppercase;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}

.builder-error {
  color: #b0392c;
  font-size: 10px;
  font-weight: 700;
}

.button-compact.full {
  width: 100%;
}

.builder-item-list {
  gap: 6px;
  margin-bottom: 10px;
  display: grid;
}

.builder-item {
  background: #f8faf7;
  border: 1px solid #e4e9e2;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  display: flex;
}

.builder-item strong {
  color: var(--forest);
  font-size: 12px;
  display: block;
}

.builder-item small {
  color: #90968e;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.builder-item-actions {
  align-items: center;
  gap: 6px;
  display: flex;
}

.builder-item-actions button {
  color: #647065;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 5px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.builder-item-actions button:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.builder-item-actions .builder-danger:hover, .builder-danger:hover {
  color: #b0392c;
}

.builder-empty-note {
  color: #a0a59e;
  margin: 0 0 8px;
  font-size: 11px;
  font-style: italic;
}

.builder-quiz-form {
  background: #f8faf7;
  border: 1px solid #e4e9e2;
  border-radius: 6px;
  gap: 10px;
  margin: 6px 0 10px;
  padding: 15px;
  display: grid;
}

.builder-quiz-form > input {
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
}

.builder-question {
  background: #fff;
  border: 1px solid #e8ece6;
  border-radius: 5px;
  gap: 14px;
  padding: 12px;
  display: grid;
}

.builder-question-head {
  color: #7c8a7e;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.builder-question-head button {
  color: #647065;
  cursor: pointer;
  background: none;
  border: 0;
}

.builder-question > input {
  outline-color: var(--gold);
  min-height: 36px;
  font: inherit;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 7px 9px;
  font-size: 12px;
}

.builder-choice {
  align-items: center;
  gap: 8px;
  display: flex;
}

.builder-choice input[type="radio"] {
  accent-color: var(--forest);
  flex: none;
}

.builder-choice-text {
  outline-color: var(--gold);
  min-height: 32px;
  font: inherit;
  border: 1px solid #d7ddd4;
  border-radius: 4px;
  flex: 1;
  padding: 6px 9px;
  font-size: 12px;
}

.builder-choice .builder-danger {
  color: #a3a89f;
  cursor: pointer;
  background: none;
  border: 0;
}

.builder-publish-check {
  color: #4c5b50;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.builder-publish-check input {
  accent-color: var(--forest);
}

.analytics-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
  gap: 14px;
  margin-top: 18px;
  display: grid;
}

.at-risk-list {
  gap: 9px;
  display: grid;
}

.at-risk-row {
  background: #fcf8f0;
  border: 1px solid #eaddc2;
  border-radius: 6px;
  gap: 6px;
  padding: 12px;
  display: grid;
}

.at-risk-row strong {
  color: var(--forest);
  font-size: 12px;
}

.at-risk-row small {
  color: #9aa099;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.at-risk-meta {
  color: #8a6a1f;
  gap: 12px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.at-risk-reasons {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.at-risk-reasons span {
  color: #8a3a1f;
  background: #f6e2d6;
  border-radius: 100px;
  padding: 2px 7px;
  font-size: 8px;
  font-weight: 800;
}

.program-card-live {
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 4px;
  display: flex;
}

.program-card-live span {
  opacity: .85;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.program-card-live span.muted {
  opacity: .6;
}

.webinar-grid {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 16px;
  margin-top: 34px;
  display: grid;
}

.webinar-card {
  background: #fff;
  border: 1px solid #dfe3dc;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  display: flex;
}

.webinar-card.filling-fast {
  background: #fdf6f0;
  border-color: #e2b48a;
}

.webinar-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.webinar-seats {
  color: var(--forest);
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.webinar-card h3 {
  color: var(--forest);
  margin: 0;
  font-size: 18px;
}

.webinar-card p {
  color: #6f776e;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.webinar-card small {
  color: #9f8656;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.webinar-card .button {
  margin-top: auto;
}

.webinar-register-form {
  gap: 10px;
  display: grid;
}

.webinar-register-form input {
  color: #183b29;
  outline-color: var(--gold);
  width: 100%;
  min-height: 42px;
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 9px 11px;
  font-size: 13px;
}

.blog-hero {
  padding-bottom: 0;
}

.academy-blog-section, .news-section {
  padding-top: 60px;
}

.news-section {
  border-top: 1px solid #e4e6e1;
  padding-top: 20px;
}

.blog-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  display: grid;
}

.blog-card {
  color: inherit;
  background: #fff;
  border: 1px solid #dfe3dc;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .15s, transform .15s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  border-color: var(--forest);
  transform: translateY(-2px);
}

.blog-card-cover {
  background-color: #eef1ea;
  background-position: center;
  background-size: cover;
  height: 150px;
}

.blog-card-body {
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  display: flex;
}

.blog-card-body h3 {
  color: var(--forest);
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.3;
}

.blog-card-body p {
  color: #6f776e;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.blog-card-body small {
  color: #9aa099;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 6px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.news-card:hover .blog-card-body h3 {
  color: #8a6a2c;
}

.blog-post {
  max-width: 720px;
}

.blog-back {
  color: #6d726d;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.blog-post-cover {
  background-color: #eef1ea;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  height: 320px;
  margin-bottom: 22px;
}

.blog-post article h1 {
  color: var(--forest);
  margin: 12px 0 10px;
  font-size: 36px;
  line-height: 1.15;
}

.blog-post-meta {
  color: #9aa099;
  align-items: center;
  gap: 6px;
  margin: 0 0 28px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.blog-post-body {
  color: #38443b;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 1.85;
}

.modal-backdrop {
  z-index: 60;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0f231885;
  place-items: center;
  padding: 20px;
  animation: .2s enrollment-sent-fade;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal-panel {
  background: #fbfbf7;
  border: 1px solid #e2e6da;
  border-radius: 12px;
  width: min(30rem, 100%);
  max-height: 90vh;
  padding: 34px 32px 30px;
  animation: .22s enrollment-sent-pop;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 18px 46px #0f231847;
}

.modal-panel:not(.program-modal) {
  text-align: center;
}

.modal-panel:not(.program-modal) h2 {
  color: var(--forest);
  letter-spacing: -.02em;
  margin: 0 0 12px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 26px;
  line-height: 1.12;
}

.modal-panel:not(.program-modal) h2 em {
  color: #b39255;
  font-style: italic;
}

.modal-panel .webinar-register-form {
  text-align: left;
}

@media (max-width: 640px) {
  .modal-panel.program-modal {
    max-height: 88vh;
  }

  .modal-panel.program-modal .access-copy {
    padding: 46px 24px 28px;
  }

  .modal-panel.program-modal .access-price {
    min-height: auto;
    padding: 40px 24px 32px;
  }

  .modal-panel.program-modal .price-sticker {
    border-radius: 999px;
    width: max-content;
    height: auto;
    margin: 0 0 16px;
    padding: 8px 14px;
    position: static;
    transform: none;
  }

  .modal-panel.program-modal .price {
    font-size: 42px;
  }
}

.toast-stack {
  z-index: 90;
  gap: 9px;
  width: min(360px, 100vw - 40px);
  display: grid;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.toast {
  color: #fff;
  background: #23392a;
  border-radius: 8px;
  align-items: flex-start;
  gap: 9px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.5;
  animation: .18s toast-in;
  display: flex;
  box-shadow: 0 10px 26px #0f23184d;
}

.toast svg {
  flex: none;
  margin-top: 1px;
}

.toast span {
  flex: 1;
}

.toast button {
  color: #ffffffb3;
  cursor: pointer;
  background: none;
  border: 0;
  flex: none;
  padding: 0;
}

.toast button:hover {
  color: #fff;
}

.toast-success {
  background: #1d3a26;
}

.toast-success svg {
  color: #6fbf82;
}

.toast-error {
  background: #3a2320;
}

.toast-error svg {
  color: #e8917f;
}

.toast-info {
  background: #23303a;
}

.toast-info svg {
  color: #7fb0e8;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-panel.confirm-modal {
  width: min(26rem, 100%);
}

.confirm-icon {
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  display: grid;
}

.confirm-icon.danger {
  color: #a83f32;
  background: #fbe6e2;
}

.confirm-icon:not(.danger) {
  color: var(--forest);
  background: #e6f0e7;
}

.confirm-actions {
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  display: flex;
}

.confirm-actions .button {
  min-width: 110px;
}

.button-danger-solid {
  color: #fff;
  cursor: pointer;
  background: #a83f32;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 800;
  transition: background .2s;
  display: inline-flex;
}

.button-danger-solid:hover {
  background: #8f3327;
}

.password-input {
  display: block;
  position: relative;
}

.password-input input {
  width: 100%;
  padding-right: 38px;
}

.password-input button {
  color: #8a9088;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 5px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.password-input button:hover {
  color: var(--forest);
  background: #f0f3ee;
}

.image-crop-modal {
  text-align: left;
  width: min(24rem, 100%);
}

.image-crop-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.image-crop-header h3 {
  color: var(--forest);
  margin: 0;
  font-size: 16px;
}

.image-crop-close {
  color: #7b877d;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.image-crop-close:hover {
  color: var(--forest);
  background: #eef1ea;
}

.image-crop-viewport {
  touch-action: none;
  cursor: grab;
  background: #1b231b;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-crop-viewport:active {
  cursor: grabbing;
}

.image-crop-img {
  transform-origin: center;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.image-crop-mask {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.image-crop-zoom {
  color: #7b877d;
  align-items: center;
  gap: 10px;
  margin: 16px 0 6px;
  display: flex;
}

.image-crop-zoom input[type="range"] {
  flex: 1;
}

.image-crop-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.modal-close {
  z-index: 5;
  color: #7b877d;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  place-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal-close:hover {
  color: var(--forest);
  background: #eef1ea;
}

.modal-panel.program-modal {
  border-radius: 14px;
  width: min(64rem, 100%);
  padding: 0;
  overflow: hidden auto;
}

.modal-panel.program-modal .access-section {
  min-height: auto;
}

.modal-panel.program-modal .modal-close {
  color: #fff;
  background: #0f231859;
}

.modal-panel.program-modal .modal-close:hover {
  background: #0f23188c;
}

.builder-course-controls {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  display: flex;
}

.builder-wide-workspace {
  gap: 18px;
  width: 100%;
  margin-top: 22px;
  display: grid;
}

.builder-category-create {
  background: #fff;
  border: 1px solid #e1e5df;
  grid-template-columns: auto minmax(180px, 1fr) minmax(220px, 1.5fr) 150px auto;
  align-items: center;
  gap: 10px;
  padding: 16px;
  display: grid;
}

.builder-category-create input, .builder-category-create textarea, .builder-category-create select, .builder-module-form input, .builder-module-form textarea, .builder-module-form select {
  width: 100%;
  min-height: 38px;
  color: var(--forest);
  font: inherit;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
}

.builder-category-card {
  background: #fff;
  border: 1px solid #dfe5dd;
  overflow: hidden;
}

.builder-category-card > header {
  color: #fff;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  padding: 22px;
  display: flex;
}

.builder-category-card header small {
  color: #e1c37f;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 800;
}

.builder-category-card header h2 {
  margin: 5px 0;
  font-size: 23px;
}

.builder-category-card header p {
  color: #e2ece2;
  margin: 0;
  font-size: 12px;
}

.builder-category-body {
  gap: 12px;
  padding: 16px;
  display: grid;
}

.builder-category-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.builder-header-card {
  background: #f7f9f6;
  border: 1px solid #e1e7df;
  border-left: 4px solid #cfad63;
  padding: 14px;
}

.builder-content-module {
  background: #fff;
  border: 1px solid #e5eae4;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
  padding: 10px;
  display: flex;
}

.builder-content-module > span {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.builder-content-module small {
  color: #8a9288;
  text-transform: capitalize;
}

.builder-module-form {
  background: #fff;
  border: 1px dashed #c6d2c6;
  gap: 8px;
  margin-top: 10px;
  padding: 12px;
  display: grid;
}

@media (max-width: 780px) {
  .builder-category-create {
    grid-template-columns: 1fr;
  }

  .builder-content-module {
    flex-direction: column;
    align-items: start;
  }
}

.builder-add-category {
  justify-self: start;
}

.modal-panel.category-customizer {
  text-align: left;
  width: min(34rem, 100%);
}

.modal-panel.category-customizer h3 {
  text-align: left;
}

.category-card-preview {
  color: #fff;
  background: #1b432e;
  border-radius: 8px;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 22px;
  display: flex;
}

.category-card-preview > strong {
  opacity: .55;
  font-size: 22px;
  font-weight: 800;
}

.category-card-preview small {
  color: #e1c37f;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 800;
}

.category-card-preview h2 {
  margin: 4px 0;
  font-size: 19px;
}

.category-card-preview p {
  color: #e2ece2;
  margin: 0;
  font-size: 12px;
}

.category-style-picks {
  gap: 8px;
  margin: 4px 0 14px;
  display: flex;
}

.category-style {
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  font: inherit;
  border: 2px solid #0000;
  border-radius: 6px;
  flex: 1;
  padding: 9px;
  font-size: 12px;
  font-weight: 650;
}

.category-style.forest {
  background: #1b432e;
}

.category-style.gold {
  background: #b58b3d;
}

.category-style.ocean {
  background: #31556e;
}

.category-style.active {
  border-color: var(--forest);
  box-shadow: inset 0 0 0 2px #fff;
}

.announce-form {
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  gap: 10px;
  width: 100%;
  max-width: 620px;
  margin-top: 18px;
  padding: 20px;
  display: grid;
}

.announce-form select, .announce-form input, .announce-form textarea {
  width: 100%;
  min-height: 38px;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
}

.announce-form textarea {
  resize: vertical;
}

.announce-form-foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.announce-list {
  gap: 13px;
  margin-top: 24px;
  display: grid;
}

.announce-card {
  background: #fff;
  border: 1px solid #e1e5df;
  padding: 18px;
}

.announce-card.pinned {
  background: #fdfaf2;
  border-color: #d9c78a;
}

.announce-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.announce-head small {
  color: #9f8656;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
}

.announce-head h3 {
  color: var(--forest);
  align-items: center;
  gap: 6px;
  margin: 5px 0 0;
  font-size: 15px;
  display: flex;
}

.announce-head h3 svg {
  color: #b0862f;
}

.announce-meta {
  color: #9aa099;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  display: inline-flex;
}

.announce-meta button {
  color: #a3a89f;
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  display: grid;
}

.announce-card > p {
  color: #56604f;
  white-space: pre-wrap;
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.forum-count {
  color: #896a32;
  vertical-align: middle;
  background: #efe1c4;
  border-radius: 999px;
  place-items: center;
  min-width: 22px;
  height: 20px;
  margin-left: 8px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  display: inline-grid;
}

.forum-toolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.forum-toolbar select {
  min-height: 38px;
  color: var(--forest);
  font: inherit;
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 6px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
}

.forum-sort-toggle {
  color: #56604f;
  min-height: 32px;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.forum-sort-toggle:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.forum-sort-toggle svg {
  color: #9aa099;
}

.forum-list {
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 8px;
  margin-top: 14px;
  overflow: hidden;
}

.forum-row {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #edf0ec;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  display: flex;
}

.forum-row:last-child {
  border-bottom: 0;
}

.forum-row:hover {
  background: #f7faf6;
}

.forum-row-thumb {
  object-fit: cover;
  border: 1px solid #e6e9e4;
  border-radius: 6px;
  flex: none;
  width: 52px;
  height: 52px;
}

.forum-avatar {
  width: 36px;
  height: 36px;
  color: var(--forest);
  background: #d5c0a1 center / cover no-repeat;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  display: grid;
}

.forum-thread .forum-avatar, .forum-post-head .forum-avatar {
  width: 30px;
  height: 30px;
  font-size: 10px;
}

.forum-row-main {
  flex: 1;
  min-width: 0;
}

.forum-row-main small {
  color: #9f8656;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.forum-row-main strong {
  color: var(--forest);
  align-items: center;
  gap: 5px;
  margin: 4px 0 9px;
  font-size: 13px;
  display: flex;
}

.forum-row-main strong svg {
  color: #b0862f;
  flex: none;
}

.forum-row-stats {
  color: #9aa099;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  display: flex;
}

.forum-avatar-stack {
  flex: none;
  display: flex;
}

.forum-avatar-stack .forum-avatar {
  border: 2px solid #fff;
  width: 22px;
  height: 22px;
  margin-left: -7px;
  font-size: 8px;
}

.forum-avatar-stack .forum-avatar:first-child {
  margin-left: 0;
}

.forum-role-tag {
  color: #6a5320;
  text-transform: uppercase;
  background: #f1e5c8;
  border-radius: 100px;
  padding: 1px 6px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.forum-back {
  color: var(--forest);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.forum-thread {
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 10px;
  padding: 22px;
}

.forum-thread-top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.forum-thread-identity {
  align-items: center;
  gap: 10px;
  display: flex;
}

.forum-thread-source-block {
  gap: 3px;
  display: grid;
}

.forum-thread-source {
  color: #9f8656;
  letter-spacing: .03em;
  font-size: 10px;
  font-weight: 800;
}

.forum-thread-title {
  color: var(--forest);
  letter-spacing: -.02em;
  margin: 13px 0 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
}

.forum-flair-row {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
  display: flex;
}

.forum-flair {
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.forum-flair.pinned {
  color: #8a6f34;
  background: #f1e5c8;
}

.forum-flair.locked {
  color: #526059;
  background: #e7ece7;
}

.forum-audience-field {
  color: #4c5b50;
  text-transform: uppercase;
  gap: 5px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}

.forum-audience-field span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.forum-audience-field span svg {
  color: #b0862f;
}

.forum-audience-note {
  color: #8a6f34;
  align-items: center;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.forum-mod-actions {
  flex: none;
  gap: 6px;
  display: flex;
}

.forum-mod-actions button {
  color: #647065;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 5px;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}

.forum-mod-actions button:hover {
  color: var(--forest);
  border-color: #c1cec2;
}

.forum-thread-body {
  color: #56604f;
  white-space: pre-wrap;
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.forum-post-image {
  object-fit: cover;
  border: 1px solid #e6e9e4;
  border-radius: 8px;
  width: 100%;
  max-height: 440px;
  margin-top: 14px;
  display: block;
}

.forum-post .forum-post-image {
  max-height: 320px;
  margin-top: 9px;
}

.forum-thread-actions {
  border-top: 1px solid #edf0ec;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
}

.forum-stat {
  color: #767d76;
  font: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

button.forum-stat {
  cursor: pointer;
}

button.forum-stat:hover, button.forum-stat.active {
  color: var(--forest);
}

button.forum-stat.active svg {
  fill: currentColor;
}

.forum-posts-toolbar {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.forum-posts-toolbar > span {
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}

.forum-posts-toolbar select {
  color: #56604f;
  min-height: 32px;
  font: inherit;
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 6px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 700;
}

.forum-posts {
  gap: 9px;
  margin-top: 12px;
  display: grid;
}

.forum-post {
  background: #fff;
  border: 1px solid #e8ece6;
  border-radius: 5px;
  padding: 13px 16px;
}

.forum-post-head {
  align-items: center;
  gap: 8px;
  display: flex;
}

.forum-post-head strong {
  color: var(--forest);
  font-size: 11px;
}

.forum-post-head span {
  color: #a0a59e;
  font-size: 9px;
}

.forum-post-actions {
  gap: 8px;
  margin-left: auto;
  display: flex;
}

.forum-post-actions button {
  color: #a3a89f;
  cursor: pointer;
  background: none;
  border: 0;
}

.forum-post-actions button:hover {
  color: var(--forest);
}

.forum-post p {
  color: #56604f;
  white-space: pre-wrap;
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.forum-post-edit {
  gap: 8px;
  margin-top: 7px;
  display: grid;
}

.forum-post-edit textarea {
  width: 100%;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  resize: vertical;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 5px;
  padding: 9px 11px;
  font-size: 12px;
}

.forum-attach-button {
  color: #56604f;
  font: inherit;
  cursor: pointer;
  background: #f3f5f2;
  border: 1px dashed #cdd7cc;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.forum-attach-button:hover {
  color: var(--forest);
  border-color: #b7c3b8;
}

.forum-attach-button:disabled {
  opacity: .6;
  cursor: default;
}

.forum-attach-preview {
  display: inline-block;
  position: relative;
}

.forum-attach-preview img {
  object-fit: cover;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  width: 64px;
  height: 64px;
  display: block;
}

.forum-attach-preview button {
  color: #fff;
  cursor: pointer;
  background: #4c564d;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  display: grid;
  position: absolute;
  top: -6px;
  right: -6px;
}

.forum-reply-trigger {
  color: #9aa099;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9ded7;
  border-radius: 999px;
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 12px;
}

.forum-reply-trigger:hover {
  color: #767d76;
  border-color: #c1cec2;
}

.forum-reply {
  margin-top: 16px;
}

.forum-reply textarea {
  width: 100%;
  color: var(--forest);
  outline-color: var(--gold);
  font: inherit;
  resize: vertical;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 12px;
}

.forum-reply-foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  display: flex;
}

@media (max-width: 780px) {
  .quick-actions {
    grid-template-columns: 1fr;
  }

  .course-tabs {
    flex-direction: column;
  }

  .course-tab {
    justify-content: space-between;
  }

  .announce-form {
    width: 100%;
  }

  .admin-table-head {
    display: none;
  }

  .admin-table-row {
    gap: 6px;
    grid-template-columns: 1fr !important;
  }

  .admin-matrix-head, .admin-matrix-row {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, 1fr);
  }
}

.impersonation-bar {
  color: #4a3410;
  background: #f3e2b8;
  border-bottom: 1px solid #e0c98a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  font-size: 12px;
  display: flex;
}

.impersonation-bar span {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.impersonation-bar button {
  color: #fff;
  font: inherit;
  cursor: pointer;
  background: #8a6a1f;
  border: 0;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
}

.impersonation-bar button:hover {
  background: #6f5417;
}

.admin-table-row.expanded {
  background: #f6f8f4;
  border-bottom-color: #dbe4da;
}

.admin-user-detail {
  background: #f6f8f4;
  border-bottom: 1px solid #edf0ec;
  padding: 20px 22px 24px;
}

.admin-detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  display: grid;
}

.admin-user-detail h4 {
  color: var(--forest);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 11px;
  font-weight: 800;
}

.admin-user-detail section {
  min-width: 0;
}

.admin-detail-profile {
  gap: 14px;
  margin-bottom: 13px;
  display: flex;
}

.admin-avatar-preview {
  color: #8a6b30;
  width: 52px;
  height: 52px;
  font: inherit;
  text-transform: uppercase;
  cursor: pointer;
  background: #d8bf84 center / cover no-repeat;
  border: 0;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 18px;
  font-weight: 800;
  display: grid;
  position: relative;
}

.admin-avatar-preview:disabled {
  cursor: default;
  opacity: .6;
}

.admin-avatar-edit {
  color: #fff;
  background: var(--forest);
  border: 2px solid #f6f8f4;
  border-radius: 50%;
  place-items: center;
  width: 20px;
  height: 20px;
  display: grid;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.avatar, .workspace-avatar {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-upload {
  flex: none;
  position: relative;
}

.avatar-upload-trigger {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  border: 0;
  padding: 0;
  position: relative;
}

.avatar-upload-trigger:disabled {
  cursor: default;
  opacity: .6;
}

.avatar-upload-badge {
  color: #fff;
  background: var(--forest);
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.avatar-upload-error {
  color: #b0392c;
  width: max-content;
  max-width: 220px;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
}

.admin-field-grid {
  flex: 1;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-width: 0;
  display: grid;
}

.admin-field-grid label, .admin-detail-rows > div {
  color: #6a726a;
  letter-spacing: .04em;
  text-transform: uppercase;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}

.admin-field-grid input {
  color: #183b29;
  outline-color: var(--gold);
  min-height: 34px;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 500;
}

.admin-detail-rows {
  gap: 11px;
  margin-bottom: 14px;
  display: grid;
}

.admin-detail-rows > div {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.admin-detail-rows strong {
  color: var(--forest);
  text-transform: none;
  letter-spacing: normal;
  font-size: 11px;
  font-weight: 700;
}

.admin-detail-rows select {
  color: #183b29;
  min-height: 32px;
  font: inherit;
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 12px;
}

.admin-detail-courses {
  margin-top: 22px;
}

.admin-enroll-list {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 8px;
  display: grid;
}

.admin-enroll-row {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  grid-template-columns: 18px 1fr 16px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: grid;
}

.admin-enroll-row.on {
  background: #eef5ef;
  border-color: #bcd3c1;
}

.admin-enroll-row input {
  accent-color: var(--forest);
}

.admin-enroll-row strong {
  color: var(--forest);
  font-size: 11px;
  display: block;
}

.admin-enroll-row small {
  color: #939a92;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.admin-enroll-row svg {
  color: #a8874d;
}

.admin-bulk-enroll {
  align-items: center;
  gap: 6px;
  margin-left: auto;
  display: inline-flex;
}

.admin-bulk-enroll select {
  color: #183b29;
  min-height: 30px;
  font: inherit;
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 11px;
}

.auth-error {
  color: #a83f32;
  background: #fdf0ee;
  border: 1px solid #e9b8b1;
  border-radius: 4px;
  margin: -4px 0 0;
  padding: 10px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.growth-legend {
  color: #5f6a60;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.growth-legend span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.growth-legend i {
  border-radius: 3px;
  width: 10px;
  height: 10px;
}

.growth-chart {
  border-bottom: 1px solid #e1e5df;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
  height: 170px;
  padding-top: 6px;
  display: grid;
}

.growth-col {
  text-align: center;
  grid-template-rows: 1fr auto;
  height: 100%;
  display: grid;
}

.growth-bars {
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  height: 100%;
  display: flex;
}

.growth-bars i {
  border-radius: 4px 4px 0 0;
  width: 16px;
  min-height: 2px;
}

.growth-col small {
  color: #7b877d;
  padding: 6px 0 4px;
  font-size: 10px;
  font-weight: 700;
}

.pending-approval-row {
  color: #2c4133;
  background: #f6f7f2;
  border: 1px solid #e1e5df;
  border-radius: 6px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.pending-approval-row:hover {
  border-color: #b7c6b6;
}

.pending-approval-row svg {
  color: #7b877d;
}

.pending-approval-row span {
  flex: 1;
}

.zero-badge {
  color: #7b877d;
  background: #e9ece6;
  border-radius: 999px;
  margin-left: auto;
  padding: 2px 8px;
  font-size: 10px;
}

.program-modal-next, .program-modal-mobile-cta {
  display: none;
}

.program-modal-blocked-note {
  color: #f7ecd2;
  background: #ffffff14;
  border: 1px solid #d4bd7f66;
  border-radius: 8px;
  align-items: center;
  max-width: max-content;
  margin: 0;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

@media (max-width: 480px) {
  .modal-panel.program-modal .access-section {
    display: block;
  }

  .modal-panel.program-modal .mobile-step-copy .access-price, .modal-panel.program-modal .mobile-step-price .access-copy, .modal-panel.program-modal .program-modal-desktop-cta {
    display: none;
  }

  .modal-panel.program-modal .program-modal-next {
    display: inline-flex;
  }

  .modal-panel.program-modal .program-modal-mobile-cta {
    justify-items: start;
    gap: 10px;
    margin-top: 22px;
    display: grid;
  }

  .modal-panel.program-modal .program-modal-back {
    color: #6b7a6d;
    font: inherit;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 750;
  }
}

.builder-editor-page-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 34px 36px;
}

.builder-editor-page-body.wide {
  max-width: 900px;
}

.builder-editor-section {
  background: #fbfcfa;
  border: 1px solid #e6e9e3;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 20px 22px;
}

.builder-editor-section:last-of-type {
  margin-bottom: 0;
}

.builder-editor-section-title {
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.builder-editor-form {
  gap: 18px;
  margin-top: 8px;
  display: grid;
}

.rich-text-editor {
  background: #fff;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  overflow: hidden;
}

.rich-text-toolbar {
  background: #f7faf6;
  border-bottom: 1px solid #e4e9e2;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  padding: 6px;
  display: flex;
}

.rich-text-tool {
  color: #4c5b50;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 4px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.rich-text-tool:hover:not(:disabled) {
  background: #e9efe7;
}

.rich-text-tool.active {
  color: var(--forest);
  background: #e0ebe2;
  border-color: #c8d8c9;
}

.rich-text-tool:disabled {
  opacity: .35;
  cursor: default;
}

.rich-text-tool-divider {
  background: #dde3dc;
  width: 1px;
  height: 18px;
  margin: 0 4px;
}

.rich-text-content {
  min-height: 110px;
  max-height: 420px;
  color: var(--forest);
  outline: none;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.6;
  overflow-y: auto;
}

.rich-text-content p {
  margin: 0 0 8px;
}

.rich-text-content p:last-child {
  margin-bottom: 0;
}

.rich-text-content ul, .rich-text-content ol {
  margin: 0 0 8px;
  padding-left: 22px;
}

.rich-text-content ul {
  list-style: outside;
}

.rich-text-content ol {
  list-style: decimal;
}

.rich-text-content li {
  margin-bottom: 3px;
}

.rich-text-content blockquote {
  color: #5f6a60;
  border-left: 3px solid #cdd7cc;
  margin: 0 0 8px;
  padding-left: 12px;
}

.rich-text-content h3, .rich-text-content h4 {
  color: var(--forest);
  margin: 0 0 8px;
}

.rich-text-content a {
  color: var(--forest);
  text-decoration: underline;
}

.rich-text-content p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
  float: left;
  color: #a5aca3;
  pointer-events: none;
  height: 0;
}

.rich-text-viewer {
  color: inherit;
  font-size: inherit;
  line-height: 1.6;
}

.rich-text-viewer p {
  margin: 0 0 8px;
}

.rich-text-viewer p:last-child {
  margin-bottom: 0;
}

.rich-text-viewer ul, .rich-text-viewer ol {
  margin: 0 0 8px;
  padding-left: 22px;
}

.rich-text-viewer ul {
  list-style: outside;
}

.rich-text-viewer ol {
  list-style: decimal;
}

.rich-text-viewer li {
  margin-bottom: 3px;
}

.rich-text-viewer blockquote {
  color: #5f6a60;
  border-left: 3px solid #cdd7cc;
  margin: 0 0 8px;
  padding-left: 12px;
}

.rich-text-viewer a {
  color: inherit;
  text-decoration: underline;
}

.submission-comments {
  border-top: 1px solid #e6e9e4;
  margin-top: 20px;
  padding-top: 16px;
}

.submission-comments-label {
  color: #4c5b50;
  text-transform: uppercase;
  letter-spacing: .06em;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.submission-comments-list {
  gap: 10px;
  max-height: 280px;
  margin-bottom: 12px;
  display: grid;
  overflow-y: auto;
}

.submission-comment {
  background: #f7faf6;
  border: 1px solid #e8ece6;
  border-radius: 6px;
  padding: 10px 12px;
}

.submission-comment-head {
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 11px;
  display: flex;
}

.submission-comment-head strong {
  color: var(--forest);
}

.submission-comment-role {
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 800;
}

.submission-comment-role.learner {
  color: #4c6b8a;
  background: #e2ecf5;
}

.submission-comment-role.instructor, .submission-comment-role.admin {
  color: #896a32;
  background: #efe1c4;
}

.submission-comment-head small {
  color: #9aa099;
  margin-left: auto;
  font-size: 9px;
}

.submission-comment p {
  color: #47504a;
  white-space: pre-wrap;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.submission-comment-form {
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.submission-comment-form textarea {
  font: inherit;
  resize: vertical;
  border: 1px solid #cdd7cc;
  border-radius: 4px;
  flex: 1;
  padding: 8px 10px;
  font-size: 12px;
}

.calendar-day i {
  cursor: pointer;
}

.calendar-day i:hover {
  filter: brightness(.95);
}

.modal-panel.new-event-modal, .modal-panel.event-detail-modal {
  text-align: left;
  width: min(30rem, 100%);
}

.modal-panel.new-event-modal h2, .modal-panel.event-detail-modal h2 {
  text-align: left;
}

.attendance-panel {
  gap: 8px;
  display: grid;
}

.attendance-roster {
  gap: 6px;
  max-height: 320px;
  display: grid;
  overflow-y: auto;
}

.attendance-row {
  background: #f7faf6;
  border: 1px solid #e8ece6;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  display: flex;
}

.attendance-name {
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
}

.attendance-status-group {
  gap: 4px;
  display: flex;
}

.attendance-status-pill {
  color: #6b756b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9e1d8;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 9px;
  font-weight: 800;
}

.attendance-status-pill.active.present {
  color: #fff;
  background: #4f9463;
  border-color: #4f9463;
}

.attendance-status-pill.active.late {
  color: #fff;
  background: #c99a3f;
  border-color: #c99a3f;
}

.attendance-status-pill.active.excused {
  color: #fff;
  background: #6081a8;
  border-color: #6081a8;
}

.attendance-status-pill.active.absent {
  color: #fff;
  background: #b0392c;
  border-color: #b0392c;
}

.attendance-self-pill {
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.attendance-self-pill.present {
  color: #2f6a41;
  background: #e3f0e6;
}

.attendance-self-pill.late {
  color: #8a6b26;
  background: #f5ecd6;
}

.attendance-self-pill.excused {
  color: #3f5f80;
  background: #e2ecf5;
}

.attendance-self-pill.absent {
  color: #8a2e23;
  background: #f5e0dd;
}

.attendance-filters {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 12px;
  margin-top: 24px;
  display: grid;
}

.attendance-card {
  background: #fff;
  border: 1px solid #e2e6e0;
  margin-top: 16px;
  padding: 22px;
}

.attendance-card-head {
  border-bottom: 1px solid #edf0ec;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.attendance-card-head .eyebrow {
  color: #9c7c3d;
  margin-bottom: 4px;
}

.attendance-card-head h2 {
  color: var(--forest);
  margin: 0;
  font-size: 20px;
}

.attendance-card-head small {
  color: #8a9088;
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.attendance-state {
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.attendance-state.recorded {
  color: #2f6a41;
  background: #e3f0e6;
}

.attendance-state.pending {
  color: #8a6b26;
  background: #f5ecd6;
}

.attendance-empty {
  justify-items: start;
  gap: 8px;
  display: grid;
}

.attendance-empty .operations-note {
  margin: 0;
}

.attendance-new-session {
  background: #f7faf6;
  border: 1px dashed #b9cbb9;
  border-radius: 7px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 14px;
  display: grid;
}

.attendance-toolbar {
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}

.attendance-search {
  background: #fff;
  border: 1px solid #dbe2da;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 11px;
  display: flex;
}

.attendance-search svg {
  color: #9aa199;
  flex: none;
}

.attendance-search input {
  background: none;
  border: 0;
  width: 100%;
  min-height: 36px;
  padding: 0;
  font-size: 11px;
}

.attendance-search input:focus {
  outline: none;
}

.attendance-card .attendance-roster {
  max-height: min(60vh, 620px);
}

.attendance-card .attendance-row {
  padding: 10px 12px;
}

.attendance-member {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.attendance-member .avatar {
  flex: none;
  width: 30px;
  height: 30px;
  font-size: 8px;
}

.attendance-member strong {
  color: var(--forest);
  font-size: 12px;
  display: block;
}

.attendance-member small {
  color: #9aa199;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.attendance-submit-row {
  border-top: 1px solid #edf0ec;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
}

.attendance-count {
  color: #8a9088;
  font-size: 10px;
  font-weight: 700;
}

.attendance-actions {
  gap: 8px;
  display: flex;
}

.attendance-summary {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  display: flex;
}

.attendance-status-tag {
  border-radius: 999px;
  flex: none;
  align-items: center;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.attendance-status-tag.present {
  color: #2f6a41;
  background: #e3f0e6;
}

.attendance-status-tag.late {
  color: #8a6b26;
  background: #f5ecd6;
}

.attendance-status-tag.excused {
  color: #3f5f80;
  background: #e2ecf5;
}

.attendance-status-tag.absent {
  color: #8a2e23;
  background: #f5e0dd;
}

.attendance-status-tag.unmarked {
  color: #7c847b;
  background: #eef0ed;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}
