/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-sm: 0.5rem;
    --radius-md: 0.625rem;
    --radius-lg: 0.875rem;
    --radius-xl: 1rem;
    --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);
    --radius: 0.625rem;
    --color-background: #f7f8fa;
    --color-foreground: #0f1b2d;
    --color-card: #ffffff;
    --color-card-foreground: #0f1b2d;
    --color-popover: #ffffff;
    --color-popover-foreground: #0f1b2d;
    --color-primary: #16233a;
    --color-primary-foreground: #ffffff;
    --color-secondary: #f1f3f6;
    --color-secondary-foreground: #0f1b2d;
    --color-muted: #9aa3af;
    --color-muted-foreground: #4b5563;
    --color-accent: #16233a;
    --color-accent-foreground: #ffffff;
    --color-destructive: #c0392b;
    --color-border: #e6e8ec;
    --color-input: #e6e8ec;
    --color-ring: rgba(15, 27, 45, 0.16);
    --color-sidebar: var(--sidebar);
    --color-sidebar-foreground: var(--sidebar-foreground);
    --color-sidebar-accent: var(--sidebar-accent);
    --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
    --color-sidebar-border: var(--sidebar-border);
    --color-sidebar-ring: var(--sidebar-ring);
    --color-success: #15803d;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .static {
    position: static;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .max-h-75 {
    max-height: calc(var(--spacing) * 75);
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .max-w-\[calc\(100\%_-_2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-\[--spacing\(4\)_1fr\] {
    grid-template-columns: calc(var(--spacing) * 4) 1fr;
  }
  .grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\] {
    grid-template-columns: calc(var(--spacing) * 4) 1fr;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\(--brand\) {
    background-color: var(--brand);
  }
  .bg-\[var\(--brand\)\] {
    background-color: var(--brand);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .mask-\(--check-icon\) {
    mask-image: var(--check-icon);
  }
  .mask-\[image\:var\(--check-icon\)\] {
    mask-image: var(--check-icon);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-destructive {
    color: var(--color-destructive);
  }
  .text-foreground {
    color: var(--color-foreground);
  }
  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }
  .text-success {
    color: var(--color-success);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .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));
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:gap-4 {
    :is(& > *) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .\[\&\>\*\]\:w-full {
    &>* {
      width: 100%;
    }
  }
  .\[\&\>\*\]\:gap-4 {
    &>* {
      gap: calc(var(--spacing) * 4);
    }
  }
}
:root {
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  --sidebar-width: 16rem;
  --sidebar-mobile-width: 18rem;
  --scrollbar-track: transparent;
  --scrollbar-thumb: rgba(0, 0, 0, 0.3);
  --scrollbar-width: 6px;
  --scrollbar-radius: 6px;
  --chevron-down-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.556 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
  --chevron-down-icon-50: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.556 0 0 / 0.5)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
  --check-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.556 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-icon lucide-check"><path d="M20 6 9 17l-5-5"/></svg>');
}
.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.269 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.371 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.439 0 0);
  --scrollbar-thumb: rgba(255, 255, 255, 0.3);
  --chevron-down-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.708 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
  --chevron-down-icon-50: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.708 0 0 / 0.5)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
  --check-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.708 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-icon lucide-check"><path d="M20 6 9 17l-5-5"/></svg>');
  color-scheme: dark;
}
@layer base {
  * {
    border-color: var(--color-border);
    outline-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    overscroll-behavior: none;
    background-color: var(--color-background);
    color: var(--color-foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    &::-webkit-scrollbar {
      width: var(--scrollbar-width);
    }
    &::-webkit-scrollbar-track {
      background: var(--scrollbar-track);
    }
    &::-webkit-scrollbar-thumb {
      background: var(--scrollbar-thumb);
      border-radius: var(--scrollbar-radius);
    }
  }
}
@layer components {
  .alert, .alert-destructive {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 0 1fr;
    align-items: flex-start;
    row-gap: calc(var(--spacing) * 0.5);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    &:has(>svg) {
      grid-template-columns: calc(var(--spacing) * 4) 1fr;
    }
    &:has(>svg) {
      column-gap: calc(var(--spacing) * 3);
    }
    &>svg {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    &>svg {
      --tw-translate-y: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &>svg {
      color: currentcolor;
    }
    > h2, > h3, > h4, > h5, > h6, > strong, > [data-title] {
      grid-column-start: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      min-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      --tw-tracking: var(--tracking-tight);
      letter-spacing: var(--tracking-tight);
    }
    > section {
      grid-column-start: 2;
      display: grid;
      justify-items: start;
      gap: calc(var(--spacing) * 1);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      color: var(--color-muted-foreground);
      & p {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
      }
      ul {
        list-style-position: inside;
        list-style-type: disc;
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }
  }
  .alert {
    background-color: var(--color-card);
    color: var(--color-card-foreground);
  }
  .alert-destructive {
    background-color: var(--color-card);
    color: var(--color-destructive);
    &>svg {
      color: currentcolor;
    }
    > section {
      color: var(--color-destructive);
    }
  }
}
@layer components {
  .badge, .badge-primary, .badge-secondary, .badge-destructive, .badge-outline {
    display: inline-flex;
    width: fit-content;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    &>svg {
      pointer-events: none;
    }
    &>svg {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .badge, .badge-primary {
    border-color: transparent;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    a& {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #16233a 90%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
          }
        }
      }
    }
  }
  .badge-secondary {
    border-color: transparent;
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
    a& {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #f1f3f6 90%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-secondary) 90%, transparent);
          }
        }
      }
    }
  }
  .badge-destructive {
    border-color: transparent;
    background-color: var(--color-destructive);
    color: var(--color-white);
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #c0392b 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-destructive) 60%, transparent);
      }
    }
    &:is(.dark *) {
      &:focus-visible {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    a& {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #c0392b 90%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
          }
        }
      }
    }
  }
  .badge-outline {
    color: var(--color-foreground);
    a& {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-accent);
        }
      }
    }
    a& {
      &:hover {
        @media (hover: hover) {
          color: var(--color-accent-foreground);
        }
      }
    }
  }
}
@layer components {
  .btn, .btn-primary, .btn-secondary, .btn-outline, .btn-ghost, .btn-link, .btn-destructive, .btn-sm, .btn-sm-primary, .btn-sm-secondary, .btn-sm-outline, .btn-sm-ghost, .btn-sm-link, .btn-sm-destructive, .btn-lg, .btn-lg-primary, .btn-lg-secondary, .btn-lg-outline, .btn-lg-ghost, .btn-lg-link, .btn-lg-destructive, .btn-icon, .btn-icon-primary, .btn-icon-secondary, .btn-icon-outline, .btn-icon-ghost, .btn-icon-link, .btn-icon-destructive, .btn-sm-icon, .btn-sm-icon-primary, .btn-sm-icon-secondary, .btn-sm-icon-outline, .btn-sm-icon-ghost, .btn-sm-icon-link, .btn-sm-icon-destructive, .btn-lg-icon, .btn-lg-icon-primary, .btn-lg-icon-secondary, .btn-lg-icon-outline, .btn-lg-icon-ghost, .btn-lg-icon-link, .btn-lg-icon-destructive {
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    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);
    white-space: nowrap;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    & svg {
      pointer-events: none;
    }
    & svg {
      flex-shrink: 0;
    }
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .btn, .btn-primary, .btn-secondary, .btn-outline, .btn-ghost, .btn-link, .btn-destructive {
    height: calc(var(--spacing) * 9);
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .btn-icon, .btn-icon-primary, .btn-icon-secondary, .btn-icon-outline, .btn-icon-ghost, .btn-icon-link, .btn-icon-destructive {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .btn-sm, .btn-sm-primary, .btn-sm-secondary, .btn-sm-outline, .btn-sm-ghost, .btn-sm-link, .btn-sm-destructive {
    height: calc(var(--spacing) * 8);
    gap: calc(var(--spacing) * 1.5);
    padding-inline: calc(var(--spacing) * 3);
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .btn-sm-icon, .btn-sm-icon-primary, .btn-sm-icon-secondary, .btn-sm-icon-outline, .btn-sm-icon-ghost, .btn-sm-icon-link, .btn-sm-icon-destructive {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .btn-lg, .btn-lg-primary, .btn-lg-secondary, .btn-lg-outline, .btn-lg-ghost, .btn-lg-link, .btn-lg-destructive {
    height: calc(var(--spacing) * 10);
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 6);
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .btn-lg-icon, .btn-lg-icon-primary, .btn-lg-icon-secondary, .btn-lg-icon-outline, .btn-lg-icon-ghost, .btn-lg-icon-link, .btn-lg-icon-destructive {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .btn, .btn-primary, .btn-sm, .btn-sm-primary, .btn-lg, .btn-lg-primary, .btn-icon, .btn-icon-primary, .btn-sm-icon, .btn-sm-icon-primary, .btn-lg-icon, .btn-lg-icon-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #16233a 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
        }
      }
    }
    &[aria-pressed='true'] {
      background-color: color-mix(in srgb, #16233a 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
      }
    }
  }
  .btn-secondary, .btn-sm-secondary, .btn-lg-secondary, .btn-icon-secondary, .btn-sm-icon-secondary, .btn-lg-icon-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:hover, &[aria-pressed='true'] {
      background-color: color-mix(in srgb, #f1f3f6 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
      }
    }
  }
  .btn-outline, .btn-sm-outline, .btn-lg-outline, .btn-icon-outline, .btn-sm-icon-outline, .btn-lg-icon-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: var(--color-background);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:is(.dark *) {
      border-color: var(--color-input);
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:hover, &[aria-pressed='true'] {
      background-color: var(--color-accent);
      color: var(--color-accent-foreground);
      &:is(.dark *) {
        background-color: color-mix(in srgb, #16233a 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-accent) 50%, transparent);
        }
      }
    }
  }
  .btn-ghost, .btn-sm-ghost, .btn-lg-ghost, .btn-icon-ghost, .btn-sm-icon-ghost, .btn-lg-icon-ghost {
    &:hover, &[aria-pressed='true'] {
      background-color: var(--color-accent);
      color: var(--color-accent-foreground);
      &:is(.dark *) {
        background-color: color-mix(in srgb, #16233a 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-accent) 50%, transparent);
        }
      }
    }
  }
  .btn-link, .btn-sm-link, .btn-lg-link, .btn-icon-link, .btn-sm-icon-link, .btn-lg-icon-link {
    color: var(--color-primary);
    text-underline-offset: 4px;
    &:hover, &[aria-pressed='true'] {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .btn-destructive, .btn-sm-destructive, .btn-lg-destructive, .btn-icon-destructive, .btn-sm-icon-destructive, .btn-lg-icon-destructive {
    background-color: var(--color-destructive);
    color: var(--color-white);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #c0392b 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-destructive) 60%, transparent);
      }
    }
    &:is(.dark *) {
      &:focus-visible {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    &:hover, &[aria-pressed='true'] {
      background-color: color-mix(in srgb, #c0392b 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
      }
      &:is(.dark *) {
        background-color: color-mix(in srgb, #c0392b 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-destructive) 50%, transparent);
        }
      }
    }
  }
}
@layer components {
  .button-group {
    display: inline-flex;
    width: fit-content;
    align-items: stretch;
    > *:focus-visible, > :is(.dropdown-menu, .popover, .select) > button:focus-visible {
      position: relative;
      z-index: 10;
    }
    > hr[role='separator'] {
      margin: calc(var(--spacing) * 0);
      height: auto;
      width: calc(var(--spacing) * 0);
      flex-shrink: 0;
      align-self: stretch;
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-input);
    }
    &:not([data-orientation='vertical']) {
      > *:not(:first-child), > :is(.dropdown-menu, .popover, .select):not(:first-child) > button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
      > *:not(:last-child), > :is(.dropdown-menu, .popover, .select):not(:last-child) > button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
    &[data-orientation='vertical'] {
      flex-direction: column;
      > hr[role='separator'] {
        height: 1px;
        width: auto;
      }
      > *:not(:first-child), > :is(.dropdown-menu, .popover, .select):not(:first-child) > button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
      }
      > *:not(:last-child), > :is(.dropdown-menu, .popover, .select):not(:last-child) > button {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
      }
    }
  }
}
@layer components {
  .card {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: var(--color-card);
    padding-block: calc(var(--spacing) * 6);
    color: var(--color-card-foreground);
    --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);
    > header {
      container-type: inline-size;
      container-name: card-header;
      display: grid;
      grid-auto-rows: min-content;
      grid-template-rows: auto auto;
      align-items: flex-start;
      gap: calc(var(--spacing) * 1.5);
      padding-inline: calc(var(--spacing) * 6);
      &:has(*[data-slot="card-action"]) {
        grid-template-columns: 1fr auto;
      }
      &:is(.border-b) {
        padding-bottom: calc(var(--spacing) * 6);
      }
      h2 {
        --tw-leading: 1;
        line-height: 1;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
      p {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        color: var(--color-muted-foreground);
      }
    }
    > section {
      padding-inline: calc(var(--spacing) * 6);
    }
    > footer {
      display: flex;
      align-items: center;
      padding-inline: calc(var(--spacing) * 6);
      &:is(.border-t) {
        padding-top: calc(var(--spacing) * 6);
      }
    }
  }
}
@layer components {
  :is(.form, .field) input[type='checkbox']:not([role='switch']), .input[type='checkbox']:not([role='switch']) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    appearance: none;
    border-radius: 4px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-input);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &:checked {
      border-color: var(--color-primary);
    }
    &:checked {
      background-color: var(--color-primary);
    }
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:is(.dark *) {
      &:checked {
        background-color: var(--color-primary);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    &:checked:after {
      display: block;
      width: calc(var(--spacing) * 3.5);
      height: calc(var(--spacing) * 3.5);
      background-color: var(--color-primary-foreground);
      --tw-content: '';
      content: var(--tw-content);
      mask-image: var(--check-icon);
      mask-size: 0.875rem;
      mask-position: center;
      mask-repeat: no-repeat;
    }
  }
}
@layer components {
  details {
    &::details-content {
      block-size: 0;
      display: block;
      opacity: 0%;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      transition-behavior: allow-discrete;
    }
    &[open]::details-content {
      block-size: auto;
      block-size: calc-size(auto, size);
      opacity: 100%;
    }
    summary {
      display: inline-flex;
      cursor: pointer;
      align-items: center;
    }
  }
  details > summary::-webkit-details-marker {
    display: none;
  }
}
@layer components {
  .command-dialog {
    inset-block: calc(var(--spacing) * 0);
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-behavior: allow-discrete;
    &:is([open],:popover-open) {
      opacity: 100%;
      &::backdrop {
        opacity: 100%;
      }
      > * {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
      @starting-style {
        opacity: 0%;
        &::backdrop {
          opacity: 0%;
        }
        > * {
          --tw-scale-x: 95%;
          --tw-scale-y: 95%;
          --tw-scale-z: 95%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
    &::backdrop {
      background-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
      opacity: 0%;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      transition-behavior: allow-discrete;
    }
    > * {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 50;
      display: flex;
      max-height: min(640px, calc(100% - 2rem));
      width: 100%;
      max-width: calc(100% - 2rem);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      flex-direction: column;
      overflow: hidden;
      border-radius: var(--radius-lg);
      border-style: var(--tw-border-style);
      border-width: 1px;
      background-color: var(--color-background);
      --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);
      @media (width >= 40rem) {
        max-width: var(--container-lg);
      }
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      > button, > form[method='dialog'] {
        position: absolute;
        top: calc(var(--spacing) * 4);
        right: calc(var(--spacing) * 4);
      }
      > button, > form[method='dialog'] > button {
        border-radius: var(--radius-xs);
        opacity: 70%;
        --tw-ring-offset-color: var(--color-background);
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        &:hover {
          @media (hover: hover) {
            opacity: 100%;
          }
        }
        &:focus {
          --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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 {
          --tw-ring-color: var(--color-ring);
        }
        &:focus {
          --tw-ring-offset-width: 2px;
          --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        }
        &:focus {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:disabled {
          pointer-events: none;
        }
        &[data-state="open"] {
          background-color: var(--color-accent);
        }
        &[data-state="open"] {
          color: var(--color-muted-foreground);
        }
        & svg {
          pointer-events: none;
        }
        & svg {
          flex-shrink: 0;
        }
        & svg:not([class*='size-']) {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
      }
    }
    .command {
      > header input {
        height: calc(var(--spacing) * 12);
      }
      [role='menu'] {
        padding-inline: calc(var(--spacing) * 2);
        [role='menuitem'] {
          padding-inline: calc(var(--spacing) * 2);
          padding-block: calc(var(--spacing) * 3);
          & svg {
            width: calc(var(--spacing) * 5);
            height: calc(var(--spacing) * 5);
          }
        }
        [role='heading'] {
          padding-inline: calc(var(--spacing) * 2);
          padding-block: calc(var(--spacing) * 1.5);
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          color: var(--color-muted-foreground);
        }
      }
    }
  }
  .command {
    > header {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 2);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      padding-inline: calc(var(--spacing) * 3);
      svg {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
        flex-shrink: 0;
        opacity: 50%;
      }
      input {
        display: flex;
        height: calc(var(--spacing) * 10);
        width: 100%;
        border-radius: var(--radius-md);
        background-color: transparent;
        padding-block: calc(var(--spacing) * 3);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        &::placeholder {
          color: var(--color-muted-foreground);
        }
        &:disabled {
          cursor: not-allowed;
        }
        &:disabled {
          opacity: 50%;
        }
      }
    }
    [role='menu'] {
      max-height: calc(var(--spacing) * 75);
      overflow-x: hidden;
      overflow-y: auto;
      padding: calc(var(--spacing) * 1);
      [role='menuitem'] {
        position: relative;
        display: flex;
        width: 100%;
        cursor: default;
        align-items: center;
        gap: calc(var(--spacing) * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--radius-sm);
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1.5);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        -webkit-user-select: none;
        user-select: none;
        &:disabled {
          pointer-events: none;
        }
        &:disabled {
          opacity: 50%;
        }
        &[aria-disabled="true"] {
          pointer-events: none;
        }
        &[aria-disabled="true"] {
          opacity: 50%;
        }
        &[aria-hidden="true"] {
          display: none;
        }
        & svg {
          pointer-events: none;
        }
        & svg {
          flex-shrink: 0;
        }
        & svg:not([class*='size-']) {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
        & svg:not([class*='text-']) {
          color: var(--color-muted-foreground);
        }
        &.active {
          background-color: var(--color-accent);
          color: var(--color-accent-foreground);
        }
      }
      [role='heading'] {
        display: flex;
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1.5);
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        color: var(--color-muted-foreground);
      }
      [role='group']:not(:has([role='menuitem']:not([aria-hidden='true']))) {
        display: none;
      }
      [role='separator'] {
        margin-inline: calc(var(--spacing) * -1);
        margin-block: calc(var(--spacing) * 1);
        border-color: var(--color-border);
      }
      &:not(:has([role='menuitem']:not([aria-hidden='true'])))::before {
        margin: calc(var(--spacing) * -1);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-inline: calc(var(--spacing) * 3);
        padding-block: calc(var(--spacing) * 6);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
      &[data-empty]:not(:has([role='menuitem']:not([aria-hidden='true'])))::before {
        --tw-content: attr(data-empty);
        content: var(--tw-content);
      }
      &:not([data-empty]):not(:has([role='menuitem']:not([aria-hidden='true'])))::before {
        --tw-content: 'No results found';
        content: var(--tw-content);
      }
    }
    &:not([data-command-initialized]) [role='menuitem'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-accent);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-accent-foreground);
        }
      }
    }
    &:has(> header input:not(:placeholder-shown)) [role='separator'] {
      display: none;
    }
  }
}
@layer components {
  .dialog {
    inset-block: calc(var(--spacing) * 0);
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-behavior: allow-discrete;
    &:is([open],:popover-open) {
      opacity: 100%;
      &::backdrop {
        opacity: 100%;
      }
      > * {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
      @starting-style {
        opacity: 0%;
        &::backdrop {
          opacity: 0%;
        }
        > * {
          --tw-scale-x: 95%;
          --tw-scale-y: 95%;
          --tw-scale-z: 95%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
    &::backdrop {
      background-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
      opacity: 0%;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      transition-behavior: allow-discrete;
    }
    > * {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 50;
      display: flex;
      max-height: calc(100% - 2rem);
      width: 100%;
      max-width: calc(100% - 2rem);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      flex-direction: column;
      gap: calc(var(--spacing) * 4);
      border-radius: var(--radius-lg);
      border-style: var(--tw-border-style);
      border-width: 1px;
      background-color: var(--color-background);
      padding: calc(var(--spacing) * 6);
      --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);
      @media (width >= 40rem) {
        max-width: var(--container-lg);
      }
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      > header {
        display: flex;
        flex-direction: column;
        gap: calc(var(--spacing) * 2);
        text-align: center;
        @media (width >= 40rem) {
          text-align: left;
        }
        > h2 {
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
          --tw-leading: 1;
          line-height: 1;
          --tw-font-weight: var(--font-weight-semibold);
          font-weight: var(--font-weight-semibold);
        }
        > p {
          font-size: var(--text-sm);
          line-height: var(--tw-leading, var(--text-sm--line-height));
          color: var(--color-muted-foreground);
        }
      }
      > section {
        margin-inline: calc(var(--spacing) * -6);
        flex: 1;
        padding-inline: calc(var(--spacing) * 6);
      }
      > footer {
        display: flex;
        flex-direction: column-reverse;
        gap: calc(var(--spacing) * 2);
        @media (width >= 40rem) {
          flex-direction: row;
        }
        @media (width >= 40rem) {
          justify-content: flex-end;
        }
      }
      > button, > form[method='dialog'] {
        position: absolute;
        top: calc(var(--spacing) * 4);
        right: calc(var(--spacing) * 4);
      }
      > button, > form[method='dialog'] > button {
        border-radius: var(--radius-xs);
        opacity: 70%;
        --tw-ring-offset-color: var(--color-background);
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        &:hover {
          @media (hover: hover) {
            opacity: 100%;
          }
        }
        &:focus {
          --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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 {
          --tw-ring-color: var(--color-ring);
        }
        &:focus {
          --tw-ring-offset-width: 2px;
          --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        }
        &:focus {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
        &:disabled {
          pointer-events: none;
        }
        &[data-state="open"] {
          background-color: var(--color-accent);
        }
        &[data-state="open"] {
          color: var(--color-muted-foreground);
        }
        & svg {
          pointer-events: none;
        }
        & svg {
          flex-shrink: 0;
        }
        & svg:not([class*='size-']) {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
      }
    }
  }
}
@layer components {
  .dropdown-menu {
    position: relative;
    display: inline-flex;
    [data-popover] {
      padding: calc(var(--spacing) * 1);
      min-width: anchor-size(width);
      [role='menuitem'], [role='menuitemcheckbox'], [role='menuitemradio'] {
        position: relative;
        display: flex;
        width: 100%;
        cursor: default;
        align-items: center;
        gap: calc(var(--spacing) * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--radius-sm);
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1.5);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        -webkit-user-select: none;
        user-select: none;
        &:disabled {
          pointer-events: none;
        }
        &:disabled {
          opacity: 50%;
        }
        &[aria-disabled="true"] {
          pointer-events: none;
        }
        &[aria-disabled="true"] {
          opacity: 50%;
        }
        &[aria-hidden="true"] {
          display: none;
        }
        & svg {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
        & svg {
          flex-shrink: 0;
        }
        & svg {
          color: var(--color-muted-foreground);
        }
        &:not([aria-disabled='true']) {
          &:focus-visible {
            background-color: var(--color-accent);
          }
          &:focus-visible {
            color: var(--color-accent-foreground);
          }
        }
        &.active {
          background-color: var(--color-accent);
          color: var(--color-accent-foreground);
        }
      }
      [role='menu'] [role='heading'] {
        display: flex;
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1.5);
        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);
      }
      [role='separator'] {
        margin-inline: calc(var(--spacing) * -1);
        margin-block: calc(var(--spacing) * 1);
        border-color: var(--color-border);
      }
    }
    &:not([data-dropdown-menu-initialized]) [data-popover] {
      [role='menuitem'], [role='menuitemcheckbox'], [role='menuitemradio'] {
        &:hover {
          @media (hover: hover) {
            background-color: var(--color-accent);
          }
        }
        &:hover {
          @media (hover: hover) {
            color: var(--color-accent-foreground);
          }
        }
      }
    }
  }
}
@layer components {
  .fieldset {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
    > legend {
      margin-bottom: calc(var(--spacing) * 3);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .field {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    :is(& > *) {
      width: 100%;
    }
    &[data-invalid="true"] {
      color: var(--color-destructive);
    }
    &>.sr-only {
      width: auto;
    }
    h2, h3 {
      display: flex;
      width: fit-content;
      align-items: center;
      gap: calc(var(--spacing) * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    [role="alert"] {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      color: var(--color-destructive);
      ul {
        margin-left: calc(var(--spacing) * 4);
        display: flex;
        list-style-type: disc;
        flex-direction: column;
        gap: calc(var(--spacing) * 1);
      }
    }
    section {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: calc(var(--spacing) * 1.5);
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }
    &[data-orientation='horizontal'] {
      flex-direction: row;
      align-items: center;
      &:has(>section) {
        align-items: flex-start;
      }
      & p {
        text-wrap: balance;
      }
      &:has(>section) {
        &>[type=checkbox],[type=radio] {
          margin-top: 1px;
        }
      }
      &>label {
        flex: auto;
      }
    }
  }
  .fieldset legend + p, .field > p, .field section > p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-muted-foreground);
    &>a {
      text-decoration-line: underline;
    }
    &>a {
      text-underline-offset: 4px;
    }
    &>a:hover {
      color: var(--color-primary);
    }
  }
  .fieldset legend + p {
    margin-top: calc(var(--spacing) * -1.5);
  }
  .field > p {
    &:last-child {
      margin-top: calc(var(--spacing) * 0);
    }
    &:nth-last-child(2) {
      margin-top: calc(var(--spacing) * -1);
    }
  }
}
@layer components {
  :is(.form, .field) input[type='text']:not(:is(.select [data-popover] > header input[role='combobox'], .command > header input, .dialog > * > header input)), :is(.form, .field) input[type='email'], :is(.form, .field) input[type='password'], :is(.form, .field) input[type='number'], :is(.form, .field) input[type='file'], :is(.form, .field) input[type='tel'], :is(.form, .field) input[type='url'], :is(.form, .field) input[type='search']:not(:is(.select [data-popover] > header input[role='combobox'], .command > header input, .dialog > * > header input)), :is(.form, .field) input[type='date'], :is(.form, .field) input[type='datetime-local'], :is(.form, .field) input[type='month'], :is(.form, .field) input[type='week'], :is(.form, .field) input[type='time'], .input[type='text'], .input[type='email'], .input[type='password'], .input[type='number'], .input[type='file'], .input[type='tel'], .input[type='url'], .input[type='search'], .input[type='date'], .input[type='datetime-local'], .input[type='month'], .input[type='week'], .input[type='time'] {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: 100%;
    min-width: calc(var(--spacing) * 0);
    appearance: none;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-input);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    & *::selection {
      background-color: var(--color-primary);
    }
    &::selection {
      background-color: var(--color-primary);
    }
    & *::selection {
      color: var(--color-primary-foreground);
    }
    &::selection {
      color: var(--color-primary-foreground);
    }
    &::file-selector-button {
      display: inline-flex;
    }
    &::file-selector-button {
      height: calc(var(--spacing) * 7);
    }
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    &::file-selector-button {
      background-color: transparent;
    }
    &::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    &::file-selector-button {
      color: var(--color-foreground);
    }
    &::placeholder {
      color: var(--color-muted-foreground);
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
  }
}
@layer components {
  .kbd {
    pointer-events: none;
    display: inline-flex;
    height: calc(var(--spacing) * 5);
    width: fit-content;
    min-width: calc(var(--spacing) * 5);
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-sm);
    background-color: var(--color-muted);
    padding-inline: calc(var(--spacing) * 1);
    font-family: var(--font-sans);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-muted-foreground);
    -webkit-user-select: none;
    user-select: none;
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
}
@layer components {
  :is(.form, .field) label, .label {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    -webkit-user-select: none;
    user-select: none;
    &:is(:where(.peer):disabled ~ *) {
      pointer-events: none;
    }
    &:is(:where(.peer):disabled ~ *) {
      opacity: 50%;
    }
    &:has(>*:disabled), &:has(+*:disabled) {
      pointer-events: none;
      opacity: 50%;
    }
  }
}
@layer components {
  [data-popover] {
    visibility: visible;
    position: absolute;
    z-index: 50;
    width: max-content;
    min-width: 100%;
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: var(--color-popover);
    color: var(--color-popover-foreground);
    opacity: 100%;
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &[aria-hidden='true'] {
      visibility: hidden;
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 0%;
      &:not([data-side]), &[data-side='bottom'] {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &[data-side='top'] {
        --tw-translate-y: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &[data-side='left'] {
        --tw-translate-x: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &[data-side='right'] {
        --tw-translate-x: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:not([data-side]), &[data-side='bottom'] {
      top: 100%;
      margin-top: calc(var(--spacing) * 1);
    }
    &[data-side='top'] {
      bottom: 100%;
      margin-bottom: calc(var(--spacing) * 1);
    }
    &[data-side='left'] {
      right: 100%;
      margin-right: calc(var(--spacing) * 1);
    }
    &[data-side='right'] {
      left: 100%;
      margin-left: calc(var(--spacing) * 1);
    }
    &:not([data-side]), &[data-side='bottom'], &[data-side='top'] {
      &:not([data-align]), &[data-align='start'] {
        left: calc(var(--spacing) * 0);
      }
      &[data-align='end'] {
        right: calc(var(--spacing) * 0);
      }
      &[data-align='center'] {
        left: calc(1 / 2 * 100%);
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &[data-side='left'], &[data-side='right'] {
      &:not([data-align]), &[data-align='start'] {
        top: calc(var(--spacing) * 0);
      }
      &[data-align='end'] {
        bottom: calc(var(--spacing) * 0);
      }
      &[data-align='center'] {
        top: calc(1 / 2 * 100%);
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .popover {
    position: relative;
    display: inline-flex;
    [data-popover] {
      padding: calc(var(--spacing) * 4);
    }
  }
}
@layer components {
  :is(.form, .field) input[type='radio'], .input[type='radio'] {
    position: relative;
    aspect-ratio: 1 / 1;
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    appearance: none;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-input);
    color: var(--color-primary);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    &:checked:before {
      position: absolute;
      top: calc(1 / 2 * 100%);
      left: calc(1 / 2 * 100%);
      width: calc(var(--spacing) * 2);
      height: calc(var(--spacing) * 2);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      border-radius: calc(infinity * 1px);
      background-color: var(--color-primary);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}
@layer components {
  :is(.form, .field) input[type='range'], .input[type='range'] {
    display: flex;
    appearance: none;
    align-items: center;
    padding: calc(var(--spacing) * 0);
    --tw-outline-style: none;
    outline-style: none;
    --slider-value: 20%;
    &:hover, &:focus-visible {
      &::-webkit-slider-thumb {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &::-moz-range-thumb {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &::-ms-thumb {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    &::-webkit-slider-thumb {
      margin-top: calc(var(--spacing) * -1.25);
      display: block;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      flex-shrink: 0;
      appearance: none;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-primary);
      background-color: var(--color-background);
      --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);
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &::-webkit-slider-runnable-track {
      height: calc(var(--spacing) * 1.5);
      width: 100%;
      appearance: none;
      border-radius: calc(infinity * 1px);
      background: linear-gradient(to right, var(--primary) var(--slider-value), var(--muted) var(--slider-value));
    }
    &::-moz-range-thumb {
      margin-top: calc(var(--spacing) * -1.25);
      display: block;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      flex-shrink: 0;
      appearance: none;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-primary);
      background-color: var(--color-background);
      --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);
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &::-moz-range-track {
      height: calc(var(--spacing) * 1.5);
      width: 100%;
      appearance: none;
      border-radius: calc(infinity * 1px);
      background: linear-gradient(to right, var(--primary) var(--slider-value), var(--muted) var(--slider-value));
    }
    &::-ms-thumb {
      margin-top: calc(var(--spacing) * -1.25);
      display: block;
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      flex-shrink: 0;
      appearance: none;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-primary);
      background-color: var(--color-background);
      --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);
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &::-ms-track {
      height: calc(var(--spacing) * 1.5);
      width: 100%;
      appearance: none;
      border-radius: calc(infinity * 1px);
    }
    &::-ms-fill-lower {
      border-radius: calc(infinity * 1px);
      background-color: var(--color-primary);
    }
    &::-ms-fill-upper {
      border-radius: calc(infinity * 1px);
      background-color: var(--color-muted);
    }
  }
}
@layer components {
  :is(.form, .field) select, select.select {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: fit-content;
    appearance: none;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-input);
    background-color: transparent;
    padding-block: calc(var(--spacing) * 2);
    padding-right: calc(var(--spacing) * 9);
    padding-left: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    white-space: nowrap;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #e6e8ec 50%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-input) 50%, transparent);
          }
        }
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
    background-image: var(--chevron-down-icon-50);
    background-size: 1rem;
    background-position: center right 0.75rem;
    background-repeat: no-repeat;
    option, optgroup {
      background-color: var(--color-popover);
      color: var(--color-popover-foreground);
    }
  }
  *:not(select).select {
    position: relative;
    display: inline-flex;
    & > button {
      justify-content: space-between;
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      &[aria-invalid='true'] {
        border-color: var(--color-destructive);
        --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
        }
        &:is(.dark *) {
          --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
          }
        }
      }
    }
    [data-popover] {
      padding: calc(var(--spacing) * 1);
      [role='option'] {
        position: relative;
        display: flex;
        width: 100%;
        cursor: default;
        align-items: center;
        gap: calc(var(--spacing) * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--radius-sm);
        padding-block: calc(var(--spacing) * 1.5);
        padding-right: calc(var(--spacing) * 7.5);
        padding-left: calc(var(--spacing) * 2);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        -webkit-user-select: none;
        user-select: none;
        &:disabled {
          pointer-events: none;
        }
        &:disabled {
          opacity: 50%;
        }
        &[aria-disabled="true"] {
          pointer-events: none;
        }
        &[aria-disabled="true"] {
          opacity: 50%;
        }
        &[aria-hidden="true"] {
          display: none;
        }
        & svg {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
        & svg {
          flex-shrink: 0;
        }
        & svg {
          color: var(--color-muted-foreground);
        }
        &[aria-selected='true'] {
          background-image: var(--check-icon);
          background-size: 0.875rem;
          background-position: center right 0.5rem;
          background-repeat: no-repeat;
        }
        &.active, &:focus-visible {
          background-color: var(--color-accent);
          color: var(--color-accent-foreground);
        }
      }
      [role='listbox'] [role='heading'] {
        display: flex;
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1.5);
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
        color: var(--color-muted-foreground);
      }
      [role='listbox'] [role='group']:not(:has([role='option']:not([aria-hidden='true']))) {
        display: none;
      }
      [role='separator'] {
        margin-inline: calc(var(--spacing) * -1);
        margin-block: calc(var(--spacing) * 1);
        border-color: var(--color-border);
      }
      > header {
        margin-inline: calc(var(--spacing) * -1);
        margin-top: calc(var(--spacing) * -1);
        margin-bottom: calc(var(--spacing) * 1);
        display: flex;
        height: calc(var(--spacing) * 9);
        align-items: center;
        gap: calc(var(--spacing) * 2);
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        padding-inline: calc(var(--spacing) * 3);
        svg {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
          flex-shrink: 0;
          opacity: 50%;
        }
        input[role='combobox'] {
          display: flex;
          height: calc(var(--spacing) * 10);
          width: 100%;
          min-width: calc(var(--spacing) * 0);
          flex: 1;
          border-radius: var(--radius-md);
          background-color: transparent;
          padding-block: calc(var(--spacing) * 3);
          font-size: var(--text-sm);
          line-height: var(--tw-leading, var(--text-sm--line-height));
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
          &::placeholder {
            color: var(--color-muted-foreground);
          }
          &:disabled {
            cursor: not-allowed;
          }
          &:disabled {
            opacity: 50%;
          }
        }
      }
      [role='listbox']:not(:has([data-value]:not([aria-hidden='true'])))::before {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: calc(var(--spacing) * 6);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
      [role='listbox'][data-empty]:not(:has([data-value]:not([aria-hidden='true'])))::before {
        --tw-content: attr(data-empty);
        content: var(--tw-content);
      }
      [role='listbox']:not([data-empty]):not(:has([data-value]:not([aria-hidden='true'])))::before {
        --tw-content: 'No results found';
        content: var(--tw-content);
      }
    }
    [data-popover]:has(> header input:not(:placeholder-shown)) [role='separator'] {
      display: none;
    }
    &:not([data-select-initialized]) [data-popover] [role='option'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-accent);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-accent-foreground);
        }
      }
    }
  }
}
@layer components {
  .sidebar {
    &:not([data-sidebar-initialized]) {
      @media (width < 48rem) {
        display: none;
      }
    }
    &:not([aria-hidden]), &[aria-hidden=false] {
      @media (width < 48rem) {
        position: fixed;
      }
      @media (width < 48rem) {
        inset: calc(var(--spacing) * 0);
      }
      @media (width < 48rem) {
        z-index: 40;
      }
      @media (width < 48rem) {
        background-color: color-mix(in srgb, #000 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
      }
    }
    nav {
      position: fixed;
      inset-block: calc(var(--spacing) * 0);
      z-index: 50;
      display: flex;
      width: var(--sidebar-mobile-width);
      flex-direction: column;
      background-color: var(--color-sidebar);
      color: var(--color-sidebar-foreground);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      @media (width >= 48rem) {
        width: var(--sidebar-width);
      }
    }
    & + * {
      transition-property: margin;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:not([data-side]), &[data-side=left] {
      nav {
        left: calc(var(--spacing) * 0);
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
      & + * {
        position: relative;
        @media (width >= 48rem) {
          margin-left: var(--sidebar-width);
        }
      }
      &[aria-hidden=true] {
        nav {
          --tw-translate-x: -100%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        & + * {
          @media (width >= 48rem) {
            margin-left: calc(var(--spacing) * 0);
          }
        }
      }
    }
    &[data-side=right] {
      nav {
        right: calc(var(--spacing) * 0);
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
      & + * {
        position: relative;
        @media (width >= 48rem) {
          margin-right: var(--sidebar-width);
        }
      }
      &[aria-hidden=true] {
        nav {
          --tw-translate-x: 100%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        & + * {
          @media (width >= 48rem) {
            margin-right: calc(var(--spacing) * 0);
          }
        }
      }
    }
    nav {
      > header, > footer {
        display: flex;
        flex-direction: column;
        gap: calc(var(--spacing) * 2);
        padding: calc(var(--spacing) * 2);
      }
      [role=separator] {
        margin-inline: calc(var(--spacing) * 2);
        width: auto;
        border-color: var(--color-sidebar-border);
      }
      > section {
        display: flex;
        min-height: calc(var(--spacing) * 0);
        flex: 1;
        flex-direction: column;
        gap: calc(var(--spacing) * 2);
        overflow-y: auto;
        > [role=group] {
          position: relative;
          display: flex;
          width: 100%;
          min-width: calc(var(--spacing) * 0);
          flex-direction: column;
          padding: calc(var(--spacing) * 2);
        }
        h3 {
          display: flex;
          height: calc(var(--spacing) * 8);
          flex-shrink: 0;
          align-items: center;
          border-radius: var(--radius-md);
          padding-inline: calc(var(--spacing) * 2);
          font-size: var(--text-xs);
          line-height: var(--tw-leading, var(--text-xs--line-height));
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          color: var(--color-sidebar-foreground);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-sidebar-foreground) 70%, transparent);
          }
          --tw-ring-color: var(--color-sidebar-ring);
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
          transition-property: margin,opacity;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
          --tw-duration: 200ms;
          transition-duration: 200ms;
          --tw-ease: linear;
          transition-timing-function: linear;
          &:focus-visible {
            --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
          }
          &>svg {
            width: calc(var(--spacing) * 4);
            height: calc(var(--spacing) * 4);
          }
          &>svg {
            flex-shrink: 0;
          }
        }
        ul {
          display: flex;
          width: 100%;
          min-width: calc(var(--spacing) * 0);
          flex-direction: column;
          gap: calc(var(--spacing) * 1);
          li {
            position: relative;
            > a, > details > summary {
              display: flex;
              width: 100%;
              align-items: center;
              gap: calc(var(--spacing) * 2);
              overflow: hidden;
              border-radius: var(--radius-md);
              padding: calc(var(--spacing) * 2);
              text-align: left;
              font-size: var(--text-sm);
              line-height: var(--tw-leading, var(--text-sm--line-height));
              --tw-ring-color: var(--color-sidebar-ring);
              --tw-outline-style: none;
              outline-style: none;
              @media (forced-colors: active) {
                outline: 2px solid transparent;
                outline-offset: 2px;
              }
              transition-property: width,height,padding;
              transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
              transition-duration: var(--tw-duration, var(--default-transition-duration));
              &:hover {
                @media (hover: hover) {
                  background-color: var(--color-sidebar-accent);
                }
              }
              &:hover {
                @media (hover: hover) {
                  color: var(--color-sidebar-accent-foreground);
                }
              }
              &:focus-visible {
                --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
              }
              &:active {
                background-color: var(--color-sidebar-accent);
              }
              &:active {
                color: var(--color-sidebar-accent-foreground);
              }
              &:disabled {
                pointer-events: none;
              }
              &:disabled {
                opacity: 50%;
              }
              &[aria-disabled="true"] {
                pointer-events: none;
              }
              &[aria-disabled="true"] {
                opacity: 50%;
              }
              &[aria-current="page"] {
                background-color: var(--color-sidebar-accent);
              }
              &[aria-current="page"] {
                --tw-font-weight: var(--font-weight-medium);
                font-weight: var(--font-weight-medium);
              }
              &[aria-current="page"] {
                color: var(--color-sidebar-accent-foreground);
              }
              &>span:last-child {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
              }
              &>svg {
                width: calc(var(--spacing) * 4);
                height: calc(var(--spacing) * 4);
              }
              &>svg {
                flex-shrink: 0;
              }
              &:not([data-variant]), &[data-variant=default] {
                &:hover {
                  @media (hover: hover) {
                    background-color: var(--color-sidebar-accent);
                  }
                }
                &:hover {
                  @media (hover: hover) {
                    color: var(--color-sidebar-accent-foreground);
                  }
                }
              }
              &[data-variant=outline] {
                background-color: var(--color-background);
                --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
                box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
                &:hover {
                  @media (hover: hover) {
                    background-color: var(--color-sidebar-accent);
                  }
                }
                &:hover {
                  @media (hover: hover) {
                    color: var(--color-sidebar-accent-foreground);
                  }
                }
                &:hover {
                  @media (hover: hover) {
                    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
                    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
                  }
                }
              }
              &:not([data-size]), &[data-size=default] {
                height: calc(var(--spacing) * 8);
                font-size: var(--text-sm);
                line-height: var(--tw-leading, var(--text-sm--line-height));
              }
              &[data-size=sm] {
                height: calc(var(--spacing) * 7);
                font-size: var(--text-xs);
                line-height: var(--tw-leading, var(--text-xs--line-height));
              }
              &[data-size=lg] {
                height: calc(var(--spacing) * 12);
                font-size: var(--text-sm);
                line-height: var(--tw-leading, var(--text-sm--line-height));
                &:is(:where(.group)[data-collapsible="icon"] *) {
                  padding: calc(var(--spacing) * 0) !important;
                }
              }
            }
            > details {
              &:not([open]) {
                > summary {
                  &::after {
                    rotate: calc(90deg * -1);
                  }
                }
              }
              > summary {
                &::after {
                  margin-left: auto;
                  display: block;
                  width: calc(var(--spacing) * 3.5);
                  height: calc(var(--spacing) * 3.5);
                  background-color: var(--color-primary);
                  transition-property: transform, translate, scale, rotate;
                  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
                  transition-duration: var(--tw-duration, var(--default-transition-duration));
                  --tw-ease: linear;
                  transition-timing-function: linear;
                  --tw-content: '';
                  content: var(--tw-content);
                  mask-image: var(--chevron-down-icon);
                  mask-size: 1rem;
                  mask-position: center;
                  mask-repeat: no-repeat;
                }
              }
              &::details-content {
                padding-inline: calc(var(--spacing) * 3.5);
              }
            }
          }
          ul {
            display: flex;
            width: 100%;
            min-width: calc(var(--spacing) * 0);
            --tw-translate-x: 1px;
            translate: var(--tw-translate-x) var(--tw-translate-y);
            flex-direction: column;
            gap: calc(var(--spacing) * 1);
            border-left-style: var(--tw-border-style);
            border-left-width: 1px;
            border-color: var(--color-sidebar-border);
            padding-inline: calc(var(--spacing) * 2.5);
            padding-block: calc(var(--spacing) * 0.5);
          }
        }
      }
    }
  }
}
@layer components {
  :is(.form, .field) input[type='checkbox'][role='switch'], .input[type='checkbox'][role='switch'] {
    display: inline-flex;
    height: 1.15rem;
    width: calc(var(--spacing) * 8);
    flex-shrink: 0;
    appearance: none;
    align-items: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    background-color: var(--color-input);
    &:checked {
      background-color: var(--color-primary);
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 80%, transparent);
      }
    }
    &:is(.dark *) {
      &:checked {
        background-color: var(--color-primary);
      }
    }
    &::before {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
    &::before {
      content: var(--tw-content);
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
    &::before {
      content: var(--tw-content);
      background-color: var(--color-background);
    }
    &:is(.dark *) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-foreground);
      }
    }
    &:checked {
      &::before {
        content: var(--tw-content);
        margin-inline-start: calc(var(--spacing) * 3.5);
      }
    }
    &:is(.dark *) {
      &:checked {
        &::before {
          content: var(--tw-content);
          background-color: var(--color-primary-foreground);
        }
      }
    }
  }
}
@layer components {
  .table {
    width: 100%;
    caption-side: bottom;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    thead {
      & tr {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
    tbody {
      & tr:last-child {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
    tfoot {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
      background-color: color-mix(in srgb, #9aa3af 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
      }
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      &>tr {
        &:last-child {
          border-bottom-style: var(--tw-border-style);
          border-bottom-width: 0px;
        }
      }
    }
    tr {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #9aa3af 50%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
          }
        }
      }
    }
    th {
      height: calc(var(--spacing) * 10);
      padding-inline: calc(var(--spacing) * 2);
      text-align: left;
      vertical-align: middle;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      white-space: nowrap;
      color: var(--color-foreground);
      &:has(*:is([role=checkbox])) {
        padding-right: calc(var(--spacing) * 0);
      }
      :is(& > *) {
        &:is([role=checkbox]) {
          --tw-translate-y: calc(var(--spacing) * 0.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
    td {
      padding: calc(var(--spacing) * 2);
      vertical-align: middle;
      white-space: nowrap;
      &:has(*:is([role=checkbox])) {
        padding-right: calc(var(--spacing) * 0);
      }
      :is(& > *) {
        &:is([role=checkbox]) {
          --tw-translate-y: calc(var(--spacing) * 0.5);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
    caption {
      margin-top: calc(var(--spacing) * 4);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      color: var(--color-muted-foreground);
    }
  }
}
@layer components {
  .tabs {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    [role='tablist'] {
      display: inline-flex;
      height: calc(var(--spacing) * 9);
      width: fit-content;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-lg);
      background-color: var(--color-muted);
      padding: calc(var(--spacing) * 0.75);
      color: var(--color-muted-foreground);
      [role='tab'] {
        display: inline-flex;
        height: calc(100% - 1px);
        flex: 1;
        align-items: center;
        justify-content: center;
        gap: calc(var(--spacing) * 1.5);
        border-radius: var(--radius-md);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: transparent;
        padding-inline: calc(var(--spacing) * 2);
        padding-block: calc(var(--spacing) * 1);
        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);
        white-space: nowrap;
        color: var(--color-foreground);
        transition-property: color,box-shadow;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        &:focus-visible {
          border-color: var(--color-ring);
        }
        &:focus-visible {
          --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-visible {
          --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
          }
        }
        &:focus-visible {
          outline-style: var(--tw-outline-style);
          outline-width: 1px;
        }
        &:focus-visible {
          outline-color: var(--color-ring);
        }
        &:disabled {
          pointer-events: none;
        }
        &:disabled {
          opacity: 50%;
        }
        &:is(.dark *) {
          color: var(--color-muted-foreground);
        }
        & svg {
          pointer-events: none;
        }
        & svg {
          flex-shrink: 0;
        }
        & svg:not([class*='size-']) {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
        &[aria-selected='true'] {
          background-color: var(--color-background);
          --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);
          &:is(.dark *) {
            border-color: var(--color-input);
          }
          &:is(.dark *) {
            background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
            }
          }
          &:is(.dark *) {
            color: var(--color-foreground);
          }
        }
      }
    }
    [role='tabpanel'] {
      flex: 1;
      --tw-outline-style: none;
      outline-style: none;
    }
  }
}
@layer components {
  :is(.form, .field) textarea, .textarea {
    display: flex;
    field-sizing: content;
    min-height: calc(var(--spacing) * 16);
    width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-input);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: var(--color-muted-foreground);
    }
    &:focus-visible {
      border-color: var(--color-ring);
    }
    &:focus-visible {
      --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-visible {
      --tw-ring-color: color-mix(in srgb, rgba(15, 27, 45, 0.16) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
      }
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 50%;
    }
    &[aria-invalid="true"] {
      border-color: var(--color-destructive);
    }
    &[aria-invalid="true"] {
      --tw-ring-color: color-mix(in srgb, #c0392b 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
      }
    }
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &:is(.dark *) {
      background-color: color-mix(in srgb, #e6e8ec 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-input) 30%, transparent);
      }
    }
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: color-mix(in srgb, #c0392b 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
        }
      }
    }
  }
}
@layer components {
  .toaster {
    pointer-events: none;
    position: fixed;
    bottom: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 90);
    }
    &:not([data-align]), &[data-align='end'] {
      right: calc(var(--spacing) * 0);
    }
    &[data-align='start'] {
      left: calc(var(--spacing) * 0);
    }
    &[data-align='center'] {
      left: calc(1 / 2 * 100%);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .toast {
      pointer-events: auto;
      margin-top: calc(var(--spacing) * 4);
      display: grid;
      width: 100%;
      animation: toast-up 0.3s ease-in-out;
      grid-template-rows: 1fr;
      transition-property: grid-template-rows,opacity,margin;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      .toast-content {
        display: flex;
        align-items: center;
        gap: calc(var(--spacing) * 2.5);
        overflow: hidden;
        border-radius: var(--radius-lg);
        border-style: var(--tw-border-style);
        border-width: 1px;
        background-color: var(--color-popover);
        padding: calc(var(--spacing) * 3);
        font-size: 13px;
        color: var(--color-popover-foreground);
        --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);
        svg {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
          flex-shrink: 0;
        }
        section {
          h2 {
            --tw-font-weight: var(--font-weight-medium);
            font-weight: var(--font-weight-medium);
            --tw-tracking: var(--tracking-tight);
            letter-spacing: var(--tracking-tight);
          }
          p {
            word-break: break-all;
            color: var(--color-muted-foreground);
          }
        }
        footer {
          margin-left: auto;
          display: flex;
          flex-direction: column;
          gap: calc(var(--spacing) * 2);
          [data-toast-action], [data-toast-cancel] {
            height: calc(var(--spacing) * 6);
            padding-inline: calc(var(--spacing) * 2.5);
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height));
          }
        }
      }
      &[aria-hidden='true'] {
        margin: calc(var(--spacing) * 0);
        grid-template-rows: 0fr;
        overflow: hidden;
        border-style: var(--tw-border-style);
        border-width: 0px;
        padding: calc(var(--spacing) * 0);
        opacity: 0%;
        .toast-content {
          border-style: var(--tw-border-style);
          border-width: 0px;
        }
      }
    }
  }
}
@keyframes toast-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
}
@layer components {
  [data-tooltip] {
    position: relative;
    &:before {
      pointer-events: none;
      visibility: hidden;
      position: absolute;
      z-index: 60;
      width: fit-content;
      max-width: var(--container-xs);
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border-radius: var(--radius-md);
      background-color: var(--color-foreground);
      padding-inline: calc(var(--spacing) * 3);
      padding-block: calc(var(--spacing) * 1.5);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      color: var(--color-background);
      opacity: 0%;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-content: attr(data-tooltip);
      content: var(--tw-content);
    }
    &:hover:before {
      visibility: visible;
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
    }
    &:focus-visible:not(:hover):before {
      display: none;
    }
    &:not([data-side]), &[data-side='top'] {
      &::before {
        content: var(--tw-content);
        bottom: 100%;
      }
      &::before {
        content: var(--tw-content);
        margin-bottom: calc(var(--spacing) * 1.5);
      }
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            --tw-translate-y: calc(var(--spacing) * 0);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
    &[data-side='bottom'] {
      &::before {
        content: var(--tw-content);
        top: 100%;
      }
      &::before {
        content: var(--tw-content);
        margin-top: calc(var(--spacing) * 1.5);
      }
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            --tw-translate-y: calc(var(--spacing) * 0);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
    &:not([data-side]), &[data-side='top'], &[data-side='bottom'] {
      &[data-align='start'] {
        &::before {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
      &[data-align='end'] {
        &::before {
          content: var(--tw-content);
          right: calc(var(--spacing) * 0);
        }
      }
      &:not([data-align]), &[data-align='center'] {
        &::before {
          content: var(--tw-content);
          left: calc(1 / 2 * 100%);
        }
        &::before {
          content: var(--tw-content);
          --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
    &[data-side='left'] {
      &::before {
        content: var(--tw-content);
        right: 100%;
      }
      &::before {
        content: var(--tw-content);
        margin-right: calc(var(--spacing) * 1.5);
      }
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            --tw-translate-x: calc(var(--spacing) * 0);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
    &[data-side='right'] {
      &::before {
        content: var(--tw-content);
        left: 100%;
      }
      &::before {
        content: var(--tw-content);
        margin-left: calc(var(--spacing) * 1.5);
      }
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            --tw-translate-x: calc(var(--spacing) * 0);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
    &[data-side='left'], &[data-side='right'] {
      &[data-align='start'] {
        &::before {
          content: var(--tw-content);
          top: calc(var(--spacing) * 0);
        }
      }
      &[data-align='end'] {
        &::before {
          content: var(--tw-content);
          bottom: calc(var(--spacing) * 0);
        }
      }
      &:not([data-align]), &[data-align='center'] {
        &::before {
          content: var(--tw-content);
          top: calc(1 / 2 * 100%);
        }
        &::before {
          content: var(--tw-content);
          --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
}
@layer base {
  :root {
    color-scheme: light;
    background: var(--color-background);
    color: var(--color-foreground);
    font-family: var(--font-sans);
    letter-spacing: 0;
  }
  * {
    box-sizing: border-box;
    border-color: var(--color-border);
  }
  html,
    body {
    min-height: 100vh;
  }
  body {
    margin: 0;
    background: #edeae3;
    color: var(--color-foreground);
    font-family: var(--font-sans);
    letter-spacing: 0;
  }
  input,
    select,
    button,
    a {
    font: inherit;
  }
  button,
    a {
    -webkit-tap-highlight-color: transparent;
  }
}
@layer components {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pf-auth-app {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #edeae3;
    color: #0f1b2d;
    font-family: var(--font-sans);
  }
  .pf-auth-card {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #f7f8fa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .pf-auth-scroll {
    --pf-auth-pad-x: 22px;
    --pf-auth-pad-top: 28px;
    --pf-auth-pad-bottom: 34px;
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: var(--pf-auth-pad-top) var(--pf-auth-pad-x) var(--pf-auth-pad-bottom);
    scrollbar-width: none;
  }
  .pf-auth-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .pf-footer {
    flex: 0 0 auto;
    padding: 14px 22px 42px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .pf-panel {
    display: flex;
    min-height: 100%;
    flex-direction: column;
  }
  .pf-panel.hidden,
    .hidden {
    display: none !important;
  }
  .pf-center-panel {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 22px;
  }
  .pf-welcome-copy {
    display: grid;
    gap: 12px;
    justify-items: center;
  }
  .pf-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-foreground);
    text-decoration: none;
  }
  .pf-logo-mark,
    .pf-mark-only {
    display: inline-grid;
    place-items: center;
    border-radius: 11px;
    background: #0f1b2d;
    color: #ffffff;
    flex: 0 0 auto;
  }
  .pf-logo-mark {
    width: 40px;
    height: 40px;
  }
  .pf-mark-only {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
  .pf-welcome-mark {
    width: 62px;
    height: 62px;
    border-radius: 16px;
  }
  .pf-logo-mark svg,
    .pf-mark-only svg {
    width: 72%;
    height: 72%;
    display: block;
  }
  .pf-logo-word {
    color: #0f1b2d;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
  }
  .pf-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    line-height: 1;
    text-transform: uppercase;
  }
  .pf-step-top {
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-top: 0;
  }
  .pf-step-back-wrap,
    .pf-step-progress-wrap {
    width: 40px;
    display: flex;
    align-items: center;
  }
  .pf-step-progress-wrap {
    justify-content: flex-end;
  }
  .pf-back-button,
    .pf-icon-button {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f1b2d;
    border-radius: 12px;
  }
  .pf-back-button {
    width: 40px;
    height: 40px;
    margin-left: -8px;
  }
  .pf-icon-button {
    width: 34px;
    height: 34px;
    color: #9aa3af;
  }
  .pf-step-mark-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .pf-progress-dots {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .pf-progress-dots span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #e6e8ec;
  }
  .pf-progress-dots span[data-active="true"] {
    width: 18px;
    background: #16233a;
  }
  .pf-step-header {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
  }
  .pf-step-header-compact {
    margin-bottom: 18px;
  }
  .pf-step-title {
    margin: 0;
    color: #0f1b2d;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.16;
    text-wrap: pretty;
  }
  .pf-step-copy {
    margin: 0;
    color: #4b5563;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.5;
    text-wrap: pretty;
  }
  .pf-step-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pf-grow {
    flex: 1;
  }
  .pf-field {
    width: 100%;
    display: grid;
    gap: 8px;
  }
  .label,
    .pf-label {
    color: #4b5563;
    font-size: 13.5px;
    font-weight: 600;
  }
  .pf-phone-field,
    .pf-input-wrap {
    min-height: 54px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1.5px solid #e6e8ec;
    border-radius: 10px;
    background: #ffffff;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
  }
  .pf-phone-field:focus-within,
    .pf-input-wrap:focus-within {
    border-color: #0f1b2d;
    box-shadow: 0 0 0 4px rgba(15, 27, 45, 0.16);
  }
  .select,
    .input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0f1b2d;
    font-size: 16.5px;
    font-weight: 500;
  }
  .pf-country-select {
    width: 126px;
    flex: 0 0 126px;
    padding: 0 14px;
    border-right: 1px solid #e6e8ec;
    color: #0f1b2d;
    font-weight: 700;
    appearance: none;
    background: linear-gradient(45deg, transparent 50%, #9aa3af 50%) right 18px center / 6px 6px no-repeat,
            linear-gradient(135deg, #9aa3af 50%, transparent 50%) right 13px center / 6px 6px no-repeat;
  }
  .pf-phone-input,
    .pf-text-input {
    padding: 0 16px;
    flex: 1;
    letter-spacing: 0.01em;
  }
  .pf-password-toggle {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    width: 52px;
    display: grid;
    place-items: center;
    color: #9aa3af;
  }
  .pf-password-toggle svg,
    .pf-icon-button svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  .pf-choice-grid {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
  }
  .pf-button,
    .btn {
    all: unset;
    box-sizing: border-box;
    min-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.12s ease, opacity 0.18s ease;
  }
  .pf-button:active,
    .btn:active {
    transform: scale(0.984);
  }
  .pf-button-primary,
    .btn {
    background: #16233a;
    color: #ffffff;
    border: 1.5px solid transparent;
    box-shadow: 0 16px 26px -16px rgba(15, 27, 45, 0.6);
  }
  .pf-button-secondary {
    background: #ffffff;
    color: #0f1b2d;
    border: 1.5px solid #e6e8ec;
    box-shadow: 0 1px 2px rgba(11, 41, 66, 0.04);
  }
  .pf-text-link {
    all: unset;
    cursor: pointer;
    color: #16233a;
    font-size: 14.5px;
    font-weight: 700;
  }
  .pf-muted-link {
    color: #4b5563;
    font-weight: 600;
  }
  .pf-link-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #4b5563;
    font-size: 14.5px;
    font-weight: 500;
  }
  .pf-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .pf-trust-row-left {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.45;
  }
  .pf-code-grid {
    display: flex;
    justify-content: space-between;
    gap: 9px;
    width: 100%;
  }
  .pf-code-box {
    width: 100%;
    height: 48px;
    min-width: 0;
    flex: 1;
    border: 1.5px solid #e6e8ec;
    border-radius: 8px;
    background: #ffffff;
    color: #0f1b2d;
    caret-color: #16233a;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
  }
  .pf-code-box:focus {
    border-color: #0f1b2d;
    box-shadow: 0 0 0 4px rgba(15, 27, 45, 0.16);
    outline: 0;
  }
  .pf-code-row {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .pf-code-row .pf-code-grid {
    flex: 1;
  }
  .pf-resend-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #9aa3af;
    font-size: 14px;
    font-weight: 600;
  }
  .pf-resend-button {
    all: unset;
    cursor: pointer;
    color: #16233a;
    font-weight: 700;
  }
  .pf-resend-button[disabled] {
    cursor: default;
    color: #9aa3af;
  }
  .pf-banner {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 11px 13px;
    border-radius: 8px;
    background: #fbeeec;
    color: #c0392b;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
  }
  .pf-info-card,
    .pf-method-button {
    border: 1px solid #e6e8ec;
    border-radius: 14px;
    background: #ffffff;
  }
  .pf-info-card {
    padding: 16px;
  }
  .pf-method-button {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
  }
  .pf-method-button[data-emphasis="true"] {
    background: #16233a;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 16px 26px -16px rgba(15, 27, 45, 0.6);
  }
  .pf-method-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f1f3f6;
  }
  .pf-method-button[data-emphasis="true"] .pf-method-icon {
    background: rgba(255, 255, 255, 0.18);
  }
  .pf-method-text {
    flex: 1;
    display: grid;
    gap: 2px;
    text-align: left;
  }
  .pf-method-title {
    color: inherit;
    font-size: 16.5px;
    font-weight: 700;
  }
  .pf-method-sub {
    color: #9aa3af;
    font-size: 13px;
    font-weight: 500;
  }
  .pf-method-button[data-emphasis="true"] .pf-method-sub {
    color: rgba(255, 255, 255, 0.82);
  }
  .pf-check-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pf-check-row {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #4b5563;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.45;
  }
  .pf-check-row strong {
    color: #0f1b2d;
    font-weight: 700;
  }
  .pf-passkey-hero {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #eef1f4;
    color: #0f1b2d;
  }
  .pf-strength {
    display: grid;
    gap: 7px;
    margin-top: -6px;
  }
  .pf-strength-bars {
    display: flex;
    gap: 5px;
  }
  .pf-strength-bars span {
    height: 4px;
    flex: 1;
    border-radius: 2px;
    background: #e6e8ec;
  }
  .pf-strength-bars span:first-child,
    .pf-strength-bars span:nth-child(2) {
    background: #b45309;
  }
  .pf-strength-label {
    color: #b45309;
    font-size: 12.5px;
    font-weight: 600;
  }
  .pf-state-list {
    display: grid;
    gap: 12px;
  }
  .pf-state-row {
    display: grid;
    gap: 4px;
    padding: 13px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e6e8ec;
  }
  .pf-success-center {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .pf-success-circle {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #15803d;
    color: #ffffff;
    box-shadow: 0 0 0 12px rgba(21, 128, 61, 0.08);
  }
  .pf-dark-panel {
    margin: calc(var(--pf-auth-pad-top) * -1) calc(var(--pf-auth-pad-x) * -1) calc(var(--pf-auth-pad-bottom) * -1);
    min-height: calc(100% + var(--pf-auth-pad-top) + var(--pf-auth-pad-bottom));
    padding: 52px 30px 42px;
    background: linear-gradient(180deg, #0f1b2d 0%, #0b1422 100%);
    color: #f3f5f8;
  }
  .pf-dark-panel .pf-step-title,
    .pf-dark-panel .pf-step-copy {
    color: inherit;
  }
  .pf-balance-card {
    width: 100%;
    max-width: 300px;
    margin-top: 6px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
  }
  .pf-tabnum {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
  }
}
@media (min-width: 768px) {
  .pf-auth-app {
    align-items: center;
    padding: 32px;
  }
  .pf-auth-card {
    width: min(100%, 420px);
    height: min(760px, calc(100vh - 64px));
    min-height: min(760px, calc(100vh - 64px));
    max-height: calc(100vh - 64px);
    border: 1px solid #d9d5cb;
    border-radius: 24px;
    box-shadow: 0 28px 80px -42px rgba(8, 32, 58, 0.5);
  }
  .pf-auth-scroll {
    --pf-auth-pad-x: 26px;
    --pf-auth-pad-top: 32px;
    --pf-auth-pad-bottom: 36px;
  }
}
@layer components {
  .pf-app-shell {
    min-height: 100vh;
    display: flex;
    background: #f7f8fa;
    color: #0f1b2d;
    font-family: var(--font-sans);
  }
  .pf-app-shell svg {
    flex: 0 0 auto;
    display: block;
  }
  .pf-side-rail {
    position: sticky;
    top: 0;
    width: 232px;
    height: 100vh;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 14px;
    background: #ffffff;
    border-right: 1px solid #e6e8ec;
  }
  .pf-rail-brand,
    .pf-nav-item,
    .pf-rail-profile,
    .pf-mobile-tab,
    .pf-action-tile,
    .pf-rewards-strip,
    .pf-transaction-row,
    .pf-settings-row {
    color: inherit;
    text-decoration: none;
  }
  .pf-rail-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px 16px;
    font-size: 18px;
    font-weight: 800;
  }
  .pf-rail-brand svg {
    width: 32px;
    height: 32px;
  }
  .pf-rail-links {
    display: grid;
    gap: 4px;
  }
  .pf-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 8px;
    color: #4b5563;
    font-size: 14.5px;
    font-weight: 650;
  }
  .pf-nav-item svg,
    .pf-mobile-tab svg,
    .pf-settings-icon svg,
    .pf-row-icon svg,
    .pf-icon-action svg {
    width: 22px;
    height: 22px;
  }
  .pf-nav-item.is-active,
    .pf-rail-profile.is-active {
    background: #f1f3f6;
    color: #0f1b2d;
  }
  .pf-rail-profile {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
  }
  .pf-rail-profile strong,
    .pf-rail-profile small {
    display: block;
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pf-rail-profile strong {
    font-size: 13.5px;
    font-weight: 750;
  }
  .pf-rail-profile small {
    margin-top: 1px;
    color: #9aa3af;
    font-size: 11.5px;
    font-weight: 550;
  }
  .pf-profile-dot,
    .pf-profile-avatar,
    .pf-avatar-tile {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: #0f1b2d;
    color: #ffffff;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-profile-dot {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
  }
  .pf-app-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .pf-topbar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 36px 12px;
  }
  .pf-topbar span {
    font-size: 20px;
    font-weight: 800;
  }
  .pf-page {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 8px 36px 40px;
  }
  .pf-screen-header {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  .pf-screen-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
  }
  .pf-back-link {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-left: -8px;
    color: #0f1b2d;
    border-radius: 11px;
  }
  .pf-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 20px;
    align-items: start;
  }
  .pf-dashboard-primary {
    display: grid;
    gap: 16px;
  }
  .pf-panel-card,
    .pf-balance-hero,
    .pf-rewards-strip,
    .pf-verification-strip {
    border-radius: 14px;
  }
  .pf-panel-card {
    background: #ffffff;
    border: 1px solid #e6e8ec;
    padding: 18px;
  }
  .pf-balance-hero {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background: #0f1b2d;
    color: #f3f5f8;
  }
  .pf-balance-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 800;
  }
  .pf-balance-brand svg {
    width: 22px;
    height: 22px;
  }
  .pf-balance-hero .pf-eyebrow {
    color: rgba(243, 245, 248, 0.62);
  }
  .pf-balance-number {
    margin-top: 10px;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
  }
  .pf-balance-number small {
    margin-left: 2px;
    color: rgba(243, 245, 248, 0.62);
    font-size: 0.56em;
  }
  .pf-yield-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: rgba(243, 245, 248, 0.72);
    font-size: 13.5px;
    font-weight: 650;
  }
  .pf-yield-line span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f3f5f8;
  }
  .pf-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .pf-action-tile {
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #0f1b2d;
    font-size: 13px;
    font-weight: 750;
  }
  .pf-action-tile svg {
    width: 56px;
    height: 56px;
    padding: 15px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    box-shadow: 0 1px 2px rgba(11, 41, 66, 0.04);
  }
  .pf-action-primary svg {
    background: #16233a;
    border-color: #16233a;
    color: #ffffff;
    box-shadow: 0 10px 22px -12px #16233a;
  }
  .pf-chart-head,
    .pf-section-head,
    .pf-card-title,
    .pf-button-row,
    .pf-detail-row,
    .pf-copy-row,
    .pf-powered-row,
    .pf-recipient-row,
    .pf-verification-strip,
    .pf-settings-row {
    display: flex;
    align-items: center;
  }
  .pf-chart-head,
    .pf-section-head {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
  }
  .pf-section-head h2,
    .pf-card-title h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
  }
  .pf-section-head a,
    .pf-section-head button,
    .pf-section-head span {
    all: unset;
    color: #16233a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
  }
  .pf-chart-value {
    margin-top: 6px;
    font-size: 24px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-chart-head > span,
    .pf-chart-axis,
    .pf-page-lede,
    .pf-centered-state p,
    .pf-rule-row p,
    .pf-verify-panel p {
    color: #4b5563;
  }
  .pf-balance-chart {
    width: 100%;
    height: 132px;
    display: block;
  }
  .pf-chart-axis {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 11.5px;
    font-weight: 600;
  }
  .pf-rewards-strip {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e6e8ec;
  }
  .pf-strip-icon,
    .pf-title-icon,
    .pf-state-icon,
    .pf-row-icon,
    .pf-settings-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: #f1f3f6;
    color: #0f1b2d;
    border: 1px solid #e6e8ec;
  }
  .pf-strip-icon,
    .pf-title-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }
  .pf-strip-copy {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .pf-strip-copy strong,
    .pf-row-main strong,
    .pf-recipient-title {
    font-size: 15px;
    font-weight: 750;
  }
  .pf-strip-copy small,
    .pf-row-main small,
    .pf-recipient-detail,
    .pf-metric-card small {
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 600;
  }
  .pf-list {
    display: grid;
  }
  .pf-list-card {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pf-transaction-row {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #eff1f4;
  }
  .pf-transaction-row:last-child,
    .pf-recipient-row:last-child,
    .pf-settings-row:last-child {
    border-bottom: 0;
  }
  .pf-row-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }
  .pf-row-main {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .pf-row-main strong,
    .pf-row-main small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pf-row-amount {
    display: grid;
    justify-items: end;
    gap: 2px;
    font-variant-numeric: tabular-nums;
  }
  .pf-row-amount strong {
    font-size: 15px;
    font-weight: 800;
  }
  .pf-row-amount strong[data-kind="receive"],
    .pf-row-amount strong[data-kind="reward"],
    .pf-metric-card[data-tone="success"] strong {
    color: #15803d;
  }
  .pf-row-amount small {
    color: #9aa3af;
    font-size: 12px;
    font-weight: 650;
  }
  .pf-filter-tabs,
    .pf-verify-tabs {
    display: flex;
    gap: 6px;
    padding: 4px;
    margin-bottom: 14px;
    overflow-x: auto;
    border-radius: 12px;
    background: #f1f3f6;
    scrollbar-width: none;
  }
  .pf-filter-tab,
    .pf-verify-tab {
    all: unset;
    flex: 1 0 auto;
    min-width: max-content;
    cursor: pointer;
    border-radius: 9px;
    padding: 9px 14px;
    color: #9aa3af;
    text-align: center;
    font-size: 13px;
    font-weight: 750;
  }
  .pf-filter-tab.is-active,
    .pf-verify-tab.is-active {
    background: #ffffff;
    color: #0f1b2d;
    box-shadow: 0 1px 3px rgba(11, 41, 66, 0.1);
  }
  .pf-activity-group {
    margin-top: 14px;
  }
  .pf-date-label {
    margin-bottom: 8px;
    color: #9aa3af;
  }
  .pf-detail-stack {
    display: grid;
    gap: 14px;
    margin-top: 14px;
  }
  .pf-transaction-detail {
    scroll-margin-top: 20px;
  }
  .pf-detail-hero {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 10px 0 16px;
    text-align: center;
  }
  .pf-detail-hero strong {
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: #f0f4f1;
    color: #15803d;
    font-size: 13px;
    font-weight: 750;
  }
  .pf-detail-row,
    .pf-copy-row {
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #eff1f4;
  }
  .pf-detail-row span,
    .pf-copy-row span {
    flex: 0 0 auto;
    color: #9aa3af;
    font-size: 14px;
    font-weight: 600;
  }
  .pf-detail-row strong,
    .pf-copy-row strong {
    min-width: 0;
    text-align: right;
    word-break: break-word;
    font-size: 14.5px;
    font-weight: 750;
  }
  .pf-page-lede {
    max-width: 680px;
    margin: -4px 0 16px;
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 550;
  }
  .pf-card-title {
    gap: 10px;
    margin-bottom: 6px;
  }
  .pf-copy-row > div {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 3px;
  }
  .pf-copy-row strong {
    text-align: left;
    font-size: 15.5px;
    font-variant-numeric: tabular-nums;
  }
  .pf-copy-row button,
    .pf-icon-action {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    background: #f1f3f6;
    color: #4b5563;
    font-size: 12.5px;
    font-weight: 750;
  }
  .pf-copy-row button {
    min-width: 78px;
    min-height: 38px;
    padding: 0 11px;
  }
  .pf-copy-row button.is-copied {
    background: #f0f4f1;
    color: #15803d;
  }
  .pf-button-row,
    .pf-page-actions,
    .pf-state-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }
  .pf-app-shell .pf-button-primary,
    .pf-app-shell .pf-button-secondary,
    .pf-button-danger {
    all: unset;
    box-sizing: border-box;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
  }
  .pf-app-shell .pf-button-primary {
    background: #16233a;
    color: #ffffff;
    box-shadow: 0 10px 22px -12px #16233a;
  }
  .pf-app-shell .pf-button-secondary {
    background: #ffffff;
    color: #0f1b2d;
    border: 1px solid #e6e8ec;
  }
  .pf-button-danger {
    background: #c0392b;
    color: #ffffff;
  }
  .pf-powered-row {
    justify-content: center;
    gap: 8px;
    margin: 16px 0;
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 700;
  }
  .pf-received-detail {
    margin-top: 16px;
  }
  .pf-recipient-row {
    gap: 13px;
    padding: 12px 0;
    border-bottom: 1px solid #eff1f4;
  }
  .pf-avatar-tile {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #f1f3f6;
    color: #4b5563;
    border: 1px solid #e6e8ec;
    font-size: 14px;
  }
  .pf-recipient-main {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .pf-recipient-title,
    .pf-recipient-detail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pf-recipient-actions {
    display: flex;
    gap: 4px;
  }
  .pf-icon-action {
    width: 38px;
    height: 38px;
    overflow: hidden;
  }
  .pf-form-panel {
    display: grid;
    gap: 14px;
    margin-top: 14px;
  }
  .pf-form-panel h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
  }
  .pf-form-panel label {
    display: grid;
    gap: 8px;
    color: #4b5563;
    font-size: 13.5px;
    font-weight: 650;
  }
  .pf-form-panel input {
    min-height: 48px;
    border-radius: 10px;
    border: 1.5px solid #e6e8ec;
    background: #ffffff;
    padding: 0 14px;
    color: #0f1b2d;
    outline: 0;
  }
  .pf-error-line {
    margin: 0;
    color: #c0392b;
    font-size: 13px;
    font-weight: 650;
  }
  .pf-confirm-layer {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(8, 32, 58, 0.34);
  }
  .pf-confirm-card {
    width: min(100%, 420px);
    border-radius: 16px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 30px 80px -30px rgba(8, 32, 58, 0.6);
  }
  .pf-confirm-card h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
  }
  .pf-confirm-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
    font-weight: 550;
  }
  .pf-reward-hero h1 {
    max-width: 680px;
    margin: 8px 0 4px;
    color: #f3f5f8;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 800;
  }
  .pf-reward-hero p {
    margin: 0;
    color: rgba(243, 245, 248, 0.62);
    font-size: 14px;
    font-weight: 550;
  }
  .pf-rate-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(243, 245, 248, 0.14);
    color: rgba(243, 245, 248, 0.7);
    font-size: 13px;
    line-height: 1.45;
  }
  .pf-rate-row strong {
    flex: 0 0 auto;
    color: #f3f5f8;
    font-size: 28px;
    font-weight: 800;
  }
  .pf-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0;
  }
  .pf-metric-card {
    display: grid;
    gap: 7px;
  }
  .pf-metric-card span {
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 650;
  }
  .pf-metric-card strong {
    font-size: 28px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-metric-card[data-tone="warn"] strong {
    color: #b45309;
  }
  .pf-reward-chart {
    margin-bottom: 14px;
  }
  .pf-reward-bars {
    height: 90px;
    display: flex;
    align-items: end;
    gap: 5px;
    margin-top: 6px;
  }
  .pf-reward-bar {
    flex: 1;
    min-height: 6px;
    border-radius: 5px;
    background: #eef1f4;
  }
  .pf-reward-bar.is-today {
    background: #16233a;
  }
  .pf-rule-list {
    display: grid;
  }
  .pf-rule-row {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #eff1f4;
  }
  .pf-rule-row:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .pf-rule-row > span {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eef1f4;
    color: #16233a;
    font-size: 13px;
    font-weight: 800;
  }
  .pf-rule-row strong {
    font-size: 14.5px;
    font-weight: 750;
  }
  .pf-rule-row p {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 550;
  }
  .pf-profile-card {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .pf-profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 22px;
  }
  .pf-profile-card h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
  }
  .pf-profile-card p {
    margin: 3px 0 0;
    color: #9aa3af;
    font-size: 13.5px;
    font-weight: 550;
  }
  .pf-verification-strip {
    gap: 13px;
    margin-top: 14px;
    padding: 16px;
    background: #f0f4f1;
  }
  .pf-verification-strip > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    background: #ffffff;
    color: #15803d;
  }
  .pf-verification-strip div {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 1px;
  }
  .pf-verification-strip strong {
    font-size: 15px;
    font-weight: 750;
  }
  .pf-verification-strip small {
    color: #4b5563;
    font-size: 12.5px;
    font-weight: 550;
  }
  .pf-verification-strip a {
    color: #15803d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .pf-settings-group {
    margin-top: 18px;
  }
  .pf-settings-group .pf-eyebrow {
    margin-bottom: 10px;
    color: #9aa3af;
  }
  .pf-settings-row {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    min-height: 62px;
    gap: 13px;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #eff1f4;
  }
  .pf-settings-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .pf-settings-row strong {
    flex: 1;
    min-width: 0;
    font-size: 14.5px;
    font-weight: 750;
  }
  .pf-settings-row small {
    color: #9aa3af;
    font-size: 13.5px;
    font-weight: 550;
  }
  .pf-danger-row {
    color: #c0392b;
  }
  .pf-verify-tabs {
    flex-wrap: nowrap;
  }
  .pf-verify-panel {
    display: grid;
    gap: 16px;
  }
  .pf-verify-panel h1,
    .pf-centered-state h1,
    .pf-centered-state h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
  }
  .pf-verify-panel p,
    .pf-centered-state p {
    max-width: 640px;
    margin: 0;
    line-height: 1.55;
    font-size: 15px;
    font-weight: 550;
  }
  .pf-check-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #0f1b2d;
    font-size: 14.5px;
    font-weight: 650;
  }
  .pf-warning-banner {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 14px;
    background: #fbf1dc;
    color: #9a6b12;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 650;
  }
  .pf-warning-banner.is-error {
    background: #fbeeec;
    color: #c0392b;
  }
  .pf-centered-state {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
  .pf-state-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
  .pf-state-icon.is-error {
    color: #c0392b;
    background: #fbeeec;
    border: 0;
  }
  .pf-state-icon.is-success {
    color: #15803d;
    background: #f0f4f1;
    border: 0;
  }
  .pf-loading-dot {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 4px solid #e6e8ec;
    border-top-color: #16233a;
    animation: pf-spin 0.9s linear infinite;
  }
  .pf-send-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
  }
  .pf-send-section-head a {
    color: #16233a;
    font-size: 13px;
    font-weight: 750;
  }
  .pf-send-new-head {
    margin-top: 18px;
  }
  .pf-send-search {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 14px;
    border: 1.5px solid #e6e8ec;
    border-radius: 10px;
    background: #ffffff;
    color: #9aa3af;
  }
  .pf-send-search input,
    .pf-send-amount-card input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0f1b2d;
    font: inherit;
  }
  .pf-send-list {
    display: grid;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pf-send-row {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #eff1f4;
  }
  .pf-send-row:last-child {
    border-bottom: 0;
  }
  .pf-send-row > span:nth-child(2) {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .pf-send-row strong,
    .pf-send-row small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pf-send-row strong {
    font-size: 15px;
    font-weight: 750;
  }
  .pf-send-row small,
    .pf-send-muted {
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 600;
  }
  .pf-send-row b {
    flex: 0 0 auto;
    color: #4b5563;
    font-size: 11.5px;
    font-weight: 750;
  }
  .pf-send-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f1f3f6;
    color: #4b5563;
    border: 1px solid #e6e8ec;
    font-size: 13px;
    font-weight: 800;
  }
  .pf-send-selected {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
  }
  .pf-send-selected > div {
    display: grid;
    gap: 2px;
  }
  .pf-send-selected strong {
    font-size: 16px;
    font-weight: 800;
  }
  .pf-send-selected small {
    color: #9aa3af;
    font-size: 12.5px;
    font-weight: 600;
  }
  .pf-send-toggle {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
    color: #0f1b2d !important;
  }
  .pf-send-amount-card {
    text-align: center;
  }
  .pf-send-amount-card input {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-send-amount-card p {
    margin: 10px 0 0;
    color: #9aa3af;
    font-size: 13px;
    font-weight: 650;
  }
  .pf-send-receives {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    background: #f1f3f6;
  }
  .pf-send-receives span,
    .pf-send-receives small {
    color: #4b5563;
    font-size: 13px;
    font-weight: 650;
  }
  .pf-send-receives strong,
    .pf-send-receives h2 {
    margin: 0;
    color: #0f1b2d;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-send-fee-toggle {
    all: unset;
    cursor: pointer;
    color: #16233a;
    font-size: 14px;
    font-weight: 750;
  }
  .pf-fee-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #eff1f4;
    font-size: 13.5px;
    font-weight: 650;
  }
  .pf-fee-line strong {
    font-variant-numeric: tabular-nums;
  }
  .pf-send-wide {
    width: 100%;
    margin-top: 14px;
  }
  .pf-code-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 360px);
  }
  .pf-code-row input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e6e8ec;
    border-radius: 10px;
    text-align: center;
    color: #0f1b2d;
    font-size: 22px;
    font-weight: 800;
    outline: 0;
  }
  .pf-send-countdown {
    color: #0f1b2d;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
  .pf-mobile-tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .pf-app-shell {
    display: block;
    min-height: 100svh;
    padding-bottom: 86px;
  }
  .pf-side-rail,
    .pf-topbar {
    display: none;
  }
  .pf-page {
    padding: 20px 18px 18px;
  }
  .pf-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .pf-balance-hero {
    padding: 22px;
  }
  .pf-balance-number {
    font-size: 46px;
  }
  .pf-panel-card {
    padding: 18px;
  }
  .pf-metric-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .pf-button-row,
    .pf-state-actions {
    flex-direction: column;
  }
  .pf-app-shell .pf-button-primary,
    .pf-app-shell .pf-button-secondary,
    .pf-button-danger {
    width: 100%;
  }
  .pf-detail-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .pf-detail-row strong {
    text-align: left;
  }
  .pf-mobile-tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: flex;
    padding: 8px 6px max(18px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid #e6e8ec;
    backdrop-filter: blur(12px);
  }
  .pf-mobile-tab {
    flex: 1;
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 4px 0;
    color: #9aa3af;
    font-size: 10.5px;
    font-weight: 750;
  }
  .pf-mobile-tab.is-active {
    color: #16233a;
  }
  .pf-confirm-layer {
    align-items: end;
    place-items: end center;
    padding: 16px;
  }
  .pf-confirm-card {
    border-radius: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pf-side-rail {
    width: 84px;
    align-items: center;
    padding: 22px 8px;
  }
  .pf-rail-brand span,
    .pf-nav-item span,
    .pf-rail-profile span:not(.pf-profile-dot) {
    display: none;
  }
  .pf-rail-brand {
    padding: 0 0 16px;
  }
  .pf-nav-item {
    justify-content: center;
    width: 48px;
    padding: 0;
  }
  .pf-rail-profile {
    padding: 0;
  }
  .pf-topbar {
    padding: 20px 28px 12px;
  }
  .pf-page {
    max-width: 760px;
    padding: 8px 28px 32px;
  }
  .pf-dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-tracking: initial;
      --tw-leading: 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-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-outline-style: solid;
    }
  }
}
