import SwiftUI // Calm 2.0: plain system grouped background — depth comes from content // hierarchy, not decoration (the old gradient + overflowing shapes also // intercepted touches on sibling views; see 1.4.2 build 50). struct AppBackground: View { var body: some View { Color(.systemGroupedBackground) .ignoresSafeArea() .allowsHitTesting(false) } }