/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-3\.5 {
    width: calc(0.25rem * 3.5);
    height: calc(0.25rem * 3.5);
  }
  .size-4 {
    width: calc(0.25rem * 4);
    height: calc(0.25rem * 4);
  }
  .size-9 {
    width: calc(0.25rem * 9);
    height: calc(0.25rem * 9);
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .h-8 {
    height: calc(0.25rem * 8);
  }
  .min-h-24 {
    min-height: calc(0.25rem * 24);
  }
  .w-65 {
    width: calc(0.25rem * 65);
  }
  .w-70 {
    width: calc(0.25rem * 70);
  }
  .w-80 {
    width: calc(0.25rem * 80);
  }
  .w-120 {
    width: calc(0.25rem * 120);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-3xl {
    max-width: 48rem;
  }
  .max-w-4xl {
    max-width: 56rem;
  }
  .max-w-5xl {
    max-width: 64rem;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(280px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(0.25rem * 0.5);
  }
  .gap-1 {
    gap: 0.25rem;
  }
  .gap-1\.5 {
    gap: calc(0.25rem * 1.5);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
  }
  .gap-2\.5 {
    gap: calc(0.25rem * 2.5);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .gap-5 {
    gap: calc(0.25rem * 5);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-input {
    border-color: var(--input);
  }
  .border-primary {
    border-color: var(--primary);
  }
  .border-status-attention {
    border-color: var(--status-attention);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-primary\/5 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 5%, transparent);
    }
  }
  .bg-status-attention\/10 {
    background-color: var(--status-attention);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--status-attention) 10%, transparent);
    }
  }
  .p-0 {
    padding: 0px;
  }
  .p-4 {
    padding: calc(0.25rem * 4);
  }
  .p-6 {
    padding: calc(0.25rem * 6);
  }
  .px-2\.5 {
    padding-inline: calc(0.25rem * 2.5);
  }
  .px-3 {
    padding-inline: calc(0.25rem * 3);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
  }
  .py-1\.5 {
    padding-block: calc(0.25rem * 1.5);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
  }
  .py-5 {
    padding-block: calc(0.25rem * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: 1.5rem;
    line-height: var(--tw-leading, calc(2 / 1.5));
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: var(--tw-leading, calc(1.75 / 1.125));
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: var(--tw-leading, calc(1.25 / 0.875));
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, calc(1 / 0.75));
  }
  .leading-normal {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-snug {
    --tw-leading: 1.375;
    line-height: 1.375;
  }
  .font-medium {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .tracking-tight {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-status-attention {
    color: var(--status-attention);
  }
  .text-status-done {
    color: var(--status-done);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .running {
    animation-play-state: running;
  }
  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
    .hover\:text-primary:hover {
      color: var(--primary);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus-visible\:text-primary:focus-visible {
    color: var(--primary);
  }
  @media (width >= 40rem) {
    .sm\:max-w-\[480px\] {
      max-width: 480px;
    }
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
