*, *::before, *::after {
  box-sizing: border-box;
}

.root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
  height: 0;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5;
}

html {
  font-family: inherit;
  line-height: inherit;
}

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

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

pre, code, kbd, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gap-3 {
  gap: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.h-screen {
  height: 100vh;
}

.disabled\:hover\:bg-transparent:disabled:hover {
  background-color: transparent;
}

.h-8 {
  height: 2rem;
}

.hover\:bg-red-600:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(220,38,38,var(--gi-bg-opacity));
}

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

.h-full {
  height: 100%;
}

.disabled\:active\:text-rgb-999:disabled:active {
  --gi-text-opacity: 1;
  color: rgba(153,153,153,var(--gi-text-opacity));
}

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

.w-4 {
  width: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

.w-6 {
  width: 1.5rem;
}

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

.space-y-2>*+* {
  margin-top: 0.5rem;
}

.h-1em {
  height: 1em;
}

.text-rose-500 {
  --gi-text-opacity: 1;
  color: rgba(244,63,94,var(--gi-text-opacity));
}

.disabled\:active\:bg-transparent:disabled:active {
  background-color: transparent;
}

.mr-2 {
  margin-right: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.top-6 {
  top: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.bottom-0 {
  bottom: 0;
}

.w-8em {
  width: 8em;
}

.space-x-2>*+* {
  margin-left: 0.5rem;
}

.top-50\% {
  top: 50%;
}

.border {
  border-width: 1px;
}

.resize-none {
  resize: none;
}

.gap-2px {
  gap: 2px;
}

.disabled\:hover\:border-rgb-999:disabled:hover {
  --gi-border-opacity: 1;
  border-color: rgba(153,153,153,var(--gi-border-opacity));
}

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

.rounded-full {
  border-radius: 9999px;
}

.space-y-3>*+* {
  margin-top: 0.75rem;
}

.w-2 {
  width: 0.5rem;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.right-6 {
  right: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

.bg-red-700 {
  --gi-bg-opacity: 1;
  background-color: rgba(185,28,28,var(--gi-bg-opacity));
}

.right-4 {
  right: 1rem;
}

.active\:font-bold:active {
  font-weight: 700;
}

.-right-3 {
  right: -0.75rem;
}

.block {
  display: block;
}

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

.w-15 {
  width: 3.75rem;
}

.max-h-full {
  max-height: 100%;
}

.w-42px {
  width: 42px;
}

.left-0 {
  left: 0;
}

.w-5 {
  width: 1.25rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

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

.cursor-pointer {
  cursor: pointer;
}

.border-white {
  --gi-border-opacity: 1;
  border-color: rgba(255,255,255,var(--gi-border-opacity));
}

.text-black {
  --gi-text-opacity: 1;
  color: rgba(0,0,0,var(--gi-text-opacity));
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.text-white {
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.space-y-4>*+* {
  margin-top: 1rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

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

.gap-1 {
  gap: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.max-w-md {
  max-width: 28rem;
}

.bg-black {
  --gi-bg-opacity: 1;
  background-color: rgba(0,0,0,var(--gi-bg-opacity));
}

.mr-1 {
  margin-right: 0.25rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-bold {
  font-weight: 700;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.object-cover {
  object-fit: cover;
}

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

.cursor-move {
  cursor: move;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.h-5 {
  height: 1.25rem;
}

.top-1 {
  top: 0.25rem;
}

.space-x-1>*+* {
  margin-left: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.m-0 {
  margin: 0;
}

.top-0 {
  top: 0;
}

.max-w-full {
  max-width: 100%;
}

.italic {
  font-style: italic;
}

.w-1em {
  width: 1em;
}

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

.disabled\:active\:border-rgb-999:disabled:active {
  --gi-border-opacity: 1;
  border-color: rgba(153,153,153,var(--gi-border-opacity));
}

.mb-4 {
  margin-bottom: 1rem;
}

.w-screen {
  width: 100vw;
}

.mb-0 {
  margin-bottom: 0;
}

.max-w-sm {
  max-width: 24rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.gap-4 {
  gap: 1rem;
}

.hover\:bg-hsl-0-0-30:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(77,77,77,var(--gi-bg-opacity));
}

.h-2 {
  height: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bg-red-500 {
  --gi-bg-opacity: 1;
  background-color: rgba(239,68,68,var(--gi-bg-opacity));
}

.relative {
  position: relative;
}

.h-4 {
  height: 1rem;
}

.disabled\:text-rgb-999:disabled {
  --gi-text-opacity: 1;
  color: rgba(153,153,153,var(--gi-text-opacity));
}

.shadow-md {
  --gi-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  box-shadow: var(--gi-ring-offset-shadow,0 0 #0000),var(--gi-ring-shadow,0 0 #0000),var(--gi-shadow);
}

.disabled\:hover\:text-rgb-999:disabled:hover {
  --gi-text-opacity: 1;
  color: rgba(153,153,153,var(--gi-text-opacity));
}

.space-y-1>*+* {
  margin-top: 0.25rem;
}

.right-0 {
  right: 0;
}

.active\:bg-hsl-0-0-20:active {
  --gi-bg-opacity: 1;
  background-color: rgba(51,51,51,var(--gi-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.select-none {
  user-select: none;
}

.h-15 {
  height: 3.75rem;
}

.flex {
  display: flex;
}

.h-3 {
  height: 0.75rem;
}

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

.border-1px {
  border-width: 1px;
}

.w-full {
  width: 100%;
}

.hover\:bg-red-800:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(153,27,27,var(--gi-bg-opacity));
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.disabled\:border-rgb-999:disabled {
  --gi-border-opacity: 1;
  border-color: rgba(153,153,153,var(--gi-border-opacity));
}

.absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.border-black {
  --gi-border-opacity: 1;
  border-color: rgba(0,0,0,var(--gi-border-opacity));
}

.h-42px {
  height: 42px;
}