/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #1D2E61;
    --color-navy-light: #2F4A97;
    --color-sky: #28A5DE;
    --color-sky-dark: #19668a;
    --color-white-light: #F8FAFC;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-0\.5 {
    margin-right: calc(var(--spacing) * 0.5);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-8 {
    max-height: calc(var(--spacing) * 8);
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-52 {
    max-height: calc(var(--spacing) * 52);
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .max-h-\[65vh\] {
    max-height: 65vh;
  }
  .max-h-\[calc\(100vh-80px\)\] {
    max-height: calc(100vh - 80px);
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-40 {
    min-height: calc(var(--spacing) * 40);
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[95vw\] {
    max-width: 95vw;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .\[grid-template-columns\:1fr_420px\] {
    grid-template-columns: 1fr 420px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_140px_28px\] {
    grid-template-columns: 1fr 140px 28px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-px {
    gap: 1px;
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: 0;
      margin-block-end: 0;
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-100);
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-green-400 {
    border-color: var(--color-green-400);
  }
  .border-red-100 {
    border-color: var(--color-red-100);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-sky {
    border-color: var(--color-sky);
  }
  .border-sky\/20 {
    border-color: color-mix(in srgb, #28A5DE 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sky) 20%, transparent);
    }
  }
  .border-sky\/30 {
    border-color: color-mix(in srgb, #28A5DE 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sky) 30%, transparent);
    }
  }
  .border-slate-50 {
    border-color: var(--color-slate-50);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .border-t-sky {
    border-top-color: var(--color-sky);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-navy\/10 {
    background-color: color-mix(in srgb, #1D2E61 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-navy) 10%, transparent);
    }
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-sky {
    background-color: var(--color-sky);
  }
  .bg-sky\/5 {
    background-color: color-mix(in srgb, #28A5DE 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky) 5%, transparent);
    }
  }
  .bg-sky\/10 {
    background-color: color-mix(in srgb, #28A5DE 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky) 10%, transparent);
    }
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-50\/40 {
    background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-50) 40%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: 0;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5) !important;
  }
  .py-0 {
    padding-block: 0;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[Arial\,sans-serif\] {
    font-family: Arial,sans-serif;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-emerald-500 {
    color: var(--color-emerald-500);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-sky {
    color: var(--color-sky);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-sky\/70 {
    color: color-mix(in srgb, #28A5DE 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-sky) 70%, transparent);
    }
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .accent-sky {
    accent-color: var(--color-sky);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --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);
  }
  .ring-sky {
    --tw-ring-color: var(--color-sky);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    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));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .first\:border-0 {
    &:first-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:border-sky {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-500);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:bg-sky-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-sky-dark);
      }
    }
  }
  .hover\:bg-sky\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #28A5DE 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-sky\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #28A5DE 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-50\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-50) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-50\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-50\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-50) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-200);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-navy {
    &:hover {
      @media (hover: hover) {
        color: var(--color-navy);
      }
    }
  }
  .hover\:text-red-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .hover\:text-sky {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky);
      }
    }
  }
  .hover\:text-slate-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-sky {
    &:focus {
      border-color: var(--color-sky);
    }
  }
  .focus\:ring-2 {
    &: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\:ring-sky\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #28A5DE 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-sky) 20%, transparent);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
    color: var(--color-navy);
    background: var(--color-white-light);
    background-image: url('../images/bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  thead th {
    padding: 8px 12px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
  }
  tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #f8fafc;
    vertical-align: middle;
  }
  tbody tr:last-child td {
    border-bottom: none;
  }
  tbody tr:hover {
    background: #f8fafc;
  }
  tbody tr.cursor-pointer {
    cursor: pointer;
  }
}
@layer components {
  .app {
    display: flex;
    min-height: 100vh;
  }
  .sidebar {
    width: 200px;
    flex-shrink: 0;
    background: var(--color-navy);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 40;
    transition: width 0.2s ease;
  }
  .content {
    margin-left: 200px;
    flex: 1;
    padding: 1.5rem;
    min-width: 0;
    transition: margin-left 0.2s ease;
  }
  .nav-logo {
    padding: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 0.5rem;
  }
  .nav-section {
    padding: 0.5rem 1rem 0.25rem;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 0.5rem;
  }
  .nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 1rem;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 13px;
    transition: background 0.12s, color 0.12s;
    &:hover {
      background: rgba(255,255,255,0.07);
      color: #fff;
    }
    &.active {
      background: rgba(40,165,222,0.25);
      color: #fff;
    }
    & i {
      font-size: 15px;
      flex-shrink: 0;
    }
  }
  .nav-badge {
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 999px;
    margin-left: auto;
    min-width: 18px;
    text-align: center;
  }
  .nav-footer {
    margin-top: auto;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .nav-footer-info {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav-user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
  }
  .table-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8edf3;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    gap: 0.75rem;
  }
  .table-title {
    font-weight: 600;
    color: var(--color-navy);
    font-size: 14px;
  }
  .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-navy);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.12s;
    white-space: nowrap;
    &:hover {
      border-color: #cbd5e1;
      background: #f8fafc;
    }
  }
  .btn-sm {
    padding: 4px 10px;
    font-size: 11px;
  }
  .btn-xs {
    padding: 2px 6px;
    font-size: 10px;
  }
  .btn-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
    justify-content: center;
  }
  .btn-primary {
    background: var(--color-sky);
    border-color: var(--color-sky);
    color: #fff;
    &:hover {
      background: var(--color-sky-dark);
      border-color: var(--color-sky-dark);
    }
  }
  .btn-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
    &:hover {
      background: #fee2e2;
    }
  }
  .btn-warn {
    background: #fffbeb;
    border-color: #fde68a;
    color: #d97706;
    &:hover {
      background: #fef3c7;
    }
  }
  .badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
  }
  .badge-ok {
    background: #d1fae5;
    color: #059669;
  }
  .badge-warn {
    background: #fef9c3;
    color: #b45309;
  }
  .badge-err {
    background: #fee2e2;
    color: #dc2626;
  }
  .badge-danger {
    background: #fee2e2;
    color: #dc2626;
  }
  .badge-blue {
    background: #dbeafe;
    color: #2563eb;
  }
  .badge-gray {
    background: #f1f5f9;
    color: #64748b;
  }
  .badge-purple {
    background: #ede9fe;
    color: #7c3aed;
  }
  .form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .form-label {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
  }
  .form-input {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    color: #1f2937;
    background: #fff;
    transition: border-color 0.12s, box-shadow 0.12s;
    appearance: none;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
      box-shadow: 0 0 0 3px rgba(40,165,222,0.12);
    }
  }
  .filter-bar {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
  }
  .filter-input {
    padding: 6px 10px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    font-family: inherit;
    color: #475569;
    background: #fff;
    height: 32px;
    appearance: none;
  }
  .input-compact {
    padding: 4px 8px;
    height: 28px;
    font-size: 12px;
    flex: 1;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    color: #1f2937;
    background: #fff;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
    }
  }
  .modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,0.45);
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    &.open {
      display: flex;
    }
  }
  .modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    padding: 1.5rem;
  }
  .modal-sm {
    max-width: 420px;
  }
  .modal-md {
    max-width: 520px;
  }
  .modal-lg {
    max-width: 620px;
  }
  .modal-xl {
    max-width: 720px;
  }
  .modal-2xl {
    max-width: 920px;
  }
  .modal-3xl {
    max-width: 1120px;
  }
  .modal-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color-navy);
    margin-bottom: 1.25rem;
  }
  .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
  }
  .tabs {
    display: flex;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 1rem;
  }
  .tab {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.12s;
    &:hover {
      color: var(--color-navy);
    }
    &.active {
      color: var(--color-sky);
      border-bottom-color: var(--color-sky);
    }
  }
  .fiche-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px solid #f8fafc;
  }
  .fiche-key {
    font-size: 11px;
    color: #94a3b8;
    width: 120px;
    flex-shrink: 0;
    font-weight: 500;
  }
  .fiche-val {
    font-size: 13px;
    color: #1e293b;
  }
  .inline-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #94a3b8;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.75rem 1rem;
    justify-content: center;
  }
  .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.1s;
    &:hover {
      background: #f1f5f9;
    }
    &.active {
      background: var(--color-sky);
      color: #fff;
      border-color: var(--color-sky);
    }
  }
  .toast {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #1e293b;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.2s;
    pointer-events: none;
    &.show {
      opacity: 1;
      transform: translateY(0);
    }
    &.ok {
      background: #059669;
    }
    &.err {
      background: #dc2626;
    }
    &.warn {
      background: #d97706;
    }
  }
  .tpl-card {
    display: block;
    padding: 8px 10px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s;
    text-decoration: none;
    color: inherit;
    margin-bottom: 4px;
    &:hover, &.active {
      border-color: var(--color-sky);
      background: #f0f9ff;
    }
  }
  .tpl-card-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-navy);
  }
  .tpl-card-meta {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
  }
  .tpl-preview {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    white-space: pre-wrap;
    color: #475569;
    min-height: 40px;
  }
  .metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .metric-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 1.25rem;
  }
  .metric-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
  }
  .metric-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1;
    margin-bottom: 0.25rem;
  }
  .metric-ok {
    color: #059669;
  }
  .metric-danger {
    color: #dc2626;
  }
  .metric-purple {
    color: #7c3aed;
  }
  .metric-warn {
    color: #d97706;
  }
  .metric-sub {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
  }
  .alert-ok {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .alert-warn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef9c3;
    color: #92400e;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .mail-editor-toolbar {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    padding: 8px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    & button {
      padding: 4px 8px;
      border: 1px solid #e2e8f0;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
      font-size: 12px;
      color: #374151;
      font-family: inherit;
      transition: background 0.1s;
      &:hover {
        background: #f1f5f9;
      }
    }
    & .sep {
      width: 1px;
      background: #e2e8f0;
      margin: 2px 4px;
    }
  }
  .mail-editor-tabs {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
  }
  .mail-editor-tab {
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.1s;
    &.active {
      color: var(--color-sky);
      border-bottom-color: var(--color-sky);
    }
  }
  .mail-richtext {
    min-height: 200px;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    font-size: 13px;
    font-family: inherit;
    color: #1e293b;
    outline: none;
    line-height: 1.6;
    &:focus {
      border-color: var(--color-sky);
    }
  }
  .mail-preview {
    min-height: 200px;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
  }
  textarea.mail-source {
    min-height: 200px;
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    font-size: 12px;
    font-family: 'Courier New', monospace;
    resize: vertical;
    background: #1e293b;
    color: #e2e8f0;
  }
  .tab-btn {
    padding: 6px 14px;
    font-size: 12px;
    color: #94a3b8;
    border: none;
    background: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 4px;
    &:hover {
      color: #1e293b;
    }
    &.tab-active {
      color: #1e293b;
      border-bottom-color: #0ea5e9;
      font-weight: 600;
    }
  }
  .ref-group {
    border-top: 1px solid #f1f5f9;
    &:first-child {
      border-top: none;
    }
  }
  .ref-group-label {
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 7px 1.25rem 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fafbfc;
    border-bottom: 1px solid #f1f5f9;
  }
  .ref-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px 1.25rem;
    border-bottom: 1px solid #f8fafc;
    &:last-child {
      border-bottom: none;
    }
    &.ref-card-current {
      background: #f0f9ff;
    }
  }
  .ref-card-main {
    flex: 1;
    min-width: 0;
  }
  .ref-card-title-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
  }
  .ref-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
  }
  .ref-card-meta {
    font-size: 11px;
    color: #64748b;
  }
  .ref-card-side {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .ref-card-actions {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    align-items: center;
  }
  .bdd-tag-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    border: 1.5px solid;
    cursor: pointer;
    transition: filter 0.12s;
    white-space: nowrap;
    flex-shrink: 0;
    &.bdd-active {
      background: #dcfce7;
      color: #059669;
      border-color: #86efac;
    }
    &.bdd-inactive {
      background: #fee2e2;
      color: #dc2626;
      border-color: #fca5a5;
    }
    &:hover {
      filter: brightness(0.92);
    }
  }
  .bdd-search-link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px;
    background: #f0f9ff;
    color: #0284c7;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.1s;
    &:hover {
      background: #e0f2fe;
    }
  }
  .ref-mail-section {
    border-top: 1px dashed #e2e8f0;
    background: #fafbfc;
    padding: 7px 1.25rem;
  }
  .ref-mail-send {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .ref-mail-send-label {
    font-size: 11px;
    color: #64748b;
    white-space: nowrap;
  }
  .ref-mail-history {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .ref-mail-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 2px 0;
    border-bottom: 1px solid #f1f5f9;
    &:last-child {
      border-bottom: none;
    }
  }
  .ref-mail-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #475569;
  }
  .evt-tag {
    display: inline-block;
    padding: 2px 8px;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-navy);
    cursor: default;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .tag-origin {
    display: inline-block;
    padding: 1px 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 10px;
    color: #64748b;
    font-family: monospace;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .info-tb-btn {
    padding: 2px 7px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #374151;
    line-height: 1.5;
    transition: background .1s;
    &:hover {
      background: #f1f5f9;
    }
  }
  .acc-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: #f8fafc;
    border-top: 1px solid #e8edf3;
    cursor: pointer;
    user-select: none;
    & .acc-chev {
      color: #94a3b8;
      font-size: 13px;
      transition: transform 0.15s;
    }
    &.coll .acc-chev {
      transform: rotate(-90deg);
    }
    &.coll + .acc-body {
      display: none;
    }
  }
  .acc-hdr-title {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    flex: 1;
  }
  .mail-log-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 11px;
    &:last-child {
      border-bottom: none;
    }
  }
  .tpl-send-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid #f8fafc;
    &:last-child {
      border-bottom: none;
    }
  }
  .split-wrap {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .split-main {
    flex: 1;
    min-width: 0;
  }
  .split-aside {
    width: 380px;
    flex-shrink: 0;
    position: sticky;
    top: 1rem;
  }
  .volet-aside {
    width: 420px;
    flex-shrink: 0;
    position: sticky;
    top: 1rem;
  }
  .demi-aside {
    width: 50%;
    flex-shrink: 0;
    position: sticky;
    top: 1rem;
  }
  .panel-section-lbl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    font-weight: 700;
    color: var(--color-navy-light);
    margin-bottom: 6px;
  }
  .page-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tab-pills {
    display: flex;
    gap: 2px;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 10px;
  }
  .tab-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #64748b;
    white-space: nowrap;
    transition: all .12s;
    &:hover {
      color: var(--color-navy);
    }
    &.active {
      background: #fff;
      color: var(--color-navy);
      box-shadow: 0 1px 4px rgba(0,0,0,.1);
    }
    & .tp-badge {
      background: #ef4444;
      color: #fff;
      border-radius: 999px;
      padding: 0 6px;
      font-size: 10px;
      font-weight: 700;
      min-width: 16px;
      text-align: center;
    }
  }
  .group-hdr {
    padding: 8px 14px;
    background: #eef2f8;
    border-bottom: 1px solid #dde3ef;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    &.coll .group-chev {
      transform: rotate(-90deg);
    }
    &.coll + .group-rows {
      display: none;
    }
  }
  .group-hdr-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-navy);
    flex: 1;
  }
  .group-cnt {
    font-size: 10px;
    font-weight: 500;
    background: #e2e8f0;
    color: #64748b;
    padding: 1px 7px;
    border-radius: 999px;
  }
  .group-chev {
    color: #94a3b8;
    font-size: 14px;
    flex-shrink: 0;
    transition: transform .15s;
  }
  .date-past {
    opacity: .45;
  }
  .table-card.drop-sys-target {
    border-color: var(--color-sky);
    box-shadow: 0 0 0 3px rgba(40,165,222,0.15);
    transition: box-shadow 0.1s, border-color 0.1s;
  }
  .sys-field-btn.sys-selected {
    background: rgba(40,165,222,0.08);
    border-radius: 6px;
    outline: 1.5px solid var(--color-sky);
    color: var(--color-navy);
    .field-icon {
      color: var(--color-sky);
    }
  }
  .add-tab {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.12s;
    &:hover {
      color: var(--color-navy);
    }
    &.active {
      color: var(--color-sky);
      border-bottom-color: var(--color-sky);
    }
  }
  .vr {
    width: 1px;
    background: #e2e8f0;
    margin: 2px;
    align-self: stretch;
  }
  .modal-full {
    width: 90vw;
    max-width: 900px;
    height: 85vh;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .modal-scroll {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-height: 88vh;
    width: 540px;
  }
  .form-grid-actions {
    display: grid;
    grid-template-columns: 1fr 140px 28px;
    gap: 4px;
    margin-bottom: 4px;
  }
  .panel-info {
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .info-box {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 10px 12px;
  }
  .info-box-blue {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 1rem;
  }
  .info-box-warn {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .input-sm {
    padding: 5px 8px;
    height: 30px;
    font-size: 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
    }
  }
  .input-mono {
    padding: 5px 8px;
    height: 30px;
    font-size: 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: monospace;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
    }
  }
  .url-input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
  }
  .url-input-prefix {
    padding: 6px 10px;
    font-size: 12px;
    color: #94a3b8;
    white-space: nowrap;
    border-right: 1px solid #e2e8f0;
    flex-shrink: 0;
  }
  .form-input.url-input {
    border: none;
    border-radius: 0;
    background: transparent;
    flex: 1;
    width: auto;
  }
  .merc-lien-form {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .merc-lien-form input {
    flex: 1;
    padding: 4px 8px;
    height: 28px;
    font-size: 11px;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
    }
  }
  .action-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e8edf3;
    transition: box-shadow .15s, border-color .15s;
    &:hover {
      box-shadow: 0 4px 16px rgba(40,165,222,.15);
      border-color: var(--color-sky);
    }
  }
  .sidebar-toggle {
    background: none;
    border: none;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 4px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.12s, background 0.12s;
    margin-left: auto;
    &:hover {
      color: #fff;
      background: rgba(255,255,255,0.1);
    }
  }
}
html.sb-pre-collapsed .sidebar {
  width: 56px;
  overflow: hidden;
  transition: none;
}
html.sb-pre-collapsed .content {
  margin-left: 56px;
  transition: none;
}
.sidebar.collapsed {
  width: 56px;
  overflow: hidden;
}
.sidebar.collapsed .nav-logo-text {
  display: none;
}
.sidebar.collapsed .nav-logo .w-7 {
  display: none;
}
.sidebar.collapsed .nav-logo > div {
  justify-content: center;
}
.sidebar.collapsed .sidebar-toggle {
  margin-left: 0;
}
.sidebar.collapsed .nav-section {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sidebar.collapsed .nav-item span {
  display: none;
}
.sidebar.collapsed .nav-badge {
  display: none;
}
.sidebar.collapsed .nav-item {
  justify-content: center;
  padding: 8px;
}
.sidebar.collapsed .nav-item i {
  font-size: 18px;
}
.sidebar.collapsed .nav-footer-info {
  display: none;
}
.content.sidebar-collapsed {
  margin-left: 56px;
}
@layer components {
  .form-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .form-header {
    background: var(--color-navy);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .form-logo {
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .form-logo-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-sky);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .form-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
  }
  .form-subtitle {
    color: rgba(255,255,255,0.55);
    font-size: 0.8rem;
    margin: 3px 0 0;
  }
  .form-description {
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
  }
  .form-description ul {
    list-style: disc;
    padding-left: 1.4em;
    margin: .4em 0;
  }
  .form-description ol {
    list-style: decimal;
    padding-left: 1.4em;
    margin: .4em 0;
  }
  .form-description li {
    display: list-item;
    margin: .2em 0;
  }
  .form-description p {
    margin: .4em 0;
  }
  .form-description a {
    color: #28A5DE;
  }
  .form-body {
    padding: 1.5rem;
  }
  .fields-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .field-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .field-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
  }
  .req-star {
    color: var(--color-sky);
  }
  .adice-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: inherit;
    color: #1f2937;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
    appearance: none;
    -webkit-appearance: none;
    &:focus {
      outline: none;
      border-color: var(--color-sky);
      box-shadow: 0 0 0 3px rgba(40,165,222,0.12);
    }
    &.input-error {
      border-color: #ef4444;
      box-shadow: 0 0 0 3px rgba(239,68,68,0.1);
    }
  }
  .adice-input--err {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239,68,68,.15) !important;
  }
  select.adice-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
  }
  textarea.adice-input {
    resize: vertical;
    min-height: 80px;
    line-height: 1.5;
  }
  .field-aide {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }
  .field-err {
    font-size: 0.75rem;
    color: #ef4444;
    min-height: 1rem;
  }
  .form-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.85rem;
    color: #dc2626;
    margin-bottom: 1rem;
  }
  .address-wrap {
    position: relative;
  }
  .suggest-box {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 50;
    overflow: hidden;
    display: none;
  }
  .suggest-item {
    padding: 10px 14px;
    font-size: 0.85rem;
    color: #374151;
    cursor: pointer;
    border-bottom: 1px solid #f9fafb;
    transition: background 0.1s;
    &:last-child {
      border-bottom: none;
    }
    &:hover {
      background: #f0f9ff;
      color: var(--color-navy);
    }
  }
  .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    & input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      flex-shrink: 0;
      accent-color: var(--color-sky);
      cursor: pointer;
    }
  }
  .sig-wrap {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
  }
  .sig-toolbar {
    background: #f8fafc;
    padding: 8px 12px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    & button {
      font-size: 0.75rem;
      color: var(--color-sky);
      background: none;
      border: none;
      cursor: pointer;
      padding: 2px 6px;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  #sig-canvas {
    display: block;
    width: 100%;
    height: 130px;
    cursor: crosshair;
    touch-action: none;
  }
  .state-box {
    text-align: center;
    padding: 2.5rem 1rem;
    & i {
      font-size: 2.5rem;
      display: block;
      margin-bottom: 0.75rem;
    }
    & h2 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--color-navy);
      margin: 0 0 0.5rem;
    }
    & p {
      font-size: 0.875rem;
      color: #64748b;
      margin: 0;
    }
  }
  .state-error i {
    color: #ef4444;
  }
  .btn-submit {
    width: 100%;
    background: var(--color-sky);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.15s, transform 0.1s;
    margin-top: 1rem;
    &:hover:not(:disabled) {
      background: var(--color-sky-dark);
    }
    &:active:not(:disabled) {
      transform: scale(0.98);
    }
    &:disabled {
      opacity: 0.7;
      cursor: not-allowed;
    }
  }
  .form-rgpd {
    font-size: 0.7rem;
    color: #94a3b8;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
    & a {
      color: var(--color-sky);
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  .info-block {
    background: #f0f9ff;
    border-left: 3px solid var(--color-sky);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: .75rem;
    & p {
      margin: 0 0 0.5rem;
      &:last-child {
        margin: 0;
      }
    }
    & b, & strong {
      color: var(--color-navy);
    }
    & ul, & ol {
      margin: 0.25rem 0 0.25rem 1.25rem;
    }
    & h2 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--color-navy);
      margin: 0 0 .5rem;
    }
    & h3 {
      font-size: .95rem;
      font-weight: 600;
      color: var(--color-navy);
      margin: 0 0 .35rem;
    }
    & a {
      color: var(--color-sky);
    }
  }
  .fp-progress-wrap {
    height: 5px;
    background: #e2e8f0;
    border-radius: 999px;
    margin: 0 0 .5rem;
    overflow: hidden;
  }
  .fp-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--color-sky), var(--color-navy));
    border-radius: 999px;
    transition: width .45s ease;
  }
  .fp-progress-label {
    font-size: 12px;
    color: #94a3b8;
    text-align: right;
    margin: 0 0 1.25rem;
    letter-spacing: .02em;
  }
  .fp-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-navy);
    margin: 0 0 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #f1f5f9;
  }
  .fp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 1.25rem;
  }
  .fp-btn-prev {
    background: none;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: border-color .15s, color .15s;
    &:hover {
      border-color: var(--color-sky);
      color: var(--color-sky);
    }
  }
  .dd-wrap {
    position: relative;
    display: inline-flex;
  }
  .dd-menu {
    min-width: 190px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    padding: 4px 0;
  }
  .dd-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 7px 13px;
    font-size: 12px;
    color: #374151;
    font-family: inherit;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    transition: background 0.1s, color 0.1s;
    &:hover {
      background: #f8fafc;
      color: var(--color-navy);
    }
  }
  .dd-item.dd-danger {
    color: #dc2626;
  }
  .dd-item.dd-danger:hover {
    background: #fef2f2;
    color: #b91c1c;
  }
  .dd-sep {
    height: 1px;
    background: #f1f5f9;
    margin: 4px 0;
  }
  .dd-wrap.open .dd-chev {
    transform: rotate(180deg);
  }
  .dd-chev {
    transition: transform 0.15s;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .form-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .form-badge {
    font-size: 11px;
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .participant-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 14px 16px;
    border-left: 4px solid var(--color-navy);
    margin-bottom: 1rem;
  }
  .participant-card .participant-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-navy);
  }
  .participant-card .participant-email {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 2px;
  }
  .alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .alert-ok {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
  }
  .alert-err {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
  }
  .canvas-wrap {
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    background: #fafafa;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    cursor: crosshair;
    touch-action: none;
  }
  .canvas-wrap canvas {
    display: block;
    width: 100%;
    height: 180px;
  }
  .canvas-hint {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
    transition: opacity .2s;
  }
  .btn-clear {
    background: none;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
    color: #374151;
    margin-bottom: 14px;
    font-family: inherit;
    &:hover {
      border-color: #94a3b8;
    }
  }
  .q-block {
    margin-bottom: 1.25rem;
  }
  .q-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
  }
  .q-req {
    color: #dc2626;
    margin-left: 2px;
  }
  .radio-group, .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .radio-group label, .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 10px 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    background: #fafafa;
    transition: border-color .15s;
  }
  .radio-group label:has(input:checked), .checkbox-group label:has(input:checked) {
    border-color: var(--color-navy);
    background: #eff6ff;
  }
  .stars {
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .stars input {
    display: none;
  }
  .stars label {
    font-size: 1.75rem;
    cursor: pointer;
    color: #d1d5db;
    transition: color .1s;
  }
  .stars input:checked ~ label, .stars label:hover, .stars label:hover ~ label {
    color: #f59e0b;
  }
  .presence-btn {
    width: 100%;
    padding: 14px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    background: #fafafa;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .2s;
    &.checked {
      border-color: #16a34a;
      background: #f0fdf4;
      color: #16a34a;
    }
  }
  .done-state {
    text-align: center;
    padding: 2rem 0;
  }
  .done-state .done-icon {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 0.625rem;
  }
  .done-state h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
    color: #16a34a;
  }
  .done-state p {
    font-size: 0.8125rem;
    color: #6b7280;
  }
}
@keyframes fp-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fp-slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fp-slide-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-48px);
  }
}
@keyframes fp-slide-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(48px);
  }
}
.fp-slide-in-right {
  animation: fp-slide-in-right .35s ease-out both;
}
.fp-slide-in-left {
  animation: fp-slide-in-left .35s ease-out both;
}
.fp-slide-out-left {
  animation: fp-slide-out-left .28s ease-in both;
}
.fp-slide-out-right {
  animation: fp-slide-out-right .28s ease-in both;
}
.spin {
  animation: spin 0.7s linear infinite;
}
@media (max-width: 600px) {
  .form-card {
    border-radius: 0;
    min-height: 100vh;
  }
  #sig-canvas {
    height: 120px;
  }
  .canvas-wrap canvas {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
tbody tr.sel td {
  background: #f0f9ff;
}
tbody tr.sel td:first-child {
  border-left: 3px solid var(--color-sky);
  padding-left: 9px;
}
:root {
  --progress-width: 0%;
}
.mail-bar {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.mail-bar-inner {
  height: 4px;
  background-color: #10b981;
  border-radius: 2px;
  width: var(--progress-width);
  transition: width 0.3s ease;
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
