/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities, extra;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --color-black: #111;
    --color-white: #fff;
    --color-offwhite: #F2EEE5;
    --font-sans: "Brut Grotesque", sans-serif;
    --font-serif: "ABC Gaisyr Book", serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: 0;
  }
  .top-\[calc\(100\%\+var\(--bridge\)\)\] {
    top: calc(100% + var(--bridge));
  }
  .top-full {
    top: 100%;
  }
  .bottom-0 {
    bottom: 0;
  }
  .-left-\[9999px\] {
    left: calc(9999px * -1);
  }
  .left-0 {
    left: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    padding-right: var(--wrapper-padding);
    padding-left: var(--wrapper-padding);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-\(--header-height\) {
    height: var(--header-height);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[calc\(100vh-var\(--header-height\)\)\] {
    height: calc(100vh - var(--header-height));
  }
  .h-screen {
    height: 100vh;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[1ch\] {
    gap: 1ch;
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-\[0\.5em\] {
    row-gap: 0.5em;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .p-0 {
    padding: 0;
  }
  .px-\(--wrapper-padding\) {
    padding-inline: var(--wrapper-padding);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-black {
    color: var(--color-black);
  }
  .italic {
    font-style: italic;
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-aria-expanded\:block {
    &:is(:where(.group)[aria-expanded="true"] *) {
      display: block;
    }
  }
  .group-aria-expanded\:hidden {
    &:is(:where(.group)[aria-expanded="true"] *) {
      display: none;
    }
  }
  .peer-hover\:visible {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .peer-hover\:left-0 {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        left: 0;
      }
    }
  }
  .peer-focus\:visible {
    &:is(:where(.peer):focus ~ *) {
      visibility: visible;
    }
  }
  .peer-focus\:left-0 {
    &:is(:where(.peer):focus ~ *) {
      left: 0;
    }
  }
  .peer-aria-expanded\:visible {
    &:is(:where(.peer)[aria-expanded="true"] ~ *) {
      visibility: visible;
    }
  }
  .peer-aria-expanded\:translate-x-0 {
    &:is(:where(.peer)[aria-expanded="true"] ~ *) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:bottom-full {
    &::before {
      content: var(--tw-content);
      bottom: 100%;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: 0;
    }
  }
  .before\:h-\[calc\(var\(--bridge\)\+1px\)\] {
    &::before {
      content: var(--tw-content);
      height: calc(var(--bridge) + 1px);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .focus-within\:visible {
    &:focus-within {
      visibility: visible;
    }
  }
  .focus-within\:left-0 {
    &:focus-within {
      left: 0;
    }
  }
  .hover\:visible {
    &:hover {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .hover\:left-0 {
    &:hover {
      @media (hover: hover) {
        left: 0;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .active\:not-sr-only {
    &:active {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .has-\[a\:focus\]\:visible {
    &:has(*:is(a:focus)) {
      visibility: visible;
    }
  }
  .has-\[a\:focus\]\:left-0 {
    &:has(*:is(a:focus)) {
      left: 0;
    }
  }
  .data-\[open\=\'true\'\]\:visible {
    &[data-open='true'] {
      visibility: visible;
    }
  }
  .data-\[open\=\'true\'\]\:translate-x-0 {
    &[data-open='true'] {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:justify-between {
    @media (width < 64rem) {
      justify-content: space-between;
    }
  }
  .max-sm\:sr-only {
    @media (width < 40rem) {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip-path: inset(50%);
      white-space: nowrap;
      border-width: 0;
    }
  }
  .max-sm\:size-10 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-1 {
    @media (width >= 40rem) {
      padding-inline: var(--spacing);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
  :root {
    --header-height: 80px;
    --wrapper-padding: 1.5rem;
    --site-outline-width: 0.2em;
    --site-outline-color: var(--color-primary-500);
  }
  @font-face {
    font-family: "Brut Grotesque";
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url(../fonts/brut_grotesque-medium_web.woff2) format("woff2");
  }
  @font-face {
    font-family: "ABC Gaisyr Book";
    font-weight: 350;
    font-display: swap;
    font-style: normal;
    src: url(../fonts/ABCGaisyr-Book.woff2) format("woff2");
  }
  @font-face {
    font-family: "ABC Gaisyr Book";
    font-weight: 350;
    font-display: swap;
    font-style: italic;
    src: url(../fonts/ABCGaisyr-BookItalic.woff2) format("woff2");
  }
  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--color-offwhite);
    color: var(--color-black);
    min-height: 100vh;
    font-size: 1rem;
    font-family: var(--font-serif, 'serif');
    line-height: 1.5;
  }
  [data-show-menu="true"] {
    position: relative;
    overflow-y: hidden;
  }
  h1, h2, h3, h4, h5, h6, dt, blockquote, figcaption {
    text-wrap: balance;
  }
  p, dd, li {
    text-wrap: pretty;
  }
  details > summary {
    list-style: none;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  textarea:not([rows]) {
    min-height: 10em;
  }
  :target {
    scroll-margin-block: 5ex;
  }
  button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
    cursor: pointer;
  }
  dl {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5rem 1rem;
  }
  a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
  }
  *:focus-visible {
    outline-width: var(--site-outline-width);
    outline-style: solid;
    outline-color: var(--site-outline-color);
    outline-offset: 0.2em;
    border-radius: 0.1em;
  }
  input::-moz-placeholder, textarea::-moz-placeholder, input::placeholder, textarea::placeholder {
    color: var(--form-placeholder-color, #666);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
    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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5em center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  [multiple], [size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 1ch;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
  }
  [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;
  }
  [type="radio"] {
    border-radius: 100% !important;
  }
  [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");
  }
  [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");
  }
  [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");
  }
  @media (forced-colors: active) {
    [type="checkbox"]:checked, [type="radio"]:checked, [type="checkbox"]:indeterminate {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
    }
  }
}
@layer components {
  .button {
    --button-padding: 0.7em 1.2em;
    --button-gap: 0.5em;
    --button-bg: var(--color-primary-500);
    --button-color: var(--color-white);
    --button-hover-bg: var(--color-primary-600);
    --button-hover-color: var(--color-white);
    --button-border-width: 1px;
    --button-border-style: solid;
    --button-border-color: var(--button-bg);
    --button-radius: 0.5em;
    --button-outline-width: var(--site-outline-width);
    display: inline-flex;
    align-items: center;
    gap: var(--button-gap);
    padding: var(--button-padding);
    background: var(--button-bg);
    color: var(--button-color);
    border-width: var(--button-border-width);
    border-style: var(--button-border-style);
    border-color: var(--button-border-color);
    border-radius: var(--button-radius);
    text-decoration: none;
    font-weight: var(--button-font-weight, 700);
    font-size: var(--button-font-size, 1rem);
    font-family: var(--font-sans);
    line-height: 1.5rem;
    transition: all 50ms ease-in;
    transition-property: color, background-color, border;
    cursor: pointer;
    & svg {
      height: var(--button-icon-size, 1.2cap);
      width: auto;
      flex: none;
    }
    &:hover {
      background: var(--button-hover-bg);
      color: var(--button-hover-color);
    }
    &:focus {
      outline-width: var(--button-outline-width, var(--button-border-width));
      outline-style: var(--button-outline-style, var(--button-border-style));
      outline-color: var(--button-outline-color, var(--button-border-color));
      outline-offset: var( --button-outline-offset, calc(var(--button-border-width) * 2) );
    }
    &[data-button-variant="primary"] {
      --button-bg: #f3de8a;
      --button-color: #342a21;
      --button-border-color: currentColor;
      --button-hover-bg: #f1d979;
      --button-hover-color: #342a21;
    }
    &[data-ghost-button] {
      --button-bg: transparent;
      --button-border-color: currentColor;
      --button-color: currentColor;
    }
  }
  .form {
    --form-padding-inline: 0.7em;
    --form-padding-block: 1.2em;
    --form-bg: var(--color-white);
    --form-border-width: 1px;
    --form-border-style: solid;
    --form-border-color: var(--color-neutral-200);
    --form-radius: 0.5em;
    --form-outline-width: var(--site-outline-width);
    --form-outline-color: var(--site-outline-color);
    --form-accent-color: var(--color-primary-500);
    --form-placeholder-color: var(--color-neutral-400);
  }
  .form-input, .form-choice, .form-textarea, .form-select {
    padding: var(--form-padding-inline) var(--form-padding-block);
    background-color: var(--form-bg);
    color: var(--form-color);
    border-width: var(--form-border-width);
    border-style: var(--form-border-style);
    border-color: var(--form-border-color);
    border-radius: var(--form-radius);
    font-size: var(--form-font-size, 1rem);
    font-family: var(--font-sans);
    line-height: 1.5rem;
    transition: all 50ms ease-in;
    transition-property: color, background-color, border;
    &:focus {
      outline-width: var(--form-outline-width, var(--form-border-width));
      outline-style: var(--form-outline-style, var(--form-border-style));
      outline-color: var(--form-outline-color, var(--form-border-color));
      outline-offset: var( --form-outline-offset, calc(var(--form-border-width) * 2) );
    }
  }
  .form-input, .form-textarea, .form-select {
    width: 100%;
  }
  .form-select {
    -webkit-appearance: initial;
    padding-right: calc(var(--form-padding-block) * 2);
  }
  .form-choice {
    --input-bg: var(--form-bg);
    --input-color: var(--form-accent-color);
    --input-size: 1.25em;
    padding: 0;
    background-color: var(--input-bg);
    color: var(--input-color);
    height: var(--input-size, 1rem);
    width: var(--input-size, 1rem);
    &:checked {
      border-color: transparent;
      background-color: currentColor;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      &:hover {
        border-color: transparent;
        background-color: currentColor;
      }
    }
  }
  .form-choice--checkbox {
    border-radius: 0;
  }
  .form-input--search {
    --icon-size: 1.5rem;
    background-image: url("../images/icons/search.svg");
    background-position: left 1rem center;
    background-repeat: no-repeat;
    background-size: var(--icon-size) var(--icon-size);
    padding-left: calc(var(--icon-size) + 2rem);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .form abbr[data-abbr="required"] {
    color: red;
  }
  @media (min-width: 768px) {
    .form-field[data-width="1/1"] {
      grid-column: span 2;
    }
    .form-field[data-width="1/2"] {
      grid-column: span 1;
    }
  }
}
@layer extra {
  .form-search {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    & > :last-child {
      flex-grow: 1;
    }
    & > :first-child {
      flex-basis: 0;
      flex-grow: 999;
      min-inline-size: 240px;
    }
    & input[type="submit"] {
      min-width: 120px;
    }
  }
  .pagination {
    & span > svg {
      opacity: 0.5;
    }
    & a[aria-current="page"] {
      text-decoration: none;
    }
    & :is(span, a) {
      width: 2.5rem;
      height: 2.5rem;
      display: grid;
      place-content: center;
      font-variant-numeric: tabular-nums;
    }
  }
}
@media print {
  a::after {
    content: " (" attr(href) ")";
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
