/* Safari/iOS backdrop-blur fix - literal px values only, no var(), and kept
   as its own unbundled stylesheet since the build step re-introduces var()
   and breaks it again. If the blur radius changes, update the px values
   below to match. */
.backdrop-blur-md{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(var(--blur-md))}
.backdrop-blur-sm{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(var(--blur-sm))}
