@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif}body{@apply bg-[#f8f9fa] text-[#202124] antialiased;font-family:var(--font-sans)}@layer components{.btn-primary{@apply bg-[#1a73e8] hover:bg-[#1557b0] text-white font-medium py-2 px-6 rounded shadow-sm transition-all flex items-center justify-center gap-2;}.input-field{@apply w-full bg-white border border-[#dadce0] rounded text-[#3c4043] px-3 py-2 focus:outline-none focus:border-[#1a73e8] focus:ring-1 focus:ring-[#1a73e8] transition-all placeholder-[#9aa0a6];}.glass-panel{@apply bg-white border border-[#dadce0] rounded-lg shadow-sm;}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bdc1c6}
