@import "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css";

/* src/styles.css */
/*! tailwindcss v4.2.2 | 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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * 0.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-0\.5 {
    margin-right: calc(var(--spacing) * 0.5);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-11 {
    margin-left: calc(var(--spacing) * 11);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-52 {
    max-height: calc(var(--spacing) * 52);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-\[420px\] {
    max-height: 420px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[28px\] {
    min-height: 28px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .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-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)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-700 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-700);
    }
  }
  .divide-slate-800 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-800);
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-700 {
    border-color: var(--color-amber-700);
  }
  .border-amber-800 {
    border-color: var(--color-amber-800);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-blue-700 {
    border-color: var(--color-blue-700);
  }
  .border-blue-800 {
    border-color: var(--color-blue-800);
  }
  .border-green-600 {
    border-color: var(--color-green-600);
  }
  .border-green-700 {
    border-color: var(--color-green-700);
  }
  .border-green-800 {
    border-color: var(--color-green-800);
  }
  .border-orange-700 {
    border-color: var(--color-orange-700);
  }
  .border-orange-800 {
    border-color: var(--color-orange-800);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .border-red-700 {
    border-color: var(--color-red-700);
  }
  .border-red-800 {
    border-color: var(--color-red-800);
  }
  .border-slate-500 {
    border-color: var(--color-slate-500);
  }
  .border-slate-600 {
    border-color: var(--color-slate-600);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-slate-700\/50 {
    border-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
    }
  }
  .border-slate-700\/60 {
    border-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-700) 60%, transparent);
    }
  }
  .border-yellow-500 {
    border-color: var(--color-yellow-500);
  }
  .border-yellow-700 {
    border-color: var(--color-yellow-700);
  }
  .bg-amber-600 {
    background-color: var(--color-amber-600);
  }
  .bg-amber-900\/30 {
    background-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-900) 30%, transparent);
    }
  }
  .bg-amber-900\/40 {
    background-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-900) 40%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-blue-900\/30 {
    background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
    }
  }
  .bg-blue-900\/60 {
    background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-900) 60%, transparent);
    }
  }
  .bg-blue-900\/80 {
    background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-900) 80%, transparent);
    }
  }
  .bg-blue-950\/40 {
    background-color: color-mix(in srgb, oklch(28.2% 0.091 267.935) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-950) 40%, transparent);
    }
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-green-900\/30 {
    background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-900) 30%, transparent);
    }
  }
  .bg-green-900\/40 {
    background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-900) 40%, transparent);
    }
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-orange-600 {
    background-color: var(--color-orange-600);
  }
  .bg-orange-900\/60 {
    background-color: color-mix(in srgb, oklch(40.8% 0.123 38.172) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-orange-900) 60%, transparent);
    }
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600\/20 {
    background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-600) 20%, transparent);
    }
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-red-900\/20 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 20%, transparent);
    }
  }
  .bg-red-900\/30 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
    }
  }
  .bg-red-900\/40 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 40%, transparent);
    }
  }
  .bg-red-900\/50 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 50%, transparent);
    }
  }
  .bg-slate-500 {
    background-color: var(--color-slate-500);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .bg-slate-700\/50 {
    background-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
    }
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-800\/50 {
    background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
    }
  }
  .bg-slate-800\/60 {
    background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-800) 60%, transparent);
    }
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-slate-900\/40 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
    }
  }
  .bg-slate-900\/50 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
    }
  }
  .bg-slate-900\/60 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
    }
  }
  .bg-slate-900\/80 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 80%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .bg-yellow-700 {
    background-color: var(--color-yellow-700);
  }
  .bg-yellow-900\/30 {
    background-color: color-mix(in srgb, oklch(42.1% 0.095 57.708) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-900) 30%, transparent);
    }
  }
  .bg-yellow-900\/40 {
    background-color: color-mix(in srgb, oklch(42.1% 0.095 57.708) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-900) 40%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-amber-300 {
    color: var(--color-amber-300);
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-blue-300 {
    color: var(--color-blue-300);
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-cyan-400 {
    color: var(--color-cyan-400);
  }
  .text-green-300 {
    color: var(--color-green-300);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-orange-300 {
    color: var(--color-orange-300);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-red-200 {
    color: var(--color-red-200);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-300 {
    color: var(--color-yellow-300);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .accent-red-500 {
    accent-color: var(--color-red-500);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-blue-900\/30 {
    --tw-shadow-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-900) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:text-blue-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-blue-300);
      }
    }
  }
  .group-hover\:text-blue-400 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-blue-400);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:border-blue-500\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
        }
      }
    }
  }
  .hover\:border-green-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-green-500);
      }
    }
  }
  .hover\:border-slate-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-400);
      }
    }
  }
  .hover\:border-slate-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-500);
      }
    }
  }
  .hover\:bg-amber-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-amber-500);
      }
    }
  }
  .hover\:bg-blue-900\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blue-900) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-blue-900\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blue-900) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-green-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-500);
      }
    }
  }
  .hover\:bg-green-900\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-green-900) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-orange-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-500);
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:bg-red-800\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(44.4% 0.177 26.899) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-800) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-900\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-900\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-900) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-600);
      }
    }
  }
  .hover\:bg-slate-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-700);
      }
    }
  }
  .hover\:bg-slate-700\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-700) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-700\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-700) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-800\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-800) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-800\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-800\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-800) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-800\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-slate-800) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-amber-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-amber-300);
      }
    }
  }
  .hover\:text-blue-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-200);
      }
    }
  }
  .hover\:text-blue-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-300);
      }
    }
  }
  .hover\:text-blue-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-400);
      }
    }
  }
  .hover\:text-cyan-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-cyan-300);
      }
    }
  }
  .hover\:text-green-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-200);
      }
    }
  }
  .hover\:text-green-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-300);
      }
    }
  }
  .hover\:text-green-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-400);
      }
    }
  }
  .hover\:text-red-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-300);
      }
    }
  }
  .hover\:text-red-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-400);
      }
    }
  }
  .hover\:text-slate-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-200);
      }
    }
  }
  .hover\:text-slate-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-300);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-yellow-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-300);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-amber-500 {
    &:focus {
      border-color: var(--color-amber-500);
    }
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:border-green-500 {
    &:focus {
      border-color: var(--color-green-500);
    }
  }
  .focus\:border-red-500 {
    &:focus {
      border-color: var(--color-red-500);
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:ring-amber-500 {
    &:focus {
      --tw-ring-color: var(--color-amber-500);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:top-16 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 16);
    }
  }
  .sm\:right-4 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .sm\:left-auto {
    @media (width >= 40rem) {
      left: auto;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mb-4 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:ml-auto {
    @media (width >= 40rem) {
      margin-left: auto;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:table-cell {
    @media (width >= 40rem) {
      display: table-cell;
    }
  }
  .sm\:h-20 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .sm\:w-20 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .sm\:w-36 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 36);
    }
  }
  .sm\:w-52 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 52);
    }
  }
  .sm\:w-80 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[160px\] {
    @media (width >= 40rem) {
      max-width: 160px;
    }
  }
  .sm\:max-w-\[180px\] {
    @media (width >= 40rem) {
      max-width: 180px;
    }
  }
  .sm\:max-w-\[260px\] {
    @media (width >= 40rem) {
      max-width: 260px;
    }
  }
  .sm\:max-w-\[300px\] {
    @media (width >= 40rem) {
      max-width: 300px;
    }
  }
  .sm\:max-w-\[400px\] {
    @media (width >= 40rem) {
      max-width: 400px;
    }
  }
  .sm\:flex-initial {
    @media (width >= 40rem) {
      flex: 0 auto;
    }
  }
  .sm\:flex-none {
    @media (width >= 40rem) {
      flex: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:tracking-\[0\.5em\] {
    @media (width >= 40rem) {
      --tw-tracking: 0.5em;
      letter-spacing: 0.5em;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-56 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 56);
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:table-cell {
    @media (width >= 64rem) {
      display: table-cell;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
:root {
  --bg-primary: #1a2535;
  --bg-secondary: #243447;
  --bg-tertiary: #1e3047;
  --bg-card: #243447;
  --border: #3a5570;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --input-bg: #1a2535;
  --input-border: #3a5570;
}
body.light {
  --bg-primary: #f1f5f9;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f8fafc;
  --bg-card: #ffffff;
  --border: #e2e8f0;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --input-bg: #ffffff;
  --input-border: #cbd5e1;
}
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  transition: background 0.25s, color 0.25s;
  margin: 0;
  min-height: 100vh;
}
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.input-field {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 10px 14px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
}
.input-field:focus {
  border-color: #ef4444;
}
.input-field::placeholder {
  color: var(--text-muted);
}
select.input-field option {
  background: var(--bg-card);
}
textarea.input-field {
  resize: vertical;
  min-height: 72px;
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #dc2626,
      #b91c1c);
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #dc2626);
  transform: translateY(-1px);
}
.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.btn-secondary {
  background: #2d4a66;
  color: #cbd5e1;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
body.light .btn-secondary {
  background: #e2e8f0;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}
.btn-secondary:hover {
  background: #3a5a7a;
}
body.light .btn-secondary:hover {
  background: #cbd5e1;
}
.btn-success {
  background: #166534;
  color: #86efac;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #15803d;
}
.btn-success:hover {
  background: #15803d;
}
.btn-danger {
  background: #7f1d1d;
  color: #fca5a5;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #991b1b;
}
.btn-danger:hover {
  background: #991b1b;
}
.btn-orange {
  background: #92400e;
  color: #fed7aa;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #b45309;
}
.btn-orange:hover {
  background: #b45309;
}
.sb {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.s-call_received {
  background: #1a2e1a;
  color: #4ade80;
  border: 1px solid #166534;
}
.s-dispatched {
  background: #1e3352;
  color: #60a5fa;
  border: 1px solid #1d4ed8;
}
.s-on_scene {
  background: #3b2200;
  color: #fb923c;
  border: 1px solid #c2410c;
}
.s-under_control {
  background: #1a2e1a;
  color: #86efac;
  border: 1px solid #15803d;
}
.s-corrected {
  background: #2d1f3d;
  color: #c084fc;
  border: 1px solid #7c3aed;
}
body.light .s-call_received {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}
body.light .s-dispatched {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .s-on_scene {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fdba74;
}
body.light .s-under_control {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}
body.light .s-corrected {
  background: #ede9fe;
  color: #6d28d9;
  border-color: #c4b5fd;
}
.priority-1 {
  border-left: 4px solid #ef4444;
}
.priority-2 {
  border-left: 4px solid #f59e0b;
}
.priority-3 {
  border-left: 4px solid #22c55e;
}
.call-card {
  cursor: pointer;
  transition: all 0.2s;
  background: #2a3f58;
}
.call-card:hover {
  background: #324d70;
  transform: translateX(2px);
}
.call-card.selected {
  background: #1f3d5c;
  border-color: #3b82f6;
  border-width: 2px;
}
body.light .call-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
body.light .call-card:hover {
  background: #f8fafc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.light .call-card.selected {
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot-available {
  background: #22c55e;
}
.dot-on_call {
  background: #f59e0b;
}
.dot-off_duty {
  background: #64748b;
}
.topbar {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
}
.ac-wrap {
  position: relative;
}
.ac-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  z-index: 500;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}
.ac-item {
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.ac-item:last-child {
  border-bottom: none;
}
.ac-item:hover,
.ac-item.hl {
  background: #2d4a66;
}
body.light .ac-item:hover,
body.light .ac-item.hl {
  background: #eff6ff;
}
body.light .ac-dropdown {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.ac-addr {
  color: var(--text-primary);
  font-size: 0.85rem;
  font-weight: 600;
}
.ac-city {
  color: var(--text-secondary);
  font-size: 0.78rem;
  margin-top: 1px;
}
.nature-btn {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s;
  text-align: left;
  width: 100%;
}
.nature-btn:hover,
.nature-btn.active {
  background: #3b1515;
  border-color: #dc2626;
  color: #fca5a5;
}
body.light .nature-btn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
}
body.light .nature-btn:hover,
body.light .nature-btn.active {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
}
.member-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-primary);
  margin-bottom: 6px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-box,
.modal-content {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 680px;
  max-height: 92vh;
  overflow-y: auto;
}
.modal-box.modal-scroll {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.modal-box.modal-scroll > .overflow-y-auto {
  min-height: 0;
}
.section-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: block;
}
.tl-item {
  position: relative;
  padding-left: 24px;
  padding-bottom: 12px;
}
.tl-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 0;
  width: 1px;
  background: #2d4a66;
}
.tl-item:last-child::before {
  display: none;
}
.tl-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #475569;
  background: var(--bg-primary);
}
.notif-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.incoming-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background:
    linear-gradient(
      135deg,
      #dc2626,
      #991b1b);
  border-bottom: 2px solid #ef4444;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.toggle-track {
  width: 42px;
  height: 22px;
  background: #2d4a66;
  border-radius: 11px;
  position: relative;
  transition: background 0.2s;
  flex-shrink: 0;
  cursor: pointer;
}
.toggle-track.on {
  background: #16a34a;
}
.toggle-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.2s;
}
.toggle-track.on .toggle-thumb {
  transform: translateX(20px);
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.15s;
  font-size: 0.8rem;
  font-weight: 500;
}
.nav-link:hover {
  background: #2d4a66;
  color: var(--text-primary);
}
.role-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.role-admin {
  background: #1e1b4b;
  color: #c084fc;
  border: 1px solid #7c3aed;
}
.role-dispatcher {
  background: #172554;
  color: #60a5fa;
  border: 1px solid #1d4ed8;
}
.role-coordinator {
  background: #052e16;
  color: #4ade80;
  border: 1px solid #16a34a;
}
.role-firefighter {
  background: #450a0a;
  color: #f87171;
  border: 1px solid #dc2626;
}
body.light .role-admin {
  background: #f5f3ff;
  color: #6d28d9;
  border-color: #a78bfa;
}
body.light .role-dispatcher {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .role-coordinator {
  background: #f0fdf4;
  color: #166534;
  border-color: #86efac;
}
body.light .role-firefighter {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fca5a5;
}
.flame-bg {
  background:
    linear-gradient(
      135deg,
      #243447 0%,
      #1a2535 50%,
      #1a0a00 100%);
}
.card-glow {
  box-shadow: 0 0 40px rgba(239, 68, 68, 0.15), 0 25px 50px rgba(0, 0, 0, 0.5);
}
.pin-input {
  letter-spacing: 0.5em;
  font-size: 1.5rem;
}
.btn-fire {
  background:
    linear-gradient(
      135deg,
      #dc2626,
      #b91c1c);
  transition: all 0.2s;
}
.btn-fire:hover {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #dc2626);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
}
body.light .text-white {
  color: #0f172a !important;
}
body.light .text-slate-200 {
  color: #1e293b !important;
}
body.light .text-slate-300 {
  color: #1e293b !important;
}
body.light .text-slate-400 {
  color: #475569 !important;
}
body.light .text-slate-500 {
  color: #64748b !important;
}
body.light .text-slate-600 {
  color: #64748b !important;
}
body.light .text-slate-700 {
  color: #94a3b8 !important;
}
body.light .text-red-400 {
  color: #dc2626 !important;
}
body.light .text-red-300 {
  color: #ef4444 !important;
}
body.light .text-red-500 {
  color: #dc2626 !important;
}
body.light .text-green-400 {
  color: #16a34a !important;
}
body.light .text-green-300 {
  color: #15803d !important;
}
body.light .text-green-500 {
  color: #16a34a !important;
}
body.light .text-blue-400 {
  color: #2563eb !important;
}
body.light .text-blue-300 {
  color: #1d4ed8 !important;
}
body.light .text-yellow-400 {
  color: #b45309 !important;
}
body.light .text-yellow-300 {
  color: #d97706 !important;
}
body.light .text-orange-400 {
  color: #c2410c !important;
}
body.light .text-orange-300 {
  color: #ea580c !important;
}
body.light .text-purple-400 {
  color: #7c3aed !important;
}
body.light .text-purple-300 {
  color: #6d28d9 !important;
}
body.light .text-amber-400 {
  color: #b45309 !important;
}
body.light .text-teal-400 {
  color: #0d9488 !important;
}
body.light .text-cyan-400 {
  color: #0891b2 !important;
}
body.light .bg-slate-700 {
  background: #e2e8f0 !important;
}
body.light .bg-slate-800 {
  background: #f1f5f9 !important;
}
body.light .bg-slate-900 {
  background: #ffffff !important;
}
body.light .bg-slate-600 {
  background: #cbd5e1 !important;
}
body.light .bg-slate-700\/30 {
  background: rgba(241, 245, 249, 0.5) !important;
}
body.light .bg-slate-700\/40 {
  background: rgba(226, 232, 240, 0.5) !important;
}
body.light .bg-slate-700\/60 {
  background: rgba(226, 232, 240, 0.7) !important;
}
body.light .bg-slate-800\/40 {
  background: rgba(241, 245, 249, 0.6) !important;
}
body.light .bg-slate-800\/50 {
  background: rgba(241, 245, 249, 0.7) !important;
}
body.light .bg-slate-800\/60 {
  background: rgba(241, 245, 249, 0.8) !important;
}
body.light .bg-slate-900\/40 {
  background: rgba(255, 255, 255, 0.6) !important;
}
body.light .bg-slate-900\/50 {
  background: rgba(255, 255, 255, 0.7) !important;
}
body.light .bg-slate-900\/60 {
  background: rgba(255, 255, 255, 0.8) !important;
}
body.light .bg-slate-900\/80 {
  background: rgba(255, 255, 255, 0.9) !important;
}
body.light .bg-red-900\/30 {
  background: #fef2f2 !important;
}
body.light .bg-red-900\/40 {
  background: #fee2e2 !important;
}
body.light .bg-red-900\/50 {
  background: #fecaca !important;
}
body.light .bg-red-900\/60 {
  background: #fee2e2 !important;
}
body.light .bg-blue-900\/60 {
  background: #dbeafe !important;
}
body.light .bg-blue-900\/50 {
  background: #dbeafe !important;
}
body.light .bg-green-900\/40 {
  background: #dcfce7 !important;
}
body.light .bg-green-900\/30 {
  background: #f0fdf4 !important;
}
body.light .bg-orange-900\/60 {
  background: #ffedd5 !important;
}
body.light .bg-orange-900\/50 {
  background: #fff7ed !important;
}
body.light .bg-yellow-900\/50 {
  background: #fefce8 !important;
}
body.light .bg-purple-900\/50 {
  background: #faf5ff !important;
}
body.light .bg-purple-900 {
  background: #f5f3ff !important;
}
body.light .bg-blue-900 {
  background: #eff6ff !important;
}
body.light .bg-green-900 {
  background: #f0fdf4 !important;
}
body.light .bg-red-900 {
  background: #fef2f2 !important;
}
body.light .border-slate-600 {
  border-color: #cbd5e1 !important;
}
body.light .border-slate-600\/50 {
  border-color: rgba(203, 213, 225, 0.5) !important;
}
body.light .border-slate-700 {
  border-color: #e2e8f0 !important;
}
body.light .border-slate-700\/50 {
  border-color: rgba(226, 232, 240, 0.5) !important;
}
body.light .border-slate-700\/60 {
  border-color: rgba(226, 232, 240, 0.6) !important;
}
body.light .border-slate-800 {
  border-color: #e2e8f0 !important;
}
body.light .border-red-700 {
  border-color: #fca5a5 !important;
}
body.light .border-red-800 {
  border-color: #fca5a5 !important;
}
body.light .border-blue-700 {
  border-color: #93c5fd !important;
}
body.light .border-blue-800 {
  border-color: #93c5fd !important;
}
body.light .border-green-700 {
  border-color: #86efac !important;
}
body.light .border-green-800 {
  border-color: #86efac !important;
}
body.light .border-orange-700 {
  border-color: #fdba74 !important;
}
body.light .border-orange-800 {
  border-color: #fdba74 !important;
}
body.light .border-yellow-700 {
  border-color: #fde047 !important;
}
body.light .divide-slate-700 > :not(:last-child) {
  border-color: #e2e8f0 !important;
}
body.light .divide-slate-800 > :not(:last-child) {
  border-color: #e2e8f0 !important;
}
body.light .hover\:bg-slate-700:hover {
  background: #e2e8f0 !important;
}
body.light .hover\:bg-slate-700\/30:hover {
  background: rgba(241, 245, 249, 0.5) !important;
}
body.light .hover\:bg-slate-700\/40:hover {
  background: rgba(226, 232, 240, 0.5) !important;
}
body.light .hover\:bg-slate-700\/60:hover {
  background: rgba(226, 232, 240, 0.7) !important;
}
body.light .hover\:bg-slate-800\/40:hover {
  background: rgba(241, 245, 249, 0.6) !important;
}
body.light .hover\:bg-slate-800\/60:hover {
  background: rgba(241, 245, 249, 0.8) !important;
}
body.light .hover\:bg-green-800\/60:hover {
  background: #dcfce7 !important;
}
body.light .hover\:bg-slate-500\/20:hover {
  background: rgba(226, 232, 240, 0.4) !important;
}
body.light .hover\:border-slate-500:hover {
  border-color: #94a3b8 !important;
}
body.light .hover\:border-slate-600:hover {
  border-color: #cbd5e1 !important;
}
body.light .hover\:text-white:hover {
  color: #0f172a !important;
}
body.light .hover\:text-blue-300:hover {
  color: #1d4ed8 !important;
}
body.light .hover\:text-red-300:hover {
  color: #dc2626 !important;
}
body.light .hover\:text-green-300:hover {
  color: #15803d !important;
}
body.light .hover\:text-yellow-300:hover {
  color: #b45309 !important;
}
body.light .bg-blue-700 {
  background: #2563eb !important;
}
body.light .bg-red-700 {
  background: #b91c1c !important;
}
body.light .bg-purple-700 {
  background: #7c3aed !important;
}
body.light .bg-yellow-700 {
  background: #b45309 !important;
}
body.light .topbar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.dispatch-sidebar {
  background: #1e3047;
}
.dispatch-main {
  background: #1a2535;
}
body.light .dispatch-sidebar {
  background: #f8fafc !important;
  border-right-color: #e2e8f0 !important;
}
body.light .dispatch-main {
  background: #f1f5f9 !important;
}
body.light .modal-backdrop {
  background: rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(4px);
}
body.light .modal-box,
body.light .modal-content {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
body.light table thead {
  background: #f8fafc !important;
}
body.light table thead .bg-slate-800 {
  background: #f8fafc !important;
}
body.light table thead .bg-slate-900\/80 {
  background: rgba(248, 250, 252, 0.95) !important;
}
body.light table tbody tr:hover {
  background: #f8fafc;
}
body.light .card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
body.light .tl-item::before {
  background: #e2e8f0;
}
body.light .tl-dot {
  border-color: #94a3b8;
  background: #f1f5f9;
}
body.light .member-row {
  background: #ffffff;
  border-color: #e2e8f0;
}
body.light .toggle-track {
  background: #cbd5e1;
}
body.light .toggle-track.on {
  background: #16a34a;
}
body.light .nav-link:hover {
  background: #f1f5f9;
}
body.light .notif-dot {
  background: #ef4444;
}
body.light .btn-export {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #93c5fd;
}
body.light .btn-export:hover {
  background: #dbeafe;
}
body.light .btn-danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}
body.light .btn-danger:hover {
  background: #fee2e2;
}
body.light .btn-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #86efac;
}
body.light .btn-success:hover {
  background: #dcfce7;
}
body.light .btn-orange {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fdba74;
}
body.light .btn-orange:hover {
  background: #ffedd5;
}
body.light .btn-warning {
  background: #fffbeb;
  color: #92400e;
  border-color: #fcd34d;
}
body.light .btn-warning:hover {
  background: #fef3c7;
}
body.light ::-webkit-scrollbar {
  width: 8px;
}
body.light ::-webkit-scrollbar-track {
  background: #f1f5f9;
}
body.light ::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
body.light ::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
body.light .tab-btn {
  color: #475569;
}
body.light .tab-btn:hover {
  background: #f1f5f9;
}
body.light .tab-btn.active {
  background: #0f172a;
  color: #ffffff;
}
.section-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.btn-warning {
  background: #92400e;
  color: #fde68a;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #b45309;
}
.btn-warning:hover {
  background: #b45309;
}
.btn-export {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e3a5f;
  color: #60a5fa;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #1d4ed8;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-export:hover {
  background: #1d4ed8;
  color: #fff;
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-slide-up {
  animation: slideUp 0.3s ease;
}
.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.tab-btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s;
  border: none;
  background: none;
}
.tab-btn.active {
  background: #2d4a66;
  color: #fff;
}
html {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.text-wrap-anywhere {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tap-target,
button,
a,
select,
[role=button] {
  min-height: 44px;
  min-width: 44px;
}
.sb,
.status-dot,
.tl-dot,
.notif-dot,
.role-badge,
table button,
table a,
.member-row button,
.call-card a {
  min-height: auto;
  min-width: auto;
}
@media (max-width: 360px) {
  .topbar {
    padding: 6px 8px !important;
    gap: 4px !important;
  }
  .topbar h1 {
    font-size: 0.875rem !important;
  }
  .topbar .text-xs {
    font-size: 0.6rem;
  }
  .topbar .w-10.h-10 {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
  }
  .topbar .w-9.h-9 {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
  }
  .btn-primary {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .btn-secondary {
    padding: 5px 8px;
    font-size: 0.7rem;
  }
  .btn-success,
  .btn-danger,
  .btn-orange,
  .btn-warning {
    padding: 5px 8px;
    font-size: 0.7rem;
  }
  .card {
    padding: 8px;
  }
  .card > .p-4,
  .card > .p-5 {
    padding: 8px !important;
  }
  .modal-backdrop {
    padding: 4px;
    padding-top: 4px;
  }
  .modal-box,
  .modal-content {
    padding: 10px !important;
    border-radius: 10px;
  }
  .stat-card {
    padding: 8px;
  }
  .stat-card .text-3xl,
  .stat-card .text-2xl {
    font-size: 1.25rem;
  }
  .nature-btn {
    padding: 6px 8px;
    font-size: 0.7rem;
  }
  .tab-btn {
    padding: 5px 8px;
    font-size: 0.65rem;
  }
  .input-field {
    padding: 7px 10px;
    font-size: 0.8rem;
  }
  .call-card .text-sm {
    font-size: 0.8rem;
  }
  .call-card .text-xs {
    font-size: 0.65rem;
  }
}
@media (max-width: 414px) {
  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4 {
    grid-template-columns: 1fr !important;
  }
  .col-span-2,
  .col-span-3 {
    grid-column: span 1 !important;
  }
  .grid.grid-cols-2.md\:grid-cols-4 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 640px) {
  .modal-backdrop {
    padding: 6px;
    align-items: flex-start;
    padding-top: 8px;
  }
  .modal-box,
  .modal-content {
    padding: 14px !important;
    border-radius: 12px;
    max-height: 96vh !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .modal-box .grid-cols-2,
  .modal-box .grid-cols-3,
  .modal-content .grid-cols-2,
  .modal-content .grid-cols-3 {
    grid-template-columns: 1fr !important;
  }
  .modal-box .col-span-2,
  .modal-content .col-span-2 {
    grid-column: span 1 !important;
  }
  .modal-box .section-hd {
    gap: 8px;
  }
  .modal-box h2 {
    font-size: 1rem !important;
  }
  .modal-box .ac-dropdown,
  .modal-content .ac-dropdown {
    max-height: 160px;
  }
  .tab-scroll,
  .resp-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }
  .tab-scroll::-webkit-scrollbar,
  .resp-tabs::-webkit-scrollbar {
    display: none;
  }
  .tab-scroll .tab-btn,
  .resp-tabs .tab-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
  .topbar {
    padding: 8px 10px !important;
    gap: 6px !important;
  }
  .topbar h1 {
    font-size: 1rem !important;
  }
  .topbar .text-xs {
    font-size: 0.65rem;
  }
  .stat-card {
    padding: 12px;
  }
  .stat-card .text-3xl,
  .stat-card .text-2xl {
    font-size: 1.5rem;
  }
  .date-filter-wrap {
    flex-direction: column;
  }
  .date-filter-wrap > div {
    width: 100%;
  }
  .date-filter-wrap input[type=date] {
    max-width: 100% !important;
    width: 100%;
  }
  .date-filter-wrap .quick-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .date-filter-wrap .quick-filters button {
    flex-shrink: 0;
  }
  .table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.w-full th,
  table.w-full td {
    padding: 8px 8px !important;
    font-size: 0.75rem;
  }
  .btn-primary {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
  .btn-secondary {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .card > .p-4,
  .card > .p-5 {
    padding: 12px !important;
  }
  .input-field {
    padding: 8px 12px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
  }
  textarea.input-field {
    min-height: 60px;
  }
  input[style*=max-width],
  select[style*=max-width] {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 0.65rem;
  }
  .modal-box .flex.gap-3.pt-2,
  .modal-content .flex.gap-3.pt-2,
  .modal-box .flex.gap-2.pt-2,
  .modal-content .flex.gap-2.pt-2 {
    flex-wrap: wrap;
  }
  .modal-box .flex.gap-3.pt-2 > button,
  .modal-content .flex.gap-3.pt-2 > button,
  .modal-box .flex.gap-2.pt-2 > button,
  .modal-content .flex.gap-2.pt-2 > button {
    min-width: 0;
    flex: 1 1 100%;
  }
  .call-detail-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .call-detail-actions > * {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
  .member-row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 10px 12px;
  }
  .member-row > .flex:first-child {
    align-self: flex-start;
  }
  .member-row > button,
  .member-row > .btn-danger,
  .member-row > .btn-success {
    align-self: flex-end;
  }
  .topbar-controls {
    flex-wrap: wrap;
    gap: 4px !important;
  }
  .search-filter-row {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .search-filter-row > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .dispatch-main {
    padding: 12px !important;
  }
  .notif-panel-mobile {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
  }
}
@media (min-width: 428px) and (max-width: 640px) {
  .grid.grid-cols-2.md\:grid-cols-4 {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid.grid-cols-1.sm\:grid-cols-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .dispatch-sidebar {
    width: 100% !important;
    flex-shrink: 1 !important;
  }
  .dispatch-layout.call-selected .dispatch-sidebar {
    display: none !important;
  }
  .dispatch-layout.call-selected .dispatch-main {
    display: flex !important;
    flex-direction: column;
  }
  .dispatch-layout:not(.call-selected) .dispatch-main {
    display: none !important;
  }
  .mobile-back-btn {
    display: inline-flex !important;
  }
  .call-header-layout {
    flex-direction: column !important;
  }
  .call-header-layout > .call-header-actions {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    align-items: stretch !important;
  }
  .call-header-layout > .call-header-actions > * {
    flex: 1 1 calc(50% - 4px);
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .mobile-back-btn {
    display: none !important;
  }
}
.pwa-install-banner {
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
}
body.light .pwa-install-banner {
  background:
    linear-gradient(
      135deg,
      #fef2f2,
      #fff7ed) !important;
  border-top-color: #fca5a5 !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}
body.light .pwa-install-banner .text-white {
  color: #0f172a !important;
}
body.light .pwa-install-banner .text-red-200 {
  color: #64748b !important;
}
body.light .pwa-install-banner .bg-white {
  background: #dc2626 !important;
}
body.light .pwa-install-banner .text-red-700 {
  color: #ffffff !important;
}
body.light .pwa-install-banner .hover\:bg-red-800\/50:hover {
  background: rgba(220, 38, 38, 0.15) !important;
}
audio {
  border-radius: 8px;
  background: var(--bg-primary);
}
body.light audio {
  background: #f1f5f9;
}
@media (max-width: 414px) {
  .flame-bg {
    padding: 12px 10px !important;
  }
  .flame-bg .max-w-md {
    max-width: 100% !important;
  }
  .flame-bg .bg-slate-800 {
    padding: 20px 16px !important;
  }
  .flame-bg .text-3xl {
    font-size: 1.5rem !important;
  }
  .flame-bg .w-20.h-20 {
    width: 56px !important;
    height: 56px !important;
  }
  .flame-bg .mb-8 {
    margin-bottom: 1.25rem !important;
  }
  .flame-bg .text-lg {
    font-size: 1rem !important;
  }
  .flame-bg .py-3 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .flame-bg .space-y-5 > * + * {
    margin-top: 0.875rem !important;
  }
}
@media (max-width: 640px) {
  .modal-box .bg-slate-800\/60.border.border-slate-600.rounded-lg.p-3.space-y-1 {
    padding: 12px !important;
  }
  .modal-box .grid.grid-cols-2.gap-1.mt-2 {
    grid-template-columns: 1fr !important;
  }
}
.call-card.card {
  min-height: 0;
}
@media (max-width: 640px) {
  .grid .call-card.card,
  .grid .card.cursor-pointer {
    min-width: 0;
    width: 100%;
  }
  .topbar .w-8.h-8,
  .topbar .w-9.h-9 {
    flex-shrink: 0;
  }
}
@media (max-width: 640px) {
  .card .relative input.input-field.text-xs.w-52 {
    width: 100% !important;
  }
  .card .flex.items-center.justify-between.px-4.py-3 {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 640px) {
  .card > .overflow-x-auto {
    -webkit-overflow-scrolling: touch;
  }
  table.w-full th {
    font-size: 0.6rem;
    padding: 6px 8px !important;
  }
  table.w-full td {
    font-size: 0.7rem;
    padding: 6px 8px !important;
  }
}
@media (max-width: 640px) {
  .grid.grid-cols-1.lg\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 414px) {
  .incoming-banner .flex {
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 10px !important;
  }
  .incoming-banner .btn-fire,
  .incoming-banner button.bg-white {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
}
@media (max-width: 414px) {
  .modal-box .flex.gap-1.mb-2 {
    flex-wrap: wrap;
  }
}
.burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(51, 65, 85, 0.7);
  transition: all 0.15s;
  flex-shrink: 0;
  min-height: 42px;
  min-width: 42px;
}
.burger-btn:hover {
  background: rgba(71, 85, 105, 0.9);
  border-color: rgba(148, 163, 184, 0.4);
}
.burger-btn:active {
  transform: scale(0.95);
}
.burger-line {
  display: block;
  width: 100%;
  height: 2.5px;
  border-radius: 2px;
  background: #e2e8f0;
  transition: all 0.2s;
}
body.light .burger-btn {
  background: #e2e8f0;
  border-color: #cbd5e1;
}
body.light .burger-btn:hover {
  background: #cbd5e1;
  border-color: #94a3b8;
}
body.light .burger-line {
  background: #1e293b;
}
.burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  z-index: 51;
  background: var(--bg-secondary);
  border-right: 1px solid var(--border);
  overflow-y: auto;
  animation: burgerSlideIn 0.2s ease;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.4);
}
body.light .burger-overlay {
  background: #ffffff;
  border-right-color: #e2e8f0;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}
@keyframes burgerSlideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.burger-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s;
  border: none;
  background: none;
  text-decoration: none;
  min-height: 44px;
}
.burger-nav-item:hover {
  background: var(--bg-card);
  color: var(--text-primary);
}
.burger-nav-item.active {
  background: #2d4a66;
  color: #fff;
}
body.light .burger-nav-item:hover {
  background: #f1f5f9;
  color: #0f172a;
}
body.light .burger-nav-item.active {
  background: #0f172a;
  color: #fff;
}
.scanline-card {
  display: flex;
  align-items: stretch;
  cursor: pointer;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: all 0.15s ease;
  overflow: hidden;
  margin-bottom: 6px;
}
.scanline-card:hover {
  background: #324d70;
  transform: translateX(2px);
}
.scanline-card.selected {
  background: #1f3d5c;
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}
body.light .scanline-card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
body.light .scanline-card:hover {
  background: #f8fafc;
}
body.light .scanline-card.selected {
  background: #eff6ff;
  border-color: #3b82f6;
}
.scanline-priority {
  width: 5px;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.scanline-p1 {
  background:
    linear-gradient(
      180deg,
      #ef4444,
      #b91c1c);
}
.scanline-p2 {
  background:
    linear-gradient(
      180deg,
      #f59e0b,
      #d97706);
}
.scanline-p3 {
  background:
    linear-gradient(
      180deg,
      #22c55e,
      #16a34a);
}
.scanline-body {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.scanline-top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.scanline-nature {
  flex: 1;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}
.scanline-pending {
  font-style: italic;
  opacity: 0.6;
}
.scanline-badge {
  font-size: 0.625rem;
  font-weight: 800;
  flex-shrink: 0;
}
.scanline-p1-text {
  color: #ef4444;
}
.scanline-p2-text {
  color: #f59e0b;
}
.scanline-p3-text {
  color: #22c55e;
}
body.light .scanline-p1-text {
  color: #dc2626;
}
body.light .scanline-p2-text {
  color: #b45309;
}
body.light .scanline-p3-text {
  color: #16a34a;
}
.scanline-type {
  font-size: 0.5625rem;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.scanline-type-call {
  background: #1e3a5f;
  color: #60a5fa;
  border: 1px solid #1d4ed8;
}
.scanline-type-inc {
  background: #3b2200;
  color: #fb923c;
  border: 1px solid #c2410c;
}
body.light .scanline-type-call {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .scanline-type-inc {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fdba74;
}
.scanline-address {
  font-size: 0.6875rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
}
.scanline-addr-icon {
  font-size: 0.6rem;
  color: var(--text-muted);
  flex-shrink: 0;
}
.scanline-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.scanline-status {
  font-size: 0.5625rem !important;
  padding: 1px 6px !important;
}
.scanline-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #166534;
  color: #86efac;
  font-size: 0.625rem;
  border: 1px solid #15803d;
  flex-shrink: 0;
  min-height: auto;
  min-width: auto;
}
.scanline-phone-btn:hover {
  background: #15803d;
}
body.light .scanline-phone-btn {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}
.scanline-hist-btn {
  color: var(--text-muted);
  font-size: 0.5625rem;
  min-height: auto;
  min-width: auto;
  padding: 2px;
  border-radius: 4px;
  transition: color 0.15s;
}
.scanline-hist-btn:hover {
  color: #60a5fa;
}
.scanline-crew,
.scanline-time {
  font-size: 0.625rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}
.scanline-time {
  margin-left: auto;
}
.detail-container {
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .detail-container {
    padding-bottom: 0;
  }
}
.detail-header {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 8px;
}
.detail-header-p1 {
  border-left: 5px solid #ef4444;
}
.detail-header-p2 {
  border-left: 5px solid #f59e0b;
}
.detail-header-p3 {
  border-left: 5px solid #22c55e;
}
body.light .detail-header {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.dh-row1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.dh-callnum {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--text-primary);
}
.dh-type {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.dh-type-call {
  background: #1e3a5f;
  color: #60a5fa;
  border: 1px solid #1d4ed8;
}
.dh-type-inc {
  background: #3b2200;
  color: #fb923c;
  border: 1px solid #c2410c;
}
body.light .dh-type-call {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .dh-type-inc {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fdba74;
}
.dh-priority {
  font-size: 0.7rem;
  font-weight: 800;
}
.dh-p1 {
  color: #ef4444;
}
.dh-p2 {
  color: #f59e0b;
}
.dh-p3 {
  color: #22c55e;
}
body.light .dh-p1 {
  color: #dc2626;
}
body.light .dh-p2 {
  color: #b45309;
}
body.light .dh-p3 {
  color: #16a34a;
}
.dh-nature {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 6px;
}
.dh-row-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.dh-address {
  font-size: 0.8rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 4px;
}
.dh-icon-red {
  color: #ef4444;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.dh-icon-muted {
  color: var(--text-muted);
  font-size: 0.65rem;
  flex-shrink: 0;
}
body.light .dh-icon-red {
  color: #dc2626;
}
.dh-crossstreet {
  font-size: 0.7rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}
.dh-hist-link {
  font-size: 0.7rem;
  color: var(--text-muted);
  transition: color 0.15s;
  min-height: auto;
  min-width: auto;
  padding: 2px 4px;
  border-radius: 4px;
}
.dh-hist-link:hover {
  color: #60a5fa;
}
.dh-caller-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.dh-caller-name {
  color: var(--text-secondary);
}
.dh-caller-phone {
  color: #4ade80;
  font-family: monospace;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dh-caller-phone:hover {
  color: #22c55e;
  text-decoration: underline;
}
body.light .dh-caller-phone {
  color: #16a34a;
}
.dh-received {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}
.dh-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.dh-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s;
  white-space: nowrap;
  min-height: 36px;
  min-width: auto;
}
.dh-btn-map {
  background: #dc2626;
  color: #fff;
  border-color: #b91c1c;
}
.dh-btn-map:hover {
  background: #ef4444;
}
.dh-btn-call {
  background: #166534;
  color: #86efac;
  border-color: #15803d;
}
.dh-btn-call:hover {
  background: #15803d;
}
.dh-btn-promote {
  background: #1d4ed8;
  color: #93c5fd;
  border-color: #2563eb;
}
.dh-btn-promote:hover {
  background: #2563eb;
}
.dh-btn-dismiss {
  background: #7f1d1d;
  color: #fca5a5;
  border-color: #991b1b;
}
.dh-btn-dismiss:hover {
  background: #991b1b;
}
.dh-btn-edit {
  background: #2d4a66;
  color: #cbd5e1;
  border-color: #3a5570;
}
.dh-btn-edit:hover {
  background: #3a5a7a;
}
.dh-btn-report {
  background: #166534;
  color: #86efac;
  border-color: #15803d;
}
.dh-btn-report:hover {
  background: #15803d;
}
.dh-btn-notify {
  background: #92400e;
  color: #fed7aa;
  border-color: #b45309;
}
.dh-btn-notify:hover {
  background: #b45309;
}
body.light .dh-btn-map {
  background: #dc2626;
  color: #fff;
}
body.light .dh-btn-call {
  background: #f0fdf4;
  color: #166534;
  border-color: #86efac;
}
body.light .dh-btn-promote {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .dh-btn-dismiss {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fca5a5;
}
body.light .dh-btn-edit {
  background: #e2e8f0;
  color: #1e293b;
  border-color: #cbd5e1;
}
body.light .dh-btn-report {
  background: #f0fdf4;
  color: #166534;
  border-color: #86efac;
}
body.light .dh-btn-notify {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fdba74;
}
@media (max-width: 768px) {
  .dh-actions-desktop {
    display: none !important;
  }
}
.stepper-track {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 8px;
  padding: 10px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.light .stepper-track {
  background: #fff;
  border-color: #e2e8f0;
}
.stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 4px 6px;
  min-height: auto;
  min-width: auto;
  transition: opacity 0.15s;
}
.stepper-step:disabled {
  cursor: default;
}
.stepper-step:not(:disabled):hover {
  opacity: 0.7;
}
.stepper-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--text-muted);
  background: var(--bg-primary);
  border: 2px solid var(--border);
  transition: all 0.2s;
}
.stepper-active .stepper-dot {
  background: #2563eb;
  border-color: #3b82f6;
  color: #fff;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}
.stepper-done .stepper-dot {
  background: #16a34a;
  border-color: #22c55e;
  color: #fff;
}
.stepper-label {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}
.stepper-active .stepper-label {
  color: #3b82f6;
}
.stepper-done .stepper-label {
  color: #22c55e;
}
.stepper-line {
  flex: 1;
  min-width: 12px;
  height: 2px;
  background: var(--border);
  margin: 0 2px;
  margin-bottom: 18px;
}
.stepper-line-done {
  background: #22c55e;
}
.detail-section {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 6px;
  overflow: hidden;
}
body.light .detail-section {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.section-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 14px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 0.8125rem;
  font-weight: 700;
  min-height: 44px;
  min-width: auto;
  transition: background 0.15s;
}
.section-toggle:hover {
  background: rgba(255, 255, 255, 0.03);
}
body.light .section-toggle:hover {
  background: rgba(0, 0, 0, 0.02);
}
.section-toggle-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-toggle-icon {
  font-size: 0.8rem;
  width: 18px;
  text-align: center;
}
.section-toggle-arrow {
  color: var(--text-muted);
  font-size: 0.65rem;
  transition: transform 0.2s;
}
.section-toggle-arrow.open {
  transform: rotate(180deg);
}
.section-body {
  padding: 0 14px 14px;
}
.crew-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}
.crew-row:last-child {
  border-bottom: none;
}
.crew-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  background: #475569;
  flex-shrink: 0;
}
.crew-avatar-cmd {
  background: #b45309;
  border: 2px solid #fbbf24;
}
.crew-cmd-badge {
  font-size: 0.6rem;
  color: #fbbf24;
  font-weight: 700;
  background: rgba(180, 83, 9, 0.25);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 4px;
  padding: 1px 6px;
}
.note-item {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 6px;
}
.report-item {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 6px;
}
.equip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}
.equip-row:last-child {
  border-bottom: none;
}
.mobile-action-bar {
  display: none;
}
@media (max-width: 768px) {
  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    padding: 8px 10px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  }
  body.light .mobile-action-bar {
    background: #fff;
    border-color: #e2e8f0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  }
}
.mab-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 4px;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s;
  min-height: 44px;
  min-width: 0;
}
.mab-btn i {
  font-size: 1rem;
}
.mab-btn span {
  line-height: 1;
}
.mab-btn-map {
  background: #dc2626;
  color: #fff;
  border-color: #b91c1c;
}
.mab-btn-call {
  background: #166534;
  color: #86efac;
  border-color: #15803d;
}
.mab-btn-promote {
  background: #1d4ed8;
  color: #93c5fd;
  border-color: #2563eb;
}
.mab-btn-edit {
  background: #2d4a66;
  color: #cbd5e1;
  border-color: #3a5570;
}
.mab-btn-report {
  background: #166534;
  color: #86efac;
  border-color: #15803d;
}
body.light .mab-btn-map {
  background: #dc2626;
  color: #fff;
}
body.light .mab-btn-call {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}
body.light .mab-btn-promote {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #93c5fd;
}
body.light .mab-btn-edit {
  background: #e2e8f0;
  color: #1e293b;
  border-color: #cbd5e1;
}
body.light .mab-btn-report {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}
@media (max-width: 360px) {
  .scanline-body {
    padding: 6px 8px;
  }
  .scanline-nature {
    font-size: 0.75rem;
  }
  .scanline-address {
    font-size: 0.625rem;
  }
  .scanline-footer {
    gap: 4px;
  }
  .detail-header {
    padding: 10px;
  }
  .dh-callnum {
    font-size: 0.95rem;
  }
  .dh-nature {
    font-size: 0.875rem;
  }
  .dh-address {
    font-size: 0.7rem;
  }
  .section-toggle {
    padding: 8px 10px;
    font-size: 0.75rem;
  }
  .section-body {
    padding: 0 10px 10px;
  }
  .stepper-track {
    padding: 8px 10px;
  }
  .stepper-dot {
    width: 22px;
    height: 22px;
    font-size: 0.55rem;
  }
  .stepper-label {
    font-size: 0.5rem;
  }
}
@media (max-width: 640px) {
  .dh-action-btn span {
    display: none;
  }
  .dh-action-btn {
    padding: 6px 10px;
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-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-duration { syntax: "*"; inherits: false; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
    }
  }
}

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