/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-primary-50: #f8fafc;
    --color-primary-100: #f1f5f9;
    --color-primary-200: #e2e8f0;
    --color-primary-300: #cbd5e1;
    --color-primary-400: #94a3b8;
    --color-primary-500: #64748b;
    --color-primary-600: #475569;
    --color-primary-700: #334155;
    --color-primary-800: #1e293b;
    --color-primary-900: #0f172a;
    --color-primary-950: #020617;
    --link-bg: #64748b;
    --link-bg-hover: #334155;
    --link-active: #cbd5e1;
    --link-active-dark: #0f172a;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
  }
  .top-5 {
    top: calc(0.25rem * 5);
  }
  .right-5 {
    right: calc(0.25rem * 5);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .m-1 {
    margin: calc(0.25rem * 1);
  }
  .my-4 {
    margin-block: calc(0.25rem * 4);
  }
  .-mt-1\.5 {
    margin-top: calc(0.25rem * -1.5);
  }
  .mt-0 {
    margin-top: calc(0.25rem * 0);
  }
  .mr-3 {
    margin-right: calc(0.25rem * 3);
  }
  .mb-0\.5 {
    margin-bottom: calc(0.25rem * 0.5);
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-9 {
    width: calc(0.25rem * 9);
    height: calc(0.25rem * 9);
  }
  .h-1\.5 {
    height: calc(0.25rem * 1.5);
  }
  .h-4 {
    height: calc(0.25rem * 4);
  }
  .w-4 {
    width: calc(0.25rem * 4);
  }
  .w-16 {
    width: calc(0.25rem * 16);
  }
  .w-24 {
    width: calc(0.25rem * 24);
  }
  .w-32 {
    width: calc(0.25rem * 32);
  }
  .w-44 {
    width: calc(0.25rem * 44);
  }
  .w-72 {
    width: calc(0.25rem * 72);
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: 32rem;
  }
  .max-w-xs {
    max-width: 20rem;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .-space-x-px {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
      margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: 0.25rem;
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .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-gray-200 {
    border-color: oklch(0.928 0.006 264.531);
  }
  .border-gray-300 {
    border-color: oklch(0.872 0.01 258.338);
  }
  .border-primary-400 {
    border-color: var(--color-primary-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-blue-500 {
    background-color: oklch(0.623 0.214 259.815);
  }
  .bg-gray-100 {
    background-color: oklch(0.967 0.003 264.542);
  }
  .bg-gray-200 {
    background-color: oklch(0.928 0.006 264.531);
  }
  .bg-gray-500\/75 {
    background-color: color-mix(in oklab, oklch(0.551 0.027 264.364) 75%, transparent);
  }
  .bg-green-500 {
    background-color: oklch(0.723 0.219 149.579);
  }
  .bg-green-600 {
    background-color: oklch(0.627 0.194 149.214);
  }
  .bg-indigo-500 {
    background-color: oklch(0.585 0.233 277.117);
  }
  .bg-orange-500 {
    background-color: oklch(0.705 0.213 47.604);
  }
  .bg-orange-600 {
    background-color: oklch(0.646 0.222 41.116);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-purple-500 {
    background-color: oklch(0.627 0.265 303.9);
  }
  .bg-red-500 {
    background-color: oklch(0.637 0.237 25.331);
  }
  .bg-red-600 {
    background-color: oklch(0.577 0.245 27.325);
  }
  .bg-sky-500 {
    background-color: oklch(0.685 0.169 237.323);
  }
  .bg-slate-200 {
    background-color: oklch(0.929 0.013 255.508);
  }
  .bg-slate-400 {
    background-color: oklch(0.704 0.04 256.788);
  }
  .bg-slate-500 {
    background-color: oklch(0.554 0.046 257.417);
  }
  .bg-white {
    background-color: #fff;
  }
  .p-4 {
    padding: calc(0.25rem * 4);
  }
  .px-2 {
    padding-inline: calc(0.25rem * 2);
  }
  .px-3 {
    padding-inline: calc(0.25rem * 3);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
  }
  .py-1 {
    padding-block: calc(0.25rem * 1);
  }
  .py-1\.5 {
    padding-block: calc(0.25rem * 1.5);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
  }
  .py-\[0\.54rem\] {
    padding-block: 0.54rem;
  }
  .pl-6 {
    padding-left: calc(0.25rem * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: var(--tw-leading, calc(1.75 / 1.125));
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: var(--tw-leading, calc(1.25 / 0.875));
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, calc(1 / 0.75));
  }
  .font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-400 {
    color: oklch(0.707 0.022 261.325);
  }
  .text-gray-500 {
    color: oklch(0.551 0.027 264.364);
  }
  .text-gray-700 {
    color: oklch(0.373 0.034 259.733);
  }
  .text-gray-900 {
    color: oklch(0.21 0.034 264.665);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-red-500 {
    color: oklch(0.637 0.237 25.331);
  }
  .text-white {
    color: #fff;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .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-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), var(--tw-shadow);
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-duration: var(--tw-duration, 150ms);
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .file\:mr-3 {
    &::file-selector-button {
      margin-right: calc(0.25rem * 3);
    }
  }
  .file\:rounded-l {
    &::file-selector-button {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
  }
  .file\:border {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .file\:border-transparent {
    &::file-selector-button {
      border-color: transparent;
    }
  }
  .file\:bg-slate-500 {
    &::file-selector-button {
      background-color: oklch(0.554 0.046 257.417);
    }
  }
  .file\:px-2 {
    &::file-selector-button {
      padding-inline: calc(0.25rem * 2);
    }
  }
  .file\:py-1\.5 {
    &::file-selector-button {
      padding-block: calc(0.25rem * 1.5);
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: 0.875rem;
      line-height: var(--tw-leading, calc(1.25 / 0.875));
    }
  }
  .file\:font-semibold {
    &::file-selector-button {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .file\:text-white {
    &::file-selector-button {
      color: #fff;
    }
  }
  .checked\:border-primary-200 {
    &:checked {
      border-color: var(--color-primary-200);
    }
  }
  .checked\:bg-primary-500 {
    &:checked {
      background-color: var(--color-primary-500);
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(0.985 0.002 247.839);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(0.967 0.003 264.542);
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(0.872 0.01 258.338);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(0.627 0.194 149.214);
      }
    }
  }
  .hover\:bg-primary-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-600);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(0.577 0.245 27.325);
      }
    }
  }
  .hover\:break-all {
    &:hover {
      @media (hover: hover) {
        word-break: break-all;
      }
    }
  }
  .hover\:text-clip {
    &:hover {
      @media (hover: hover) {
        text-overflow: clip;
      }
    }
  }
  .hover\:whitespace-normal {
    &:hover {
      @media (hover: hover) {
        white-space: normal;
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: oklch(0.446 0.03 256.802);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: oklch(0.373 0.034 259.733);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: oklch(0.21 0.034 264.665);
      }
    }
  }
  .hover\:text-primary-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-700);
      }
    }
  }
  .hover\:text-red-700 {
    &:hover {
      @media (hover: hover) {
        color: oklch(0.505 0.213 27.518);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .file\:hover\:bg-slate-600 {
    &::file-selector-button {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(0.446 0.043 257.281);
        }
      }
    }
  }
  .focus\:border-primary-300 {
    &:focus {
      border-color: var(--color-primary-300);
    }
  }
  .focus\:ring-3 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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-green-200 {
    &:focus {
      --tw-ring-color: oklch(0.925 0.084 155.995);
    }
  }
  .focus\:ring-primary-200 {
    &:focus {
      --tw-ring-color: var(--color-primary-200);
    }
  }
  .focus\:ring-red-200 {
    &:focus {
      --tw-ring-color: oklch(0.885 0.062 18.334);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .disabled\:bg-green-300 {
    &:disabled {
      background-color: oklch(0.871 0.15 154.449);
    }
  }
  .disabled\:bg-primary-300 {
    &:disabled {
      background-color: var(--color-primary-300);
    }
  }
  .disabled\:bg-red-300 {
    &:disabled {
      background-color: oklch(0.808 0.114 19.571);
    }
  }
  .md\:me-4 {
    @media (width >= 48rem) {
      margin-inline-end: calc(0.25rem * 4);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(0.25rem * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:w-72 {
    @media (width >= 48rem) {
      width: calc(0.25rem * 72);
    }
  }
  .md\:max-w-md {
    @media (width >= 48rem) {
      max-width: 28rem;
    }
  }
  .md\:min-w-\[35rem\] {
    @media (width >= 48rem) {
      min-width: 35rem;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-10 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 4);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(0.25rem * 2);
    }
  }
  .dark\:border-gray-600 {
    &:where(.dark, .dark *) {
      border-color: oklch(0.446 0.03 256.802);
    }
  }
  .dark\:border-gray-700 {
    &:where(.dark, .dark *) {
      border-color: oklch(0.373 0.034 259.733);
    }
  }
  .dark\:border-primary-700 {
    &:where(.dark, .dark *) {
      border-color: var(--color-primary-700);
    }
  }
  .dark\:bg-blue-600 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.546 0.245 262.881);
    }
  }
  .dark\:bg-blue-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.488 0.243 264.376);
    }
  }
  .dark\:bg-gray-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.373 0.034 259.733);
    }
  }
  .dark\:bg-gray-800 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.278 0.033 256.848);
    }
  }
  .dark\:bg-gray-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.21 0.034 264.665);
    }
  }
  .dark\:bg-gray-900\/75 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(0.21 0.034 264.665) 75%, transparent);
    }
  }
  .dark\:bg-green-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.527 0.154 150.069);
    }
  }
  .dark\:bg-primary-700 {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-700);
    }
  }
  .dark\:bg-primary-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-900);
    }
  }
  .dark\:bg-red-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.505 0.213 27.518);
    }
  }
  .dark\:bg-sky-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.5 0.134 242.749);
    }
  }
  .dark\:bg-slate-600 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.446 0.043 257.281);
    }
  }
  .dark\:bg-slate-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(0.372 0.044 257.287);
    }
  }
  .dark\:text-gray-100 {
    &:where(.dark, .dark *) {
      color: oklch(0.967 0.003 264.542);
    }
  }
  .dark\:text-gray-200 {
    &:where(.dark, .dark *) {
      color: oklch(0.928 0.006 264.531);
    }
  }
  .dark\:text-gray-300 {
    &:where(.dark, .dark *) {
      color: oklch(0.872 0.01 258.338);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: oklch(0.707 0.022 261.325);
    }
  }
  .dark\:text-gray-500 {
    &:where(.dark, .dark *) {
      color: oklch(0.551 0.027 264.364);
    }
  }
  .dark\:text-primary-400 {
    &:where(.dark, .dark *) {
      color: var(--color-primary-400);
    }
  }
  .dark\:text-red-400 {
    &:where(.dark, .dark *) {
      color: oklch(0.704 0.191 22.216);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: #fff;
    }
  }
  .dark\:placeholder-gray-400 {
    &:where(.dark, .dark *) {
      &::placeholder {
        color: oklch(0.707 0.022 261.325);
      }
    }
  }
  .dark\:file\:bg-slate-900 {
    &:where(.dark, .dark *) {
      &::file-selector-button {
        background-color: oklch(0.208 0.042 265.755);
      }
    }
  }
  .dark\:checked\:border-primary-800 {
    &:where(.dark, .dark *) {
      &:checked {
        border-color: var(--color-primary-800);
      }
    }
  }
  .dark\:checked\:bg-primary-500 {
    &:where(.dark, .dark *) {
      &:checked {
        background-color: var(--color-primary-500);
      }
    }
  }
  .dark\:hover\:bg-gray-700 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(0.373 0.034 259.733);
        }
      }
    }
  }
  .dark\:hover\:bg-green-800 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(0.448 0.119 151.328);
        }
      }
    }
  }
  .dark\:hover\:bg-primary-800 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-primary-800);
        }
      }
    }
  }
  .dark\:hover\:bg-red-800 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(0.444 0.177 26.899);
        }
      }
    }
  }
  .dark\:hover\:bg-white\/5 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in oklab, #fff 5%, transparent);
        }
      }
    }
  }
  .dark\:hover\:text-gray-100 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(0.967 0.003 264.542);
        }
      }
    }
  }
  .dark\:hover\:text-gray-300 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(0.872 0.01 258.338);
        }
      }
    }
  }
  .dark\:hover\:text-primary-300 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary-300);
        }
      }
    }
  }
  .dark\:hover\:text-primary-500 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary-500);
        }
      }
    }
  }
  .dark\:hover\:text-red-300 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(0.808 0.114 19.571);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #fff;
        }
      }
    }
  }
  .dark\:file\:hover\:bg-slate-800 {
    &:where(.dark, .dark *) {
      &::file-selector-button {
        &:hover {
          @media (hover: hover) {
            background-color: oklch(0.279 0.041 260.031);
          }
        }
      }
    }
  }
  .dark\:focus\:border-primary-400 {
    &:where(.dark, .dark *) {
      &:focus {
        border-color: var(--color-primary-400);
      }
    }
  }
  .dark\:focus\:border-primary-500 {
    &:where(.dark, .dark *) {
      &:focus {
        border-color: var(--color-primary-500);
      }
    }
  }
  .dark\:focus\:ring-green-400 {
    &:where(.dark, .dark *) {
      &:focus {
        --tw-ring-color: oklch(0.792 0.209 151.711);
      }
    }
  }
  .dark\:focus\:ring-primary-400 {
    &:where(.dark, .dark *) {
      &:focus {
        --tw-ring-color: var(--color-primary-400);
      }
    }
  }
  .dark\:focus\:ring-primary-500 {
    &:where(.dark, .dark *) {
      &:focus {
        --tw-ring-color: var(--color-primary-500);
      }
    }
  }
  .dark\:focus\:ring-red-400 {
    &:where(.dark, .dark *) {
      &:focus {
        --tw-ring-color: oklch(0.704 0.191 22.216);
      }
    }
  }
  .dark\:disabled\:bg-green-400 {
    &:where(.dark, .dark *) {
      &:disabled {
        background-color: oklch(0.792 0.209 151.711);
      }
    }
  }
  .dark\:disabled\:bg-primary-400 {
    &:where(.dark, .dark *) {
      &:disabled {
        background-color: var(--color-primary-400);
      }
    }
  }
  .dark\:disabled\:bg-red-400 {
    &:where(.dark, .dark *) {
      &:disabled {
        background-color: oklch(0.704 0.191 22.216);
      }
    }
  }
  .\[\&\:last-child\>\*\]\:border-b-0 {
    &:last-child>* {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .\[\&\>\.active\]\:bg-gray-200 {
    &>.active {
      background-color: oklch(0.928 0.006 264.531);
    }
  }
  .\[\&\>\.active\]\:text-gray-600 {
    &>.active {
      color: oklch(0.446 0.03 256.802);
    }
  }
  .dark\:\[\&\>\.active\]\:bg-gray-950 {
    &:where(.dark, .dark *) {
      &>.active {
        background-color: oklch(0.13 0.028 261.692);
      }
    }
  }
  .dark\:\[\&\>\.active\]\:text-gray-300 {
    &:where(.dark, .dark *) {
      &>.active {
        color: oklch(0.872 0.01 258.338);
      }
    }
  }
  .\[\&\>\:last-child\]\:border-b-0 {
    &>:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
.dark {
  color-scheme: dark;
}
.json-colon, .json-bracket, .json-comma {
  color: oklch(0.21 0.034 264.665);
  &:where(.dark, .dark *) {
    color: oklch(0.707 0.022 261.325);
  }
}
.json-key {
  color: oklch(0.696 0.17 162.48);
}
.json-number {
  color: oklch(0.606 0.25 292.717);
}
.json-string {
  color: oklch(0.769 0.188 70.08);
}
.json-boolean {
  color: oklch(0.623 0.214 259.815);
}
.json-null {
  color: oklch(0.645 0.246 16.439);
}
.sblink {
  background-color: var(--link-bg);
}
.sblink:hover {
  background-color: var(--link-bg-hover);
}
.sblink.active {
  box-shadow: 0 0 0 4px var(--link-active);
}
.dark .sblink.active {
  box-shadow: 0 0 0 4px var(--link-active-dark);
}
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23475569' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5.5,10l3,3l6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#phpinfo .center {
  text-align: center;
}
#phpinfo .center table {
  margin: 1em auto;
  text-align: left;
}
#phpinfo > .center table {
  margin-top: 0;
}
#phpinfo table {
  width: 100%;
  table-layout: auto;
}
#phpinfo td, #phpinfo th {
  border: 1px solid #fff;
  font-size: 75%;
  vertical-align: baseline;
  padding: 4px 5px;
}
#phpinfo th {
  position: sticky;
  top: 0;
  background: inherit;
}
#phpinfo h1 {
  font-size: 150%;
}
#phpinfo h2 {
  font-size: 125%;
}
#phpinfo .p {
  text-align: left;
}
#phpinfo .e {
  background-color: #ccf;
  width: 300px;
  font-weight: bold;
}
#phpinfo .h {
  background-color: #99c;
  font-weight: bold;
}
#phpinfo .v {
  background-color: #ddd;
  max-width: 300px;
  overflow-x: auto;
  word-wrap: break-word;
}
#phpinfo .v i {
  color: #999;
}
#phpinfo img {
  float: right;
  border: 0;
}
.dark #phpinfo td, .dark #phpinfo th {
  border: 1px solid #111827;
}
.dark #phpinfo .e {
  background-color: #99c;
}
.dark #phpinfo .h {
  background-color: #669;
}
.dark #phpinfo .v {
  background-color: #717171;
}
.dark #phpinfo .v i {
  color: #c2c2c2;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@property --tw-space-x-reverse {
  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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
