@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0fdf4;color:#0f2318;-webkit-font-smoothing:antialiased}input:focus,select:focus,textarea:focus{outline:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.fu{animation:fadeUp .22s ease forwards}.spin{animation:spin .7s linear infinite}.pulse{animation:pulse 1.4s ease infinite}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f0fdf4}::-webkit-scrollbar-thumb{background:#6ee7b7;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#059669}.data-row:hover{background:#ecfdf5!important}.nav-item:hover{background:hsla(0,0%,100%,.07)!important}.table-card:hover{border-color:#6ee7b7!important;box-shadow:0 4px 16px rgba(16,185,129,.12)!important}.table-card{transition:all .18s ease}.side-row:hover{background:#ecfdf5!important}.chip:hover{background:#d1fae5!important}.chip{transition:background .12s}.suggest:hover{background:#ecfdf5!important;border-color:#6ee7b7!important;color:#065f46!important}.suggest{transition:all .12s}.ctx-item:hover{background:#ecfdf5!important}.report-row:hover{background:#f0fdf4!important}.dash-dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important}