/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-xs: 0.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: 'Avenir Next','Segoe UI',Arial,sans-serif;
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-50 {
    z-index: 50;
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\(--radix-select-content-available-height\) {
    max-height: var(--radix-select-content-available-height);
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[8rem\] {
    min-width: 8rem;
  }
  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .origin-\(--radix-select-content-transform-origin\) {
    transform-origin: var(--radix-select-content-transform-origin);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0\.5 {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .scroll-my-1 {
    scroll-margin-block: calc(var(--spacing) * 1);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-input {
    border-color: var(--input);
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-muted\/50 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-primary\/20 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .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: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-current {
    color: currentcolor;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--popover-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-\[color\,box-shadow\] {
    transition-property: color,box-shadow;
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    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));
  }
  .transition-none {
    transition-property: none;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .selection\:bg-primary {
    & *::selection {
      background-color: var(--primary);
    }
    &::selection {
      background-color: var(--primary);
    }
  }
  .selection\:text-primary-foreground {
    & *::selection {
      color: var(--primary-foreground);
    }
    &::selection {
      color: var(--primary-foreground);
    }
  }
  .file\:inline-flex {
    &::file-selector-button {
      display: inline-flex;
    }
  }
  .file\:h-7 {
    &::file-selector-button {
      height: calc(var(--spacing) * 7);
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .file\:bg-transparent {
    &::file-selector-button {
      background-color: transparent;
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .file\:font-medium {
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .file\:text-foreground {
    &::file-selector-button {
      color: var(--foreground);
    }
  }
  .placeholder\:text-muted-foreground {
    &::placeholder {
      color: var(--muted-foreground);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--accent);
      }
    }
  }
  .hover\:bg-destructive\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-muted\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--muted);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--muted) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-secondary\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--secondary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-accent-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--accent-foreground);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:bg-accent {
    &:focus {
      background-color: var(--accent);
    }
  }
  .focus\:text-accent-foreground {
    &:focus {
      color: var(--accent-foreground);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-ring {
    &:focus {
      --tw-ring-color: var(--ring);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:border-ring {
    &:focus-visible {
      border-color: var(--ring);
    }
  }
  .focus-visible\:ring-\[3px\] {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-destructive\/20 {
    &:focus-visible {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .focus-visible\:ring-ring\/50 {
    &:focus-visible {
      --tw-ring-color: var(--ring);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
      }
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .has-aria-expanded\:bg-muted\/50 {
    &:has(*[aria-expanded="true"]) {
      background-color: var(--muted);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
  }
  .has-\[\>svg\]\:px-1\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 1.5);
    }
  }
  .has-\[\>svg\]\:px-2\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .has-\[\>svg\]\:px-3 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .has-\[\>svg\]\:px-4 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .aria-invalid\:border-destructive {
    &[aria-invalid="true"] {
      border-color: var(--destructive);
    }
  }
  .aria-invalid\:ring-destructive\/20 {
    &[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .data-\[disabled\]\:pointer-events-none {
    &[data-disabled] {
      pointer-events: none;
    }
  }
  .data-\[disabled\]\:opacity-50 {
    &[data-disabled] {
      opacity: 50%;
    }
  }
  .data-\[placeholder\]\:text-muted-foreground {
    &[data-placeholder] {
      color: var(--muted-foreground);
    }
  }
  .data-\[side\=bottom\]\:translate-y-1 {
    &[data-side="bottom"] {
      --tw-translate-y: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2 {
    &[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=left\]\:-translate-x-1 {
    &[data-side="left"] {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=left\]\:slide-in-from-right-2 {
    &[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=right\]\:translate-x-1 {
    &[data-side="right"] {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=right\]\:slide-in-from-left-2 {
    &[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=top\]\:-translate-y-1 {
    &[data-side="top"] {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2 {
    &[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }
  }
  .data-\[size\=default\]\:h-9 {
    &[data-size="default"] {
      height: calc(var(--spacing) * 9);
    }
  }
  .data-\[size\=sm\]\:h-8 {
    &[data-size="sm"] {
      height: calc(var(--spacing) * 8);
    }
  }
  .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
    :is(& > *) {
      &[data-slot="select-value"] {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:flex {
    :is(& > *) {
      &[data-slot="select-value"] {
        display: flex;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:items-center {
    :is(& > *) {
      &[data-slot="select-value"] {
        align-items: center;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:gap-2 {
    :is(& > *) {
      &[data-slot="select-value"] {
        gap: calc(var(--spacing) * 2);
      }
    }
  }
  .data-\[state\=checked\]\:border-primary {
    &[data-state="checked"] {
      border-color: var(--primary);
    }
  }
  .data-\[state\=checked\]\:bg-primary {
    &[data-state="checked"] {
      background-color: var(--primary);
    }
  }
  .data-\[state\=checked\]\:text-primary-foreground {
    &[data-state="checked"] {
      color: var(--primary-foreground);
    }
  }
  .data-\[state\=closed\]\:animate-accordion-up {
    &[data-state="closed"] {
      animation: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=closed\]\:animate-out {
    &[data-state="closed"] {
      animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=closed\]\:duration-300 {
    &[data-state="closed"] {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .data-\[state\=closed\]\:fade-out-0 {
    &[data-state="closed"] {
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
  }
  .data-\[state\=closed\]\:zoom-out-95 {
    &[data-state="closed"] {
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-bottom {
    &[data-state="closed"] {
      --tw-exit-translate-y: 100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-left {
    &[data-state="closed"] {
      --tw-exit-translate-x: -100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-right {
    &[data-state="closed"] {
      --tw-exit-translate-x: 100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-top {
    &[data-state="closed"] {
      --tw-exit-translate-y: -100%;
    }
  }
  .data-\[state\=open\]\:animate-accordion-down {
    &[data-state="open"] {
      animation: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=open\]\:animate-in {
    &[data-state="open"] {
      animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=open\]\:bg-accent {
    &[data-state="open"] {
      background-color: var(--accent);
    }
  }
  .data-\[state\=open\]\:bg-secondary {
    &[data-state="open"] {
      background-color: var(--secondary);
    }
  }
  .data-\[state\=open\]\:text-muted-foreground {
    &[data-state="open"] {
      color: var(--muted-foreground);
    }
  }
  .data-\[state\=open\]\:duration-500 {
    &[data-state="open"] {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .data-\[state\=open\]\:fade-in-0 {
    &[data-state="open"] {
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
  }
  .data-\[state\=open\]\:zoom-in-95 {
    &[data-state="open"] {
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
    }
  }
  .data-\[state\=open\]\:slide-in-from-bottom {
    &[data-state="open"] {
      --tw-enter-translate-y: 100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-left {
    &[data-state="open"] {
      --tw-enter-translate-x: -100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-right {
    &[data-state="open"] {
      --tw-enter-translate-x: 100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-top {
    &[data-state="open"] {
      --tw-enter-translate-y: -100%;
    }
  }
  .data-\[state\=selected\]\:bg-muted {
    &[data-state="selected"] {
      background-color: var(--muted);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:pr-2\.5 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:pl-2\.5 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .dark\:border-input {
    @media (prefers-color-scheme: dark) {
      border-color: var(--input);
    }
  }
  .dark\:bg-destructive\/60 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
      }
    }
  }
  .dark\:bg-input\/30 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--input);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--input) 30%, transparent);
      }
    }
  }
  .dark\:hover\:bg-accent\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--accent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--accent) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:bg-input\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--input);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--input) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:focus-visible\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &:focus-visible {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:aria-invalid\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &[aria-invalid="true"] {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:data-\[state\=checked\]\:bg-primary {
    @media (prefers-color-scheme: dark) {
      &[data-state="checked"] {
        background-color: var(--primary);
      }
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
    & svg:not([class*='text-']) {
      color: var(--muted-foreground);
    }
  }
  .\[\&_tr\]\:border-b {
    & tr {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\[\&_tr\:last-child\]\:border-0 {
    & tr:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
    &:has([role=checkbox]) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .\*\:\[span\]\:last\:flex {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          display: flex;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:items-center {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          align-items: center;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:gap-2 {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          gap: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
    &>[role=checkbox] {
      --tw-translate-y: 2px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\>tr\]\:last\:border-b-0 {
    &>tr {
      &:last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
  .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
    &[data-state=open]>svg {
      rotate: 180deg;
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root {
  --background: #fff;
  --foreground: #192e28;
  --card: #fff;
  --card-foreground: #192e28;
  --popover: #fff;
  --popover-foreground: #192e28;
  --primary: #08694e;
  --primary-foreground: #fff;
  --secondary: #eff7f3;
  --secondary-foreground: #194937;
  --muted: #f4f7f5;
  --muted-foreground: #62716a;
  --accent: #e9f5ed;
  --accent-foreground: #085a40;
  --destructive: #bc3939;
  --border: #dce7e0;
  --input: #d1ded6;
  --ring: #15805b;
  --radius: .8rem;
  --sidebar: #f2f7f4;
  --sidebar-foreground: #192e28;
  --sidebar-primary: #08694e;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #e9f5ed;
  --sidebar-accent-foreground: #085a40;
  --sidebar-border: #dce7e0;
  --sidebar-ring: #15805b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--foreground);
  font-family: 'Avenir Next','Segoe UI',Arial,sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
button,a,input,select {
  touch-action: manipulation;
}
button,a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,button:focus-visible {
  outline: 3px solid #ed801b;
  outline-offset: 5px;
}
button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  height: 105px;
  padding: 10px 5.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9eeeb;
  gap: 25px;
  background: #fff;
}
.brand-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: 148px;
  height: 77px;
  flex-shrink: 0;
}
.brand-crop img {
  position: absolute;
  max-width: none;
  width: 613px;
  left: -219px;
  top: -9px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}
.site-header nav a {
  padding: 12px 0;
  position: relative;
}
.site-header nav a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  height: 2px;
  background: #08694e;
  left: 0;
  width: 0;
  transition: width .2s;
}
.site-header nav a:hover:after {
  width: 100%;
}
.button {
  min-height: 49px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 13px 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: transform .2s,background .2s,box-shadow .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: #173b2e;
  color: white;
}
.button-green {
  background: #087552;
  color: #fff;
  box-shadow: 0 5px 15px #06664b19;
}
.button-green:hover {
  background: #055d41;
  box-shadow: 0 8px 20px #06664b29;
}
.button-outline {
  border-color: #c9dacf;
  background: #fff;
  color: #164e38;
}
.hero {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding: 57px 5.6% 64px;
  gap: 35px;
  overflow: hidden;
}
.hero-copy {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #176a4f;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tiny-line {
  width: 24px;
  height: 1px;
  background: #176a4f;
}
h1 {
  font-size: clamp(44px,4.9vw,70px);
  line-height: 1.085;
  letter-spacing: -3px;
  font-weight: 500;
  margin: 25px 0 25px;
}
h1 em,h2 em {
  font-weight: 450;
  color: #078259;
  font-style: normal;
}
p {
  line-height: 1.75;
}
.hero-copy>p {
  max-width: 455px;
  color: #64746a;
  font-size: 16px;
  margin: 0 0 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.hero-period {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #65756c;
  margin-top: 27px;
  font-size: 13px;
}
.hero-period strong {
  font-weight: 500;
  color: #384f40;
}
.hero-visual {
  position: relative;
  min-height: 490px;
  background: radial-gradient(ellipse at 50% 46%,#e1f4e8 0%,#eff8f2 43%,#f7faf6 77%);
  border-radius: 160px 12px 12px 12px;
  isolation: isolate;
}
.visual-label {
  position: absolute;
  right: 22px;
  top: 25px;
  font-size: 12px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.visual-label span {
  width: 7px;
  height: 7px;
  border: 1px solid #16805a;
  border-radius: 50%;
}
.seed-art {
  position: absolute;
  overflow: hidden;
  width: 72%;
  aspect-ratio: .85;
  top: 10%;
  left: 13%;
  mix-blend-mode: multiply;
  animation: floatSeed 8s ease-in-out infinite;
}
.seed-art img {
  position: absolute;
  max-width: none;
  width: 400%;
  left: -264%;
  top: -21%;
}
.orbit {
  position: absolute;
  border: 1px solid #99c6a333;
  width: 84%;
  height: 76%;
  border-radius: 50%;
  left: 8%;
  top: 12%;
  transform: rotate(-25deg);
}
.orbit-two {
  height: 58%;
  width: 102%;
  left: -1%;
  top: 21%;
  transform: rotate(27deg);
}
.float-tag {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #ffffffed;
  box-shadow: 0 9px 40px #204e3210;
  border: 1px solid #ffffff;
  font-size: 14px;
  border-radius: 10px;
  padding: 13px 17px;
  animation: floatTag 7s ease-in-out infinite;
}
.float-tag svg {
  color: #0d7957;
}
.tag-ai {
  right: -12px;
  top: 25%;
}
.tag-ai strong {
  font-weight: 550;
}
.tag-unam {
  left: -20px;
  bottom: 54px;
  animation-delay: -3s;
}
.tag-unam strong {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.tag-unam span {
  display: block;
  color: #6e7d72;
  font-size: 12px;
  margin-top: 4px;
}
.visual-bottom {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #6a8773;
}
.partner-strip {
  max-width: 1279px;
  margin: 0 auto;
  padding: 23px 0;
  border-top: 1px solid #e3ebe6;
  border-bottom: 1px solid #e3ebe6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.partner-copy {
  font-size: 11px;
  line-height: 1.9;
  color: #708175;
  letter-spacing: 1.3px;
}
.partner-copy strong {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #354c3d;
}
.partners-crop {
  position: relative;
  width: 250px;
  height: 94px;
  overflow: hidden;
}
.partners-crop img {
  max-width: none;
  position: absolute;
  width: 986px;
  left: -713px;
  top: -56px;
}
.strip-date {
  border-left: 1px solid #dce8df;
  padding-left: 35px;
}
.strip-date span {
  font-size: 23px;
  letter-spacing: -.8px;
  color: #176a4f;
}
.strip-date p {
  font-size: 12px;
  color: #6e7c71;
  margin: 1px 0;
}
.section {
  padding: 85px 5.6%;
  max-width: 1440px;
  margin: auto;
}
h2 {
  font-size: clamp(35px,3.1vw,47px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  font-weight: 500;
  margin: 20px 0;
}
.section>p {
  max-width: 510px;
  color: #65756c;
}
@keyframes floatSeed {
  0%,100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-13px) rotate(2deg);
  }
}
@keyframes floatTag {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@media (min-width:1441px) {
  .partner-strip {
    max-width: 1279px;
  }
}
@media (max-width:1250px) {
  .partner-strip {
    margin: 0 5.6%;
  }
  h1 {
    font-size: 58px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-visual {
    min-height: 480px;
  }
  .hero {
    gap: 20px;
  }
  .site-header nav {
    gap: 20px;
  }
}
@media (max-width:900px) {
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }
  h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .hero-copy>p {
    font-size: 15px;
  }
  .hero-visual {
    min-height: 440px;
  }
  .seed-art {
    width: 89%;
    left: 3%;
    top: 17%;
  }
  .tag-ai {
    right: -7px;
    top: 12%;
  }
  .tag-unam {
    left: 0;
    bottom: 45px;
    font-size: 13px;
  }
  .visual-bottom {
    display: none;
  }
  .partner-copy {
    display: none;
  }
  .hero-actions .text-link {
    display: none;
  }
}
@media (max-width:650px) {
  .site-header {
    height: 90px;
    padding: 10px 6%;
  }
  .brand-crop {
    transform: scale(.86);
    transform-origin: left;
    width: 130px;
  }
  .site-header>.button {
    padding: 11px 13px;
    font-size: 13px;
    min-height: 44px;
    gap: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 34px 6% 38px;
    gap: 30px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  h1 {
    font-size: clamp(44px,10.7vw,66px);
    letter-spacing: -2px;
    margin: 22px 0;
  }
  .hero-copy>p {
    font-size: 16px;
  }
  .hero-visual {
    min-height: 370px;
    border-top-left-radius: 125px;
  }
  .seed-art {
    width: 65%;
    left: 17%;
    top: 0;
    max-height: 360px;
  }
  .hero-actions .text-link {
    display: flex;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions>.button {
    padding: 13px 18px;
  }
  .tag-ai {
    top: 22%;
    right: 7px;
  }
  .tag-unam {
    left: 12px;
    bottom: 24px;
  }
  .partner-strip {
    gap: 13px;
    padding: 15px 0;
  }
  .partners-crop {
    transform: scale(.8);
    transform-origin: left center;
    width: 210px;
    flex-shrink: 0;
    margin-right: -30px;
  }
  .strip-date {
    padding-left: 15px;
  }
  .strip-date span {
    font-size: 20px;
  }
  .strip-date p {
    font-size: 12px;
    line-height: 1.5;
  }
  .section {
    padding: 60px 6%;
  }
  h2 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
  }
}
.nav-active {
  color: #067550;
  font-weight: 650;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu {
  display: none;
}
.site-header nav {
  gap: 25px;
}
.mobile-links {
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
}
.mobile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid var(--border);
}
.seed-art {
  aspect-ratio: .75;
  width: 70%;
  top: 2%;
  left: 14%;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 35px;
}
.section-top>p {
  max-width: 445px;
  color: #64766a;
  line-height: 1.8;
  margin-bottom: 17px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 23px;
}
.benefit-card {
  border: 1px solid #e0e9e2;
  border-radius: 10px;
  padding: 30px 27px 27px;
  transition: transform .25s,border-color .25s,box-shadow .25s;
}
.benefit-card:hover {
  transform: translateY(-5px);
  border-color: #88bfa1;
  box-shadow: 0 12px 28px #15432d0a;
}
.benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #16754e;
  margin-bottom: 35px;
}
.benefit-top>span {
  color: #849488;
  font-size: 13px;
}
.benefit-card h3 {
  font-size: 20px;
  letter-spacing: -.5px;
  font-weight: 550;
  margin: 0 0 12px;
}
.benefit-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #6a7a6e;
  margin: 0;
}
.program-notes {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #617467;
}
.program-notes>span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.program-notes svg {
  color: #27805a;
}
.requirements-band {
  background: #f2f7f2;
}
.requirements-layout {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 12%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.requirements-intro>p {
  color: #5e7264;
  font-size: 16px;
  max-width: 350px;
  margin-bottom: 27px;
}
.requirements-intro>.text-link {
  color: #076345;
}
.requirements-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.requirement {
  display: flex;
  gap: 17px;
}
.check-mark {
  background: #177755;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
}
.requirement h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.requirement p {
  font-size: 14px;
  line-height: 1.7;
  color: #65776a;
  margin: 0;
}
.materials-section {
  display: grid;
  grid-template-columns: .94fr 1fr;
  gap: 12%;
}
.materials-section>div>p {
  max-width: 390px;
  color: #65776a;
  font-size: 16px;
}
.document-note {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #157452;
  margin-top: 28px;
}
.document-note strong {
  font-size: 14px;
  font-weight: 550;
}
.document-note small {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: #6c7f70;
}
.materials-list [data-slot=accordion-trigger] {
  padding: 23px 0;
  font-size: 16px;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}
.materials-list [data-slot=accordion-trigger]>svg {
  margin-left: auto;
}
.materials-list [data-slot=accordion-content] {
  color: #63776a;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 33px;
}
.material-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.material-name svg {
  color: #0c8055;
  flex-shrink: 0;
}
.file-type {
  font-size: 10px;
  border: 1px solid #d4e4d9;
  letter-spacing: 1px;
  padding: 2px 5px;
  color: #688170;
  border-radius: 3px;
  margin-left: auto;
}
.dates-section {
  padding-top: 25px;
  padding-bottom: 85px;
}
.dates-section .section-top {
  align-items: center;
}
.dates-section h2 {
  font-size: 38px;
}
.timezone-note {
  font-size: 12px;
  color: #748779;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 33px;
}
.timeline-item {
  padding: 24px 24px 0 0;
  border-top: 1px solid #c2d8cb;
  position: relative;
}
.timeline-point {
  position: absolute;
  top: -4px;
  left: 0;
  border: 1px solid #15925f;
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.timeline-first .timeline-point {
  background: #087552;
  box-shadow: 0 0 0 4px #e6f3e9;
}
.timeline-date {
  font-size: 12px;
  letter-spacing: 1px;
  color: #16805a;
  font-weight: 600;
}
.timeline h3 {
  font-size: 16px;
  font-weight: 550;
  margin: 10px 0 3px;
}
.timeline p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  color: #6b7e71;
}
.closing-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  max-width: 1279px;
  margin: 0 auto 65px;
  border-radius: 14px;
  background: #09583f;
  color: white;
  text-align: center;
  padding: 54px 25px;
}
.closing-section .eyebrow {
  justify-content: center;
  color: #b4d9c0;
  font-size: 11px;
}
.closing-section h2 {
  font-size: 45px;
  line-height: 1.15;
  margin-top: 23px;
  font-weight: 450;
  letter-spacing: -1.7px;
}
.closing-section h2 span {
  color: #b1dfb5;
}
.closing-section p {
  color: #c9e5d0;
  margin: 12px 0 23px;
}
.button-white {
  background: white;
  color: #165239;
}
.closing-section small {
  display: block;
  font-size: 12px;
  color: #aed2bc;
  margin-top: 18px;
}
.closing-decoration {
  position: absolute;
  z-index: -1;
  width: 530px;
  height: 530px;
  border: 1px solid #95c7a92b;
  border-radius: 100%;
  right: -200px;
  top: -110px;
  box-shadow: 0 0 0 65px #95c7a911,0 0 0 135px #95c7a909;
}
.site-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 35px 5.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e6eee8;
  color: #708375;
  font-size: 12px;
}
.footer-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #1c5f42;
  font-size: 15px;
}
.footer-brand small {
  font-size: 9px;
  letter-spacing: 1.5px;
  display: block;
  margin-top: 3px;
}
.site-footer>a:last-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s,transform .75s;
}
.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.registration-shell {
  max-width: 1360px;
  margin: auto;
  padding: 45px 5% 70px;
}
.register-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 36px;
}
.register-title h1 {
  font-size: 38px;
  letter-spacing: -1.4px;
  margin: 15px 0 10px;
}
.register-title p {
  font-size: 15px;
  color: #718074;
  margin: 0;
}
.registration-status {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f3f7f3;
  border: 1px solid #dfe9df;
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 13px;
  color: #3f6850;
  flex-shrink: 0;
}
.registration-status small {
  display: block;
  font-size: 12px;
  color: #6f8676;
  margin-top: 3px;
}
.registration-status.open {
  background: #e6f5e9;
  color: #0b7048;
}
.registration-layout {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 40px;
  align-items: start;
}
.registration-sidebar {
  position: sticky;
  top: 30px;
}
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps-list li {
  position: relative;
  padding-bottom: 25px;
}
.steps-list li:not(:last-child):before {
  content: '';
  height: 42px;
  width: 1px;
  position: absolute;
  top: 45px;
  left: 22px;
  background: #dce7df;
}
.steps-list li>button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  height: auto;
  width: 100%;
  padding: 5px 0;
  background: none;
  text-align: left;
  opacity: 1;
}
.step-circle {
  border: 1px solid #dce7df;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #8a9b8d;
  flex-shrink: 0;
  background: #fff;
}
.steps-list strong {
  font-size: 14px;
  font-weight: 550;
  color: #819286;
  display: block;
  line-height: 1.4;
}
.steps-list small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8a998e;
  margin-top: 5px;
  line-height: 1.4;
}
.steps-list .current .step-circle {
  background: #086c4c;
  border-color: #086c4c;
  color: white;
  box-shadow: 0 4px 10px #0875521c;
}
.steps-list .current strong {
  color: #0d6144;
}
.steps-list .current small {
  color: #6a7e70;
}
.steps-list .done .step-circle {
  color: #177750;
  background: #edf7ef;
  border-color: #c7e1d1;
}
.steps-list .done strong {
  color: #315d42;
}
.sidebar-note {
  background: #edf5ec;
  padding: 23px 21px;
  border-radius: 11px;
  margin-top: 20px;
}
.sidebar-note>svg {
  color: #167a52;
}
.sidebar-note h3 {
  font-size: 16px;
  font-weight: 550;
  margin: 15px 0 8px;
}
.sidebar-note p {
  font-size: 13px;
  line-height: 1.8;
  color: #6b806f;
}
.sidebar-note a {
  font-size: 12px;
  color: #267c52;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 19px;
}
.sidebar-safety {
  display: flex;
  gap: 8px;
  color: #798c7c;
  font-size: 12px;
  line-height: 1.7;
  padding: 20px 8px;
}
.sidebar-safety svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.form-card {
  border: 1px solid #e0e9e1;
  border-radius: 13px;
  padding: 34px 38px;
  background: #fff;
  box-shadow: 0 6px 35px #233d2904;
  scroll-margin-top: 30px;
}
.form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.form-progress>span {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #728779;
  font-weight: 600;
}
.form-progress>[data-slot=progress] {
  width: 125px;
  height: 4px;
  background: #e8f0e9;
}
.form-heading h2 {
  font-size: 29px;
  letter-spacing: -.7px;
  margin: 21px 0 8px;
  outline: none;
}
.form-heading p {
  font-size: 14px;
  color: #6c7d70;
  margin: 0;
  line-height: 1.8;
}
.required-note {
  font-size: 11px;
  color: #85948a;
  display: block;
  margin: 14px 0 27px;
}
.period-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f5f7ee;
  border: 1px solid #e1e8d2;
  border-radius: 7px;
  color: #657343;
  padding: 12px 14px;
  margin-bottom: 25px;
}
.period-message svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.period-message p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.form-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 20px;
}
.field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field>label {
  font-size: 13px;
  color: #38503f;
  font-weight: 500;
  line-height: 1.5;
}
.field>label>span {
  color: #639076;
}
.field-full {
  grid-column: 1/-1;
  min-width: 0;
}
.form-input {
  width: 100% !important;
  border-color: #d7e3da !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  min-height: 47px !important;
  background: #fff !important;
  color: #294735 !important;
  font-size: 14px !important;
  padding: 10px 13px !important;
  height: auto !important;
  line-height: 1.5 !important;
}
.form-input::placeholder {
  color: #93a195;
  font-weight: 400;
}
.form-input:focus,.form-input[data-state=open] {
  border-color: #25845a !important;
  box-shadow: 0 0 0 3px #cfe8d447 !important;
}
.form-input[aria-invalid=true] {
  border-color: #be5656 !important;
  background: #fffdfd !important;
}
.form-input[data-placeholder] {
  color: #93a195 !important;
}
.field-hint {
  font-size: 12px;
  color: #7a8c7e;
  line-height: 1.7;
  margin: 8px 0 0;
}
.field-error {
  color: #b24747;
  font-size: 12px;
  line-height: 1.7;
  display: block;
}
.field-tip {
  display: flex;
  gap: 13px;
  background: #f2f7f1;
  color: #51805e;
  padding: 15px 17px;
  border-radius: 7px;
  margin-top: 26px;
}
.field-tip>svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.field-tip p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.form-actions {
  border-top: 1px solid #e5ece6;
  padding-top: 25px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.form-actions .button {
  min-width: 140px;
  height: auto;
}
.form-bottom-note {
  font-size: 12px;
  color: #87968a;
  display: flex;
  align-items: center;
  gap: 7px;
}
.back-step {
  font-size: 13px;
  color: #617c68;
  gap: 9px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(100%);
  white-space: nowrap;
  pointer-events: none;
}
.project-textarea {
  min-height: 130px !important;
  resize: vertical;
}
.text-counter {
  font-size: 11px;
  color: #829487;
  text-align: right;
  margin-top: -3px;
}
.form-subheading {
  margin: 30px 0 18px;
}
.form-subheading h3 {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -.4px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.form-subheading p {
  font-size: 13px;
  color: #7b8c7e;
  margin: 6px 0 0;
  line-height: 1.7;
}
.upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.document-upload {
  border: 1px solid #dfe9e1;
  border-radius: 9px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.upload-title {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.upload-title>span {
  font-size: 11px;
  color: #7c9985;
  line-height: 22px;
}
.upload-title h4 {
  font-size: 14px;
  font-weight: 550;
  line-height: 1.55;
  margin: 0;
}
.document-upload>p {
  font-size: 12px;
  line-height: 1.7;
  color: #829085;
  margin: 6px 0 16px;
  min-height: 41px;
}
.drop-zone {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border: 1px dashed #cadccf;
  border-radius: 7px;
  color: #6c8a76;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  flex: 1;
  min-height: 130px;
}
.drop-zone:hover {
  background: #f5faf3;
}
.drop-zone:focus-within {
  outline: 2px solid #178459;
  outline-offset: 2px;
}
.drop-zone>svg {
  color: #5b8e71;
  margin-bottom: 3px;
}
.drop-zone>strong {
  font-size: 12px;
  color: #328058;
  font-weight: 550;
}
.drop-zone>span {
  font-size: 11px;
  color: #819785;
}
.file-input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.has-file .drop-zone {
  border-style: solid;
  border-color: #cde3d4;
  background: #f2f9f2;
}
.file-name {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.remove-file {
  align-self: center;
  font-size: 11px;
  color: #8a7977;
  height: 29px;
  padding-top: 7px;
}
.upload-error {
  border-color: #bd6868;
}
.upload-progress {
  margin-top: 25px;
}
.upload-progress>span {
  font-size: 13px;
  display: block;
  color: #287954;
  margin-bottom: 12px;
}
.form-alert {
  display: flex;
  gap: 10px;
  padding: 13px;
  background: #fff3f0;
  border: 1px solid #f0d9d2;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.7;
  color: #a84738;
  margin-top: 22px;
}
.form-alert>svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.review-block {
  border: 1px solid #dfebe1;
  border-radius: 9px;
  padding: 17px 20px;
  margin-bottom: 17px;
}
.review-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.review-block-header h3 {
  font-weight: 550;
  font-size: 15px;
  margin: 0;
}
.review-block-header button {
  font-size: 12px;
  padding: 0;
  height: auto;
}
.review-block dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
}
.review-block dt {
  font-size: 11px;
  color: #809285;
  margin: 0 0 4px;
}
.review-block dd {
  font-size: 13px;
  color: #3a5a43;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.65;
}
.review-block dd a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #16845b;
}
.review-documents {
  border-top: 1px solid #e5eee7;
  margin-top: 20px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.review-documents>div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #388158;
}
.review-documents>div>svg:last-child {
  margin-left: auto;
  flex-shrink: 0;
}
.review-documents small {
  font-size: 11px;
  color: #8a998d;
  display: block;
  margin-top: 2px;
  overflow-wrap: anywhere;
}
.consents {
  margin-top: 28px;
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
}
.consent-row [data-slot=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.consent-row label {
  font-size: 13px;
  color: #617866;
  line-height: 1.8;
  display: block;
  cursor: pointer;
}
.data-use {
  font-size: 12px;
  margin: 15px 0 0 17px;
  gap: 6px;
}
.privacy-copy p {
  font-size: 14px;
  color: #586f5e;
  line-height: 1.8;
}
.closed-note {
  font-size: 12px;
  color: #738677;
  line-height: 1.8;
  background: #f5f8f3;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 0;
}
.step-panel {
  animation: stepIn .3s ease-out;
}
.spin {
  animation: spinner 1s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.receipt-shell {
  background: #f5f9f3;
  padding: 55px 20px 75px;
}
.receipt-card {
  max-width: 700px;
  margin: auto;
  background: white;
  border: 1px solid #e1ece0;
  padding: 45px 55px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 8px 50px #143c2006;
}
.success-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eaf6e9;
  color: #14844f;
  margin: 0 auto 23px;
}
.receipt-card>.eyebrow {
  justify-content: center;
  font-size: 11px;
}
.receipt-card h1 {
  font-size: 42px;
  letter-spacing: -1.5px;
  outline: none;
  margin: 20px 0;
}
.receipt-card>p {
  font-size: 15px;
  color: #708275;
  line-height: 1.85;
}
.receipt-folio {
  background: #f3f8ef;
  border: 1px dashed #bed5bf;
  border-radius: 9px;
  padding: 20px;
  margin: 25px 0;
}
.receipt-folio>span {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #80967f;
}
.receipt-folio strong {
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  color: #0c7248;
  margin: 9px 0;
}
.receipt-folio small {
  font-size: 11px;
  color: #839380;
}
.receipt-next {
  display: flex;
  gap: 16px;
  text-align: left;
  color: #4f7c58;
  padding: 15px 0;
}
.receipt-next>svg {
  flex-shrink: 0;
  margin-top: 5px;
}
.receipt-next h3 {
  font-size: 16px;
  font-weight: 550;
  margin: 0;
}
.receipt-next p {
  font-size: 14px;
  color: #718473;
  line-height: 1.8;
  margin: 6px 0;
}
.receipt-card .muted-text {
  font-size: 12px;
  color: #93a08e;
}
.receipt-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.receipt-actions .text-link {
  font-size: 13px;
}
@media (max-width:1350px) {
  .closing-section {
    margin-left: 5.6%;
    margin-right: 5.6%;
  }
  .site-header nav {
    gap: 18px;
  }
  .form-card {
    padding: 30px;
  }
  .registration-layout {
    gap: 28px;
    grid-template-columns: 230px 1fr;
  }
}
@media (max-width:1000px) {
  .section-top {
    gap: 30px;
  }
  .section-top>p {
    max-width: 390px;
  }
  .benefit-card {
    padding: 24px 21px;
  }
  .benefit-card h3 {
    font-size: 18px;
  }
  .requirements-layout,.materials-section {
    gap: 8%;
  }
  .registration-layout {
    grid-template-columns: 210px 1fr;
    gap: 23px;
  }
  .registration-shell {
    padding-left: 4%;
    padding-right: 4%;
  }
  .form-card {
    padding: 26px;
  }
  .register-title h1 {
    font-size: 33px;
  }
  .registration-status {
    font-size: 12px;
    padding: 12px;
  }
  .steps-list small {
    font-size: 11px;
  }
  .steps-list strong {
    font-size: 13px;
  }
  .steps-list li>button {
    gap: 10px;
  }
  .upload-grid {
    grid-template-columns: 1fr;
  }
  .document-upload>p {
    min-height: 0;
  }
  .sidebar-note {
    padding: 20px 16px;
  }
  .site-footer>span {
    display: none;
  }
}
@media (max-width:900px) {
  .mobile-menu {
    display: inline-flex;
  }
  .hero-visual .seed-art {
    width: 87%;
    left: 4%;
    top: 2%;
  }
  .site-header nav {
    display: none;
  }
  .section-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .section-top>p {
    max-width: 650px;
    margin-top: 0;
  }
  .benefit-grid {
    gap: 15px;
  }
  .benefit-card {
    padding: 22px 18px;
  }
  .program-notes {
    gap: 15px;
    font-size: 12px;
  }
  .requirements-layout {
    gap: 6%;
  }
  .requirements-intro h2 {
    font-size: 38px;
  }
  .materials-section {
    gap: 6%;
  }
  .material-name {
    gap: 8px;
  }
  .materials-list [data-slot=accordion-trigger] {
    font-size: 14px;
  }
  .file-type {
    font-size: 9px;
  }
  .register-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .registration-status {
    padding: 9px 13px;
  }
  .registration-status small {
    display: inline;
    margin-left: 12px;
  }
  .registration-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .registration-sidebar {
    position: static;
  }
  .steps-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
  }
  .steps-list li {
    padding-bottom: 0;
  }
  .steps-list li:not(:last-child):before {
    display: none;
  }
  .steps-list li>button {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .steps-list small {
    display: none;
  }
  .step-circle {
    width: 39px;
    height: 39px;
    border-radius: 10px;
  }
  .sidebar-note,.sidebar-safety {
    display: none;
  }
  .form-card {
    padding: 33px;
  }
  .upload-grid {
    grid-template-columns: 1fr 1fr;
  }
  .document-upload>p {
    min-height: 41px;
  }
}
@media (max-width:650px) {
  .header-actions {
    gap: 3px;
  }
  .site-header {
    gap: 3px;
  }
  .header-actions>.button {
    padding: 12px 13px;
    font-size: 12px;
    gap: 7px;
    min-height: 42px;
  }
  .header-actions>.text-link {
    font-size: 12px;
    gap: 5px;
  }
  .header-actions .mobile-menu {
    width: 32px;
  }
  .site-header .brand-crop {
    width: 127px;
  }
  .hero-visual .seed-art {
    width: 70%;
    left: 14%;
    top: 0;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card {
    padding: 25px;
  }
  .benefit-top {
    margin-bottom: 20px;
  }
  .benefit-card h3 {
    font-size: 20px;
  }
  .benefit-card p {
    font-size: 15px;
  }
  .program-notes {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-left: 3px;
    margin-top: 24px;
  }
  .requirements-layout,.materials-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .requirements-intro>p,.materials-section>div>p {
    max-width: none;
  }
  .requirements-list {
    gap: 23px;
  }
  .materials-list [data-slot=accordion-trigger] {
    font-size: 15px;
  }
  .dates-section {
    padding-top: 5px;
  }
  .dates-section h2 {
    font-size: 34px;
  }
  .timeline {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .timeline-item {
    padding-right: 18px;
  }
  .timeline-date {
    font-size: 10px;
  }
  .timeline h3 {
    font-size: 14px;
  }
  .timeline p {
    font-size: 12px;
  }
  .closing-section {
    padding: 40px 20px;
    margin: 0 6% 40px;
  }
  .closing-section h2 {
    font-size: 35px;
  }
  .closing-section .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .closing-section small {
    font-size: 11px;
    line-height: 1.8;
  }
  .site-footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 27px 6%;
  }
  .registration-shell {
    padding: 29px 5% 45px;
  }
  .register-title {
    gap: 17px;
    margin-bottom: 24px;
  }
  .register-title h1 {
    font-size: 32px;
    line-height: 1.18;
    margin-top: 12px;
  }
  .register-title p {
    font-size: 14px;
  }
  .registration-status {
    font-size: 11px;
  }
  .registration-status small {
    font-size: 10px;
    margin-left: 7px;
  }
  .steps-list strong {
    font-size: 11px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.5;
  }
  .steps-list {
    gap: 5px;
  }
  .form-card {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .form-heading h2 {
    font-size: 27px;
  }
  .form-heading p {
    font-size: 13px;
  }
  .field-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .field label {
    font-size: 13px;
  }
  .form-input {
    font-size: 16px !important;
    min-height: 46px !important;
  }
  .form-progress>span {
    font-size: 10px;
  }
  .form-progress>[data-slot=progress] {
    width: 100px;
  }
  .period-message {
    padding: 11px;
    gap: 8px;
  }
  .period-message p {
    font-size: 12px;
  }
  .form-bottom-note {
    font-size: 10px;
    gap: 5px;
  }
  .form-actions {
    gap: 8px;
  }
  .form-actions>.button {
    min-width: 124px;
    font-size: 13px;
    gap: 9px;
    padding: 12px 14px;
  }
  .upload-grid {
    grid-template-columns: 1fr;
  }
  .document-upload>p {
    min-height: 0;
  }
  .document-upload {
    padding: 18px;
  }
  .drop-zone {
    min-height: 120px;
  }
  .review-block {
    padding: 15px;
  }
  .review-block dl {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .consent-row label {
    font-size: 12px;
  }
  .receipt-shell {
    padding: 30px 16px 40px;
  }
  .receipt-card {
    padding: 30px 22px;
  }
  .receipt-card h1 {
    font-size: 34px;
  }
  .receipt-card>p {
    font-size: 14px;
  }
  .receipt-actions {
    flex-direction: column;
    gap: 25px;
  }
  .receipt-folio strong {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}
@media print {
  .site-header,.site-footer,.receipt-actions {
    display: none !important;
  }
  .receipt-shell {
    background: white;
    padding: 0;
  }
  .receipt-card {
    border: 0;
    box-shadow: none;
    padding: 20px;
  }
  .receipt-folio {
    break-inside: avoid;
  }
  .receipt-next {
    break-inside: avoid;
  }
}
.admin-shell {
  max-width: 1440px;
  margin: auto;
  padding: 37px 5.6% 65px;
  background: #fff;
}
.admin-welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.admin-welcome>.eyebrow {
  font-size: 11px;
  letter-spacing: 1.2px;
}
.admin-welcome>span {
  font-size: 12px;
  color: #758979;
}
.admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.admin-heading h1 {
  font-size: 36px;
  letter-spacing: -1.4px;
  margin: 0 0 7px;
}
.admin-heading p {
  font-size: 14px;
  color: #728575;
  margin: 0;
}
.admin-exports {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-exports .button {
  padding: 12px 16px;
  font-size: 12px;
  gap: 8px;
  min-height: 44px;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.admin-stat {
  display: flex;
  gap: 17px;
  align-items: center;
  border: 1px solid #e1eae2;
  border-radius: 10px;
  padding: 23px;
}
.admin-stat>span {
  background: #f0f6ed;
  color: #29764c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
}
.admin-stat p {
  font-size: 13px;
  color: #7a8d7d;
  margin: 0 0 4px;
}
.admin-stat strong {
  font-weight: 500;
  font-size: 29px;
  letter-spacing: -1px;
  color: #235538;
  line-height: 1.1;
}
.participants-card {
  border: 1px solid #dfe9e1;
  border-radius: 12px;
  overflow: hidden;
}
.participants-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 24px;
}
.participants-toolbar h2 {
  font-size: 19px;
  margin: 0 0 5px;
  letter-spacing: -.4px;
  font-weight: 550;
}
.participants-toolbar p {
  font-size: 12px;
  color: #8a998b;
  margin: 0;
}
.participant-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.participant-search {
  display: flex;
  align-items: center;
  border: 1px solid #dce7dc;
  border-radius: 6px;
  padding-left: 12px;
  color: #7e9180;
  min-width: 330px;
}
.participant-search>input {
  border: 0;
  box-shadow: none;
  height: 39px;
  font-size: 12px;
  width: 240px;
  padding: 8px 10px;
  color: #415d47;
}
.participant-search>button {
  font-size: 12px;
  color: #4d815d;
  margin-right: 2px;
}
.empty-participants {
  text-align: center;
  padding: 60px 25px 75px;
  border-top: 1px solid #eef2ed;
}
.empty-participants>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #f1f7ed;
  color: #88a57e;
  margin: 0 auto 20px;
}
.empty-participants h3 {
  font-size: 21px;
  letter-spacing: -.5px;
  font-weight: 500;
  color: #4b6e50;
  margin: 0 0 10px;
}
.empty-participants p {
  font-size: 14px;
  color: #8b9c88;
  max-width: 430px;
  margin: 0 auto 23px;
  line-height: 1.8;
}
.empty-participants .text-link {
  color: #29744c;
  font-size: 13px;
}
.participants-table {
  font-size: 13px;
}
.participants-table th {
  background: #f6f9f3;
  color: #7c917d;
  font-size: 11px;
  font-weight: 500;
  padding: 12px 20px;
  height: 43px;
}
.participants-table td {
  padding: 17px 20px;
}
.participant-name {
  display: block;
  text-align: left;
}
.participant-name>span:first-child {
  display: block;
  font-size: 13px;
  font-weight: 550;
  color: #41674a;
  white-space: normal;
  line-height: 1.6;
}
.participant-name small {
  font-size: 12px;
  color: #8a9c88;
  display: block;
  margin: 3px 0;
}
.participant-folio {
  font-size: 10px;
  color: #879f86;
  letter-spacing: .4px;
}
.university-cell {
  display: block;
  white-space: normal;
  max-width: 260px;
  font-size: 12px;
  line-height: 1.6;
  color: #6c876f;
}
.row-state {
  display: block;
  color: #92a18e;
  font-size: 11px;
  margin-top: 4px;
}
.date-cell {
  font-size: 11px;
  color: #8a9b84;
}
.received-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #307747;
  background: #edf6e9;
  font-size: 10px;
  padding: 4px 7px;
  border-radius: 5px;
  font-weight: 500;
  white-space: nowrap;
}
.view-record {
  font-size: 11px;
  color: #478455;
  gap: 5px;
  padding: 9px;
}
.table-loading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px 40px;
}
.table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border-top: 1px solid #e7eee2;
  color: #819680;
  font-size: 12px;
}
.table-pagination>nav {
  width: auto;
  margin: 0;
}
.table-pagination button {
  font-size: 12px;
  height: 32px;
}
.table-pagination [data-slot=pagination-content] {
  gap: 15px;
}
.admin-alert {
  margin: 0 20px 20px;
  align-items: center;
}
.admin-alert>span {
  flex: 1;
}
.admin-alert button {
  font-size: 12px;
  color: #a34f42;
}
.admin-bottom-note {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  line-height: 1.6;
  color: #8a9c86;
  margin-top: 18px;
}
.admin-bottom-note>svg {
  flex-shrink: 0;
}
.admin-bottom-note small {
  margin-left: auto;
  font-size: 10px;
}
.participant-sheet {
  width: min(92vw,680px) !important;
  max-width: 680px !important;
  overflow-y: auto;
  gap: 0;
  padding: 0 !important;
}
.participant-sheet>[data-slot=sheet-header] {
  padding: 32px 32px 25px;
  border-bottom: 1px solid #e2ebdc;
  gap: 10px;
  background: #f6f9f3;
}
.participant-sheet [data-slot=sheet-title] {
  font-size: 24px;
  letter-spacing: -.5px;
  font-weight: 500;
  color: #386a42;
}
.participant-sheet [data-slot=sheet-description] {
  font-size: 12px;
  color: #8a9b83;
}
.participant-sheet .eyebrow {
  font-size: 10px;
  letter-spacing: 1.4px;
}
.detail-content {
  padding: 28px 32px;
}
.detail-loading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-profile {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
.profile-initials {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #eaf4e2;
  color: #4e8253;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.detail-profile h2 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.5px;
  margin: 0;
  color: #3c6b43;
}
.detail-profile p {
  font-size: 13px;
  color: #8a9c82;
  margin: 4px 0 10px;
  overflow-wrap: anywhere;
}
.detail-section {
  padding: 24px 0;
  border-top: 1px solid #e5eddf;
}
.detail-section h3 {
  font-size: 15px;
  font-weight: 550;
  color: #4b7550;
  margin: 0 0 17px;
}
.detail-section dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.detail-section dl>div:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.detail-section dt {
  font-size: 11px;
  color: #8d9d83;
  margin-bottom: 5px;
}
.detail-section dd {
  font-size: 13px;
  color: #4e7150;
  line-height: 1.8;
  overflow-wrap: anywhere;
  margin: 0;
}
.detail-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 17px;
}
.detail-section-heading h3 {
  margin: 0;
}
.detail-section-heading button {
  font-size: 11px;
  color: #5d8258;
  height: 32px;
  gap: 5px;
}
.detail-documents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-document {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e1e9db;
  border-radius: 7px;
  color: #709566;
}
.detail-document>svg {
  flex-shrink: 0;
}
.detail-document>div {
  flex: 1;
  min-width: 0;
}
.detail-document strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  color: #4b764b;
}
.detail-document span {
  font-size: 11px;
  color: #9aa68f;
  display: block;
  overflow-wrap: anywhere;
  margin: 4px 0;
}
.detail-document small {
  font-size: 10px;
  color: #a0ac94;
}
.video-button {
  width: 100%;
  margin-top: 17px;
  font-size: 12px;
}
.video-button>svg:last-child {
  margin-left: auto;
}
.detail-consents p {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #759270;
  margin: 10px 0;
}
.detail-consents svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.access-denied {
  text-align: center;
  max-width: 600px;
  margin: 70px auto;
  padding: 30px;
}
.access-denied>svg {
  margin: auto;
  color: #36834b;
}
.access-denied h1 {
  font-size: 34px;
  letter-spacing: -1px;
}
.access-denied p {
  color: #80927b;
  font-size: 16px;
}
.access-denied>.text-link {
  display: block;
  margin-top: 25px;
}
@media (max-width:1100px) {
  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .participants-toolbar {
    gap: 20px;
  }
  .admin-stat {
    padding: 20px 15px;
    gap: 12px;
  }
  .admin-stat p {
    font-size: 12px;
  }
}
@media (max-width:750px) {
  .admin-shell {
    padding: 28px 5% 50px;
  }
  .admin-welcome {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .admin-welcome>.eyebrow {
    font-size: 9px;
  }
  .admin-welcome>span {
    font-size: 11px;
  }
  .admin-heading h1 {
    font-size: 31px;
    letter-spacing: -1.2px;
  }
  .admin-heading p {
    font-size: 12px;
  }
  .admin-exports {
    flex-wrap: wrap;
  }
  .admin-exports .button {
    font-size: 11px;
    padding: 10px 13px;
    min-height: 40px;
  }
  .admin-stats {
    gap: 10px;
  }
  .admin-stat {
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 12px;
    gap: 12px;
  }
  .admin-stat>span {
    width: 37px;
    height: 37px;
    border-radius: 10px;
  }
  .admin-stat p {
    font-size: 10px;
    line-height: 1.6;
    min-height: 32px;
  }
  .admin-stat strong {
    font-size: 26px;
  }
  .participants-toolbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 19px;
  }
  .participant-controls {
    width: 100%;
    gap: 8px;
  }
  .participant-search {
    min-width: 0;
    flex: 1;
    width: 100%;
    padding-left: 8px;
  }
  .participant-search>input {
    width: 100%;
    min-width: 0;
    font-size: 12px;
    padding: 8px;
  }
  .participant-search>button {
    font-size: 11px;
    padding: 5px;
  }
  .participant-search>svg {
    flex-shrink: 0;
    width: 15px;
  }
  .participant-controls>button {
    width: 35px;
    flex-shrink: 0;
  }
  .empty-participants {
    padding: 45px 20px 55px;
  }
  .empty-participants h3 {
    font-size: 19px;
  }
  .empty-participants p {
    font-size: 13px;
  }
  .admin-bottom-note {
    align-items: flex-start;
    font-size: 10px;
  }
  .admin-bottom-note small {
    display: none;
  }
  .table-pagination {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px;
  }
  .table-pagination [data-slot=pagination-content] {
    gap: 10px;
    font-size: 11px;
  }
  .table-pagination button {
    font-size: 11px;
  }
  .participant-sheet>[data-slot=sheet-header] {
    padding: 25px;
  }
  .detail-content {
    padding: 25px;
  }
  .detail-profile {
    gap: 12px;
  }
  .profile-initials {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
  .detail-profile h2 {
    font-size: 18px;
  }
  .detail-section dl {
    grid-template-columns: 1fr;
  }
  .detail-document {
    padding: 12px;
    gap: 9px;
  }
  .detail-section-heading button {
    font-size: 10px;
  }
  .detail-profile p {
    font-size: 12px;
  }
}
.seed-art {
  aspect-ratio: 152/180;
  top: 7%;
}
.seed-art img {
  width: 720.3947%;
  left: -592.1053%;
  top: -272.2222%;
}
.hero-visual .seed-art {
  max-width: 340px;
}
.form-input[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px #fae1dd !important;
}
@media (max-width:900px) {
  .hero-visual .seed-art {
    top: 13%;
  }
}
@media (max-width:650px) {
  .hero-visual .seed-art {
    top: 5%;
    width: 66%;
    left: 16%;
  }
}
.benefit-card p {
  font-size: 16px;
}
.requirement p {
  font-size: 14px;
}
.hero-period {
  font-size: 14px;
}
.site-header nav {
  font-size: 14px;
}
.visual-bottom {
  font-size: 10px;
}
.field>label,.steps-list strong {
  font-size: 14px;
}
.field-error {
  font-size: 13px;
}
.required-note,.form-progress>span,.form-bottom-note,.form-bottom-note span {
  font-size: 12px;
}
.form-heading p,.form-subheading p,.field-tip p,.consent-row label {
  font-size: 14px;
}
.field-hint,.sidebar-safety,.steps-list small,.sidebar-note p,.period-message p,.closed-note,.upload-progress>span {
  font-size: 13px;
  color: #607464;
}
.drop-zone>strong,.upload-title h4 {
  font-size: 14px;
}
.drop-zone>span,.document-upload>p,.review-block dt,.review-documents small,.review-block-header button,.data-use,.text-counter,.remove-file {
  font-size: 12px;
  color: #637966;
}
.review-block dd,.review-documents>div {
  font-size: 14px;
}
.review-block-header h3 {
  font-size: 16px;
}
.form-input::placeholder,.form-input[data-placeholder] {
  color: #708173 !important;
}
.register-title p,.form-heading p,.form-subheading p,.field-hint,.sidebar-safety,.required-note,.closed-note {
  color: #647569;
}
.form-progress>span {
  color: #637768;
}
.participant-name>span:first-child,.university-cell,.participants-table,.participants-table th,.view-record {
  font-size: 14px;
}
.participant-name small,.date-cell,.row-state,.participant-folio,.received-badge,.admin-bottom-note,.admin-bottom-note small {
  font-size: 12px;
  color: #617568;
}
.received-badge {
  color: #26753e;
}
.participant-search>input,.participant-search>button,.admin-exports .button,.participants-toolbar p {
  font-size: 14px;
}
.admin-stat p,.detail-section dt,.detail-document span,.detail-document small,.detail-profile p,.participant-sheet [data-slot=sheet-description],.detail-consents p {
  font-size: 13px;
  color: #657863;
}
.detail-document strong,.detail-section dd,.video-button {
  font-size: 14px;
}
.empty-participants p,.admin-heading p,.admin-welcome>span {
  color: #637660;
}
.table-pagination,.table-pagination button {
  font-size: 13px;
}
.detail-section-heading button {
  font-size: 12px;
}
.table-pagination {
  color: #637660;
}
.empty-participants p {
  font-size: 15px;
}
.timezone-note,.timeline-date,.timeline p,.program-notes,.document-note small,.materials-list [data-slot=accordion-content],.partners-copy,.strip-date p,.tag-unam span,.closing-section small {
  font-size: 13px;
}
.tag-unam span,.timeline p,.timezone-note,.document-note small,.strip-date p,.partner-copy {
  color: #657969;
}
.file-type {
  font-size: 11px;
}
.sidebar-note a,.sidebar-note p {
  font-size: 13px;
}
.receipt-folio small,.receipt-folio>span,.receipt-card .muted-text {
  font-size: 12px;
  color: #647b65;
}
.receipt-next p,.receipt-card>p {
  color: #637564;
}
.material-name {
  line-height: 1.5;
}
.participants-table th {
  font-weight: 550;
}
.detail-section-heading {
  flex-wrap: wrap;
}
@media (max-width:650px) {
  .steps-list strong {
    font-size: 12px;
  }
  .registration-status,.registration-status small,.form-progress>span,.form-bottom-note {
    font-size: 12px;
  }
  .registration-status small {
    display: block;
    margin-left: 0;
  }
  .field>label,.consent-row label {
    font-size: 14px;
  }
  .form-bottom-note {
    max-width: 130px;
    line-height: 1.6;
  }
  .form-actions>.button {
    font-size: 14px;
    min-width: 126px;
  }
  .admin-stat p {
    font-size: 12px;
    min-height: 38px;
  }
  .participant-search>input {
    font-size: 14px;
  }
  .participant-search>button {
    font-size: 12px;
  }
  .admin-exports .button {
    font-size: 12px;
  }
  .timeline-date {
    font-size: 11px;
  }
  .timeline p {
    font-size: 13px;
  }
  .tag-unam span {
    font-size: 12px;
  }
  .detail-section dl {
    font-size: 14px;
  }
  .form-actions .back-step {
    font-size: 13px;
  }
}
.brand-crop {
  height: 87px;
}
.brand-crop img {
  top: -13px;
}
.partners-crop {
  height: 112px;
}
.partners-crop img {
  top: -54px;
}
@media (max-width:650px) {
  .brand-crop {
    height: 85px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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: 0px;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity,1);
    transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    filter: blur(var(--tw-enter-blur,0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity,1);
    transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    filter: blur(var(--tw-exit-blur,0));
  }
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
}
@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
  to {
    height: 0;
  }
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );
  }
}
@keyframes accordion-up {
  from {
    height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );
  }
  to {
    height: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
