/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --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-black: #000;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --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-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.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);
    --color-primary: var(--color-primary);
    --color-secondary: var(--color-secondary);
    --color-secondary-hover: var(--color-secondary-hover);
    --color-fg: var(--color-fg);
    --color-bg: var(--color-bg);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[0\.35rem\] {
    height: 0.35rem;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-secondary\/15 {
    border-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 15%, transparent);
    }
  }
  .border-yellow-400 {
    border-color: var(--color-yellow-400);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-fg\/10 {
    background-color: var(--color-fg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-fg) 10%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-secondary\/5 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 5%, transparent);
    }
  }
  .bg-secondary\/15 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 15%, transparent);
    }
  }
  .bg-secondary\/30 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 30%, transparent);
    }
  }
  .bg-secondary\/60 {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 60%, transparent);
    }
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[clamp\(5rem\,18vw\,10rem\)\] {
    font-size: clamp(5rem, 18vw, 10rem);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-\[18px\] {
    --tw-font-weight: 18px;
    font-weight: 18px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#62613a\] {
    color: #62613a;
  }
  .text-\[\#374151\] {
    color: #374151;
  }
  .text-fg\/70 {
    color: var(--color-fg);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-fg) 70%, transparent);
    }
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-bg {
    --tw-ring-color: var(--color-bg);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: 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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-fg\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-fg);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-fg) 5%, transparent);
        }
      }
    }
  }
  .hover\:text-red-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-800);
      }
    }
  }
  .hover\:text-secondary-hover {
    &:hover {
      @media (hover: hover) {
        color: var(--color-secondary-hover);
      }
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:pr-8 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
}
:root {
  color-scheme: light;
  interpolate-size: allow-keywords;
  --sidebar-width: clamp(18rem, 22vw, 25rem);
  --content-max: 900px;
  --content-px: clamp(1rem, 4vw, 6rem);
  --content-mt: clamp(2rem, 2vh, 8rem);
  --color-primary: #2027b7;
  --color-secondary: #2027b7;
  --color-secondary-hover: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --color-secondary-hover: color-mix(
    in srgb,
    var(--color-secondary) 85%,
    black
  );
  }
  --color-secondary-tint: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --color-secondary-tint: color-mix(
    in srgb,
    var(--color-secondary) 3%,
    var(--color-bg)
  );
  }
  --color-bg-sidebar: #f8f9fa;
  --color-bg: white;
  --color-fg: black;
  --color-primary-fg: white;
  --shadow-sm: 0 1px 3px var(--color-fg);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-sm: 0 1px 3px color-mix(in srgb, var(--color-fg) 8%, transparent);
  }
  --shadow-md: 0 2px 6px var(--color-fg);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-md: 0 2px 6px color-mix(in srgb, var(--color-fg) 10%, transparent);
  }
  --shadow-lg: 0 4px 10px var(--color-fg);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-lg: 0 4px 10px color-mix(in srgb, var(--color-fg) 12%, transparent);
  }
  --shadow-xl: 0 8px 20px var(--color-fg);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-xl: 0 8px 20px color-mix(in srgb, var(--color-fg) 14%, transparent);
  }
  --shadow-hover: 0 6px 14px
    var(--color-fg);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-hover: 0 6px 14px
    color-mix(in srgb, var(--color-fg) 16%, transparent);
  }
  --transition-fast: 150ms;
  --transition-base: 220ms;
  --transition-slow: 350ms;
  --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --sidebar-collapsed-item-size: 2.75rem;
}
html.sidebar-collapsed {
  --sidebar-width: 5rem;
}
@media (prefers-color-scheme: dark) {
  html:not(.theme-light) {
    color-scheme: dark;
    --color-bg: #353841;
    --color-bg-sidebar: #2d3038;
    --color-fg: #e8eaed;
    --color-primary: #2027b7;
    --color-secondary: #9ca3ff;
    --color-secondary-hover: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      --color-secondary-hover: color-mix(
      in srgb,
      var(--color-secondary) 80%,
      white
    );
    }
    --color-gray-200: #454850;
    --color-gray-300: #5a6068;
    --color-gray-400: #9da3ad;
    --color-gray-500: #b8bec6;
    --color-gray-600: #cdd2db;
    --color-gray-700: #e0e4eb;
    --color-primary-fg: black;
  }
  html:not(.theme-light) .logo-light:has(+ .logo-dark) {
    display: none;
  }
  html:not(.theme-light) .logo-light + .logo-dark {
    display: revert;
  }
}
html.theme-dark {
  color-scheme: dark;
  --color-bg: #353841;
  --color-bg-sidebar: #2d3038;
  --color-fg: #e8eaed;
  --color-primary: #2027b7;
  --color-secondary: #9ca3ff;
  --color-secondary-hover: var(--color-secondary);
  @supports (color: color-mix(in lab, red, red)) {
    --color-secondary-hover: color-mix(
    in srgb,
    var(--color-secondary) 80%,
    white
  );
  }
  --color-gray-200: #454850;
  --color-gray-300: #5a6068;
  --color-gray-400: #9da3ad;
  --color-gray-500: #b8bec6;
  --color-gray-600: #cdd2db;
  --color-gray-700: #e0e4eb;
  --color-primary-fg: black;
}
html.theme-dark .logo-light:has(+ .logo-dark) {
  display: none;
}
html.theme-dark .logo-light + .logo-dark {
  display: revert;
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
  button:not(:disabled),
  [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  html,
  body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--color-bg);
    color: var(--color-fg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  ::selection {
    background-color: var(--color-secondary);
    color: var(--color-primary-fg);
  }
  ::-moz-selection {
    background-color: var(--color-secondary);
    color: var(--color-primary-fg);
  }
  main {
    max-width: 100%;
    overflow-x: hidden;
  }
  h1 {
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 3.25rem);
    color: var(--color-secondary);
    font-weight: 600;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: clamp(1.375rem, 1.15rem + 1vw, 2.375rem);
    color: var(--color-secondary);
    line-height: 1.2;
  }
  h3 {
    font-size: clamp(1.125rem, 1rem + 0.55vw, 1.625rem);
    color: var(--color-secondary);
    line-height: 1.636;
    font-weight: 500;
    padding-top: 10px;
  }
  p {
    font-size: clamp(16px, 0.81rem + 0.28vw, 1.125rem);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.75rem;
  }
  a:not([class]):not(:has(img)) {
    color: var(--color-secondary);
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
  :focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    border-radius: 2px;
  }
  .visually-hidden-focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  .desktop-sidebar {
    width: var(--sidebar-width);
    background-color: var(--color-bg-sidebar);
    transition: width var(--transition-slow) var(--ease-out-soft),
      padding-inline var(--transition-slow) var(--ease-out-soft);
  }
  .main-with-sidebar {
    margin-left: var(--sidebar-width);
    transition: margin-left var(--transition-slow) var(--ease-out-soft);
  }
  .sidebar-toggle {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    color: var(--color-secondary);
    transition: background-color var(--transition-base),
      left var(--transition-slow) var(--ease-out-soft),
      right var(--transition-slow) var(--ease-out-soft),
      transform var(--transition-slow) var(--ease-out-soft);
  }
  .sidebar-toggle:hover {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
      in srgb,
      var(--color-secondary) 12%,
      transparent
    );
    }
  }
  .sidebar-toggle svg {
    width: 1.125rem;
    height: 1.125rem;
    transition: transform var(--transition-base);
  }
  .sidebar-favicon {
    border-radius: var(--radius-sm);
    display: none;
    aspect-ratio: 1 / 1;
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
  }
  .logo-dark {
    display: none;
  }
  .media-link-icon,
  .nav-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: var(--color-secondary);
  }
  .media-link-icon {
    display: none;
  }
  .media-link-icon > svg,
  .nav-link-icon > svg {
    width: 100%;
    height: 100%;
  }
  html:not(.sidebar-collapsed) .desktop-sidebar nav {
    margin-top: 2.5rem;
  }
  html.sidebar-collapsed .desktop-sidebar {
    padding-inline: 0.75rem !important;
  }
  html.sidebar-collapsed .sidebar-toggle {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
  }
  html.sidebar-collapsed .sidebar-logos > a,
  html.sidebar-collapsed .sidebar-logos > div {
    display: none;
  }
  html.sidebar-collapsed .sidebar-favicon {
    display: block;
    width: var(--sidebar-collapsed-item-size);
    height: auto;
    margin-inline: auto;
  }
  html.sidebar-collapsed nav {
    width: 100%;
  }
  html.sidebar-collapsed .nav-link {
    justify-content: center;
    gap: 0;
    padding: 0;
    width: var(--sidebar-collapsed-item-size);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    border-radius: var(--radius-sm);
  }
  html.sidebar-collapsed .nav-link.font-bold {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
    }
  }
  html.sidebar-collapsed .nav-link:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-primary) 6%, transparent);
    }
  }
  html.sidebar-collapsed .nav-link.font-bold:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-primary) 18%, transparent);
    }
  }
  html.sidebar-collapsed .nav-link-text,
  html.sidebar-collapsed .nav-marker-slot,
  html.sidebar-collapsed .logout-text {
    display: none !important;
  }
  html.sidebar-collapsed .desktop-sidebar form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  html.sidebar-collapsed .link-style {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: none;
  }
  html.sidebar-collapsed .link-style a {
    text-decoration: none;
    color: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--sidebar-collapsed-item-size);
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-sm);
    transition: background-color var(--transition-base);
  }
  html.sidebar-collapsed .link-style a:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-primary) 6%, transparent);
    }
  }
  html.sidebar-collapsed .media-link-text {
    display: none;
  }
  html.sidebar-collapsed .media-link-icon {
    display: inline-flex;
  }
  .theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    background-color: var(--color-bg-sidebar);
    border: 0;
    border-radius: 9999px;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    color: var(--color-secondary);
    transition: all 0.3s ease;
  }
  .theme-toggle:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }
  .theme-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--color-secondary);
  }
  .theme-toggle-icon > svg {
    width: 100%;
    height: 100%;
  }
  .theme-toggle .icon-sun {
    display: none;
  }
  .theme-toggle .icon-moon {
    display: inline-flex;
  }
  @media (prefers-color-scheme: dark) {
    html:not(.theme-light) .theme-toggle .icon-sun {
      display: inline-flex;
    }
    html:not(.theme-light) .theme-toggle .icon-moon {
      display: none;
    }
  }
  html.theme-dark .theme-toggle .icon-sun {
    display: inline-flex;
  }
  html.theme-dark .theme-toggle .icon-moon {
    display: none;
  }
  html.theme-light .theme-toggle .icon-sun {
    display: none;
  }
  html.theme-light .theme-toggle .icon-moon {
    display: inline-flex;
  }
  .content-wrapper {
    width: 100%;
    max-width: var(--content-max);
    margin-top: var(--content-mt);
  }
  @keyframes fade-in-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fade-in {
    animation: fade-in-up var(--transition-slow) var(--ease-out-soft) both;
  }
  @keyframes nav-marker-in {
    from {
      transform: scaleY(0.4);
      opacity: 0;
    }
    to {
      transform: scaleY(1);
      opacity: 1;
    }
  }
  .nav-marker {
    animation: nav-marker-in 260ms var(--ease-out-soft) both;
    transform-origin: center;
  }
  .nav-link {
    transition: color var(--transition-base),
      background-color var(--transition-base),
      transform var(--transition-base);
  }
  .grecaptcha-badge {
    visibility: hidden !important;
  }
  .toggle-form {
    display: none;
  }
  .toggle-info {
    display: none;
  }
  .form-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .form-field {
    display: flex;
    flex-direction: column;
    background: var(--color-bg);
    padding: 7px 16px;
    border: 1px solid
      var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid
      color-mix(in srgb, var(--color-secondary) 25%, transparent);
    }
    border-radius: 13px;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.15s ease,
      box-shadow 0.15s ease;
  }
  .form-field:focus-within {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px
      var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-secondary) 35%, transparent);
    }
  }
  .form-field label {
    color: var(--color-secondary);
    font-size: 13px;
    font-family: "Inter", sans-serif;
  }
  .input-field {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border: none;
    background: transparent;
  }
  .input-field:focus,
  .input-field:focus-visible {
    outline: none;
  }
  .radio-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .radio-input:focus-visible + .custom-button {
    outline: 2px solid var(--color-secondary);
    outline-offset: 3px;
  }
  .custom-button {
    color: var(--color-secondary);
    background-color: var(--color-secondary-tint);
    width: 100%;
    padding: 3rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8125rem;
    box-shadow: var(--shadow-lg);
    text-align: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease,
      box-shadow 0.3s ease;
  }
  .custom-button:hover {
    color: var(--color-primary-fg);
    background-color: var(--color-secondary);
  }
  .radio-input:checked + .custom-button {
    color: var(--color-primary-fg);
    background-color: var(--color-secondary);
    box-shadow: var(--shadow-lg);
  }
  .radio-label {
    display: block;
  }
  a.primary,
  button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--color-secondary);
    color: var(--color-primary-fg);
    border-radius: var(--radius-md);
    transition: background-color var(--transition-base) var(--ease-out-soft);
  }
  a.primary:hover,
  button.primary:hover {
    background-color: var(--color-secondary-hover);
  }
  .submit-button {
    margin-bottom: 6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 2.5rem;
    width: 30%;
    padding: 0.375rem 1rem;
    background-color: var(--color-secondary);
    border-radius: 0.4rem;
    cursor: pointer;
  }
  .submit-text {
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: normal;
  }
  .submit-button:hover {
    background-color: var(--color-secondary-hover);
  }
  .checkbox-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    border: 2px solid var(--color-secondary);
    border-radius: 0.2rem;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .checkbox-default:checked {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
  }
  .checkbox-default[type="checkbox"]:checked::after {
    content: "";
    width: 0.35rem;
    height: 0.7rem;
    border: solid var(--color-bg);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-1px);
  }
  .checkbox-default[type="radio"]:checked::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: var(--color-bg);
  }
  .checkbox-label {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 0.1rem;
  }
  .checkbox-default:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 3px;
  }
  .custom-file-upload {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s ease-in-out;
  }
  .upload-glyph {
    fill: var(--color-primary-fg);
  }
  .icon-fill-bg {
    fill: var(--color-bg);
  }
  .text-on-secondary {
    color: var(--color-primary-fg);
  }
  .faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .faq-item {
    background-color: var(--color-bg);
    border: 1px solid
      var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid
      color-mix(in srgb, var(--color-secondary) 25%, transparent);
    }
    border-radius: 13px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: border-color var(--transition-base) var(--ease-out-soft),
      box-shadow var(--transition-base) var(--ease-out-soft),
      transform var(--transition-base) var(--ease-out-soft);
  }
  .faq-item:hover,
  .faq-item:focus-within {
    border-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-secondary) 50%, transparent);
    }
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
  .faq-item[open] {
    border-color: var(--color-secondary);
    box-shadow: var(--shadow-md);
    transform: none;
  }
  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 1.375rem;
    cursor: pointer;
    color: var(--color-secondary);
    font-weight: 500;
    list-style: none;
    user-select: none;
    transition: background-color var(--transition-base) var(--ease-out-soft);
  }
  .faq-question::-webkit-details-marker {
    display: none;
  }
  .faq-question::marker {
    content: "";
  }
  .faq-question:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: -2px;
    border-radius: var(--radius-lg);
  }
  .faq-item[open] .faq-question {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
      in srgb,
      var(--color-secondary) 10%,
      transparent
    );
    }
  }
  .faq-question-text {
    font-size: clamp(1rem, 0.92rem + 0.35vw, 1.1875rem);
    line-height: 1.4;
  }
  .faq-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-secondary);
    transition: transform var(--transition-base) var(--ease-out-soft);
  }
  .faq-marker > svg {
    width: 100%;
    height: 100%;
  }
  .faq-item[open] .faq-marker {
    transform: rotate(180deg);
  }
  .faq-item::details-content {
    block-size: 0;
    overflow: hidden;
    opacity: 0;
    content-visibility: hidden;
    transition: block-size var(--transition-slow) var(--ease-out-soft),
      opacity var(--transition-base) var(--ease-out-soft),
      content-visibility var(--transition-slow) allow-discrete;
  }
  .faq-item[open]::details-content {
    block-size: auto;
    opacity: 1;
    content-visibility: visible;
  }
  .faq-answer {
    padding: 1.125rem 1.375rem 1.5rem;
    color: var(--color-fg);
    line-height: 1.65;
  }
  .faq-answer > :first-child {
    margin-top: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .faq-item,
    .faq-item::details-content {
      transition-duration: 0ms;
    }
    .faq-item:hover,
    .faq-item:focus-within {
      transform: none;
    }
  }
  .custom-file-upload span {
    color: var(--color-secondary);
  }
  .custom-file-upload:hover span {
    color: var(--color-secondary-hover);
  }
  .custom-file-upload:focus-within {
    outline: 2px solid var(--color-secondary);
    outline-offset: 4px;
  }
  .hidden-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .password-container {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-secondary);
    border-radius: 6px;
    padding: 5px;
    position: relative;
    transition: border-color 0.15s ease,
      box-shadow 0.15s ease;
  }
  .password-container:focus-within {
    box-shadow: 0 0 0 3px
      var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-secondary) 35%, transparent);
    }
  }
  .password-icon {
    margin-left: 8px;
  }
  .password-toggle,
  .password-icon {
    color: var(--color-secondary);
  }
  .password-toggle {
    margin-right: 8px;
    padding: 4px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease-in-out;
  }
  .password-toggle:hover {
    opacity: 0.7;
  }
  .password-toggle:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
  }
  .password-input {
    border: none;
    flex-grow: 1;
    padding: 5px 15px;
    background: transparent;
  }
  .password-input:focus,
  .password-input:focus-visible {
    outline: none;
  }
  .mobile-header {
    background-color: var(--color-bg-sidebar);
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    z-index: 30;
    overflow-y: auto;
    background-color: var(--color-bg-sidebar);
    padding-top: 68px;
    transform: translateY(-100%);
    transition: transform 280ms ease,
      visibility 0s linear 280ms;
    visibility: hidden;
  }
  .mobile-menu.active {
    transform: translateY(0);
    visibility: visible;
    transition: transform 280ms ease,
      visibility 0s linear 0s;
  }
  .menu-toggle {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .menu-toggle .menu-toggle-icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 200ms ease,
      transform 200ms ease;
  }
  .menu-toggle .menu-toggle-icon-close {
    opacity: 0;
    transform: rotate(-45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon-open {
    opacity: 0;
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon-close {
    opacity: 1;
    transform: rotate(0);
  }
  .mobile-menu a {
    padding: 8px 0;
  }
  .mobile-menu a:last-of-type {
    border-bottom: none;
  }
  main {
    padding-inline: 3.5rem;
  }
  .site-footer {
    position: relative;
    margin-inline: -3.5rem;
    padding-inline: 3.5rem;
  }
  .site-footer p {
    font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
  }
  .site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3.5rem;
    right: 3.5rem;
    border-top: 1px solid;
    border-color: var(--color-gray-200);
  }
  @media (max-width: 1023px) {
    .main-with-sidebar {
      margin-left: 0;
    }
    main {
      padding: 1.5rem 1.5rem 0;
      width: 100%;
      margin-top: 70px;
      overflow-x: hidden;
    }
    .site-footer {
      margin-inline: -1.5rem;
      padding-inline: 1.5rem;
    }
    .site-footer::before {
      left: 1.5rem;
      right: 1.5rem;
    }
    .content-wrapper {
      margin-top: 0;
      max-width: 100%;
    }
    form {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .input-field,
    .password-input {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .flex.space-x-14 {
      flex-direction: column;
      gap: 10px;
    }
    .desktop-sidebar {
      display: none !important;
    }
    .submit-button {
      margin-bottom: 1.5rem;
      width: 100%;
    }
  }
  @media (min-width: 1024px) {
    .mobile-header,
    #mobile-menu {
      display: none !important;
    }
  }
  .lang-switcher-group {
    position: relative;
  }
  .page-toolbar {
    display: none;
    margin-top: 2rem;
    align-self: flex-start;
    align-items: stretch;
    gap: 0.75rem;
  }
  .hide-on-mobile {
    display: none;
  }
  @media (min-width: 768px) {
    .page-toolbar {
      display: flex;
      align-self: flex-end;
    }
    .lang-dropdown {
      right: 0;
    }
    .hide-on-mobile {
      display: block;
    }
  }
  .lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--color-bg-sidebar);
    border-radius: 9999px;
    padding: 0.2rem 1.2rem;
    min-height: 44px;
    box-shadow: var(--shadow-md);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 1rem;
  }
  .lang-switcher:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }
  .dropdown-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  .lang-switcher.open .dropdown-icon {
    transform: rotate(180deg);
  }
  .lang-dropdown {
    position: absolute;
    top: 100%;
    margin-top: 0.5rem;
    background: var(--color-bg);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-xl);
    list-style: none;
    min-width: 140px;
    display: none;
    z-index: 1000;
  }
  .lang-dropdown.show {
    display: block;
  }
  .lang-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 0.95rem;
    transition: background 0.2s;
  }
  .lang-dropdown-item:hover {
    background-color: var(--color-fg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-fg) 5%, transparent);
    }
  }
  .lang-switcher-flag {
    width: 20px;
    height: 14px;
    border-radius: 3px;
  }
  .info-box {
    padding: 10px;
    background-color: #fffdde;
    border-radius: 13px;
    border: 1px solid currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, currentColor 40%, transparent);
    }
    color: #3a3520;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  @media (prefers-color-scheme: dark) {
    html:not(.theme-light) .info-box {
      background-color: #2b2620;
      color: #e6d6a3;
    }
  }
  html.theme-dark .info-box {
    background-color: #2b2620;
    color: #e6d6a3;
  }
  .info-box-icon {
    min-width: 38px;
  }
  .message-card {
    background-color: var(--color-fg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-fg) 4%, var(--color-bg));
    }
    border: 1px solid var(--color-fg);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-fg) 10%, transparent);
    }
    box-shadow: var(--shadow-md);
  }
  .link-style {
    float: inline-start;
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
  }
  .w-2 {
    min-width: 0.5rem;
  }
}
@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-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-duration {
  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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
