:root{color-scheme:light;}
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 0,'opsz' 24;}
.no-scrollbar::-webkit-scrollbar{display:none;}
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none;}
/* Match Stitch card look on mobile */
.sm-card{border-radius:1rem; box-shadow:0 2px 0 0 rgba(0,0,0,0.08); border:1px solid rgba(148,163,184,0.35); background:#fff;}

/* Fixed bottom nav spacer (prevents overlap on tour/detail and other long pages) */
.pb-nav{padding-bottom:calc(6.25rem + env(safe-area-inset-bottom));}
