@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--bg: #eef1f5;--surface: #fff;--border: #e6e9ee;--navy: #002f6c;--blue: #0085ca;--blue-light: #5bc2e7;--yellow: #ffc72c;--text: #16243d;--text-muted: #667085;--text-light: #8a96a8;--sidebar-text: rgba(255,255,255,.7);--sidebar-label: #7da3cf;--sidebar-active-bg: rgba(255,255,255,.12);--red: #dc2626;--green: #16a34a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;overflow-wrap:break-word}a{color:var(--blue);text-decoration:none}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:Inter,sans-serif}.scrl::-webkit-scrollbar{width:6px;height:6px}.scrl::-webkit-scrollbar-track{background:transparent}.scrl::-webkit-scrollbar-thumb{background:#c1cad6;border-radius:3px}.scrl::-webkit-scrollbar-thumb:hover{background:#a0aab4}
