*, *::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;
}

.w-35 {
  width: 8.75rem;
}

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

.p-2 {
  padding: 0.5rem;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.h-8 {
  height: 2rem;
}

.p-4 {
  padding: 1rem;
}

.h-full {
  height: 100%;
}

.w-4 {
  width: 1rem;
}

.hover\:bg-neutral-700:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(64,64,64,var(--gi-bg-opacity));
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.gap-6 {
  gap: 1.5rem;
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

.inline {
  display: inline;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.rounded-l-md {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

.w-70 {
  width: 17.5rem;
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.w-3 {
  width: 0.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.w-5 {
  width: 1.25rem;
}

.cursor-pointer {
  cursor: pointer;
}

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

.gap-10 {
  gap: 2.5rem;
}

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

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

.text-red-600 {
  --gi-text-opacity: 1;
  color: rgba(220,38,38,var(--gi-text-opacity));
}

.border-gray-400 {
  --gi-border-opacity: 1;
  border-color: rgba(156,163,175,var(--gi-border-opacity));
}

.bg-neutral-800 {
  --gi-bg-opacity: 1;
  background-color: rgba(38,38,38,var(--gi-bg-opacity));
}

.w-25 {
  width: 6.25rem;
}

.shrink-1 {
  flex-shrink: 1;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.min-h-0 {
  min-height: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.flex-grow {
  flex-grow: 1;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.p-8 {
  padding: 2rem;
}

.h-5 {
  height: 1.25rem;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.gap-1\.5 {
  gap: 0.375rem;
}

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

.hidden {
  display: none;
}

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

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

.font-black {
  font-weight: 900;
}

.gap-4 {
  gap: 1rem;
}

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

.p-3 {
  padding: 0.75rem;
}

@keyframes spin {

  .animate-spin from {
    transform: rotate(0);
  }
  
  .animate-spin to {
    transform: rotate(360deg);
  }

}

.h-4 {
  height: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.grow {
  flex-grow: 1;
}

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