/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --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;
    --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: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    font-feature-settings: normal;
    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 {
  .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-4 {
    grid-column: span 4 / span 4;
  }
  .-m-4 {
    margin: calc(0.25rem * -4);
  }
  .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;
  }
  .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);
  }
  .h-90 {
    height: calc(0.25rem * 90);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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-lg {
    max-width: 32rem;
  }
  .max-w-xs {
    max-width: 20rem;
  }
  .flex-1 {
    flex: 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)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-900\/5 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in oklab, oklch(21% 0.034 264.665) 5%, transparent);
    }
  }
  .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-md {
    border-radius: 0.375rem;
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-gray-200 {
    border-color: oklch(92.8% 0.006 264.531);
  }
  .border-gray-300 {
    border-color: oklch(87.2% 0.01 258.338);
  }
  .border-primary-400 {
    border-color: var(--color-primary-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-blue-100 {
    background-color: oklch(93.2% 0.032 255.585);
  }
  .bg-gray-50 {
    background-color: oklch(98.5% 0.002 247.839);
  }
  .bg-gray-100 {
    background-color: oklch(96.7% 0.003 264.542);
  }
  .bg-gray-200 {
    background-color: oklch(92.8% 0.006 264.531);
  }
  .bg-gray-500\/75 {
    background-color: color-mix(in oklab, oklch(55.1% 0.027 264.364) 75%, transparent);
  }
  .bg-green-100 {
    background-color: oklch(96.2% 0.044 156.743);
  }
  .bg-green-500 {
    background-color: oklch(72.3% 0.219 149.579);
  }
  .bg-green-600 {
    background-color: oklch(62.7% 0.194 149.214);
  }
  .bg-indigo-100 {
    background-color: oklch(93% 0.034 272.788);
  }
  .bg-indigo-500 {
    background-color: oklch(58.5% 0.233 277.117);
  }
  .bg-orange-100 {
    background-color: oklch(95.4% 0.038 75.164);
  }
  .bg-orange-600 {
    background-color: oklch(64.6% 0.222 41.116);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-purple-100 {
    background-color: oklch(94.6% 0.033 307.174);
  }
  .bg-red-100 {
    background-color: oklch(93.6% 0.032 17.717);
  }
  .bg-red-500 {
    background-color: oklch(63.7% 0.237 25.331);
  }
  .bg-red-600 {
    background-color: oklch(57.7% 0.245 27.325);
  }
  .bg-sky-100 {
    background-color: oklch(95.1% 0.026 236.824);
  }
  .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\.4rem\] {
    padding-block: 0.4rem;
  }
  .pe-5 {
    padding-inline-end: calc(0.25rem * 5);
  }
  .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-blue-800 {
    color: oklch(42.4% 0.199 265.638);
  }
  .text-gray-400 {
    color: oklch(70.7% 0.022 261.325);
  }
  .text-gray-500 {
    color: oklch(55.1% 0.027 264.364);
  }
  .text-gray-600 {
    color: oklch(44.6% 0.03 256.802);
  }
  .text-gray-700 {
    color: oklch(37.3% 0.034 259.733);
  }
  .text-gray-900 {
    color: oklch(21% 0.034 264.665);
  }
  .text-green-800 {
    color: oklch(44.8% 0.119 151.328);
  }
  .text-indigo-800 {
    color: oklch(39.8% 0.195 277.366);
  }
  .text-orange-800 {
    color: oklch(47% 0.157 37.304);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-purple-800 {
    color: oklch(43.8% 0.218 303.724);
  }
  .text-red-500 {
    color: oklch(63.7% 0.237 25.331);
  }
  .text-red-800 {
    color: oklch(44.4% 0.177 26.899);
  }
  .text-sky-800 {
    color: oklch(44.3% 0.11 240.79);
  }
  .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-\[width\,background-color\] {
    transition-property: width,background-color;
    transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-duration: var(--tw-duration, 150ms);
  }
  .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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .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\:bg-slate-500 {
    &::file-selector-button {
      background-color: oklch(55.4% 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\:border-gray-600 {
    &:hover {
      @media (hover: hover) {
        border-color: oklch(44.6% 0.03 256.802);
      }
    }
  }
  .hover\:border-primary-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-300);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(98.5% 0.002 247.839);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(96.7% 0.003 264.542);
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(87.2% 0.01 258.338);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(62.7% 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(57.7% 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(44.6% 0.03 256.802);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: oklch(37.3% 0.034 259.733);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: oklch(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(50.5% 0.213 27.518);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .hover\:file\:bg-slate-600 {
    &:hover {
      @media (hover: hover) {
        &::file-selector-button {
          background-color: oklch(44.6% 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(92.5% 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(88.5% 0.062 18.334);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .disabled\:bg-green-300 {
    &:disabled {
      background-color: oklch(87.1% 0.15 154.449);
    }
  }
  .disabled\:bg-primary-300 {
    &:disabled {
      background-color: var(--color-primary-300);
    }
  }
  .disabled\:bg-red-300 {
    &:disabled {
      background-color: oklch(80.8% 0.114 19.571);
    }
  }
  .md\:me-4 {
    @media (width >= 48rem) {
      margin-inline-end: calc(0.25rem * 4);
    }
  }
  .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\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .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-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .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\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(0.25rem * 2);
    }
  }
  .dark\:divide-white\/5 {
    &:where(.dark, .dark *) {
      :where(& > :not(:last-child)) {
        border-color: color-mix(in oklab, #fff 5%, transparent);
      }
    }
  }
  .dark\:border-gray-600 {
    &:where(.dark, .dark *) {
      border-color: oklch(44.6% 0.03 256.802);
    }
  }
  .dark\:border-gray-700 {
    &:where(.dark, .dark *) {
      border-color: oklch(37.3% 0.034 259.733);
    }
  }
  .dark\:border-primary-700 {
    &:where(.dark, .dark *) {
      border-color: var(--color-primary-700);
    }
  }
  .dark\:bg-blue-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(37.9% 0.146 265.522);
    }
  }
  .dark\:bg-gray-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(37.3% 0.034 259.733);
    }
  }
  .dark\:bg-gray-800 {
    &:where(.dark, .dark *) {
      background-color: oklch(27.8% 0.033 256.848);
    }
  }
  .dark\:bg-gray-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(21% 0.034 264.665);
    }
  }
  .dark\:bg-gray-900\/75 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, oklch(21% 0.034 264.665) 75%, transparent);
    }
  }
  .dark\:bg-green-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(52.7% 0.154 150.069);
    }
  }
  .dark\:bg-green-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(39.3% 0.095 152.535);
    }
  }
  .dark\:bg-indigo-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(35.9% 0.144 278.697);
    }
  }
  .dark\:bg-orange-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(40.8% 0.123 38.172);
    }
  }
  .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-purple-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(38.1% 0.176 304.987);
    }
  }
  .dark\:bg-red-700 {
    &:where(.dark, .dark *) {
      background-color: oklch(50.5% 0.213 27.518);
    }
  }
  .dark\:bg-red-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(39.6% 0.141 25.723);
    }
  }
  .dark\:bg-sky-900 {
    &:where(.dark, .dark *) {
      background-color: oklch(39.1% 0.09 240.876);
    }
  }
  .dark\:bg-white\/5 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in oklab, #fff 5%, transparent);
    }
  }
  .dark\:text-blue-200 {
    &:where(.dark, .dark *) {
      color: oklch(88.2% 0.059 254.128);
    }
  }
  .dark\:text-gray-100 {
    &:where(.dark, .dark *) {
      color: oklch(96.7% 0.003 264.542);
    }
  }
  .dark\:text-gray-200 {
    &:where(.dark, .dark *) {
      color: oklch(92.8% 0.006 264.531);
    }
  }
  .dark\:text-gray-300 {
    &:where(.dark, .dark *) {
      color: oklch(87.2% 0.01 258.338);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: oklch(70.7% 0.022 261.325);
    }
  }
  .dark\:text-gray-500 {
    &:where(.dark, .dark *) {
      color: oklch(55.1% 0.027 264.364);
    }
  }
  .dark\:text-green-200 {
    &:where(.dark, .dark *) {
      color: oklch(92.5% 0.084 155.995);
    }
  }
  .dark\:text-indigo-200 {
    &:where(.dark, .dark *) {
      color: oklch(87% 0.065 274.039);
    }
  }
  .dark\:text-orange-200 {
    &:where(.dark, .dark *) {
      color: oklch(90.1% 0.076 70.697);
    }
  }
  .dark\:text-primary-400 {
    &:where(.dark, .dark *) {
      color: var(--color-primary-400);
    }
  }
  .dark\:text-purple-200 {
    &:where(.dark, .dark *) {
      color: oklch(90.2% 0.063 306.703);
    }
  }
  .dark\:text-red-200 {
    &:where(.dark, .dark *) {
      color: oklch(88.5% 0.062 18.334);
    }
  }
  .dark\:text-red-400 {
    &:where(.dark, .dark *) {
      color: oklch(70.4% 0.191 22.216);
    }
  }
  .dark\:text-sky-200 {
    &:where(.dark, .dark *) {
      color: oklch(90.1% 0.058 230.902);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: #fff;
    }
  }
  .dark\:placeholder-gray-400 {
    &:where(.dark, .dark *) {
      &::placeholder {
        color: oklch(70.7% 0.022 261.325);
      }
    }
  }
  .dark\:file\:bg-slate-900 {
    &:where(.dark, .dark *) {
      &::file-selector-button {
        background-color: oklch(20.8% 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\:border-gray-300 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          border-color: oklch(87.2% 0.01 258.338);
        }
      }
    }
  }
  .dark\:hover\:bg-gray-700 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(37.3% 0.034 259.733);
        }
      }
    }
  }
  .dark\:hover\:bg-green-800 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: oklch(44.8% 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(44.4% 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(96.7% 0.003 264.542);
        }
      }
    }
  }
  .dark\:hover\:text-gray-300 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: oklch(87.2% 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(80.8% 0.114 19.571);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #fff;
        }
      }
    }
  }
  .dark\:hover\:file\:bg-slate-800 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          &::file-selector-button {
            background-color: oklch(27.9% 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(79.2% 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(70.4% 0.191 22.216);
      }
    }
  }
  .dark\:disabled\:bg-green-400 {
    &:where(.dark, .dark *) {
      &:disabled {
        background-color: oklch(79.2% 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(70.4% 0.191 22.216);
      }
    }
  }
  .\[\&\.active\]\:border-primary-500 {
    &.active {
      border-color: var(--color-primary-500);
    }
  }
  .\[\&\.active\]\:text-primary-500 {
    &.active {
      color: var(--color-primary-500);
    }
  }
  .\[\&\>\.active\]\:bg-gray-200 {
    &>.active {
      background-color: oklch(92.8% 0.006 264.531);
    }
  }
  .\[\&\>\.active\]\:text-gray-600 {
    &>.active {
      color: oklch(44.6% 0.03 256.802);
    }
  }
  .dark\:\[\&\>\.active\]\:bg-gray-950 {
    &:where(.dark, .dark *) {
      &>.active {
        background-color: oklch(13% 0.028 261.692);
      }
    }
  }
  .dark\:\[\&\>\.active\]\:text-gray-300 {
    &:where(.dark, .dark *) {
      &>.active {
        color: oklch(87.2% 0.01 258.338);
      }
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
.dark {
  color-scheme: dark;
}
.dashboard-link {
  background-color: var(--link-bg);
}
.dashboard-link:hover {
  background-color: var(--link-bg-hover);
}
.dashboard-link.active {
  box-shadow: 0 0 0 4px var(--link-active);
}
.dark .dashboard-link.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;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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-duration: initial;
      --tw-ease: initial;
    }
  }
}
