@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--biat-blue: #00447C;--biat-blue-light: #0066B3;--biat-blue-dark: #002E54;--biat-orange: #E8A628;--biat-orange-light: #F5C563;--biat-orange-dark: #C48B1A;--biat-white: #FFFFFF;--biat-gray-50: #F8FAFC;--biat-gray-100: #F1F5F9;--biat-gray-200: #E2E8F0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--biat-gray-50)}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--biat-gray-100)}::-webkit-scrollbar-thumb{background:var(--biat-gray-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--biat-blue)}.ant-card{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;transition:box-shadow .2s ease}.ant-card:hover{box-shadow:0 4px 12px #00447c14}.ant-statistic-title{font-weight:500}.ant-table-thead>tr>th{background:var(--biat-gray-50)!important;font-weight:600}.ant-tag{border-radius:6px;font-weight:500}
