:root{--c-shell:#fcf8ef;--c-surface:#fffdf6;--c-surface-2:#f6efd8;--c-line:rgba(126,123,93,0.24);--c-line-soft:rgba(126,123,93,0.14);--c-text:#3e4a31;--c-muted:#697756;--c-muted-strong:#55603f;--c-kicker:#7f7142;--c-link:#607a49;--c-accent:#efd996;--c-accent-2:#c4e5ad;--c-ok:#8dbf7b;--c-err:#c87768;--c-solid:#627d4b;--c-on-image:#f9f3e0;--c-on-image-muted:#e9dfae;--c-accent-text:#4c7f28;--c-ok-text:#4e7e3d;--c-err-text:#b65442;--c-shell-rgb:252 248 239;--c-surface-rgb:255 253 246;--c-surface-2-rgb:246 239 216;--c-line-rgb:126 123 93;--c-line-soft-rgb:126 123 93;--c-text-rgb:62 74 49;--c-muted-rgb:105 119 86;--c-muted-strong-rgb:85 96 63;--c-kicker-rgb:127 113 66;--c-link-rgb:96 122 73;--c-accent-rgb:239 217 150;--c-accent-2-rgb:196 229 173;--c-ok-rgb:141 191 123;--c-err-rgb:200 119 104;--c-solid-rgb:98 125 75;--c-on-image-rgb:249 243 224;--c-on-image-muted-rgb:233 223 174;--c-accent-text-rgb:76 127 40;--c-ok-text-rgb:78 126 61;--c-err-text-rgb:182 84 66;--shadow-card:0 1px 2px rgba(62,74,49,0.04);--shadow-raised:0 10px 24px rgba(188,170,108,0.2);--shadow-overlay:0 24px 60px rgba(32,40,22,0.28);--shadow-toast:0 8px 32px rgba(32,40,22,0.28);--motion-fast:150ms;--motion-base:200ms;--motion-slow:300ms;--motion-ease:cubic-bezier(0.2,0,0.2,1);--bg:var(--c-shell);--surface:var(--c-surface);--surface-2:var(--c-surface-2);--line:var(--c-line);--line-soft:var(--c-line-soft);--text:var(--c-text);--muted:var(--c-muted);--accent:var(--c-accent);--accent-2:var(--c-accent-2);--ok:var(--c-ok);--err:var(--c-err)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pop-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}