@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}body{color:#1a1a18;-webkit-font-smoothing:antialiased;background:#f5f5f5;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}#root{width:100%;min-height:100vh}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #2e7d321f;border-color:#2e7d32!important}button:hover:not(:disabled){opacity:.9}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed!important}table{border-collapse:collapse;width:100%}th{white-space:nowrap}@media (width<=768px){nav.sidebar{transform:translate(-240px)!important}nav.sidebar.open{transform:translate(0)!important}.main-wrapper{margin-left:0!important}.hamburger{display:flex!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:.2s fadeIn}
