@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9CA3AF}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:768px){.left-sidebar{position:fixed!important;top:56px!important;left:0;height:calc(100vh - 56px)!important;height:calc(100dvh - 56px)!important;width:260px!important;max-width:82vw;transform:translateX(-100%);transition:transform .25s ease;z-index:60;box-shadow:4px 0 16px rgba(0,0,0,.15)}.left-sidebar.open{transform:translateX(0)}.sidebar-backdrop{display:block!important}.left-sidebar.collapsed{width:260px!important}.sidebar-collapse-btn,.sidebar-reopen{display:none!important}.main-content{height:calc(100vh - 56px)!important;height:calc(100dvh - 56px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.header-org-name,.header-trial-badge{display:none!important}header{padding-left:12px!important;padding-right:12px!important;gap:8px!important}.main-content>div{padding-left:16px!important;padding-right:16px!important}.main-content [style*="repeat("]:not([style*=auto-fill]):not([style*=auto-fit]){grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-stack-mobile{grid-template-columns:1fr!important}.main-content [style*="justify-content: space-between"],.main-content [style*="justify-content:space-between"]{flex-wrap:wrap}.main-content table{width:100%!important;table-layout:fixed}.main-content td,.main-content th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content input,.main-content select,.main-content textarea{font-size:16px!important}.fluxa-fab{bottom:calc(16px + env(safe-area-inset-bottom))!important;right:16px!important;width:48px!important;height:48px!important}}@media (max-width:480px){.main-content>div{padding-top:16px!important;padding-bottom:16px!important}.main-content [style*="repeat("]:not([style*=auto-fill]):not([style*=auto-fit]){grid-template-columns:1fr!important}.main-content h1{font-size:20px!important;line-height:1.25!important}.main-content h2{font-size:16px!important}}html.dark{background-color:#0b0e14}html.dark,html.dark [data-no-invert],html.dark img,html.dark video{filter:invert(1) hue-rotate(180deg)}html.dark ::-webkit-scrollbar-thumb{background:#4B5563}