:root{--toastify-color-success:var(--color-primary);--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--toastify-color-progress-light:var(--toastify-color-success);--toastify-color-progress-dark:var(--toastify-color-success);--modalBg:hsla(0,0%,0%,0.439)}@media (prefers-color-scheme:light){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}html{scroll-behavior:smooth}.DialogOverlay{background-color:var(--modalBg);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.DialogContent{position:fixed;box-shadow:0 10px 38px -10px hsl(206 22% 7%/35%),0 10px 20px -15px hsl(206 22% 7%/20%);top:50%;left:50%;transform:translate(-50%,-50%);animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.DialogContent:focus{outline:none}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes highlightRow{0%,to{background-color:transparent}50%{background-color:var(--color-background)}to{background-color:initial}}