/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/index.css ***!
  \**********************************************************************************************************************/
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 992px;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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);
    --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-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 20px;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xl: 24px;
    --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-primary: #00a63e;
    --color-primary-soft: #e6f8ee;
    --color-primary-strong: #008a34;
    --color-sidebar: #0e1f16;
    --color-sidebar-soft: #16291e;
    --color-sidebar-border: rgb(255 255 255 / 0.08);
    --color-chart-green: #00a63e;
    --color-chart-purple: #7c5cfc;
    --color-chart-blue: #3b82f6;
    --color-chart-yellow: #facc15;
    --color-chart-red: #f43f5e;
    --color-primary-500: #10b981;
    --color-success: #16a34a;
    --color-success-soft: #dcfce7;
    --color-warning: #f59e0b;
    --color-warning-soft: #fef3c7;
    --color-danger: #ef4444;
    --color-danger-soft: #fee2e2;
    --color-info: #0ea5e9;
    --color-info-soft: #e0f2fe;
    --color-bg: #f7f8fa;
    --color-surface: #ffffff;
    --color-w1: #ffffff;
    --color-subtle: #f1f5f9;
    --color-heading: #0f172a;
    --color-text: #334155;
    --color-text-secondary: #475569;
    --color-muted: #64748b;
    --color-faint: #94a3b8;
    --color-on-primary: #ffffff;
    --color-border: #e2e8f0;
    --color-border-subtle: #f1f5f9;
    --color-border-strong: #cbd5e1;
    --color-app-bg: var(--color-bg);
    --transition-fast: 150ms ease;
    --transition-normal: 200ms ease;
    --radius-full: 9999px;
  }
}
@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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-full {
    top: 100%;
  }
  .-right-0\.5 {
    right: calc(var(--spacing) * -0.5);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .-bottom-0\.5 {
    bottom: calc(var(--spacing) * -0.5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3\.5 {
    left: calc(var(--spacing) * 3.5);
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-45 {
    z-index: 45;
  }
  .z-50 {
    z-index: 50;
  }
  .z-70 {
    z-index: 70;
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-1\.5 {
    margin-right: calc(var(--spacing) * -1.5);
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-9 {
    margin-left: calc(var(--spacing) * 9);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .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-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[176px\] {
    min-height: 176px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .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-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[8\%\] {
    width: 8%;
  }
  .w-\[28\%\] {
    width: 28%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[57\%\] {
    width: 57%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[420px\] {
    min-width: 420px;
  }
  .min-w-\[560px\] {
    min-width: 560px;
  }
  .min-w-\[640px\] {
    min-width: 640px;
  }
  .min-w-\[760px\] {
    min-width: 760px;
  }
  .min-w-\[820px\] {
    min-width: 820px;
  }
  .min-w-\[860px\] {
    min-width: 860px;
  }
  .min-w-\[920px\] {
    min-width: 920px;
  }
  .min-w-\[960px\] {
    min-width: 960px;
  }
  .min-w-\[980px\] {
    min-width: 980px;
  }
  .min-w-\[1000px\] {
    min-width: 1000px;
  }
  .min-w-\[1040px\] {
    min-width: 1040px;
  }
  .min-w-\[1080px\] {
    min-width: 1080px;
  }
  .min-w-\[1100px\] {
    min-width: 1100px;
  }
  .min-w-\[1120px\] {
    min-width: 1120px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-bottom-right {
    transform-origin: bottom right;
  }
  .origin-top {
    transform-origin: top;
  }
  .origin-top-left {
    transform-origin: top left;
  }
  .origin-top-right {
    transform-origin: top right;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    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);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .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-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-proximity {
    --tw-scroll-snap-strictness: proximity;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-\[3px\] {
    gap: 3px;
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * 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-3\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3.5) * 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-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * 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)));
    }
  }
  .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-border-subtle {
    :where(& > :not(:last-child)) {
      border-color: var(--color-border-subtle);
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .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-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-border-subtle {
    border-color: var(--color-border-subtle);
  }
  .border-sidebar {
    border-color: var(--color-sidebar);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    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);
    }
  }
  .bg-chart-blue {
    background-color: var(--color-chart-blue);
  }
  .bg-chart-green {
    background-color: var(--color-chart-green);
  }
  .bg-chart-purple {
    background-color: var(--color-chart-purple);
  }
  .bg-danger {
    background-color: var(--color-danger);
  }
  .bg-info-soft {
    background-color: var(--color-info-soft);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-soft {
    background-color: var(--color-primary-soft);
  }
  .bg-subtle {
    background-color: var(--color-subtle);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-w1 {
    background-color: var(--color-w1);
  }
  .bg-warning-soft {
    background-color: var(--color-warning-soft);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .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-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .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-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .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-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .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-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-11\! {
    padding-left: calc(var(--spacing) * 11) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-chart-blue {
    color: var(--color-chart-blue);
  }
  .text-chart-green {
    color: var(--color-chart-green);
  }
  .text-chart-purple {
    color: var(--color-chart-purple);
  }
  .text-chart-yellow {
    color: var(--color-chart-yellow);
  }
  .text-danger {
    color: var(--color-danger);
  }
  .text-faint {
    color: var(--color-faint);
  }
  .text-heading {
    color: var(--color-heading);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    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;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-primary {
    accent-color: var(--color-primary);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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;
    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-opacity {
    transition-property: opacity;
    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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .group-focus-within\:text-primary {
    &:is(:where(.group):focus-within *) {
      color: var(--color-primary);
    }
  }
  .placeholder\:text-faint {
    &::placeholder {
      color: var(--color-faint);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:border-border-strong {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-strong);
      }
    }
  }
  .hover\:border-danger {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-danger);
      }
    }
  }
  .hover\:bg-primary-soft {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-soft);
      }
    }
  }
  .hover\:bg-primary\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #00a63e 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-subtle {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-subtle);
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:text-danger {
    &:hover {
      @media (hover: hover) {
        color: var(--color-danger);
      }
    }
  }
  .hover\:text-heading {
    &:hover {
      @media (hover: hover) {
        color: var(--color-heading);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-strong {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-strong);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .data-\[scrolled\=true\]\:shadow-sm {
    &[data-scrolled="true"] {
      --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);
    }
  }
  .sm\:absolute {
    @media (width >= 576px) {
      position: absolute;
    }
  }
  .sm\:inset-4 {
    @media (width >= 576px) {
      inset: calc(var(--spacing) * 4);
    }
  }
  .sm\:top-full {
    @media (width >= 576px) {
      top: 100%;
    }
  }
  .sm\:right-0 {
    @media (width >= 576px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .sm\:left-auto {
    @media (width >= 576px) {
      left: auto;
    }
  }
  .sm\:mt-3 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 576px) {
      display: inline;
    }
  }
  .sm\:w-56 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 56);
    }
  }
  .sm\:w-64 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .sm\:w-72 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 72);
    }
  }
  .sm\:w-80 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 80);
    }
  }
  .sm\:flex-1 {
    @media (width >= 576px) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 576px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .sm\:gap-2 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-3 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-6 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-8 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-lg {
    @media (width >= 576px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:-mx-5 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * -5);
    }
  }
  .md\:mt-5 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:hidden\! {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .md\:size-18 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 18);
      height: calc(var(--spacing) * 18);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-1\.5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:space-y-5 {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-4 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:pr-5 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .md\:pr-6 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:left-64 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 64);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 992px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 992px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 992px) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 992px) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 992px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:mx-0 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-64 {
    @media (width >= 992px) {
      margin-left: calc(var(--spacing) * 64);
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 992px) {
      display: none !important;
    }
  }
  .lg\:inline-flex {
    @media (width >= 992px) {
      display: inline-flex;
    }
  }
  .lg\:h-\[340px\] {
    @media (width >= 992px) {
      height: 340px;
    }
  }
  .lg\:w-72 {
    @media (width >= 992px) {
      width: calc(var(--spacing) * 72);
    }
  }
  .lg\:w-full {
    @media (width >= 992px) {
      width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 992px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 992px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 992px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:gap-1 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .lg\:gap-3 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 992px) {
      overflow: visible;
    }
  }
  .lg\:border-transparent {
    @media (width >= 992px) {
      border-color: transparent;
    }
  }
  .lg\:px-0 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-3\.5 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:px-6 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-2\.5 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:pb-0 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:col-span-4 {
    @media (width >= 1200px) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 1200px) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:mt-10 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:w-64 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .xl\:w-80 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 80);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .xl\:p-12 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .xl\:text-3xl {
    @media (width >= 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\32 xl\:col-span-1 {
    @media (width >= 1400px) {
      grid-column: span 1 / span 1;
    }
  }
  .\32 xl\:col-span-2 {
    @media (width >= 1400px) {
      grid-column: span 2 / span 2;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 1400px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\33 xl\:grid-cols-4 {
    @media (width >= 1600px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .dark\:bg-w1 {
    &:where(.dark, .dark *) {
      background-color: var(--color-w1);
    }
  }
  .dark\:bg-w1\/50 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #ffffff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-w1) 50%, transparent);
      }
    }
  }
  .dark\:bg-w1\/60 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #ffffff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-w1) 60%, transparent);
      }
    }
  }
  .dark\:text-heading {
    &:where(.dark, .dark *) {
      color: var(--color-heading);
    }
  }
}
.dark {
  --color-primary: #16a34a;
  --color-primary-soft: rgb(6 78 59 / 0.35);
  --color-primary-strong: #4ade80;
  --color-secondary: #fdc70f;
  --color-secondary-soft: rgb(120 53 15 / 0.35);
  --color-success: #22c55e;
  --color-success-soft: rgb(20 83 45 / 0.35);
  --color-warning: #fbbf24;
  --color-warning-soft: rgb(120 53 15 / 0.35);
  --color-danger: #f87171;
  --color-danger-soft: rgb(127 29 29 / 0.35);
  --color-info: #38bdf8;
  --color-info-soft: rgb(12 74 110 / 0.35);
  --color-bg: #020617;
  --color-surface: #0f172a;
  --color-w1: #0f172a;
  --color-subtle: #1e293b;
  --color-overlay: rgb(0 0 0 / 0.6);
  --color-heading: #f8fafc;
  --color-text: #cbd5e1;
  --color-text-secondary: #94a3b8;
  --color-muted: #94a3b8;
  --color-faint: #64748b;
  --color-on-primary: #ffffff;
  --color-border: #1e293b;
  --color-border-subtle: #1e293b;
  --color-border-strong: #334155;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
@layer base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: "Inter",
      system-ui,
      -apple-system,
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
  }
  body {
    background-color: var(--color-app-bg);
    color: var(--color-text);
    min-height: 100dvh;
    overflow-x: hidden;
  }
  body {
    transition: background-color 200ms ease,
      color 200ms ease;
  }
  html.no-transition,
  html.no-transition *,
  html.no-transition *::before,
  html.no-transition *::after {
    transition: none !important;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 3px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-muted);
  }
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
  }
  :focus-visible {
    outline: 2px solid var(--color-primary-500);
    outline-offset: 2px;
    border-radius: var(--radius-md);
  }
  button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  [tabindex]:focus-visible {
    outline: 2px solid var(--color-primary-500);
    outline-offset: 2px;
  }
  :focus:not(:focus-visible) {
    outline: none;
  }
}
@layer utilities {
  .bg-w1 {
    background-color: #ffffff;
  }
  .dark .bg-w1 {
    background-color: #0f172a;
  }
  @media (min-width: 992px) {
    .sidebar-collapsed #sidebar {
      width: 5rem;
    }
    .sidebar-collapsed #topbar {
      left: 5rem;
    }
    .sidebar-collapsed #main-content {
      margin-left: 5rem;
    }
    .sidebar-collapsed #sidebar .nav-text {
      opacity: 0;
      width: 0;
      overflow: hidden;
      flex: 0 0 0;
      margin: 0;
      padding: 0;
    }
    .sidebar-collapsed #sidebar > div:first-child {
      justify-content: center;
      padding-left: 0;
      padding-right: 0;
    }
    .sidebar-collapsed #sidebar > div:first-child > div {
      gap: 0;
      justify-content: center;
    }
    .sidebar-collapsed #sidebar nav {
      padding-left: 0;
      padding-right: 0;
    }
    .sidebar-collapsed #sidebar .nav-item {
      width: 2.75rem;
      height: 2.75rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      gap: 0;
      justify-content: center;
      background-color: transparent;
      border-color: transparent;
      border-radius: var(--radius-md);
      transition: background-color 150ms ease,
        color 150ms ease,
        border-color 150ms ease;
    }
    .sidebar-collapsed #sidebar .nav-item:hover {
      background-color: var(--color-primary-soft);
      color: var(--color-primary);
    }
    .sidebar-collapsed #sidebar .nav-item.is-active,
    .sidebar-collapsed #sidebar .nav-item.is-active:hover {
      background-color: var(--color-primary);
      color: var(--color-on-primary);
      border-color: var(--color-primary);
    }
    .sidebar-collapsed #sidebar .nav-group {
      position: relative;
    }
    .sidebar-collapsed #sidebar .nav-group [data-nav-menu] {
      display: flex !important;
      flex-direction: column;
      gap: 2px;
      position: fixed;
      margin: 0;
      padding: 6px;
      min-width: 200px;
      width: auto;
      overflow: visible;
      background-color: var(--color-w1);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-lg);
      box-shadow: 0 10px 24px -8px rgba(15, 23, 42, 0.18),
        0 4px 8px -4px rgba(15, 23, 42, 0.08);
      z-index: 50;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-4px);
      transition: opacity 150ms ease,
        transform 150ms ease,
        visibility 150ms ease;
    }
    .sidebar-collapsed #sidebar .nav-group:hover [data-nav-menu],
    .sidebar-collapsed #sidebar .nav-group:focus-within [data-nav-menu] {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(0);
    }
    .sidebar-collapsed #sidebar .nav-group [data-nav-menu] .nav-sub {
      opacity: 1;
      width: auto;
      overflow: visible;
      white-space: nowrap;
      padding: 8px 12px;
      font-size: 13px;
    }
  }
  #sidebar .sidebar-footer-full {
    display: flex;
  }
  #sidebar .sidebar-footer-mini {
    display: none;
  }
  .sidebar-collapsed #sidebar .sidebar-footer-full {
    display: none;
  }
  .sidebar-collapsed #sidebar .sidebar-footer-mini {
    display: flex;
  }
  .text-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.15em;
  }
  .transition-width {
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .transition-left {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .transition-spacing {
    transition-property: margin, padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .nav-text {
    transition: opacity 0.2s ease,
      width 0.2s ease;
  }
  .dropdown-menu {
    transition: opacity 0.2s ease,
      transform 0.2s ease;
  }
  .dropdown-menu[data-dropdown-menu] {
    z-index: 40;
  }
  .topbar-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.04);
  }
  .bottom-sheet-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
  #sidebar .nav-item.is-active,
  #sidebar .nav-item.is-active:hover,
  #mobile-sidebar .is-active,
  #mobile-sidebar .is-active:hover {
    background-color: var(--color-primary);
    color: var(--color-on-primary);
    border-color: var(--color-primary);
  }
  #sidebar .nav-sub.is-active,
  #sidebar .nav-sub.is-active:hover {
    background-color: transparent;
    color: var(--color-primary);
    font-weight: 600;
  }
  .sidebar-icon-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
    color: var(--color-muted);
  }
  .sidebar-icon-btn:hover {
    color: var(--color-primary-500);
  }
  .sidebar-icon-btn.active {
    background-color: var(--color-primary-500);
    color: #ffffff;
  }
  .sidebar-icon-btn:focus-visible {
    outline: 2px solid var(--color-primary-500);
    outline-offset: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html.no-transition,
  html.no-transition * {
    transition: none !important;
  }
}
button {
  cursor: pointer;
}
@layer utilities {
  .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    background: var(--color-primary);
  }
  .brand-logo img {
    width: 64%;
    height: 64%;
    object-fit: contain;
  }
  .nav-section {
    padding: 14px 16px 4px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--color-faint);
    white-space: nowrap;
    user-select: none;
  }
  .nav-section:first-child {
    padding-top: 4px;
  }
  #sidebar nav .nav-item,
  #mobile-sidebar nav .mobile-nav-item {
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    color: var(--color-muted);
    font-weight: 500;
    transition: background-color var(--transition-fast),
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  #sidebar nav .nav-item:hover,
  #mobile-sidebar nav .mobile-nav-item:hover {
    background-color: color-mix(
      in srgb,
      #00a63e 7%,
      transparent
    );
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
      in srgb,
      var(--color-primary) 7%,
      transparent
    );
    }
    color: var(--color-heading);
    border-color: transparent;
  }
  #sidebar nav .nav-item:hover i,
  #mobile-sidebar nav .mobile-nav-item:hover i {
    color: var(--color-primary);
  }
  #sidebar nav .nav-item.is-active,
  #sidebar nav .nav-item.is-active:hover,
  #mobile-sidebar nav .mobile-nav-item.is-active,
  #mobile-sidebar nav .mobile-nav-item.is-active:hover {
    background-color: var(--color-primary-soft);
    color: var(--color-primary);
    border-color: transparent;
    font-weight: 600;
  }
  #sidebar nav .nav-item.is-active i,
  #mobile-sidebar nav .mobile-nav-item.is-active i {
    color: var(--color-primary);
  }
  #sidebar [data-nav-menu],
  #mobile-sidebar [data-nav-menu] {
    border-left: 1.5px solid var(--color-border);
    margin-left: 1.55rem;
    padding-left: 0.65rem;
  }
  #sidebar .nav-sub,
  #mobile-sidebar [data-nav-menu] a {
    position: relative;
    font-weight: 500;
  }
  #sidebar .nav-sub.is-active {
    background: color-mix(in srgb, #00a63e 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-primary) 8%, transparent);
    }
  }
  #sidebar [data-nav-trigger][aria-expanded="true"] .ph-caret-down,
  #mobile-sidebar [data-nav-trigger][aria-expanded="true"] .ph-caret-down {
    transform: rotate(180deg);
  }
  #sidebar [data-nav-trigger] .ph-plus,
  #mobile-sidebar [data-nav-trigger] .ph-plus {
    transition: transform var(--transition-fast);
  }
  #sidebar [data-nav-trigger][aria-expanded="true"] .ph-plus,
  #mobile-sidebar [data-nav-trigger][aria-expanded="true"] .ph-plus {
    transform: rotate(45deg);
  }
  @media (min-width: 992px) {
    .sidebar-collapsed #sidebar .nav-section {
      height: 1px;
      padding: 0;
      margin: 10px 18px;
      overflow: hidden;
      background: var(--color-border);
      color: transparent;
    }
    .sidebar-collapsed #sidebar [data-nav-menu] {
      border-left: none;
      margin-left: 0;
      padding-left: 6px;
    }
    .sidebar-collapsed #sidebar nav .nav-item.is-active,
    .sidebar-collapsed #sidebar nav .nav-item.is-active:hover {
      background-color: var(--color-primary);
      color: var(--color-on-primary);
    }
    .sidebar-collapsed #sidebar nav .nav-item.is-active i {
      color: var(--color-on-primary);
    }
  }
  #sidebar nav::-webkit-scrollbar {
    width: 4px;
  }
  #sidebar nav::-webkit-scrollbar-thumb {
    background: transparent;
  }
  #sidebar nav:hover::-webkit-scrollbar-thumb {
    background: var(--color-border-strong);
  }
  .topbar-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
    border-radius: var(--radius-lg);
    transition: background-color var(--transition-fast),
      color var(--transition-fast);
  }
  .topbar-icon-btn:hover {
    background-color: color-mix(in srgb, #00a63e 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-primary) 8%, transparent);
    }
    color: var(--color-primary);
  }
  .topbar-divider {
    width: 1px;
    height: 22px;
    background: var(--color-border);
    flex-shrink: 0;
  }
  .topbar-search {
    transition: background-color var(--transition-fast),
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .topbar-search:focus-within {
    background-color: var(--color-w1);
    border-color: color-mix(in srgb, #00a63e 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-primary) 35%, transparent);
    }
    box-shadow: 0 0 0 4px color-mix(in srgb, #00a63e 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 10%, transparent);
    }
  }
  .kbd-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-faint);
    background: var(--color-w1);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
  }
  .topbar-badge {
    box-shadow: 0 0 0 2px var(--color-w1);
  }
}
@layer utilities {
  #sidebar,
  #mobile-sidebar {
    background-color: var(--color-sidebar);
    border-color: var(--color-sidebar-border);
    color: #e2e8f0;
  }
  #sidebar .border-border,
  #sidebar .border-border-subtle,
  #mobile-sidebar .border-border,
  #mobile-sidebar .border-border-subtle {
    border-color: var(--color-sidebar-border) !important;
  }
  #sidebar nav .nav-item,
  #mobile-sidebar nav .mobile-nav-item {
    color: #94a3b8;
  }
  #sidebar nav .nav-item:hover,
  #mobile-sidebar nav .mobile-nav-item:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: #ffffff;
  }
  #sidebar nav .nav-item:hover i,
  #mobile-sidebar nav .mobile-nav-item:hover i {
    color: var(--color-primary-strong);
  }
  #sidebar nav .nav-item.is-active,
  #sidebar nav .nav-item.is-active:hover,
  #mobile-sidebar nav .mobile-nav-item.is-active,
  #mobile-sidebar nav .mobile-nav-item.is-active:hover {
    background-color: rgb(255 255 255 / 0.07);
    color: #ffffff;
    font-weight: 600;
  }
  #sidebar nav .nav-item.is-active i,
  #mobile-sidebar nav .mobile-nav-item.is-active i {
    color: var(--color-primary);
  }
  #sidebar .nav-section,
  #mobile-sidebar .nav-section {
    color: #64748b;
  }
  #sidebar [data-nav-menu],
  #mobile-sidebar [data-nav-menu] {
    border-left-color: var(--color-sidebar-border);
  }
  #sidebar .nav-sub,
  #mobile-sidebar [data-nav-menu] a {
    color: #94a3b8;
  }
  #sidebar .nav-sub:hover,
  #mobile-sidebar [data-nav-menu] a:hover {
    color: #ffffff;
    background-color: rgb(255 255 255 / 0.05);
  }
  #mobile-sidebar [data-nav-menu] a.is-active,
  #mobile-sidebar [data-nav-menu] a.is-active:hover {
    color: var(--color-on-primary);
  }
  .sidebar-collapsed #sidebar .nav-group [data-nav-menu] {
    background-color: var(--color-sidebar-soft);
    border-color: var(--color-sidebar-border);
  }
  @media (min-width: 992px) {
    .sidebar-collapsed #sidebar > div:first-child {
      justify-content: center;
      padding-left: 0;
      padding-right: 0;
    }
    .sidebar-collapsed #sidebar > div:first-child > a {
      display: none;
    }
  }
  .sidebar-toggle-btn {
    color: #94a3b8;
  }
}
@layer utilities {
  .card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
      0 1px 3px rgba(15, 23, 42, 0.03);
  }
  .card-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-heading);
    letter-spacing: -0.01em;
  }
  .card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    transition: color var(--transition-fast),
      border-color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .card-action:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
  }
  .period-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-muted);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    transition: border-color var(--transition-fast),
      color var(--transition-fast);
  }
  .period-btn:hover {
    color: var(--color-heading);
    border-color: var(--color-border-strong);
  }
  .mini-stat {
    background: var(--color-subtle);
    border-radius: var(--radius-xl);
    padding: 14px;
  }
  .dark .mini-stat {
    background: rgb(255 255 255 / 0.03);
  }
  .trend {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    font-weight: 600;
  }
  .trend-up {
    color: var(--color-success);
  }
  .trend-down {
    color: var(--color-danger);
  }
  .seg {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
  }
  .seg-item {
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-muted);
    transition: background-color var(--transition-fast),
      color var(--transition-fast);
  }
  .seg-item.is-active {
    background: var(--color-surface);
    color: var(--color-heading);
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  }
  .dark .seg-item.is-active {
    background: var(--color-border);
  }
  .meter {
    display: flex;
    gap: 3px;
    height: 12px;
  }
  .meter-seg {
    flex: 1;
    border-radius: 2px;
    background: currentColor;
    opacity: 0.18;
  }
  .meter-seg.is-on {
    opacity: 1;
  }
  .legend-dot {
    width: 9px;
    height: 9px;
    border-radius: var(--radius-full);
    flex-shrink: 0;
  }
  .heat-cell {
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    background: var(--color-subtle);
  }
  .heat-1 {
    background: #bbf7d0;
  }
  .heat-2 {
    background: #4ade80;
  }
  .heat-3 {
    background: #15803d;
  }
  .dark .heat-1 {
    background: rgb(34 197 94 / 0.25);
  }
  .dark .heat-2 {
    background: rgb(34 197 94 / 0.55);
  }
  .dark .heat-3 {
    background: #16a34a;
  }
  .waffle-col {
    align-items: center;
  }
  .waffle-sq {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }
  @media (max-width: 575.98px) {
    .waffle-sq {
      width: 9px;
      height: 9px;
    }
  }
  .status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid currentColor;
    line-height: 1.2;
  }
  .status-confirmed {
    color: var(--color-success);
  }
  .status-pending {
    color: var(--color-warning);
  }
  .status-cancel {
    color: var(--color-danger);
  }
  .count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 2px 8px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--color-border);
    color: var(--color-text);
  }
  .count-badge.is-green {
    color: var(--color-success);
    border-color: color-mix(in srgb, #16a34a 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-success) 40%, transparent);
    }
  }
  .count-badge.is-amber {
    color: var(--color-warning);
    border-color: color-mix(in srgb, #f59e0b 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-warning) 40%, transparent);
    }
  }
  .count-badge.is-blue {
    color: var(--color-info);
    border-color: color-mix(in srgb, #0ea5e9 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-info) 40%, transparent);
    }
  }
  .row-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--radius-md);
    color: var(--color-muted);
    transition: color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .row-icon-btn:hover {
    color: var(--color-primary);
    background: var(--color-primary-soft);
  }
  @media (max-width: 575.98px) {
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
      font-size: 16px;
    }
  }
  @media (max-width: 575.98px) {
    [class*="text-\[11px\]"],
    .trend,
    .cust-trend,
    .exp-trend,
    .inv-trend,
    .moon-chip,
    .ai-pill,
    .legend-item,
    .chart-legend {
      font-size: 12px;
    }
  }
}
@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-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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-scroll-snap-strictness: proximity;
      --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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/dashboard2.css ***!
  \***************************************************************************************************************************/
/* ==========================================================================
   Interoly – AI Inventory Dashboard (dashboard.html)
   A premium inventory-focused dashboard built on the shared design system.
   Only the order-status badge and the card hover-lift are page-specific;
   everything else reuses .card / .stat-icon / .meter / .heat-* / .form-* etc.
   Token-driven for light + dark.
   ========================================================================== */

@layer utilities {
  /* ── Hover lift for interactive cards ───────────────────────────── */
  .card-lift {
    transition:
      transform var(--transition-normal),
      box-shadow var(--transition-normal),
      border-color var(--transition-normal);
  }
  .card-lift:hover {
    transform: translateY(-2px);
    border-color: var(--color-border-strong);
    box-shadow: 0 12px 26px -14px rgba(15, 23, 42, 0.22);
  }

  /* ── Order status badge (soft filled) ───────────────────────────── */
  .dash-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 92px;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .dash-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: var(--radius-full);
    background: currentColor;
  }
  .dash-delivered {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .dash-processing {
    color: var(--color-info);
    background: var(--color-info-soft);
    border-color: color-mix(in srgb, var(--color-info) 35%, transparent);
  }
  .dash-pending {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .dash-cancelled {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }

  /* ── Add Product dialog (centered, fade + lift) ─────────────────── */
  #add-product-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #add-product-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #add-product-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #add-product-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }

  /* ── Order details drawer (slide in from right) ─────────────────── */
  #order-drawer .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #order-drawer.is-open .modal-backdrop {
    opacity: 1;
  }
  .order-drawer-panel {
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #order-drawer.is-open .order-drawer-panel {
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #add-product-modal .modal-dialog,
    .order-drawer-panel {
      transition: none;
    }
  }
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/dashboard3.css ***!
  \***************************************************************************************************************************/
/* ==========================================================================
   Interoly – "MoonRow" ticket-sales dashboard (dashboard-3.html)
   A self-contained dashboard with its own top nav and an orange/navy accent
   palette. Surfaces/text use the shared design tokens (so dark + light work);
   the orange/navy/gray accents are scoped to `.moon`. No gradients — the
   mockup's gradient fills and hatched tracks are rendered as flat solids.
   ========================================================================== */

@layer utilities {
  /* Accents map to the shared index.css chart tokens so the page matches the
     rest of the app and flips correctly for dark/light. */
  .moon {
    --m-orange: var(--color-chart-green);
    --m-orange-soft: var(--color-primary-soft);
    --m-navy: var(--color-chart-purple);
    --m-navy-soft: color-mix(in srgb, var(--color-chart-purple) 14%, transparent);
    --m-gray: var(--color-chart-blue);
    --m-track: var(--color-subtle);
  }

  /* ── Top nav ────────────────────────────────────────────────────── */
  .moon-link {
    padding: 8px 12px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-muted);
    white-space: nowrap;
    transition: color var(--transition-fast), background-color var(--transition-fast);
  }
  .moon-link:hover {
    color: var(--color-heading);
  }
  .moon-link.is-active {
    color: var(--color-heading);
    font-weight: 600;
    background: var(--color-subtle);
  }
  .moon-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 14px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500;
    transition: background-color var(--transition-fast);
  }
  .moon-icon-btn:hover {
    background: color-mix(in srgb, var(--color-muted) 18%, transparent);
  }

  /* ── Segmented period tabs (Daily / Weekly / Monthly / Annualy) ──── */
  .moon-seg {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
  }
  .moon-seg-item {
    padding: 7px 16px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-muted);
    white-space: nowrap;
    transition: background-color var(--transition-fast), color var(--transition-fast);
  }
  .moon-seg-item:hover {
    color: var(--color-heading);
  }
  .moon-seg-item.is-active {
    background: var(--color-primary);
    color: var(--color-on-primary);
    font-weight: 600;
  }

  /* ── Round circular action button ───────────────────────────────── */
  .moon-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
    color: var(--color-text);
    transition: background-color var(--transition-fast), color var(--transition-fast);
  }
  .moon-round:hover {
    color: var(--color-heading);
    background: color-mix(in srgb, var(--color-muted) 18%, transparent);
  }

  /* ── Progress bars ──────────────────────────────────────────────── */
  .moon-bar {
    height: 12px;
    border-radius: var(--radius-full);
    background: var(--m-track);
    overflow: hidden;
  }
  .moon-bar > span {
    display: block;
    height: 100%;
    border-radius: var(--radius-full);
  }
  .moon-fill-orange { background: var(--m-orange); }
  .moon-fill-navy { background: var(--m-navy); }
  .moon-fill-gray { background: var(--m-gray); }

  /* ── Accent dot / text helpers ──────────────────────────────────── */
  .moon-dot {
    width: 9px;
    height: 9px;
    border-radius: var(--radius-full);
    flex-shrink: 0;
  }
  .moon-bg-orange { background: var(--m-orange); }
  .moon-bg-navy { background: var(--m-navy); }
  .moon-bg-gray { background: var(--m-gray); }
  .moon-text-orange { color: var(--m-orange); }
  .moon-text-navy { color: var(--m-navy); }

  /* Small left accent tick before a label */
  .moon-tick {
    width: 3px;
    height: 14px;
    border-radius: var(--radius-full);
    flex-shrink: 0;
  }

  /* ── Trend chip ─────────────────────────────────────────────────── */
  .moon-chip {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px;
    border-radius: var(--radius-md);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
  }
  .moon-chip-up { color: var(--color-success); background: var(--color-success-soft); }
  .moon-chip-down { color: var(--color-danger); background: var(--color-danger-soft); }

  /* ── Gauge centre label overlay ─────────────────────────────────── */
  .moon-gauge {
    position: relative;
  }
  .moon-gauge-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
  }

  /* ── Retention cohort columns (flat squares, no gradient) ───────── */
  .moon-cohort {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    height: 100%;
    min-height: 160px;
  }
  .moon-cohort-col {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3px;
    flex: 1;
    min-width: 0;
  }
  .moon-sq {
    width: 100%;
    max-width: 16px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
  }
  .moon-sq-orange { background: var(--m-orange); }
  .moon-sq-navy { background: var(--m-navy); }

  /* ── Details modal animation ────────────────────────────────────── */
  #moon-details-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #moon-details-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #moon-details-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #moon-details-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #moon-details-modal .modal-dialog {
      transition: none;
    }
  }
}

/* Lift the 11px chip label to a readable 12px on phones. */
@media (max-width: 575.98px) {
  .moon-chip {
    font-size: 12px;
  }
}

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/items.css ***!
  \**********************************************************************************************************************/
/* ==========================================================================
   Interoly – Items page & "Add New Item" modal
   Token-driven so light + dark both work. Opt-in classes only.
   ========================================================================== */

@layer utilities {
  /* ── Primary action button ──────────────────────────────────────── */
  /* The `:not([class*="h-"])` on height lets a page override the default with
     an h-9 / h-10 utility. These rules share Tailwind's utilities layer, so
     precedence is source order — without the guard the component always wins
     and those height classes silently do nothing. */
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: var(--radius-lg);
    background: var(--color-primary);
    color: var(--color-on-primary);
    font-size: 14px;
    font-weight: 600;
    transition: background-color var(--transition-fast);
  }
  .btn-primary:not([class*="h-"]) {
    height: 42px;
  }
  .btn-primary:hover {
    background: var(--color-primary-strong);
  }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    transition:
      border-color var(--transition-fast),
      color var(--transition-fast);
  }
  .btn-ghost:not([class*="h-"]) {
    height: 42px;
  }
  .btn-ghost:hover {
    color: var(--color-heading);
    border-color: var(--color-border-strong);
  }

  @media (max-width: 575.98px) {
    .btn-primary:not([class*="h-"]),
    .btn-ghost:not([class*="h-"]) {
      height: 32px;
      padding: 0 12px;
      font-size: 13px;
      border-radius: var(--radius-sm);
    }
  }

  /* ── Stock-on-hand soft badge ───────────────────────────────────── */
  .stock-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 5px 10px;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
  }
  .stock-green {
    background: var(--color-success-soft);
    color: var(--color-success);
  }
  .stock-purple {
    background: color-mix(in srgb, var(--color-chart-purple) 16%, transparent);
    color: var(--color-chart-purple);
  }
  .stock-red {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }
  .stock-yellow {
    background: var(--color-warning-soft);
    color: var(--color-warning);
  }
  .stock-blue {
    background: var(--color-info-soft);
    color: var(--color-info);
  }
  .stock-gray {
    background: var(--color-subtle);
    color: var(--color-muted);
  }

  /* ── Reorder-level mini bars ────────────────────────────────────── */
  .reorder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
  }
  .reorder-bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 14px;
  }
  .reorder-bars span {
    width: 3px;
    border-radius: 1px;
    background: var(--color-border-strong);
  }
  .reorder-bars span:nth-child(1) {
    height: 6px;
  }
  .reorder-bars span:nth-child(2) {
    height: 10px;
  }
  .reorder-bars span:nth-child(3) {
    height: 14px;
  }
  .reorder-bars span.on {
    background: var(--color-primary);
  }
  .reorder-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text);
  }

  /* ── Pagination ─────────────────────────────────────────────────── */
  .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500;
    transition:
      border-color var(--transition-fast),
      color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .page-btn:hover:not(:disabled) {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .page-btn.is-active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-on-primary);
  }

  /* ==================================================================
     Add New Item modal
     ================================================================== */
  .modal-section {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
  }
  .modal-section-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
  }

  /* ── Form controls ──────────────────────────────────────────────── */
  .form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-heading);
  }
  .form-input,
  .form-select,
  .form-textarea {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-heading);
    font-size: 14px;
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .form-textarea {
    height: auto;
    min-height: 110px;
    padding: 12px 14px;
    resize: vertical;
  }
  .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27 stroke=%27%2364748b%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M4 6l4 4 4-4%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer;
  }
  .form-input::placeholder,
  .form-textarea::placeholder {
    color: var(--color-faint);
  }
  .form-input:focus,
  .form-select:focus,
  .form-textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-primary) 15%, transparent);
  }

  /* Input with a trailing unit/currency select */
  .input-group {
    display: flex;
    align-items: stretch;
    height: 44px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .input-group:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-primary) 15%, transparent);
  }
  .input-group--prefix {
    flex-direction: row-reverse;
  }
  .input-group input {
    flex: 1;
    min-width: 0;
    padding: 0 14px;
    background: var(--color-surface);
    color: var(--color-heading);
    font-size: 14px;
    border: none;
    outline: none;
  }
  .input-group input::placeholder {
    color: var(--color-faint);
  }
  .input-group select {
    appearance: none;
    background: var(--color-subtle);
    color: var(--color-text);
    font-size: 13px;
    border: none;
    border-left: 1px solid var(--color-border);
    padding: 0 28px 0 12px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 fill=%27none%27 stroke=%27%2364748b%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M4 6l4 4 4-4%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
  }
  .input-group--prefix select {
    border-left: none;
    border-right: 1px solid var(--color-border);
  }

  /* Returnable checkbox */
  .form-check {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    accent-color: var(--color-primary);
    cursor: pointer;
  }

  /* Image dropzone */
  .dropzone {
    border: 1.5px dashed var(--color-border-strong);
    border-radius: var(--radius-xl);
    background: var(--color-subtle);
    transition: border-color var(--transition-fast);
  }
  .dropzone:hover,
  .dropzone.is-dragging {
    border-color: var(--color-primary);
  }
  .dropzone.is-dragging {
    background: var(--color-primary-soft);
  }

  /* Modal open / close animation — panel slides up from the bottom on open
     and drops back down on close; backdrop cross-fades. */
  #add-item-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #add-item-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #add-item-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #add-item-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #add-item-modal .modal-panel {
      transition: none;
    }
  }
}

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/adjustments.css ***!
  \****************************************************************************************************************************/
/* ==========================================================================
   Interoly – Inventory Adjustments page & "Add New Adjustment" modal
   Reuses the shared form / modal / dropzone classes from items.css; only the
   adjustment-specific pieces live here. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Status pill (soft filled) ──────────────────────────────────── */
  .adj-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .adj-adjusted {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .adj-pending {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .adj-cancel {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }
  .adj-completed {
    color: var(--color-info);
    background: var(--color-info-soft);
    border-color: color-mix(in srgb, var(--color-info) 35%, transparent);
  }
  .adj-draft {
    color: var(--color-muted);
    background: var(--color-subtle);
    border-color: var(--color-border);
  }

  /* ── Type pill (outlined neutral) ───────────────────────────────── */
  .adj-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-text-secondary);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    white-space: nowrap;
  }

  /* ── Modal item-details table ───────────────────────────────────── */
  .adj-item-table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0;
  }
  .adj-item-table thead th {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-muted);
    text-align: left;
    padding: 12px 14px;
    background: var(--color-subtle);
    border-bottom: 1px solid var(--color-border);
  }
  .adj-item-table thead th:first-child {
    border-top-left-radius: var(--radius-lg);
  }
  .adj-item-table thead th:last-child {
    border-top-right-radius: var(--radius-lg);
  }
  .adj-item-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--color-border);
    vertical-align: middle;
  }
  .adj-item-table .num-cell {
    text-align: right;
    color: var(--color-text);
    font-variant-numeric: tabular-nums;
  }

  .adj-grip {
    cursor: grab;
    color: var(--color-faint);
  }
  .adj-grip:active {
    cursor: grabbing;
  }
  .adj-thumb {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: var(--radius-md);
    background: var(--color-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-faint);
  }
  /* Borderless cell input inside the item row */
  .adj-cell-input {
    width: 100%;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--color-heading);
  }
  .adj-cell-input::placeholder {
    color: var(--color-faint);
  }
  .adj-cell-input.num {
    text-align: right;
  }

  /* Small square row-action button inside the item table */
  .adj-row-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .adj-row-btn:hover {
    color: var(--color-heading);
    border-color: var(--color-border-strong);
    background: var(--color-subtle);
  }

  /* Modal open / close animation — panel slides up from the bottom on open
     and drops back down on close; backdrop cross-fades. Mirrors the
     "Add New Item" modal. */
  #add-adjustment-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #add-adjustment-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #add-adjustment-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #add-adjustment-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #add-adjustment-modal .modal-panel {
      transition: none;
    }
  }
}

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/count.css ***!
  \**********************************************************************************************************************/
/* ==========================================================================
   Interoly – Inventory Count page & "Create Inventory Count" modal
   Reuses shared form/modal/table classes; only the radio control is new.
   Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Count status pill (soft filled) ────────────────────────────── */
  .count-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .count-completed {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .count-progress {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .count-draft {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }

  /* ── Items chip (All / number) ──────────────────────────────────── */
  .count-items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 4px 12px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
  }

  /* ── Radio control (Entire Inventory / Partial) ─────────────────── */
  .form-radio {
    appearance: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: var(--radius-full);
    border: 2px solid var(--color-border-strong);
    background: var(--color-surface);
    cursor: pointer;
    position: relative;
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .form-radio:checked {
    border-color: var(--color-primary);
  }
  .form-radio:checked::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: var(--radius-full);
    background: var(--color-primary);
  }
  .form-radio:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 18%, transparent);
  }

  /* Character counter aligned to the textarea's bottom-right */
  .textarea-counter {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 11px;
    color: var(--color-faint);
    pointer-events: none;
  }

  /* Modal open / close animation — panel slides up from the bottom on open
     and drops back down on close; backdrop cross-fades. Mirrors the
     "Add New Item" modal. */
  #create-count-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #create-count-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #create-count-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #create-count-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #create-count-modal .modal-panel {
      transition: none;
    }
  }
}

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/orders.css ***!
  \***********************************************************************************************************************/
/* ==========================================================================
   Interoly – Sales Orders page & "Create New Sales Order" modal
   Reuses shared form/modal/dropzone/table classes from items.css + the
   adjustment item-table from adjustments.css. Only order-specific pieces here.
   Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Stat card (Total / New / Pending / Order items) ────────────── */
  .stat-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
  }
  .stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: var(--radius-lg);
    font-size: 19px;
  }
  .stat-icon-green {
    background: var(--color-success-soft);
    color: var(--color-success);
  }
  .stat-icon-purple {
    background: color-mix(in srgb, var(--color-chart-purple) 16%, transparent);
    color: var(--color-chart-purple);
  }
  .stat-icon-amber {
    background: var(--color-warning-soft);
    color: var(--color-warning);
  }
  .stat-icon-blue {
    background: var(--color-info-soft);
    color: var(--color-info);
  }

  /* ── Toolbar search ─────────────────────────────────────────────── */
  .toolbar-search {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 14px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    transition: border-color var(--transition-fast);
  }
  .toolbar-search:focus-within {
    border-color: var(--color-primary);
  }
  .toolbar-search input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 13px;
    color: var(--color-heading);
  }
  .toolbar-search input::placeholder {
    color: var(--color-faint);
  }

  /* ── Status pill (soft filled) ──────────────────────────────────── */
  .order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .order-confirmed {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .order-transit {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .order-draft {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }

  /* ── Progress bar ───────────────────────────────────────────────── */
  .order-progress {
    width: 92px;
    height: 6px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
    overflow: hidden;
  }
  .order-progress > span {
    display: block;
    height: 100%;
    border-radius: var(--radius-full);
    background: var(--color-primary);
  }

  /* ── Items chip + order-count chip ──────────────────────────────── */
  .order-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 4px 12px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
  }
  .order-chip-green {
    color: var(--color-success);
    border-color: color-mix(in srgb, var(--color-success) 40%, transparent);
  }
  .order-chip-red {
    color: var(--color-danger);
    border-color: color-mix(in srgb, var(--color-danger) 40%, transparent);
  }
  .order-chip-blue {
    color: var(--color-info);
    border-color: color-mix(in srgb, var(--color-info) 40%, transparent);
  }
  .order-chip-amber {
    color: var(--color-warning);
    border-color: color-mix(in srgb, var(--color-warning) 40%, transparent);
  }

  /* ── Totals panel rows (modal) ──────────────────────────────────── */
  .totals-row {
    display: grid;
    /* minmax(0, 1fr) lets the field column shrink below its content's
       intrinsic min-width (e.g. the Discount input + $/% select), so the
       row stays inside the modal on small screens instead of overflowing. */
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
  }
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/analysis.css ***!
  \*************************************************************************************************************************/
/* ==========================================================================
   Interoly – Sales Analysis page
   Reuses shared table/chip classes from items.css + orders.css. Only the tab
   bar and two extra chip colors are added here. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Tabs (Profit & Loss / Purchase & Sales) ────────────────────── */
  .anl-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
  }
  .anl-tab {
    position: relative;
    margin-bottom: -1px;
    margin-right: 28px;
    padding: 14px 2px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-muted);
    border-bottom: 2px solid transparent;
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .anl-tab:hover {
    color: var(--color-heading);
  }
  .anl-tab.is-active {
    color: var(--color-primary);
    font-weight: 600;
    border-bottom-color: var(--color-primary);
  }

  /* ── Extra outlined chip colours (green/red/blue/amber live in orders.css) ── */
  .order-chip-purple {
    color: var(--color-chart-purple);
    border-color: color-mix(in srgb, var(--color-chart-purple) 40%, transparent);
  }
  .order-chip-gray {
    color: var(--color-muted);
    border-color: var(--color-border);
  }
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/payments.css ***!
  \*************************************************************************************************************************/
/* ==========================================================================
   Interoly – Payment Received page & "Create New Record Payment" modal
   Reuses orders.css (stat card, chips, toolbar) + items.css/adjustments.css.
   Only the payment-specific bits live here. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* Soft round icon button at the top-right of each stat card */
  .stat-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: var(--radius-md);
    color: var(--color-muted);
    transition:
      color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .stat-link:hover {
    color: var(--color-primary);
    background: var(--color-primary-soft);
  }

  .stat-icon-rose {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }

  /* Payment count chip (soft filled) */
  .pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    padding: 5px 12px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid transparent;
  }
  .pay-chip-green {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .pay-chip-red {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }
  .pay-chip-purple {
    color: var(--color-chart-purple);
    background: color-mix(in srgb, var(--color-chart-purple) 14%, transparent);
    border-color: color-mix(in srgb, var(--color-chart-purple) 35%, transparent);
  }
  .pay-chip-blue {
    color: var(--color-info);
    background: var(--color-info-soft);
    border-color: color-mix(in srgb, var(--color-info) 35%, transparent);
  }
  .pay-chip-amber {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }

  /* Totals summary rows in the modal */
  .pay-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/vendors.css ***!
  \************************************************************************************************************************/
/* ==========================================================================
   Interoly – Vendors page & "Create New Vendor" modal
   Reuses orders.css (toolbar, chips), items.css/adjustments.css (form, modal,
   dropzone) and analysis.css (.anl-tab). Only the tinted stat cards are new.
   Flat soft tints (no gradients). Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Tinted stat card ───────────────────────────────────────────── */
  .vstat {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
  }
  .vstat-green {
    background: color-mix(in srgb, var(--color-success) 8%, var(--color-surface));
    border-color: color-mix(in srgb, var(--color-success) 22%, var(--color-border));
  }
  .vstat-blue {
    background: color-mix(in srgb, var(--color-info) 8%, var(--color-surface));
    border-color: color-mix(in srgb, var(--color-info) 22%, var(--color-border));
  }
  .vstat-purple {
    background: color-mix(in srgb, var(--color-chart-purple) 8%, var(--color-surface));
    border-color: color-mix(in srgb, var(--color-chart-purple) 22%, var(--color-border));
  }
  .vstat-rose {
    background: color-mix(in srgb, var(--color-danger) 8%, var(--color-surface));
    border-color: color-mix(in srgb, var(--color-danger) 22%, var(--color-border));
  }

  /* Solid round icon badge */
  .vstat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: var(--radius-full);
    color: #fff;
    font-size: 20px;
  }
  .vstat-icon-green {
    background: var(--color-success);
  }
  .vstat-icon-blue {
    background: var(--color-info);
  }
  .vstat-icon-purple {
    background: var(--color-chart-purple);
  }
  .vstat-icon-rose {
    background: var(--color-danger);
  }
}

/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/purchase-orders.css ***!
  \********************************************************************************************************************************/
/* ==========================================================================
   Interoly – Purchase Orders page & "Create New Purchase Order" modal
   Reuses orders.css (status pills, chips, toolbar), items.css/adjustments.css
   (form, modal, item table, dropzone) and count.css (.form-radio).
   Only the dot-matrix stat chart is new. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Dot-matrix mini chart inside each stat card ────────────────── */
  .dot-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, 1fr);
    gap: 4px;
  }
  .dot-grid span {
    width: 7px;
    height: 7px;
    border-radius: var(--radius-full);
    background: var(--color-border);
  }
  .dot-green span.on { background: var(--color-success); }
  .dot-blue span.on { background: var(--color-info); }
  .dot-amber span.on { background: var(--color-warning); }
  .dot-red span.on { background: var(--color-danger); }

  /* ── Outlined reference chip with coloured number ───────────────── */
  .po-ref {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 4px 10px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--color-border);
  }
  .po-ref-green { color: var(--color-success); }
  .po-ref-purple { color: var(--color-chart-purple); }
  .po-ref-blue { color: var(--color-info); }
  .po-ref-amber { color: var(--color-warning); }
  .po-ref-red { color: var(--color-danger); }
  .po-ref-gray { color: var(--color-muted); }
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/expenses.css ***!
  \*************************************************************************************************************************/
/* ==========================================================================
   Interoly – Expenses page & "Create New Expenses" modal
   Reuses shared classes from orders.css (.stat-card, .stat-icon,
   .toolbar-search), items.css/adjustments.css (form, modal, dropzone,
   item table) and the shared button/pagination utilities. Only the
   expense-specific pieces live here. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Red stat icon (adds to the green/blue/purple/amber set) ─────── */
  .stat-icon-red {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }

  /* ── Trend chip with soft fill (▲ 16% / ▼ 02%) ──────────────────── */
  .exp-trend {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
  }
  .exp-trend-up {
    color: var(--color-success);
    background: var(--color-success-soft);
  }
  .exp-trend-down {
    color: var(--color-danger);
    background: var(--color-danger-soft);
  }

  /* ── Outlined reference chip with coloured number ───────────────── */
  .exp-ref {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 4px 10px;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--color-border);
  }
  .exp-ref-green { color: var(--color-success); }
  .exp-ref-purple { color: var(--color-chart-purple); }
  .exp-ref-blue { color: var(--color-info); }
  .exp-ref-amber { color: var(--color-warning); }
  .exp-ref-red { color: var(--color-danger); }
  .exp-ref-gray { color: var(--color-muted); }

  /* ── Status pill (soft filled) ──────────────────────────────────── */
  .exp-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .exp-billable {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .exp-draft {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .exp-nonbillable {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }

  /* ── Modal tabs (Record Expense / Mileage / Bulk) ───────────────── */
  .exp-tab {
    position: relative;
    padding: 14px 2px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-muted);
    border-bottom: 2px solid transparent;
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .exp-tab:hover {
    color: var(--color-heading);
  }
  .exp-tab.is-active {
    color: var(--color-primary);
    font-weight: 600;
    border-bottom-color: var(--color-primary);
  }

  /* ── Modal open / close animation — panel slides up, backdrop fades ─ */
  #create-expense-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #create-expense-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #create-expense-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #create-expense-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #create-expense-modal .modal-panel {
      transition: none;
    }
  }
}

/* Lift the 11px chip label to a readable 12px on phones. */
@media (max-width: 575.98px) {
  .exp-trend {
    font-size: 12px;
  }
}

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/documents.css ***!
  \**************************************************************************************************************************/
/* ==========================================================================
   Interoly – Documents page
   Reuses shared classes from orders.css (.stat-icon, .toolbar-search) and
   items.css (button / pagination / form-check). Only the document-specific
   pieces live here. Token-driven so light + dark both stay legible.
   ========================================================================== */

@layer utilities {
  /* ── "Associated To" link ───────────────────────────────────────── */
  .doc-link {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: color var(--transition-fast);
  }
  .doc-link:hover {
    color: var(--color-primary-strong);
  }

  /* ── Folder button (last column) ────────────────────────────────── */
  .doc-folder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    color: var(--color-warning);
    font-size: 18px;
    transition:
      border-color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .doc-folder:hover {
    border-color: var(--color-border-strong);
    background: var(--color-subtle);
  }

  /* ── Hover-revealed "Add to" trigger ────────────────────────────── */
  .doc-addto {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 12px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    transition:
      opacity var(--transition-fast),
      border-color var(--transition-fast),
      color var(--transition-fast);
  }
  .doc-addto:hover {
    color: var(--color-heading);
    border-color: var(--color-border-strong);
  }
  /* Reveal on row hover or when the row holds keyboard focus */
  tr:hover .doc-addto,
  tr:focus-within .doc-addto,
  .doc-addto[aria-expanded="true"] {
    opacity: 1;
  }
  /* Touch / no-hover devices: keep the action permanently visible */
  @media (hover: none) {
    .doc-addto {
      opacity: 1;
    }
  }

  /* ── "Add to" menu item ─────────────────────────────────────────── */
  .doc-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 12px;
    border-radius: var(--radius-md);
    font-size: 13px;
    color: var(--color-text);
    text-align: left;
    transition:
      background-color var(--transition-fast),
      color var(--transition-fast);
  }
  .doc-menu-item:hover {
    background: var(--color-subtle);
    color: var(--color-heading);
  }
  .doc-menu-item i {
    color: var(--color-muted);
    font-size: 16px;
    flex-shrink: 0;
  }
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/integrations.css ***!
  \*****************************************************************************************************************************/
/* ==========================================================================
   Interoly – Integrations page
   Reuses .card and .toolbar-search from the shared utilities. Only the
   integration-specific pieces (filter tabs, logo tile, manage row and the
   on/off switch) live here. Token-driven so light + dark both stay legible.
   ========================================================================== */

@layer utilities {
  /* ── Filter tabs ────────────────────────────────────────────────── */
  .int-tab {
    padding: 8px 14px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-muted);
    border: 1px solid transparent;
    transition:
      color var(--transition-fast),
      background-color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .int-tab:hover {
    color: var(--color-heading);
  }
  .int-tab.is-active {
    color: var(--color-heading);
    font-weight: 600;
    background: var(--color-surface);
    border-color: var(--color-border);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  }
  .dark .int-tab.is-active {
    background: var(--color-subtle);
  }

  /* ── Logo tile ──────────────────────────────────────────────────── */
  /* Logo chip follows the theme: a light panel on light, a slightly raised
     slate panel on dark (no harsh white blocks). Brand marks are tuned to
     read on both surfaces. */
  .int-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    border-radius: var(--radius-xl);
    background: var(--color-subtle);
    border: 1px solid var(--color-border);
  }
  .int-logo-img {
    max-height: 44px;
    max-width: 60%;
    object-fit: contain;
  }
  .int-logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-heading);
  }

  /* ── Card text ──────────────────────────────────────────────────── */
  .int-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-heading);
  }
  .int-desc {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* ── Manage action ──────────────────────────────────────────────── */
  .int-manage {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    transition: color var(--transition-fast);
  }
  .int-manage i {
    color: var(--color-muted);
    font-size: 18px;
    transition: color var(--transition-fast);
  }
  .int-manage:hover,
  .int-manage:hover i {
    color: var(--color-primary);
  }

  /* ── On / off switch ────────────────────────────────────────────── */
  .int-switch {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    width: 40px;
    height: 22px;
    cursor: pointer;
  }
  .int-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .int-switch-track {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-full);
    background: var(--color-border-strong);
    transition: background-color var(--transition-fast);
  }
  .int-switch-track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: var(--radius-full);
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
    transition: transform var(--transition-fast);
  }
  .int-switch input:checked + .int-switch-track {
    background: var(--color-primary);
  }
  .int-switch input:checked + .int-switch-track::after {
    transform: translateX(18px);
  }
  .int-switch input:focus-visible + .int-switch-track {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
}

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/report.css ***!
  \***********************************************************************************************************************/
/* ==========================================================================
   Interoly – Reports Center page & "New Custom Report" dialog
   Reuses .card, .toolbar-search, .btn-*, .page-btn, .form-select and the
   shared dropdown utilities. Only the tab bar and the centered dialog
   animation are page-specific. Token-driven for light + dark.
   ========================================================================== */

@layer utilities {
  /* ── Section tabs (Custom Reports / Sales / Inventory …) ─────────── */
  .rep-tab {
    padding: 8px 14px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-muted);
    border: 1px solid transparent;
    transition:
      color var(--transition-fast),
      background-color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .rep-tab:hover {
    color: var(--color-heading);
  }
  .rep-tab.is-active {
    color: var(--color-heading);
    font-weight: 600;
    background: var(--color-surface);
    border-color: var(--color-border);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  }
  .dark .rep-tab.is-active {
    background: var(--color-subtle);
  }

  /* ── Centered dialog animation (fade + lift) ────────────────────── */
  #new-report-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #new-report-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #new-report-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #new-report-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #new-report-modal .modal-dialog {
      transition: none;
    }
  }
}

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/customers.css ***!
  \**************************************************************************************************************************/
/* ==========================================================================
   Interoly – Customers page & "Create New Customers" modal
   Reuses .stat-card / .stat-icon (orders.css), the shared form / modal /
   dropzone classes (items.css) and .toolbar-search. Only customer-specific
   pieces live here: sparkline, trend chip, status pill, row action, tabs and
   the full-screen modal animation. Token-driven for dark + light.
   ========================================================================== */

@layer utilities {
  /* ── Red stat icon (adds to green/blue/amber set) ───────────────── */
  .stat-icon-red {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }

  /* ── Sparkline (inline SVG line + flat fill, no gradients) ──────── */
  .cust-spark {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 60%;
    height: 56px;
  }
  .cust-spark svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cust-spark .spark-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: var(--radius-full);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 20%, transparent);
  }

  /* ── Trend chip (soft fill) ─────────────────────────────────────── */
  .cust-trend {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
  }
  .cust-trend-up {
    color: var(--color-success);
    background: var(--color-success-soft);
  }
  .cust-trend-down {
    color: var(--color-danger);
    background: var(--color-danger-soft);
  }

  /* ── Status pill (soft filled) ──────────────────────────────────── */
  .cust-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .cust-accepted {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .cust-pending {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .cust-cancel {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }

  /* ── Row action button (delete / edit) ──────────────────────────── */
  .cust-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast),
      background-color var(--transition-fast);
  }
  .cust-action:hover {
    color: var(--color-heading);
    border-color: var(--color-border-strong);
    background: var(--color-subtle);
  }
  .cust-action.is-danger:hover {
    color: var(--color-danger);
    border-color: var(--color-danger);
    background: var(--color-danger-soft);
  }

  /* ── Modal tabs (Other Details / Address / …) ───────────────────── */
  .cust-tab {
    position: relative;
    padding: 14px 2px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-muted);
    border-bottom: 2px solid transparent;
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .cust-tab:hover {
    color: var(--color-heading);
  }
  .cust-tab.is-active {
    color: var(--color-primary);
    font-weight: 600;
    border-bottom-color: var(--color-primary);
  }

  /* ── Full-screen modal animation (slide up + fade) ──────────────── */
  #create-customer-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #create-customer-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #create-customer-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #create-customer-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #create-customer-modal .modal-panel {
      transition: none;
    }
  }
}

/* Lift the 11px chip label to a readable 12px on phones. */
@media (max-width: 575.98px) {
  .cust-trend {
    font-size: 12px;
  }
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/invoices.css ***!
  \*************************************************************************************************************************/
/* ==========================================================================
   Interoly – Invoices page & "Create New Invoice" modal
   Reuses .stat-card / .stat-icon (orders.css), the form / modal / dropzone /
   item-table classes (items.css + adjustments.css), .totals-row (orders.css)
   and .toolbar-search. Only invoice-specific pieces live here: the bar chart,
   trend chip, status pill and the full-screen modal animation.
   ========================================================================== */

@layer utilities {
  /* ── Red stat icon (adds to green/blue/amber/purple set) ────────── */
  .stat-icon-red {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }

  /* ── Mini bar chart (flat bars, no gradients) ───────────────────── */
  .inv-bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    flex: 1;
    min-width: 0;
    max-width: 58%;
    height: 48px;
  }
  .inv-bars span {
    flex: 1;
    min-width: 2px;
    border-radius: 2px;
  }

  /* ── Trend chip (soft fill) ─────────────────────────────────────── */
  .inv-trend {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
  }
  .inv-trend-up {
    color: var(--color-success);
    background: var(--color-success-soft);
  }
  .inv-trend-down {
    color: var(--color-danger);
    background: var(--color-danger-soft);
  }

  /* ── Status pill (soft filled) ──────────────────────────────────── */
  .inv-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid transparent;
  }
  .inv-paid {
    color: var(--color-success);
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
  }
  .inv-unpaid {
    color: var(--color-danger);
    background: var(--color-danger-soft);
    border-color: color-mix(in srgb, var(--color-danger) 35%, transparent);
  }
  .inv-pending {
    color: var(--color-warning);
    background: var(--color-warning-soft);
    border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
  }
  .inv-overdue {
    color: var(--color-muted);
    background: var(--color-subtle);
    border-color: var(--color-border);
  }

  /* ── Full-screen modal animation (slide up + fade) ──────────────── */
  #create-invoice-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #create-invoice-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #create-invoice-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #create-invoice-modal.is-open .modal-panel {
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    #create-invoice-modal .modal-panel {
      transition: none;
    }
  }
}

/* Lift the 11px chip label to a readable 12px on phones. */
@media (max-width: 575.98px) {
  .inv-trend {
    font-size: 12px;
  }
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/settings.css ***!
  \*************************************************************************************************************************/
/* ==========================================================================
   Interoly – Settings page & "Invite Members" dialog
   Reuses .card, .form-*, .btn-*, .dropzone and .form-check. Only the settings
   nav, toggle switch, tabs, danger button and the centered dialog animation
   are page-specific. Token-driven for light + dark.
   ========================================================================== */

@layer utilities {
  /* ── Left settings nav item ─────────────────────────────────────── */
  /* Colour + type only. Layout (display, size, padding, border) comes from
     Tailwind utilities in the markup so the mobile rail and the desktop
     rail can differ without competing declarations here. */
  .set-nav-item {
    color: var(--color-text);
    transition:
      background-color var(--transition-fast),
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .set-nav-item i {
    color: var(--color-muted);
    flex-shrink: 0;
    transition: color var(--transition-fast);
  }
  .set-nav-item:hover {
    background: var(--color-subtle);
    color: var(--color-heading);
  }
  /* Below lg the items are outlined chips in a scrolling rail, so the active
     one reads best as a primary outline. At lg they become a plain vertical
     list where a filled row is the clearer affordance. */
  .set-nav-item.is-active {
    color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 600;
  }
  .set-nav-item.is-active i {
    color: var(--color-primary);
  }
  @media (min-width: 992px) {
    .set-nav-item.is-active {
      background: var(--color-subtle);
      color: var(--color-heading);
      /* The markup sets lg:border-transparent; keep the desktop row a flat
         fill rather than inheriting the mobile chip's primary outline. */
      border-color: transparent;
    }
    .set-nav-item.is-active i {
      color: var(--color-heading);
    }
  }

  /* Hide the scrollbar on the horizontal nav rail. The layout itself is
     driven by Tailwind utilities in the markup; only this has no utility. */
  .no-scrollbar {
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  /* ── On / off switch ────────────────────────────────────────────── */
  .set-switch {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    width: 40px;
    height: 22px;
    cursor: pointer;
  }
  .set-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .set-switch-track {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-full);
    background: var(--color-border-strong);
    transition: background-color var(--transition-fast);
  }
  .set-switch-track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: var(--radius-full);
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
    transition: transform var(--transition-fast);
  }
  .set-switch input:checked + .set-switch-track {
    background: var(--color-primary);
  }
  .set-switch input:checked + .set-switch-track::after {
    transform: translateX(18px);
  }
  .set-switch input:focus-visible + .set-switch-track {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }

  /* ── Tabs (Members + Invite dialog) ─────────────────────────────── */
  .set-tab {
    position: relative;
    padding: 12px 2px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-muted);
    border-bottom: 2px solid transparent;
    transition:
      color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .set-tab:hover {
    color: var(--color-heading);
  }
  .set-tab.is-active {
    color: var(--color-primary);
    font-weight: 600;
    border-bottom-color: var(--color-primary);
  }

  /* ── Danger (outline) button ────────────────────────────────────── */
  .set-btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 16px;
    border-radius: var(--radius-lg);
    border: 1px solid color-mix(in srgb, var(--color-danger) 45%, transparent);
    background: var(--color-surface);
    color: var(--color-danger);
    font-size: 13px;
    font-weight: 500;
    transition:
      background-color var(--transition-fast),
      border-color var(--transition-fast);
  }
  .set-btn-danger:hover {
    background: var(--color-danger-soft);
    border-color: var(--color-danger);
  }

  /* ── Centered dialog animation (fade + lift) ────────────────────── */
  #invite-members-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #invite-members-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #invite-members-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #invite-members-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #invite-members-modal .modal-dialog {
      transition: none;
    }
  }
}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/help.css ***!
  \*********************************************************************************************************************/
/* ==========================================================================
   Interoly – Help Center page & "Contact Support" dialog
   Reuses .card, .stat-icon, .form-*, .btn-*. Only the search field, category
   card, FAQ accordion, contact row and centered dialog animation are
   page-specific. Token-driven for light + dark.
   ========================================================================== */

@layer utilities {
  /* ── Search field ───────────────────────────────────────────────── */
  .help-search {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 16px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .help-search:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 15%, transparent);
  }
  .help-search i {
    color: var(--color-faint);
    font-size: 20px;
    flex-shrink: 0;
  }
  .help-search input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--color-heading);
  }
  .help-search input::placeholder {
    color: var(--color-faint);
  }

  /* ── Category card ──────────────────────────────────────────────── */
  .help-cat {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast),
      transform var(--transition-fast);
  }
  .help-cat:hover {
    border-color: var(--color-border-strong);
    box-shadow: 0 6px 16px -8px rgba(15, 23, 42, 0.14);
  }
  .help-cat-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-heading);
    margin-top: 14px;
  }
  .help-cat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-muted);
    margin-top: 6px;
    flex: 1;
  }
  .help-cat-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-primary);
    transition: gap var(--transition-fast), color var(--transition-fast);
  }
  .help-cat:hover .help-cat-link {
    color: var(--color-primary-strong);
    gap: 9px;
  }

  /* ── FAQ accordion ──────────────────────────────────────────────── */
  .help-faq-item {
    border-bottom: 1px solid var(--color-border-subtle);
  }
  .help-faq-item:last-child {
    border-bottom: none;
  }
  .help-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-heading);
  }
  .help-faq-caret {
    color: var(--color-muted);
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }
  .help-faq-item.is-open .help-faq-caret {
    transform: rotate(180deg);
  }
  .help-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .help-faq-item.is-open .help-faq-a {
    grid-template-rows: 1fr;
  }
  .help-faq-a-inner {
    overflow: hidden;
  }
  .help-faq-a-inner p {
    padding-bottom: 16px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--color-muted);
  }
  .help-faq-a-inner strong {
    color: var(--color-text);
    font-weight: 600;
  }
  @media (prefers-reduced-motion: reduce) {
    .help-faq-a {
      transition: none;
    }
  }

  /* ── Contact row ────────────────────────────────────────────────── */
  .help-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* ── Centered dialog animation (fade + lift) ────────────────────── */
  #contact-support-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #contact-support-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #contact-support-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #contact-support-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #contact-support-modal .modal-dialog {
      transition: none;
    }
  }
}

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/signin.css ***!
  \***********************************************************************************************************************/
/* ==========================================================================
   Interoly – Sign In page
   Split layout: a token-driven form card (adapts to light/dark) beside a
   solid brand-green panel (always green, white text — like the sidebar).
   Reuses .card / .form-* / .btn-* / .seg / .meter. No gradients.
   ========================================================================== */

@layer utilities {
  /* ── Envelope badge above the form ──────────────────────────────── */
  .signin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: var(--radius-full);
    background: var(--color-primary-soft);
    color: var(--color-primary);
    font-size: 28px;
  }

  /* ── "Or with Sign In" divider ──────────────────────────────────── */
  .signin-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: var(--color-muted);
    white-space: nowrap;
  }
  .signin-divider::before,
  .signin-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--color-border);
  }

  /* ── Brand panel (solid green in both themes) ───────────────────── */
  .signin-hero {
    background: var(--color-primary);
  }
  .signin-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-lg);
    background: rgb(255 255 255 / 0.15);
  }
  .signin-logo img {
    width: 64%;
    height: 64%;
    object-fit: contain;
  }

  /* ── Swiper slider ──────────────────────────────────────────────────
     Minimal structural CSS — Swiper's own stylesheet lives in node_modules,
     which this project's webpack does not process (css rule is scoped to
     /src), so we recreate just what the horizontal slider needs. */
  .signin-swiper {
    overflow: hidden;
    width: 100%;
  }
  .signin-swiper .swiper-wrapper {
    display: flex;
    box-sizing: content-box;
    height: 100%;
  }
  .signin-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* ── Slide preview image ────────────────────────────────────────── */
  .signin-preview-img {
    display: block;
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.35);
  }

  /* ── Floating "Top Selling Category" card ───────────────────────── */
  .signin-preview-cat {
    position: absolute;
    top: -28px;
    right: 0;
    width: 230px;
    background: var(--color-w1);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.35);
    padding: 16px;
  }
  @media (max-width: 1279.98px) {
    .signin-preview-cat {
      display: none;
    }
  }

  /* ── Carousel ───────────────────────────────────────────────────── */
  .signin-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-full);
    border: 1px solid rgb(255 255 255 / 0.4);
    color: #ffffff;
    transition: background-color var(--transition-fast);
  }
  .signin-arrow:hover {
    background: rgb(255 255 255 / 0.12);
  }
  .signin-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .signin-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-full);
    background: rgb(255 255 255 / 0.45);
    cursor: pointer;
    transition:
      width var(--transition-fast),
      background-color var(--transition-fast);
  }
  .signin-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #ffffff;
  }

  /* ── OTP code inputs ────────────────────────────────────────────── */
  .otp-input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-heading);
    transition:
      border-color var(--transition-fast),
      box-shadow var(--transition-fast);
  }
  .otp-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 15%, transparent);
  }
  @media (max-width: 400px) {
    .otp-input {
      width: 40px;
      height: 48px;
      font-size: 18px;
    }
  }
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/warehouses.css ***!
  \***************************************************************************************************************************/
/* ==========================================================================
   Interoly – Warehouses page
   Reuses shared .stat-card / .stat-icon / .toolbar-search / .order-status /
   form + modal classes (bundled globally). Only the capacity meter and the
   centered "Add Warehouse" dialog animation are page-specific.
   ========================================================================== */

@layer utilities {
  /* ── Capacity meter bar ─────────────────────────────────────────── */
  .cap-bar {
    flex: 1;
    min-width: 80px;
    height: 8px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
    overflow: hidden;
  }
  .cap-bar > span {
    display: block;
    height: 100%;
    border-radius: var(--radius-full);
  }
  .cap-fill-green {
    background: var(--color-success);
  }
  .cap-fill-amber {
    background: var(--color-warning);
  }
  .cap-fill-red {
    background: var(--color-danger);
  }

  /* ── Add Warehouse dialog (centered, fade + lift) ───────────────── */
  #add-warehouse-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #add-warehouse-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #add-warehouse-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #add-warehouse-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  /* ── Warehouse details drawer (slide in from right) ─────────────── */
  #wh-drawer .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #wh-drawer.is-open .modal-backdrop {
    opacity: 1;
  }
  .wh-drawer-panel {
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #wh-drawer.is-open .wh-drawer-panel {
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    #add-warehouse-modal .modal-dialog,
    .wh-drawer-panel {
      transition: none;
    }
  }
}

/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/stock-transfer.css ***!
  \*******************************************************************************************************************************/
/* ==========================================================================
   Interoly – Stock Transfers page
   Reuses shared stat-card / table / modal-panel / adj-item-table classes
   (bundled globally). Page-specific: the modal-panel + drawer animations
   and the status timeline.
   ========================================================================== */

@layer utilities {
  /* ── New Transfer modal (panel slides up) ───────────────────────── */
  #new-transfer-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  #new-transfer-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #new-transfer-modal .modal-panel {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #new-transfer-modal.is-open .modal-panel {
    transform: translateY(0);
  }

  /* ── Detail drawer (slide in from right) ────────────────────────── */
  #transfer-drawer .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #transfer-drawer.is-open .modal-backdrop {
    opacity: 1;
  }
  .transfer-drawer-panel {
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  #transfer-drawer.is-open .transfer-drawer-panel {
    transform: none;
  }

  /* ── Status timeline ────────────────────────────────────────────── */
  .tl-list {
    position: relative;
    padding-left: 4px;
  }
  .tl-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
  }
  .tl-step:last-child {
    padding-bottom: 0;
  }
  .tl-step::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 26px;
    bottom: -2px;
    width: 2px;
    background: var(--color-border);
  }
  .tl-step:last-child::before {
    display: none;
  }
  .tl-dot {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: var(--radius-full);
    border: 1px solid var(--color-border);
    background: var(--color-subtle);
    color: var(--color-faint);
    font-size: 13px;
  }
  .tl-label {
    font-size: 13px;
    color: var(--color-muted);
  }
  .tl-done .tl-dot {
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, transparent);
    color: var(--color-success);
  }
  .tl-done .tl-label {
    color: var(--color-heading);
  }
  .tl-current .tl-dot {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }
  .tl-current .tl-label {
    color: var(--color-heading);
    font-weight: 600;
  }

  @media (prefers-reduced-motion: reduce) {
    #new-transfer-modal .modal-panel,
    .transfer-drawer-panel {
      transition: none;
    }
  }
}

/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/product-details.css ***!
  \********************************************************************************************************************************/
/* ==========================================================================
   Interoly – Product Details page
   Reuses shared card / stat-card / order-status / order-chip classes
   (bundled globally). Only the product thumbnail is page-specific.
   ========================================================================== */

@layer utilities {
  .pd-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl);
    background: var(--color-primary-soft);
    color: var(--color-primary);
    font-size: 34px;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/ai.css ***!
  \*******************************************************************************************************************/
/* ==========================================================================
   Interoly – Shared AI module styling
   Used by reorder-suggestions, demand-forecasting and ai-insights. Defines
   the AI pill, the gradient insight banner, insight cards, confidence meters
   and the "Ask AI" prompt. Token-driven for light + dark.
   ========================================================================== */

@layer utilities {
  /* ── AI pill (next to page titles) ──────────────────────────────── */
  .ai-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-chart-purple);
    background: color-mix(in srgb, var(--color-chart-purple) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-chart-purple) 35%, transparent);
  }
  .ai-pill i {
    font-size: 12px;
  }

  /* ── AI banner ──────────────────────────────────────────────────── */
  .ai-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: var(--radius-2xl);
    border: 1px solid color-mix(in srgb, var(--color-chart-purple) 24%, transparent);
    background: linear-gradient(
      100deg,
      color-mix(in srgb, var(--color-chart-purple) 12%, transparent),
      color-mix(in srgb, var(--color-primary) 8%, transparent)
    );
  }
  .ai-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: var(--radius-lg);
    background: var(--color-chart-purple);
    color: #fff;
    font-size: 20px;
  }

  /* ── Insight cards ──────────────────────────────────────────────── */
  .ai-insight-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: var(--radius-2xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    transition:
      border-color var(--transition-normal),
      box-shadow var(--transition-normal);
  }
  .ai-insight-card:hover {
    border-color: var(--color-border-strong);
    box-shadow: 0 12px 26px -14px rgba(15, 23, 42, 0.22);
  }
  .ai-insight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-lg);
    font-size: 19px;
  }
  .ai-icon-risk {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }
  .ai-icon-slow {
    background: var(--color-warning-soft);
    color: var(--color-warning);
  }
  .ai-icon-trend {
    background: var(--color-success-soft);
    color: var(--color-success);
  }
  .ai-icon-info {
    background: var(--color-info-soft);
    color: var(--color-info);
  }

  /* ── Confidence meter ───────────────────────────────────────────── */
  .ai-confidence {
    width: 100%;
    height: 6px;
    border-radius: var(--radius-full);
    background: var(--color-subtle);
    overflow: hidden;
  }
  .ai-confidence > span {
    display: block;
    height: 100%;
    border-radius: var(--radius-full);
    background: var(--color-chart-purple);
  }

  /* ── Suggested-prompt chips ─────────────────────────────────────── */
  .ai-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: var(--radius-full);
    font-size: 13px;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    cursor: pointer;
    transition:
      border-color var(--transition-fast),
      color var(--transition-fast);
  }
  .ai-chip:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }

  /* ── Ask-AI prompt bar ──────────────────────────────────────────── */
  .ai-prompt {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 8px 0 16px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    transition: border-color var(--transition-fast);
  }
  .ai-prompt:focus-within {
    border-color: var(--color-primary);
  }
  .ai-prompt input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--color-heading);
  }
  .ai-prompt input::placeholder {
    color: var(--color-faint);
  }

  /* ── Chat bubbles (AI insights conversation) ────────────────────── */
  .ai-bubble {
    max-width: 88%;
    padding: 12px 14px;
    border-radius: var(--radius-xl);
    font-size: 14px;
    line-height: 1.5;
  }
  .ai-bubble-user {
    margin-left: auto;
    background: var(--color-primary);
    color: #fff;
    border-bottom-right-radius: var(--radius-sm);
  }
  .ai-bubble-ai {
    background: var(--color-subtle);
    color: var(--color-text);
    border-bottom-left-radius: var(--radius-sm);
  }
}

/* Lift the 11px chip label to a readable 12px on phones. */
@media (max-width: 575.98px) {
  .ai-pill {
    font-size: 12px;
  }
}

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/assets/css/roles-permissions.css ***!
  \**********************************************************************************************************************************/
/* ==========================================================================
   Interoly – Roles & Permissions page
   Reuses shared stat-card / table / order-status / form + modal classes
   (bundled globally). Page-specific: the role tab pills and the centered
   "Create Role" dialog animation.
   ========================================================================== */

@layer utilities {
  /* ── Role tab pills (matrix switcher) ───────────────────────────── */
  .role-tab {
    padding: 6px 14px;
    border-radius: var(--radius-lg);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-muted);
    transition:
      background var(--transition-fast),
      color var(--transition-fast);
  }
  .role-tab:hover {
    color: var(--color-heading);
  }
  .role-tab.is-active {
    background: var(--color-primary);
    color: #fff;
  }

  /* ── Create Role dialog (centered, fade + lift) ─────────────────── */
  #create-role-modal .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #create-role-modal.is-open .modal-backdrop {
    opacity: 1;
  }
  #create-role-modal .modal-dialog {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    transition:
      opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }
  #create-role-modal.is-open .modal-dialog {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #create-role-modal .modal-dialog {
      transition: none;
    }
  }
}

