@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#f59e0b;--bg:#09090b;--surface:#18181b;--border:#27272a;--muted:#71717a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.text-gold{color:var(--gold)}.border-gold{border-color:var(--gold)}.bg-gold{background-color:var(--gold)}@keyframes gauge-fill{0%{stroke-dashoffset:283px}to{stroke-dashoffset:var(--target-offset)}}.gauge-arc{animation:1s ease-out forwards gauge-fill}
