@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light;--novax-bg:#f8fafc;--novax-surface:#fff;--novax-text:#0f172a;--novax-muted:#64748b;--novax-border:#e2e8f0;--novax-primary:#14b8a6;--novax-primary-dark:#0f9f91;--novax-secondary:#f97316}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--novax-bg);color:var(--novax-text)}body{min-height:100vh}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}