feat: chat + optmz control panel

This commit is contained in:
thanhnv
2026-07-10 16:26:30 +09:00
parent d882a9dc23
commit 7cea023dce
28 changed files with 1702 additions and 402 deletions
@@ -1,3 +1,29 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #162033;
background: #edf1f6;
font-synthesis: none;
}
html, body, #root { min-height: 100%; }
body {
margin: 0;
background:
radial-gradient(circle at 72% -10%, rgba(90, 130, 255, 0.13), transparent 30rem),
#edf1f6;
}
* { box-sizing: border-box; }
button, input, select, textarea { font: inherit; }
::selection { background: #c8d7ff; color: #14234b; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #c8d0dd; border: 3px solid transparent; border-radius: 999px; background-clip: padding-box; }
::-webkit-scrollbar-track { background: transparent; }