:root{--bg: #FAFAF8;--text: #1A1A18;--textMuted: #A3A39E;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--serif: "Instrument Serif", Georgia, serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin:0}#root{min-height:100vh}button{font-family:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gentlePulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes savvy-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
