@tailwind base; @tailwind components; @tailwind utilities; html, body, #root { height: 100%; margin: 0; } body { background:#0b0d10; color:#e6e8ea; font-family: system-ui,-apple-system,'Segoe UI',sans-serif; } /* Hand-drawn minimalist marks (no AI icons) */ .mark-dot { display:inline-block; width:8px; height:8px; border-radius:50%; } .mark-bar { display:inline-block; width:14px; height:2px; background:currentColor; }