@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bt-blue: #004D93;--bt-blue-dark: #002D5A;--bt-blue-light: #2F6FBF;--bt-blue-pale: #D6E3F3;--bt-gray: #6B6B6B;--bt-gray-light: #F2F2F2;--bt-white: #FFFFFF;--bt-gray-50: #F8FAFC;--bt-gray-100: #F1F5F9;--bt-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(--bt-gray-50)}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bt-gray-100)}::-webkit-scrollbar-thumb{background:var(--bt-gray-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bt-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 #004d9314}.ant-statistic-title{font-weight:500}.ant-table-thead>tr>th{background:var(--bt-gray-50)!important;font-weight:600}.ant-tag{border-radius:6px;font-weight:500}
