.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:var(--pj-bottom-nav-height);display:flex;background:var(--pj-surface);border-top:1px solid var(--pj-border);padding-bottom:env(safe-area-inset-bottom,0);z-index:10}.bottom-nav-link{flex:1;display:flex;align-items:center;justify-content:center;font-family:var(--pj-font-display);font-weight:600;font-size:13px;color:var(--pj-text-muted);text-decoration:none}.bottom-nav-link.is-active{color:var(--pj-honey-dark)}@media (min-width: 900px){.bottom-nav{position:static;height:auto;flex-direction:column;width:200px;padding:var(--pj-space-6) var(--pj-space-3);border-top:none;border-right:1px solid var(--pj-border);gap:var(--pj-space-2)}.bottom-nav-link{justify-content:flex-start;padding:var(--pj-space-3) var(--pj-space-4);border-radius:var(--pj-radius-md);font-size:15px}.bottom-nav-link.is-active{background:var(--pj-bg)}}:root{--pj-ink: #22303c;--pj-ink-soft: #48576a;--pj-paper: #fbf5e6;--pj-card-bg: #fffef9;--pj-honey: #e3a93b;--pj-honey-dark: #c4881f;--pj-sage: #6b9080;--pj-sage-dark: #4f6b5d;--pj-plum: #8b4b5c;--pj-border: #e4dcc8;--pj-muted: #8a8069;--pj-bg: var(--pj-paper);--pj-surface: var(--pj-card-bg);--pj-text: var(--pj-ink);--pj-text-soft: var(--pj-ink-soft);--pj-text-muted: var(--pj-muted);--pj-border-color: var(--pj-border);--pj-focus-ring: #255266;--pj-earn: var(--pj-sage);--pj-earn-contrast: #ffffff;--pj-remove: var(--pj-plum);--pj-remove-contrast: #ffffff;--pj-reward: var(--pj-honey);--pj-reward-contrast: var(--pj-ink);--pj-primary: var(--pj-sage);--pj-primary-contrast: #ffffff;--pj-danger: var(--pj-plum);--pj-success: var(--pj-sage-dark);--pj-child-terracotta: #c4694a;--pj-child-sage-light: #93a47f;--pj-child-sage-dark: #6e8060;--pj-child-ocean-light: #4a88a6;--pj-child-ocean-dark: #255266;--pj-child-bloom-mid: #b32b63;--pj-font-display: "Baloo 2", "Quicksand", sans-serif;--pj-font-body: "Nunito Sans", -apple-system, sans-serif;--pj-space-1: 4px;--pj-space-2: 8px;--pj-space-3: 12px;--pj-space-4: 16px;--pj-space-5: 24px;--pj-space-6: 32px;--pj-space-7: 48px;--pj-radius-sm: 10px;--pj-radius-md: 16px;--pj-radius-lg: 24px;--pj-radius-pill: 999px;--pj-bottom-nav-height: 64px;--pj-max-content-width: 480px;--pj-max-desktop-width: 1080px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--pj-bg);color:var(--pj-text);font-family:var(--pj-font-body);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--pj-font-display);font-weight:700;margin:0 0 var(--pj-space-2);color:var(--pj-text)}a{color:var(--pj-focus-ring)}button{font-family:inherit}:focus-visible{outline:3px solid var(--pj-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.app-shell{display:flex;min-height:100%}.app-content{flex:1;width:100%;max-width:var(--pj-max-content-width);margin:0 auto;padding:var(--pj-space-5) var(--pj-space-4) calc(var(--pj-bottom-nav-height) + var(--pj-space-5));min-height:100%}@media (min-width: 900px){.app-content{max-width:640px;padding:var(--pj-space-7) var(--pj-space-6)}}
