*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

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

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

[x-cloak] {
  display: none !important;
}

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

.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; }
.pointer-events-none { pointer-events: none; }
.invisible { visibility: hidden; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.bottom-0 { bottom: 0; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.right-3 { right: .75rem; }
.top-0 { top: 0; }
.top-3 { top: .75rem; }
.top-full { top: 100%; }
.z-10 { z-index: 10; }
.z-\[1000\] { z-index: 1000; }
.z-\[1100\] { z-index: 1100; }
.col-span-full { grid-column: 1 / -1; }
.m-0 { margin: 0; }
.mx-1 { margin-left: .25rem; margin-right: .25rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.ml-1 { margin-left: .25rem; }
.ml-auto { margin-left: auto; }
.mr-4 { margin-right: 1rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-auto { margin-top: auto; }
.block { display: block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-3 { height: .75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-24 { height: 6rem; }
.h-48 { height: 12rem; }
.h-\[6px\] { height: 6px; }
.h-\[28px\] { height: 28px; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.w-3 { width: .75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-10 { width: 2.5rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }
.w-80 { width: 20rem; }
.w-\[6px\] { width: 6px; }
.w-\[200px\] { width: 200px; }
.w-full { width: 100%; }
.min-w-0 { min-width: 0; }
.min-w-full { min-width: 100%; }
.max-h-\[6rem\] { max-height: 6rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0,
.shrink-0 { flex-shrink: 0; }
.-translate-x-1\/2 { --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.transform { transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.cursor-pointer { cursor: pointer; }
.cursor-text { cursor: text; }
.select-all { user-select: all; }
.select-none { user-select: none; }
.select-text { user-select: text; }
.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)); }
.flex-col { flex-direction: column; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-10 { gap: 2.5rem; }
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: .125rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) { border-color: #1f2937; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.rounded { border-radius: .25rem; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-l-lg { border-top-left-radius: .5rem; border-bottom-left-radius: .5rem; }
.rounded-r-lg { border-top-right-radius: .5rem; border-bottom-right-radius: .5rem; }
.rounded-tl-2xl { border-top-left-radius: 1rem; }
.rounded-tr-2xl { border-top-right-radius: 1rem; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-separate { border-collapse: separate; }
.border-spacing-y-2 { border-spacing: 0 .5rem; }
.border-\[\#222\] { border-color: #222; }
.border-\[\#2b2730\] { border-color: #2b2730; }
.border-\[\#322b38\] { border-color: #322b38; }
.border-gray-500 { border-color: #6b7280; }
.border-gray-600 { border-color: #4b5563; }
.border-gray-700 { border-color: #374151; }
.border-gray-800 { border-color: #1f2937; }
.border-orange-400 { border-color: #fb923c; }
.border-orange-500 { border-color: #f97316; }
.border-red-500\/40 { border-color: rgb(239 68 68 / .4); }
.border-red-600 { border-color: #dc2626; }
.border-yellow-400 { border-color: #facc15; }
.border-yellow-500 { border-color: #eab308; }
.border-fuchsia-600 { border-color: #c026d3; }
.bg-transparent { background-color: transparent; }
.bg-black { background-color: #000; }
.bg-black\/40 { background-color: rgb(0 0 0 / .4); }
.bg-black\/60 { background-color: rgb(0 0 0 / .6); }
.bg-\[\#00cccc\] { background-color: #00cccc; }
.bg-\[\#0d0d0d\] { background-color: #0d0d0d; }
.bg-\[\#0e0c11\] { background-color: #0e0c11; }
.bg-\[\#111\] { background-color: #111; }
.bg-\[\#15121b\] { background-color: #15121b; }
.bg-\[\#171419\] { background-color: #171419; }
.bg-\[\#19161f\] { background-color: #19161f; }
.bg-\[\#1c1a20\] { background-color: #1c1a20; }
.bg-\[\#1e1e1e\] { background-color: #1e1e1e; }
.bg-\[\#221f24\] { background-color: #221f24; }
.bg-\[\#26232b\] { background-color: #26232b; }
.bg-\[\#2a2a2a\] { background-color: #2a2a2a; }
.bg-\[\#FFFF00\] { background-color: #ffff00; }
.bg-\[\#cc5500\] { background-color: #cc5500; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-700 { background-color: #1d4ed8; }
.bg-gray-500 { background-color: #6b7280; }
.bg-gray-600 { background-color: #4b5563; }
.bg-gray-700 { background-color: #374151; }
.bg-gray-800 { background-color: #1f2937; }
.bg-green-600 { background-color: #16a34a; }
.bg-green-700 { background-color: #15803d; }
.bg-orange-500 { background-color: #f97316; }
.bg-orange-500\/20 { background-color: rgb(249 115 22 / .2); }
.bg-orange-600 { background-color: #ea580c; }
.bg-orange-600\/20 { background-color: rgb(234 88 12 / .2); }
.bg-pink-500 { background-color: #ec4899; }
.bg-red-500\/10 { background-color: rgb(239 68 68 / .1); }
.bg-red-600 { background-color: #dc2626; }
.bg-red-700 { background-color: #b91c1c; }
.bg-red-900 { background-color: #7f1d1d; }
.bg-teal-500 { background-color: #14b8a6; }
.bg-fuchsia-600 { background-color: #c026d3; }
.bg-fuchsia-700 { background-color: #a21caf; }
.object-cover { object-fit: cover; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-2\.5 { padding-left: .625rem; padding-right: .625rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-1\.5 { padding-top: .375rem; padding-bottom: .375rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pr-4 { padding-right: 1rem; }
.pt-2 { padding-top: .5rem; }
.pt-6 { padding-top: 1.5rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-s,
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-m { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-tight { line-height: 1.25; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.tracking-wide { letter-spacing: .025em; }
.tracking-wider { letter-spacing: .05em; }
.text-\[\#00cccc\] { color: #00cccc; }
.text-\[\#605766\] { color: #605766; }
.text-\[\#8a8792\] { color: #8a8792; }
.text-\[\#b3aeb8\] { color: #b3aeb8; }
.text-black { color: #000; }
.text-cyan-500 { color: #06b6d4; }
.text-fuchsia-400 { color: #e879f9; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-green-300 { color: #86efac; }
.text-orange-300 { color: #fdba74; }
.text-orange-400 { color: #fb923c; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }
.text-purple-200 { color: #e9d5ff; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-teal-300 { color: #5eead4; }
.text-teal-400 { color: #2dd4bf; }
.text-white { color: #fff; }
.text-white-300 { color: #d1d5db; }
.text-yellow-300 { color: #fde047; }
.text-yellow-400 { color: #facc15; }
.underline { text-decoration-line: underline; }
.placeholder-\[\#605766\]::placeholder { color: #605766; }
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05); }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, currentColor); }
.ring-\[\#2b2730\] { --tw-ring-color: #2b2730; }
.ring-gray-400 { --tw-ring-color: #9ca3af; }
.ring-red-500 { --tw-ring-color: #ef4444; }
.ring-yellow-300 { --tw-ring-color: #fde047; }
.ring-fuchsia-500 { --tw-ring-color: #d946ef; }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: 150ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.line-clamp-4 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.hover\:bg-black:hover { background-color: #000; }
.hover\:bg-\[\#161616\]:hover { background-color: #161616; }
.hover\:bg-\[\#1d1a20\]:hover { background-color: #1d1a20; }
.hover\:bg-\[\#201c27\]:hover { background-color: #201c27; }
.hover\:bg-\[\#24212c\]:hover { background-color: #24212c; }
.hover\:bg-\[\#26232b\]:hover { background-color: #26232b; }
.hover\:bg-\[\#2a2a2a\]:hover { background-color: #2a2a2a; }
.hover\:bg-\[\#333\]:hover { background-color: #333; }
.hover\:bg-blue-800:hover { background-color: #1e40af; }
.hover\:bg-gray-600:hover { background-color: #4b5563; }
.hover\:bg-green-700:hover { background-color: #15803d; }
.hover\:bg-orange-400:hover { background-color: #fb923c; }
.hover\:bg-orange-500:hover { background-color: #f97316; }
.hover\:bg-orange-600:hover { background-color: #ea580c; }
.hover\:bg-red-700:hover { background-color: #b91c1c; }
.hover\:bg-red-800:hover { background-color: #991b1b; }
.hover\:bg-red-950:hover { background-color: #450a0a; }
.hover\:bg-yellow-500:hover { background-color: #eab308; }
.hover\:border-\[\#00cccc\]:hover { border-color: #00cccc; }
.hover\:border-orange-400:hover { border-color: #fb923c; }
.hover\:border-orange-500:hover { border-color: #f97316; }
.hover\:border-orange-600:hover { border-color: #ea580c; }
.hover\:text-\[\#00cccc\]:hover { color: #00cccc; }
.hover\:text-orange-300:hover { color: #fdba74; }
.hover\:text-orange-400:hover { color: #fb923c; }
.hover\:text-orange-500:hover { color: #f97316; }
.hover\:text-orange-600:hover { color: #ea580c; }
.hover\:text-teal-300:hover { color: #5eead4; }
.hover\:text-white:hover { color: #fff; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color, currentColor); }
.focus\:ring-\[\#00cccc\]:focus { --tw-ring-color: #00cccc; }
.focus\:ring-orange-500:focus { --tw-ring-color: #f97316; }
.focus-within\:ring-2:focus-within { box-shadow: 0 0 0 2px var(--tw-ring-color, currentColor); }
.focus-within\:ring-\[\#00cccc\]:focus-within { --tw-ring-color: #00cccc; }
.group:hover .group-hover\:opacity-0 { opacity: 0; }
.peer:checked ~ .peer-checked\:inline-flex { display: inline-flex; }
.peer:checked ~ .peer-checked\:bg-\[\#1f2937\] { background-color: #1f2937; }
.peer:checked ~ .peer-checked\:bg-\[\#FFFF00\] { background-color: #ffff00; }
.peer:checked ~ .peer-checked\:bg-gray-500 { background-color: #6b7280; }
.peer:checked ~ .peer-checked\:bg-gray-600 { background-color: #4b5563; }
.peer:checked ~ .peer-checked\:bg-red-600 { background-color: #dc2626; }
.peer:checked ~ .peer-checked\:bg-red-700 { background-color: #b91c1c; }
.peer:checked ~ .peer-checked\:bg-fuchsia-600 { background-color: #c026d3; }
.peer:checked ~ .peer-checked\:bg-fuchsia-700 { background-color: #a21caf; }
.peer:checked ~ .peer-checked\:border-\[\#00cccc\] { border-color: #00cccc; }
.peer:checked ~ .peer-checked\:border-gray-500 { border-color: #6b7280; }
.peer:checked ~ .peer-checked\:border-red-600 { border-color: #dc2626; }
.peer:checked ~ .peer-checked\:border-yellow-400 { border-color: #facc15; }
.peer:checked ~ .peer-checked\:border-fuchsia-600 { border-color: #c026d3; }
.peer:checked ~ .peer-checked\:text-black { color: #000; }
.peer:checked ~ .peer-checked\:text-white { color: #fff; }
.peer:checked ~ .peer-checked\:ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, currentColor); }
.peer:checked ~ .peer-checked\:ring-gray-400 { --tw-ring-color: #9ca3af; }
.peer:checked ~ .peer-checked\:ring-red-500 { --tw-ring-color: #ef4444; }
.peer:checked ~ .peer-checked\:ring-yellow-300 { --tw-ring-color: #fde047; }
.peer:checked ~ .peer-checked\:ring-fuchsia-500 { --tw-ring-color: #d946ef; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:h-5 { height: 1.25rem; }
  .sm\:max-w-md { max-width: 28rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .sm\:py-2 { padding-top: .5rem; padding-bottom: .5rem; }
  .sm\:text-sm { font-size: .875rem; line-height: 1.25rem; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:w-5 { width: 1.25rem; }
  .sm\:w-full { width: 100%; }
}

@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:items-center { align-items: center; }
  .md\:items-end { align-items: flex-end; }
  .md\:justify-between { justify-content: space-between; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
