
*, ::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%; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
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%; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; 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; }

.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.table { display: table; }
.inline-table { display: inline-table; }
.list-item { display: list-item; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-none { flex: none; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-start { justify-content: flex-start; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.self-center { align-self: center; }
.self-start { align-self: flex-start; }
.self-end { align-self: flex-end; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0px; }
.right-0 { right: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.inset-0 { inset: 0px; }
.top-auto { top: auto; }
.right-auto { right: auto; }
.bottom-auto { bottom: auto; }
.left-auto { left: auto; }
.inset-auto { inset: auto; }
.top-full { top: 100%; }
.right-full { right: 100%; }
.bottom-full { bottom: 100%; }
.left-full { left: 100%; }
.inset-full { inset: 100%; }
.top-0\.5 { top: 0.125rem; }
.right-0\.5 { right: 0.125rem; }
.bottom-0\.5 { bottom: 0.125rem; }
.left-0\.5 { left: 0.125rem; }
.inset-0\.5 { inset: 0.125rem; }
.top-1 { top: 0.25rem; }
.right-1 { right: 0.25rem; }
.bottom-1 { bottom: 0.25rem; }
.left-1 { left: 0.25rem; }
.inset-1 { inset: 0.25rem; }
.top-2 { top: 0.5rem; }
.right-2 { right: 0.5rem; }
.bottom-2 { bottom: 0.5rem; }
.left-2 { left: 0.5rem; }
.inset-2 { inset: 0.5rem; }
.top-3 { top: 0.75rem; }
.right-3 { right: 0.75rem; }
.bottom-3 { bottom: 0.75rem; }
.left-3 { left: 0.75rem; }
.inset-3 { inset: 0.75rem; }
.top-4 { top: 1rem; }
.right-4 { right: 1rem; }
.bottom-4 { bottom: 1rem; }
.left-4 { left: 1rem; }
.inset-4 { inset: 1rem; }
.top-6 { top: 1.5rem; }
.right-6 { right: 1.5rem; }
.bottom-6 { bottom: 1.5rem; }
.left-6 { left: 1.5rem; }
.inset-6 { inset: 1.5rem; }
.top-8 { top: 2rem; }
.right-8 { right: 2rem; }
.bottom-8 { bottom: 2rem; }
.left-8 { left: 2rem; }
.inset-8 { inset: 2rem; }
.top-16 { top: 4rem; }
.right-16 { right: 4rem; }
.bottom-16 { bottom: 4rem; }
.left-16 { left: 4rem; }
.inset-16 { inset: 4rem; }
.top-16 { top: 4rem; }
.-top-3 { top: -0.75rem; }
.-inset-4 { inset: -1rem; }
.inset-0 { inset: 0px; }
.inset-x-0 { left: 0px; right: 0px; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-scroll { overflow: scroll; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.container { width: 100%; }
.w-0 { width: 0px; }
.h-0 { height: 0px; }
.min-w-0 { min-width: 0px; }
.max-w-0 { max-width: 0px; }
.w-0\.5 { width: 0.125rem; }
.h-0\.5 { height: 0.125rem; }
.min-w-0\.5 { min-width: 0.125rem; }
.max-w-0\.5 { max-width: 0.125rem; }
.w-1 { width: 0.25rem; }
.h-1 { height: 0.25rem; }
.min-w-1 { min-width: 0.25rem; }
.max-w-1 { max-width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.h-1\.5 { height: 0.375rem; }
.min-w-1\.5 { min-width: 0.375rem; }
.max-w-1\.5 { max-width: 0.375rem; }
.w-2 { width: 0.5rem; }
.h-2 { height: 0.5rem; }
.min-w-2 { min-width: 0.5rem; }
.max-w-2 { max-width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.h-2\.5 { height: 0.625rem; }
.min-w-2\.5 { min-width: 0.625rem; }
.max-w-2\.5 { max-width: 0.625rem; }
.w-3 { width: 0.75rem; }
.h-3 { height: 0.75rem; }
.min-w-3 { min-width: 0.75rem; }
.max-w-3 { max-width: 0.75rem; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.min-w-4 { min-width: 1rem; }
.max-w-4 { max-width: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.min-w-5 { min-width: 1.25rem; }
.max-w-5 { max-width: 1.25rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.min-w-6 { min-width: 1.5rem; }
.max-w-6 { max-width: 1.5rem; }
.w-7 { width: 1.75rem; }
.h-7 { height: 1.75rem; }
.min-w-7 { min-width: 1.75rem; }
.max-w-7 { max-width: 1.75rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.min-w-8 { min-width: 2rem; }
.max-w-8 { max-width: 2rem; }
.w-9 { width: 2.25rem; }
.h-9 { height: 2.25rem; }
.min-w-9 { min-width: 2.25rem; }
.max-w-9 { max-width: 2.25rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.min-w-10 { min-width: 2.5rem; }
.max-w-10 { max-width: 2.5rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.min-w-12 { min-width: 3rem; }
.max-w-12 { max-width: 3rem; }
.w-14 { width: 3.5rem; }
.h-14 { height: 3.5rem; }
.min-w-14 { min-width: 3.5rem; }
.max-w-14 { max-width: 3.5rem; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.min-w-16 { min-width: 4rem; }
.max-w-16 { max-width: 4rem; }
.w-20 { width: 5rem; }
.h-20 { height: 5rem; }
.min-w-20 { min-width: 5rem; }
.max-w-20 { max-width: 5rem; }
.w-24 { width: 6rem; }
.h-24 { height: 6rem; }
.min-w-24 { min-width: 6rem; }
.max-w-24 { max-width: 6rem; }
.w-28 { width: 7rem; }
.h-28 { height: 7rem; }
.min-w-28 { min-width: 7rem; }
.max-w-28 { max-width: 7rem; }
.w-32 { width: 8rem; }
.h-32 { height: 8rem; }
.min-w-32 { min-width: 8rem; }
.max-w-32 { max-width: 8rem; }
.w-36 { width: 9rem; }
.h-36 { height: 9rem; }
.min-w-36 { min-width: 9rem; }
.max-w-36 { max-width: 9rem; }
.w-40 { width: 10rem; }
.h-40 { height: 10rem; }
.min-w-40 { min-width: 10rem; }
.max-w-40 { max-width: 10rem; }
.w-48 { width: 12rem; }
.h-48 { height: 12rem; }
.min-w-48 { min-width: 12rem; }
.max-w-48 { max-width: 12rem; }
.w-64 { width: 16rem; }
.h-64 { height: 16rem; }
.min-w-64 { min-width: 16rem; }
.max-w-64 { max-width: 16rem; }
.w-80 { width: 20rem; }
.h-80 { height: 20rem; }
.min-w-80 { min-width: 20rem; }
.max-w-80 { max-width: 20rem; }
.w-96 { width: 24rem; }
.h-96 { height: 24rem; }
.min-w-96 { min-width: 24rem; }
.max-w-96 { max-width: 24rem; }
.w-auto { width: auto; }
.h-auto { height: auto; }
.min-w-auto { min-width: auto; }
.max-w-auto { max-width: auto; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.min-w-full { min-width: 100%; }
.max-w-full { max-width: 100%; }
.w-screen { width: 100vw; }
.h-screen { height: 100vw; }
.min-w-screen { min-width: 100vw; }
.max-w-screen { max-width: 100vw; }
.w-min { width: min-content; }
.h-min { height: min-content; }
.min-w-min { min-width: min-content; }
.max-w-min { max-width: min-content; }
.w-max { width: max-content; }
.h-max { height: max-content; }
.min-w-max { min-width: max-content; }
.max-w-max { max-width: max-content; }
.w-fit { width: fit-content; }
.h-fit { height: fit-content; }
.min-w-fit { min-width: fit-content; }
.max-w-fit { max-width: fit-content; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.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; }
.max-w-none { max-width: none; }
.max-w-full { max-width: 100%; }
.max-w-prose { max-width: 65ch; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.w-1\\/2 { width: 50%; }
.w-1\\/3 { width: 33.333333%; }
.w-2\\/3 { width: 66.666667%; }
.w-1\\/4 { width: 25%; }
.w-3\\/4 { width: 75%; }
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }
.p-0 { padding: 0px; }
.px-0 { padding-left: 0px; padding-right: 0px; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.pt-0 { padding-top: 0px; }
.pr-0 { padding-right: 0px; }
.pb-0 { padding-bottom: 0px; }
.pl-0 { padding-left: 0px; }
.m-0 { margin: 0px; }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.my-0 { margin-top: 0px; margin-bottom: 0px; }
.mt-0 { margin-top: 0px; }
.mr-0 { margin-right: 0px; }
.mb-0 { margin-bottom: 0px; }
.ml-0 { margin-left: 0px; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-0\.5 { padding: 0.125rem; }
.px-0\.5 { padding-left: 0.125rem; padding-right: 0.125rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.pt-0\.5 { padding-top: 0.125rem; }
.pr-0\.5 { padding-right: 0.125rem; }
.pb-0\.5 { padding-bottom: 0.125rem; }
.pl-0\.5 { padding-left: 0.125rem; }
.m-0\.5 { margin: 0.125rem; }
.mx-0\.5 { margin-left: 0.125rem; margin-right: 0.125rem; }
.my-0\.5 { margin-top: 0.125rem; margin-bottom: 0.125rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mr-0\.5 { margin-right: 0.125rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.ml-0\.5 { margin-left: 0.125rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-1 { padding: 0.25rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.pt-1 { padding-top: 0.25rem; }
.pr-1 { padding-right: 0.25rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pl-1 { padding-left: 0.25rem; }
.m-1 { margin: 0.25rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.mt-1 { margin-top: 0.25rem; }
.mr-1 { margin-right: 0.25rem; }
.mb-1 { margin-bottom: 0.25rem; }
.ml-1 { margin-left: 0.25rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-1\.5 { padding: 0.375rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.pt-1\.5 { padding-top: 0.375rem; }
.pr-1\.5 { padding-right: 0.375rem; }
.pb-1\.5 { padding-bottom: 0.375rem; }
.pl-1\.5 { padding-left: 0.375rem; }
.m-1\.5 { margin: 0.375rem; }
.mx-1\.5 { margin-left: 0.375rem; margin-right: 0.375rem; }
.my-1\.5 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mr-1\.5 { margin-right: 0.375rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.ml-1\.5 { margin-left: 0.375rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-2 { padding: 0.5rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.pt-2 { padding-top: 0.5rem; }
.pr-2 { padding-right: 0.5rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pl-2 { padding-left: 0.5rem; }
.m-2 { margin: 0.5rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-2\.5 { padding: 0.625rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.pt-2\.5 { padding-top: 0.625rem; }
.pr-2\.5 { padding-right: 0.625rem; }
.pb-2\.5 { padding-bottom: 0.625rem; }
.pl-2\.5 { padding-left: 0.625rem; }
.m-2\.5 { margin: 0.625rem; }
.mx-2\.5 { margin-left: 0.625rem; margin-right: 0.625rem; }
.my-2\.5 { margin-top: 0.625rem; margin-bottom: 0.625rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mr-2\.5 { margin-right: 0.625rem; }
.mb-2\.5 { margin-bottom: 0.625rem; }
.ml-2\.5 { margin-left: 0.625rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-3 { padding: 0.75rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-3 { padding-top: 0.75rem; }
.pr-3 { padding-right: 0.75rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pl-3 { padding-left: 0.75rem; }
.m-3 { margin: 0.75rem; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.mt-3 { margin-top: 0.75rem; }
.mr-3 { margin-right: 0.75rem; }
.mb-3 { margin-bottom: 0.75rem; }
.ml-3 { margin-left: 0.75rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-4 { padding: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pt-4 { padding-top: 1rem; }
.pr-4 { padding-right: 1rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-4 { padding-left: 1rem; }
.m-4 { margin: 1rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.mt-4 { margin-top: 1rem; }
.mr-4 { margin-right: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.ml-4 { margin-left: 1rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-5 { padding: 1.25rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.pt-5 { padding-top: 1.25rem; }
.pr-5 { padding-right: 1.25rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pl-5 { padding-left: 1.25rem; }
.m-5 { margin: 1.25rem; }
.mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.mt-5 { margin-top: 1.25rem; }
.mr-5 { margin-right: 1.25rem; }
.mb-5 { margin-bottom: 1.25rem; }
.ml-5 { margin-left: 1.25rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-6 { padding: 1.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pt-6 { padding-top: 1.5rem; }
.pr-6 { padding-right: 1.5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-6 { padding-left: 1.5rem; }
.m-6 { margin: 1.5rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.mt-6 { margin-top: 1.5rem; }
.mr-6 { margin-right: 1.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-6 { margin-left: 1.5rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-7 { padding: 1.75rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.py-7 { padding-top: 1.75rem; padding-bottom: 1.75rem; }
.pt-7 { padding-top: 1.75rem; }
.pr-7 { padding-right: 1.75rem; }
.pb-7 { padding-bottom: 1.75rem; }
.pl-7 { padding-left: 1.75rem; }
.m-7 { margin: 1.75rem; }
.mx-7 { margin-left: 1.75rem; margin-right: 1.75rem; }
.my-7 { margin-top: 1.75rem; margin-bottom: 1.75rem; }
.mt-7 { margin-top: 1.75rem; }
.mr-7 { margin-right: 1.75rem; }
.mb-7 { margin-bottom: 1.75rem; }
.ml-7 { margin-left: 1.75rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-8 { padding: 2rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.pt-8 { padding-top: 2rem; }
.pr-8 { padding-right: 2rem; }
.pb-8 { padding-bottom: 2rem; }
.pl-8 { padding-left: 2rem; }
.m-8 { margin: 2rem; }
.mx-8 { margin-left: 2rem; margin-right: 2rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mt-8 { margin-top: 2rem; }
.mr-8 { margin-right: 2rem; }
.mb-8 { margin-bottom: 2rem; }
.ml-8 { margin-left: 2rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-10 { padding: 2.5rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pt-10 { padding-top: 2.5rem; }
.pr-10 { padding-right: 2.5rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pl-10 { padding-left: 2.5rem; }
.m-10 { margin: 2.5rem; }
.mx-10 { margin-left: 2.5rem; margin-right: 2.5rem; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mr-10 { margin-right: 2.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.ml-10 { margin-left: 2.5rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-12 { padding: 3rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.pt-12 { padding-top: 3rem; }
.pr-12 { padding-right: 3rem; }
.pb-12 { padding-bottom: 3rem; }
.pl-12 { padding-left: 3rem; }
.m-12 { margin: 3rem; }
.mx-12 { margin-left: 3rem; margin-right: 3rem; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.mt-12 { margin-top: 3rem; }
.mr-12 { margin-right: 3rem; }
.mb-12 { margin-bottom: 3rem; }
.ml-12 { margin-left: 3rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-16 { padding: 4rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-16 { padding-top: 4rem; }
.pr-16 { padding-right: 4rem; }
.pb-16 { padding-bottom: 4rem; }
.pl-16 { padding-left: 4rem; }
.m-16 { margin: 4rem; }
.mx-16 { margin-left: 4rem; margin-right: 4rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.mt-16 { margin-top: 4rem; }
.mr-16 { margin-right: 4rem; }
.mb-16 { margin-bottom: 4rem; }
.ml-16 { margin-left: 4rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-20 { padding: 5rem; }
.px-20 { padding-left: 5rem; padding-right: 5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-20 { padding-top: 5rem; }
.pr-20 { padding-right: 5rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-20 { padding-left: 5rem; }
.m-20 { margin: 5rem; }
.mx-20 { margin-left: 5rem; margin-right: 5rem; }
.my-20 { margin-top: 5rem; margin-bottom: 5rem; }
.mt-20 { margin-top: 5rem; }
.mr-20 { margin-right: 5rem; }
.mb-20 { margin-bottom: 5rem; }
.ml-20 { margin-left: 5rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-24 { padding: 6rem; }
.px-24 { padding-left: 6rem; padding-right: 6rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-24 { padding-top: 6rem; }
.pr-24 { padding-right: 6rem; }
.pb-24 { padding-bottom: 6rem; }
.pl-24 { padding-left: 6rem; }
.m-24 { margin: 6rem; }
.mx-24 { margin-left: 6rem; margin-right: 6rem; }
.my-24 { margin-top: 6rem; margin-bottom: 6rem; }
.mt-24 { margin-top: 6rem; }
.mr-24 { margin-right: 6rem; }
.mb-24 { margin-bottom: 6rem; }
.ml-24 { margin-left: 6rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-32 { padding: 8rem; }
.px-32 { padding-left: 8rem; padding-right: 8rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-32 { padding-top: 8rem; }
.pr-32 { padding-right: 8rem; }
.pb-32 { padding-bottom: 8rem; }
.pl-32 { padding-left: 8rem; }
.m-32 { margin: 8rem; }
.mx-32 { margin-left: 8rem; margin-right: 8rem; }
.my-32 { margin-top: 8rem; margin-bottom: 8rem; }
.mt-32 { margin-top: 8rem; }
.mr-32 { margin-right: 8rem; }
.mb-32 { margin-bottom: 8rem; }
.ml-32 { margin-left: 8rem; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.p-px { padding: 1px; }
.px-px { padding-left: 1px; padding-right: 1px; }
.py-px { padding-top: 1px; padding-bottom: 1px; }
.pt-px { padding-top: 1px; }
.pr-px { padding-right: 1px; }
.pb-px { padding-bottom: 1px; }
.pl-px { padding-left: 1px; }
.m-px { margin: 1px; }
.mx-px { margin-left: 1px; margin-right: 1px; }
.my-px { margin-top: 1px; margin-bottom: 1px; }
.mt-px { margin-top: 1px; }
.mr-px { margin-right: 1px; }
.mb-px { margin-bottom: 1px; }
.ml-px { margin-left: 1px; }
.-mb-px { margin-bottom: -1px; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.m-auto { margin: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.gap-0 { gap: 0px; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-20 { gap: 5rem; }
.gap-x-4 { column-gap: 1rem; }
.gap-x-8 { column-gap: 2rem; }
.gap-y-6 { row-gap: 1.5rem; }
.gap-y-8 { row-gap: 2rem; }
.space-x-1 > * + * { margin-left: 0.25rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-x-3 > * + * { margin-left: 0.75rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-x-8 > * + * { margin-left: 2rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.divide-y > * + * { border-top-width: 1px; }
.divide-gray-200 > * + * { border-color: #e5e7eb; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { 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; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }
.leading-5 { line-height: 1.25rem; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.underline { text-decoration-line: underline; }
.line-through { text-decoration-line: line-through; }
.no-underline { text-decoration-line: none; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.not-italic { font-style: normal; }
.text-gray-50 { color: #f9fafb; }
.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-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-900 { color: #111827; }
.text-blue-50 { color: #eff6ff; }
.text-blue-100 { color: #dbeafe; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-green-50 { color: #f0fdf4; }
.text-green-100 { color: #dcfce7; }
.text-green-200 { color: #bbf7d0; }
.text-green-400 { color: #4ade80; }
.text-green-500 { color: #22c55e; }
.text-green-600 { color: #16a34a; }
.text-green-700 { color: #15803d; }
.text-green-800 { color: #166534; }
.text-red-50 { color: #fef2f2; }
.text-red-100 { color: #fee2e2; }
.text-red-200 { color: #fecaca; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-yellow-50 { color: #fefce8; }
.text-yellow-100 { color: #fef9c3; }
.text-yellow-200 { color: #fef08a; }
.text-yellow-300 { color: #fde047; }
.text-yellow-400 { color: #facc15; }
.text-yellow-600 { color: #ca8a04; }
.text-yellow-700 { color: #a16207; }
.text-yellow-800 { color: #854d0e; }
.text-purple-50 { color: #faf5ff; }
.text-purple-100 { color: #f3e8ff; }
.text-purple-200 { color: #e9d5ff; }
.text-purple-600 { color: #9333ea; }
.text-purple-700 { color: #7e22ce; }
.text-purple-800 { color: #6b21a8; }
.text-indigo-50 { color: #eef2ff; }
.text-indigo-100 { color: #e0e7ff; }
.text-indigo-400 { color: #818cf8; }
.text-indigo-500 { color: #6366f1; }
.text-indigo-600 { color: #4f46e5; }
.text-indigo-700 { color: #4338ca; }
.text-amber-50 { color: #fffbeb; }
.text-amber-600 { color: #d97706; }
.text-cyan-50 { color: #ecfeff; }
.text-cyan-600 { color: #0891b2; }
.text-emerald-50 { color: #ecfdf5; }
.text-emerald-600 { color: #059669; }
.text-orange-50 { color: #fff7ed; }
.text-orange-600 { color: #ea580c; }
.text-rose-50 { color: #fff1f2; }
.text-rose-600 { color: #e11d48; }
.text-violet-50 { color: #f5f3ff; }
.text-violet-600 { color: #7c3aed; }
.text-pink-100 { color: #fce7f3; }
.text-pink-500 { color: #ec4899; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-transparent { color: transparent; }
.text-white\\/10 { color: rgba(255,255,255,0.1); }
.text-white\\/50 { color: rgba(255,255,255,0.5); }
.text-white\\/80 { color: rgba(255,255,255,0.8); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-400 { background-color: #9ca3af; }
.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-gray-900 { background-color: #111827; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-blue-300 { background-color: #93c5fd; }
.bg-blue-400 { background-color: #60a5fa; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-700 { background-color: #1d4ed8; }
.bg-blue-800 { background-color: #1e40af; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-100 { background-color: #dcfce7; }
.bg-green-200 { background-color: #bbf7d0; }
.bg-green-400 { background-color: #4ade80; }
.bg-green-500 { background-color: #22c55e; }
.bg-green-600 { background-color: #16a34a; }
.bg-green-700 { background-color: #15803d; }
.bg-green-800 { background-color: #166534; }
.bg-red-50 { background-color: #fef2f2; }
.bg-red-100 { background-color: #fee2e2; }
.bg-red-200 { background-color: #fecaca; }
.bg-red-300 { background-color: #fca5a5; }
.bg-red-400 { background-color: #f87171; }
.bg-red-500 { background-color: #ef4444; }
.bg-red-600 { background-color: #dc2626; }
.bg-red-700 { background-color: #b91c1c; }
.bg-red-800 { background-color: #991b1b; }
.bg-yellow-50 { background-color: #fefce8; }
.bg-yellow-100 { background-color: #fef9c3; }
.bg-yellow-200 { background-color: #fef08a; }
.bg-yellow-300 { background-color: #fde047; }
.bg-yellow-400 { background-color: #facc15; }
.bg-yellow-600 { background-color: #ca8a04; }
.bg-yellow-700 { background-color: #a16207; }
.bg-yellow-800 { background-color: #854d0e; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-purple-200 { background-color: #e9d5ff; }
.bg-purple-600 { background-color: #9333ea; }
.bg-purple-700 { background-color: #7e22ce; }
.bg-purple-800 { background-color: #6b21a8; }
.bg-indigo-50 { background-color: #eef2ff; }
.bg-indigo-100 { background-color: #e0e7ff; }
.bg-indigo-400 { background-color: #818cf8; }
.bg-indigo-500 { background-color: #6366f1; }
.bg-indigo-600 { background-color: #4f46e5; }
.bg-indigo-700 { background-color: #4338ca; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-amber-600 { background-color: #d97706; }
.bg-cyan-50 { background-color: #ecfeff; }
.bg-cyan-600 { background-color: #0891b2; }
.bg-emerald-50 { background-color: #ecfdf5; }
.bg-emerald-600 { background-color: #059669; }
.bg-orange-50 { background-color: #fff7ed; }
.bg-orange-600 { background-color: #ea580c; }
.bg-rose-50 { background-color: #fff1f2; }
.bg-rose-600 { background-color: #e11d48; }
.bg-violet-50 { background-color: #f5f3ff; }
.bg-violet-600 { background-color: #7c3aed; }
.bg-pink-100 { background-color: #fce7f3; }
.bg-pink-500 { background-color: #ec4899; }
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }
.bg-transparent { background-color: transparent; }
.bg-white\\/10 { background-color: rgba(255,255,255,0.1); }
.bg-white\\/20 { background-color: rgba(255,255,255,0.2); }
.bg-gray-200\\/50 { background-color: rgba(229,231,235,0.5); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-gray-50 { --tw-gradient-from: #f9fafb; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-gray-50 { --tw-gradient-to: #f9fafb; }
.via-gray-50 { --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-gray-100 { --tw-gradient-from: #f3f4f6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-gray-100 { --tw-gradient-to: #f3f4f6; }
.via-gray-100 { --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-gray-800 { --tw-gradient-from: #1f2937; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-gray-800 { --tw-gradient-to: #1f2937; }
.via-gray-800 { --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-gray-900 { --tw-gradient-from: #111827; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-gray-900 { --tw-gradient-to: #111827; }
.via-gray-900 { --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-indigo-100 { --tw-gradient-from: #e0e7ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-indigo-100 { --tw-gradient-to: #e0e7ff; }
.via-indigo-100 { --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-purple-50 { --tw-gradient-from: #faf5ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-purple-50 { --tw-gradient-to: #faf5ff; }
.via-purple-50 { --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-purple-500 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-purple-500 { --tw-gradient-to: #a855f7; }
.via-purple-500 { --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-pink-100 { --tw-gradient-from: #fce7f3; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-pink-100 { --tw-gradient-to: #fce7f3; }
.via-pink-100 { --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-pink-500 { --tw-gradient-from: #ec4899; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-pink-500 { --tw-gradient-to: #ec4899; }
.via-pink-500 { --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-blue-50 { --tw-gradient-from: #eff6ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-blue-50 { --tw-gradient-to: #eff6ff; }
.via-blue-50 { --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-white { --tw-gradient-from: #ffffff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-white { --tw-gradient-to: #ffffff; }
.via-white { --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255,255,255,0)); }
.from-to-white { --tw-gradient-from: #ffffff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,255,255,0)); }
.to-to-white { --tw-gradient-to: #ffffff; }
.via-to-white { --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255,255,255,0)); }
.via-purple-50 { --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250,245,255,0)); }
.border { border-width: 1px; }
.border-0 { border-width: 0px; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-l-4 { border-left-width: 4px; }
.border-dashed { border-style: dashed; }
.border-solid { border-style: solid; }
.border-transparent { border-color: transparent; }
.border-gray-50 { border-color: #f9fafb; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-400 { border-color: #9ca3af; }
.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-gray-900 { border-color: #111827; }
.border-blue-50 { border-color: #eff6ff; }
.border-blue-100 { border-color: #dbeafe; }
.border-blue-300 { border-color: #93c5fd; }
.border-blue-400 { border-color: #60a5fa; }
.border-blue-500 { border-color: #3b82f6; }
.border-blue-600 { border-color: #2563eb; }
.border-blue-700 { border-color: #1d4ed8; }
.border-blue-800 { border-color: #1e40af; }
.border-green-50 { border-color: #f0fdf4; }
.border-green-100 { border-color: #dcfce7; }
.border-green-200 { border-color: #bbf7d0; }
.border-green-400 { border-color: #4ade80; }
.border-green-500 { border-color: #22c55e; }
.border-green-600 { border-color: #16a34a; }
.border-green-700 { border-color: #15803d; }
.border-green-800 { border-color: #166534; }
.border-red-50 { border-color: #fef2f2; }
.border-red-100 { border-color: #fee2e2; }
.border-red-200 { border-color: #fecaca; }
.border-red-300 { border-color: #fca5a5; }
.border-red-400 { border-color: #f87171; }
.border-red-500 { border-color: #ef4444; }
.border-red-600 { border-color: #dc2626; }
.border-red-700 { border-color: #b91c1c; }
.border-red-800 { border-color: #991b1b; }
.border-yellow-50 { border-color: #fefce8; }
.border-yellow-100 { border-color: #fef9c3; }
.border-yellow-200 { border-color: #fef08a; }
.border-yellow-300 { border-color: #fde047; }
.border-yellow-400 { border-color: #facc15; }
.border-yellow-600 { border-color: #ca8a04; }
.border-yellow-700 { border-color: #a16207; }
.border-yellow-800 { border-color: #854d0e; }
.border-purple-50 { border-color: #faf5ff; }
.border-purple-100 { border-color: #f3e8ff; }
.border-purple-200 { border-color: #e9d5ff; }
.border-purple-600 { border-color: #9333ea; }
.border-purple-700 { border-color: #7e22ce; }
.border-purple-800 { border-color: #6b21a8; }
.border-indigo-50 { border-color: #eef2ff; }
.border-indigo-100 { border-color: #e0e7ff; }
.border-indigo-400 { border-color: #818cf8; }
.border-indigo-500 { border-color: #6366f1; }
.border-indigo-600 { border-color: #4f46e5; }
.border-indigo-700 { border-color: #4338ca; }
.border-amber-50 { border-color: #fffbeb; }
.border-amber-600 { border-color: #d97706; }
.border-cyan-50 { border-color: #ecfeff; }
.border-cyan-600 { border-color: #0891b2; }
.border-emerald-50 { border-color: #ecfdf5; }
.border-emerald-600 { border-color: #059669; }
.border-orange-50 { border-color: #fff7ed; }
.border-orange-600 { border-color: #ea580c; }
.border-rose-50 { border-color: #fff1f2; }
.border-rose-600 { border-color: #e11d48; }
.border-violet-50 { border-color: #f5f3ff; }
.border-violet-600 { border-color: #7c3aed; }
.border-pink-100 { border-color: #fce7f3; }
.border-pink-500 { border-color: #ec4899; }
.border-white { border-color: #ffffff; }
.border-black { border-color: #000000; }
.border-transparent { border-color: transparent; }
.border-gray-200\\/50 { border-color: rgba(229,231,235,0.5); }
.rounded-none { border-radius: 0px; }
.rounded-sm { border-radius: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.divide-y {  }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.shadow-none { box-shadow: 0 0 rgba(0,0,0,0); }
.ring-0 { box-shadow: 0 0 rgba(0,0,0,0); }
.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color, rgba(59,130,246,0.5)); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(59,130,246,0.5)); }
.ring { box-shadow: 0 0 0 3px var(--tw-ring-color, rgba(59,130,246,0.5)); }
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }
.blur { filter: blur(8px); }
.blur-sm { filter: blur(4px); }
.blur-md { filter: blur(12px); }
.blur-xl { filter: blur(24px); }
.blur-2xl { filter: blur(40px); }
.blur-3xl { filter: blur(64px); }
.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(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color,background-color,border-color,text-decoration-color,fill,stroke; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-75 { transition-duration: 75ms; }
.duration-100 { transition-duration: 100ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.ease-in { transition-timing-function: cubic-bezier(0.4,0,1,1); }
.ease-out { transition-timing-function: cubic-bezier(0,0,0.2,1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.scale-100 { transform: scale(1); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }
.scale-95 { transform: scale(0.95); }
.scale-98 { transform: scale(0.98); }
.scale-102 { transform: scale(1.02); }
.-translate-x-1\\/2 { transform: translateX(-50%); }
.-translate-y-1\\/2 { transform: translateY(-50%); }
.translate-x-0 { transform: translateX(0px); }
.translate-x-1 { transform: translateX(0.25rem); }
.translate-y-0 { transform: translateY(0px); }
.-translate-y-2 { transform: translateY(-0.5rem); }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.col-span-3 { grid-column: span 3 / span 3; }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-4 { grid-column: span 4 / span 4; }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.col-span-5 { grid-column: span 5 / span 5; }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.col-span-6 { grid-column: span 6 / span 6; }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.col-span-7 { grid-column: span 7 / span 7; }
.grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.col-span-8 { grid-column: span 8 / span 8; }
.grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.col-span-9 { grid-column: span 9 / span 9; }
.grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.col-span-10 { grid-column: span 10 / span 10; }
.grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.col-span-11 { grid-column: span 11 / span 11; }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.col-span-12 { grid-column: span 12 / span 12; }
.col-span-full { grid-column: 1 / -1; }
.grid-cols-none { grid-template-columns: none; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-fill { object-fit: fill; }
.object-center { object-position: center; }
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-default { cursor: default; }
.cursor-text { cursor: text; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }
.select-none { user-select: none; }
.select-all { user-select: all; }
.select-text { user-select: text; }
.appearance-none { -webkit-appearance: none; appearance: none; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.outline-0 { outline-width: 0px; }
.resize-none { resize: none; }
.resize { resize: both; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
@keyframes pulse { 50% { opacity: .5; } }
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }

.animate-spin { animation: spin 1s linear infinite; }
.animate-ping { animation: ping 1s cubic-bezier(0,0,0.2,1) infinite; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.animate-bounce { animation: bounce 1s infinite; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.hover\:bg-gray-300:hover { background-color: #d1d5db; }
.hover\:bg-gray-400:hover { background-color: #9ca3af; }
.hover\:bg-gray-500:hover { background-color: #6b7280; }
.hover\:bg-gray-600:hover { background-color: #4b5563; }
.hover\:bg-gray-700:hover { background-color: #374151; }
.hover\:bg-gray-800:hover { background-color: #1f2937; }
.hover\:bg-gray-900:hover { background-color: #111827; }
.hover\:bg-blue-50:hover { background-color: #eff6ff; }
.hover\:bg-blue-100:hover { background-color: #dbeafe; }
.hover\:bg-blue-300:hover { background-color: #93c5fd; }
.hover\:bg-blue-400:hover { background-color: #60a5fa; }
.hover\:bg-blue-500:hover { background-color: #3b82f6; }
.hover\:bg-blue-600:hover { background-color: #2563eb; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.hover\:bg-blue-800:hover { background-color: #1e40af; }
.hover\:bg-green-50:hover { background-color: #f0fdf4; }
.hover\:bg-green-100:hover { background-color: #dcfce7; }
.hover\:bg-green-200:hover { background-color: #bbf7d0; }
.hover\:bg-green-400:hover { background-color: #4ade80; }
.hover\:bg-green-500:hover { background-color: #22c55e; }
.hover\:bg-green-600:hover { background-color: #16a34a; }
.hover\:bg-green-700:hover { background-color: #15803d; }
.hover\:bg-green-800:hover { background-color: #166534; }
.hover\:bg-red-50:hover { background-color: #fef2f2; }
.hover\:bg-red-100:hover { background-color: #fee2e2; }
.hover\:bg-red-200:hover { background-color: #fecaca; }
.hover\:bg-red-300:hover { background-color: #fca5a5; }
.hover\:bg-red-400:hover { background-color: #f87171; }
.hover\:bg-red-500:hover { background-color: #ef4444; }
.hover\:bg-red-600:hover { background-color: #dc2626; }
.hover\:bg-red-700:hover { background-color: #b91c1c; }
.hover\:bg-red-800:hover { background-color: #991b1b; }
.hover\:bg-yellow-50:hover { background-color: #fefce8; }
.hover\:bg-yellow-100:hover { background-color: #fef9c3; }
.hover\:bg-yellow-200:hover { background-color: #fef08a; }
.hover\:bg-yellow-300:hover { background-color: #fde047; }
.hover\:bg-yellow-400:hover { background-color: #facc15; }
.hover\:bg-yellow-600:hover { background-color: #ca8a04; }
.hover\:bg-yellow-700:hover { background-color: #a16207; }
.hover\:bg-yellow-800:hover { background-color: #854d0e; }
.hover\:bg-purple-50:hover { background-color: #faf5ff; }
.hover\:bg-purple-100:hover { background-color: #f3e8ff; }
.hover\:bg-purple-200:hover { background-color: #e9d5ff; }
.hover\:bg-purple-600:hover { background-color: #9333ea; }
.hover\:bg-purple-700:hover { background-color: #7e22ce; }
.hover\:bg-purple-800:hover { background-color: #6b21a8; }
.hover\:bg-indigo-50:hover { background-color: #eef2ff; }
.hover\:bg-indigo-100:hover { background-color: #e0e7ff; }
.hover\:bg-indigo-400:hover { background-color: #818cf8; }
.hover\:bg-indigo-500:hover { background-color: #6366f1; }
.hover\:bg-indigo-600:hover { background-color: #4f46e5; }
.hover\:bg-indigo-700:hover { background-color: #4338ca; }
.hover\:bg-amber-50:hover { background-color: #fffbeb; }
.hover\:bg-amber-600:hover { background-color: #d97706; }
.hover\:bg-cyan-50:hover { background-color: #ecfeff; }
.hover\:bg-cyan-600:hover { background-color: #0891b2; }
.hover\:bg-emerald-50:hover { background-color: #ecfdf5; }
.hover\:bg-emerald-600:hover { background-color: #059669; }
.hover\:bg-orange-50:hover { background-color: #fff7ed; }
.hover\:bg-orange-600:hover { background-color: #ea580c; }
.hover\:bg-rose-50:hover { background-color: #fff1f2; }
.hover\:bg-rose-600:hover { background-color: #e11d48; }
.hover\:bg-violet-50:hover { background-color: #f5f3ff; }
.hover\:bg-violet-600:hover { background-color: #7c3aed; }
.hover\:bg-pink-100:hover { background-color: #fce7f3; }
.hover\:bg-pink-500:hover { background-color: #ec4899; }
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:bg-black:hover { background-color: #000000; }
.hover\:bg-transparent:hover { background-color: transparent; }
.hover\:bg-gray-200\/50:hover { background-color: rgba(229,231,235,0.5); }
.hover\:text-blue-600:hover { color: #2563eb; }
.hover\:text-blue-800:hover { color: #1e40af; }
.hover\:text-gray-900:hover { color: #111827; }
.hover\:text-gray-600:hover { color: #4b5563; }
.hover\:text-gray-700:hover { color: #374151; }
.hover\:text-red-50:hover { color: #fef2f2; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:border-gray-200:hover { border-color: #e5e7eb; }
.hover\:border-gray-300:hover { border-color: #d1d5db; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:text-gray-600 { color: #4b5563; }
.group:hover .group-hover\:text-gray-700 { color: #374151; }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }
.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, rgba(59,130,246,0.5)); }
.focus\:ring-blue-500:focus { --tw-ring-color: #3b82f6; }
.focus\:ring-gray-900:focus { --tw-ring-color: #111827; }
.focus\:ring-purple-500:focus { --tw-ring-color: #a855f7; }
.focus\:ring-red-500:focus { --tw-ring-color: #ef4444; }
.focus\:ring-offset-2:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--tw-ring-color, rgba(59,130,246,0.5)); }
.focus\:border-blue-500:focus { border-color: #3b82f6; }
.focus\:border-transparent:focus { border-color: transparent; }
.file\:bg-blue-50::file-selector-button { background-color: #eff6ff; }
.file\:bg-gray-100::file-selector-button { background-color: #f3f4f6; }
.file\:border-0::file-selector-button { border-width: 0; }
.file\:font-medium::file-selector-button { font-weight: 500; }
.file\:font-semibold::file-selector-button { font-weight: 600; }
.file\:mr-4::file-selector-button { margin-right: 1rem; }
.file\:px-4::file-selector-button { padding-left: 1rem; padding-right: 1rem; }
.file\:px-5::file-selector-button { padding-left: 1.25rem; padding-right: 1.25rem; }
.file\:py-2::file-selector-button { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.file\:py-3::file-selector-button { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.file\:rounded::file-selector-button { border-radius: 0.25rem; }
.file\:rounded-md::file-selector-button { border-radius: 0.375rem; }
.file\:rounded-xl::file-selector-button { border-radius: 0.75rem; }
.file\:text-base::file-selector-button { font-size: 1rem; line-height: 1.5rem; }
.file\:text-blue-700::file-selector-button { color: #1d4ed8; }
.file\:text-gray-900::file-selector-button { color: #111827; }
.file\:text-sm::file-selector-button { font-size: 0.875rem; line-height: 1.25rem; }
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:hidden { display: none; }
  .sm\:inline-block { display: inline-block; }
  .sm\:flex { display: flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:text-sm { font-size: 0.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\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .sm\:rounded-md { border-radius: 0.375rem; }
  .sm\:rounded-lg { border-radius: 0.5rem; }
  .sm\:rounded-2xl { border-radius: 1rem; }
  .sm\:-mx-6 { margin-left: -1.5rem; margin-right: -1.5rem; }
}
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:grid { display: grid; }
  .md\:ml-12 { margin-left: 3rem; }
  .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\:flex-row { flex-direction: row; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:ml-12 { margin-left: 3rem; }
  .md\:flex { display: flex; }
  .md\:space-x-8 > * + * { margin-left: 2rem; }
}
@media (min-width: 1024px) {
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
}

.prose { color: #374151; max-width: 65ch; }
.prose p { margin-bottom: 1.25em; }
.prose h1, .prose h2, .prose h3, .prose h4 { font-weight: 700; margin-top: 2em; margin-bottom: 0.75em; }
.prose h1 { font-size: 2.25rem; }
.prose h2 { font-size: 1.5rem; }
.prose h3 { font-size: 1.25rem; }
.prose h4 { font-size: 1rem; }
.prose a { color: #2563eb; text-decoration: underline; }
.prose a:hover { color: #1d4ed8; }
.prose ul { list-style-type: disc; padding-left: 1.625em; margin-top: 1.25em; margin-bottom: 1.25em; }
.prose ol { list-style-type: decimal; padding-left: 1.625em; margin-top: 1.25em; margin-bottom: 1.25em; }
.prose li { margin-top: 0.5em; margin-bottom: 0.5em; }
.prose blockquote { border-left: 4px solid #e5e7eb; padding-left: 1rem; font-style: italic; color: #6b7280; margin: 1.5em 0; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.875em; background: #f3f4f6; padding: 0.125rem 0.25rem; border-radius: 0.25rem; }
.prose pre { background: #1f2937; color: #f9fafb; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; margin: 1.5em 0; }
.prose pre code { background: none; padding: 0; }
.prose img { max-width: 100%; height: auto; border-radius: 0.75rem; margin: 2rem 0; }
.prose strong { font-weight: 700; }
.prose em { font-style: italic; }
