:root{--color-bg:#fbf4ea;--color-primary-dark:#3a2e22;--color-card:#fff;--color-border:#ede2d3;--color-muted:#8a7a68;--color-positive:#4c8c5b;--color-negative:#c1543d;--color-accent:#c68a2e;--color-highlight-bg:#fbeed9;--color-vehicle:#3e6b8a;--color-meatshop:#a8452e;--color-stock-tile:#8a5a3b;--color-cash-in:#2e7d6b;--color-cash-in-bg:#e2f1ec;--color-cash-in-muted:#5a9c8a;--color-cash-out-bg:#fbe4e1;--color-cash-out-muted:#c98a80;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-bold:700;--font-weight-heavy:800;--font-size-label:12px;--font-size-body:14px;--font-size-title:20px;--font-size-stat:26px;--font-size-stat-lg:36px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-full:50%;--shadow-card:0 2px 10px #3a2e220f;--shadow-button:0 2px 6px #3a2e2214;--shadow-popover:0 4px 16px #3a2e222e}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-primary-dark);font-family:var(--font-family);font-size:var(--font-size-body);-webkit-font-smoothing:antialiased;margin:0}button,input{font-family:inherit}#root{background:var(--color-bg);max-width:480px;min-height:100vh;margin:0 auto}a{color:inherit}@media (prefers-reduced-motion:no-preference){#root>*{animation:.18s ease-out screen-fade-in}}@keyframes screen-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}button,[role=button],.tap-target{transition:transform .1s,opacity .1s}@media (hover:hover){button:not(:disabled):hover,[role=button]:hover,.tap-target:hover{opacity:.92}}button:not(:disabled):active,[role=button]:active,.tap-target:active{transform:scale(.97)}
