- Single or multiple shadows?
- Multiple — layer up to 10 shadows for complex effects (neon glow, multi-directional lighting, double-border simulation). Order matters — later shadows render on top.
- What's the `inset` keyword?
- Makes the shadow appear inside the element instead of around it. Combine with outer shadows for pressed-in-a-box effects or soft UI.
- How does spread differ from blur?
- Blur softens edges. Spread grows (+) or shrinks (-) the shadow's size. Use spread to create visible borders without affecting the element's layout.
- Does it generate accessible defaults?
- Subtle ones — contrast-conscious, no overly-dark shadows that fail AA contrast for nearby text. Always preview with actual content to verify readability.