@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:255,255,255;--background-start-rgb:15,23,42;--background-end-rgb:0,0,0}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,rgb(var(--background-start-rgb)),rgb(var(--background-end-rgb)));min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}.markdown a,.markdown blockquote,.markdown code,.markdown h1,.markdown h2,.markdown h3,.markdown hr,.markdown ol,.markdown p,.markdown pre,.markdown pre code,.markdown table,.markdown td,.markdown th,.markdown ul{@apply border border-gray-700 px-4 py-2}