/* App Layout - loads after legacy style.css to override */
#map{position:fixed; inset:0; height:100dvh;} /* better on mobile address bars */
.app-shell{max-width:1240px;margin:0 auto;padding:0 var(--space-4)}

/* CSS sanity check - harmless marker for cache debugging */
body::after{content:'';position:fixed;inset:auto 0 0 auto;width:0;height:0;pointer-events:none}

