@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;850&family=Nunito:wght@400;500;600;700;800&display=swap";:root{font-family:var(--theme-font-family, "Nunito", system-ui, sans-serif);color:var(--theme-text-primary, #202020);background:var(--theme-bg-page, #f5f5f5);--type-page-title: 28px;--type-section-title: 18px;--type-card-title: 15px;--type-body: 14px;--type-small: 13px;--type-caption: 12px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:var(--theme-bg-page);font-family:var(--theme-font-family, "Nunito", system-ui, sans-serif);font-size:var(--type-body);letter-spacing:0}h1,h2,h3,h4,h5,h6{font-family:var(--theme-heading-family, "Nunito", system-ui, sans-serif);letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button,input,select,textarea{transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}table{width:100%;border-collapse:collapse}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--theme-brand-primary) 28%,transparent);border-radius:999px}::selection{background:color-mix(in srgb,var(--theme-brand-primary) 24%,transparent)}input,select,textarea{background:var(--theme-bg-card);color:var(--theme-text-primary);border:1px solid var(--theme-border)}input::placeholder,textarea::placeholder{color:var(--theme-text-muted)}button:hover{filter:brightness(1.03)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--theme-brand-primary-muted);outline-offset:2px}tbody tr:hover{background:var(--theme-bg-interactive-hover)!important}.page-enter{animation:page-enter .32s ease both}.topbar-search{position:relative}.topbar-user-copy{display:block}.stagger-1{animation-delay:.04s}.stagger-2{animation-delay:.08s}.stagger-3{animation-delay:.12s}.stagger-4{animation-delay:.16s}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.topbar-search{display:none!important}}@media(max-width:640px){.topbar-user-copy{display:none!important}}
