@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{--color-bg: #fBF6EE;--color-surface: #ffffff;--color-surface-2: #f3ede4;--color-text: #4a3f3a;--color-text-muted: #9a8f8a;--color-border: #e8dfd4;--color-baby-a: #ff8a7a;--color-baby-b: #5fc9c0;--color-mint: #a8e0c8;--color-peach: #ffd3b6;--color-lavender: #c5d5e8;--font-family: "Nunito", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 9999px;--touch-target: 44px;--touch-action: 64px;--bottom-nav-h: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px)}@media(prefers-color-scheme:dark){:root{--color-bg: #1a1614;--color-surface: #241f1c;--color-surface-2: #2e2926;--color-text: #f0eae0;--color-text-muted: #9a8f8a;--color-border: #3a3330;--color-lavender: #2a3a4a}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family);font-size:16px;-webkit-font-smoothing:antialiased;overflow:hidden}#root{max-width:430px;margin:0 auto;height:100dvh;display:flex;flex-direction:column;position:relative;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button{font-family:var(--font-family);cursor:pointer;border:none;background:none}
