@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;background-color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}#root{min-height:100vh}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-skel{0%,to{opacity:1}50%{opacity:.45}}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes badge-pop{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.page-enter{animation:page-enter .2s ease-out both}tbody tr{transition:background-color .12s ease}tbody tr:hover{background-color:#f8fafc}input:focus,select:focus,textarea:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f!important;transition:border-color .15s,box-shadow .15s}button{transition:opacity .12s ease,transform .1s ease,box-shadow .12s ease}button:active:not(:disabled){transform:scale(.97)}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:999px}::-webkit-scrollbar-track{background-color:transparent}.login-shimmer{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 50%,transparent 100%);background-size:400px 100%;animation:shimmer 3s infinite}.notif-badge{animation:badge-pop .3s ease-out both}@media (max-width: 767px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-content{padding:16px!important}.modal-mobile{border-radius:16px 16px 0 0!important;max-height:92vh!important;margin:auto 0 0!important;width:100%!important;max-width:100%!important}.sidebar-overlay{position:fixed!important;left:0;top:0;bottom:0;z-index:1000;transition:transform .22s ease!important}.sidebar-overlay.closed{transform:translate(-100%)!important}.sidebar-overlay.open{transform:translate(0)!important}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:999;animation:fadeIn .15s ease}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-slide-up{animation:slideUp .22s ease-out both}
