GlassPanel
Subtle glass-style container for content zones that need to sit above the ambient star field without visual clutter behind the text.
Fill is a low-alpha tint (typically LightBarely) so stars are still partially visible — the card "lifts" the content area without hiding the brand texture. A 1dp hairline border in LightFaint defines the edge.
Not a true Gaussian blur. Real backdrop blur (Modifier.blur / API 31+) is a future upgrade if the tint + border treatment isn't enough.
Parameters
the fill color — pass a low-alpha value (e.g., palette LightBarely token). Opaque values will fully hide stars behind.
hairline color — pass palette LightFaint or pass Color.Transparent to suppress the border.
default radius-md (12dp) per the Dusk shapes rule "most components use radius-md". Matches BackupBanner / AddressChip / NetworkBadge radii so stacked cards feel consistent.
inner padding. Defaults to space-16.