:root{--font-sans: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Poppins", system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--background: #f5f5f7;--foreground: #1d1d1f;--card: #ffffff;--muted-foreground: #6e6e73;--accent: #ececf0;--border: #d2d2d7;--primary: #1d1d1f;--primary-foreground: #ffffff;--ring: #0071e3;--stock-green: #34c759;--low-amber: #ff9500;--destructive: #ff3b30;--radius: .75rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em}.spinner{display:inline-block;width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--foreground);border-radius:50%;animation:spin .7s linear infinite;margin-bottom:8px}@keyframes spin{to{transform:rotate(360deg)}}input:focus,select:focus,textarea:focus{outline:2px solid var(--ring);outline-offset:1px}a{color:inherit}
