@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--bg:#fff;--fg:#000;--fg-muted:#999;--border:#e5e5e5;--radius:12px;--grid-gap:6px;--nav-height:56px}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;background:var(--bg);color:var(--fg)}a{color:inherit;text-decoration:none}*{box-sizing:border-box;padding:0;margin:0}