@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--color-bg-default: #0d1117;--color-bg-elevated: #161b22;--color-bg-hover: #1f2428;--color-text-default: #c9d1d9;--color-text-muted: #8b949e;--color-border-default: #30363d;--color-border-muted: #21262d;--color-primary: #58a6ff;--color-success: #56d364;--color-warning: #e3b341;--color-error: #f85149;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--transition-fast: .15s ease;--transition-normal: .2s ease}html,body{background-color:var(--color-bg-default);color:var(--color-text-default)}#root{min-height:100vh}.font-mono-numbers,.ant-statistic-content-value,.ant-statistic-content,.ant-table-cell[data-type=number],.ant-table-cell[data-type=currency]{font-family:var(--font-mono)!important;font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-default)}::-webkit-scrollbar-thumb{background:var(--color-border-default);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#484f58}*{scrollbar-width:thin;scrollbar-color:var(--color-border-default) var(--color-bg-default)}::selection{background:#58a6ff4d}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.editable-row-editing{background-color:#58a6ff14!important}.editable-row-editing>td{background-color:transparent!important}.ant-table-tbody>tr.editable-row-dimmed>td{opacity:.6}.editable-cell-wrapper{position:relative;cursor:pointer;padding:4px 8px;margin:-4px -8px;border-radius:4px;transition:background-color var(--transition-fast)}.editable-cell-wrapper:hover{background-color:var(--color-bg-hover)}.editable-cell-wrapper:after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b949e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;opacity:0;transition:opacity var(--transition-fast)}.editable-cell-wrapper:hover:after{opacity:.6}.ant-form-item-has-error .ant-input-number,.ant-form-item-has-error .ant-select-selector,.ant-form-item-has-error .ant-input{border-color:var(--color-error)!important}.ant-table-cell .ant-form-item{margin-bottom:0}.ant-table-cell .ant-input-number,.ant-table-cell .ant-select{min-width:100px}.editable-row-saved{animation:save-flash .5s ease-out}@keyframes save-flash{0%{background-color:#56d36433}to{background-color:transparent}}@media(max-width:768px){.ant-table-cell .ant-input-number,.ant-table-cell .ant-select,.ant-table-cell .ant-input{min-height:44px}.ant-table-cell .ant-btn{min-width:44px;min-height:44px}.ant-table-cell .ant-space-horizontal{flex-wrap:wrap;gap:8px}}@media print{html,body{background-color:#fff;color:#000}.ant-layout-sider,.ant-drawer,.no-print{display:none!important}}
