/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer base {
  form.simple_form {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  form.simple_form fieldset {
    padding-bottom: 1em;
    margin: 0;
    border: none;
    width: inherit;
  }
  form.simple_form legend {
    font-style: italic;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
  }
  form.simple_form legend span {
    font-size: 0.7em;
    font-weight: normal;
  }
  form.simple_form div.input {
    padding-top: 0.85em;
  }
  form.simple_form div.input.hidden {
    padding-top: 0;
    display: none;
  }
  form.simple_form div.input.field_with_errors {
    background: #fbe3e4;
    color: #8a1f11;
    border: 2px solid #fbc2c4;
    padding-right: 0;
    padding-left: 0;
  }
  form.simple_form div.input.boolean {
    height: 3em;
  }
  form.simple_form label {
    margin-left: 0.875rem;
    padding-top: 6px;
    font-weight: bold;
    display: block;
    width: 65%;
    float: left;
  }
  form.simple_form ol.documents label {
    margin-left: 0 !important;
    float: none !important;
    display: inline !important;
  }
  form.simple_form input {
    margin-right: 0.875rem;
    width: 62.4%;
  }
  form.simple_form input[type=text], form.simple_form input[type=password], form.simple_form input[type=number] {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
  }
  form.simple_form input[type=checkbox] {
    margin-left: 0;
    width: 17px;
  }
  form.simple_form textarea {
    margin-right: 0.875rem;
    width: 62.4%;
    height: 24em;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
  }
  form.simple_form .ss-main .ss-single-selected,
form.simple_form .ss-main .ss-multi-selected {
    border: 1px solid #bbbbbb;
  }
  form.simple_form .ss-main {
    margin-right: 0.875rem;
    width: 62.5%;
  }
  form.simple_form .datetime .ss-main {
    margin-right: 0.5%;
    width: 11.3%;
  }
  form.simple_form .date .ss-main {
    margin-right: 0.5%;
    width: 20.2%;
  }
  form.simple_form .btn {
    width: inherit;
    margin-right: 1em;
  }
  form.simple_form .picker {
    width: 25%;
    margin-left: 17.1em;
  }
  form.simple_form.search .search_search_text div {
    grid-column: 1/span 3;
  }
  form.simple_form.search .search_search_text input {
    width: 100%;
  }
}
@layer base {
  [hidden][hidden] {
    display: none !important;
  }
  up-wrapper {
    display: inline-block;
  }
  up-bounds {
    position: absolute;
  }
  .up-focus-hidden:focus-visible {
    outline-color: transparent !important;
    outline-style: none !important;
  }
  body.up-scrollbar-away {
    padding-right: calc(var(--up-scrollbar-width) + var(--up-original-padding-right)) !important;
  }
  body.up-scrollbar-away, html:has(> body.up-scrollbar-away) {
    overflow-y: hidden !important;
    overflow-y: clip !important;
  }
  body.up-scrollbar-away .up-scrollbar-away {
    right: calc(var(--up-scrollbar-width) + var(--up-original-right)) !important;
  }
  .up-request-loader {
    display: none;
  }
  up-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    height: 3px;
    background-color: #007bff;
  }
  up-focus-trap {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  up-cover-viewport, up-drawer-viewport, up-modal-viewport, up-drawer-backdrop, up-modal-backdrop, up-cover, up-drawer, up-modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  up-drawer-box, up-modal-box {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  }
  up-popup {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
  up-popup:focus, up-cover-box:focus, up-drawer-box:focus, up-modal-box:focus, up-cover:focus, up-drawer:focus, up-modal:focus, up-popup:focus-visible, up-cover-box:focus-visible, up-drawer-box:focus-visible, up-modal-box:focus-visible, up-cover:focus-visible, up-drawer:focus-visible, up-modal:focus-visible {
    outline: none;
  }
  up-cover, up-drawer, up-modal {
    z-index: 2000;
    position: fixed;
  }
  up-drawer-backdrop, up-modal-backdrop {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
  }
  up-cover-viewport, up-drawer-viewport, up-modal-viewport {
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  up-popup, up-cover-box, up-drawer-box, up-modal-box {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    overflow-x: hidden;
  }
  up-popup-content, up-cover-content, up-drawer-content, up-modal-content {
    display: block;
  }
  up-popup {
    z-index: 1000;
  }
  up-popup-dismiss, up-cover-dismiss, up-drawer-dismiss, up-modal-dismiss {
    color: #888;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.7rem;
    line-height: 0.5;
    cursor: pointer;
  }
  up-modal[nesting="0"] up-modal-viewport {
    padding: 25px 15px;
  }
  up-modal[nesting="1"] up-modal-viewport {
    padding: 50px 30px;
  }
  up-modal[nesting="2"] up-modal-viewport {
    padding: 75px 45px;
  }
  up-modal[nesting="3"] up-modal-viewport {
    padding: 100px 60px;
  }
  up-modal[nesting="4"] up-modal-viewport {
    padding: 125px 75px;
  }
  up-modal[size=small] up-modal-box {
    width: 350px;
  }
  up-modal[size=medium] up-modal-box {
    width: 650px;
  }
  up-modal[size=large] up-modal-box {
    width: 1000px;
  }
  up-modal[size=grow] up-modal-box {
    width: auto;
  }
  up-modal[size=full] up-modal-box {
    width: 100%;
  }
  up-drawer-viewport {
    justify-content: flex-start;
  }
  up-drawer[position=right] up-drawer-viewport {
    justify-content: flex-end;
  }
  up-drawer-box {
    min-height: 100vh;
  }
  up-drawer[size=small] up-drawer-box {
    width: 150px;
  }
  up-drawer[size=medium] up-drawer-box {
    width: 340px;
  }
  up-drawer[size=large] up-drawer-box {
    width: 600px;
  }
  up-drawer[size=grow] up-drawer-box {
    width: auto;
  }
  up-drawer[size=full] up-drawer-box {
    width: 100%;
  }
  up-cover-box {
    width: 100%;
    min-height: 100vh;
    padding: 0;
  }
  up-popup {
    padding: 15px;
    text-align: left;
  }
  up-popup[size=small] {
    width: 180px;
  }
  up-popup[size=medium] {
    width: 300px;
  }
  up-popup[size=large] {
    width: 550px;
  }
  up-popup[size=grow] up-popup {
    width: auto;
  }
  up-popup[size=full] up-popup {
    width: 100%;
  }
  [up-clickable][role=link] {
    cursor: pointer;
  }
  [up-expand]:not([role]), [up-expand][role=link] {
    cursor: pointer;
  }
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: normal;
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: normal;
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: normal;
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: normal;
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
    inset: calc(var(--spacing) * 0);
  }
  .start-1 {
    inset-inline-start: calc(0.25rem * 1);
    inset-inline-start: calc(var(--spacing) * 1);
  }
  .top-1 {
    top: calc(0.25rem * 1);
    top: calc(var(--spacing) * 1);
  }
  .right-1 {
    right: calc(0.25rem * 1);
    right: calc(var(--spacing) * 1);
  }
  .isolate {
    isolation: isolate;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-end-9 {
    grid-column-end: 9;
  }
  .float-left {
    float: left;
  }
  .container {
    width: 100%;
    @media (min-width: 40rem) {
      max-width: 40rem;
    }
    @media (min-width: 48rem) {
      max-width: 48rem;
    }
    @media (min-width: 64rem) {
      max-width: 64rem;
    }
    @media (min-width: 80rem) {
      max-width: 80rem;
    }
    @media (min-width: 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(0.25rem * 0);
    margin: calc(var(--spacing) * 0);
  }
  .-mx-4 {
    margin-inline: calc(0.25rem * -4);
    margin-inline: calc(var(--spacing) * -4);
  }
  .-mx-5 {
    margin-inline: calc(0.25rem * -5);
    margin-inline: calc(var(--spacing) * -5);
  }
  .mx-1 {
    margin-inline: calc(0.25rem * 1);
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-4 {
    margin-inline: calc(0.25rem * 4);
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(0.25rem * 5);
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-6 {
    margin-inline: calc(0.25rem * 6);
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-2 {
    margin-block: calc(0.25rem * -2);
    margin-block: calc(var(--spacing) * -2);
  }
  .my-2 {
    margin-block: calc(0.25rem * 2);
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(0.25rem * 3);
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(0.25rem * 4);
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(0.25rem * 5);
    margin-block: calc(var(--spacing) * 5);
  }
  .prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.2857143em;
      line-height: 1.5555556;
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.1111111em;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 2.1428571em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1.2;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.4285714em;
      margin-top: 1.6em;
      margin-bottom: 0.8em;
      line-height: 1.4;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.2857143em;
      margin-top: 1.5555556em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.4285714em;
      margin-bottom: 0.5714286em;
      line-height: 1.4285714;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8571429em;
      border-radius: 0.3125rem;
      padding-top: 0.1428571em;
      padding-inline-end: 0.3571429em;
      padding-bottom: 0.1428571em;
      padding-inline-start: 0.3571429em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8571429em;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.9em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: 0.25rem;
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
      padding-inline-start: 1.5714286em;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.2857143em;
      margin-bottom: 0.2857143em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4285714em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4285714em;
    }
    :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.1428571em;
    }
    :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.1428571em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5714286em;
      margin-bottom: 0.5714286em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
      margin-bottom: 1.1428571em;
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.1428571em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.2857143em;
      padding-inline-start: 1.5714286em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2.8571429em;
      margin-bottom: 2.8571429em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.6666667em;
      padding-inline-end: 1em;
      padding-bottom: 0.6666667em;
      padding-inline-start: 1em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8571429em;
      line-height: 1.3333333;
      margin-top: 0.6666667em;
    }
    :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-2 {
    margin-top: calc(0.25rem * -2);
    margin-top: calc(var(--spacing) * -2);
  }
  .mt-0 {
    margin-top: calc(0.25rem * 0);
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(0.25rem * 1);
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(0.25rem * 3);
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(0.25rem * 5);
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(0.25rem * 12);
    margin-top: calc(var(--spacing) * 12);
  }
  .-mr-2 {
    margin-right: calc(0.25rem * -2);
    margin-right: calc(var(--spacing) * -2);
  }
  .mr-4 {
    margin-right: calc(0.25rem * 4);
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(0.25rem * 0);
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.25rem * 3);
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(0.25rem * 5);
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-12 {
    margin-bottom: calc(0.25rem * 12);
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(0.25rem * 2);
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(0.25rem * 3);
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-3\.5 {
    margin-left: calc(0.25rem * 3.5);
    margin-left: calc(var(--spacing) * 3.5);
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-row {
    display: table-row;
  }
  .size-3 {
    width: calc(0.25rem * 3);
    width: calc(var(--spacing) * 3);
    height: calc(0.25rem * 3);
    height: calc(var(--spacing) * 3);
  }
  .h-1 {
    height: calc(0.25rem * 1);
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(0.25rem * 2);
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(0.25rem * 4);
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(0.25rem * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(0.25rem * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(0.25rem * 12);
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(0.25rem * 14);
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(0.25rem * 16);
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(0.25rem * 0);
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-4 {
    width: calc(0.25rem * 4);
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(0.25rem * 5);
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(0.25rem * 6);
    width: calc(var(--spacing) * 6);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-24 {
    width: calc(0.25rem * 24);
    width: calc(var(--spacing) * 24);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: 42rem;
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: 64rem;
    max-width: var(--container-5xl);
  }
  .max-w-9xl {
    max-width: 96rem;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen-xl {
    max-width: 80rem;
    max-width: var(--breakpoint-xl);
  }
  .max-w-sm {
    max-width: 24rem;
    max-width: var(--container-sm);
  }
  .min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform:          ;
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform:           !important;
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .form-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) oklch(54.6% 0.245 262.881), var(--tw-shadow);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    &:where([size]:not([size="1"])) {
      background-image: none;
      background-image: initial;
      background-position: 0 0;
      background-position: initial;
      background-repeat: repeat;
      background-repeat: initial;
      background-size: auto auto;
      background-size: initial;
      padding-right: 0.75rem;
      -webkit-print-color-adjust: inherit;
              print-color-adjust: inherit;
    }
  }
  .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, 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-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
    gap: calc(var(--spacing) * 4);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 1) * 0);
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 1) * calc(1 - 0));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 2) * 0);
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 2) * calc(1 - 0));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 4) * 0);
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 4) * calc(1 - 0));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 6) * 0);
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 6) * calc(1 - 0));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(0.25rem * 2) * 0);
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(0.25rem * 2) * calc(1 - 0));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .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-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-gray-200 {
    border-color: oklch(92.8% 0.006 264.531);
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: oklch(87.2% 0.01 258.338);
    border-color: var(--color-gray-300);
  }
  .border-theme-500 {
    border-color: #c8c8c8;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-gray-50 {
    background-color: oklch(98.5% 0.002 247.839);
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: oklch(96.7% 0.003 264.542);
    background-color: var(--color-gray-100);
  }
  .bg-gray-600 {
    background-color: oklch(44.6% 0.03 256.802);
    background-color: var(--color-gray-600);
  }
  .bg-green-300 {
    background-color: oklch(87.1% 0.15 154.449);
    background-color: var(--color-green-300);
  }
  .bg-red-300 {
    background-color: oklch(80.8% 0.114 19.571);
    background-color: var(--color-red-300);
  }
  .bg-red-600 {
    background-color: oklch(57.7% 0.245 27.325);
    background-color: var(--color-red-600);
  }
  .bg-theme-100 {
    background-color: #eeeeee;
  }
  .bg-theme-600 {
    background-color: #a2a2a2;
  }
  .bg-theme-800 {
    background-color: #484848;
  }
  .bg-white {
    background-color: #fff;
    background-color: var(--color-white);
  }
  .bg-yellow-200 {
    background-color: oklch(94.5% 0.129 101.54);
    background-color: var(--color-yellow-200);
  }
  .bg-yellow-300 {
    background-color: oklch(90.5% 0.182 98.111);
    background-color: var(--color-yellow-300);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0 {
    padding: calc(0.25rem * 0);
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(0.25rem * 1);
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(0.25rem * 2);
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(0.25rem * 3);
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(0.25rem * 4);
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(0.25rem * 1);
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(0.25rem * 2);
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(0.25rem * 3);
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(0.25rem * 5);
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(0.25rem * 1);
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(0.25rem * 5);
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(0.25rem * 10);
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(0.25rem * 12);
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-0 {
    padding-top: calc(0.25rem * 0);
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(0.25rem * 1);
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(0.25rem * 2);
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(0.25rem * 4);
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(0.25rem * 5);
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(0.25rem * 0);
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(0.25rem * 2);
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(0.25rem * 3);
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(0.25rem * 4);
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(0.25rem * 5);
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-12 {
    padding-bottom: calc(0.25rem * 12);
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-1 {
    padding-left: calc(0.25rem * 1);
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(0.25rem * 2);
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: 1.5rem;
    font-size: var(--text-2xl);
    line-height: calc(2 / 1.5);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: 1.875rem;
    font-size: var(--text-3xl);
    line-height: calc(2.25 / 1.875);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: 2.25rem;
    font-size: var(--text-4xl);
    line-height: calc(2.5 / 2.25);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: 1rem;
    font-size: var(--text-base);
    line-height: calc(1.5 / 1);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: 1.125rem;
    font-size: var(--text-lg);
    line-height: calc(1.75 / 1.125);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: 0.875rem;
    font-size: var(--text-sm);
    line-height: calc(1.25 / 0.875);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: 1.25rem;
    font-size: var(--text-xl);
    line-height: calc(1.75 / 1.25);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: 0.75rem;
    font-size: var(--text-xs);
    line-height: calc(1 / 0.75);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(0.25rem * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(0.25rem * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(0.25rem * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(0.25rem * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: 1.5;
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: 1.25;
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: 500;
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: 400;
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: 0.05em;
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: #000;
    color: var(--color-black);
  }
  .text-gray-50 {
    color: oklch(98.5% 0.002 247.839);
    color: var(--color-gray-50);
  }
  .text-gray-400 {
    color: oklch(70.7% 0.022 261.325);
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: oklch(55.1% 0.027 264.364);
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: oklch(44.6% 0.03 256.802);
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: oklch(37.3% 0.034 259.733);
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: oklch(21% 0.034 264.665);
    color: var(--color-gray-900);
  }
  .text-green-600 {
    color: oklch(62.7% 0.194 149.214);
    color: var(--color-green-600);
  }
  .text-green-900 {
    color: oklch(39.3% 0.095 152.535);
    color: var(--color-green-900);
  }
  .text-indigo-600 {
    color: oklch(51.1% 0.262 276.966);
    color: var(--color-indigo-600);
  }
  .text-red-600 {
    color: oklch(57.7% 0.245 27.325);
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: oklch(50.5% 0.213 27.518);
    color: var(--color-red-700);
  }
  .text-red-900 {
    color: oklch(39.6% 0.141 25.723);
    color: var(--color-red-900);
  }
  .text-theme-100 {
    color: #eeeeee;
  }
  .text-theme-500 {
    color: #c8c8c8;
  }
  .text-theme-700 {
    color: #7b7b7b;
  }
  .text-theme-800 {
    color: #484848;
  }
  .text-theme-900 {
    color: #333333;
  }
  .text-white {
    color: #fff;
    color: var(--color-white);
  }
  .text-yellow-500 {
    color: oklch(79.5% 0.184 86.047);
    color: var(--color-yellow-500);
  }
  .text-yellow-600 {
    color: oklch(68.1% 0.162 75.834);
    color: var(--color-yellow-600);
  }
  .text-yellow-900 {
    color: oklch(42.1% 0.095 57.708);
    color: var(--color-yellow-900);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .capitalize\! {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-feature-settings: ordinal        ;
    font-feature-settings: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    font-variant-numeric: ordinal        ;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-500 {
    &::-moz-placeholder {
      color: oklch(55.1% 0.027 264.364);
      color: var(--color-gray-500);
    }
    &::placeholder {
      color: oklch(55.1% 0.027 264.364);
      color: var(--color-gray-500);
    }
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: blur(8px)                ;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter:                 drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter:       grayscale(100%)          ;
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter:           invert(100%)      ;
    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,);
  }
  .invert\! {
    --tw-invert: invert(100%) !important;
    filter:           invert(100%)       !important;
    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,) !important;
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter:               sepia(100%)  ;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter:                  ;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter\! {
    filter:                   !important;
    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,) !important;
  }
  .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, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: 150ms;
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: var(--ease-out);
  }
  .\[link\:doc\/command_line_usage\.rdoc\] {
    link: doc/command line usage.rdoc;
  }
  .\[link\:doc\/glossary\.rdoc\] {
    link: doc/glossary.rdoc;
  }
  .\[link\:doc\/rakefile\.rdoc\] {
    link: doc/rakefile.rdoc;
  }
  .\[link\:doc\/rakefile_rdoc\.html\#label-Importing\+Dependencies\] {
    link: doc/rakefile rdoc.html#label-Importing+Dependencies;
  }
  .\[link\:doc\/rational\.rdoc\] {
    link: doc/rational.rdoc;
  }
  .\[link\:files\/activejob\/README_md\.html\] {
    link: files/activejob/README md.html;
  }
  .\[m\:n\] {
    m: n;
  }
  .\[mailto\:james\@grayproductions\.net\] {
    mailto: james@grayproductions.net;
  }
  .\[rdoc-label\:method-i-2A_changed-3F\] {
    rdoc-label: method-i-2A changed-3F;
  }
  .\[rdoc-label\:method-i-2A_previously_changed-3F\] {
    rdoc-label: method-i-2A previously changed-3F;
  }
  .\[rdoc-label\:method-i-2A_previously_was\] {
    rdoc-label: method-i-2A previously was;
  }
  .\[rdoc-label\:method-i-2A_was\] {
    rdoc-label: method-i-2A was;
  }
  .\[rdoc-label\:method-i-2A_will_change-21\] {
    rdoc-label: method-i-2A will change-21;
  }
  .\[rdoc-ref\:\#search\@Argument\+translation\] {
    rdoc-ref: #search@Argument+translation;
  }
  .\[rdoc-ref\:ARGF\] {
    rdoc-ref: ARGF;
  }
  .\[rdoc-ref\:AttributeAssignment\#attributes\=\] {
    rdoc-ref: AttributeAssignment#attributes=;
  }
  .\[rdoc-ref\:Base\#save\] {
    rdoc-ref: Base#save;
  }
  .\[rdoc-ref\:BigDecimal\@Not\+a\+Number\] {
    rdoc-ref: BigDecimal@Not+a+Number;
  }
  .\[rdoc-ref\:BodyTypeBasic\#content_id\] {
    rdoc-ref: BodyTypeBasic#content id;
  }
  .\[rdoc-ref\:BodyTypeBasic\#media_type\] {
    rdoc-ref: BodyTypeBasic#media type;
  }
  .\[rdoc-ref\:ClassMethods\#store_accessor\] {
    rdoc-ref: ClassMethods#store accessor;
  }
  .\[rdoc-ref\:Config\#idle_response_timeout\] {
    rdoc-ref: Config#idle response timeout;
  }
  .\[rdoc-ref\:Config\#open_timeout\] {
    rdoc-ref: Config#open timeout;
  }
  .\[rdoc-ref\:ConnectionHandling\#establish_connection\] {
    rdoc-ref: ConnectionHandling#establish connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#lease_connection\] {
    rdoc-ref: ConnectionHandling#lease connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#retrieve_connection\] {
    rdoc-ref: ConnectionHandling#retrieve connection;
  }
  .\[rdoc-ref\:Core\#new\] {
    rdoc-ref: Core#new;
  }
  .\[rdoc-ref\:Core\.configurations\] {
    rdoc-ref: Core.configurations;
  }
  .\[rdoc-ref\:Dir\.mkdir\] {
    rdoc-ref: Dir.mkdir;
  }
  .\[rdoc-ref\:Dir\.rmdir\] {
    rdoc-ref: Dir.rmdir;
  }
  .\[rdoc-ref\:Encoding\.find\] {
    rdoc-ref: Encoding.find;
  }
  .\[rdoc-ref\:Enumerable\@Enumerable\+in\+Ruby\+Classes\] {
    rdoc-ref: Enumerable@Enumerable+in+Ruby+Classes;
  }
  .\[rdoc-ref\:File\#chmod\] {
    rdoc-ref: File#chmod;
  }
  .\[rdoc-ref\:File\#chown\] {
    rdoc-ref: File#chown;
  }
  .\[rdoc-ref\:File\.open\] {
    rdoc-ref: File.open;
  }
  .\[rdoc-ref\:File\@Access\+Modes\] {
    rdoc-ref: File@Access+Modes;
  }
  .\[rdoc-ref\:FileUtils\@Path\+Arguments\] {
    rdoc-ref: FileUtils@Path+Arguments;
  }
  .\[rdoc-ref\:File\] {
    rdoc-ref: File;
  }
  .\[rdoc-ref\:FinderMethods\#find\] {
    rdoc-ref: FinderMethods#find;
  }
  .\[rdoc-ref\:Generic\#cancel_response\] {
    rdoc-ref: Generic#cancel response;
  }
  .\[rdoc-ref\:Generic\#command_name\] {
    rdoc-ref: Generic#command name;
  }
  .\[rdoc-ref\:Generic\#decode\] {
    rdoc-ref: Generic#decode;
  }
  .\[rdoc-ref\:Generic\#encode\] {
    rdoc-ref: Generic#encode;
  }
  .\[rdoc-ref\:Generic\#service\] {
    rdoc-ref: Generic#service;
  }
  .\[rdoc-ref\:IO\@Position\] {
    rdoc-ref: IO@Position;
  }
  .\[rdoc-ref\:IRB\@Custom\+Prompts\] {
    rdoc-ref: IRB@Custom+Prompts;
  }
  .\[rdoc-ref\:Logger\@Entries\] {
    rdoc-ref: Logger@Entries;
  }
  .\[rdoc-ref\:Logger\@Log\+Level\] {
    rdoc-ref: Logger@Log+Level;
  }
  .\[rdoc-ref\:Logger\@Program\+Name\] {
    rdoc-ref: Logger@Program+Name;
  }
  .\[rdoc-ref\:PStore\@Entries\] {
    rdoc-ref: PStore@Entries;
  }
  .\[rdoc-ref\:PStore\@The\+Store\] {
    rdoc-ref: PStore@The+Store;
  }
  .\[rdoc-ref\:PStore\@Transactions\] {
    rdoc-ref: PStore@Transactions;
  }
  .\[rdoc-ref\:Persistence\#destroy\!\] {
    rdoc-ref: Persistence#destroy!;
  }
  .\[rdoc-ref\:Persistence\#destroy\] {
    rdoc-ref: Persistence#destroy;
  }
  .\[rdoc-ref\:Persistence\#new_record\?\] {
    rdoc-ref: Persistence#new record?;
  }
  .\[rdoc-ref\:Persistence\#save\!\] {
    rdoc-ref: Persistence#save!;
  }
  .\[rdoc-ref\:Persistence\#save\] {
    rdoc-ref: Persistence#save;
  }
  .\[rdoc-ref\:Persistence\#update_attribute\!\] {
    rdoc-ref: Persistence#update attribute!;
  }
  .\[rdoc-ref\:Process\.spawn\] {
    rdoc-ref: Process.spawn;
  }
  .\[rdoc-ref\:QueryMethods\#group\] {
    rdoc-ref: QueryMethods#group;
  }
  .\[rdoc-ref\:QueryMethods\#select\] {
    rdoc-ref: QueryMethods#select;
  }
  .\[rdoc-ref\:QueryMethods\#where\] {
    rdoc-ref: QueryMethods#where;
  }
  .\[rdoc-ref\:Relation\#update_all\] {
    rdoc-ref: Relation#update all;
  }
  .\[rdoc-ref\:Runnable\#result_code\] {
    rdoc-ref: Runnable#result code;
  }
  .\[rdoc-ref\:SchemaStatements\#add_check_constraint\] {
    rdoc-ref: SchemaStatements#add check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#add exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_foreign_key\] {
    rdoc-ref: SchemaStatements#add foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#add_index\] {
    rdoc-ref: SchemaStatements#add index;
  }
  .\[rdoc-ref\:SchemaStatements\#add_reference\] {
    rdoc-ref: SchemaStatements#add reference;
  }
  .\[rdoc-ref\:SchemaStatements\#add_timestamps\] {
    rdoc-ref: SchemaStatements#add timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#add_unique_constraint\] {
    rdoc-ref: SchemaStatements#add unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_default\] {
    rdoc-ref: SchemaStatements#change column default;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_null\] {
    rdoc-ref: SchemaStatements#change column null;
  }
  .\[rdoc-ref\:SchemaStatements\#check_constraint_exists\?\] {
    rdoc-ref: SchemaStatements#check constraint exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#column_exists\?\] {
    rdoc-ref: SchemaStatements#column exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#create_table\] {
    rdoc-ref: SchemaStatements#create table;
  }
  .\[rdoc-ref\:SchemaStatements\#foreign_key_exists\?\] {
    rdoc-ref: SchemaStatements#foreign key exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#index_exists\?\] {
    rdoc-ref: SchemaStatements#index exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_check_constraint\] {
    rdoc-ref: SchemaStatements#remove check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_columns\] {
    rdoc-ref: SchemaStatements#remove columns;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#remove exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_foreign_key\] {
    rdoc-ref: SchemaStatements#remove foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_index\] {
    rdoc-ref: SchemaStatements#remove index;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_reference\] {
    rdoc-ref: SchemaStatements#remove reference;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_timestamps\] {
    rdoc-ref: SchemaStatements#remove timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_unique_constraint\] {
    rdoc-ref: SchemaStatements#remove unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_column\] {
    rdoc-ref: SchemaStatements#rename column;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_index\] {
    rdoc-ref: SchemaStatements#rename index;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_check_constraint\] {
    rdoc-ref: SchemaStatements#validate check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_constraint\] {
    rdoc-ref: SchemaStatements#validate constraint;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Assigning\] {
    rdoc-ref: SequenceSet@Methods+for+Assigning;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Comparing\] {
    rdoc-ref: SequenceSet@Methods+for+Comparing;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Creating\+a\+SequenceSet\] {
    rdoc-ref: SequenceSet@Methods+for+Creating+a+SequenceSet;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Deleting\] {
    rdoc-ref: SequenceSet@Methods+for+Deleting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+IMAP\+String\+Formatting\] {
    rdoc-ref: SequenceSet@Methods+for+IMAP+String+Formatting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Iterating\] {
    rdoc-ref: SequenceSet@Methods+for+Iterating;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Querying\] {
    rdoc-ref: SequenceSet@Methods+for+Querying;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Set\+Operations\] {
    rdoc-ref: SequenceSet@Methods+for+Set+Operations;
  }
  .\[rdoc-ref\:SomeClass\] {
    rdoc-ref: SomeClass;
  }
  .\[rdoc-ref\:String\#dump\] {
    rdoc-ref: String#dump;
  }
  .\[rdoc-ref\:Time\#strftime\] {
    rdoc-ref: Time#strftime;
  }
  .\[rdoc-ref\:dig_methods\.rdoc\] {
    rdoc-ref: dig methods.rdoc;
  }
  .\[rdoc-ref\:doc\/command_line_usage\.rdoc\] {
    rdoc-ref: doc/command line usage.rdoc;
  }
  .\[rdoc-ref\:doc\/dig_methods\.rdoc\] {
    rdoc-ref: doc/dig methods.rdoc;
  }
  .\[rdoc-ref\:doc\/glossary\.rdoc\] {
    rdoc-ref: doc/glossary.rdoc;
  }
  .\[rdoc-ref\:doc\/rakefile\.rdoc\] {
    rdoc-ref: doc/rakefile.rdoc;
  }
  .\[rdoc-ref\:doc\/rational\.rdoc\] {
    rdoc-ref: doc/rational.rdoc;
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
  .\[rdoc\:coverage\] {
    rdoc: coverage;
  }
  .\[ruby-core\:4261\] {
    ruby-core: 4261;
  }
  .\[ruby-core\:78693\] {
    ruby-core: 78693;
  }
  .\[ruby-core\:85266\] {
    ruby-core: 85266;
  }
  .\[ruby-dev\:27513\] {
    ruby-dev: 27513;
  }
  .\[ruby-dev\:28445\] {
    ruby-dev: 28445;
  }
  .\[ruby-dev\:29520\] {
    ruby-dev: 29520;
  }
  .\[test-unit-users-en\:00026\] {
    test-unit-users-en: 00026;
  }
  .\[test-unit-users-en\:00035\] {
    test-unit-users-en: 00035;
  }
  .\[test-unit-users-en\:00089\] {
    test-unit-users-en: 00089;
  }
  .\[test-unit-users-en\:00098\] {
    test-unit-users-en: 00098;
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .last\:border-l {
    &:last-child {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .odd\:bg-gray-50 {
    &:nth-child(odd) {
      background-color: oklch(98.5% 0.002 247.839);
      background-color: var(--color-gray-50);
    }
  }
  .odd\:bg-red-100 {
    &:nth-child(odd) {
      background-color: oklch(93.6% 0.032 17.717);
      background-color: var(--color-red-100);
    }
  }
  .odd\:bg-white {
    &:nth-child(odd) {
      background-color: #fff;
      background-color: var(--color-white);
    }
  }
  .even\:bg-gray-50 {
    &:nth-child(even) {
      background-color: oklch(98.5% 0.002 247.839);
      background-color: var(--color-gray-50);
    }
  }
  .even\:bg-red-100 {
    &:nth-child(even) {
      background-color: oklch(93.6% 0.032 17.717);
      background-color: var(--color-red-100);
    }
  }
  .even\:bg-white {
    &:nth-child(even) {
      background-color: #fff;
      background-color: var(--color-white);
    }
  }
  .visited\:text-black {
    &:visited {
      color: #000;
      color: var(--color-black);
    }
  }
  .visited\:text-gray-50 {
    &:visited {
      color: oklch(98.5% 0.002 247.839);
      color: var(--color-gray-50);
    }
  }
  .visited\:text-gray-600 {
    &:visited {
      color: oklch(44.6% 0.03 256.802);
      color: var(--color-gray-600);
    }
  }
  .visited\:text-theme-500 {
    &:visited {
      color: #c8c8c8;
    }
  }
  .visited\:text-theme-700 {
    &:visited {
      color: #7b7b7b;
    }
  }
  .visited\:text-theme-800 {
    &:visited {
      color: #484848;
    }
  }
  .hover\:border-gray-300 {
    &:hover {
      @media (hover: hover) {
        border-color: oklch(87.2% 0.01 258.338);
        border-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(96.7% 0.003 264.542);
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(92.8% 0.006 264.531);
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(37.3% 0.034 259.733);
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(50.5% 0.213 27.518);
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: #000;
        color: var(--color-black);
      }
    }
  }
  .hover\:text-gray-100 {
    &:hover {
      @media (hover: hover) {
        color: oklch(96.7% 0.003 264.542);
        color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: oklch(55.1% 0.027 264.364);
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: oklch(37.3% 0.034 259.733);
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: oklch(27.8% 0.033 256.848);
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: oklch(21% 0.034 264.665);
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-theme-100 {
    &:hover {
      @media (hover: hover) {
        color: #eeeeee;
      }
    }
  }
  .hover\:text-theme-600 {
    &:hover {
      @media (hover: hover) {
        color: #a2a2a2;
      }
    }
  }
  .hover\:text-theme-700 {
    &:hover {
      @media (hover: hover) {
        color: #7b7b7b;
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .focus\:border-gray-500 {
    &:focus {
      border-color: oklch(55.1% 0.027 264.364);
      border-color: var(--color-gray-500);
    }
  }
  .focus\:text-black {
    &:focus {
      color: #000;
      color: var(--color-black);
    }
  }
  .focus\:text-gray-50 {
    &:focus {
      color: oklch(98.5% 0.002 247.839);
      color: var(--color-gray-50);
    }
  }
  .focus\:text-theme-500 {
    &:focus {
      color: #c8c8c8;
    }
  }
  .focus\:text-theme-700 {
    &:focus {
      color: #7b7b7b;
    }
  }
  .focus\:text-theme-800 {
    &:focus {
      color: #484848;
    }
  }
  .focus\:no-underline {
    &:focus {
      text-decoration-line: none;
    }
  }
  .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-gray-500 {
    &:focus {
      --tw-ring-color: var(--color-gray-500);
    }
  }
  .focus\:ring-indigo-500 {
    &:focus {
      --tw-ring-color: var(--color-indigo-500);
    }
  }
  .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-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .active\:text-black {
    &:active {
      color: #000;
      color: var(--color-black);
    }
  }
  .active\:text-gray-100 {
    &:active {
      color: oklch(96.7% 0.003 264.542);
      color: var(--color-gray-100);
    }
  }
  .active\:text-theme-100 {
    &:active {
      color: #eeeeee;
    }
  }
  .active\:text-theme-600 {
    &:active {
      color: #a2a2a2;
    }
  }
  .active\:text-theme-700 {
    &:active {
      color: #7b7b7b;
    }
  }
  .sm\:col-span-2 {
    @media (min-width: 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:-mx-3 {
    @media (min-width: 40rem) {
      margin-inline: calc(0.25rem * -3);
      margin-inline: calc(var(--spacing) * -3);
    }
  }
  .sm\:-mx-6 {
    @media (min-width: 40rem) {
      margin-inline: calc(0.25rem * -6);
      margin-inline: calc(var(--spacing) * -6);
    }
  }
  .sm\:mx-3 {
    @media (min-width: 40rem) {
      margin-inline: calc(0.25rem * 3);
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-0 {
    @media (min-width: 40rem) {
      margin-top: calc(0.25rem * 0);
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-6 {
    @media (min-width: 40rem) {
      margin-left: calc(0.25rem * 6);
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .sm\:flex {
    @media (min-width: 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (min-width: 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (min-width: 40rem) {
      display: none;
    }
  }
  .sm\:grid-cols-3 {
    @media (min-width: 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (min-width: 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-wrap {
    @media (min-width: 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-center {
    @media (min-width: 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-4 {
    @media (min-width: 40rem) {
      gap: calc(0.25rem * 4);
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:space-x-8 {
    @media (min-width: 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(0.25rem * 8) * 0);
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(0.25rem * 8) * calc(1 - 0));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:rounded-lg {
    @media (min-width: 40rem) {
      border-radius: 0.5rem;
      border-radius: var(--radius-lg);
    }
  }
  .sm\:rounded-md {
    @media (min-width: 40rem) {
      border-radius: 0.375rem;
      border-radius: var(--radius-md);
    }
  }
  .sm\:p-6 {
    @media (min-width: 40rem) {
      padding: calc(0.25rem * 6);
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-3 {
    @media (min-width: 40rem) {
      padding-inline: calc(0.25rem * 3);
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-4 {
    @media (min-width: 40rem) {
      padding-inline: calc(0.25rem * 4);
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (min-width: 40rem) {
      padding-inline: calc(0.25rem * 6);
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-sm {
    @media (min-width: 40rem) {
      font-size: 0.875rem;
      font-size: var(--text-sm);
      line-height: calc(1.25 / 0.875);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:basis-3\/12 {
    @media (min-width: 48rem) {
      flex-basis: calc(3/12 * 100%);
    }
  }
  .md\:basis-9\/12 {
    @media (min-width: 48rem) {
      flex-basis: calc(9/12 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (min-width: 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:border-0 {
    @media (min-width: 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:border-b {
    @media (min-width: 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:border-l {
    @media (min-width: 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:-mx-8 {
    @media (min-width: 64rem) {
      margin-inline: calc(0.25rem * -8);
      margin-inline: calc(var(--spacing) * -8);
    }
  }
  .lg\:block {
    @media (min-width: 64rem) {
      display: block;
    }
  }
  .lg\:w-96 {
    @media (min-width: 64rem) {
      width: calc(0.25rem * 96);
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:flex-none {
    @media (min-width: 64rem) {
      flex: none;
    }
  }
  .lg\:basis-1\/6 {
    @media (min-width: 64rem) {
      flex-basis: calc(1/6 * 100%);
    }
  }
  .lg\:basis-5\/6 {
    @media (min-width: 64rem) {
      flex-basis: calc(5/6 * 100%);
    }
  }
  .lg\:px-8 {
    @media (min-width: 64rem) {
      padding-inline: calc(0.25rem * 8);
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-20 {
    @media (min-width: 64rem) {
      padding-inline: calc(0.25rem * 20);
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-24 {
    @media (min-width: 80rem) {
      padding-inline: calc(0.25rem * 24);
      padding-inline: calc(var(--spacing) * 24);
    }
  }
}
@layer base {
  :root {
    --ss-primary-color: #5897fb;
    --ss-bg-color: #ffffff;
    --ss-font-color: #4d4d4d;
    --ss-font-placeholder-color: #8d8d8d;
    --ss-disabled-color: #dcdee2;
    --ss-border-color: #dcdee2;
    --ss-highlight-color: #fffb8c;
    --ss-success-color: #00b755;
    --ss-error-color: #dc3545;
    --ss-focus-color: #5897fb;
    --ss-main-height: 30px;
    --ss-content-height: 300px;
    --ss-spacing-l: 7px;
    --ss-spacing-m: 5px;
    --ss-spacing-s: 3px;
    --ss-animation-timing: 0.2s;
    --ss-border-radius: 4px;
  }
  @keyframes ss-valueIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes ss-valueOut {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .ss-hide {
    display: none !important;
  }
  .ss-main {
    display: flex;
    flex-direction: row;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #4d4d4d;
    color: var(--ss-font-color);
    min-height: 30px;
    min-height: var(--ss-main-height);
    width: 100%;
    padding: 3px;
    padding: var(--ss-spacing-s);
    cursor: pointer;
    border: 1px solid #dcdee2;
    border: 1px solid var(--ss-border-color);
    border-radius: 4px;
    border-radius: var(--ss-border-radius);
    background-color: #ffffff;
    background-color: var(--ss-bg-color);
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
    transition: background-color var(--ss-animation-timing);
    overflow: hidden;
  }
  .ss-main:focus {
    box-shadow: 0 0 5px #5897fb;
    box-shadow: 0 0 5px var(--ss-focus-color);
  }
  .ss-main.ss-disabled {
    background-color: #dcdee2;
    background-color: var(--ss-disabled-color);
    cursor: not-allowed;
  }
  .ss-main.ss-disabled .ss-values .ss-disabled {
    color: #4d4d4d;
    color: var(--ss-font-color);
  }
  .ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed;
  }
  .ss-main.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .ss-main.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .ss-main .ss-values {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    gap: var(--ss-spacing-m);
    flex: 1 1 100%;
  }
  .ss-main .ss-values .ss-placeholder {
    display: flex;
    padding: 3px 5px 3px 5px;
    padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
    margin: auto 0px auto 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #8d8d8d;
    color: var(--ss-font-placeholder-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ss-main .ss-values .ss-max {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    color: #ffffff;
    color: var(--ss-bg-color);
    line-height: 1;
    padding: 3px 5px;
    padding: var(--ss-spacing-s) var(--ss-spacing-m);
    background-color: #5897fb;
    background-color: var(--ss-primary-color);
    border-radius: 4px;
    border-radius: var(--ss-border-radius);
  }
  .ss-main .ss-values .ss-single {
    display: flex;
    margin: auto 0px auto 3px;
    margin: auto 0px auto var(--ss-spacing-s);
  }
  .ss-main .ss-values .ss-value {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #5897fb;
    background-color: var(--ss-primary-color);
    border-radius: 4px;
    border-radius: var(--ss-border-radius);
    animation-name: ss-valueIn;
    animation-duration: 0.2s;
    animation-duration: var(--ss-animation-timing);
    animation-timing-function: ease-out;
    animation-fill-mode: both;
  }
  .ss-main .ss-values .ss-value.ss-value-out {
    animation-name: ss-valueOut;
    animation-duration: 0.2s;
    animation-duration: var(--ss-animation-timing);
    animation-timing-function: ease-out;
  }
  .ss-main .ss-values .ss-value .ss-value-text {
    font-size: 12px;
    color: #ffffff;
    color: var(--ss-bg-color);
    line-height: 1;
    padding: 3px 5px;
    padding: var(--ss-spacing-s) var(--ss-spacing-m);
  }
  .ss-main .ss-values .ss-value .ss-value-delete {
    display: flex;
    align-items: center;
    height: 7px;
    height: var(--ss-spacing-l);
    width: 7px;
    width: var(--ss-spacing-l);
    padding: 3px 5px;
    padding: var(--ss-spacing-s) var(--ss-spacing-m);
    cursor: pointer;
    border-left: solid 1px #ffffff;
    border-left: solid 1px var(--ss-bg-color);
    box-sizing: content-box;
  }
  .ss-main .ss-values .ss-value .ss-value-delete svg {
    height: 7px;
    height: var(--ss-spacing-l);
    width: 7px;
    width: var(--ss-spacing-l);
  }
  .ss-main .ss-values .ss-value .ss-value-delete svg path {
    fill: none;
    stroke: #ffffff;
    stroke: var(--ss-bg-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ss-main .ss-deselect {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 0 5px 0 5px;
    padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
  }
  .ss-main .ss-deselect svg {
    width: 8px;
    height: 8px;
  }
  .ss-main .ss-deselect svg path {
    fill: none;
    stroke: #4d4d4d;
    stroke: var(--ss-font-color);
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ss-main .ss-arrow {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 12px;
    height: 12px;
    margin: auto 5px auto 5px;
    margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
  }
  .ss-main .ss-arrow path {
    fill: none;
    stroke: #4d4d4d;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition-timing-function: ease-out;
    transition: 0.2s;
    transition: var(--ss-animation-timing);
  }
  .ss-content {
    position: absolute;
    display: flex;
    height: auto;
    flex-direction: column;
    width: auto;
    max-height: 300px;
    max-height: var(--ss-content-height);
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    border: solid 1px var(--ss-border-color);
    background-color: #ffffff;
    background-color: var(--ss-bg-color);
    transition: transform 0.2s,opacity 0.2s;
    transition: transform var(--ss-animation-timing),opacity var(--ss-animation-timing);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    overflow: hidden;
    z-index: 10000;
  }
  .ss-content.ss-relative {
    position: relative;
    height: 100%;
  }
  .ss-content.ss-fixed {
    position: fixed;
  }
  .ss-content.ss-open-above {
    flex-direction: column-reverse;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--ss-border-radius);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--ss-border-radius);
  }
  .ss-content.ss-open-below {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--ss-border-radius);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--ss-border-radius);
  }
  .ss-content .ss-search {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    padding: 7px 7px 5px 7px;
    padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  }
  .ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    padding: 5px 7px;
    padding: var(--ss-spacing-m) var(--ss-spacing-l);
    margin: 0;
    border: 1px solid #dcdee2;
    border: 1px solid var(--ss-border-color);
    border-radius: 4px;
    border-radius: var(--ss-border-radius);
    background-color: #ffffff;
    background-color: var(--ss-bg-color);
    outline: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .ss-content .ss-search input::-moz-placeholder {
    color: #8d8d8d;
    color: var(--ss-font-placeholder-color);
    vertical-align: middle;
  }
  .ss-content .ss-search input::placeholder {
    color: #8d8d8d;
    color: var(--ss-font-placeholder-color);
    vertical-align: middle;
  }
  .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb;
    box-shadow: 0 0 5px var(--ss-focus-color);
  }
  .ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 0 0 auto;
    height: auto;
    margin: 0 0 0 5px;
    margin: 0 0 0 var(--ss-spacing-m);
    border: 1px solid #dcdee2;
    border: 1px solid var(--ss-border-color);
    border-radius: 4px;
    border-radius: var(--ss-border-radius);
  }
  .ss-content .ss-search .ss-addable svg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin: auto 5px auto 5px;
    margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
  }
  .ss-content .ss-search .ss-addable svg path {
    fill: none;
    stroke: #4d4d4d;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ss-content .ss-list {
    flex: 1 1 auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ss-content .ss-list .ss-error {
    color: #dc3545;
    color: var(--ss-error-color);
    padding: 7px;
    padding: var(--ss-spacing-l);
  }
  .ss-content .ss-list .ss-searching {
    color: #4d4d4d;
    color: var(--ss-font-color);
    padding: 7px;
    padding: var(--ss-spacing-l);
  }
  .ss-content .ss-list .ss-optgroup.ss-close .ss-option {
    display: none !important;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px 5px 7px;
    padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
    flex: 1 1 auto;
    font-weight: bold;
    color: #4d4d4d;
    color: var(--ss-font-color);
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
    cursor: pointer;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    gap: var(--ss-spacing-m);
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    cursor: pointer;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
    opacity: .5;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
    stroke: #dc3545;
    stroke: var(--ss-error-color);
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60%;
    text-align: center;
    padding: 0 3px 0 0;
    padding: 0 var(--ss-spacing-s) 0 0;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
    fill: none;
    stroke: #00b755;
    stroke: var(--ss-success-color);
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
    stroke-width: 5;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
    stroke-width: 11;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    cursor: pointer;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
    flex: 1 1 auto;
    width: 10px;
    height: 10px;
  }
  .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
    fill: none;
    stroke: #4d4d4d;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition-timing-function: ease-out;
    transition: 0.2s;
    transition: var(--ss-animation-timing);
  }
  .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 3px 3px 3px calc(7px*3);
    padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3);
  }
  .ss-content .ss-list .ss-option {
    display: block;
    padding: 5px 7px 5px 7px;
    padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
    white-space: normal;
    color: #4d4d4d;
    color: var(--ss-font-color);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ss-content .ss-list .ss-option:hover {
    color: #ffffff;
    color: var(--ss-bg-color);
    background-color: #5897fb;
    background-color: var(--ss-primary-color);
  }
  .ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    color: #ffffff;
    color: var(--ss-bg-color);
    background-color: #5897fb;
    background-color: var(--ss-primary-color);
  }
  .ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    background-color: #dcdee2;
    background-color: var(--ss-disabled-color);
  }
  .ss-content .ss-list .ss-option.ss-disabled:hover {
    color: #4d4d4d;
    color: var(--ss-font-color);
  }
  .ss-content .ss-list .ss-option .ss-search-highlight {
    display: inline-block;
    background-color: #fffb8c;
    background-color: var(--ss-highlight-color);
  }
}
@layer base {
  :root {
    --close-button: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E");
    --loupe-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='M16.041 15.856a.995.995 0 0 0-.186.186A6.97 6.97 0 0 1 11 18c-1.933 0-3.682-.782-4.95-2.05S4 12.933 4 11s.782-3.682 2.05-4.95S9.067 4 11 4s3.682.782 4.95 2.05S18 9.067 18 11a6.971 6.971 0 0 1-1.959 4.856zm5.666 4.437-3.675-3.675A8.967 8.967 0 0 0 20 11c0-2.485-1.008-4.736-2.636-6.364S13.485 2 11 2 6.264 3.008 4.636 4.636 2 8.515 2 11s1.008 4.736 2.636 6.364S8.515 20 11 20a8.967 8.967 0 0 0 5.618-1.968l3.675 3.675a.999.999 0 1 0 1.414-1.414z'/%3E%3C/svg%3E");
  }
  .auto-search-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }
  .auto-search-wrapper input {
    border: 1px solid #d7d7d7;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 45px 12px 10px;
    width: 100%;
  }
  .auto-search-wrapper input:focus {
    border: 1px solid #858585;
    outline: none;
  }
  .auto-search-wrapper input::-ms-clear {
    display: none;
  }
  .auto-search-wrapper ul {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
  }
  .auto-search-wrapper ul li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
  }
  .auto-search-wrapper ul li:not(:last-child) {
    border-top: none;
  }
  .auto-search-wrapper ul li[disabled] {
    background: #ececec;
    opacity: .5;
    pointer-events: none;
  }
  .auto-search-wrapper .auto-expanded {
    border: 1px solid #858585;
    outline: none;
  }
  .auto-search-wrapper.loupe:before {
    filter: invert(60%);
  }
  .auto-is-loading:after {
    animation: auto-spinner .6s linear infinite;
    border-color: #d9d9d9 grey grey #d9d9d9;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
  }
  .auto-is-loading .auto-clear {
    display: none;
  }
  @keyframes auto-spinner {
    to {
      transform: rotate(1turn);
    }
  }
  li.loupe:before {
    bottom: auto;
    top: 15px;
  }
  .loupe input {
    padding: 12px 45px 12px 35px;
  }
  .loupe:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='M16.041 15.856a.995.995 0 0 0-.186.186A6.97 6.97 0 0 1 11 18c-1.933 0-3.682-.782-4.95-2.05S4 12.933 4 11s.782-3.682 2.05-4.95S9.067 4 11 4s3.682.782 4.95 2.05S18 9.067 18 11a6.971 6.971 0 0 1-1.959 4.856zm5.666 4.437-3.675-3.675A8.967 8.967 0 0 0 20 11c0-2.485-1.008-4.736-2.636-6.364S13.485 2 11 2 6.264 3.008 4.636 4.636 2 8.515 2 11s1.008 4.736 2.636 6.364S8.515 20 11 20a8.967 8.967 0 0 0 5.618-1.968l3.675 3.675a.999.999 0 1 0 1.414-1.414z'/%3E%3C/svg%3E");
    background-image: var(--loupe-icon);
    bottom: 0;
    content: "";
    height: 17px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 17px;
  }
  .auto-selected:before {
    opacity: 1;
  }
  .auto-clear {
    align-items: center;
    background-color: transparent;
    border: none;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  .auto-clear:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E");
    content: var(--close-button);
    height: 24px;
    line-height: 100%;
    width: 24px;
  }
  .auto-clear span {
    display: none;
  }
  .auto-results-wrapper {
    background-color: #fff;
    border: 1px solid #858585;
    border-top: none;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
  }
  .auto-results-wrapper ul>.loupe {
    padding-left: 40px;
  }
  .auto-results-wrapper.auto-is-active {
    display: block;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    z-index: 99999;
  }
  .auto-selected {
    background-color: #e6e6e6;
  }
  .auto-selected+li:before {
    border-top: none;
  }
  .auto-error {
    border: 1px solid #ff3838;
  }
  .auto-error::-moz-placeholder {
    color: #f66;
    opacity: 1;
  }
  .auto-error::placeholder {
    color: #f66;
    opacity: 1;
  }
  .hidden {
    display: none;
  }
}
@layer base;
@layer base {
  trix-editor {
    border: 1px solid #bbb;
    border-radius: 3px;
    margin: 0;
    padding: 0.4em 0.6em;
    min-height: 5em;
    outline: none;
  }
  trix-toolbar * {
    box-sizing: border-box;
  }
  trix-toolbar .trix-button-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
  }
  trix-toolbar .trix-button-group {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-top-color: #ccc;
    border-bottom-color: #888;
    border-radius: 3px;
  }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw;
  }
  @media (max-width: 768px) {
    trix-toolbar .trix-button-group:not(:first-child) {
      margin-left: 0;
    }
  }
  trix-toolbar .trix-button-group-spacer {
    flex-grow: 1;
  }
  @media (max-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none;
    }
  }
  trix-toolbar .trix-button {
    position: relative;
    float: left;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.75em;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent;
  }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: rgb(0, 0, 0);
  }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer;
  }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125);
  }
  @media (max-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em;
    }
  }
  trix-toolbar .trix-button--icon {
    font-size: inherit;
    width: 2.6em;
    height: 1.6em;
    max-width: calc(0.8em + 4vw);
    text-indent: -9999px;
  }
  @media (max-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw);
    }
  }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media (max-width: 768px) {
    trix-toolbar .trix-button--icon::before {
      right: 6%;
      left: 6%;
    }
  }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1;
  }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125;
  }
  trix-toolbar .trix-button--icon-attach::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    top: 8%;
    bottom: 4%;
  }
  trix-toolbar .trix-button--icon-bold::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-italic::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-link::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-strike::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-quote::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-heading-1::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-code::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-bullet-list::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-number-list::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-undo::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-redo::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-decrease-nesting-level::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-button--icon-increase-nesting-level::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
  trix-toolbar .trix-dialogs {
    position: relative;
  }
  trix-toolbar .trix-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0.3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5;
  }
  trix-toolbar .trix-input--dialog {
    font-size: inherit;
    font-weight: normal;
    padding: 0.5em 0.8em;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border: 1px solid #bbb;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px;
  }
  trix-toolbar .trix-button--dialog {
    font-size: inherit;
    padding: 0.5em;
    border-bottom: none;
  }
  trix-toolbar .trix-dialog--link {
    max-width: 600px;
  }
  trix-toolbar .trix-dialog__link-fields {
    display: flex;
    align-items: baseline;
  }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1 1;
  }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0;
  }
  trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
    background: none;
  }
  trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
    background: none;
  }
  trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
    background: none;
  }
  trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
    background: highlight;
  }
  trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
    background: highlight;
  }
  trix-editor [data-trix-mutable].attachment.attachment--file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent;
  }
  trix-editor [data-trix-mutable].attachment img {
    box-shadow: 0 0 0 2px highlight;
  }
  trix-editor .attachment {
    position: relative;
  }
  trix-editor .attachment:hover {
    cursor: default;
  }
  trix-editor .attachment--preview .attachment__caption:hover {
    cursor: text;
  }
  trix-editor .attachment__progress {
    position: absolute;
    z-index: 1;
    height: 20px;
    top: calc(50% - 10px);
    left: 5%;
    width: 90%;
    opacity: 0.9;
    transition: opacity 200ms ease-in;
  }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0;
  }
  trix-editor .attachment__caption-editor {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  trix-editor .attachment__toolbar {
    position: absolute;
    z-index: 1;
    top: -0.9em;
    left: 0;
    width: 100%;
    text-align: center;
  }
  trix-editor .trix-button-group {
    display: inline-flex;
  }
  trix-editor .trix-button {
    position: relative;
    float: left;
    color: #666;
    white-space: nowrap;
    font-size: 80%;
    padding: 0 0.8em;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  trix-editor .trix-button.trix-active {
    background: #cbeefa;
  }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer;
  }
  trix-editor .trix-button--remove {
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    outline: none;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  trix-editor .trix-button--remove:hover {
    border-color: #333;
  }
  trix-editor .trix-button--remove:hover::before {
    opacity: 1;
  }
  trix-editor .attachment__metadata-container {
    position: relative;
  }
  trix-editor .attachment__metadata {
    position: absolute;
    left: 50%;
    top: 2em;
    transform: translate(-50%, 0);
    max-width: 90%;
    padding: 0.1em 0.6em;
    font-size: 0.8em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
  }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap;
  }
  .trix-content {
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em;
  }
  .trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em;
  }
  .trix-content li {
    margin-left: 1em;
  }
  .trix-content [dir=rtl] li {
    margin-right: 1em;
  }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto;
  }
  .trix-content img {
    max-width: 100%;
    height: auto;
  }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
  }
  .trix-content .attachment a {
    color: inherit;
    text-decoration: none;
  }
  .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
    color: inherit;
  }
  .trix-content .attachment__caption {
    text-align: center;
  }
  .trix-content .attachment__caption .attachment__name + .attachment__size::before {
    content: " •";
  }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center;
  }
  .trix-content .attachment--preview .attachment__caption {
    color: #666;
    font-size: 0.9em;
    line-height: 1.2;
  }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px;
  }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .trix-content .attachment-gallery .attachment {
    flex: 1 0 33%;
    padding: 0 0.5em;
    max-width: 33%;
  }
  .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@layer base {
  .trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
    flex: 1 0 33%;
    padding: 0 0.5em;
    max-width: 33%;
  }
  .trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
    flex-basis: 50%;
    max-width: 50%;
  }
  .trix-content action-text-attachment .attachment {
    padding: 0 !important;
    max-width: 100% !important;
  }
}
@layer base {
  a {
    text-decoration-line: underline;
    color: #333333;
  }
  a:hover,
a:focus {
    text-decoration-line: underline;
  }
  a:visited,
a:focus {
    color: #333333;
  }
  a:hover,
a:active {
    color: #000;
    color: var(--color-black);
  }
}
@layer base {
  table {
    border-style: solid;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #eeeeee;
    --tw-border-style: solid;
    border-style: solid;
  }
  thead th {
    text-align: left;
    background-color: #c8c8c8;
    color: #484848;
  }
  th a {
    text-decoration-line: none;
    color: #484848;
  }
  th a:hover,
th a:focus {
    text-decoration-line: underline;
  }
  th a:visited,
th a:focus {
    color: #484848;
  }
  th a:hover,
th a:active {
    color: #7b7b7b;
  }
  td a {
    text-decoration-line: none;
  }
  tr:nth-child(even) td {
    background-color: #eeeeee;
  }
  tr:nth-child(odd) td {
    background-color: #fff;
    background-color: var(--color-white);
  }
  tr.deleted td {
    text-decoration-line: line-through;
  }
  tr.disabled a {
    color: #a2a2a2;
  }
}
@layer base {
  .auto-results-wrapper {
    border: 1px solid #999999;
    background: white;
    overflow: auto;
  }
  .auto-results-wrapper.auto-is-active {
    width: 37.25%;
  }
}
@layer components {
  .btn {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    border-radius: 0.25rem;
    border-radius: var(--radius-sm);
    overflow: visible;
    display: inline-block;
    cursor: pointer;
    text-decoration-line: none;
    background-color: transparent;
    padding-block: calc(0.25rem * 2);
    padding-block: calc(var(--spacing) * 2);
    padding-inline: calc(0.25rem * 4);
    padding-inline: calc(var(--spacing) * 4);
    margin-left: 0.8em;
    margin-top: 0.8em;
  }
  .btn-gray,
.btn-gray:visited {
    background-color: oklch(87.2% 0.01 258.338);
    background-color: var(--color-gray-300);
    color: oklch(27.8% 0.033 256.848);
    color: var(--color-gray-800);
  }
  .btn-gray:hover,
.btn-gray:focus {
    background-color: oklch(70.7% 0.022 261.325);
    background-color: var(--color-gray-400);
    color: oklch(21% 0.034 264.665);
    color: var(--color-gray-900);
    text-decoration-line: none;
  }
  .simple_form .new-buttons .btn {
    border-radius: 0;
    white-space: normal;
    padding: calc(0.25rem * 0);
    padding: calc(var(--spacing) * 0);
    margin: calc(0.25rem * 0);
    margin: calc(var(--spacing) * 0);
  }
  .simple_form .new-buttons .btn-gray,
.simple_form .new-buttons .btn-gray:visited {
    background-color: oklch(96.7% 0.003 264.542);
    background-color: var(--color-gray-100);
  }
  .simple_form .new-buttons .btn-gray:hover,
.simple_form .new-buttons .btn-gray:focus {
    background-color: oklch(92.8% 0.006 264.531);
    background-color: var(--color-gray-200);
    text-decoration-line: underline;
  }
}
@layer components {
  nav.pagy {
    display: flex;
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(0.25rem * 1) * 0);
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(0.25rem * 1) * calc(1 - 0));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
    font-size: 0.875rem;
    font-size: var(--text-sm);
    line-height: calc(1.25 / 0.875);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: oklch(55.1% 0.027 264.364);
    color: var(--color-gray-500);
    a:not(.gap) {
      display: block;
      border-radius: 0.5rem;
      border-radius: var(--radius-lg);
      background-color: oklch(92.8% 0.006 264.531);
      background-color: var(--color-gray-200);
      padding-inline: calc(0.25rem * 3);
      padding-inline: calc(var(--spacing) * 3);
      padding-block: calc(0.25rem * 1);
      padding-block: calc(var(--spacing) * 1);
      &:hover {
        background-color: oklch(87.2% 0.01 258.338);
        background-color: var(--color-gray-300);
      }
      &:not([href]) {
        cursor: default;
        background-color: oklch(96.7% 0.003 264.542);
        background-color: var(--color-gray-100);
        color: oklch(87.2% 0.01 258.338);
        color: var(--color-gray-300);
      }
      &.current {
        background-color: oklch(70.7% 0.022 261.325);
        background-color: var(--color-gray-400);
        color: #fff;
        color: var(--color-white);
      }
    }
    label {
      display: inline-block;
      border-radius: 0.5rem;
      border-radius: var(--radius-lg);
      background-color: oklch(92.8% 0.006 264.531);
      background-color: var(--color-gray-200);
      padding-inline: calc(0.25rem * 3);
      padding-inline: calc(var(--spacing) * 3);
      padding-block: calc(0.25rem * 0.5);
      padding-block: calc(var(--spacing) * 0.5);
      white-space: nowrap;
      input {
        border-radius: 0.375rem;
        border-radius: var(--radius-md);
        --tw-border-style: none;
        border-style: none;
        background-color: oklch(96.7% 0.003 264.542);
        background-color: var(--color-gray-100);
      }
    }
  }
}
@layer components {
  up-modal-box {
    background-color: #eeeeee;
    border-radius: 0.25rem;
    border-radius: var(--radius-sm);
    padding: 0px;
  }
  up-drawer-box {
    background-color: #eeeeee;
    padding: 0px;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: oklch(92.8% 0.006 264.531);
    border-color: var(--color-gray-200, currentcolor);
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) oklch(54.6% 0.245 262.881), var(--tw-shadow);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: none;
    background-image: initial;
    background-position: 0 0;
    background-position: initial;
    background-repeat: repeat;
    background-repeat: initial;
    background-size: auto auto;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: inherit;
            print-color-adjust: inherit;
  }
  [type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) oklch(54.6% 0.245 262.881), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-ease: initial;
    }
  }
}

/*# sourceMappingURL=application.css.map */
