@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#f8f9fa;--foreground:#111827;--primary:#1e3a5f;--primary-dark:#1a365d;--primary-light:#2c4a6e;--font-primary:"Quicksand",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{color:var(--foreground);background:var(--background)}body,button,input,select,textarea{font-family:var(--font-primary)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.cerebral-sidebar ::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.cerebral-sidebar ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)}.cerebral-sidebar ::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}@keyframes confidence-fill{0%{width:0}}.confidence-bar{animation:confidence-fill .5s ease-out}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}