:root{--bg:#f5f5f4;--surface:#fff;--surface-hover:#ececea;--border:#e2e2df;--text:#1c1c1a;--text-muted:#6b6b66;--accent:#27272a;--accent-text:#fff;--accent-secondary:#6b6b66;--danger:#b3261e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f5f4;--surface:#fff;--surface-hover:#ececea;--border:#e2e2df;--text:#1c1c1a;--text-muted:#6b6b66;--accent:#27272a;--accent-text:#fff;--accent-secondary:#6b6b66;--danger:#b3261e}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#17171a;--surface:#202024;--surface-hover:#2a2a2f;--border:#33333a;--text:#f2f2f0;--text-muted:#9a9a96;--accent:#e4e4e2;--accent-text:#17171a;--accent-secondary:#9a9a96;--danger:#f2867e}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0}button,input{font-family:inherit}input,textarea,select{font-size:16px!important}button:not(:disabled),[role=button]:not(:disabled),select,summary{cursor:pointer}@keyframes cart-fab-bump{0%{transform:scale(1)rotate(0)}30%{transform:scale(1.12)rotate(-3deg)}55%{transform:scale(.96)rotate(3deg)}75%{transform:scale(1.05)rotate(-1.5deg)}to{transform:scale(1)rotate(0)}}.cart-fab-bump{animation:.5s cart-fab-bump}
