@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #f97316;--accent-hover: #ea6c0a;--accent-subtle: rgba(249,115,22,.12);--bg: #f8f7f4;--bg-card: #ffffff;--bg-input: #ffffff;--bg-header: #ffffff;--border: #e4e2dd;--border-strong: #c9c6be;--text-primary: #1a1917;--text-secondary: #6b6860;--text-muted: #9d9b95;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12);--stock-ok: #16a34a;--stock-low: #dc2626;--stock-zero: #9d9b95;--radius: 10px;--radius-sm: 6px}[data-theme=dark]{--bg: #111110;--bg-card: #1c1b1a;--bg-input: #242322;--bg-header: #161514;--border: #2e2d2b;--border-strong: #3d3c39;--text-primary: #f0ede8;--text-secondary: #a8a49d;--text-muted: #6b6860;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 12px 40px rgba(0,0,0,.5)}html{font-size:16px}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text-primary);min-height:100vh;transition:background .2s,color .2s;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}
