/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-canvas: #0d1614;
    --color-canvas-elevated: #16211f;
    --color-ink: #f4f7f6;
    --color-body: #9ab0ac;
    --color-hairline: #22302d;
    --color-accent: #0f766e;
    --color-accent-active: #0b5b55;
    --color-on-primary: #ffffff;
    --color-activity-low: #3f6212;
    --color-activity-mid: #d97706;
    --color-activity-high: #dc2626;
    --color-positive: #22c55e;
    --color-caution: #d97706;
    --color-negative: #ef4444;
    --color-fish: #24413c;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-0 {
    right: 0;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .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);
  }
  .\!grid {
    display: grid !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-px {
    height: 1px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .min-w-\[1088px\] {
    min-width: 1088px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .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-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .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-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)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[var\(--color-accent\)\] {
    border-color: var(--color-accent);
  }
  .border-\[var\(--color-hairline\)\] {
    border-color: var(--color-hairline);
  }
  .border-\[var\(--color-negative\)\] {
    border-color: var(--color-negative);
  }
  .bg-\[var\(--color-accent\)\] {
    background-color: var(--color-accent);
  }
  .bg-\[var\(--color-canvas\)\] {
    background-color: var(--color-canvas);
  }
  .bg-\[var\(--color-canvas-elevated\)\] {
    background-color: var(--color-canvas-elevated);
  }
  .bg-\[var\(--color-hairline\)\] {
    background-color: var(--color-hairline);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-canvas {
    background-color: var(--color-canvas);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: var(--spacing);
  }
  .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);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .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-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[var\(--color-accent\)\] {
    color: var(--color-accent);
  }
  .text-\[var\(--color-body\)\] {
    color: var(--color-body);
  }
  .text-\[var\(--color-body\)\]\/60 {
    color: color-mix(in srgb, #9ab0ac 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-body) 60%, transparent);
    }
  }
  .text-\[var\(--color-ink\)\] {
    color: var(--color-ink);
  }
  .text-\[var\(--color-negative\)\] {
    color: var(--color-negative);
  }
  .text-\[var\(--color-on-primary\)\] {
    color: var(--color-on-primary);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[var\(--color-body\)\] {
    text-decoration-color: var(--color-body);
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --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);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .saturate-0 {
    --tw-saturate: saturate(0%);
    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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:border-\[var\(--color-accent\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-accent);
      }
    }
  }
  .hover\:bg-\[var\(--color-canvas-elevated\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-canvas-elevated);
      }
    }
  }
  .hover\:text-\[var\(--color-accent\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .has-\[\:checked\]\:border-\[var\(--color-accent\)\] {
    &:has(*:is(:checked)) {
      border-color: var(--color-accent);
    }
  }
  .min-\[1000px\]\:w-\[calc\(50\%-12px\)\] {
    @media (width >= 1000px) {
      width: calc(50% - 12px);
    }
  }
  .min-\[1000px\]\:flex-row {
    @media (width >= 1000px) {
      flex-direction: row;
    }
  }
  .min-\[1000px\]\:flex-wrap {
    @media (width >= 1000px) {
      flex-wrap: wrap;
    }
  }
  .min-\[1000px\]\:justify-center {
    @media (width >= 1000px) {
      justify-content: center;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }
  .\[\&\:\:marker\]\:content-none {
    &::marker {
      --tw-content: none;
      content: none;
    }
  }
}
body {
  background-color: var(--color-canvas);
  color: var(--color-ink);
  font-family: var(--font-sans);
  padding-top: 60px;
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
::view-transition-group(*) {
  animation-duration: .33s;
}
::view-transition-old(root) {
  animation: .33s ease-in both leave;
}
::view-transition-new(root) {
  animation: .33s ease-in both enter;
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    animation-duration: 0s;
  }
}
td:first-child {
  z-index: 1;
}
sl-tooltip {
  display: inline-block;
  opacity: 0;
  transition: opacity .3s ease;
}
sl-tooltip:defined {
  opacity: 1;
}
sl-dialog:not(:defined) {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  sl-tooltip {
    transition: none;
  }
}
.top-chrome {
  position: fixed;
  top: 14px;
  right: 14px;
}
.edit-conditions-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100vw - 220px);
  padding: 7px 10px;
  background: var(--color-canvas-elevated);
  border: 1px solid var(--color-hairline);
  border-radius: 999px;
  font-size: .8rem;
  color: var(--color-body);
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.edit-conditions-link:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.edit-conditions-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.edit-conditions-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ai-recommendation-content {
  font-size: 0.875rem;
  color: var(--color-body);
}
.ai-recommendation-content h3 {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.ai-recommendation-content h3:first-child {
  margin-top: 0;
}
.ai-recommendation-content p {
  margin-bottom: 8px;
}
.ai-recommendation-content ul, .ai-recommendation-content ol {
  margin: 0 0 8px 20px;
  padding: 0;
}
.ai-recommendation-content li {
  margin-bottom: 4px;
}
.ai-recommendation-content strong, .ai-recommendation-content b {
  color: var(--color-ink);
  font-weight: 600;
}
.fish-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.fish-bg--modal {
  position: absolute;
  z-index: -1;
}
.fish {
  position: absolute;
  left: 0;
  width: 235px;
  height: 104px;
  margin-left: -235px;
  opacity: .28;
  overflow: visible;
  transform-origin: top left;
  animation-name: swim;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fish-bg--modal .fish {
  opacity: .45;
}
.fish-part {
  fill: var(--color-fish);
  animation: bounce 2s infinite;
}
.fish-part:nth-child(2) {
  animation-delay: .5s;
}
.fish-part:nth-child(3) {
  animation-delay: .2s;
}
.fish-part:nth-child(4) {
  animation-delay: .4s;
}
.fish-part:nth-child(5) {
  animation-delay: .1s;
}
.fish-part:nth-child(6) {
  animation-delay: .3s;
}
@keyframes swim {
  0% {
    margin-left: -235px;
  }
  70% {
    margin-left: 100%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fish, .fish-part {
    animation: none;
  }
}
.ai-recommendation-loading {
  position: relative;
  min-height: 64px;
}
main {
  min-height: calc(100vh - 120px);
}
.history {
  max-height: calc(100vh - 570px);
  overflow-y: auto;
}
.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient( to right, var(--color-accent) var(--range-progress, 0%), var(--color-hairline) var(--range-progress, 0%) );
  cursor: pointer;
  outline: none;
}
.range-slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  border-radius: 50%;
  background: var(--color-accent);
  border: 3px solid var(--color-canvas);
  box-shadow: 0 0 0 1px var(--color-accent);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.range-slider:hover::-webkit-slider-thumb {
  transform: scale(1.15);
}
.range-slider:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px var(--color-accent-active);
}
.range-slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: var(--color-hairline);
}
.range-slider::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--color-accent);
}
.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-accent);
  border: 3px solid var(--color-canvas);
  box-shadow: 0 0 0 1px var(--color-accent);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.range-slider:hover::-moz-range-thumb {
  transform: scale(1.15);
}
.range-slider:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px var(--color-accent-active);
}
@media (prefers-reduced-motion: reduce) {
  .range-slider::-webkit-slider-thumb, .range-slider::-moz-range-thumb {
    transition: none;
  }
}
.map-pin-icon {
  background: transparent;
  border: none;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: var(--color-canvas-elevated);
  border-top: 1px solid var(--color-hairline);
}
.bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 0 10px;
  color: var(--color-body);
  font-size: 11px;
  text-decoration: none;
  transition: color .15s ease;
}
.bottom-nav-item svg {
  width: 22px;
  height: 22px;
}
.bottom-nav-item--active {
  color: var(--color-accent);
}
body:has(.bottom-nav) {
  padding-bottom: 64px;
}
.leaflet-control-zoom.leaflet-bar {
  border: none;
  box-shadow: none;
}
.leaflet-control-zoom a {
  background: var(--color-canvas-elevated) !important;
  border: 1px solid var(--color-hairline) !important;
  color: var(--color-body) !important;
}
.leaflet-control-zoom a:hover {
  background: var(--color-canvas-elevated) !important;
  color: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
}
.top-search {
  top: 65px;
}
.pill {
  border-radius: 500px;
}
.water-type-chip-close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--color-body);
  transition: color .15s ease;
}
.water-type-chip-close:hover {
  color: var(--color-accent);
}
.water-type-chip-close svg {
  width: 14px;
  height: 14px;
}
.water-type-chip-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--color-hairline);
  transition: border-color .15s ease;
}
.water-type-chip-option:hover {
  border-color: var(--color-accent);
}
.weather-curve {
  width: 100%;
  max-width: 100%;
  height: 80px;
}
.weather-chart {
  touch-action: none;
}
.chart-axis-y {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1;
  color: var(--color-body);
  background-color: color-mix(in srgb, #0d1614 70%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-canvas) 70%, transparent);
  }
  pointer-events: none;
}
.chart-axis-y--top {
  top: 0;
}
.chart-axis-y--bottom {
  bottom: 0;
}
.weather-hover-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--color-ink);
  pointer-events: none;
  display: none;
}
.weather-tooltip {
  position: fixed;
  display: none;
  flex-direction: column;
  gap: .125rem;
  background-color: var(--color-canvas-elevated);
  border: 1px solid var(--color-hairline);
  padding: .5rem .75rem;
  font-size: .8rem;
  pointer-events: none;
  z-index: 20;
}
.weather-tooltip-value {
  color: var(--color-ink);
  font-weight: 600;
}
.weather-tooltip-hour {
  color: var(--color-body);
}
.rain-bars {
  display: flex;
  align-items: flex-end;
  height: 48px;
  gap: 2px;
}
.rain-bar {
  flex: 1;
  background: var(--color-accent);
  opacity: 0;
  transform: scaleY(.6);
  border-radius: 2px 2px 0 0;
  cursor: pointer;
}
.in-view .rain-bar {
  animation: segment-grow-in .4s ease-out both;
}
.rain-bar:hover, .rain-bar:focus-visible {
  opacity: .85;
  outline: none;
}
.score-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.in-view .score-line {
  animation: draw-line 1.2s ease-out forwards;
}
.score-area {
  opacity: 0;
}
.in-view .score-area {
  animation: fade-in-area .6s ease-out .6s forwards;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fade-in-area {
  to {
    opacity: 1;
  }
}
@keyframes segment-grow-in {
  from {
    opacity: 0;
    transform: scaleY(0.6);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.weather-icon--sun {
  animation: sun-pulse 3s ease-in-out infinite;
}
.weather-icon--cloudy, .weather-icon--cloud {
  animation: cloud-drift 6s ease-in-out infinite;
}
@keyframes sun-pulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.08) rotate(8deg);
  }
}
@keyframes cloud-drift {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .rain-bar, .in-view .rain-bar {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .score-line, .in-view .score-line, .score-area, .in-view .score-area, .weather-icon--sun, .weather-icon--cloudy, .weather-icon--cloud, .sun-arc-path, .in-view .sun-arc-path, .sun-arc-marker, .in-view .sun-arc-marker, .sun-arc-time, .in-view .sun-arc-time, .sun-fishing-window, .in-view .sun-fishing-window, .sun-fishing-dot, .moon-arc-marker, .in-view .moon-arc-marker {
    animation: none;
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.sun-arc-wrap {
  position: relative;
  width: 100%;
  height: 110px;
}
.sun-arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.sun-arc-horizon {
  stroke: #e4c416;
  stroke-width: 1;
  stroke-dasharray: 2 3;
}
.sun-arc-path {
  fill: none;
  stroke: #e4c416;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.in-view .sun-arc-path {
  animation: draw-line 1.2s ease-out forwards;
}
.sun-arc-marker {
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: drop-shadow(0 0 6px color-mix(in srgb, #e4c416 70%, transparent));
}
.in-view .sun-arc-marker {
  animation: sun-marker-in .6s ease-out 1s forwards, sun-marker-glow 3s ease-in-out 1.6s infinite;
}
@keyframes sun-marker-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.4);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes sun-marker-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px color-mix(in srgb, #e4c416 60%, transparent));
  }
  50% {
    filter: drop-shadow(0 0 10px color-mix(in srgb, #e4c416 90%, transparent));
  }
}
.sun-arc-time {
  position: absolute;
  bottom: -5px;
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: .8rem;
  color: var(--color-body);
  opacity: 0;
}
.in-view .sun-arc-time {
  animation: fade-in-area .5s ease-out .8s forwards;
}
.sun-arc-time--rise {
  left: 0;
  color: var(--color-ink);
}
.sun-arc-time--set {
  right: 0;
  color: var(--color-ink);
}
.sun-fishing-window {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .85rem;
  padding: .5rem 0 .75rem;
  opacity: 0;
}
.in-view .sun-fishing-window {
  animation: fade-in-area .5s ease-out 1.1s forwards;
}
.sun-fishing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: fishing-dot-pulse 2s ease-in-out infinite;
}
.sun-fishing-window--open .sun-fishing-dot {
  background: var(--color-positive);
}
.sun-fishing-window--open .font-medium {
  color: var(--color-positive);
}
.sun-fishing-window--closed .sun-fishing-dot {
  background: var(--color-negative);
}
.sun-fishing-window--closed .font-medium {
  color: var(--color-negative);
}
@keyframes fishing-dot-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .5;
    transform: scale(1.3);
  }
}
.wind-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  transition: transform .3s ease-out;
}
.wind-arrow--calm {
  color: var(--color-positive);
}
.wind-arrow--fresh {
  color: var(--color-caution);
}
.wind-arrow--strong {
  color: var(--color-negative);
}
.wind-compass-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  color: var(--color-body);
  opacity: .7;
  transition: opacity .15s ease, color .15s ease;
}
.wind-compass-toggle:hover {
  opacity: 1;
  color: var(--color-accent);
}
.wind-compass-toggle--active {
  color: var(--color-accent);
  opacity: 1;
}
.moon-arc-marker {
  position: absolute;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: drop-shadow(0 0 6px color-mix(in srgb, #f4f7f6 70%, transparent));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--color-ink) 70%, transparent));
  }
}
.in-view .moon-arc-marker {
  animation: sun-marker-in .6s ease-out 1s forwards, moon-marker-glow 3s ease-in-out 1.6s infinite;
}
@keyframes moon-marker-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px color-mix(in srgb, var(--color-ink) 60%, transparent));
  }
  50% {
    filter: drop-shadow(0 0 10px color-mix(in srgb, var(--color-ink) 90%, transparent));
  }
}
.moon-phase-tick {
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  opacity: .35;
}
.moon-phase-tick--current {
  width: 16px;
  height: 16px;
  opacity: 1;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
