/* src/styles.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      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;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-black: #000;
    --color-white: #fff;
    --color-transparent: transparent;
    --color-current: currentcolor;
    --color-slate-50: #f7f6f3;
    --color-slate-100: #efedea;
    --color-slate-200: #e1ded9;
    --color-slate-300: #c5c2bd;
    --color-slate-400: #97948f;
    --color-slate-500: #6e6b67;
    --color-slate-600: #4a4845;
    --color-slate-700: #333230;
    --color-slate-750: #2b2a28;
    --color-slate-800: #242422;
    --color-slate-900: #1a1a1a;
    --color-slate-950: #121211;
    --color-primary-50: var(--color-slate-50);
    --color-primary-100: var(--color-slate-100);
    --color-primary-200: var(--color-slate-200);
    --color-primary-300: var(--color-slate-300);
    --color-primary-400: var(--color-slate-400);
    --color-primary-500: var(--color-slate-500);
    --color-primary-600: var(--color-slate-600);
    --color-primary-700: var(--color-slate-700);
    --color-primary-800: var(--color-slate-800);
    --color-primary-900: var(--color-slate-900);
    --color-primary-950: var(--color-slate-950);
    --color-danger-50: #fcf4f3;
    --color-danger-100: #f5ddd9;
    --color-danger-400: #c75c52;
    --color-danger-500: #a83a34;
    --color-danger-600: #8a2f2a;
    --color-danger-900: #451714;
    --color-success-50: #f3f7f4;
    --color-success-100: #dce7df;
    --color-success-400: #5e9e63;
    --color-success-500: #3f7a47;
    --color-success-600: #336339;
    --color-success-900: #19311c;
    --color-warning-50: #fffbf0;
    --color-warning-100: #fdf0c9;
    --color-warning-400: #f0c14a;
    --color-warning-500: #d99a1e;
    --color-warning-600: #b58019;
    --color-warning-900: #5c4008;
    --color-info-50: #f2f6fa;
    --color-info-100: #dce5ef;
    --color-info-400: #5d88ad;
    --color-info-500: #477094;
    --color-info-600: #3a5c7a;
    --color-info-900: #1c2e3d;
    --color-surface: var(--color-slate-900);
    --color-surface-card: var(--color-slate-750);
    --color-surface-raised: var(--color-slate-700);
    --color-content: var(--color-slate-200);
    --color-content-strong: var(--color-white);
    --color-content-secondary: var(--color-slate-300);
    --color-content-muted: var(--color-slate-500);
    --color-border: var(--color-slate-700);
    --color-border-strong: var(--color-slate-700);
    --color-border-control: var(--color-slate-500);
    --color-disabled: var(--color-slate-700);
    --color-surface-sunken: var(--color-slate-700);
    --color-surface-inverse: var(--color-slate-50);
    --color-content-inverse: var(--color-slate-900);
    --color-overlay: rgb(255 255 255 / 10%);
    --color-ring: var(--color-slate-400);
    --shadow-card: inset 0 1px 0 rgb(255 255 255 / 4%), 0 1px 3px rgb(0 0 0 / 12%);
    --shadow-dialog: 0 1px 2px rgb(0 0 0 / 25%), 0 12px 32px -16px rgb(0 0 0 / 40%);
    --container-grid: 71.25rem;
    --text-display: 3.4375rem;
    --text-display--line-height: 1.2;
    --text-display--font-weight: 700;
    --text-h1: 2.75rem;
    --text-h1--line-height: 1.2;
    --text-h1--font-weight: 700;
    --text-h2: 2rem;
    --text-h2--line-height: 1.2;
    --text-h2--font-weight: 700;
    --text-h3: 1.5rem;
    --text-h3--line-height: 1.2;
    --text-h3--font-weight: 700;
    --text-h4: 1.5rem;
    --text-h4--line-height: 1.2;
    --text-h4--font-weight: 700;
    --text-h5: 1.5rem;
    --text-h5--line-height: 1.2;
    --text-h5--font-weight: 500;
    --text-p-lg: 1.125rem;
    --text-p-lg--line-height: 1.2;
    --text-p-lg--font-weight: 500;
    --text-p-md: 1rem;
    --text-p-md--line-height: 1.5;
    --text-p-md--font-weight: 500;
    --text-p-sm: 0.875rem;
    --text-p-sm--line-height: 1.5;
    --text-p-sm--font-weight: 500;
    --text-btn-lg: 1.125rem;
    --text-btn-lg--line-height: 1.2;
    --text-btn-lg--font-weight: 600;
    --text-btn-md: 1rem;
    --text-btn-md--line-height: 1.5;
    --text-btn-md--font-weight: 600;
    --text-menu-md: 0.875rem;
    --text-menu-md--line-height: 1.5;
    --text-menu-md--font-weight: 600;
    --z-page-header: 60;
    --z-modal: 5000;
    --z-confirm-dialog: 6000;
    --z-update-notifier: 6500;
    --z-loader: 7000;
    --z-toast: 7100;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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)) {
      ::placeholder {
        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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .z-\[var\(--z-modal\)\] {
    z-index: var(--z-modal);
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container-page {
    margin-inline: auto;
    width: 100%;
    max-width: 90rem;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .row-actions {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-px {
    min-height: 1px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[calc\(100\%\/24\)\] {
    width: calc(100% / 24);
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[90rem\] {
    max-width: 90rem;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  :where(.divide-y > :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)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1rem\] {
    border-style: var(--tw-border-style);
    border-width: 1rem;
  }
  .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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-border\/50 {
    border-color: color-mix(in srgb, #333230 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/50 {
      border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
    }
  }
  .bg-info-400 {
    background-color: var(--color-info-400);
  }
  .bg-info-400\/70 {
    background-color: color-mix(in srgb, #5d88ad 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-info-400\/70 {
      background-color: color-mix(in oklab, var(--color-info-400) 70%, transparent);
    }
  }
  .bg-overlay {
    background-color: var(--color-overlay);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface-card {
    background-color: var(--color-surface-card);
  }
  .bg-surface-sunken {
    background-color: var(--color-surface-sunken);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .text-btn-lg {
    font-size: var(--text-btn-lg);
    line-height: var(--tw-leading, var(--text-btn-lg--line-height));
    font-weight: var(--tw-font-weight, var(--text-btn-lg--font-weight));
  }
  .text-btn-md {
    font-size: var(--text-btn-md);
    line-height: var(--tw-leading, var(--text-btn-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-btn-md--font-weight));
  }
  .text-display {
    font-size: var(--text-display);
    line-height: var(--tw-leading, var(--text-display--line-height));
    font-weight: var(--tw-font-weight, var(--text-display--font-weight));
  }
  .text-h1 {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, var(--text-h1--line-height));
    font-weight: var(--tw-font-weight, var(--text-h1--font-weight));
  }
  .text-h2 {
    font-size: var(--text-h2);
    line-height: var(--tw-leading, var(--text-h2--line-height));
    font-weight: var(--tw-font-weight, var(--text-h2--font-weight));
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
    font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
    font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
    font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
  }
  .text-menu-md {
    font-size: var(--text-menu-md);
    line-height: var(--tw-leading, var(--text-menu-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-menu-md--font-weight));
  }
  .text-p-lg {
    font-size: var(--text-p-lg);
    line-height: var(--tw-leading, var(--text-p-lg--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-lg--font-weight));
  }
  .text-p-md {
    font-size: var(--text-p-md);
    line-height: var(--tw-leading, var(--text-p-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-md--font-weight));
  }
  .text-p-sm {
    font-size: var(--text-p-sm);
    line-height: var(--tw-leading, var(--text-p-sm--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-sm--font-weight));
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[0\.625rem\] {
    font-size: 0.625rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-content {
    color: var(--color-content);
  }
  .text-content-muted {
    color: var(--color-content-muted);
  }
  .text-content-secondary {
    color: var(--color-content-secondary);
  }
  .text-content-strong {
    color: var(--color-content-strong);
  }
  .text-success-400 {
    color: var(--color-success-400);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-card {
    --tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgb(255 255 255 / 4%)), 0 1px 3px var(--tw-shadow-color, rgb(0 0 0 / 12%));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-border\/60 {
    --tw-ring-color: color-mix(in srgb, #333230 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/60 {
      --tw-ring-color: color-mix(in oklab, var(--color-border) 60%, transparent);
    }
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
}
@media (width >= 48rem) {
  :root {
    --text-display: 4.8125rem;
    --text-h1: 3.4375rem;
    --text-h2: 2.75rem;
    --text-h3: 2rem;
    --text-h4: 2rem;
    --text-menu-md: 1rem;
  }
}
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --cl-color-primary: #4f46e5;
    --cl-color-primary-ring: rgb(79 70 229 / 20%);
    --cl-color-primary-contrast: #fff;
    --cl-color-primary-ink: var(--cl-color-primary);
    --cl-color-primary-border: var(--cl-color-primary-ink);
    --cl-color-secondary: #6b7280;
    --cl-color-secondary-ring: rgb(107 114 128 / 20%);
    --cl-color-secondary-contrast: #fff;
    --cl-color-secondary-ink: #666d7a;
    --cl-color-secondary-border: var(--cl-color-secondary-ink);
    --cl-color-success: #15803d;
    --cl-color-success-ring: rgb(21 128 61 / 20%);
    --cl-color-success-contrast: #fff;
    --cl-color-success-ink: var(--cl-color-success);
    --cl-color-success-border: var(--cl-color-success-ink);
    --cl-color-info: #2563eb;
    --cl-color-info-ring: rgb(37 99 235 / 20%);
    --cl-color-info-contrast: #fff;
    --cl-color-info-ink: var(--cl-color-info);
    --cl-color-info-border: var(--cl-color-info-ink);
    --cl-color-warn: #f59e0b;
    --cl-color-warn-ring: rgb(245 158 11 / 20%);
    --cl-color-warn-contrast: #1f2937;
    --cl-color-warn-ink: #b45309;
    --cl-color-warn-border: var(--cl-color-warn-ink);
    --cl-color-danger: #dc2626;
    --cl-color-danger-ring: rgb(220 38 38 / 20%);
    --cl-color-danger-contrast: #fff;
    --cl-color-danger-ink: #b91c1c;
    --cl-color-danger-border: var(--cl-color-danger-ink);
    --cl-color-surface: #fff;
    --cl-color-surface-alt: #f3f4f6;
    --cl-color-text: #1f2937;
    --cl-color-text-muted: #666d7a;
    --cl-color-border: var(--cl-color-divider);
    --cl-color-border-hover: #848b98;
    --cl-color-divider: #e5e7eb;
    --cl-radius-control: 0.375rem;
    --cl-border-width-hairline: 1px;
    --cl-ring-width-focus: 0.1875rem;
    --cl-opacity-disabled: 0.6;
    --cl-shadow-overlay: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
    --cl-text-xs: 0.75rem;
    --cl-text-sm: 0.875rem;
    --cl-text-md: 1rem;
    --cl-text-lg: 1.125rem;
    --cl-spacing-sm: 0.5rem;
    --cl-spacing-md: 0.75rem;
    --cl-spacing-control-x: 0.75rem;
    --cl-spacing-control-y: 0.5rem;
    --cl-control-height: auto;
    --cl-breakpoint-sm: 40rem;
    --cl-spacing: 0.25rem;
    --cl-font-weight-medium: 500;
    --cl-font-weight-semibold: 600;
    --cl-leading-normal: 1.5;
    --cl-default-transition-duration: 150ms;
    --cl-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme=light]) {
      --cl-color-surface: #111827;
      --cl-color-surface-alt: #1f2937;
      --cl-color-text: #f9fafb;
      --cl-color-text-muted: #9ca3af;
      --cl-color-border-hover: #6f7787;
      --cl-color-divider: #374151;
      --cl-color-primary-ink: #818cf8;
      --cl-color-primary-border: #818cf8;
      --cl-color-primary-ring: rgb(129 140 248 / 30%);
      --cl-color-secondary-ink: #9ca3af;
      --cl-color-secondary-border: #9ca3af;
      --cl-color-secondary-ring: rgb(156 163 175 / 30%);
      --cl-color-success-ink: #4ade80;
      --cl-color-success-border: #4ade80;
      --cl-color-success-ring: rgb(74 222 128 / 30%);
      --cl-color-info-ink: #60a5fa;
      --cl-color-info-border: #60a5fa;
      --cl-color-info-ring: rgb(96 165 250 / 30%);
      --cl-color-warn-ink: #fbbf24;
      --cl-color-warn-border: #fbbf24;
      --cl-color-warn-ring: rgb(251 191 36 / 30%);
      --cl-color-danger-ink: #f87171;
      --cl-color-danger-border: #f87171;
      --cl-color-danger-ring: rgb(248 113 113 / 30%);
    }
  }
  [data-theme=dark] {
    --cl-color-surface: #111827;
    --cl-color-surface-alt: #1f2937;
    --cl-color-text: #f9fafb;
    --cl-color-text-muted: #9ca3af;
    --cl-color-border-hover: #6f7787;
    --cl-color-divider: #374151;
    --cl-color-primary-ink: #818cf8;
    --cl-color-primary-border: #818cf8;
    --cl-color-primary-ring: rgb(129 140 248 / 30%);
    --cl-color-secondary-ink: #9ca3af;
    --cl-color-secondary-border: #9ca3af;
    --cl-color-secondary-ring: rgb(156 163 175 / 30%);
    --cl-color-success-ink: #4ade80;
    --cl-color-success-border: #4ade80;
    --cl-color-success-ring: rgb(74 222 128 / 30%);
    --cl-color-info-ink: #60a5fa;
    --cl-color-info-border: #60a5fa;
    --cl-color-info-ring: rgb(96 165 250 / 30%);
    --cl-color-warn-ink: #fbbf24;
    --cl-color-warn-border: #fbbf24;
    --cl-color-warn-ring: rgb(251 191 36 / 30%);
    --cl-color-danger-ink: #f87171;
    --cl-color-danger-border: #f87171;
    --cl-color-danger-ring: rgb(248 113 113 / 30%);
  }
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
html {
  font-size: 14px;
  overflow: hidden;
  color-scheme: dark;
}
@media (width >= 120rem) {
  html {
    font-size: 16px;
  }
}
html:not(.dark) {
  --color-surface: var(--color-slate-50);
  --color-surface-card: var(--color-white);
  --color-surface-raised: var(--color-white);
  --color-content: var(--color-slate-700);
  --color-content-strong: var(--color-slate-900);
  --color-content-secondary: var(--color-slate-500);
  --color-content-muted: var(--color-slate-500);
  --color-border: var(--color-slate-200);
  --color-border-strong: var(--color-slate-300);
  --color-border-control: var(--color-slate-300);
  --color-disabled: var(--color-slate-300);
  --color-surface-sunken: var(--color-slate-200);
  --color-surface-inverse: var(--color-slate-900);
  --color-content-inverse: var(--color-slate-50);
  --color-overlay: rgb(0 0 0 / 10%);
  --color-ring: var(--color-slate-500);
  color-scheme: light;
  --cl-color-surface: var(--color-white);
  --cl-color-surface-alt: var(--color-slate-100);
  --cl-color-border: var(--color-slate-300);
  --cl-color-border-hover: var(--color-slate-400);
  --cl-color-primary: var(--color-slate-900);
  --cl-color-primary-contrast: #fff;
  --cl-color-primary-ring: color-mix(in srgb, #97948f 45%, transparent);
  --cl-color-secondary: var(--color-slate-200);
  --cl-color-primary-ink: var(--color-primary-600);
  --cl-color-secondary-ink: var(--color-slate-600);
  --cl-color-secondary-border: var(--color-slate-400);
  --cl-color-success-ink: var(--color-success-600);
  --cl-color-info-ink: var(--color-info-600);
  --cl-color-warn-ink: var(--color-warning-600);
  --cl-color-danger-ink: var(--color-danger-600);
}
@supports (color: color-mix(in lab, red, red)) {
  html:not(.dark) {
    --cl-color-primary-ring: color-mix(in srgb, var(--color-ring) 45%, transparent);
  }
}
.theme-dark {
  --color-surface: var(--color-slate-900);
  --color-surface-card: var(--color-slate-750);
  --color-surface-raised: var(--color-slate-700);
  --color-content: var(--color-slate-200);
  --color-content-strong: var(--color-white);
  --color-content-secondary: var(--color-slate-300);
  --color-content-muted: var(--color-slate-500);
  --color-border: var(--color-slate-700);
  --color-border-strong: var(--color-slate-700);
  --color-border-control: var(--color-slate-500);
  --color-disabled: var(--color-slate-700);
  --color-surface-sunken: var(--color-slate-700);
  --color-surface-inverse: var(--color-slate-50);
  --color-content-inverse: var(--color-slate-900);
  --color-ring: var(--color-slate-400);
  color-scheme: dark;
  color: var(--color-content);
  --cl-color-surface: var(--color-slate-950);
  --cl-color-surface-alt: var(--color-slate-800);
  --cl-color-border: var(--color-slate-600);
  --cl-color-border-hover: var(--color-slate-500);
  --cl-color-divider: var(--color-border);
  --cl-color-text: var(--color-content);
  --cl-color-text-muted: var(--color-content-muted);
  --cl-color-primary: var(--color-slate-50);
  --cl-color-primary-contrast: var(--color-slate-900);
  --cl-color-primary-ring: color-mix(in srgb, #97948f 45%, transparent);
  --cl-color-secondary: var(--color-slate-700);
  --cl-color-primary-ink: var(--color-primary-400);
  --cl-color-secondary-ink: var(--color-slate-300);
  --cl-color-secondary-border: var(--color-slate-500);
  --cl-color-success-ink: var(--color-success-400);
  --cl-color-info-ink: var(--color-info-400);
  --cl-color-warn-ink: var(--color-warning-400);
  --cl-color-danger-ink: var(--color-danger-400);
}
@supports (color: color-mix(in lab, red, red)) {
  .theme-dark {
    --cl-color-primary-ring: color-mix(in srgb, var(--color-ring) 45%, transparent);
  }
}
:root {
  --cl-color-primary: var(--color-slate-50);
  --cl-color-primary-ring: color-mix(in srgb, #97948f 45%, transparent);
  --cl-color-primary-contrast: var(--color-slate-900);
  --cl-color-secondary: var(--color-slate-700);
  --cl-color-secondary-ring: color-mix(in srgb, #6e6b67 25%, transparent);
  --cl-color-secondary-contrast: var(--color-content-strong);
  --cl-color-success: var(--color-success-500);
  --cl-color-success-ring: color-mix(in srgb, #3f7a47 25%, transparent);
  --cl-color-success-contrast: #fff;
  --cl-color-info: var(--color-info-500);
  --cl-color-info-ring: color-mix(in srgb, #477094 25%, transparent);
  --cl-color-info-contrast: #fff;
  --cl-color-warn: var(--color-warning-500);
  --cl-color-warn-ring: color-mix(in srgb, #d99a1e 25%, transparent);
  --cl-color-warn-contrast: #fff;
  --cl-color-danger: var(--color-danger-500);
  --cl-color-danger-ring: color-mix(in srgb, #a83a34 25%, transparent);
  --cl-color-danger-contrast: #fff;
  --cl-radius-control: var(--radius-sm);
  --cl-color-primary-ink: var(--color-primary-400);
  --cl-color-primary-border: var(--color-primary-500);
  --cl-color-secondary-ink: var(--color-slate-300);
  --cl-color-secondary-border: var(--color-slate-500);
  --cl-color-success-ink: var(--color-success-400);
  --cl-color-success-border: var(--color-success-500);
  --cl-color-info-ink: var(--color-info-400);
  --cl-color-info-border: var(--color-info-500);
  --cl-color-warn-ink: var(--color-warning-400);
  --cl-color-warn-border: var(--color-warning-500);
  --cl-color-danger-ink: var(--color-danger-400);
  --cl-color-danger-border: var(--color-danger-500);
  --cl-color-surface: var(--color-slate-950);
  --cl-color-surface-alt: var(--color-slate-800);
  --cl-color-border: var(--color-slate-600);
  --cl-color-border-hover: var(--color-slate-500);
  --cl-color-divider: var(--color-border);
  --cl-color-text: var(--color-content);
  --cl-color-text-muted: var(--color-content-muted);
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-primary-ring: color-mix(in srgb, var(--color-ring) 45%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-secondary-ring: color-mix(in srgb, var(--color-slate-500) 25%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-success-ring: color-mix(in srgb, var(--color-success-500) 25%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-info-ring: color-mix(in srgb, var(--color-info-500) 25%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-warn-ring: color-mix(in srgb, var(--color-warning-500) 25%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  :root {
    --cl-color-danger-ring: color-mix(in srgb, var(--color-danger-500) 25%, transparent);
  }
}
body {
  font-family: Inter, sans-serif;
  background-color: var(--color-surface);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock {
  overflow: hidden;
}
@layer components {
  .content-section {
    margin-inline: auto;
    width: 100%;
    max-width: 90rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
  }
  .content-section.full-bleed {
    min-height: 0px;
    max-width: none;
  }
  .hint {
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-content-muted);
  }
  .cl-table {
    background-color: var(--color-surface-card);
    --tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgb(255 255 255 / 4%)), 0 1px 3px var(--tw-shadow-color, rgb(0 0 0 / 12%));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --cl-color-surface: var(--color-surface-card);
  }
  .icon-badge {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    background-color: var(--color-surface-sunken);
    color: var(--color-content-strong);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, #333230 50%, transparent);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .modal-header {
      border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
    }
  }
  .modal-header .title {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .modal-header h2 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-content-strong);
  }
  .modal-form {
    display: flex;
    min-height: 0px;
    flex: 1;
    flex-direction: column;
  }
  .modal-body {
    display: flex;
    min-height: 0px;
    flex: 1;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
    overflow-y: auto;
    padding: calc(var(--spacing) * 6);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 3);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: color-mix(in srgb, #333230 50%, transparent);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .modal-footer {
      border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
    }
  }
  .modal-footer.split {
    justify-content: space-between;
  }
  .modal-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: calc(var(--spacing) * 16);
  }
  .modal-details {
    display: grid;
    gap: calc(var(--spacing) * 4);
  }
  @media (width >= 40rem) {
    .modal-details {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .modal-details .field {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
  }
  .modal-details .field dt {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-content);
  }
  .modal-details .field dd {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-content);
  }
  .grid-container {
    margin-inline: auto;
    width: 100%;
    padding-inline: calc(var(--spacing) * 5);
    max-width: var(--container-grid);
  }
  .layout-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    .grid-container {
      padding-inline: 0px;
    }
    .layout-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: calc(var(--spacing) * 6);
    }
  }
}
@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-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-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@property --tw-leading { 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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-leading: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
