/* Start custom CSS *//* Page background + smooth anchor scrolling (page-level, not tied to any element id) */
body{background:var(--surface-base);min-height:100vh;}
html{scroll-behavior:smooth;scroll-padding-top:78px;}/* End custom CSS */