*, *::before, *::after { box-sizing: border-box; margin: 0; }
html, body { margin: 0; }
ul, ol { padding-left: 0; }
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.m-0 { margin: 0; }
.mt-8 { margin-top: 2rem; }
.max-w-full { max-width: 100%; }
.max-w-screen { max-width: 100vw; }
.max-w-screen-md { max-width: 768px; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.border { border: 1px solid currentColor; }
.border-2 { border-width: 2px; border-style: solid; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.overflow-x-auto { overflow-x: auto; }
.cursor-pointer { cursor: pointer; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.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; }
.font-roboto-mono { font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.bg-white { background-color: #ffffff; }
.border-black { border-color: #000000; }
.min-h-screen { min-height: 100vh; }
.text-gray-500 { color: #6b7280; }
.text-gray-900 { color: #111827; }
.bg-gray-100 { background-color: #f3f4f6; }
.border-t-gray-900 { border-top-color: #111827; }
.border-opacity-0 { border-color: transparent; }
.ml-5 { margin-left: 1.25rem; }
.font-medium { font-weight: 500; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.border-r { border-right-width: 1px; border-right-style: solid; }
.no-underline { text-decoration: none; }
.break-words { overflow-wrap: break-word; }
.select-none { user-select: none; }
.border-t-2 { border-top-width: 2px; border-top-style: solid; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-black { color: #000000; }
.leading-6 { line-height: 1.5rem; }
.list-none { list-style-type: none; }
.list-disc { list-style-type: disc; }
.duration-300 { transition-duration: 300ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }
.overflow-x-hidden { overflow-x: hidden; }
.underline { text-decoration: underline; }
.underline-offset-4 { text-underline-offset: 4px; }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.hover\:border-opacity-100:hover { border-color: currentColor; }
.hover\:text-orange-400:hover { color: #fb923c; }
.hover\:underline:hover { text-decoration: underline; }
@media (min-width: 768px) { .md\:max-w-screen-md { max-width: 768px; } }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row; } }
@media (min-width: 640px) { .sm\:justify-end { justify-content: flex-end; } }
@media (min-width: 640px) { .sm\:justify-start { justify-content: flex-start; } }
@media (min-width: 640px) { .sm\:text-base { font-size: 1rem; line-height: 1.5rem; } }
@media (min-width: 640px) { .sm\:text-left { text-align: left; } }
@media (min-width: 640px) { .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } }
@media (min-width: 640px) { .sm\:w-auto { width: auto; } }
.visited\:hover\:text-orange-400:visited:hover { color: #fb923c; }
.visited\:text-black:visited { color: #000000; }