@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #15914F;--color-dark-gray: #4F4C50;--color-dark-green: #21362C;--color-slate-gray: #657585;--color-lime-green: #A1CE57;--color-gold: #C6B87D;--color-warm-gray: #C2B39C;--color-light-gray: #D1D3D4;font-family:Inter,Avenir Next,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}[data-theme=dark]{color-scheme:dark;color:#fff;background-color:var(--color-dark-green)}[data-theme=light]{color-scheme:light;color:var(--color-dark-gray);background-color:#f5f7f6}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=light] ::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#0000004d}.ant-layout,.ant-layout-sider,.ant-layout-header,.ant-layout-content,.ant-card,.ant-menu,.ant-btn{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.ant-layout{background:transparent}.ant-card.ant-card-hoverable:hover{transform:translateY(-2px);transition:transform .2s ease,box-shadow .2s ease}.ant-row{display:flex;flex-wrap:wrap}.ant-row>.ant-col{display:flex;flex-direction:column}.ant-row>.ant-col>.ant-card{flex:1;display:flex;flex-direction:column}.ant-row>.ant-col>.ant-card>.ant-card-body{flex:1;display:flex;flex-direction:column}
