@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{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:#f8fffe;color:#2d3748}#root{min-height:100vh}.ant-layout-sider-children{display:flex;flex-direction:column}.ant-menu-inline .ant-menu-item{margin-bottom:2px!important}.ant-card{transition:box-shadow .2s ease}.ant-card:hover{box-shadow:0 4px 16px #529e781a}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f8f4}::-webkit-scrollbar-thumb{background:#a3c9b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#529e78}.page-container{animation:fadeIn .25s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:28px;border-radius:14px;font-weight:600;font-size:13px;padding:0 10px}
