A really interesting look at modern CSS patterns that 37signals use in Campfire, Writebook, and Fizzy. No Tailwind, no build process, and lots of cutting-edge CSS with good browser support — custom properties (variables), native nesting, container queries, the :has() selector, CSS Layers for managing specificity, color-mix() for dynamic color manipulation, and clamp(), min(), max() for responsive sizing without media queries.