/*! tailwindcss v4.0.16 | MIT License | https://tailwindcss.com */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .absolute { position: absolute; } .fixed { position: fixed; } .relative { position: relative; } .col-span-1 { grid-column: span 1 / span 1; } .container { width: 100%; } .mx-auto { margin-inline: auto; } .ml-auto { margin-left: auto; } .block { display: block; } .flex { display: flex; } .grid { display: grid; } .hidden { display: none; } .inline-flex { display: inline-flex; } .min-h-screen { min-height: 100vh; } .w-full { width: 100%; } .grow { flex-grow: 1; } .cursor-pointer { cursor: pointer; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .place-content-evenly { place-content: space-evenly; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .justify-center { justify-content: center; } .rounded-full { border-radius: calc(infinity * 1px); } .border { border-style: var(--tw-border-style); border-width: 1px; } .border-2 { border-style: var(--tw-border-style); border-width: 2px; } .text-center { text-align: center; } .uppercase { text-transform: uppercase; } .no-underline { text-decoration-line: none; } .transition { transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter; transition-timing-function: var(--tw-ease, ease); transition-duration: var(--tw-duration, 0s); } .outline-none { --tw-outline-style: none; outline-style: none; } .peer-checked\:block { &:is(:where(.peer):checked ~ *) { display: block; } } .hover\:no-underline { &:hover { @media (hover: hover) { text-decoration-line: none; } } } .focus\:outline-none { &:focus { --tw-outline-style: none; outline-style: none; } } @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }