/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.checkbox {
  margin-bottom: var(--spacing-4, 1rem);
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: flex-start;
  gap: var(--spacing-3, 0.75rem);
}
.checkbox[data-disabled="true"], .checkbox:has(.checkbox__control:disabled) {
  cursor: not-allowed;
  opacity: 50%;
}
.checkbox__control-wrap {
  position: relative;
  margin-top: calc(var(--spacing, 0.25rem) * 0.5);
  width: var(--spacing-4, 1rem);
  height: var(--spacing-4, 1rem);
  flex-shrink: 0;
}
.checkbox__control {
  position: absolute;
  inset: 0px;
  z-index: 10;
  margin: 0px;
  width: var(--spacing-4, 1rem);
  height: var(--spacing-4, 1rem);
  cursor: pointer;
  appearance: none;
  opacity: 0%;
}
.checkbox__control:disabled {
  cursor: not-allowed;
}
.checkbox__indicator {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  display: flex;
  width: var(--spacing-4, 1rem);
  height: var(--spacing-4, 1rem);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border, rgb(120 184 194 / 0.33));
  background-color: var(--color-surface, #fafafa);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  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, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.checkbox__control:focus-visible + .checkbox__indicator {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--color-primary-highlight, #e8ba00);
}
.checkbox__control:checked + .checkbox__indicator, .checkbox__control:indeterminate + .checkbox__indicator {
  border-color: var(--color-nav, #0d263d);
  background-color: var(--color-nav, #0d263d);
}
.checkbox__control:checked + .checkbox__indicator::after {
  content: "";
  display: block;
  width: calc(var(--spacing, 0.25rem) * 2.5);
  height: calc(var(--spacing, 0.25rem) * 2.5);
  background-color: var(--color-primary-soft);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
}
.checkbox__control:indeterminate:not(:checked) + .checkbox__indicator::after {
  content: "";
  display: block;
  height: calc(var(--spacing, 0.25rem) * 0.5);
  width: calc(var(--spacing, 0.25rem) * 2.5);
  border-radius: var(--radius-sm, 0.375rem);
  background-color: var(--color-primary-soft);
}
.checkbox__control[aria-invalid="true"] + .checkbox__indicator {
  border-color: var(--color-danger, #b42318);
}
.checkbox__copy {
  display: flex;
  min-width: 0px;
  flex: 1;
  flex-direction: column;
  gap: var(--spacing-1, 0.125rem);
}
.checkbox__label {
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  --tw-leading: var(--leading-relaxed, 1.625);
  line-height: var(--leading-relaxed, 1.625);
  color: var(--color-text-on-bg, #0d263d);
}
.checkbox__description {
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  color: var(--color-text-on-bg-muted, rgb(5 5 5 / 0.65));
}
.checkbox__description[hidden] {
  display: none;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --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-leading: initial;
    }
  }
}
