:root{--bg-color: #FAF9F6;--text-color: #1C1C1C}@media(prefers-color-scheme:dark){:root{--bg-color: #1C1C1C;--text-color: #FAF9F6}}@keyframes goalProgressFlow{0%{background-position:100% 50%}to{background-position:0% 50%}}html{-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh;max-width:100vw;overflow-x:hidden;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}#root{max-width:100%;min-width:0}@media(max-width:768px){input,select,textarea{font-size:16px!important}}
