/*! tailwindcss v4.2.1 | 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-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-slate-50: #eaf2ff;
    --color-slate-100: #eaf2ff;
    --color-slate-200: #d7e6ff;
    --color-slate-300: #b8d2ff;
    --color-slate-400: #b8d2ff;
    --color-slate-500: #5f84c9;
    --color-slate-600: #466aa8;
    --color-slate-700: #355385;
    --color-slate-800: #355385;
    --color-slate-900: #1a2d4a;
    --color-slate-950: #1a2d4a;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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 {
  .static {
    position: static;
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .min-h-10 {
    min-height: 2.1875rem;
  }
  .min-h-11 {
    min-height: 2.1875rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .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);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-rose-200 {
    border-color: var(--color-rose-200);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-rose-50 {
    background-color: var(--color-rose-50);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-50\/80 {
    background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-50) 80%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .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-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .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-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));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .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-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);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .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-slate-950 {
    color: var(--color-slate-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-slate-200\/80 {
    --tw-shadow-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-200) 80%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .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));
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:bg-slate-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-800);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-slate-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-600);
      }
    }
  }
  .hover\:text-slate-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-700);
      }
    }
  }
  .hover\:text-slate-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900);
      }
    }
  }
  .hover\:text-slate-950 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-950);
      }
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-slate-400 {
    &:disabled {
      background-color: var(--color-slate-400);
    }
  }
  .sm\:mx-8 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-1 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:-mt-0\.5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -0.5);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  body {
    background-color: #f5f9ff;
  }
  label {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-slate-800);
  }
  input:not([type="checkbox"]):not([type="radio"]), textarea, select {
    width: 100%;
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-900);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    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));
    &:focus {
      border-color: var(--color-slate-400);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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 {
      --tw-ring-color: var(--color-slate-200);
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  textarea {
    min-height: calc(var(--spacing) * 36);
    resize: vertical;
  }
  button {
    cursor: pointer;
  }
}
@layer components {
  .errorlist {
    margin-top: calc(var(--spacing) * 2);
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-rose-700);
  }
}
.task-form-bottom-grid {
  display: grid;
  gap: 1.5rem;
}
.task-form-bottom-main {
  display: grid;
  gap: 1rem;
}
.task-form-bottom-side {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}
@media (min-width: 48rem) {
  .task-form-bottom-grid {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
    column-gap: 2.5rem;
    row-gap: 1.5rem;
    align-items: start;
  }
}
.task-form-tag-fieldset {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  min-width: 0;
  border: 0;
  padding: 0;
}
.task-form-tag-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(30 41 59);
}
.task-form-tag-legend__note {
  color: rgb(100 116 139);
  font-weight: 500;
}
.task-form-tag-select {
  display: block;
  padding-top: 0.25rem;
}
.task-form-tag-select--empty {
  min-height: 0;
}
.task-form-tag-options {
  display: grid;
  gap: 0.5rem;
}
.task-form-tag-option {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  column-gap: 0.625rem;
  align-items: center;
}
.task-form-tag-option__label {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgb(51 65 85);
}
.task-form-tag-checkbox {
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  min-width: 1rem;
  border: 1px solid rgb(148 163 184);
  border-radius: 0.25rem;
  box-shadow: none;
  accent-color: rgb(51 65 85);
}
.task-form-tag-empty {
  margin: 0;
  color: rgb(100 116 139);
  font-size: 0.875rem;
  line-height: 1.4;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  -webkit-text-fill-color: rgb(15 23 42);
  box-shadow: 0 0 0 1000px rgb(255 255 255) inset;
  color: rgb(15 23 42);
  transition: background-color 9999s ease-out 0s;
  caret-color: rgb(15 23 42);
}
.app-body {
  min-height: 100vh;
  background-color: var(--color-slate-100);
  color: var(--color-slate-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app-shell {
  width: 100%;
  max-width: 80rem;
  min-height: 100vh;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.content-frame {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}

.app-header {
  margin-bottom: 2rem;
}

.app-header__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-slate-200);
}

.app-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--text-sm);
}

.app-header__session {
  color: var(--color-slate-600);
}

.app-header__login-link {
  font-size: var(--text-sm);
  line-height: var(--text-sm--line-height);
  font-weight: 600;
  color: var(--color-slate-700);
  transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}

.app-header__login-link:hover {
  color: var(--color-slate-950);
}

@media (min-width: 40rem) {
  .app-shell {
    padding-inline: 2rem;
  }

  .app-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 64rem) {
  .app-shell {
    padding-inline: 3rem;
  }
}

.page-section > header {
  margin-bottom: 0.75rem;
}
.board-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.5rem;
}
.board-actions__group {
  display: grid;
  gap: 0.375rem;
  min-width: 0;
}
.board-actions__group + .board-actions__group {
  padding-left: 1.5rem;
  border-left: 1px solid var(--color-slate-200);
}
.board-actions__group--tasks {
  flex: 0 0 auto;
  margin-left: auto;
}
.board-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.board-actions__buttons--tasks {
  width: auto;
  flex-wrap: nowrap;
}
.board-panel-header {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.board-panel-tags {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 19rem;
  padding: 0.8125rem 1rem;
  border: 1px solid var(--color-slate-200);
  border-radius: var(--radius-2xl);
  background-color: var(--color-white);
}
.board-panel-tags__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid var(--color-slate-200);
}
.board-panel-tags__title {
  margin: 0;
  font-size: var(--text-sm);
  line-height: var(--text-sm--line-height);
  font-weight: 700;
  color: var(--color-slate-900);
}
.board-panel-tags__create {
  font-size: var(--text-xs);
  line-height: var(--text-xs--line-height);
  font-weight: 600;
  color: var(--color-slate-600);
  white-space: nowrap;
  transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}
.board-panel-tags__create:hover {
  color: var(--color-slate-950);
}
.board-panel-tags__empty {
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--color-slate-500);
}
.board-tag-list {
  display: grid;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.board-tag-list__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.board-tag-list__name {
  min-width: 0;
  font-size: var(--text-sm);
  line-height: 1.35;
  font-weight: 600;
  color: var(--color-slate-900);
  overflow-wrap: anywhere;
}
.board-tag-list__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.board-tag-list__actions a {
  font-size: var(--text-xs);
  line-height: var(--text-xs--line-height);
  font-weight: 500;
  color: var(--color-slate-600);
  transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}
.board-tag-list__actions a:hover {
  color: var(--color-slate-950);
}
.board-tag-list--extra {
  margin-top: 0.375rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--color-slate-200);
}
.board-tag-list-more {
  margin-top: 0.125rem;
}
.board-tag-list-more__summary {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  list-style: none;
  font-size: var(--text-xs);
  line-height: var(--text-xs--line-height);
  font-weight: 600;
  color: var(--color-slate-600);
  transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}
.board-tag-list-more__summary::-webkit-details-marker {
  display: none;
}
.board-tag-list-more__summary::marker {
  content: "";
}
.board-tag-list-more__summary:hover {
  color: var(--color-slate-950);
}
.board-tag-list-more__label--open {
  display: none;
}
.board-tag-list-more[open] .board-tag-list-more__label--closed {
  display: none;
}
.board-tag-list-more[open] .board-tag-list-more__label--open {
  display: inline;
}
@media (min-width: 64rem) {
  .board-panel-header {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 19rem);
    column-gap: 2rem;
  }
  .board-panel-tags {
    justify-self: end;
  }
}
.board-hidden-tasks {
  display: inline;
}
.board-hidden-tasks > summary {
  display: inline;
  margin-left: 0.25rem;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  color: rgb(51 65 85);
  transition: color 150ms ease;
}
.board-hidden-tasks > summary::-webkit-details-marker {
  display: none;
}
.board-hidden-tasks > summary::marker {
  content: "";
}
.board-hidden-tasks > summary:hover {
  color: rgb(2 6 23);
}
.board-hidden-tasks[open] > summary {
  display: inline-block;
  margin-top: 0.25rem;
  margin-left: 0;
}
.board-hidden-tasks__content {
  margin-top: 1rem;
  display: grid;
  gap: 1.25rem;
}
.task-card-meta-row {
  display: grid;
  gap: 0.75rem;
  align-items: center;
}
.task-card-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.task-card-move {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.task-card-move--empty {
  display: none;
}

.auth-page {
  max-width: none;
  margin-inline: 0;
  display: grid;
}

.auth-shell {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}

.auth-copy {
  display: grid;
  gap: 1.5rem;
  align-content: start;
  width: 100%;
  max-width: 31rem;
  margin-inline: auto;
}

.auth-copy__eyebrow {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-slate-500);
}

.auth-copy__body {
  display: grid;
  gap: 1rem;
}

.auth-copy__title {
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--color-slate-950);
}

.auth-copy__text {
  max-width: 29rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-slate-600);
}

.auth-copy__points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.auth-copy__points li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: var(--font-weight-medium);
  color: var(--color-slate-800);
}

.auth-copy__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background-color: var(--color-slate-400);
}

.auth-copy__closing {
  margin-top: 0.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-slate-600);
}

.auth-card {
  width: 100%;
  max-width: 28rem;
  justify-self: end;
  margin-inline: 0;
  border: 1px solid var(--color-slate-200);
  border-radius: 1.5rem;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.auth-card--register {
  padding: 1.35rem 1.5rem;
}

.auth-card--login {
  padding: 1.5rem;
}

.auth-card__header {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.auth-card__eyebrow {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-slate-500);
}

.auth-card__title {
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--color-slate-950);
}

.auth-card__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-slate-600);
}

.auth-demo {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--color-slate-200);
}

.auth-demo__title {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-slate-700);
}

.auth-demo__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  align-items: baseline;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--color-slate-600);
}

.auth-demo__label {
  font-weight: 500;
  color: var(--color-slate-500);
}

.auth-demo__value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.82rem;
  color: var(--color-slate-800);
}

.auth-form {
  display: grid;
}

.auth-form__group {
  display: grid;
  gap: 0.45rem;
}

.auth-form--login {
  gap: 0.95rem;
}

.auth-form--register {
  gap: 0.75rem;
}

.auth-form-help {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--color-slate-500);
}

.auth-form-help ul {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.25rem;
  padding-left: 0.9rem;
}

.auth-form-help li {
  list-style: disc;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--color-slate-500);
}

.auth-password-help {
  margin-top: 0.05rem;
}

.auth-password-help ul {
  gap: 0.3rem;
  margin-top: 0.25rem;
  padding-left: 0.9rem;
}

.auth-password-help li::marker {
  color: var(--color-slate-400);
}

.auth-form-error {
  border: 1px solid var(--color-rose-200);
  border-radius: 1rem;
  background-color: var(--color-rose-50);
  padding: 0.7rem 0.85rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-rose-700);
}

.auth-form-error .errorlist {
  margin-top: 0;
}

@media (min-width: 40rem) {
  .auth-card--register {
    padding: 1.75rem 2rem;
  }

  .auth-card--login {
    padding: 2rem;
  }
}

@media (min-width: 64rem) {
  .auth-shell {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
    gap: 4rem;
    align-items: center;
  }

  .auth-copy {
    align-self: center;
    align-content: center;
    justify-self: start;
    margin-inline: 0;
  }

  .auth-card {
    justify-self: end;
    margin-inline: 0;
  }
}

.auth-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.1875rem;
  border: 0;
  border-radius: 0.9rem;
  background-color: var(--color-slate-950);
  color: var(--color-white);
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 150ms ease;
}

.auth-form__submit:hover {
  background-color: var(--color-slate-800);
}

.auth-card__footer {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-slate-200);
}

.auth-card--register .auth-card__header {
  margin-bottom: 1rem;
}

.auth-card--register .auth-card__footer {
  margin-top: 1rem;
  padding-top: 1rem;
}

.auth-card__meta {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-slate-600);
}

.auth-card__link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-slate-800);
  transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}

.auth-card__link:hover {
  color: var(--color-slate-950);
}

.task-card-move-select select {
  min-width: 9rem;
  height: 2.1875rem;
  min-height: 2.1875rem;
  border: 1px solid var(--color-slate-300);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  color: var(--color-slate-700);
  padding: 0 0.75rem;
  font-size: var(--text-sm);
  line-height: var(--text-sm--line-height);
}
.task-card-move-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1875rem;
  min-height: 2.1875rem;
  padding: 0 0.75rem;
  border: 1px solid var(--color-slate-300);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  color: var(--color-slate-700);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  transition: background-color var(--default-transition-duration) var(--default-transition-timing-function), color var(--default-transition-duration) var(--default-transition-timing-function);
}
.task-card-move-button:hover {
  background-color: var(--color-slate-100);
  color: var(--color-slate-900);
}

a.inline-flex.rounded-xl,
button.inline-flex.rounded-xl {
  min-height: 2.1875rem;
  padding-block: 0.4375rem;
}

.task-card-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.task-card-links a {
  white-space: nowrap;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
}
.task-card-move-error {
  margin-top: 0.5rem;
  font-size: var(--text-sm);
  color: var(--color-rose-700);
}
.task-card-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 1024px) {
  .task-card-meta-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 1rem;
  }
  .task-card-move {
    justify-self: start;
  }
  .task-card-links {
    justify-self: end;
  }
  .task-card-move--empty {
    display: block;
  }
}
@property --tw-space-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;
}
@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-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;
    }
  }
}

.task-list-panel__header {
  display: grid;
  gap: 0.25rem;
}

.task-filters {
  padding-top: 0.75rem;
  padding-bottom: 0.875rem;
}

.task-filters__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
}

.task-filters__field {
  min-width: 0;
}

.task-filters__field--board {
  flex: 0 1 13rem;
}

.task-filters__field--list {
  flex: 0 1 13rem;
}

.task-filters__field--priority {
  flex: 0 1 13rem;
}

.task-filters__field label,
.board-actions__label {
  display: block;
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  line-height: 0.95rem;
  font-weight: 500;
  color: #5f84c9;
}

.task-filters__field select {
  min-height: 2.1875rem;
  padding: 0 0.75rem;
  box-shadow: none;
}

.task-filters__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.task-list-panel__results {
  border-top: 1px solid #d7e6ff;
  padding-top: 1.125rem;
}

.task-list-panel__results .rounded-full.bg-slate-100 {
  background-color: #d7e6ff;
}

@media (max-width: 47.99rem) {
  .board-actions {
    display: grid;
    gap: 1rem;
  }

  .board-actions__group + .board-actions__group {
    padding-left: 0;
    padding-top: 0.75rem;
    border-left: 0;
    border-top: 1px solid var(--color-slate-200);
  }

  .board-actions__group--tasks {
    flex: initial;
    margin-left: 0;
  }

  .task-filters__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .task-filters__field--board,
  .task-filters__field--list,
  .task-filters__field--priority {
    flex: initial;
  }

  .task-filters__actions {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
