/*
 * Metameat Co Tailwind-lite runtime.
 * This is not the Tailwind compiler. It gives the plugin a small local utility layer
 * and stable hooks so admins can paste compiled Tailwind/CSS in WP Admin > Metameat.
 */
.mmco-tailwind-template .tw-relative{position:relative}.mmco-tailwind-template .tw-absolute{position:absolute}.mmco-tailwind-template .tw-inset-0{inset:0}.mmco-tailwind-template .tw-z-10{z-index:10}.mmco-tailwind-template .tw-flex{display:flex}.mmco-tailwind-template .tw-grid{display:grid}.mmco-tailwind-template .tw-hidden{display:none}.mmco-tailwind-template .tw-items-center{align-items:center}.mmco-tailwind-template .tw-justify-between{justify-content:space-between}.mmco-tailwind-template .tw-justify-center{justify-content:center}.mmco-tailwind-template .tw-gap-2{gap:.5rem}.mmco-tailwind-template .tw-gap-4{gap:1rem}.mmco-tailwind-template .tw-gap-6{gap:1.5rem}.mmco-tailwind-template .tw-gap-8{gap:2rem}.mmco-tailwind-template .tw-gap-12{gap:3rem}.mmco-tailwind-template .tw-mx-auto{margin-left:auto;margin-right:auto}.mmco-tailwind-template .tw-mt-4{margin-top:1rem}.mmco-tailwind-template .tw-mt-6{margin-top:1.5rem}.mmco-tailwind-template .tw-mt-8{margin-top:2rem}.mmco-tailwind-template .tw-mb-4{margin-bottom:1rem}.mmco-tailwind-template .tw-mb-8{margin-bottom:2rem}.mmco-tailwind-template .tw-w-full{width:100%}.mmco-tailwind-template .tw-h-full{height:100%}.mmco-tailwind-template .tw-min-h-screen{min-height:100vh}.mmco-tailwind-template .tw-max-w-3xl{max-width:48rem}.mmco-tailwind-template .tw-max-w-5xl{max-width:64rem}.mmco-tailwind-template .tw-max-w-7xl{max-width:80rem}.mmco-tailwind-template .tw-overflow-hidden{overflow:hidden}.mmco-tailwind-template .tw-rounded{border-radius:.25rem}.mmco-tailwind-template .tw-rounded-xl{border-radius:.75rem}.mmco-tailwind-template .tw-rounded-2xl{border-radius:1rem}.mmco-tailwind-template .tw-rounded-3xl{border-radius:1.5rem}.mmco-tailwind-template .tw-rounded-full{border-radius:9999px}.mmco-tailwind-template .tw-border{border:1px solid rgba(15,23,42,.12)}.mmco-tailwind-template .tw-bg-paper{background:var(--mmco-paper)}.mmco-tailwind-template .tw-bg-ink{background:var(--mmco-ink)}.mmco-tailwind-template .tw-bg-primary{background:var(--mmco-primary)}.mmco-tailwind-template .tw-bg-accent{background:var(--mmco-accent)}.mmco-tailwind-template .tw-text-paper{color:var(--mmco-paper)}.mmco-tailwind-template .tw-text-ink{color:var(--mmco-ink)}.mmco-tailwind-template .tw-text-muted{color:var(--mmco-muted)}.mmco-tailwind-template .tw-text-primary{color:var(--mmco-primary)}.mmco-tailwind-template .tw-p-4{padding:1rem}.mmco-tailwind-template .tw-p-6{padding:1.5rem}.mmco-tailwind-template .tw-p-8{padding:2rem}.mmco-tailwind-template .tw-p-10{padding:2.5rem}.mmco-tailwind-template .tw-px-4{padding-left:1rem;padding-right:1rem}.mmco-tailwind-template .tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.mmco-tailwind-template .tw-px-8{padding-left:2rem;padding-right:2rem}.mmco-tailwind-template .tw-py-3{padding-top:.75rem;padding-bottom:.75rem}.mmco-tailwind-template .tw-py-4{padding-top:1rem;padding-bottom:1rem}.mmco-tailwind-template .tw-py-8{padding-top:2rem;padding-bottom:2rem}.mmco-tailwind-template .tw-py-12{padding-top:3rem;padding-bottom:3rem}.mmco-tailwind-template .tw-py-16{padding-top:4rem;padding-bottom:4rem}.mmco-tailwind-template .tw-py-24{padding-top:6rem;padding-bottom:6rem}.mmco-tailwind-template .tw-text-center{text-align:center}.mmco-tailwind-template .tw-text-sm{font-size:.875rem;line-height:1.25rem}.mmco-tailwind-template .tw-text-lg{font-size:1.125rem;line-height:1.75rem}.mmco-tailwind-template .tw-text-xl{font-size:1.25rem;line-height:1.75rem}.mmco-tailwind-template .tw-text-2xl{font-size:1.5rem;line-height:2rem}.mmco-tailwind-template .tw-text-4xl{font-size:2.25rem;line-height:2.5rem}.mmco-tailwind-template .tw-font-semibold{font-weight:600}.mmco-tailwind-template .tw-font-bold{font-weight:700}.mmco-tailwind-template .tw-font-black{font-weight:900}.mmco-tailwind-template .tw-uppercase{text-transform:uppercase}.mmco-tailwind-template .tw-tracking-wide{letter-spacing:.025em}.mmco-tailwind-template .tw-shadow{box-shadow:0 10px 30px rgba(15,23,42,.12)}.mmco-tailwind-template .tw-shadow-xl{box-shadow:0 20px 60px rgba(15,23,42,.18)}.mmco-tailwind-template .tw-object-cover{object-fit:cover}.mmco-tailwind-template .tw-aspect-video{aspect-ratio:16/9}.mmco-tailwind-template .tw-aspect-square{aspect-ratio:1/1}
@media (min-width:768px){.mmco-tailwind-template .md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mmco-tailwind-template .md\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mmco-tailwind-template .md\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mmco-tailwind-template .md\:tw-flex{display:flex}.mmco-tailwind-template .md\:tw-text-6xl{font-size:3.75rem;line-height:1}}
