/* [project]/packages/web/src/styles/globals.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-900: #82181a;
    --color-amber-100: #fef3c6;
    --color-amber-900: #7b3306;
    --color-emerald-50: #ecfdf5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-700: #007956;
    --color-emerald-900: #004e3b;
    --color-sky-50: #f0f9ff;
    --color-sky-200: #b8e6fe;
    --color-sky-900: #024a70;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cad5e2;
    --color-slate-400: #90a1b9;
    --color-slate-500: #62748e;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --color-slate-900: #0f172b;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-900: lab(28.5139% 44.5539 29.0463);
      --color-amber-100: lab(95.916% -1.21653 23.111);
      --color-amber-900: lab(31.2288% 30.2627 40.0378);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-emerald-900: lab(28.8637% -26.9249 5.45986);
      --color-sky-50: lab(97.3623% -2.33802 -4.13098);
      --color-sky-200: lab(88.6983% -11.3978 -16.8488);
      --color-sky-900: lab(29.1959% -8.34689 -28.2453);
      --color-slate-50: lab(98.1434% -.369519 -1.05966);
      --color-slate-100: lab(96.286% -.852436 -2.46847);
      --color-slate-200: lab(91.7353% -.998765 -4.76968);
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
      --color-slate-400: lab(65.5349% -2.25151 -14.5072);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mr-1 {
    margin-right: var(--spacing);
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-\[28rem\] {
    width: 28rem;
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }

  .max-w-48 {
    max-width: calc(var(--spacing) * 48);
  }

  .max-w-\[90vw\] {
    max-width: 90vw;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-56 {
    min-width: calc(var(--spacing) * 56);
  }

  .min-w-64 {
    min-width: calc(var(--spacing) * 64);
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .cursor-help {
    cursor: help;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-disc {
    list-style-type: disc;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-3 > :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)));
  }

  :where(.space-y-4 > :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)));
  }

  :where(.space-y-5 > :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)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-y-1 {
    row-gap: var(--spacing);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .self-end {
    align-self: flex-end;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-sky-200 {
    border-color: var(--color-sky-200);
  }

  .border-slate-100 {
    border-color: var(--color-slate-100);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .border-slate-300 {
    border-color: var(--color-slate-300);
  }

  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }

  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }

  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }

  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }

  .bg-slate-900\/40 {
    background-color: #0f172b66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/40 {
      background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pb-1 {
    padding-bottom: var(--spacing);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-top {
    vertical-align: top;
  }

  .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-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));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-amber-900 {
    color: var(--color-amber-900);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-900 {
    color: var(--color-emerald-900);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-900 {
    color: var(--color-red-900);
  }

  .text-sky-900 {
    color: var(--color-sky-900);
  }

  .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-slate-900 {
    color: var(--color-slate-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-red-500:hover {
      background-color: var(--color-red-500);
    }

    .hover\:bg-slate-50:hover {
      background-color: var(--color-slate-50);
    }

    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100);
    }

    .hover\:bg-slate-700:hover {
      background-color: var(--color-slate-700);
    }

    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }

    .hover\:text-slate-900:hover {
      color: var(--color-slate-900);
    }
  }

  .focus\:border-slate-500:focus {
    border-color: var(--color-slate-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-slate-500:focus {
    --tw-ring-color: var(--color-slate-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:bg-red-300:disabled {
    background-color: var(--color-red-300);
  }

  .disabled\:bg-slate-100:disabled {
    background-color: var(--color-slate-100);
  }

  .disabled\:bg-slate-400:disabled {
    background-color: var(--color-slate-400);
  }

  .disabled\:text-slate-300:disabled {
    color: var(--color-slate-300);
  }

  .disabled\:text-slate-400:disabled {
    color: var(--color-slate-400);
  }

  @media (min-width: 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
}

:root {
  --fc-sticky-header-footer-z: 3;
  --fc-popover-z: 4;
}

.fc-ZK {
  z-index: var(--fc-popover-z) !important;
}

.fc-5R {
  isolation: isolate;
}

.fc-O6, .fc-O6 *, .fc-O6 :before, .fc-O6 :after {
  box-sizing: border-box !important;
}

.fc-fF, .fc-fF * {
  cursor: not-allowed !important;
}

.fc-Rp {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.fc-Rp::-webkit-scrollbar {
  display: none !important;
}

.fc-tp {
  flex-shrink: 0 !important;
}

.fc-MU .fc-rr {
  flex-flow: wrap !important;
  display: flex !important;
}

.fc-ob .fc-rr > * {
  float: left !important;
}

[dir="rtl"] .fc-ob .fc-rr > *, .fc-ob[dir="rtl"] .fc-rr > * {
  float: right !important;
}

.fc-ob .fc-rr:after {
  content: "" !important;
  clear: both !important;
  display: block !important;
}

.fc-iz {
  cursor: pointer !important;
}

.fc-W6 {
  cursor: n-resize !important;
}

.fc-9e {
  cursor: s-resize !important;
}

.fc-wb {
  cursor: w-resize !important;
}

[dir="rtl"] .fc-wb, .fc-0b {
  cursor: e-resize !important;
}

[dir="rtl"] .fc-0b {
  cursor: w-resize !important;
}

.fc-Gz {
  cursor: col-resize !important;
}

.fc-wZ, .fc-oJ, .fc-9A {
  box-sizing: content-box !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}

.fc-wZ {
  margin: -10px !important;
  padding: 10px !important;
}

.fc-oJ {
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.fc-9A {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.fc-Yf {
  position: absolute;
  inset: 0 -5px;
}

.fc-AQ {
  -webkit-user-select: none;
  user-select: none;
}

.fc-MJ {
  visibility: hidden;
}

.fc-Yq {
  border: 0 !important;
}

.fc-3R {
  border-left: 0 !important;
  border-right: 0 !important;
}

.fc-dv {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.fc-Yk {
  border-top: 0 !important;
}

.fc-b1 {
  border-bottom: 0 !important;
}

.fc-W7 {
  border-inline-start: 0 !important;
}

.fc-Eu {
  border-inline-end: 0 !important;
}

.fc-bH {
  flex-direction: row !important;
  display: flex !important;
}

.fc-Ih {
  flex-direction: column !important;
  display: flex !important;
}

.fc-BH {
  flex-grow: 1 !important;
}

.fc-1Y {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fc-Ux {
  min-height: 0 !important;
}

.fc-ZM {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 0 !important;
}

.fc-Gx {
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 0 !important;
  width: 100% !important;
}

.fc-Gx > thead {
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
}

.fc-Gx > tbody {
  background: none !important;
}

.fc-Gx > thead > tr > th, .fc-Gx > tbody > tr > th, .fc-Gx > tbody > tr > td {
  font-weight: inherit;
  text-align: inherit;
  vertical-align: top !important;
}

.fc-33 {
  padding: 0 !important;
}

.fc-5V {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fc-b4 {
  margin: 0 !important;
}

.fc-H8 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fc-Oq {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fc-oX {
  white-space: nowrap !important;
}

.fc-LF {
  white-space: pre !important;
}

.fc-Gg {
  overflow-anchor: none;
}

.fc-87 {
  pointer-events: none !important;
}

.fc-5o {
  overflow: hidden !important;
}

.fc-7P {
  white-space: nowrap !important;
  overflow: hidden !important;
}

.fc-XV {
  position: relative !important;
}

.fc-Ew {
  position: absolute !important;
}

.fc-bN {
  inset-inline-start: 0 !important;
}

.fc-cH {
  inset-inline-end: 0 !important;
}

.fc-wd {
  position: absolute !important;
  inset: 0 !important;
}

.fc-sd, .fc-ar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}

.fc-0H, .fc-63 {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
}

.fc-sd {
  top: 0 !important;
}

.fc-63 {
  width: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

@media not print {
  .fc-WL {
    position: sticky !important;
  }

  .fc-i6 {
    position: sticky !important;
    top: 0 !important;
  }

  .fc-n4 {
    position: sticky !important;
    inset-inline-start: 0 !important;
  }

  .fc-q0 {
    z-index: var(--fc-sticky-header-footer-z) !important;
    position: sticky !important;
    top: 0 !important;
  }
}

.fc-F2 {
  box-sizing: content-box !important;
}

.fc-rZ {
  position: absolute !important;
  left: -10000px !important;
}

.fc-dG {
  align-items: center !important;
}

.fc-jB {
  align-items: flex-start !important;
}

.fc-6B {
  align-items: flex-end !important;
}

.fc-89 {
  z-index: var(--fc-sticky-header-footer-z) !important;
  position: sticky !important;
  bottom: 0 !important;
}

.fc-Se > * {
  margin-top: -1px !important;
}

.fc-Se > * > * {
  height: 1px !important;
}

.fc-qu {
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
}

.fc-sn {
  min-height: 4em !important;
}

.fc-os {
  display: flow-root !important;
}

.fc-P0 {
  z-index: 0;
}

.fc-hB {
  z-index: 1;
}

.fc-b7 {
  z-index: 2;
}

.fc-BR {
  z-index: 3;
}

.fc-eM {
  z-index: 4;
}

.fc-zy {
  z-index: 5;
}

.fc-xI {
  z-index: 1000;
}

.fc-hJ {
  z-index: 9999;
}

.fc-0t:focus-visible {
  z-index: 2;
}

.fc-classic-n5m {
  --fc-classic-border-style: solid;
  font-size: 16px;
  line-height: 1.5;
}

.fc-classic-Z9U {
  appearance: button;
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.fc-classic-JiE {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

.fc-classic-3Lc {
  pointer-events: none;
}

.fc-classic-1EY {
  position: absolute;
}

.fc-classic-eYX {
  position: relative;
}

.fc-classic-OUe {
  position: sticky;
}

.fc-classic-MaV {
  inset-inline: 0;
}

.fc-classic-AWB {
  inset-block: 0;
}

.fc-classic-11a {
  inset-inline-start: -4px;
}

.fc-classic-rbS {
  inset-inline-start: 0;
}

.fc-classic-bEw {
  inset-inline-end: -4px;
}

.fc-classic-2w8 {
  inset-inline-end: 2px;
}

.fc-classic-dnf {
  inset-inline-end: -3px;
}

.fc-classic-YDC {
  top: -4px;
}

.fc-classic-n9G {
  top: 0;
}

.fc-classic-2ik {
  top: 2px;
}

.fc-classic-ERR {
  top: 50%;
}

.fc-classic-fJL {
  bottom: -4px;
}

.fc-classic-jGI {
  bottom: 0;
}

.fc-classic-1V6 {
  left: 50%;
}

.fc-classic-88I {
  order: -1;
}

.fc-classic-gMS {
  margin: 4px;
}

.fc-classic-bvX {
  margin: 8px;
}

.fc-classic-jD5 {
  margin: 16px;
}

.fc-classic-J04 {
  margin-inline: -5px;
}

.fc-classic-cKZ {
  margin-inline: 2px;
}

.fc-classic-rVY {
  margin-inline: 4px;
}

.fc-classic-fn8 {
  margin-inline: 8px;
}

.fc-classic-148 {
  margin-inline: 1px;
}

.fc-classic-cJ3 {
  margin-block: 2px;
}

.fc-classic-V9v {
  margin-block: 4px;
}

.fc-classic-2tF {
  margin-block: 8px;
}

.fc-classic-Jzj {
  margin-inline-start: 2px;
}

.fc-classic-Mde {
  margin-inline-start: 8px;
}

.fc-classic-qvL {
  margin-inline-start: 1px;
}

.fc-classic-kp0 {
  margin-inline-end: -4px;
}

.fc-classic-3e1 {
  margin-inline-end: 2px;
}

.fc-classic-B3G {
  margin-inline-end: 2.5%;
}

.fc-classic-9hC {
  margin-inline-end: 1px;
}

.fc-classic-Dq8 {
  margin-top: -4px;
}

.fc-classic-a10 {
  margin-top: -5px;
}

.fc-classic-Ika {
  margin-bottom: 1px;
}

.fc-classic-nHS {
  margin-bottom: -1px;
}

.fc-classic-F99 {
  margin-left: -4px;
}

.fc-classic-eF2 {
  display: contents;
}

.fc-classic-I48 {
  display: block;
}

.fc-classic-dl1 {
  display: flex;
}

.fc-classic-i3N {
  display: grid;
}

.fc-classic-pps {
  display: none;
}

.fc-classic-3wQ {
  width: 8px;
  height: 8px;
}

.fc-classic-vnf {
  width: 16px;
  height: 16px;
}

.fc-classic-XUJ {
  width: 20px;
  height: 20px;
}

.fc-classic-uuA {
  height: 8px;
}

.fc-classic-zrJ {
  height: 12px;
}

.fc-classic-84e {
  min-height: 2px;
}

.fc-classic-mhE {
  min-height: 12px;
}

.fc-classic-toR {
  min-height: 1px;
}

.fc-classic-roZ {
  width: 50%;
}

.fc-classic-hza {
  width: 8px;
}

.fc-classic-4Tv {
  width: 5px;
}

.fc-classic-kMV {
  max-width: 200px;
}

.fc-classic-2KU {
  min-width: 0;
}

.fc-classic-aNc {
  min-width: 220px;
}

.fc-classic-yi0 {
  flex-shrink: 0;
}

.fc-classic-1Zl {
  flex-shrink: 1;
}

.fc-classic-OLq {
  flex-shrink: 100;
}

.fc-classic-1El {
  flex-grow: 1;
}

.fc-classic-jmT {
  rotate: 180deg;
}

.fc-classic-sgX {
  flex-direction: column;
}

.fc-classic-1sP {
  flex-direction: row;
}

.fc-classic-dNl {
  flex-wrap: wrap;
}

.fc-classic-XpK {
  align-items: center;
}

.fc-classic-N2M {
  justify-content: space-between;
}

.fc-classic-E9P {
  justify-content: center;
}

.fc-classic-LMv {
  justify-content: flex-end;
}

.fc-classic-aTF {
  gap: 2px;
}

.fc-classic-NWN {
  gap: 4px;
}

.fc-classic-wwb {
  gap: 12px;
}

.fc-classic-yth {
  gap: 20px;
}

.fc-classic-sI7 {
  align-self: flex-start;
}

.fc-classic-pKG {
  overflow: hidden;
}

.fc-classic-Ig4 {
  border-radius: 4px;
}

.fc-classic-AAA {
  border-radius: 3.40282e38px;
}

.fc-classic-Fvv {
  border-radius: 4px;
}

.fc-classic-kmj {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}

.fc-classic-Skl {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}

.fc-classic-C2g {
  border-end-end-radius: 4px;
}

.fc-classic-Z7Q {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fc-classic-2qh {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-classic-wsy {
  border-style: var(--fc-classic-border-style);
  border-width: 1px;
}

.fc-classic-5JF {
  border-style: var(--fc-classic-border-style);
  border-width: 4px;
}

.fc-classic-yDA {
  border-style: var(--fc-classic-border-style);
  border-width: 5px;
}

.fc-classic-Mjo {
  border-style: var(--fc-classic-border-style);
  border-width: calc(var(--fc-classic-small-dot-width) / 2);
}

.fc-classic-GOm {
  border-style: var(--fc-classic-border-style);
  border-width: calc(var(--fc-classic-large-dot-width) / 2);
}

.fc-classic-1Wx {
  border-inline-style: var(--fc-classic-border-style);
  border-inline-width: 1px;
}

.fc-classic-ybF {
  border-inline-style: var(--fc-classic-border-style);
  border-inline-width: 5px;
}

.fc-classic-JIC {
  border-block-style: var(--fc-classic-border-style);
  border-block-width: 1px;
}

.fc-classic-XM3 {
  border-block-style: var(--fc-classic-border-style);
  border-block-width: 5px;
}

.fc-classic-3J4 {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 1px;
}

.fc-classic-hhi {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 5px;
}

.fc-classic-jIH {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 6px;
}

.fc-classic-USt {
  border-inline-end-style: var(--fc-classic-border-style);
  border-inline-end-width: 1px;
}

.fc-classic-Bda {
  border-inline-end-style: var(--fc-classic-border-style);
  border-inline-end-width: 5px;
}

.fc-classic-ku3 {
  border-top-style: var(--fc-classic-border-style);
  border-top-width: 1px;
}

.fc-classic-bLA {
  border-top-style: var(--fc-classic-border-style);
  border-top-width: 6px;
}

.fc-classic-zi1 {
  border-bottom-style: var(--fc-classic-border-style);
  border-bottom-width: 1px;
}

.fc-classic-TN2 {
  --fc-classic-border-style: dotted;
  border-style: dotted;
}

.fc-classic-C1x {
  border-color: var(--fc-classic-border);
}

.fc-classic-sYT {
  border-color: var(--fc-classic-now);
}

.fc-classic-0Pr {
  border-color: var(--fc-classic-primary);
}

.fc-classic-vXO {
  border-color: var(--fc-classic-button-border);
}

.fc-classic-rQI {
  border-color: var(--fc-classic-button-strong-border);
}

.fc-classic-C0k {
  border-color: var(--fc-classic-strong-border);
}

.fc-classic-lNM {
  border-color: var(--fc-event-color);
}

.fc-classic-d0j {
  border-color: #0000;
}

.fc-classic-Pqk {
  border-inline-color: #0000;
}

.fc-classic-rif {
  border-block-color: #0000;
}

.fc-classic-0qY {
  border-inline-start-color: var(--fc-classic-now);
}

.fc-classic-LaM {
  border-inline-start-color: #000;
}

.fc-classic-5JV {
  border-inline-end-color: #000;
}

.fc-classic-1Aa {
  border-top-color: var(--fc-classic-now);
}

.fc-classic-Jk3 {
  background-color: var(--fc-classic-background);
}

.fc-classic-iYS {
  background-color: var(--fc-classic-faint);
}

.fc-classic-hLU {
  background-color: var(--fc-classic-highlight);
}

.fc-classic-k3f {
  background-color: var(--fc-classic-muted);
}

.fc-classic-YjJ {
  background-color: var(--fc-event-color);
}

@media not print {
  @supports (color: color-mix(in lab, red, red)) {
    .fc-classic-hsC {
      background-color: color-mix(in oklab, var(--fc-event-color) var(--fc-classic-background-event-opacity), transparent);
    }
  }

  @supports not (color: color-mix(in lab, red, red)) {
    .fc-classic-hsC {
      isolation: isolate;
      position: relative;
    }

    .fc-classic-hsC:before {
      content: "";
      background-color: var(--fc-event-color);
      opacity: var(--fc-classic-background-event-opacity);
      z-index: -1;
      position: absolute;
      inset: 0;
    }
  }
}

.fc-classic-JWq {
  background-color: var(--fc-classic-button);
}

.fc-classic-Adi {
  background-color: var(--fc-classic-button-strong);
}

.fc-classic-KUX {
  padding: 2px;
}

.fc-classic-XJa {
  padding: 6px;
}

.fc-classic-3N5 {
  padding: 8px;
}

.fc-classic-7A6 {
  padding: 1px;
}

.fc-classic-oQ2 {
  padding-inline: 2px;
}

.fc-classic-Eaq {
  padding-inline: 10px;
}

.fc-classic-Apf {
  padding-inline: 12px;
}

.fc-classic-F1o {
  padding-inline: 1px;
}

.fc-classic-2rx {
  padding-block: 2px;
}

.fc-classic-Jhn {
  padding-block: 4px;
}

.fc-classic-End {
  padding-block: 6px;
}

.fc-classic-dl6 {
  padding-block: 8px;
}

.fc-classic-P9h {
  padding-block: 60px;
}

.fc-classic-z5u {
  padding-block: 1px;
}

.fc-classic-a7i {
  padding-inline-start: 2px;
}

.fc-classic-166 {
  padding-top: 2px;
}

.fc-classic-8ub {
  padding-bottom: 2px;
}

.fc-classic-cM0 {
  padding-bottom: 16px;
}

.fc-classic-HXA {
  text-align: center;
}

.fc-classic-2HE {
  text-align: end;
}

.fc-classic-AVD {
  font-size: 24px;
  line-height: 1.33333;
}

.fc-classic-vQz {
  font-size: 11px;
  line-height: 1.09091;
}

.fc-classic-1Po {
  font-size: 16px;
  line-height: 1.5;
}

.fc-classic-9yp {
  font-size: 14px;
  line-height: 1.42857;
}

.fc-classic-a3B {
  font-size: 12px;
  line-height: 1.33333;
}

.fc-classic-DIS {
  font-weight: 700;
}

.fc-classic-IPx {
  text-overflow: ellipsis;
}

.fc-classic-TZ4 {
  white-space: nowrap;
}

.fc-classic-jm6 {
  white-space: pre;
}

.fc-classic-taq {
  color: var(--fc-classic-faint-foreground);
}

.fc-classic-m9h {
  color: var(--fc-classic-muted-foreground);
}

.fc-classic-GAX {
  color: var(--fc-classic-foreground);
}

.fc-classic-RnT {
  color: var(--fc-classic-button-foreground);
}

.fc-classic-i9F {
  color: var(--fc-event-contrast-color);
}

.fc-classic-L1Y {
  font-style: italic;
}

.fc-classic-lMo {
  opacity: .5;
}

.fc-classic-Q3Z {
  opacity: .65;
}

.fc-classic-iTG {
  opacity: .75;
}

.fc-classic-MGT {
  opacity: var(--fc-classic-background-event-foreground-opacity);
}

.fc-classic-1kP {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.fc-classic-tkw {
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.fc-classic-qNs {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
}

.fc-classic-A3h {
  box-shadow: 0 0 0 1px var(--fc-classic-ring-color, currentcolor);
}

.fc-classic-yKG {
  --fc-classic-ring-color: var(--fc-classic-background);
}

.fc-classic-2R2 {
  outline-width: 1px;
  outline-style: solid;
}

.fc-classic-0Bj {
  outline-width: 2px;
  outline-style: solid;
}

.fc-classic-fFh {
  outline-offset: -2px;
}

.fc-classic-3Xj {
  outline-offset: 2px;
}

.fc-classic-lYz {
  outline-color: var(--fc-classic-button-outline);
}

.fc-classic-zIi {
  outline-color: var(--fc-classic-primary);
}

.fc-classic-SDU {
  background: linear-gradient(var(--fc-classic-muted), var(--fc-classic-muted))var(--fc-classic-background);
}

.fc-classic-BaR {
  background: linear-gradient(var(--fc-classic-strong), var(--fc-classic-strong))var(--fc-classic-background);
}

.fc-classic-mAY:not(:is(:where(.fc-classic-bCs):hover *)) {
  opacity: .65;
}

@media not all and (hover: hover) {
  .fc-classic-mAY {
    opacity: .65;
  }
}

@media not print {
  .fc-classic-hbn {
    background-color: var(--fc-classic-today);
  }
}

@media (hover: hover) {
  .fc-classic-vs6:is(:where(.fc-classic-bCs):hover *) {
    display: block;
  }

  .fc-classic-Ogp:is(:where(.fc-classic-bCs):hover *) {
    text-decoration-line: underline;
  }
}

.fc-classic-uk6:first-child {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}

.fc-classic-Tuc:last-child {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}

@media (hover: hover) {
  .fc-classic-bqK:hover {
    border-color: var(--fc-classic-button-strong-border);
  }

  .fc-classic-9Rj:hover {
    background-color: var(--fc-classic-button-strong);
  }

  .fc-classic-Ubk:hover {
    background-color: var(--fc-classic-faint);
  }

  .fc-classic-4yP:hover {
    background-color: var(--fc-classic-muted);
  }

  .fc-classic-Eu0:hover {
    text-decoration-line: underline;
  }
}

.fc-classic-OIx:focus-visible {
  background-color: var(--fc-classic-faint);
}

.fc-classic-tCP:focus-visible {
  background-color: var(--fc-classic-muted);
}

.fc-classic-uqo:focus-visible {
  outline-width: 2px;
  outline-style: solid;
}

.fc-classic-sOR:focus-visible {
  outline-width: 3px;
  outline-style: solid;
}

.fc-classic-aIH:active {
  border-color: var(--fc-classic-button-strong-border);
}

.fc-classic-5ky:active {
  background-color: var(--fc-classic-button-strong);
}

.fc-classic-28F:active {
  background-color: var(--fc-classic-muted);
}

.fc-classic-8gz:active {
  background-color: var(--fc-classic-strong);
}

@media print {
  .fc-classic-jsy {
    border-width: 1px;
  }

  .fc-classic-nQ5 {
    border-color: var(--fc-classic-button-strong-border);
  }

  .fc-classic-DO7 {
    border-color: var(--fc-event-color);
  }

  .fc-classic-4MR {
    border-color: #000;
  }

  .fc-classic-vwH {
    background-color: #fff;
  }

  .fc-classic-cfp {
    color: #000;
  }
}

[dir="rtl"] .fc-classic-jY6 {
  rotate: none;
}

[dir="rtl"] .fc-classic-asP {
  rotate: 180deg;
}

:root {
  --fc-classic-button: #334155;
  --fc-classic-button-border: #334155;
  --fc-classic-button-strong: #1e293b;
  --fc-classic-button-strong-border: #0f172a;
  --fc-classic-button-outline: #47556980;
  --fc-classic-button-foreground: #fff;
  --fc-classic-primary: #3788d8;
  --fc-classic-primary-foreground: #fff;
  --fc-classic-event: var(--fc-classic-primary);
  --fc-classic-event-contrast: var(--fc-classic-primary-foreground);
  --fc-classic-background-event: #22c55e;
  --fc-classic-background-event-opacity: 15%;
  --fc-classic-background-event-foreground-opacity: 50%;
  --fc-classic-highlight: #cffafe66;
  --fc-classic-today: #facc1526;
  --fc-classic-now: #ef4444;
  --fc-classic-small-dot-width: 8px;
  --fc-classic-large-dot-width: 10px;
  --fc-classic-background: #fff;
  --fc-classic-faint: #0000000a;
  --fc-classic-muted: #00000014;
  --fc-classic-strong: #00000024;
  --fc-classic-foreground: #030712;
  --fc-classic-faint-foreground: #9ca3af;
  --fc-classic-muted-foreground: #6b7280;
  --fc-classic-border: #ddd;
  --fc-classic-strong-border: #9ca3af;
}

@media not print {
  [data-color-scheme="dark"] {
    --fc-classic-highlight: #3b82f633;
    --fc-classic-today: #fef08a1a;
    --fc-classic-background: #030712;
    --fc-classic-faint: #ffffff0a;
    --fc-classic-muted: #ffffff14;
    --fc-classic-strong: #ffffff24;
    --fc-classic-foreground: #fff;
    --fc-classic-faint-foreground: #4b5563;
    --fc-classic-muted-foreground: #9ca3af;
    --fc-classic-border: #1f2937;
    --fc-classic-strong-border: #374151;
  }
}

:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

body {
  background-color: var(--color-slate-50);
  color: var(--color-slate-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc .chrono-vacation {
  background-color: #fef3c7b3;
}

.fc .chrono-closed {
  background-color: #e2e8f099;
}

.fc .chrono-clickable {
  cursor: pointer;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

/*# sourceMappingURL=packages_web_src_styles_globals_1s54fl6.css.map*/