/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import "https://rsms.me/inter/inter.css";

@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-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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

._ActionBar_1nmyk_1 {
  cursor: default;
  background: var(--puck-color-grey-01);
  width: auto;
  color: var(--puck-color-white);
  font-family: var(--puck-font-family);
  padding: 4px;
  border-radius: 8px;
  align-items: center;
  min-height: 26px;
  padding-inline: 0;
  display: flex;
}

._ActionBar-label_1nmyk_18 {
  color: var(--puck-color-grey-08);
  font-size: var(--puck-font-size-xxxs);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-inline: 4px;
  padding-inline: 8px;
  font-weight: 500;
}

._ActionBarAction_1nmyk_30 + ._ActionBar-label_1nmyk_18 {
  padding-inline-start: 0;
}

._ActionBar-label_1nmyk_18 + ._ActionBarAction_1nmyk_30 {
  margin-inline-start: -4px;
}

._ActionBar-group_1nmyk_38 {
  border-inline-start: .5px solid var(--puck-color-grey-05);
  align-items: center;
  height: 100%;
  padding-inline: 4px;
  display: flex;
}

._ActionBar-group_1nmyk_38:first-of-type {
  border-inline-start: 0;
}

._ActionBar-group_1nmyk_38:empty {
  display: none;
}

._ActionBarAction_1nmyk_30 {
  color: var(--puck-color-grey-08);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-inline: 4px;
  padding: 6px;
  transition: color 50ms ease-in;
  display: flex;
  overflow: hidden;
}

._ActionBarAction--disabled_1nmyk_71 {
  cursor: auto;
  color: var(--puck-color-grey-06);
}

._ActionBarAction_1nmyk_30 svg {
  max-width: none !important;
}

._ActionBarAction_1nmyk_30:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: -2px;
}

@media (hover: hover) and (pointer: fine) {
  ._ActionBarAction_1nmyk_30:hover:not(._ActionBarAction--disabled_1nmyk_71) {
    color: var(--puck-color-azure-06);
    transition: none;
  }
}

._ActionBarAction_1nmyk_30:active:not(._ActionBarAction--disabled_1nmyk_71), ._ActionBarAction--active_1nmyk_93 {
  color: var(--puck-color-azure-07);
  transition: none;
}

._ActionBar-group_1nmyk_38 * {
  margin: 0;
}

._ActionBar-separator_1nmyk_102 {
  background: var(--puck-color-grey-05);
  width: .5px;
  height: 100%;
  margin-inline: 4px;
}

._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
  margin-top: 12px;
}

._Input-label_bsxfo_5 {
  color: var(--puck-color-grey-04);
  font-size: var(--puck-font-size-xxs);
  align-items: center;
  padding-bottom: 12px;
  font-weight: 600;
  display: flex;
}

._Input-labelIcon_bsxfo_14 {
  color: var(--puck-color-grey-07);
  margin-inline-end: 4px;
  padding-inline-start: 4px;
  display: flex;
}

._Input-disabledIcon_bsxfo_21 {
  color: var(--puck-color-grey-05);
  margin-inline-start: auto;
}

._Input-input_bsxfo_26 {
  background: var(--puck-color-white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--puck-color-grey-09);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  font-family: inherit;
  font-size: 16px;
  transition: border-color 50ms ease-in;
}

@media (min-width: 458px) {
  ._Input-input_bsxfo_26 {
    font-size: 14px;
  }
}

select._Input-input_bsxfo_26 {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") calc(100% - 12px) calc(50% + 3px) / 12px no-repeat;
  background-color: var(--puck-color-white);
  cursor: pointer;
}

select._Input-input_bsxfo_26:dir(rtl) {
  background-position: 12px calc(50% + 3px);
}

@media (hover: hover) and (pointer: fine) {
  ._Input_bsxfo_1:has( > input):hover ._Input-input_bsxfo_26:not([readonly]), ._Input_bsxfo_1:has( > textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
    border-color: var(--puck-color-grey-05);
    transition: none;
  }

  ._Input_bsxfo_1:has( > select):hover ._Input-input_bsxfo_26:not([disabled]) {
    background-color: var(--puck-color-azure-12);
    border-color: var(--puck-color-grey-05);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
    transition: none;
  }
}

._Input-input_bsxfo_26:focus {
  border-color: var(--puck-color-grey-05);
  outline: 2px solid var(--puck-color-azure-05);
  transition: none;
}

._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26, ._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
  background-color: var(--puck-color-grey-11);
  border-color: var(--puck-color-grey-09);
  color: var(--puck-color-grey-04);
  cursor: default;
  opacity: 1;
  outline: 0;
  transition: none;
}

._Input-radioGroupItems_bsxfo_93 {
  border: 1px solid var(--puck-color-grey-09);
  border-radius: 4px;
  flex-wrap: wrap;
  display: flex;
}

._Input-radio_bsxfo_93 {
  border-inline-end: 1px solid var(--puck-color-grey-09);
  flex-grow: 1;
}

._Input-radio_bsxfo_93:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

._Input-radio_bsxfo_93:last-of-type {
  border-inline-end: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

._Input-radioInner_bsxfo_110 {
  background-color: var(--puck-color-white);
  color: var(--puck-color-grey-04);
  cursor: pointer;
  font-size: var(--puck-font-size-xxxs);
  text-align: center;
  padding: 8px 12px;
  transition: background-color 50ms ease-in;
}

._Input-radio_bsxfo_93:has(:focus-visible) {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  ._Input-radioInner_bsxfo_110:hover {
    background-color: var(--puck-color-azure-12);
    transition: none;
  }
}

._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
  background-color: var(--puck-color-white);
  color: var(--puck-color-grey-04);
  cursor: default;
}

._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
  background-color: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
  font-weight: 500;
}

._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
  background-color: var(--puck-color-grey-11);
  color: var(--puck-color-grey-04);
}

._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

textarea._Input-input_bsxfo_26 {
  margin-bottom: -4px;
}

._ArrayField_14u8o_5 {
  background: var(--puck-color-azure-11);
  border: 1px solid var(--puck-color-grey-09);
  border-radius: 4px;
  flex-direction: column;
  display: flex;
}

._ArrayField--isDraggingFrom_14u8o_13 {
  background-color: var(--puck-color-azure-11);
  overflow: hidden;
}

._ArrayField-addButton_14u8o_18 {
  background-color: var(--puck-color-white);
  color: var(--puck-color-azure-05);
  cursor: pointer;
  text-align: left;
  border: none;
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 14px;
  transition: background-color 50ms ease-in;
  display: flex;
}

._ArrayField--hasItems_14u8o_33 > ._ArrayField-addButton_14u8o_18 {
  border-top: 1px solid var(--puck-color-grey-09);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._ArrayField-addButton_14u8o_18:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:hover {
    background: var(--puck-color-azure-12);
    color: var(--puck-color-azure-04);
    transition: none;
  }
}

._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:active {
  background: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
  transition: none;
}

._ArrayField-inner_14u8o_59 {
  margin-top: -1px;
}

._ArrayFieldItem_14u8o_67 {
  border-top: 1px solid var(--puck-color-grey-09);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  position: relative;
}

._ArrayFieldItem--isDragging_14u8o_78 {
  border-top: #0000;
}

._ArrayFieldItem--isExpanded_14u8o_82:before {
  display: none;
}

._ArrayFieldItem--isExpanded_14u8o_82 {
  z-index: 2;
  border-bottom: 0;
  outline-offset: 0px !important;
  outline: 1px solid var(--puck-color-azure-07) !important;
}

._ArrayFieldItem--isDragging_14u8o_78 {
  outline: 2px var(--puck-color-azure-09) solid !important;
}

._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
  background-color: var(--puck-color-white);
}

._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._ArrayFieldItem-summary_14u8o_97 {
  background: var(--puck-color-white);
  color: var(--puck-color-grey-04);
  cursor: pointer;
  font-size: var(--puck-font-size-xxs);
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  padding: 12px 15px;
  list-style: none;
  transition: background-color 50ms ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

._ArrayFieldItem_14u8o_67:first-of-type > ._ArrayFieldItem-summary_14u8o_97 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem_14u8o_67:last-of-type:not(._ArrayFieldItem--isExpanded_14u8o_82) > ._ArrayFieldItem-summary_14u8o_97, ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem--isExpanded_14u8o_82:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

._ArrayFieldItem-summary_14u8o_97:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._ArrayFieldItem-summary_14u8o_97:hover {
    background-color: var(--puck-color-azure-12);
    transition: none;
  }
}

._ArrayFieldItem-summary_14u8o_97:active {
  background-color: var(--puck-color-azure-11);
  transition: none;
}

._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-summary_14u8o_97 {
  background: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
  font-weight: 600;
  transition: none;
}

._ArrayFieldItem-body_14u8o_166 {
  background: var(--puck-color-white);
  display: none;
}

._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
  display: block;
}

._ArrayFieldItem-fieldset_14u8o_175 {
  border: none;
  border-top: 1px solid var(--puck-color-grey-09);
  min-width: 0;
  margin: 0;
  padding: 16px 15px;
}

._ArrayFieldItem-rhs_14u8o_183 {
  align-items: center;
  gap: 4px;
  display: flex;
}

._ArrayFieldItem-actions_14u8o_189 {
  color: var(--puck-color-grey-04);
  opacity: 0;
  gap: 4px;
  display: flex;
}

._ArrayFieldItem-summary_14u8o_97:focus-within > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189, ._ArrayFieldItem-summary_14u8o_97:hover > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189 {
  opacity: 1;
}

._IconButton_ffob9_1 {
  color: currentColor;
  font-family: var(--puck-font-family);
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color 50ms ease-in, color 50ms ease-in;
  display: flex;
}

._IconButton--active_ffob9_14 {
  color: var(--puck-color-azure-04);
}

._IconButton_ffob9_1:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: -2px;
}

@media (hover: hover) and (pointer: fine) {
  ._IconButton_ffob9_1:hover:not(._IconButton--disabled_ffob9_24) {
    background: var(--puck-color-grey-10);
    color: var(--puck-color-azure-04);
    cursor: pointer;
    transition: none;
  }
}

._IconButton_ffob9_1:active {
  background: var(--puck-color-azure-11);
  transition: none;
}

._IconButton-title_ffob9_37 {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

._IconButton--disabled_ffob9_24 {
  color: var(--puck-color-grey-07);
}

@keyframes _loader-animation_nacdm_1 {
  0% {
    transform: rotate(0)scale(1);
  }

  50% {
    transform: rotate(180deg)scale(.8);
  }

  100% {
    transform: rotate(360deg)scale(1);
  }
}

._Loader_nacdm_13 {
  background: none;
  border: 2px solid;
  border-bottom-color: #0000;
  border-radius: 100%;
  animation: 1s linear infinite both _loader-animation_nacdm_1;
  display: inline-block;
}

._DragIcon_17p8x_1 {
  color: var(--puck-color-grey-05);
  cursor: grab;
  border-radius: 4px;
  padding: 4px;
}

._DragIcon--disabled_17p8x_8 {
  cursor: no-drop;
}

@media (hover: hover) and (pointer: fine) {
  ._DragIcon_17p8x_1:not(._DragIcon--disabled_17p8x_8):hover {
    color: var(--puck-color-azure-05);
    background-color: var(--puck-color-azure-12);
  }
}

[data-dnd-placeholder] * {
  opacity: 0 !important;
}

:root {
  --puck-color-rose-01: #4a001c;
  --puck-color-rose-02: #670833;
  --puck-color-rose-03: #87114c;
  --puck-color-rose-04: #a81a66;
  --puck-color-rose-05: #bc5089;
  --puck-color-rose-06: #cc7ca5;
  --puck-color-rose-07: #d89aba;
  --puck-color-rose-08: #e3b8cf;
  --puck-color-rose-09: #efd6e3;
  --puck-color-rose-10: #f6eaf1;
  --puck-color-rose-11: #faf4f8;
  --puck-color-rose-12: #fef8fc;
  --puck-color-azure-01: #00175d;
  --puck-color-azure-02: #002c77;
  --puck-color-azure-03: #014292;
  --puck-color-azure-04: #0158ad;
  --puck-color-azure-05: #3479be;
  --puck-color-azure-06: #6499cf;
  --puck-color-azure-07: #88b0da;
  --puck-color-azure-08: #abc7e5;
  --puck-color-azure-09: #cfdff0;
  --puck-color-azure-10: #e7eef7;
  --puck-color-azure-11: #f3f6fb;
  --puck-color-azure-12: #f7faff;
  --puck-color-green-01: #002000;
  --puck-color-green-02: #043604;
  --puck-color-green-03: #084e08;
  --puck-color-green-04: #0c680c;
  --puck-color-green-05: #1d882f;
  --puck-color-green-06: #2faa53;
  --puck-color-green-07: #56c16f;
  --puck-color-green-08: #7dd78b;
  --puck-color-green-09: #b8e8bf;
  --puck-color-green-10: #ddf3e0;
  --puck-color-green-11: #eff8f0;
  --puck-color-green-12: #f3fcf4;
  --puck-color-yellow-01: #211000;
  --puck-color-yellow-02: #362700;
  --puck-color-yellow-03: #4c4000;
  --puck-color-yellow-04: #645a00;
  --puck-color-yellow-05: #877614;
  --puck-color-yellow-06: #ab9429;
  --puck-color-yellow-07: #bfac4e;
  --puck-color-yellow-08: #d4c474;
  --puck-color-yellow-09: #e6deb1;
  --puck-color-yellow-10: #f3efd9;
  --puck-color-yellow-11: #f9f7ed;
  --puck-color-yellow-12: #fcfaf0;
  --puck-color-red-01: #4c0000;
  --puck-color-red-02: #6a0a10;
  --puck-color-red-03: #8a1422;
  --puck-color-red-04: #ac1f35;
  --puck-color-red-05: #bf5366;
  --puck-color-red-06: #ce7e8e;
  --puck-color-red-07: #d99ca8;
  --puck-color-red-08: #e4b9c2;
  --puck-color-red-09: #efd7db;
  --puck-color-red-10: #f6eaec;
  --puck-color-red-11: #faf4f5;
  --puck-color-red-12: #fff9fa;
  --puck-color-grey-01: #181818;
  --puck-color-grey-02: #292929;
  --puck-color-grey-03: #404040;
  --puck-color-grey-04: #5a5a5a;
  --puck-color-grey-05: #767676;
  --puck-color-grey-06: #949494;
  --puck-color-grey-07: #ababab;
  --puck-color-grey-08: #c3c3c3;
  --puck-color-grey-09: #dcdcdc;
  --puck-color-grey-10: #efefef;
  --puck-color-grey-11: #f5f5f5;
  --puck-color-grey-12: #fafafa;
  --puck-color-black: #000;
  --puck-color-white: #fff;
  --puck-font-size-scale-base-unitless: 12;
  --puck-font-size-xxxs-unitless: 12;
  --puck-font-size-xxs-unitless: 14;
  --puck-font-size-xs-unitless: 16;
  --puck-font-size-s-unitless: 18;
  --puck-font-size-m-unitless: 21;
  --puck-font-size-l-unitless: 24;
  --puck-font-size-xl-unitless: 28;
  --puck-font-size-xxl-unitless: 36;
  --puck-font-size-xxxl-unitless: 48;
  --puck-font-size-xxxxl-unitless: 56;
  --puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
  --puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
  --puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
  --puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
  --puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
  --puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
  --puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
  --puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
  --puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
  --puck-font-size-xxxxl: calc(1rem * var(--puck-font-size-xxxxl-unitless) / 16);
  --puck-font-size-base: var(--puck-font-size-xs);
  --line-height-reset: 1;
  --line-height-xs: calc(var(--space-m-unitless) / var(--puck-font-size-m-unitless));
  --line-height-s: calc(var(--space-m-unitless) / var(--puck-font-size-s-unitless));
  --line-height-m: calc(var(--space-m-unitless) / var(--puck-font-size-xs-unitless));
  --line-height-l: calc(var(--space-m-unitless) / var(--puck-font-size-xxs-unitless));
  --line-height-xl: calc(var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless));
  --line-height-base: var(--line-height-m);
  --fallback-font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --puck-font-family: Inter, var(--fallback-font-stack);
  --puck-font-family-monospaced: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
}

@supports (font-variation-settings: normal) {
  :root {
    --puck-font-family: InterVariable, var(--fallback-font-stack);
  }
}

#frame-root {
  height: 1px;
  min-height: 100vh;
}

[data-puck-entry] {
  z-index: 0;
  position: relative;
}

._ExternalInput-actions_91ls0_1 {
  display: flex;
}

._ExternalInput-button_91ls0_5 {
  background-color: var(--puck-color-white);
  border: 1px solid var(--puck-color-grey-09);
  color: var(--puck-color-azure-04);
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-weight: 500;
  transition: background-color 50ms ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

._ExternalInput--dataSelected_91ls0_24 ._ExternalInput-button_91ls0_5 {
  color: var(--puck-color-grey-03);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
}

._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
  background-color: var(--puck-color-grey-11);
}

._ExternalInput-detachButton_91ls0_35 {
  border: 1px solid var(--puck-color-grey-09);
  background-color: var(--puck-color-grey-12);
  color: var(--puck-color-grey-05);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-inline-start: -1px;
  padding: 8px 12px;
  transition: background-color 50ms ease-in, color 50ms ease-in;
  display: flex;
  position: relative;
}

._ExternalInput-button_91ls0_5:focus-visible, ._ExternalInput-detachButton_91ls0_35:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:hover, ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
    background: var(--puck-color-azure-12);
    transition: none;
  }

  ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
    color: var(--puck-color-azure-04);
  }
}

._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:active, ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:active {
  background: var(--puck-color-azure-11);
  transition: none;
}

._ExternalInputModal_91ls0_79 {
  color: var(--puck-color-black);
  grid-template-rows: min-content minmax(128px, 100%) min-content;
  grid-template-columns: 100%;
  min-height: 50dvh;
  max-height: 90dvh;
  display: grid;
  position: relative;
}

._ExternalInputModal-grid_91ls0_89 {
  flex-direction: column;
  display: flex;
}

@media (min-width: 458px) {
  ._ExternalInputModal-grid_91ls0_89 {
    grid-template-columns: 100%;
    display: grid;
  }

  ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
    grid-template-columns: 25% 75%;
  }
}

._ExternalInputModal-filters_91ls0_105 {
  border-bottom: 1px solid var(--puck-color-grey-09);
}

._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
  display: none;
}

@media (min-width: 458px) {
  ._ExternalInputModal-filters_91ls0_105 {
    border-inline-end: 1px solid var(--puck-color-grey-09);
    display: none;
  }

  ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
    display: block;
  }
}

._ExternalInputModal-masthead_91ls0_124 {
  background-color: var(--puck-color-grey-12);
  border-bottom: 1px solid var(--puck-color-grey-09);
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
  display: flex;
}

._ExternalInputModal-tableWrapper_91ls0_133 {
  flex-grow: 1;
  position: relative;
  overflow: auto;
}

._ExternalInputModal-table_91ls0_133 {
  border-collapse: unset;
  border-spacing: 0;
  color: var(--puck-color-grey-02);
  z-index: 0;
  min-width: 100%;
  position: relative;
}

._ExternalInputModal-thead_91ls0_149 {
  background-color: var(--puck-color-white);
  z-index: 1;
  position: sticky;
  top: 0;
}

._ExternalInputModal-th_91ls0_149 {
  border-bottom: 1px solid var(--puck-color-grey-09);
  color: var(--puck-color-grey-04);
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
}

._ExternalInputModal-td_91ls0_164 {
  border-bottom: 1px solid var(--puck-color-grey-10);
  padding: 16px 24px;
}

._ExternalInputModal-tr_91ls0_169 ._ExternalInputModal-td_91ls0_164:first-of-type {
  white-space: nowrap;
  width: 1%;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover {
    background: var(--puck-color-azure-12);
    color: var(--puck-color-azure-04);
    cursor: pointer;
    margin-inline-start: -5px;
    position: relative;
  }

  ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover ._ExternalInputModal-td_91ls0_164:first-of-type {
    border-inline-start: 4px solid var(--puck-color-azure-04);
    padding-inline-start: 20px;
  }
}

._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
  border-bottom: none;
}

._ExternalInputModal-tableWrapper_91ls0_133 {
  display: none;
}

._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
  display: block;
}

._ExternalInputModal-loadingBanner_91ls0_206 {
  background-color: var(--puck-color-white);
  display: none;
}

@supports (color: color-mix(in lab, red, red)) {
  ._ExternalInputModal-loadingBanner_91ls0_206 {
    background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
  }
}

._ExternalInputModal-loadingBanner_91ls0_206 {
  justify-content: center;
  align-items: center;
  padding: 64px;
  position: absolute;
  inset: 0;
}

._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
  display: flex;
}

._ExternalInputModal-searchForm_91ls0_227 {
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 12px;
  display: flex;
}

@media (min-width: 458px) {
  ._ExternalInputModal-searchForm_91ls0_227 {
    flex-wrap: nowrap;
  }
}

._ExternalInputModal-search_91ls0_227 {
  background: var(--puck-color-white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--puck-color-grey-09);
  border-radius: 4px;
  flex-grow: 1;
  transition: border-color 50ms ease-in;
  display: flex;
}

._ExternalInputModal-search_91ls0_227:focus-within {
  border-color: var(--puck-color-grey-05);
  outline: 2px solid var(--puck-color-azure-05);
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  ._ExternalInputModal-search_91ls0_227:hover {
    border-color: var(--puck-color-grey-05);
    transition: none;
  }
}

._ExternalInputModal-searchIcon_91ls0_264 {
  background: var(--puck-color-grey-12);
  border-inline-end: 1px solid var(--puck-color-grey-09);
  color: var(--puck-color-grey-07);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  transition: color 50ms ease-in;
  display: flex;
}

._ExternalInputModal-search_91ls0_227:focus-within ._ExternalInputModal-searchIcon_91ls0_264 {
  color: var(--puck-color-grey-04);
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  ._ExternalInputModal-search_91ls0_227:hover ._ExternalInputModal-searchIcon_91ls0_264 {
    color: var(--puck-color-grey-04);
    transition: none;
  }
}

._ExternalInputModal-searchIconText_91ls0_289 {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

._ExternalInputModal-searchInput_91ls0_299 {
  background: var(--puck-color-white);
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 12px 15px;
  font-family: inherit;
  font-size: 14px;
}

._ExternalInputModal-searchInput_91ls0_299:focus {
  outline: 0;
}

._ExternalInputModal-searchActions_91ls0_313 {
  gap: 8px;
  width: 100%;
  height: 44px;
  display: flex;
}

@media (min-width: 458px) {
  ._ExternalInputModal-searchActions_91ls0_313 {
    width: auto;
  }
}

._ExternalInputModal-searchActionIcon_91ls0_326 {
  align-self: center;
}

._ExternalInputModal-footerContainer_91ls0_330 {
  background-color: var(--puck-color-grey-12);
  border-top: 1px solid var(--puck-color-grey-09);
  color: var(--puck-color-grey-04);
  padding: 16px;
}

._ExternalInputModal-footer_91ls0_330 {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

._ExternalInputModal-field_91ls0_343 {
  color: var(--puck-color-grey-04);
  margin: 16px;
  margin-bottom: 12px;
  display: block;
}

._Modal_ikbaj_1 {
  background: var(--puck-color-black);
}

@supports (color: color-mix(in lab, red, red)) {
  ._Modal_ikbaj_1 {
    background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
  }
}

._Modal_ikbaj_1 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0;
}

._Modal--isOpen_ikbaj_15 {
  display: flex;
}

._Modal-inner_ikbaj_19 {
  background: var(--puck-color-white);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  max-height: 90dvh;
  display: flex;
  overflow: hidden;
}

._Heading_qxrry_1 {
  color: var(--puck-color-black);
  margin: 0;
  font-weight: 700;
  display: block;
}

._Heading_qxrry_1 b {
  font-weight: 700;
}

._Heading--xxxxl_qxrry_12 {
  font-size: var(--puck-font-size-xxxxl);
  letter-spacing: .08ch;
  font-weight: 800;
}

._Heading--xxxl_qxrry_18 {
  font-size: var(--puck-font-size-xxxl);
}

._Heading--xxl_qxrry_22 {
  font-size: var(--puck-font-size-xxl);
}

._Heading--xl_qxrry_26 {
  font-size: var(--puck-font-size-xl);
}

._Heading--l_qxrry_30 {
  font-size: var(--puck-font-size-l);
}

._Heading--m_qxrry_34 {
  font-size: var(--puck-font-size-m);
}

._Heading--s_qxrry_38 {
  font-size: var(--puck-font-size-s);
}

._Heading--xs_qxrry_42 {
  font-size: var(--puck-font-size-xs);
}

._Button_10byl_1 {
  appearance: none;
  color: var(--puck-color-white);
  letter-spacing: .05ch;
  font-family: var(--puck-font-family);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 50ms ease-in;
  display: inline-flex;
}

._Button_10byl_1:hover, ._Button_10byl_1:active {
  transition: none;
}

._Button--medium_10byl_29 {
  padding-bottom: 7px;
  padding-inline: 19px;
  min-height: 34px;
  padding-top: 7px;
}

._Button--large_10byl_37 {
  padding-bottom: 11px;
  padding-inline: 19px;
  padding-top: 11px;
}

._Button-icon_10byl_44 {
  margin-top: 2px;
}

._Button--primary_10byl_48 {
  background: var(--puck-color-azure-04);
}

._Button_10byl_1:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._Button--primary_10byl_48:hover {
    background-color: var(--puck-color-azure-03);
  }
}

._Button--primary_10byl_48:active {
  background-color: var(--puck-color-azure-02);
}

._Button--secondary_10byl_67 {
  color: currentColor;
  border: 1px solid;
}

@media (hover: hover) and (pointer: fine) {
  ._Button--secondary_10byl_67:hover {
    background-color: var(--puck-color-azure-12);
    color: var(--puck-color-black);
  }
}

._Button--secondary_10byl_67:active {
  background-color: var(--puck-color-azure-11);
  color: var(--puck-color-black);
}

._Button--flush_10byl_84 {
  border-radius: 0;
}

._Button--disabled_10byl_88, ._Button--disabled_10byl_88:hover {
  background-color: var(--puck-color-grey-07);
  color: var(--puck-color-grey-03);
  cursor: not-allowed;
}

._Button--fullWidth_10byl_95 {
  justify-content: center;
  width: 100%;
}

._Button-spinner_10byl_100 {
  padding-inline-start: 8px;
}

._RichTextMenu_k97eh_1 {
  flex-flow: row;
  display: flex;
}

._RichTextMenu--form_k97eh_7 {
  background-color: var(--puck-color-grey-12);
  scrollbar-width: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px;
  position: relative;
  overflow-x: auto;
}

._RichTextMenu-group_k97eh_17 {
  align-items: space-between;
  flex-flow: row;
  gap: 2px;
  padding-inline: 6px;
  display: flex;
  position: relative;
}

._RichTextMenu-group_k97eh_17:first-of-type {
  padding-left: 0;
}

._RichTextMenu-group_k97eh_17:last-of-type {
  padding-right: 0;
}

._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 {
  color: var(--puck-color-grey-08);
  flex-wrap: nowrap;
  gap: 0;
}

._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
  border-left: 1px solid var(--puck-color-grey-10);
}

._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
  border-left: .5px solid var(--puck-color-grey-05);
}

._Control_1aveu_1 .lucide {
  width: 18px;
  height: 18px;
}

._Control--inline_1aveu_6 .lucide {
  width: 16px;
  height: 16px;
}

._Select_xjbef_1 {
  z-index: 1;
  position: relative;
}

._Select-button_xjbef_6 {
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100%;
  padding: 4px 2px 4px 4px;
  display: flex;
}

._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6 {
  color: currentColor;
}

._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6 {
  cursor: pointer;
}

._Select-buttonIcon_xjbef_27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

._Select--standalone_xjbef_33 ._Select-buttonIcon_xjbef_27 .lucide {
  width: 18px;
  height: 18px;
}

._Select--actionBar_xjbef_38 ._Select-buttonIcon_xjbef_27 .lucide {
  width: 16px;
  height: 16px;
}

._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6:hover, ._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
  background: var(--puck-color-grey-10);
  color: var(--puck-color-azure-04);
}

._Select--disabled_xjbef_23 ._Select-button_xjbef_6 {
  color: var(--puck-color-grey-07);
}

._Select--actionBar_xjbef_38._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6:hover, ._Select--actionBar_xjbef_38._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
  color: var(--puck-color-azure-07);
  background: none;
}

._Select-items_xjbef_61 {
  border: 1px solid var(--puck-color-grey-09);
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  margin: 10px 8px 10px 0;
  padding: 4px;
  list-style: none;
}

._SelectItem_xjbef_72 {
  color: var(--puck-color-grey-04);
  cursor: pointer;
  font-size: var(--puck-font-size-xxs);
  background: none;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  display: flex;
}

._SelectItem--isSelected_xjbef_87 {
  background: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
  font-weight: 500;
}

._SelectItem--isSelected_xjbef_87 ._SelectItem-icon_xjbef_93 {
  color: var(--puck-color-azure-04);
}

._SelectItem_xjbef_72:hover {
  background: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
}

._RichTextEditor_z25h4_1 .ProseMirror {
  white-space: pre-wrap;
  word-wrap: break-word;
  cursor: text;
  outline: none;
  position: relative;
}

._RichTextEditor_z25h4_1 .rich-text * {
  white-space: pre-wrap;
  -webkit-user-select: auto;
  user-select: auto;
}

._RichTextEditor_z25h4_1 .rich-text blockquote {
  border-left: 4px solid var(--puck-color-grey-09);
  margin: 1em 0;
  padding: 0 1em;
}

._RichTextEditor_z25h4_1 .rich-text code {
  background-color: var(--puck-color-grey-11);
  border-radius: 4px;
  padding: 4px 8px;
}

._RichTextEditor_z25h4_1 .rich-text p:empty:before {
  content: " ";
}

._RichTextEditor_z25h4_1 .rich-text pre code {
  padding: 8px 12px;
  display: block;
}

._RichTextEditor_z25h4_1 .rich-text > :first-child, ._RichTextEditor_z25h4_1 .ProseMirror > :first-child, ._RichTextEditor_z25h4_1 .rich-text * p:first-of-type {
  margin-top: 0;
}

._RichTextEditor_z25h4_1 .rich-text > :last-child, ._RichTextEditor_z25h4_1 .ProseMirror > :last-child, ._RichTextEditor_z25h4_1 .rich-text * p:last-of-type {
  margin-bottom: 0;
}

._RichTextEditor--editor_z25h4_50 {
  background: var(--puck-color-white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--puck-color-grey-09);
  box-sizing: border-box;
  font-family: inherit;
  font-size: var(--puck-font-size-xxs);
  resize: vertical;
  text-align: initial;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-height: 128px;
  transition: border-color 50ms ease-in;
  display: flex;
}

._RichTextEditor--editor_z25h4_50 .rich-text {
  flex-grow: 1;
}

._RichTextEditor--editor_z25h4_50 .rich-text:not(:has(.ProseMirror)), ._RichTextEditor--editor_z25h4_50 .rich-text .ProseMirror {
  height: 100%;
  padding: 12px 15px;
}

._RichTextEditor--editor_z25h4_50 .rich-text ul, ._RichTextEditor--editor_z25h4_50 .rich-text ol {
  padding-left: 24px;
}

._RichTextEditor--editor_z25h4_50 .rich-text li {
  line-height: 1.5;
}

._RichTextEditor--editor_z25h4_50 .rich-text p {
  margin-block: 12px;
}

._RichTextEditor--editor_z25h4_50 .rich-text ul {
  list-style: outside;
}

._RichTextEditor--editor_z25h4_50 .rich-text ol {
  list-style: decimal;
}

._RichTextEditor--editor_z25h4_50:focus-within {
  border-color: var(--puck-color-grey-05);
  outline: 2px solid var(--puck-color-azure-05);
  transition: none;
}

._RichTextEditor--editor_z25h4_50._RichTextEditor--disabled_z25h4_107 {
  background: var(--puck-color-grey-11);
}

._RichTextEditor_z25h4_1:not(:focus-within):not(._RichTextEditor--isActive_z25h4_111) .ProseMirror ::selection {
  background-color: #0000;
}

._RichTextEditor-menu_z25h4_117 {
  border-bottom: 1px solid var(--puck-color-grey-10);
  z-index: 1;
  position: sticky;
  top: 0;
}

._RichTextEditor--disabled_z25h4_107 ._RichTextEditor-menu_z25h4_117 {
  border-bottom: 1px solid var(--puck-color-grey-09);
}

._ObjectField_1ua3y_5 {
  background-color: var(--puck-color-white);
  border: 1px solid var(--puck-color-grey-09);
  border-radius: 4px;
  flex-direction: column;
  display: flex;
}

._ObjectField-fieldset_1ua3y_13 {
  border: none;
  min-width: 0;
  margin: 0;
  padding: 16px 15px;
}

._Drawer_pl7z0_1 {
  font-family: var(--puck-font-family);
  flex-direction: column;
  gap: 12px;
  display: flex;
}

._Drawer-draggable_pl7z0_8 {
  position: relative;
}

._Drawer-draggableBg_pl7z0_12 {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  inset: 0;
}

._DrawerItem-draggable_pl7z0_22 {
  background: var(--puck-color-white);
  cursor: grab;
  border: 1px var(--puck-color-grey-09) solid;
  font-size: var(--puck-font-size-xxs);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  transition: background-color 50ms ease-in, color 50ms ease-in;
  display: flex;
}

._DrawerItem--disabled_pl7z0_35 ._DrawerItem-draggable_pl7z0_22 {
  background: var(--puck-color-grey-11);
  color: var(--puck-color-grey-05);
  cursor: not-allowed;
}

._DrawerItem_pl7z0_22:focus-visible {
  outline: 0;
}

._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:focus-visible ._DrawerItem-draggable_pl7z0_22 {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  ._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:not(._DrawerItem--disabled_pl7z0_35) ._DrawerItem-draggable_pl7z0_22:hover {
    background-color: var(--puck-color-azure-12);
    color: var(--puck-color-azure-04);
    transition: none;
  }
}

._DrawerItem-name_pl7z0_63 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

._DraggableComponent_1vaqy_1 {
  pointer-events: none;
  --overlay-background: var(--puck-color-azure-08);
  position: absolute;
}

@supports (color: color-mix(in lab, red, red)) {
  ._DraggableComponent_1vaqy_1 {
    --overlay-background: color-mix(in srgb, var(--puck-color-azure-08) 30%, transparent);
  }
}

._DraggableComponent-overlayWrapper_1vaqy_12 {
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

._DraggableComponent-overlay_1vaqy_12 {
  cursor: pointer;
  outline: 2px var(--puck-color-azure-09) solid;
  outline-offset: -2px;
  width: 100%;
  height: 100%;
}

._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
  outline: 1px solid var(--puck-color-azure-05);
}

._DraggableComponent-loadingOverlay_1vaqy_34 {
  background: var(--puck-color-white);
  color: var(--puck-color-grey-03);
  pointer-events: all;
  box-sizing: border-box;
  opacity: .8;
  z-index: 1;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
  background: var(--overlay-background);
  outline: 2px var(--puck-color-azure-09) solid;
}

._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
  outline-color: var(--puck-color-azure-07);
}

._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
  display: none;
}

._DraggableComponent-actionsOverlay_1vaqy_71 {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  position: sticky;
}

._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
  opacity: 1;
  pointer-events: auto;
}

._DraggableComponent-actions_1vaqy_71 {
  cursor: grab;
  box-sizing: border-box;
  transform-origin: 100% 0;
  width: auto;
  min-height: 36px;
  display: flex;
  position: absolute;
}

[data-puck-component] * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

[data-puck-component] {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto !important;
}

[data-puck-dropzone] {
  pointer-events: auto !important;
}

[data-puck-disabled] {
  cursor: pointer;
}

[data-dnd-placeholder] {
  background: var(--puck-color-azure-06) !important;
  color: #0000 !important;
  opacity: .3 !important;
  border: none !important;
  outline: none !important;
  transition: none !important;
}

[data-dnd-placeholder] *, [data-dnd-placeholder]:after, [data-dnd-placeholder]:before {
  opacity: 0 !important;
}

[data-dnd-dragging][data-puck-component] {
  pointer-events: none !important;
  outline: 2px var(--puck-color-azure-09) solid !important;
  outline-offset: -2px !important;
}

._DropZone_1i2sv_1 {
  --resize-animation-ms: .15s;
  height: 100%;
  min-height: var(--min-empty-height);
  outline-offset: -2px;
  width: 100%;
  position: relative;
}

._DropZone--hasChildren_1i2sv_11 {
  min-height: 0;
}

._DropZone_1i2sv_1:empty {
  min-height: var(--min-empty-height);
}

[data-puck-entry]:not([data-puck-dragging]) ._DropZone_1i2sv_1 {
  transition: min-height var(--resize-animation-ms) ease-in;
}

._DropZone--isAreaSelected_1i2sv_24, ._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
  background: var(--puck-color-azure-09);
}

@supports (color: color-mix(in lab, red, red)) {
  ._DropZone--isAreaSelected_1i2sv_24, ._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
    background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
  }
}

._DropZone--isAreaSelected_1i2sv_24, ._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
  outline: 2px dashed var(--puck-color-azure-08);
}

._DropZone_1i2sv_1:empty {
  background: var(--puck-color-azure-09);
}

@supports (color: color-mix(in lab, red, red)) {
  ._DropZone_1i2sv_1:empty {
    background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
  }
}

._DropZone_1i2sv_1:empty {
  outline: 2px dashed var(--puck-color-azure-08);
}

._DropZone--isDestination_1i2sv_35 {
  outline: 2px dashed var(--puck-color-azure-04) !important;
}

._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
  background: var(--puck-color-azure-09) !important;
}

@supports (color: color-mix(in lab, red, red)) {
  ._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
    background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
  }
}

._DropZone-item_1i2sv_47 {
  position: relative;
}

._DropZone-hitbox_1i2sv_51 {
  z-index: 1;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: -12px;
}

[data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
  outline: 2px dashed var(--puck-color-azure-06);
}

._DropZone_1i2sv_1 > :not([data-puck-component]) {
  opacity: 0;
}

body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
  opacity: 0 !important;
}

[data-puck-overlay-portal], [data-puck-overlay-portal] * {
  pointer-events: auto !important;
}

[data-puck-overlay-portal]:hover {
  outline: 2px var(--puck-color-azure-09) dashed;
  outline-offset: 2px;
}

[data-puck-overlay-portal]:focus-within {
  outline: 2px var(--puck-color-azure-07) dashed;
  outline-offset: 2px;
}

._InlineTextField_104qp_1 {
  cursor: text;
  white-space: pre-wrap;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  display: inline-block;
}

[data-dnd-dragging] ._InlineTextField_104qp_1 {
  cursor: none;
  caret-color: #0000;
}

[data-dnd-dragging] ._InlineTextField_104qp_1::selection {
  display: none;
}

._PuckFields_10bh7_1 {
  font-family: var(--puck-font-family);
  position: relative;
}

._PuckFields--isLoading_10bh7_6 {
  min-height: 48px;
}

._PuckFields-loadingOverlay_10bh7_10 {
  background: var(--puck-color-white);
  z-index: 1;
  pointer-events: all;
  box-sizing: border-box;
  opacity: .8;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

._PuckFields-loadingOverlayInner_10bh7_25 {
  padding: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

._PuckFields-field_10bh7_32 * {
  box-sizing: border-box;
}

._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
  color: var(--puck-color-grey-04);
  padding: 16px 16px 12px;
  display: block;
}

._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
  border-top: 1px solid var(--puck-color-grey-09);
  margin-top: 8px;
}

._ComponentList_1rrlt_1 {
  max-width: 100%;
}

._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
  margin-top: 12px;
}

._ComponentList-content_1rrlt_9 {
  display: none;
}

._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
  display: block;
}

._ComponentList-title_1rrlt_17 {
  color: var(--puck-color-grey-05);
  cursor: pointer;
  font: inherit;
  font-size: var(--puck-font-size-xxxs);
  text-transform: uppercase;
  background-color: #0000;
  border: 0;
  border-radius: 4px;
  gap: 4px;
  width: 100%;
  margin-bottom: 6px;
  padding: 8px;
  list-style: none;
  transition: background-color 50ms ease-in, color 50ms ease-in;
  display: flex;
}

._ComponentList-title_1rrlt_17:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._ComponentList-title_1rrlt_17:hover {
    background-color: var(--puck-color-azure-11);
    color: var(--puck-color-azure-04);
    transition: none;
  }
}

._ComponentList-title_1rrlt_17:active {
  background-color: var(--puck-color-azure-10);
  transition: none;
}

._ComponentList-titleIcon_1rrlt_53 {
  margin-inline-start: auto;
}

._PuckPreview_z2rgu_1 {
  height: 100%;
  position: relative;
}

._PuckPreview-frame_z2rgu_6 {
  border: none;
  width: 100%;
  height: 100%;
}

._LayerTree_7rx04_1 {
  color: var(--puck-color-grey-03);
  font-family: var(--puck-font-family);
  font-size: var(--puck-font-size-xxs);
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

._LayerTree-zoneTitle_7rx04_11 {
  color: var(--puck-color-grey-05);
  font-size: var(--puck-font-size-xxxs);
  text-transform: uppercase;
}

._LayerTree-helper_7rx04_17 {
  text-align: center;
  color: var(--puck-color-grey-07);
  margin: 8px 4px;
}

._Layer_7rx04_1 {
  border: 1px solid #0000;
  border-radius: 4px;
  position: relative;
}

._Layer-inner_7rx04_29 {
  border: 1px solid #0000;
  border-radius: 4px;
  transition: color 50ms ease-in;
}

._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
  padding-inline-start: 0;
}

._Layer-clickable_7rx04_39 {
  color: inherit;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding-inline: 12px 4px;
  display: flex;
}

._Layer-clickable_7rx04_39:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
  z-index: 1;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
    border-color: var(--puck-color-azure-10);
    background: var(--puck-color-azure-11);
    color: var(--puck-color-azure-04);
    transition: none;
  }
}

._Layer--isSelected_7rx04_61 {
  border-color: var(--puck-color-azure-08);
}

._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
  background: var(--puck-color-azure-10);
}

._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77, ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
  transform: scaleY(-1);
}

._Layer-zones_7rx04_82 {
  margin-inline-start: 12px;
  display: none;
}

._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82, ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
  display: block;
}

._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
  margin-inline-start: 12px;
}

._Layer-title_7rx04_96, ._LayerTree-zoneTitle_7rx04_11 {
  align-items: center;
  gap: 8px;
  margin: 8px 4px;
  display: flex;
  overflow-x: hidden;
}

._Layer-name_7rx04_105 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

._Layer-icon_7rx04_111 {
  color: var(--puck-color-rose-07);
  margin-top: 4px;
}

._Layer-zoneIcon_7rx04_116 {
  color: var(--puck-color-grey-08);
  margin-top: 4px;
}

._Puck_1dd16_19 {
  --puck-space-px: 16px;
  font-family: var(--puck-font-family);
  overflow-x: hidden;
}

@media (min-width: 766px) {
  ._Puck_1dd16_19 {
    overflow-x: auto;
  }
}

._Puck-portal_1dd16_31 {
  z-index: 2;
  position: relative;
}

._PuckLayout_1dd16_36 {
  height: 100dvh;
}

._PuckLayout-inner_1dd16_40 {
  --puck-frame-width: auto;
  --puck-side-nav-width: min-content;
  --puck-side-bar-width: 0px;
  --puck-left-side-bar-width: var(--puck-user-left-side-bar-width, var(--puck-side-bar-width));
  --puck-right-side-bar-width: var(--puck-user-right-side-bar-width, var(--puck-side-bar-width));
  background-color: var(--puck-color-grey-12);
  grid-template-areas: "header"
                       "editor"
                       "left"
                       "right"
                       "sidenav";
  grid-template-columns: var(--puck-frame-width);
  grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
  z-index: 0;
  height: 100%;
  transition: grid-template-rows .15s ease-in;
  display: grid;
  position: relative;
  overflow: hidden;
}

@media (min-width: 638px) {
  ._PuckLayout-inner_1dd16_40 {
    --puck-side-nav-width: 68px;
    grid-template-areas: "header header header header"
                         "sidenav left editor right";
    grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
    grid-template-rows: min-content auto;
  }

  ._Puck--hidePlugins_1dd16_72 ._PuckLayout-inner_1dd16_40 {
    --puck-side-nav-width: 0;
  }
}

._PuckLayout--mounted_1dd16_77 ._PuckLayout-inner_1dd16_40 {
  --puck-side-bar-width: 186px;
}

._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
  grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
}

._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
  grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
}

@media (min-width: 638px) {
  ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
    grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
    grid-template-rows: min-content auto;
  }
}

._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40, ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
  grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
}

@media (min-width: 638px) {
  ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40, ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40, ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40, ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
    grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
    grid-template-rows: min-content auto;
  }

  ._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
    grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
  }

  ._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
    grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
  }
}

@media (min-width: 458px) {
  ._PuckLayout-mounted_1dd16_151 ._PuckLayout-inner_1dd16_40 {
    --puck-frame-width: minmax(266px, auto);
  }
}

@media (min-width: 638px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-side-bar-width: minmax(186px, 250px);
  }
}

@media (min-width: 766px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-frame-width: auto;
  }
}

@media (min-width: 990px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-side-bar-width: 256px;
  }
}

@media (min-width: 1198px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-side-bar-width: 274px;
  }
}

@media (min-width: 1398px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-side-bar-width: 290px;
  }
}

@media (min-width: 1598px) {
  ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
    --puck-side-bar-width: 320px;
  }
}

._PuckLayout-nav_1dd16_192 {
  border-top: 1px solid var(--puck-color-grey-09);
  background-color: var(--puck-color-grey-12);
  grid-area: sidenav;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 638px) {
  ._PuckLayout-nav_1dd16_192 {
    border-top: 0;
    border-right: 1px solid var(--puck-color-grey-09);
    box-sizing: border-box;
  }
}

._PuckLayout-header_1dd16_208 {
  grid-area: header;
}

._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
  overflow: hidden;
}

@media (min-width: 638px) {
  ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
    overflow: auto;
  }
}

._PuckPluginTab_1dd16_222 {
  flex-grow: 1;
  max-height: 100%;
  display: none;
}

._PuckPluginTab--visible_1dd16_228 {
  flex-direction: column;
  display: flex;
}

._PuckPluginTab-body_1dd16_233 {
  flex-grow: 1;
  max-height: 100%;
}

._MenuBar_8pf8c_1 {
  background-color: var(--puck-color-white);
  border-bottom: 1px solid var(--puck-color-grey-09);
  z-index: 2;
  margin-top: 1px;
  padding: 8px 16px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

._MenuBar--menuOpen_8pf8c_14 {
  display: block;
}

@media (min-width: 638px) {
  ._MenuBar_8pf8c_1 {
    border: none;
    margin-top: 0;
    padding: 0;
    display: block;
    position: static;
    overflow-y: visible;
  }
}

._MenuBar-inner_8pf8c_29 {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 16px;
  display: flex;
}

@media (min-width: 638px) {
  ._MenuBar-inner_8pf8c_29 {
    flex-flow: row;
    display: flex;
  }
}

._MenuBar-history_8pf8c_45 {
  display: flex;
}

._PuckHeader_63pti_1 {
  background: var(--puck-color-white);
  border-bottom: 1px solid var(--puck-color-grey-09);
  color: var(--puck-color-black);
  grid-area: header;
  max-width: 100vw;
  position: relative;
}

@media (min-width: 638px) {
  ._PuckHeader_63pti_1 {
    padding-left: 67px;
  }

  ._PuckHeader--hidePlugins_63pti_15 {
    padding-left: 0;
  }
}

._PuckHeader-inner_63pti_20 {
  align-items: end;
  gap: var(--puck-space-px);
  padding: var(--puck-space-px);
  grid-template: "left middle right"
  / 1fr auto 1fr;
  display: grid;
}

@media (min-width: 638px) {
  ._PuckHeader-inner_63pti_20 {
    border-left: 1px solid var(--puck-color-grey-09);
  }

  ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
    border-left: none;
  }
}

._PuckHeader-toggle_63pti_40 {
  color: var(--puck-color-grey-05);
  margin-inline-start: -4px;
  padding-top: 2px;
  display: flex;
}

._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47, ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
  color: var(--puck-color-black);
}

._PuckHeader-rightSideBarToggle_63pti_47, ._PuckHeader-leftSideBarToggle_63pti_48 {
  display: none;
}

@media (min-width: 638px) {
  ._PuckHeader-rightSideBarToggle_63pti_47, ._PuckHeader-leftSideBarToggle_63pti_48 {
    display: block;
  }
}

._PuckHeader-title_63pti_64 {
  align-self: center;
}

._PuckHeader-path_63pti_68 {
  font-family: var(--puck-font-family-monospaced);
  font-size: var(--puck-font-size-xxs);
  word-break: break-all;
  font-weight: normal;
}

._PuckHeader-tools_63pti_75 {
  justify-content: flex-end;
  gap: 16px;
  display: flex;
}

._PuckHeader-menuButton_63pti_81 {
  color: var(--puck-color-grey-05);
  margin-inline-start: -4px;
}

._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
  color: var(--puck-color-black);
}

@media (min-width: 638px) {
  ._PuckHeader-menuButton_63pti_81 {
    display: none;
  }
}

._SidebarSection_5otpt_1 {
  color: var(--puck-color-black);
  flex-direction: column;
  display: flex;
  position: relative;
}

._SidebarSection_5otpt_1:last-of-type {
  flex-grow: 1;
}

._SidebarSection-title_5otpt_12 {
  background: var(--puck-color-white);
  border-bottom: 1px solid var(--puck-color-grey-09);
  border-top: 1px solid var(--puck-color-grey-09);
  padding: 16px;
  overflow-x: auto;
}

._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
  border-top: 0;
}

._SidebarSection-content_5otpt_24:last-child {
  padding-bottom: 4px;
}

._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
  border-bottom: none;
  flex-grow: 1;
}

._SidebarSection-breadcrumbLabel_5otpt_33 {
  color: var(--puck-color-azure-04);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 0;
  transition: color 50ms ease-in;
}

._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
    color: var(--puck-color-azure-03);
    transition: none;
  }
}

._SidebarSection-breadcrumbLabel_5otpt_33:active {
  color: var(--puck-color-azure-02);
  transition: none;
}

._SidebarSection-breadcrumbs_5otpt_62, ._SidebarSection-breadcrumb_5otpt_33 {
  align-items: center;
  gap: 4px;
  display: flex;
}

._SidebarSection-heading_5otpt_74 {
  padding-inline-end: 16px;
}

._SidebarSection-loadingOverlay_5otpt_78 {
  background: var(--puck-color-white);
  z-index: 1;
  pointer-events: all;
  box-sizing: border-box;
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

._Breadcrumbs_1c9yh_1 {
  align-items: center;
  gap: 4px;
  display: flex;
}

._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
  color: var(--puck-color-azure-04);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 0;
  transition: color 50ms ease-in;
}

._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
  outline: 2px solid var(--puck-color-azure-05);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
    color: var(--puck-color-azure-03);
    transition: none;
  }
}

._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
  color: var(--puck-color-azure-02);
  transition: none;
}

._Breadcrumbs-breadcrumb_1c9yh_7 {
  align-items: center;
  gap: 4px;
  display: flex;
}

._ViewportControls_e3unb_1 {
  position: relative;
}

._ViewportControls--fullScreen_e3unb_5 {
  border-radius: 32px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  overflow: hidden;
}

._ViewportControls-toggleButton_e3unb_14 {
  display: none;
}

._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
  background-color: var(--puck-color-grey-02);
  border: 1px solid var(--puck-color-grey-04);
  cursor: pointer;
  color: var(--puck-color-grey-11);
  z-index: 1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
  background-color: var(--puck-color-grey-02);
  border: 1px solid var(--puck-color-azure-04);
  color: var(--puck-color-azure-07);
}

._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
  background-color: var(--puck-color-grey-03);
}

._ViewportControls-actions_e3unb_42 {
  display: flex;
}

._ViewportControls-actionsInner_e3unb_46 {
  box-sizing: border-box;
  z-index: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
  background: var(--puck-color-grey-11);
  border: 1px solid var(--puck-color-grey-09);
  margin-left: none;
  margin-right: none;
  border-radius: 30px;
  padding-right: 42px;
  transition: transform .15s ease-in-out;
  transform: translateX(100%);
}

._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
  transform: translateX(42px);
}

._ViewportControls-divider_e3unb_75 {
  border-inline-end: 1px solid var(--puck-color-grey-09);
  margin-top: 8px;
  margin-bottom: 8px;
}

._ViewportControls-zoomSelect_e3unb_81 {
  appearance: none;
  font-size: var(--puck-font-size-xxxs);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") calc(100% - 12px) calc(50% + 3px) / 10px no-repeat;
  border: 0;
  width: 96px;
  padding: 0 0 0 8px;
}

._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
  display: none;
}

@media (min-width: 638px) {
  ._ViewportControls-zoom_e3unb_81, ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
    justify-content: center;
    display: flex;
  }
}

._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
  background-position: 12px calc(50% + 3px);
}

._ViewportButton-inner_e3unb_111 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
  color: var(--puck-color-azure-04);
}

._PuckCanvas_t6s9b_1 {
  background: var(--puck-color-grey-11);
  padding: var(--puck-space-px);
  flex-direction: column;
  grid-area: editor;
  display: flex;
  position: relative;
  overflow: auto;
}

@media (min-width: 1198px) {
  ._PuckCanvas_t6s9b_1 {
    padding: calc(var(--puck-space-px) * 1.5);
    padding-top: calc(var(--puck-space-px) * .5);
  }

  ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
    padding-top: calc(var(--puck-space-px) * 1.5);
  }
}

._PuckCanvas--fullScreen_t6s9b_22 {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1198px) {
  ._PuckCanvas--fullScreen_t6s9b_22 {
    padding: 0;
  }
}

._PuckCanvas-inner_t6s9b_33 {
  justify-content: center;
  width: 100%;
  min-width: 288px;
  height: 100%;
  display: flex;
  position: relative;
}

._PuckCanvas-root_t6s9b_42 {
  outline: 1px solid var(--puck-color-grey-09);
  box-sizing: content-box;
  pointer-events: none;
  transform-origin: top;
  opacity: 0;
  background: #fff;
  min-width: 321px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (min-width: 1198px) {
  ._PuckCanvas-root_t6s9b_42 {
    min-width: unset;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._PuckCanvas-root_t6s9b_42 {
    transition: none !important;
  }
}

._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
  pointer-events: unset;
  opacity: 1;
}

._PuckCanvas-loader_t6s9b_72 {
  color: var(--puck-color-grey-06);
  opacity: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity .25s ease-out;
  display: flex;
}

._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
  opacity: 1;
}

._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
  opacity: 0;
  height: 0;
  transition: none;
}

._PuckCanvas-controls_t6s9b_17 {
  padding-bottom: calc(var(--puck-space-px) * .5);
}

._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
  z-index: 1;
  padding-bottom: 0;
}

@media (min-width: 766px) {
  ._ResizeHandle_144bf_2 {
    cursor: col-resize;
    z-index: 10;
    background: none;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
  }

  ._ResizeHandle_144bf_2:hover {
    background: #0000001a;
  }

  ._ResizeHandle--left_144bf_16 {
    right: -3px;
  }

  ._ResizeHandle--right_144bf_20 {
    left: -3px;
  }
}

[data-resize-overlay] {
  z-index: 9999;
  cursor: col-resize;
  position: fixed;
  inset: 0;
}

._Sidebar_o396p_1 {
  border-block-start: 1px solid var(--puck-color-grey-09);
  flex-direction: column;
  display: none;
  position: relative;
  overflow-y: auto;
}

._Sidebar--isVisible_o396p_9 {
  display: flex;
}

._Sidebar--left_o396p_13 {
  background: var(--puck-color-grey-12);
  grid-area: left;
}

@media (min-width: 766px) {
  ._Sidebar--left_o396p_13 {
    border-block-start: 0;
    border-inline-end: 1px solid var(--puck-color-grey-09);
  }
}

._Sidebar--right_o396p_25 {
  background: var(--puck-color-white);
  grid-area: right;
}

@media (min-width: 766px) {
  ._Sidebar--right_o396p_25 {
    border-block-start: 0;
    border-inline-start: 1px solid var(--puck-color-grey-09);
  }
}

._Sidebar-resizeHandle_o396p_37 {
  height: 100%;
  position: absolute;
}

._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
  grid-area: left;
  justify-self: end;
}

._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
  grid-area: right;
  justify-self: start;
}

._Nav_1tvxq_1 {
  display: flex;
}

._Nav-list_1tvxq_5 {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 638px) {
  ._Nav-list_1tvxq_5 {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-top: 32px;
  }
}

._Nav-mobileActions_1tvxq_23 {
  border-inline-start: 1px solid var(--puck-color-grey-09);
  justify-content: center;
  align-items: center;
  margin-inline-start: auto;
  padding: 4px 16px;
  display: flex;
}

@media (min-width: 638px) {
  ._Nav-mobileActions_1tvxq_23 {
    display: none;
  }
}

._NavItem-link_1tvxq_38 {
  text-align: center;
  color: var(--puck-color-grey-03);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  width: 64px;
  padding: 8px 4px;
  text-decoration: none;
  display: flex;
}

@media (min-width: 638px) {
  ._NavItem-link_1tvxq_38 {
    width: auto;
  }
}

._NavItem_1tvxq_38:first-of-type {
  padding-left: 16px;
}

._NavItem_1tvxq_38:last-of-type {
  padding-right: 16px;
}

@media (min-width: 638px) {
  ._NavItem_1tvxq_38:first-of-type, ._NavItem_1tvxq_38:last-of-type {
    padding: 0;
  }
}

._NavItem-link_1tvxq_38 {
  font-size: var(--puck-font-size-xxxs);
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  border-radius: 0;
  flex-direction: column;
}

@media (min-width: 638px) {
  ._NavItem-link_1tvxq_38 {
    border: 0;
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
  }
}

._NavItem-linkIcon_1tvxq_89 {
  width: 24px;
  height: 24px;
}

._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
  background-color: var(--puck-color-azure-10);
  color: var(--puck-color-azure-04);
  border-top-color: var(--puck-color-azure-04);
  background-color: #0000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 600;
}

@media (min-width: 638px) {
  ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
    border-top-color: #0000;
    border-right-color: var(--puck-color-azure-04);
  }
}

._NavItem_1tvxq_38:not(._NavItem--active_1tvxq_94) > ._NavItem-link_1tvxq_38:hover {
  background-color: var(--puck-color-azure-11);
  color: var(--puck-color-azure-04);
}

@media (min-width: 638px) {
  ._NavItem--mobileOnly_1tvxq_121 {
    display: none;
  }
}

._NavItem--desktopOnly_1tvxq_126 {
  display: none;
}

@media (min-width: 638px) {
  ._NavItem--desktopOnly_1tvxq_126 {
    display: block;
  }
}

._BlocksPlugin_1ey1i_1, ._OutlinePlugin_q92j6_1 {
  box-sizing: border-box;
  height: 100%;
  padding: 16px;
  overflow-y: auto;
}

._FieldsPlugin_nd930_1 {
  background: #fff;
  height: 100%;
  overflow-y: auto;
}

._FieldsPlugin-header_nd930_7 {
  border-bottom: 1px solid var(--puck-color-grey-09);
  padding: 8px 16px;
  font-weight: 600;
}

@media (min-width: 638px) {
  ._FieldsPlugin-header_nd930_7 {
    padding: 16px;
  }
}

@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans JP", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "IBM Plex Mono", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-50: oklch(97.1% .013 17.38);
    --color-red-200: oklch(88.5% .062 18.334);
    --color-red-300: oklch(80.8% .114 19.571);
    --color-red-400: oklch(70.4% .191 22.216);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-red-700: oklch(50.5% .213 27.518);
    --color-red-800: oklch(44.4% .177 26.899);
    --color-orange-50: oklch(98% .016 73.684);
    --color-orange-600: oklch(64.6% .222 41.116);
    --color-orange-800: oklch(47% .157 37.304);
    --color-green-50: oklch(98.2% .018 155.826);
    --color-green-100: oklch(96.2% .044 156.743);
    --color-green-300: oklch(87.1% .15 154.449);
    --color-green-400: oklch(79.2% .209 151.711);
    --color-green-500: oklch(72.3% .219 149.579);
    --color-green-600: oklch(62.7% .194 149.214);
    --color-green-700: oklch(52.7% .154 150.069);
    --color-green-800: oklch(44.8% .119 151.328);
    --color-emerald-100: oklch(95% .052 163.051);
    --color-emerald-200: oklch(90.5% .093 164.15);
    --color-emerald-600: oklch(59.6% .145 163.225);
    --color-emerald-800: oklch(43.2% .095 166.913);
    --color-blue-50: oklch(97% .014 254.604);
    --color-blue-100: oklch(93.2% .032 255.585);
    --color-blue-200: oklch(88.2% .059 254.128);
    --color-blue-300: oklch(80.9% .105 251.813);
    --color-blue-400: oklch(70.7% .165 254.624);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-blue-700: oklch(48.8% .243 264.376);
    --color-blue-800: oklch(42.4% .199 265.638);
    --color-indigo-50: oklch(96.2% .018 272.314);
    --color-indigo-200: oklch(87% .065 274.039);
    --color-indigo-300: oklch(78.5% .115 274.713);
    --color-indigo-500: oklch(58.5% .233 277.117);
    --color-indigo-600: oklch(51.1% .262 276.966);
    --color-indigo-700: oklch(45.7% .24 277.023);
    --color-rose-100: oklch(94.1% .03 12.58);
    --color-rose-200: oklch(89.2% .058 10.001);
    --color-rose-900: oklch(41% .159 10.272);
    --color-slate-50: oklch(98.4% .003 247.858);
    --color-slate-200: oklch(92.9% .013 255.508);
    --color-slate-300: oklch(86.9% .022 252.894);
    --color-slate-400: oklch(70.4% .04 256.788);
    --color-slate-500: oklch(55.4% .046 257.417);
    --color-slate-700: oklch(37.2% .044 257.287);
    --color-slate-900: oklch(20.8% .042 265.755);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-gray-900: oklch(21% .034 264.665);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% .001 286.375);
    --color-zinc-200: oklch(92% .004 286.32);
    --color-zinc-400: oklch(70.5% .015 286.067);
    --color-zinc-600: oklch(44.2% .017 285.786);
    --color-zinc-700: oklch(37% .013 285.805);
    --color-zinc-800: oklch(27.4% .006 286.033);
    --color-zinc-900: oklch(21% .006 285.885);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --leading-tight: 1.25;
    --radius-xs: .125rem;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, 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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
  }

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer components;

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

  .visible {
    visibility: visible;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

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

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

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

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

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

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

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

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

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

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

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

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

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

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .z-50 {
    z-index: 50;
  }

  .z-100 {
    z-index: 100;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-span-4 {
    grid-column: span 4 / span 4;
  }

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .col-span-8 {
    grid-column: span 8 / span 8;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .col-start-3 {
    grid-column-start: 3;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .row-start-2 {
    grid-row-start: 2;
  }

  .row-start-3 {
    grid-row-start: 3;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .-mx-1\.5 {
    margin-inline: calc(var(--spacing) * -1.5);
  }

  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

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

  .-my-1 {
    margin-block: calc(var(--spacing) * -1);
  }

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

  .-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "`";
  }

  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: none;
  }

  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
    font-weight: 600;
  }

  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose {
    --tw-prose-body: oklch(37.3% .034 259.733);
    --tw-prose-headings: oklch(21% .034 264.665);
    --tw-prose-lead: oklch(44.6% .03 256.802);
    --tw-prose-links: oklch(21% .034 264.665);
    --tw-prose-bold: oklch(21% .034 264.665);
    --tw-prose-counters: oklch(55.1% .027 264.364);
    --tw-prose-bullets: oklch(87.2% .01 258.338);
    --tw-prose-hr: oklch(92.8% .006 264.531);
    --tw-prose-quotes: oklch(21% .034 264.665);
    --tw-prose-quote-borders: oklch(92.8% .006 264.531);
    --tw-prose-captions: oklch(55.1% .027 264.364);
    --tw-prose-kbd: oklch(21% .034 264.665);
    --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527 / .1);
    --tw-prose-code: oklch(21% .034 264.665);
    --tw-prose-pre-code: oklch(92.8% .006 264.531);
    --tw-prose-pre-bg: oklch(27.8% .033 256.848);
    --tw-prose-th-borders: oklch(87.2% .01 258.338);
    --tw-prose-td-borders: oklch(92.8% .006 264.531);
    --tw-prose-invert-body: oklch(87.2% .01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% .022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% .022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
    --tw-prose-invert-hr: oklch(37.3% .034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
    --tw-prose-invert-captions: oklch(70.7% .022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose-sm {
    font-size: .875rem;
    line-height: 1.71429;
  }

  .prose-sm :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
  }

  .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }

  .prose-sm :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.11111em;
  }

  .prose-sm :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .8em;
    font-size: 2.14286em;
    line-height: 1.2;
  }

  .prose-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: .8em;
    font-size: 1.42857em;
    line-height: 1.4;
  }

  .prose-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.55556em;
    margin-bottom: .444444em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }

  .prose-sm :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.42857em;
    margin-bottom: .571429em;
    line-height: 1.42857;
  }

  .prose-sm :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }

  .prose-sm :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-sm :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }

  .prose-sm :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .142857em;
    padding-inline-end: .357143em;
    padding-bottom: .142857em;
    border-radius: .3125rem;
    padding-inline-start: .357143em;
    font-size: .857143em;
  }

  .prose-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .857143em;
  }

  .prose-sm :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .9em;
  }

  .prose-sm :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .888889em;
  }

  .prose-sm :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .666667em;
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    border-radius: .25rem;
    margin-top: 1.66667em;
    margin-bottom: 1.66667em;
    padding-inline-start: 1em;
    font-size: .857143em;
    line-height: 1.66667;
  }

  .prose-sm :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
    padding-inline-start: 1.57143em;
  }

  .prose-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .285714em;
    margin-bottom: .285714em;
  }

  .prose-sm :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .428571em;
  }

  .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .571429em;
    margin-bottom: .571429em;
  }

  .prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
  }

  .prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.14286em;
  }

  .prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
  }

  .prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.14286em;
  }

  .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .571429em;
    margin-bottom: .571429em;
  }

  .prose-sm :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
  }

  .prose-sm :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
  }

  .prose-sm :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .285714em;
    padding-inline-start: 1.57143em;
  }

  .prose-sm :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2.85714em;
    margin-bottom: 2.85714em;
  }

  .prose-sm :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-sm :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .857143em;
    line-height: 1.5;
  }

  .prose-sm :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    padding-inline-start: 1em;
  }

  .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .666667em;
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    padding-inline-start: 1em;
  }

  .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-sm :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
  }

  .prose-sm :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-sm :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    font-size: .857143em;
    line-height: 1.33333;
  }

  .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .-ml-3 {
    margin-left: calc(var(--spacing) * -3);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

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

  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .flow-root {
    display: flow-root;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .table-cell {
    display: table-cell;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

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

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

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

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

  .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-auto {
    width: auto;
    height: auto;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(100vh-var\(--nav-bar-height\)-var\(--header-bar-height\)\)\] {
    height: calc(100vh - var(--nav-bar-height)  - var(--header-bar-height));
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

  .min-h-full {
    min-height: 100%;
  }

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .max-w-full {
    max-width: 100%;
  }

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

  .max-w-none {
    max-width: none;
  }

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

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

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

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

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .origin-top-right {
    transform-origin: 100% 0;
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

  .grid-rows-\[max-content_1fr\] {
    grid-template-rows: max-content 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-gray-200 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }

  :where(.divide-slate-300 > :not(:last-child)) {
    border-color: var(--color-slate-300);
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .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-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

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

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-blue-300 {
    border-color: var(--color-blue-300);
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-blue-500\/50 {
    border-color: #3080ff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-blue-500\/50 {
      border-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
    }
  }

  .border-blue-600 {
    border-color: var(--color-blue-600);
  }

  .border-gray-50 {
    border-color: var(--color-gray-50);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-green-300 {
    border-color: var(--color-green-300);
  }

  .border-green-500 {
    border-color: var(--color-green-500);
  }

  .border-green-500\/50 {
    border-color: #00c75880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-green-500\/50 {
      border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
    }
  }

  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-300 {
    border-color: var(--color-red-300);
  }

  .border-red-400 {
    border-color: var(--color-red-400);
  }

  .border-red-500\/50 {
    border-color: #fb2c3680;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-500\/50 {
      border-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-zinc-900\/25 {
    border-color: #18181b40;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-zinc-900\/25 {
      border-color: color-mix(in oklab, var(--color-zinc-900) 25%, transparent);
    }
  }

  .border-r-gray-200 {
    border-right-color: var(--color-gray-200);
  }

  .border-l-gray-200 {
    border-left-color: var(--color-gray-200);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/30 {
    background-color: #0000004d;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-50\/50 {
    background-color: #f9fafb80;
  }

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

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }

  .bg-gray-500\/75 {
    background-color: #6a7282bf;
  }

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

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }

  .bg-indigo-700 {
    background-color: var(--color-indigo-700);
  }

  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

  .bg-rose-100 {
    background-color: var(--color-rose-100);
  }

  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/80 {
    background-color: #fffc;
  }

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

  .bg-zinc-50 {
    background-color: var(--color-zinc-50);
  }

  .bg-zinc-100 {
    background-color: var(--color-zinc-100);
  }

  .fill-neutral-400\/80 {
    fill: #a1a1a1cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .fill-neutral-400\/80 {
      fill: color-mix(in oklab, var(--color-neutral-400) 80%, transparent);
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

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

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

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

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

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

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

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

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

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

  .text-\[0\.8125rem\] {
    font-size: .8125rem;
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

  .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);
  }

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

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-emerald-800 {
    color: var(--color-emerald-800);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-green-700 {
    color: var(--color-green-700);
  }

  .text-green-800 {
    color: var(--color-green-800);
  }

  .text-indigo-200 {
    color: var(--color-indigo-200);
  }

  .text-indigo-300 {
    color: var(--color-indigo-300);
  }

  .text-indigo-600 {
    color: var(--color-indigo-600);
  }

  .text-orange-800 {
    color: var(--color-orange-800);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-rose-900 {
    color: var(--color-rose-900);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-slate-900 {
    color: var(--color-slate-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-zinc-400 {
    color: var(--color-zinc-400);
  }

  .text-zinc-600 {
    color: var(--color-zinc-600);
  }

  .text-zinc-800 {
    color: var(--color-zinc-800);
  }

  .text-zinc-900 {
    color: var(--color-zinc-900);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .italic {
    font-style: italic;
  }

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

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .placeholder-gray-400::placeholder {
    color: var(--color-gray-400);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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);
  }

  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

  .ring-2 {
    --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);
  }

  .ring-black\/5 {
    --tw-ring-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/5 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .ring-blue-200 {
    --tw-ring-color: var(--color-blue-200);
  }

  .ring-green-600\/20 {
    --tw-ring-color: #00a54433;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-green-600\/20 {
      --tw-ring-color: color-mix(in oklab, var(--color-green-600) 20%, transparent);
    }
  }

  .ring-orange-600\/20 {
    --tw-ring-color: #f0510033;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-orange-600\/20 {
      --tw-ring-color: color-mix(in oklab, var(--color-orange-600) 20%, transparent);
    }
  }

  .ring-red-600\/20 {
    --tw-ring-color: #e4001433;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-red-600\/20 {
      --tw-ring-color: color-mix(in oklab, var(--color-red-600) 20%, transparent);
    }
  }

  .ring-slate-200 {
    --tw-ring-color: var(--color-slate-200);
  }

  .ring-slate-300 {
    --tw-ring-color: var(--color-slate-300);
  }

  .ring-zinc-600\/20 {
    --tw-ring-color: #52525c33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-zinc-600\/20 {
      --tw-ring-color: color-mix(in oklab, var(--color-zinc-600) 20%, transparent);
    }
  }

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

  .-outline-offset-1 {
    outline-offset: calc(1px * -1);
  }

  .outline-gray-300 {
    outline-color: var(--color-gray-300);
  }

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

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

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

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

  .transition-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-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-discrete {
    transition-behavior: allow-discrete;
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[--anchor-gap\:--spacing\(2\)\] {
    --anchor-gap: calc(var(--spacing) * 2);
  }

  .ring-inset {
    --tw-ring-inset: inset;
  }

  .not-open\:hidden:not(:is([open], :popover-open, :open)) {
    display: none;
  }

  .placeholder\:text-gray-400::placeholder {
    color: var(--color-gray-400);
  }

  .backdrop\:bg-transparent::backdrop {
    background-color: #0000;
  }

  .first\:pl-0:first-child {
    padding-left: calc(var(--spacing) * 0);
  }

  .last\:pr-0:last-child {
    padding-right: calc(var(--spacing) * 0);
  }

  .focus-within\:outline-2:focus-within {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-within\:-outline-offset-2:focus-within {
    outline-offset: calc(2px * -1);
  }

  .focus-within\:outline-blue-600:focus-within {
    outline-color: var(--color-blue-600);
  }

  @media (hover: hover) {
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }

    .hover\:border-gray-300:hover {
      border-color: var(--color-gray-300);
    }

    .hover\:border-gray-400:hover {
      border-color: var(--color-gray-400);
    }

    .hover\:border-green-400:hover {
      border-color: var(--color-green-400);
    }

    .hover\:border-red-400:hover {
      border-color: var(--color-red-400);
    }

    .hover\:bg-blue-200:hover {
      background-color: var(--color-blue-200);
    }

    .hover\:bg-blue-600:hover {
      background-color: var(--color-blue-600);
    }

    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }

    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }

    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }

    .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }

    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }

    .hover\:bg-indigo-50:hover {
      background-color: var(--color-indigo-50);
    }

    .hover\:bg-indigo-500:hover {
      background-color: var(--color-indigo-500);
    }

    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }

    .hover\:bg-slate-50:hover {
      background-color: var(--color-slate-50);
    }

    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }

    .hover\:bg-zinc-200\/80:hover {
      background-color: #e4e4e7cc;
    }

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

    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }

    .hover\:text-blue-700:hover {
      color: var(--color-blue-700);
    }

    .hover\:text-blue-800:hover {
      color: var(--color-blue-800);
    }

    .hover\:text-emerald-600:hover {
      color: var(--color-emerald-600);
    }

    .hover\:text-gray-500:hover {
      color: var(--color-gray-500);
    }

    .hover\:text-gray-700:hover {
      color: var(--color-gray-700);
    }

    .hover\:text-green-700:hover {
      color: var(--color-green-700);
    }

    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }

    .hover\:text-red-700:hover {
      color: var(--color-red-700);
    }

    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  .focus\:border-blue-500:focus {
    border-color: var(--color-blue-500);
  }

  .focus\:border-red-400:focus {
    border-color: var(--color-red-400);
  }

  .focus\:bg-gray-100:focus {
    background-color: var(--color-gray-100);
  }

  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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-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-black:focus {
    --tw-ring-color: var(--color-black);
  }

  .focus\:ring-blue-400:focus {
    --tw-ring-color: var(--color-blue-400);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-red-300:focus {
    --tw-ring-color: var(--color-red-300);
  }

  .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) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-2:focus-visible {
    --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-visible\:ring-blue-600:focus-visible {
    --tw-ring-color: var(--color-blue-600);
  }

  .focus-visible\:ring-green-600:focus-visible {
    --tw-ring-color: var(--color-green-600);
  }

  .focus-visible\:ring-indigo-500:focus-visible {
    --tw-ring-color: var(--color-indigo-500);
  }

  .focus-visible\:ring-red-600:focus-visible {
    --tw-ring-color: var(--color-red-600);
  }

  .focus-visible\:ring-white:focus-visible {
    --tw-ring-color: var(--color-white);
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --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-visible\:ring-offset-green-50:focus-visible {
    --tw-ring-offset-color: var(--color-green-50);
  }

  .focus-visible\:outline-hidden:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus-visible\:outline-hidden:focus-visible {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:outline-offset-0:focus-visible {
    outline-offset: 0px;
  }

  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }

  .focus-visible\:outline-indigo-600:focus-visible {
    outline-color: var(--color-indigo-600);
  }

  .focus-visible\:outline-red-600:focus-visible {
    outline-color: var(--color-red-600);
  }

  .active\:text-zinc-900\/70:active {
    color: #18181bb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:text-zinc-900\/70:active {
      color: color-mix(in oklab, var(--color-zinc-900) 70%, transparent);
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:bg-gray-300:disabled {
    background-color: var(--color-gray-300);
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-closed\:translate-x-full[data-closed] {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-closed\:translate-y-4[data-closed] {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-closed\:scale-95[data-closed] {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .data-closed\:transform[data-closed] {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .data-closed\:opacity-0[data-closed] {
    opacity: 0;
  }

  .data-enter\:duration-200[data-enter] {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .data-enter\:duration-300[data-enter] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-enter\:ease-out[data-enter] {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .data-leave\:duration-75[data-leave] {
    --tw-duration: 75ms;
    transition-duration: 75ms;
  }

  .data-leave\:duration-200[data-leave] {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .data-leave\:ease-in[data-leave] {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .data-\[selected\]\:border-b-2[data-selected] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .data-\[selected\]\:border-blue-600[data-selected] {
    border-color: var(--color-blue-600);
  }

  .data-\[selected\]\:text-blue-600[data-selected] {
    color: var(--color-blue-600);
  }

  @media (prefers-reduced-motion: no-preference) {
    .motion-safe\:animate-spin {
      animation: var(--animate-spin);
    }
  }

  @media (min-width: 40rem) {
    .sm\:static {
      position: static;
    }

    .sm\:inset-auto {
      inset: auto;
    }

    .sm\:-mx-3 {
      margin-inline: calc(var(--spacing) * -3);
    }

    .sm\:-mx-6 {
      margin-inline: calc(var(--spacing) * -6);
    }

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

    .sm\:my-8 {
      margin-block: calc(var(--spacing) * 8);
    }

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

    .sm\:ml-6 {
      margin-left: calc(var(--spacing) * 6);
    }

    .sm\:block {
      display: block;
    }

    .sm\:w-96 {
      width: calc(var(--spacing) * 96);
    }

    .sm\:w-full {
      width: 100%;
    }

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

    .sm\:max-w-md {
      max-width: var(--container-md);
    }

    .sm\:translate-y-0 {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .sm\:scale-95 {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .sm\:scale-100 {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

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

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

    .sm\:items-stretch {
      align-items: stretch;
    }

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

    .sm\:justify-start {
      justify-content: flex-start;
    }

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

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

    .sm\:rounded-xs {
      border-radius: var(--radius-xs);
    }

    .sm\:p-0 {
      padding: calc(var(--spacing) * 0);
    }

    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

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

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

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

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

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

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

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

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

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

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

    .sm\:text-sm\/6 {
      font-size: var(--text-sm);
      line-height: calc(var(--spacing) * 6);
    }

    .sm\:tracking-tight {
      --tw-tracking: var(--tracking-tight);
      letter-spacing: var(--tracking-tight);
    }

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

    .data-closed\:sm\:translate-y-0[data-closed] {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-closed\:sm\:scale-95[data-closed] {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

    .md\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:-mx-4 {
      margin-inline: calc(var(--spacing) * -4);
    }

    .lg\:-mx-8 {
      margin-inline: calc(var(--spacing) * -8);
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:w-96 {
      width: calc(var(--spacing) * 96);
    }

    .lg\:flex-none {
      flex: none;
    }

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

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

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

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

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

  @media (min-width: 80rem) {
    .xl\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }

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

  @media (prefers-color-scheme: dark) {
    .dark\:block {
      display: block;
    }

    .dark\:hidden {
      display: none;
    }

    .dark\:inline-block {
      display: inline-block;
    }

    .dark\:border-gray-700 {
      border-color: var(--color-gray-700);
    }

    .dark\:bg-emerald-200 {
      background-color: var(--color-emerald-200);
    }

    .dark\:bg-gray-800 {
      background-color: var(--color-gray-800);
    }

    .dark\:bg-gray-900 {
      background-color: var(--color-gray-900);
    }

    .dark\:bg-gray-900\/50 {
      background-color: #10182880;
    }

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

    .dark\:bg-rose-200 {
      background-color: var(--color-rose-200);
    }

    .dark\:bg-white {
      background-color: var(--color-white);
    }

    .dark\:text-black {
      color: var(--color-black);
    }

    .dark\:text-gray-500 {
      color: var(--color-gray-500);
    }

    .dark\:text-white {
      color: var(--color-white);
    }

    .dark\:ring-white {
      --tw-ring-color: var(--color-white);
    }

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

    .dark\:-outline-offset-1 {
      outline-offset: calc(1px * -1);
    }

    .dark\:outline-white\/10 {
      outline-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:outline-white\/10 {
        outline-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
}

.form-field {
  width: 100%;
}

.form-field__label {
  font-size: var(--text-xs);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-900);
  display: block;
}

.form-field__description {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-zinc-700);
  display: block;
}

.form-field__input, .form-field__textarea, .form-field__select {
  border-radius: var(--radius-sm);
  background-color: var(--color-white);
  width: 100%;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-gray-900);
  outline-style: var(--tw-outline-style);
  outline-offset: calc(1px * -1);
  outline-width: 1px;
  outline-color: var(--color-gray-300);
  display: block;
}

:is(.form-field__input, .form-field__textarea, .form-field__select)::placeholder {
  color: var(--color-gray-400);
}

:is(.form-field__input, .form-field__textarea, .form-field__select):focus {
  outline-style: var(--tw-outline-style);
  outline-offset: calc(2px * -1);
  outline-width: 2px;
  outline-color: var(--color-indigo-600);
}

@media (min-width: 40rem) {
  .form-field__input, .form-field__textarea, .form-field__select {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}

.form-field__input, .form-field__textarea, .form-field__select {
  letter-spacing: .16px;
  block-size: 2.5rem;
}

.form-field__input:disabled, .form-field__input:read-only {
  cursor: not-allowed;
  background-color: var(--color-gray-200);
  color: var(--color-gray-600);
}

.form-field__textarea {
  min-block-size: 10rem;
}

.form-field__select {
  appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  block-size: 2.5rem;
  inline-size: 100%;
  padding-inline: 1rem 3rem;
  line-height: 1.28572;
}

.form-field__select__arrow {
  fill: #161616;
  pointer-events: none;
  block-size: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 1rem;
}

.form-field__input[type="color"] {
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  cursor: pointer;
  appearance: none;
  --tw-border-style: none;
  padding: calc(var(--spacing) * 0);
  background-image: none;
  border-style: none;
}

.form-field__feedback {
  margin-top: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}

.form-field--errored .form-field__label, .form-field--errored .form-field__feedback {
  color: var(--color-red-600);
}

.form-field__invalid_icon {
  fill: var(--cds-support-error, #da1e28);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 1rem;
  transform: translateY(-50%);
}

.form-field--errored .form-field__input, .form-field--errored .form-field__textarea, .form-field--errored .form-field__select, .form-field--errored .form-field__input-prefix, .form-field--errored .form-field__input-suffix {
  color: var(--color-red-600);
  outline: 2px solid #da1e28;
}

:is(.form-field--errored .form-field__input, .form-field--errored .form-field__textarea, .form-field--errored .form-field__select, .form-field--errored .form-field__input-prefix, .form-field--errored .form-field__input-suffix)::placeholder {
  color: var(--color-red-500);
}

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

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

__actions.form {
  text-align: right;
}

.checkbox-card {
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-zinc-200);
  background-color: var(--color-zinc-100);
  padding: calc(var(--spacing) * 8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

[data-phx-session], [data-phx-teleported-src] {
  display: contents;
}

:root {
  --nav-bar-height: 4rem;
  --header-bar-height: 7rem;
  --puck-font-family: var(--font-sans);
}

html, body {
  height: 100%;
  min-height: 100vh;
}

.ffj__shell {
  grid-template-areas: "nav"
                       "header"
                       "content";
  grid-template-rows: var(--nav-bar-height) var(--header-bar-height) 1fr;
  grid-template-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.ffj__shell > nav {
  grid-area: nav;
}

.ffj__shell > header {
  grid-area: header;
}

.ffj__shell > main {
  background-color: var(--color-red-200);
  grid-area: content;
}

.ffj--tabs {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  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));
  display: flex;
}

.ffj--tabs a {
  border-bottom-style: var(--tw-border-style);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  border-color: #0000;
  border-bottom-width: 2px;
}

@media (hover: hover) {
  .ffj--tabs a:hover {
    background-color: var(--color-slate-50);
  }
}

.ffj--tabs a[aria-selected] {
  border-color: var(--color-indigo-600);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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