@layer entry {
@layer properties, default;@layer properties{@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-ring-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}}@layer default{.text-gray-400{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent);}.mb-4{margin-bottom:calc(var(--spacing) * 4);}.py-8{padding-block:calc(var(--spacing) * 8);}.focus\:border-red-600:focus{border-color:color-mix(in srgb, var(--colors-red-600) var(--un-border-opacity), transparent);}.bg-red-600{background-color:color-mix(in srgb, var(--colors-red-600) var(--un-bg-opacity), transparent);}.hover\:bg-red-700:hover{background-color:color-mix(in srgb, var(--colors-red-700) var(--un-bg-opacity), transparent);}.max-w-4xl{max-width:var(--container-4xl);}.focus\:ring-red-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-red-500) var(--un-ring-opacity), transparent);}@supports (color: color-mix(in lab, red, red)){.text-gray-400{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent);}.focus\:border-red-600:focus{border-color:color-mix(in oklab, var(--colors-red-600) var(--un-border-opacity), transparent);}.bg-red-600{background-color:color-mix(in oklab, var(--colors-red-600) var(--un-bg-opacity), transparent);}.hover\:bg-red-700:hover{background-color:color-mix(in oklab, var(--colors-red-700) var(--un-bg-opacity), transparent);}.focus\:ring-red-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-red-500) var(--un-ring-opacity), transparent);}}@media (min-width: 40rem){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}}}
}
