:root{--green-900: #2d4a35;--green-700: #3d6b4a;--green-600: #4a7c59;--green-500: #5a9a6a;--green-400: #7ab88a;--green-200: #c4dfc9;--green-100: #e8f2ea;--green-50: #f2f8f3;--purple-700: #5b3a6e;--purple-500: #7e57a0;--purple-400: #9b7ab8;--purple-200: #d1c0e0;--purple-100: #efe6f5;--orange-600: #c67a3a;--orange-500: #d4944f;--orange-400: #e0ad6e;--orange-200: #f0d4a8;--orange-100: #faf0e0;--grey-900: #1a1a1a;--grey-700: #444;--grey-500: #777;--grey-400: #999;--grey-300: #bbb;--grey-200: #ddd;--grey-100: #eee;--grey-50: #f5f5f5;--bg: #f8f6f3;--bg-card: #ffffff;--text: #1a1a1a;--text-muted: #666;--text-light: #999;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--font-heading: "Space Grotesk", sans-serif;--font-body: "DM Sans", sans-serif;--nav-height: 64px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.35rem;line-height:1.3}h3{font-size:1.1rem;line-height:1.4}a{color:var(--green-600);text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;font-size:inherit}input,textarea,select{font-family:var(--font-body);font-size:1rem}.card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.big-number{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;line-height:1;color:var(--green-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.btn-primary{background:var(--green-600);color:#fff}.btn-primary:hover{background:var(--green-700)}.btn-primary:active{transform:scale(.97)}.btn-secondary{background:var(--grey-100);color:var(--grey-700)}.btn-secondary:hover{background:var(--grey-200)}.btn-small{padding:.4rem .8rem;font-size:.85rem;border-radius:var(--radius-sm)}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:var(--radius-xl);font-size:.85rem;font-weight:500;background:var(--green-100);color:var(--green-700)}.chip-herb{background:var(--purple-100);color:var(--purple-700);font-size:.8rem}.chip-removable{cursor:pointer}.chip-removable:after{content:"×";margin-left:.2rem;font-size:1.1em;opacity:.6}.chip-removable:hover:after{opacity:1}.input-field{width:100%;padding:.75rem 1rem;border:2px solid var(--grey-200);border-radius:var(--radius-md);background:#fff;font-size:1rem;transition:border-color .15s}.input-field:focus{outline:none;border-color:var(--green-500)}.input-field::placeholder{color:var(--grey-400)}.page{max-width:600px;margin:0 auto;padding:1rem 1rem calc(var(--nav-height) + 1.5rem)}.page-header{margin-bottom:1.25rem}.section-gap{margin-top:1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.feedback-toggle.svelte-1inupod{position:fixed;bottom:calc(var(--nav-height) + 12px);right:12px;width:44px;height:44px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:50;cursor:pointer;-webkit-tap-highlight-color:transparent}.feedback-panel.svelte-1inupod{position:fixed;bottom:calc(var(--nav-height) + 12px);right:12px;width:calc(100% - 24px);max-width:350px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.75rem;z-index:50}.feedback-header.svelte-1inupod{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.feedback-close.svelte-1inupod{font-size:1.3rem;color:var(--grey-400);cursor:pointer;padding:.25rem}.feedback-thanks.svelte-1inupod{color:var(--green-600);text-align:center;padding:1rem 0}.bottom-nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;height:var(--nav-height);background:#fff;border-top:1px solid var(--grey-200);display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);z-index:100}.nav-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .5rem;color:var(--grey-400);text-decoration:none;font-size:.7rem;font-weight:500;transition:color .15s;-webkit-tap-highlight-color:transparent}.nav-item.active.svelte-12qhfyh{color:var(--green-600)}.nav-icon.svelte-12qhfyh{font-size:1.4rem;line-height:1}.nav-label.svelte-12qhfyh{font-family:var(--font-body)}
