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

::before, ::after {
  --gi-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 4;
  tab-size: 4;
  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";
}

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

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 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;
}

:-moz-focusring {
  outline: auto;
}

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

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;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}

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

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

.text-yellow-500 {
  --gi-text-opacity: 1;
  color: rgba(234,179,8,var(--gi-text-opacity));
}

.space-y-2>:not([hidden])~:not([hidden]) {
  margin-top: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.h-40 {
  height: 10rem;
}

.bottom-0 {
  bottom: 0;
}

.border {
  border-width: 1px;
}

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

.fixed {
  position: fixed;
}

.left-0 {
  left: 0;
}

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

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

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

.bg-gray-200 {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

.m-2 {
  margin: 0.5rem;
}

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

.hover\:bg-gray-300:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(209,213,219,var(--gi-bg-opacity));
}

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

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

.gap-4 {
  gap: 1rem;
}

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

.p-3 {
  padding: 0.75rem;
}

.flex {
  display: flex;
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-gray-700 {
    --gi-bg-opacity: 1;
    background-color: rgba(55,65,81,var(--gi-bg-opacity));
  }

}

@media (prefers-color-scheme: dark) {

  
  
  .dark\:hover\:bg-gray-600:hover {
    --gi-bg-opacity: 1;
    background-color: rgba(75,85,99,var(--gi-bg-opacity));
  }

}

@media (prefers-color-scheme: dark) {

  .dark\:bg-gray-800 {
    --gi-bg-opacity: 1;
    background-color: rgba(31,41,55,var(--gi-bg-opacity));
  }

}

@media (prefers-color-scheme: dark) {

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

}