  @layer base, base, base;
/* layer: properties, alias: base */
@layer base{
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-bg-opacity:100%;}}
}
/* layer: theme, alias: base */
@layer base{
:root, :host { --spacing: 0.25rem; --colors-black: #000; }
}