@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-from-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000;}@property --un-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%;}@property --un-gradient-position{syntax:"*";inherits:false;}@property --un-gradient-stops{syntax:"*";inherits:false;}@property --un-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000;}@property --un-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%;}@property --un-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000;}@property --un-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%;}@property --un-gradient-via-stops{syntax:"*";inherits:false;}@property --un-blur{syntax:"*";inherits:false;}@property --un-brightness{syntax:"*";inherits:false;}@property --un-contrast{syntax:"*";inherits:false;}@property --un-drop-shadow{syntax:"*";inherits:false;}@property --un-grayscale{syntax:"*";inherits:false;}@property --un-hue-rotate{syntax:"*";inherits:false;}@property --un-invert{syntax:"*";inherits:false;}@property --un-saturate{syntax:"*";inherits:false;}@property --un-sepia{syntax:"*";inherits:false;}}@layer default{.text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading, var(--text-xl-lineHeight));}.text-amber-300{color:color-mix(in srgb, var(--colors-amber-300) var(--un-text-opacity), transparent);}.text-gray-200{color:color-mix(in srgb, var(--colors-gray-200) var(--un-text-opacity), transparent);}.text-gray-300{color:color-mix(in srgb, var(--colors-gray-300) var(--un-text-opacity), transparent);}.group:hover .group-hover\:text-red-600{color:color-mix(in srgb, var(--colors-red-600) var(--un-text-opacity), transparent);}.font-extrabold{--un-font-weight:var(--fontWeight-extrabold);font-weight:var(--fontWeight-extrabold);}.px-10{padding-inline:calc(var(--spacing) * 10);}.px-5{padding-inline:calc(var(--spacing) * 5);}.pb-12{padding-bottom:calc(var(--spacing) * 12);}.border-red-600{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);}.aspect-\[21\/9\]{aspect-ratio:21/9;}.from-black\/80{--un-from-opacity:80%;--un-gradient-from:color-mix(in oklab, var(--colors-black) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}.brightness-75{--un-brightness:brightness(75%);filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,);}@supports (color: color-mix(in lab, red, red)){.text-amber-300{color:color-mix(in oklab, var(--colors-amber-300) var(--un-text-opacity), transparent);}.text-gray-200{color:color-mix(in oklab, var(--colors-gray-200) var(--un-text-opacity), transparent);}.text-gray-300{color:color-mix(in oklab, var(--colors-gray-300) var(--un-text-opacity), transparent);}.group:hover .group-hover\:text-red-600{color:color-mix(in oklab, var(--colors-red-600) var(--un-text-opacity), transparent);}.border-red-600{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);}}@media (min-width: 40rem){.sm\:text-5xl{font-size:var(--text-5xl-fontSize);line-height:var(--un-leading, var(--text-5xl-lineHeight));}}@media (min-width: 64rem){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}}}
}
