@import"https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700;800&display=swap";.table-container{display:flex;width:100%;height:auto;overflow-y:auto}.table-container table{display:table;border-spacing:0;border-collapse:separate;background-color:var(--secondary);width:100%}.table-container table thead,.table-container table tbody,.table-container table tr{display:table;table-layout:fixed;width:-moz-fit-content;width:fit-content}.table-container table td,.table-container table th,.table-container table .table-item{text-align:left;outline:none;color:var(--light-grey);border-right:var(--aimes-border);border-bottom:var(--aimes-border);width:200px;height:50px;padding:16px 19px;white-space:nowrap}.table-container table td[data-align=right],.table-container table th[data-align=right],.table-container table .table-item[data-align=right]{text-align:right}.table-container table td.darkened,.table-container table th.darkened,.table-container table .table-item.darkened{color:var(--grey)}.table-container table tr.hover,.table-container table tr.focus,.table-container table td.hover,.table-container table td.focus,.table-container table th.hover,.table-container table th.focus,.table-container table .table-item.hover,.table-container table .table-item.focus{background:var(--secondary-hover)}.table-container table tr:first-child td:before,.table-container table tr:first-child .table-item:before{content:"";position:absolute;left:0;top:0;width:100%;border-top:var(--aimes-border)}._table{display:flex;flex-direction:column;position:relative}._table-row{display:flex;flex-direction:row}._table-row:first-child ._table-cell{border-top:var(--aimes-border)}._table-cell{text-align:left;outline:none;color:var(--light-grey);border-right:var(--aimes-border);border-bottom:var(--aimes-border);width:200px;min-height:50px;white-space:nowrap}._table-cell._table-name{border-bottom:none}._table-cell[data-align=right]{text-align:right}._table-cell.darkened{color:var(--grey)}._table-cell ._table-cell-child{padding:14px 16px}._table aimes-table-data.hover,._table aimes-table-data.focus{background:var(--secondary-hover)}.node-type-1{color:var(--white);background-color:var(--node-draft-level-1)!important}.node-type-1-color{color:var(--grey)}.node-type-2{color:var(--white);background-color:var(--node-python-level-1)!important}.node-type-2-color{color:var(--node-python-level-1)}.node-type-3{color:var(--white);background-color:var(--node-data-level-1)!important}.node-type-3-color{color:var(--node-data-level-1)}.node-type-4{color:var(--white);background-color:var(--light-grey)!important}.node-type-4-color{color:var(--white)}.node-type-5{color:var(--white);background-color:var(--yell)!important}.node-type-5-color{color:var(--yell)}.node-type-6{color:var(--white);background-color:var(--node-formula-level-1)!important}.node-type-6-color{color:var(--node-formula-level-1)}.node-type-7{color:var(--white);background-color:var(--node-data-level-1)!important}.node-type-7-color{color:var(--node-data-level-1)}.bg-primary{background-color:var(--primary)}.bg-secondary-hover:hover{background-color:var(--secondary-hover)}.bg-secondary{background-color:var(--secondary)}.bg-positive{background-color:var(--positive)}.bg-positive-hover:hover{cursor:pointer;background-color:var(--positive-hover)}.bg-negative{background-color:var(--negative)}.bg-negative-hover:hover{cursor:pointer;background-color:var(--negative-hover)}.bg-light{background-color:var(--white)}.bg-light-gray{background-color:var(--light-grey)}.bg-dark-gray{background-color:var(--grey)}:root{--primary: #090b0c;--secondary: #191b1d;--secondary-hover: #242729;--secondary-disabled: #2b2d2f;--light: #e5ebf1;--light-gray: #8d9399;--dark-gray: #424547;--gray: #4b5661;--gray-hover: #788a9b;--purple: #402e53;--purple-hover: #5e4379;--yell: #83744c;--blue: #2f646b;--blue-hover: #4696a1;--negative-hover: #e74a7a;--negative-disabled: #813e51;--editor-background: #303438;--editor-container-background: #26292c;--editor-text: #abb8c0;--editor-number: #737b83;--equation-space-size: 9px;--equation-item-min-size: 44px;--equation-space-size-inside-block: 16px;--aimes-spacing: 8px;--aimes-border-radius: 8px;--aimes-node-width: 220px;--aimes-node-height: 88px;--aimes-node-spacing: 88px;--aimes-border: var(--primary) solid 1px;--aimes-border-grey: var(--hover) solid 1px;--aimes-border-grey-hover: var(--middle-grey) solid 1px;--aimes-border-transparent: transparent solid 1px;--aimes-shadow: 0px 4px 16px rgba(9, 11, 12, .8);--black: #090b0c;--dark-grey: #191b1d;--pseudo-hover: #1d1f21;--hover: #242729;--middle-grey: #383f44;--grey: #51565b;--light-grey: #8d9399;--white: #e5ebf1;--positive: #3362bd;--positive-hover: #4778d6;--positive-disabled: #435271;--positive-disable-cont: #86abf2;--negative: #ca325f;--negative-hover: #d94773;--negative-disable-cont: #d8a3bb;--node-draft-level-1: #434b5e;--node-draft-level-2: #4c556a;--node-draft-level-3: #aeb5c1;--node-formula-level-1: #355a56;--node-formula-level-2: #3a635e;--node-formula-level-3: #bccbce;--node-python-level-1: #2a406a;--node-python-level-2: #314875;--node-python-level-3: #b3bece;--node-data-level-1: #403052;--node-data-level-2: #4b3a5f;--node-data-level-3: #babac8;--node-group-level-1: var(--light-grey);--node-group-level-2: var(--white);--node-group-level-3: var(--white);--tag-red: #eb5757;--tag-orange: #cc6b15;--tag-yellow: #ffd143;--tag-green: #1b8d4c;--tag-salad: #69d496;--tag-blue: #2f80ed;--tag-turquoise: #56ccf2;--tag-purple: #9246d9;--tag-violet: #c48ed9;--button-colors-positive-subtitle: #b9cbea;--button-colors-negative-subtitle: #e2bdce;--input-colors-subtitle-red: #e2bdce;--cell-height: 44px;--padding-elements: 8px;--padding-elements-1: 1px;--padding-elements-24: 24px;--padding-icon-text: 8px;--padding-subtitle: 2px;--padding-subtitle-4: 4px;--padding: 16px;--corners-round: 8px;--corners-round-4: 4px;--font-reg-10: 400 10px "Roboto";--font-reg-12: 400 12px "Roboto";--font-med-12: 500 12px "Roboto";--font-bold-12: 700 12px "Roboto";--font-reg-14: 400 14px "Roboto";--font-med-14: 500 14px "Roboto";--font-bold-14: 700 14px "Roboto";--font-bold-19: 700 19px "Roboto";--shadow: 0px 4px 16px 0px rgba(9, 11, 12, .52);--border: var(--black) solid 1px;--z-index-node-field: 9999;--z-index-top-bar: 999999;--z-index-side-menu: 99999;--z-index-contextmenu: 999999999;--z-index-bars: 999999999999;--node-card-width: 240px;--node-card-height: 105px;--group-header-height: 32px;--padding-nodes: 64px;--color-text-dark: #72809b;--color-text-med-dark: #919db5;--color-text-med: #a0aabe;--color-text-med-light: #d9dce1;--color-text-light: #f0f1f6;--color-text-lighter: #fff;--color-bg-darkest: #13141b;--color-bg-darker: #1b1e27;--color-bg-dark: #232837;--color-bg-med: #2f3646;--color-bg-light: #455066;--color-bg-lighter: #5b6882;--color-blue-grey: #5a6884}.width-full{width:100%}.width-auto{width:auto}.width-full-screen{width:100vw}.width-240{width:240px}.width-280{width:280px}.width-320{width:320px}.width-360{width:360px}.width-400{width:400px}.width-440{width:440px}.width-480{width:480px}.width-520{width:520px}.width-560{width:560px}.width-600{width:600px}.width-640{width:640px}.width-680{width:680px}.width-720{width:720px}.width-760{width:760px}.width-800{width:800px}.width-100{width:100px}.width-150{width:150px}.width-200{width:200px}.width-250{width:250px}.width-20{width:20px}.width-30{width:30px}.width-40{width:40px}.width-50{width:50px}.width-2{width:2px}.width-4{width:4px}.width-6{width:6px}.width-8{width:8px}.width-10{width:10px}.width-0-prsnt{width:0%}.width-20-prsnt{width:20%}.width-40-prsnt{width:40%}.width-60-prsnt{width:60%}.width-80-prsnt{width:80%}.width-100-prsnt{width:100%}.height-full{height:100%}.height-auto{height:auto}.height-full-screen{height:100vh}.height-240{height:240px}.height-280{height:280px}.height-320{height:320px}.height-360{height:360px}.height-400{height:400px}.height-440{height:440px}.height-480{height:480px}.height-520{height:520px}.height-560{height:560px}.height-600{height:600px}.height-640{height:640px}.height-680{height:680px}.height-720{height:720px}.height-760{height:760px}.height-800{height:800px}.height-100{height:100px}.height-150{height:150px}.height-200{height:200px}.height-250{height:250px}.height-20{height:20px}.height-30{height:30px}.height-40{height:40px}.height-50{height:50px}.height-2{height:2px}.height-4{height:4px}.height-6{height:6px}.height-8{height:8px}.height-10{height:10px}.height-0-prsnt{height:0%}.height-20-prsnt{height:20%}.height-40-prsnt{height:40%}.height-60-prsnt{height:60%}.height-80-prsnt{height:80%}.height-100-prsnt{height:100%}.max-width-full{max-width:100%}.max-width-auto{max-width:auto}.max-width-full-screen{max-width:100vw}.max-width-fit{max-width:-moz-fit-content;max-width:fit-content}.max-width-240{max-width:240px}.max-width-280{max-width:280px}.max-width-320{max-width:320px}.max-width-360{max-width:360px}.max-width-400{max-width:400px}.max-width-440{max-width:440px}.max-width-480{max-width:480px}.max-width-520{max-width:520px}.max-width-560{max-width:560px}.max-width-600{max-width:600px}.max-width-640{max-width:640px}.max-width-680{max-width:680px}.max-width-720{max-width:720px}.max-width-760{max-width:760px}.max-width-800{max-width:800px}.max-width-100{max-width:100px}.max-width-150{max-width:150px}.max-width-200{max-width:200px}.max-width-250{max-width:250px}.max-width-20{max-width:20px}.max-width-30{max-width:30px}.max-width-40{max-width:40px}.max-width-50{max-width:50px}.max-width-2{max-width:2px}.max-width-4{max-width:4px}.max-width-6{max-width:6px}.max-width-8{max-width:8px}.max-width-10{max-width:10px}.max-width-0-prsnt{max-width:0%}.max-width-20-prsnt{max-width:20%}.max-width-40-prsnt{max-width:40%}.max-width-60-prsnt{max-width:60%}.max-width-80-prsnt{max-width:80%}.max-width-100-prsnt{max-width:100%}.max-height-full{max-height:100%}.max-height-auto{max-height:auto}.max-height-full-screen{max-height:100vh}.max-height-240{max-height:240px}.max-height-280{max-height:280px}.max-height-320{max-height:320px}.max-height-360{max-height:360px}.max-height-400{max-height:400px}.max-height-440{max-height:440px}.max-height-480{max-height:480px}.max-height-520{max-height:520px}.max-height-560{max-height:560px}.max-height-600{max-height:600px}.max-height-640{max-height:640px}.max-height-680{max-height:680px}.max-height-720{max-height:720px}.max-height-760{max-height:760px}.max-height-800{max-height:800px}.max-height-100{max-height:100px}.max-height-150{max-height:150px}.max-height-200{max-height:200px}.max-height-250{max-height:250px}.max-height-20{max-height:20px}.max-height-30{max-height:30px}.max-height-40{max-height:40px}.max-height-50{max-height:50px}.max-height-2{max-height:2px}.max-height-4{max-height:4px}.max-height-6{max-height:6px}.max-height-8{max-height:8px}.max-height-10{max-height:10px}.max-height-0-prsnt{max-height:0%}.max-height-20-prsnt{max-height:20%}.max-height-40-prsnt{max-height:40%}.max-height-60-prsnt{max-height:60%}.max-height-80-prsnt{max-height:80%}.max-height-100-prsnt{max-height:100%}.min-width-full{min-width:100%}.min-width-auto{min-width:auto}.min-width-full-screen{min-width:100vw}.min-width-fit{min-width:-moz-fit-content;min-width:fit-content}.min-width-240{min-width:240px}.min-width-280{min-width:280px}.min-width-320{min-width:320px}.min-width-360{min-width:360px}.min-width-400{min-width:400px}.min-width-440{min-width:440px}.min-width-480{min-width:480px}.min-width-520{min-width:520px}.min-width-560{min-width:560px}.min-width-600{min-width:600px}.min-width-640{min-width:640px}.min-width-680{min-width:680px}.min-width-720{min-width:720px}.min-width-760{min-width:760px}.min-width-800{min-width:800px}.min-width-100{min-width:100px}.min-width-150{min-width:150px}.min-width-200{min-width:200px}.min-width-250{min-width:250px}.min-width-20{min-width:20px}.min-width-30{min-width:30px}.min-width-40{min-width:40px}.min-width-50{min-width:50px}.min-width-2{min-width:2px}.min-width-4{min-width:4px}.min-width-6{min-width:6px}.min-width-8{min-width:8px}.min-width-10{min-width:10px}.min-width-0-prsnt{min-width:0%}.min-width-20-prsnt{min-width:20%}.min-width-40-prsnt{min-width:40%}.min-width-60-prsnt{min-width:60%}.min-width-80-prsnt{min-width:80%}.min-width-100-prsnt{min-width:100%}.min-height-full{min-height:100%}.min-height-auto{min-height:auto}.min-height-full-screen{min-height:100vh}.width-fit{width:-moz-fit-content;width:fit-content}.min-height-240{min-height:240px}.min-height-280{min-height:280px}.min-height-320{min-height:320px}.min-height-360{min-height:360px}.min-height-400{min-height:400px}.min-height-440{min-height:440px}.min-height-480{min-height:480px}.min-height-520{min-height:520px}.min-height-560{min-height:560px}.min-height-600{min-height:600px}.min-height-640{min-height:640px}.min-height-680{min-height:680px}.min-height-720{min-height:720px}.min-height-760{min-height:760px}.min-height-800{min-height:800px}.min-height-100{min-height:100px}.min-height-150{min-height:150px}.min-height-200{min-height:200px}.min-height-250{min-height:250px}.min-height-20{min-height:20px}.min-height-30{min-height:30px}.min-height-40{min-height:40px}.min-height-50{min-height:50px}.min-height-2{min-height:2px}.min-height-4{min-height:4px}.min-height-6{min-height:6px}.min-height-8{min-height:8px}.min-height-10{min-height:10px}.min-height-0-prsnt{min-height:0%}.min-height-20-prsnt{min-height:20%}.min-height-40-prsnt{min-height:40%}.min-height-60-prsnt{min-height:60%}.min-height-80-prsnt{min-height:80%}.min-height-100-prsnt{min-height:100%}.column,.list,.btn{display:flex;flex-direction:column}.row,.link-native,.input-primary{display:flex;flex-direction:row}.row-reverse{display:flex;flex-direction:row-reverse}.column-reverse{display:flex;flex-direction:column-reverse}.justify-flex-start{justify-content:flex-start}.items-flex-start{align-items:flex-start}.content-flex-start{align-content:flex-start}.self-flex-start{justify-self:flex-start}.align-self-flex-start{align-self:flex-start}.justify-center,.link-native,.btn{justify-content:center}.items-center,.link-native,.input-primary,.btn{align-items:center}.content-center{align-content:center}.self-center{justify-self:center}.align-self-center{align-self:center}.justify-flex-end{justify-content:flex-end}.items-flex-end{align-items:flex-end}.content-flex-end{align-content:flex-end}.self-flex-end{justify-self:flex-end}.align-self-flex-end{align-self:flex-end}.justify-space-between{justify-content:space-between}.items-space-between{align-items:space-between}.content-space-between{align-content:space-between}.self-space-between{justify-self:space-between}.align-self-space-between{align-self:space-between}.justify-space-around{justify-content:space-around}.items-space-around{align-items:space-around}.content-space-around{align-content:space-around}.self-space-around{justify-self:space-around}.align-self-space-around{align-self:space-around}.justify-baseline{justify-content:baseline}.items-baseline{align-items:baseline}.content-baseline{align-content:baseline}.self-baseline{justify-self:baseline}.align-self-baseline{align-self:baseline}.justify-stretch{justify-content:stretch}.items-stretch{align-items:stretch}.content-stretch{align-content:stretch}.self-stretch{justify-self:stretch}.align-self-stretch{align-self:stretch}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.wrap-reverse{flex-wrap:wrap-reverse}.gap-0{gap:0px}.row-gap-0{row-gap:0px}.column-gap-0{column-gap:0px}.gap-4{gap:4px}.row-gap-4{row-gap:4px}.column-gap-4{column-gap:4px}.gap-8{gap:8px}.row-gap-8{row-gap:8px}.column-gap-8{column-gap:8px}.gap-12{gap:12px}.row-gap-12{row-gap:12px}.column-gap-12{column-gap:12px}.gap-16{gap:16px}.row-gap-16{row-gap:16px}.column-gap-16{column-gap:16px}.gap-20{gap:20px}.row-gap-20{row-gap:20px}.column-gap-20{column-gap:20px}.gap-24{gap:24px}.row-gap-24{row-gap:24px}.column-gap-24{column-gap:24px}.gap-28{gap:28px}.row-gap-28{row-gap:28px}.column-gap-28{column-gap:28px}.gap-32{gap:32px}.row-gap-32{row-gap:32px}.column-gap-32{column-gap:32px}.gap-36{gap:36px}.row-gap-36{row-gap:36px}.column-gap-36{column-gap:36px}.card{display:flex;flex-direction:row;z-index:2;font-size:14px;border-radius:var(--corners-round);box-sizing:content-box}.card-select{outline:var(--positive) solid 2px;border:var(--secondary) solid 1px}.subjects-item{display:flex;flex-direction:column;justify-content:center;text-decoration:none;cursor:pointer;width:340px;z-index:2;border-radius:var(--corners-round);color:var(--grey);background:var(--secondary);padding:calc(var(--aimes-spacing) * 2);height:auto;box-sizing:border-box;transition:background-color .1s ease-in-out,box-shadow .1s ease-in-out}.subjects-item-title{font-size:14px;font-weight:500;color:var(--white);margin-bottom:2px}.subjects-item-time{font-size:11px;color:var(--grey)}.subjects-item-photo{width:32px;height:32px;text-align:center;line-height:32px;color:var(--white);border-radius:100%;margin-right:12px}.subjects-item:hover{background-color:var(--secondary-hover)}.project-item{height:72px}.card-shadow{flex-direction:column;box-shadow:var(--aimes-shadow)}.btn{border-radius:var(--corners-round);color:var(--white);background-color:var(--secondary);transition:background-color .1s ease-in-out,color .1s ease-in-out;cursor:pointer;text-decoration:none;padding:0 16px}.btn:hover{color:var(--white);background-color:var(--secondary-hover)}.btn:hover.delete{color:var(--negative)}.support-btn{position:fixed;border:var(--aimes-border);bottom:calc(var(--aimes-spacing) * 2);left:calc(50% - 87.5px);z-index:9999999999}.btn-primary{background-color:var(--primary)}.btn-ico{border:none;outline:none;background-color:transparent;margin:0;padding:0;color:var(--light-grey)}.btn-ico:disabled{cursor:not-allowed;color:var(--middle-grey)}.btn-ico:not(:disabled){cursor:pointer}.btn-ico:not(:disabled)>*{color:var(--btn-color, var(--light-grey))}.btn-ico:not(:disabled)>*:hover,.btn-ico:not(:disabled)>*.active{color:var(--btn-color-hover, var(--white))}.btn-ico:hover>*{color:var(--btn-color-hover, var(--white))}.tab-btn{border-radius:0;margin-right:1px}.tab-btn:first-child{border-radius:8px 0 0 8px}.tab-btn:last-child{margin-right:0;border-radius:0 8px 8px 0}.m-0{margin:0}.p-0{padding:0}.m-2{margin:2px}.p-2{padding:2px}.m-4{margin:4px}.p-4{padding:4px}.m-6{margin:6px}.p-6{padding:6px}.m-8{margin:8px}.p-8{padding:8px}.m-10{margin:10px}.p-10{padding:10px}.m-12{margin:12px}.p-12{padding:12px}.m-14{margin:14px}.p-14{padding:14px}.m-16{margin:16px}.p-16{padding:16px}.m-18{margin:18px}.p-18{padding:18px}.m-20{margin:20px}.p-20{padding:20px}.m-22{margin:22px}.p-22{padding:22px}.m-24{margin:24px}.p-24{padding:24px}.m-26{margin:26px}.p-26{padding:26px}.m-28{margin:28px}.p-28{padding:28px}.m-30{margin:30px}.p-30{padding:30px}.m-32{margin:32px}.p-32{padding:32px}.m-34{margin:34px}.p-34{padding:34px}.m-36{margin:36px}.p-36{padding:36px}.m-38{margin:38px}.p-38{padding:38px}.m-40{margin:40px}.p-40{padding:40px}.m-42{margin:42px}.p-42{padding:42px}.m-44{margin:44px}.p-44{padding:44px}.m-46{margin:46px}.p-46{padding:46px}.m-48{margin:48px}.p-48{padding:48px}.m-50{margin:50px}.p-50{padding:50px}.m-52{margin:52px}.p-52{padding:52px}.m-54{margin:54px}.p-54{padding:54px}.m-56{margin:56px}.p-56{padding:56px}.m-58{margin:58px}.p-58{padding:58px}.m-60{margin:60px}.p-60{padding:60px}.m-y-0{margin-top:0;margin-bottom:0}.p-y-0{padding-top:0;padding-bottom:0}.m-x-0{margin-left:0;margin-right:0}.p-x-0{padding-left:0;padding-right:0}.m-y-2{margin-top:2px;margin-bottom:2px}.p-y-2{padding-top:2px;padding-bottom:2px}.m-x-2{margin-left:2px;margin-right:2px}.p-x-2{padding-left:2px;padding-right:2px}.m-y-4{margin-top:4px;margin-bottom:4px}.p-y-4{padding-top:4px;padding-bottom:4px}.m-x-4{margin-left:4px;margin-right:4px}.p-x-4{padding-left:4px;padding-right:4px}.m-y-6{margin-top:6px;margin-bottom:6px}.p-y-6{padding-top:6px;padding-bottom:6px}.m-x-6{margin-left:6px;margin-right:6px}.p-x-6{padding-left:6px;padding-right:6px}.m-y-8{margin-top:8px;margin-bottom:8px}.p-y-8{padding-top:8px;padding-bottom:8px}.m-x-8{margin-left:8px;margin-right:8px}.p-x-8{padding-left:8px;padding-right:8px}.m-y-10{margin-top:10px;margin-bottom:10px}.p-y-10{padding-top:10px;padding-bottom:10px}.m-x-10{margin-left:10px;margin-right:10px}.p-x-10{padding-left:10px;padding-right:10px}.m-y-12{margin-top:12px;margin-bottom:12px}.p-y-12{padding-top:12px;padding-bottom:12px}.m-x-12{margin-left:12px;margin-right:12px}.p-x-12{padding-left:12px;padding-right:12px}.m-y-14{margin-top:14px;margin-bottom:14px}.p-y-14{padding-top:14px;padding-bottom:14px}.m-x-14{margin-left:14px;margin-right:14px}.p-x-14{padding-left:14px;padding-right:14px}.m-y-16{margin-top:16px;margin-bottom:16px}.p-y-16{padding-top:16px;padding-bottom:16px}.m-x-16{margin-left:16px;margin-right:16px}.p-x-16{padding-left:16px;padding-right:16px}.m-y-18{margin-top:18px;margin-bottom:18px}.p-y-18{padding-top:18px;padding-bottom:18px}.m-x-18{margin-left:18px;margin-right:18px}.p-x-18{padding-left:18px;padding-right:18px}.m-y-20{margin-top:20px;margin-bottom:20px}.p-y-20{padding-top:20px;padding-bottom:20px}.m-x-20{margin-left:20px;margin-right:20px}.p-x-20{padding-left:20px;padding-right:20px}.m-y-22{margin-top:22px;margin-bottom:22px}.p-y-22{padding-top:22px;padding-bottom:22px}.m-x-22{margin-left:22px;margin-right:22px}.p-x-22{padding-left:22px;padding-right:22px}.m-y-24{margin-top:24px;margin-bottom:24px}.p-y-24{padding-top:24px;padding-bottom:24px}.m-x-24{margin-left:24px;margin-right:24px}.p-x-24{padding-left:24px;padding-right:24px}.m-y-26{margin-top:26px;margin-bottom:26px}.p-y-26{padding-top:26px;padding-bottom:26px}.m-x-26{margin-left:26px;margin-right:26px}.p-x-26{padding-left:26px;padding-right:26px}.m-y-28{margin-top:28px;margin-bottom:28px}.p-y-28{padding-top:28px;padding-bottom:28px}.m-x-28{margin-left:28px;margin-right:28px}.p-x-28{padding-left:28px;padding-right:28px}.m-y-30{margin-top:30px;margin-bottom:30px}.p-y-30{padding-top:30px;padding-bottom:30px}.m-x-30{margin-left:30px;margin-right:30px}.p-x-30{padding-left:30px;padding-right:30px}.m-y-32{margin-top:32px;margin-bottom:32px}.p-y-32{padding-top:32px;padding-bottom:32px}.m-x-32{margin-left:32px;margin-right:32px}.p-x-32{padding-left:32px;padding-right:32px}.m-y-34{margin-top:34px;margin-bottom:34px}.p-y-34{padding-top:34px;padding-bottom:34px}.m-x-34{margin-left:34px;margin-right:34px}.p-x-34{padding-left:34px;padding-right:34px}.m-y-36{margin-top:36px;margin-bottom:36px}.p-y-36{padding-top:36px;padding-bottom:36px}.m-x-36{margin-left:36px;margin-right:36px}.p-x-36{padding-left:36px;padding-right:36px}.m-y-38{margin-top:38px;margin-bottom:38px}.p-y-38{padding-top:38px;padding-bottom:38px}.m-x-38{margin-left:38px;margin-right:38px}.p-x-38{padding-left:38px;padding-right:38px}.m-y-40{margin-top:40px;margin-bottom:40px}.p-y-40{padding-top:40px;padding-bottom:40px}.m-x-40{margin-left:40px;margin-right:40px}.p-x-40{padding-left:40px;padding-right:40px}.m-y-42{margin-top:42px;margin-bottom:42px}.p-y-42{padding-top:42px;padding-bottom:42px}.m-x-42{margin-left:42px;margin-right:42px}.p-x-42{padding-left:42px;padding-right:42px}.m-y-44{margin-top:44px;margin-bottom:44px}.p-y-44{padding-top:44px;padding-bottom:44px}.m-x-44{margin-left:44px;margin-right:44px}.p-x-44{padding-left:44px;padding-right:44px}.m-y-46{margin-top:46px;margin-bottom:46px}.p-y-46{padding-top:46px;padding-bottom:46px}.m-x-46{margin-left:46px;margin-right:46px}.p-x-46{padding-left:46px;padding-right:46px}.m-y-48{margin-top:48px;margin-bottom:48px}.p-y-48{padding-top:48px;padding-bottom:48px}.m-x-48{margin-left:48px;margin-right:48px}.p-x-48{padding-left:48px;padding-right:48px}.m-y-50{margin-top:50px;margin-bottom:50px}.p-y-50{padding-top:50px;padding-bottom:50px}.m-x-50{margin-left:50px;margin-right:50px}.p-x-50{padding-left:50px;padding-right:50px}.m-y-52{margin-top:52px;margin-bottom:52px}.p-y-52{padding-top:52px;padding-bottom:52px}.m-x-52{margin-left:52px;margin-right:52px}.p-x-52{padding-left:52px;padding-right:52px}.m-y-54{margin-top:54px;margin-bottom:54px}.p-y-54{padding-top:54px;padding-bottom:54px}.m-x-54{margin-left:54px;margin-right:54px}.p-x-54{padding-left:54px;padding-right:54px}.m-y-56{margin-top:56px;margin-bottom:56px}.p-y-56{padding-top:56px;padding-bottom:56px}.m-x-56{margin-left:56px;margin-right:56px}.p-x-56{padding-left:56px;padding-right:56px}.m-y-58{margin-top:58px;margin-bottom:58px}.p-y-58{padding-top:58px;padding-bottom:58px}.m-x-58{margin-left:58px;margin-right:58px}.p-x-58{padding-left:58px;padding-right:58px}.m-y-60{margin-top:60px;margin-bottom:60px}.p-y-60{padding-top:60px;padding-bottom:60px}.m-x-60{margin-left:60px;margin-right:60px}.p-x-60{padding-left:60px;padding-right:60px}.m-left-auto{margin-left:auto}.m-left-0{margin-left:0}.p-left-0{padding-left:0}.m-left-2{margin-left:2px}.p-left-2{padding-left:2px}.m-left-4{margin-left:4px}.p-left-4{padding-left:4px}.m-left-6{margin-left:6px}.p-left-6{padding-left:6px}.m-left-8{margin-left:8px}.p-left-8{padding-left:8px}.m-left-10{margin-left:10px}.p-left-10{padding-left:10px}.m-left-12{margin-left:12px}.p-left-12{padding-left:12px}.m-left-14{margin-left:14px}.p-left-14{padding-left:14px}.m-left-16{margin-left:16px}.p-left-16{padding-left:16px}.m-left-18{margin-left:18px}.p-left-18{padding-left:18px}.m-left-20{margin-left:20px}.p-left-20{padding-left:20px}.m-left-22{margin-left:22px}.p-left-22{padding-left:22px}.m-left-24{margin-left:24px}.p-left-24{padding-left:24px}.m-left-26{margin-left:26px}.p-left-26{padding-left:26px}.m-left-28{margin-left:28px}.p-left-28{padding-left:28px}.m-left-30{margin-left:30px}.p-left-30{padding-left:30px}.m-left-32{margin-left:32px}.p-left-32{padding-left:32px}.m-left-34{margin-left:34px}.p-left-34{padding-left:34px}.m-left-36{margin-left:36px}.p-left-36{padding-left:36px}.m-left-38{margin-left:38px}.p-left-38{padding-left:38px}.m-left-40{margin-left:40px}.p-left-40{padding-left:40px}.m-left-42{margin-left:42px}.p-left-42{padding-left:42px}.m-left-44{margin-left:44px}.p-left-44{padding-left:44px}.m-left-46{margin-left:46px}.p-left-46{padding-left:46px}.m-left-48{margin-left:48px}.p-left-48{padding-left:48px}.m-left-50{margin-left:50px}.p-left-50{padding-left:50px}.m-left-52{margin-left:52px}.p-left-52{padding-left:52px}.m-left-54{margin-left:54px}.p-left-54{padding-left:54px}.m-left-56{margin-left:56px}.p-left-56{padding-left:56px}.m-left-58{margin-left:58px}.p-left-58{padding-left:58px}.m-left-60{margin-left:60px}.p-left-60{padding-left:60px}.m-top-auto{margin-top:auto}.m-top-0{margin-top:0}.p-top-0{padding-top:0}.m-top-2{margin-top:2px}.p-top-2{padding-top:2px}.m-top-4{margin-top:4px}.p-top-4{padding-top:4px}.m-top-6{margin-top:6px}.p-top-6{padding-top:6px}.m-top-8{margin-top:8px}.p-top-8{padding-top:8px}.m-top-10{margin-top:10px}.p-top-10{padding-top:10px}.m-top-12{margin-top:12px}.p-top-12{padding-top:12px}.m-top-14{margin-top:14px}.p-top-14{padding-top:14px}.m-top-16{margin-top:16px}.p-top-16{padding-top:16px}.m-top-18{margin-top:18px}.p-top-18{padding-top:18px}.m-top-20{margin-top:20px}.p-top-20{padding-top:20px}.m-top-22{margin-top:22px}.p-top-22{padding-top:22px}.m-top-24{margin-top:24px}.p-top-24{padding-top:24px}.m-top-26{margin-top:26px}.p-top-26{padding-top:26px}.m-top-28{margin-top:28px}.p-top-28{padding-top:28px}.m-top-30{margin-top:30px}.p-top-30{padding-top:30px}.m-top-32{margin-top:32px}.p-top-32{padding-top:32px}.m-top-34{margin-top:34px}.p-top-34{padding-top:34px}.m-top-36{margin-top:36px}.p-top-36{padding-top:36px}.m-top-38{margin-top:38px}.p-top-38{padding-top:38px}.m-top-40{margin-top:40px}.p-top-40{padding-top:40px}.m-top-42{margin-top:42px}.p-top-42{padding-top:42px}.m-top-44{margin-top:44px}.p-top-44{padding-top:44px}.m-top-46{margin-top:46px}.p-top-46{padding-top:46px}.m-top-48{margin-top:48px}.p-top-48{padding-top:48px}.m-top-50{margin-top:50px}.p-top-50{padding-top:50px}.m-top-52{margin-top:52px}.p-top-52{padding-top:52px}.m-top-54{margin-top:54px}.p-top-54{padding-top:54px}.m-top-56{margin-top:56px}.p-top-56{padding-top:56px}.m-top-58{margin-top:58px}.p-top-58{padding-top:58px}.m-top-60{margin-top:60px}.p-top-60{padding-top:60px}.m-right-auto{margin-right:auto}.m-right-0{margin-right:0}.p-right-0{padding-right:0}.m-right-2{margin-right:2px}.p-right-2{padding-right:2px}.m-right-4{margin-right:4px}.p-right-4{padding-right:4px}.m-right-6{margin-right:6px}.p-right-6{padding-right:6px}.m-right-8{margin-right:8px}.p-right-8{padding-right:8px}.m-right-10{margin-right:10px}.p-right-10{padding-right:10px}.m-right-12{margin-right:12px}.p-right-12{padding-right:12px}.m-right-14{margin-right:14px}.p-right-14{padding-right:14px}.m-right-16{margin-right:16px}.p-right-16{padding-right:16px}.m-right-18{margin-right:18px}.p-right-18{padding-right:18px}.m-right-20{margin-right:20px}.p-right-20{padding-right:20px}.m-right-22{margin-right:22px}.p-right-22{padding-right:22px}.m-right-24{margin-right:24px}.p-right-24{padding-right:24px}.m-right-26{margin-right:26px}.p-right-26{padding-right:26px}.m-right-28{margin-right:28px}.p-right-28{padding-right:28px}.m-right-30{margin-right:30px}.p-right-30{padding-right:30px}.m-right-32{margin-right:32px}.p-right-32{padding-right:32px}.m-right-34{margin-right:34px}.p-right-34{padding-right:34px}.m-right-36{margin-right:36px}.p-right-36{padding-right:36px}.m-right-38{margin-right:38px}.p-right-38{padding-right:38px}.m-right-40{margin-right:40px}.p-right-40{padding-right:40px}.m-right-42{margin-right:42px}.p-right-42{padding-right:42px}.m-right-44{margin-right:44px}.p-right-44{padding-right:44px}.m-right-46{margin-right:46px}.p-right-46{padding-right:46px}.m-right-48{margin-right:48px}.p-right-48{padding-right:48px}.m-right-50{margin-right:50px}.p-right-50{padding-right:50px}.m-right-52{margin-right:52px}.p-right-52{padding-right:52px}.m-right-54{margin-right:54px}.p-right-54{padding-right:54px}.m-right-56{margin-right:56px}.p-right-56{padding-right:56px}.m-right-58{margin-right:58px}.p-right-58{padding-right:58px}.m-right-60{margin-right:60px}.p-right-60{padding-right:60px}.m-bottom-auto{margin-bottom:auto}.m-bottom-0{margin-bottom:0}.p-bottom-0{padding-bottom:0}.m-bottom-2{margin-bottom:2px}.p-bottom-2{padding-bottom:2px}.m-bottom-4{margin-bottom:4px}.p-bottom-4{padding-bottom:4px}.m-bottom-6{margin-bottom:6px}.p-bottom-6{padding-bottom:6px}.m-bottom-8{margin-bottom:8px}.p-bottom-8{padding-bottom:8px}.m-bottom-10{margin-bottom:10px}.p-bottom-10{padding-bottom:10px}.m-bottom-12{margin-bottom:12px}.p-bottom-12{padding-bottom:12px}.m-bottom-14{margin-bottom:14px}.p-bottom-14{padding-bottom:14px}.m-bottom-16{margin-bottom:16px}.p-bottom-16{padding-bottom:16px}.m-bottom-18{margin-bottom:18px}.p-bottom-18{padding-bottom:18px}.m-bottom-20{margin-bottom:20px}.p-bottom-20{padding-bottom:20px}.m-bottom-22{margin-bottom:22px}.p-bottom-22{padding-bottom:22px}.m-bottom-24{margin-bottom:24px}.p-bottom-24{padding-bottom:24px}.m-bottom-26{margin-bottom:26px}.p-bottom-26{padding-bottom:26px}.m-bottom-28{margin-bottom:28px}.p-bottom-28{padding-bottom:28px}.m-bottom-30{margin-bottom:30px}.p-bottom-30{padding-bottom:30px}.m-bottom-32{margin-bottom:32px}.p-bottom-32{padding-bottom:32px}.m-bottom-34{margin-bottom:34px}.p-bottom-34{padding-bottom:34px}.m-bottom-36{margin-bottom:36px}.p-bottom-36{padding-bottom:36px}.m-bottom-38{margin-bottom:38px}.p-bottom-38{padding-bottom:38px}.m-bottom-40{margin-bottom:40px}.p-bottom-40{padding-bottom:40px}.m-bottom-42{margin-bottom:42px}.p-bottom-42{padding-bottom:42px}.m-bottom-44{margin-bottom:44px}.p-bottom-44{padding-bottom:44px}.m-bottom-46{margin-bottom:46px}.p-bottom-46{padding-bottom:46px}.m-bottom-48{margin-bottom:48px}.p-bottom-48{padding-bottom:48px}.m-bottom-50{margin-bottom:50px}.p-bottom-50{padding-bottom:50px}.m-bottom-52{margin-bottom:52px}.p-bottom-52{padding-bottom:52px}.m-bottom-54{margin-bottom:54px}.p-bottom-54{padding-bottom:54px}.m-bottom-56{margin-bottom:56px}.p-bottom-56{padding-bottom:56px}.m-bottom-58{margin-bottom:58px}.p-bottom-58{padding-bottom:58px}.m-bottom-60{margin-bottom:60px}.p-bottom-60{padding-bottom:60px}.static{position:static}.relative{position:relative}.fixed{position:fixed}.absolute{position:absolute}.sticky{position:sticky}.t-light{color:var(--white)}.t-light-gray{color:var(--light-grey)}.t-light-gray-hover:hover{cursor:pointer;color:var(--white)}.t-dark-gray{color:var(--grey)}.t-positive{color:var(--positive)}.t-negative{color:var(--negative)}.t-negative-hover:hover{cursor:pointer;color:var(--negative-hover)}.t-monaco{font-family:Monaco,sans-serif}.t-roboto{font-family:Roboto,sans-serif}.t-light{font-weight:light}.t-normal{font-weight:400}.t-bold{font-weight:700}.t-500{font-weight:500}.t-900{font-weight:900}.t-center{text-align:center}.t-start{text-align:start}.t-end{text-align:end}.t-size-8{font-size:8px}.t-size-9{font-size:9px}.t-size-10{font-size:10px}.t-size-11{font-size:11px}.t-size-12{font-size:12px}.t-size-13{font-size:13px}.t-size-14{font-size:14px}.t-size-15{font-size:15px}.t-size-16{font-size:16px}.t-size-17{font-size:17px}.t-size-18{font-size:18px}.t-size-19{font-size:19px}.t-size-20{font-size:20px}.t-size-21{font-size:21px}.t-size-22{font-size:22px}.t-size-23{font-size:23px}.t-size-24{font-size:24px}.t-title{font-size:19px;font-weight:700;color:var(--white)}.t-medium{font-size:14px;font-weight:500}*{font-family:Roboto,sans-serif;box-sizing:border-box;letter-spacing:.3px}html,body{margin:0;padding:0;width:auto;height:100vh}body{background:#090b0c;overflow:hidden}pre{tab-size:4}app-root{width:100%;height:100%}button{cursor:pointer;border:none;outline:none}.wrap-content{width:100%;height:100%}div{-webkit-user-select:none;user-select:none}.r-0{border-radius:0}.r-top-0{border-top-left-radius:0;border-top-right-radius:0}.r-bottom-0{border-bottom-left-radius:0;border-bottom-right-radius:0}.r-left-0{border-top-left-radius:0;border-bottom-left-radius:0}.r-right-0{border-top-right-radius:0;border-bottom-right-radius:0}.r-2{border-radius:2px}.r-top-2{border-top-left-radius:2px;border-top-right-radius:2px}.r-bottom-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.r-left-2{border-top-left-radius:2px;border-bottom-left-radius:2px}.r-right-2{border-top-right-radius:2px;border-bottom-right-radius:2px}.r-4{border-radius:4px}.r-top-4{border-top-left-radius:4px;border-top-right-radius:4px}.r-bottom-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.r-left-4{border-top-left-radius:4px;border-bottom-left-radius:4px}.r-right-4{border-top-right-radius:4px;border-bottom-right-radius:4px}.r-6{border-radius:6px}.r-top-6{border-top-left-radius:6px;border-top-right-radius:6px}.r-bottom-6{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.r-left-6{border-top-left-radius:6px;border-bottom-left-radius:6px}.r-right-6{border-top-right-radius:6px;border-bottom-right-radius:6px}.r-8{border-radius:8px}.r-top-8{border-top-left-radius:8px;border-top-right-radius:8px}.r-bottom-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.r-left-8{border-top-left-radius:8px;border-bottom-left-radius:8px}.r-right-8{border-top-right-radius:8px;border-bottom-right-radius:8px}.r-10{border-radius:10px}.r-top-10{border-top-left-radius:10px;border-top-right-radius:10px}.r-bottom-10{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.r-left-10{border-top-left-radius:10px;border-bottom-left-radius:10px}.r-right-10{border-top-right-radius:10px;border-bottom-right-radius:10px}.r-12{border-radius:12px}.r-top-12{border-top-left-radius:12px;border-top-right-radius:12px}.r-bottom-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.r-left-12{border-top-left-radius:12px;border-bottom-left-radius:12px}.r-right-12{border-top-right-radius:12px;border-bottom-right-radius:12px}.r-14{border-radius:14px}.r-top-14{border-top-left-radius:14px;border-top-right-radius:14px}.r-bottom-14{border-bottom-left-radius:14px;border-bottom-right-radius:14px}.r-left-14{border-top-left-radius:14px;border-bottom-left-radius:14px}.r-right-14{border-top-right-radius:14px;border-bottom-right-radius:14px}.r-16{border-radius:16px}.r-top-16{border-top-left-radius:16px;border-top-right-radius:16px}.r-bottom-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.r-left-16{border-top-left-radius:16px;border-bottom-left-radius:16px}.r-right-16{border-top-right-radius:16px;border-bottom-right-radius:16px}.r-18{border-radius:18px}.r-top-18{border-top-left-radius:18px;border-top-right-radius:18px}.r-bottom-18{border-bottom-left-radius:18px;border-bottom-right-radius:18px}.r-left-18{border-top-left-radius:18px;border-bottom-left-radius:18px}.r-right-18{border-top-right-radius:18px;border-bottom-right-radius:18px}.r-20{border-radius:20px}.r-top-20{border-top-left-radius:20px;border-top-right-radius:20px}.r-bottom-20{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.r-left-20{border-top-left-radius:20px;border-bottom-left-radius:20px}.r-right-20{border-top-right-radius:20px;border-bottom-right-radius:20px}.r-22{border-radius:22px}.r-top-22{border-top-left-radius:22px;border-top-right-radius:22px}.r-bottom-22{border-bottom-left-radius:22px;border-bottom-right-radius:22px}.r-left-22{border-top-left-radius:22px;border-bottom-left-radius:22px}.r-right-22{border-top-right-radius:22px;border-bottom-right-radius:22px}.r-24{border-radius:24px}.r-top-24{border-top-left-radius:24px;border-top-right-radius:24px}.r-bottom-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}.r-left-24{border-top-left-radius:24px;border-bottom-left-radius:24px}.r-right-24{border-top-right-radius:24px;border-bottom-right-radius:24px}.r-26{border-radius:26px}.r-top-26{border-top-left-radius:26px;border-top-right-radius:26px}.r-bottom-26{border-bottom-left-radius:26px;border-bottom-right-radius:26px}.r-left-26{border-top-left-radius:26px;border-bottom-left-radius:26px}.r-right-26{border-top-right-radius:26px;border-bottom-right-radius:26px}.r-28{border-radius:28px}.r-top-28{border-top-left-radius:28px;border-top-right-radius:28px}.r-bottom-28{border-bottom-left-radius:28px;border-bottom-right-radius:28px}.r-left-28{border-top-left-radius:28px;border-bottom-left-radius:28px}.r-right-28{border-top-right-radius:28px;border-bottom-right-radius:28px}.r-30{border-radius:30px}.r-top-30{border-top-left-radius:30px;border-top-right-radius:30px}.r-bottom-30{border-bottom-left-radius:30px;border-bottom-right-radius:30px}.r-left-30{border-top-left-radius:30px;border-bottom-left-radius:30px}.r-right-30{border-top-right-radius:30px;border-bottom-right-radius:30px}.r-32{border-radius:32px}.r-top-32{border-top-left-radius:32px;border-top-right-radius:32px}.r-bottom-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}.r-left-32{border-top-left-radius:32px;border-bottom-left-radius:32px}.r-right-32{border-top-right-radius:32px;border-bottom-right-radius:32px}.opacity-0{opacity:0}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.pointer-events-visiblePainted{pointer-events:visiblePainted}.pointer-events-visibleFill{pointer-events:visibleFill}.pointer-events-visibleStroke{pointer-events:visibleStroke}.pointer-events-visible{pointer-events:visible}.pointer-events-painted{pointer-events:painted}.pointer-events-fill{pointer-events:fill}.pointer-events-stroke{pointer-events:stroke}.pointer-events-all{pointer-events:all}.pointer-events-inherit{pointer-events:inherit}*{caret-color:var(--white)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--white);-webkit-box-shadow:0 0 0 30px var(--primary) inset!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input::placeholder{opacity:1;color:var(--grey)}.input-primary{height:var(--cell-height);font-size:14px;border-radius:8px;color:var(--white);background:var(--primary);border:none;outline:none;padding:0 16px}.input-outline{background:var(--primary);height:40px;width:100%;font-size:14px;padding:var(--aimes-spacing) 12px var(--aimes-spacing) 16px;color:#fff;margin-bottom:4px;border-radius:8px;outline:none;border:transparent solid 1px;resize:vertical}.input-outline:focus{border-color:var(--positive)}input[type=number]{-moz-appearance:textfield}.form-shadow{box-shadow:#090b0c32 0 4px 16px}.link-native{color:var(--light-grey);background-color:transparent;text-decoration:none;font-weight:400;cursor:pointer;font-size:14px;line-height:16px}.link-native:hover,.link-native.active{color:var(--white)}.link-positive{display:inline;white-space:pre-wrap;flex-wrap:wrap;color:var(--positive);background-color:transparent;border-left:var(--aimes-border);cursor:pointer;font-size:14px;text-decoration:none}.link-positive:hover,.link-positive.active{color:var(--positive-hover)}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.overflow-scroll{overflow:scroll}.overflow-y-scroll{overflow-y:scroll}.overflow-x-scroll{overflow-x:scroll}.overflow-hidden{overflow:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-visible{overflow:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-visible{overflow-x:visible}.overflow-clip{overflow:clip}.overflow-y-clip{overflow-y:clip}.overflow-x-clip{overflow-x:clip}.overflow-revert-layer{overflow:revert-layer}.overflow-y-revert-layer{overflow-y:revert-layer}.overflow-x-revert-layer{overflow-x:revert-layer}*::-webkit-scrollbar{width:10px;height:10px;min-width:10px;min-height:10px;z-index:9999}*::-webkit-scrollbar-track{box-shadow:inset 0 0 10px 10px #1c1e21;border:solid 3px transparent;border-radius:10px}*::-webkit-scrollbar-track:hover{border-width:1px}*::-webkit-scrollbar-thumb{box-shadow:inset 0 0 10px 10px #3f424b;border:solid 3px transparent;border-radius:10px}*::-webkit-scrollbar-thumb:hover{border-width:1px}*::-webkit-scrollbar-corner{background:transparent}.border-primary{border:var(--aimes-border)}.border-left-primary{border-left:var(--aimes-border)}.border-top-primary{border-top:var(--aimes-border)}.border-right-primary{border-right:var(--aimes-border)}.border-bottom-primary{border-bottom:var(--aimes-border)}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed}.grab{cursor:grab}.grabbing{cursor:grabbing}.help{cursor:help}.border-box{box-sizing:border-box;-moz-box-sizing:border-box}.content-box{box-sizing:content-box;-moz-box-sizing:content-box}.padding-box{box-sizing:padding-box;-moz-box-sizing:padding-box}.list{border-top:var(--aimes-border);border-bottom:var(--aimes-border);overflow-y:auto}.list-default{list-style-type:none}.list-default .list__item{background-color:var(--secondary)}.list-default .list__item-selected,.list-default .list__item:hover{background-color:var(--secondary-hover)}.list .list__item:not(:last-child){border-bottom:var(--aimes-border)}*.drag{cursor:grabbing!important}.contextmenu-btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;width:100%;text-align:start;height:var(--cell-height);padding:0 calc(var(--aimes-spacing) * 2);background-color:var(--secondary);transition:background-color .1s ease-in-out;font-size:14px;font-weight:400;color:var(--light-grey)}.contextmenu-btn:hover:not(:disabled):not(.disabled):not([class$=__positive]){color:var(--white);background-color:var(--secondary-hover)}.contextmenu-btn:last-child{border-bottom:none}.contextmenu-btn:first-child{border-radius:var(--corners-round) var(--corners-round) 0 0}.contextmenu-btn:last-child{border-radius:0 0 var(--corners-round) var(--corners-round)}.contextmenu-btn>*:nth-child(1){margin-right:var(--aimes-spacing)}.contextmenu-btn>*:nth-child(1):not([class^=node-type]){color:var(--white)}.contextmenu-btn>*:nth-child(1):not([class^=node-type]).delete{color:var(--negative)}.contextmenu-btn:disabled,.contextmenu-btn .disabled{color:var(--light-grey);background-color:var(--secondary-disabled);cursor:not-allowed}.contextmenu-btn__positive{color:var(--white);background-color:var(--positive)}.contextmenu-btn__positive:hover{background-color:var(--positive-hover)}.contextmenu-title{font-size:14px;font-weight:500;color:var(--white);padding:16px 16px 8px;width:100%;background-color:var(--secondary)}.match{background-color:var(--positive)}.z--20{z-index:-20}.z--15{z-index:-15}.z--10{z-index:-10}.z--5{z-index:-5}.z-0{z-index:0}.z-5{z-index:5}.z-10{z-index:10}.z-15{z-index:15}.z-20{z-index:20}.z-25{z-index:25}.z-30{z-index:30}.z-35{z-index:35}.z-40{z-index:40}.z-45{z-index:45}.z-50{z-index:50}.z-55{z-index:55}.z-60{z-index:60}.z-65{z-index:65}.z-70{z-index:70}.z-75{z-index:75}.z-80{z-index:80}.z-85{z-index:85}.z-90{z-index:90}.z-95{z-index:95}.z-100{z-index:100}.white-space-nowrap{white-space:nowrap}.sub-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px 8px;color:var(--white);min-height:76px;box-sizing:content-box}.equation-item{font-size:12px;color:var(--white);border-radius:var(--corners-round);padding:0;margin:0;width:-moz-fit-content;width:fit-content;background-color:inherit}.equation-item[data-type=variable],.equation-item[data-type=operator],.equation-item[data-type=bracket]{height:var(--cell-height);max-height:var(--cell-height)}.equation-item[data-type=operator]{min-width:calc(var(--cell-height) - var(--equation-space-size) * 2)}.equation-item:not([data-type=operator]):not([data-type=bracket])[data-nesting-odd=true]{background-color:var(--secondary)}.equation-item:not([data-type=operator]):not([data-type=bracket])[data-nesting-odd=true][data-type=placeholder]{color:var(--grey)}.equation-item:not([data-type=operator]):not([data-type=bracket])[data-nesting-odd=false]{background-color:var(--primary)}.equation-item:not([data-type=operator]):not([data-type=bracket])[data-nesting-odd=false][data-type=placeholder]{color:var(--secondary)}.equation-item[data-type=text]{background-color:transparent!important}.equation-item-text{position:absolute;display:flex;flex-direction:row;white-space:nowrap;align-items:center}.equation-item[data-nesting-odd=true]>*>.equation-item-container:not(:has(>aimes-equation-2-item),.equation-base-item){background-color:var(--primary)}.equation-item[data-nesting-odd=false]>*>.equation-item-container:not(:has(>aimes-equation-2-item),.equation-base-item){background-color:var(--secondary)}.equation-item-container{cursor:text;border-radius:8px}.equation-item-container:not(:has(>aimes-equation-item)).equation-base-item{width:0!important;max-width:0!important;min-width:0!important;overflow:visible}.modal-panel{z-index:9999;position:relative!important;display:flex;flex-direction:column;width:var(--width);border-radius:var(--corners-round);border:1px solid var(--black);background:var(--dark-grey);box-shadow:0 4px 16px #090b0ccc;box-sizing:content-box}.modal-panel[data-hidden=true]{opacity:0;pointer-events:none}.monaco-editor{--vscode-editorMarkerNavigation-background: var(--black) !important;--vscode-editorGutter-background: var(--black) !important;--vscode-breadcrumb-background: var(--black) !important;--vscode-editorStickyScroll-background: var(--black) !important;--vscode-editor-background: var(--black) !important}.toggle-bar{display:flex;flex-direction:row;gap:1px;padding:1px;background:var(--black)}.toggle-bar-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;font:var(--font-reg-14);color:var(--color, var(--light-grey));width:100%;height:44px;background:var(--dark-grey)}.toggle-bar-item:hover,.toggle-bar-item.active{color:var(--white)}.toggle-bar-item.active{background:var(--positive)}.toggle-bar-item.active:hover{background:var(--positive-hover)}.tabulator{position:relative;border:1px solid var(--black);background-color:var(--dark-grey);font-size:14px;text-align:left;overflow:hidden;transform:translateZ(0)}.tabulator div{-webkit-user-select:auto;user-select:auto}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select{-webkit-user-select:none;user-select:none}.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){-webkit-user-select:none;user-select:none}.tabulator .tabulator-header{position:relative;box-sizing:border-box;width:100%;border-bottom:1px solid var(--black);background-color:#242729;color:var(--light-grey);white-space:nowrap;overflow:hidden;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;outline:none}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{display:inline-flex;position:relative;box-sizing:border-box;flex-direction:column;justify-content:flex-start;border-right:1px solid var(--black);background:#242729;text-align:left;vertical-align:bottom;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{position:absolute;border:1px solid var(--black);background:#0c0d0e;pointer-events:none}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight,.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#242729;color:var(--white)}.tabulator .tabulator-header .tabulator-col.inPeriod{background-color:var(--positive);color:var(--white)}.tabulator .tabulator-header .tabulator-col.inPeriod.tabulator-range-highlight{background-color:var(--positive-hover);color:var(--white)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;position:relative;padding:14px 16px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{white-space:normal;text-overflow:initial}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{box-sizing:border-box;width:100%;border:1px solid #999;padding:1px;background:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{display:flex;align-items:center;position:absolute;top:0;bottom:0;right:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{position:relative;display:flex;border-top:1px solid var(--black);overflow:hidden;margin-right:-1px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{position:relative;box-sizing:border-box;margin-top:2px;width:100%;text-align:center}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{cursor:pointer;background-color:#0c0d0e}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid #666}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-top:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;justify-content:center}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{justify-content:center;inset:4px 0 auto}.tabulator .tabulator-header .tabulator-frozen{position:sticky;left:0;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--black)}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--black)}.tabulator .tabulator-header .tabulator-calcs-holder{box-sizing:border-box;display:inline-block;background:#303437!important;border-top:1px solid var(--black);border-bottom:1px solid var(--black)}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#303437!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{position:relative;width:100%;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{display:inline-block;text-align:center;padding:10px;color:#ccc;font-weight:700;font-size:20px;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{position:relative;display:inline-block;background-color:var(--dark-grey);white-space:nowrap;overflow:visible;color:var(--grey)}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:#0d0e0f!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid var(--black)}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid var(--black)}.tabulator .tabulator-tableholder .tabulator-range-overlay{position:absolute;inset:0;z-index:13;pointer-events:none}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{position:absolute;box-sizing:border-box}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{content:"";position:absolute;right:-3px;bottom:-3px;width:6px;height:6px;background-color:var(--positive);border-radius:999px;display:none}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{position:absolute;box-sizing:border-box;border:2px solid var(--positive);display:none}.tabulator .tabulator-footer{border-top:1px solid #999;background-color:#e6e6e6;color:#555;font-weight:700;white-space:nowrap;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-footer .tabulator-footer-contents{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;width:100%;text-align:left;background:#f3f3f3!important;border-bottom:1px solid var(--black);border-top:1px solid var(--black);overflow:hidden}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block;background:#f3f3f3!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{margin-bottom:-5px;border-bottom:none}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{flex:1;text-align:right;color:#555;font-family:inherit;font-weight:inherit;font-size:inherit}.tabulator .tabulator-footer .tabulator-page-size{display:inline-block;margin:0 5px;padding:2px 5px;border:1px solid #aaa;border-radius:3px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{display:inline-block;margin:0 2px;padding:2px 5px;border:1px solid #aaa;border-radius:3px;background:#fff3}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{cursor:pointer;background:#0003;color:#fff}}.tabulator .tabulator-col-resize-handle{position:relative;display:inline-block;width:6px;margin-left:-3px;margin-right:-3px;z-index:11;vertical-align:middle}@media (hover: hover) and (pointer: fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{width:3px;margin-right:0}.tabulator .tabulator-alert{position:absolute;display:flex;align-items:center;top:0;left:0;z-index:100;height:100%;width:100%;background:#0006;text-align:center}.tabulator .tabulator-alert .tabulator-alert-msg{display:inline-block;margin:0 auto;padding:10px 20px;border-radius:10px;background:#fff;font-weight:700;font-size:16px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{position:relative;box-sizing:border-box;min-height:44px;background-color:var(--dark-grey)}.tabulator-row.tabulator-row-even{background-color:#191b1d}@media (hover: hover) and (pointer: fine){.tabulator-row.tabulator-selectable:hover{background-color:var(--hover);cursor:pointer}}.tabulator-row.tabulator-selected{background-color:var(--hover)}@media (hover: hover) and (pointer: fine){.tabulator-row.tabulator-selected:hover{background-color:var(--hover);cursor:pointer}}.tabulator-row.tabulator-row-moving{border:1px solid #000;background:#fff}.tabulator-row.tabulator-moving{position:absolute;border-top:1px solid var(--black);border-bottom:1px solid var(--black);pointer-events:none;z-index:15}.tabulator-row .tabulator-cell.tabulator-range-row-header{width:46px!important;text-overflow:unset;text-align:center;padding-left:4px;padding-right:4px;background-color:#242729;color:var(--light-grey)}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#242729;color:var(--white)}.tabulator-row .tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}@media (hover: hover) and (pointer: fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:5px;border-top:1px solid var(--black);border-bottom:1px solid var(--black)}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{display:inline-block;position:relative;box-sizing:border-box;padding:14px 16px;border-right:1px solid var(--black);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:none;border-bottom:1px solid var(--black)}.tabulator-row .tabulator-cell.inPeriod{background-color:var(--pseudo-hover);color:var(--light-grey)}.tabulator-row .tabulator-cell.tabulator-frozen{display:inline-block;position:sticky;left:0;background-color:#242729;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--black)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left.filled{color:var(--light-grey)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left.filled:hover,.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left.filled.tabulator-range-selected{color:var(--white)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left:hover{color:var(--light-grey)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left.tabulator-editing{color:var(--white)!important}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left.tabulator-range-selected{color:var(--light-grey)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--black)}.tabulator-row .tabulator-cell.tabulator-editing{outline:none;color:var(--white);border-bottom:1px solid var(--positive)}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{border:none;background:transparent;outline:none;text-align:inherit;color:inherit;padding:0!important;font-size:14px!important}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid var(--negative)}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:1px;background:transparent;color:var(--negative)}.tabulator-row .tabulator-cell.tabulator-row-handle{display:inline-flex;align-items:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:2px;background:#666}.tabulator-row .tabulator-cell.tabulator-range-selected,.tabulator-row .tabulator-cell:hover{background-color:var(--hover);color:var(--white)}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid var(--black);border-bottom:2px solid var(--black)}.tabulator-row .tabulator-cell .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid var(--grey);border-radius:2px;background:#0000001a;overflow:hidden}@media (hover: hover) and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{cursor:pointer;background:#0003}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:transparent}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:var(--grey)}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:var(--grey)}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:var(--grey)}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{display:inline-flex;align-items:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;height:15px;width:15px;border-radius:20px;background:#666;color:var(--dark-grey);font-weight:700;font-size:1.1em}@media (hover: hover) and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:var(--dark-grey)}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{display:inline-block;height:14px;width:14px;border-radius:14px}.tabulator-row.tabulator-group{box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid var(--black);border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}@media (hover: hover) and (pointer: fine){.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:#0000001a}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-row.tabulator-group span{margin-left:10px;color:#d00}.tabulator-popup-container{position:absolute;display:inline-block;box-sizing:border-box;background:var(--dark-grey);border:1px solid var(--black);box-shadow:0 0 5px #0003;font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10000}.tabulator-popup{padding:5px;border-radius:3px}.tabulator-tooltip{max-width:min(500px,100%);padding:3px 5px;border-radius:2px;box-shadow:none;font-size:12px;pointer-events:none}.tabulator-menu .tabulator-menu-item{position:relative;box-sizing:border-box;padding:5px 10px;-webkit-user-select:none;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover: hover) and (pointer: fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:#191b1d}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{display:inline-block;position:absolute;top:calc(5px + .4em);right:10px;height:7px;width:7px;content:"";border-width:1px 1px 0 0;border-style:solid;border-color:var(--black);vertical-align:top;transform:rotate(45deg)}.tabulator-menu .tabulator-menu-separator{border-top:1px solid var(--black)}.tabulator-edit-list{max-height:200px;font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tabulator-edit-list .tabulator-edit-list-item{padding:4px;color:var(--grey);outline:none}.tabulator-edit-list .tabulator-edit-list-item.active{color:var(--dark-grey);background:var(--positive)}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid rgba(var(--dark-grey),.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid var(--positive)}@media (hover: hover) and (pointer: fine){.tabulator-edit-list .tabulator-edit-list-item:hover{cursor:pointer;color:var(--dark-grey);background:var(--positive)}}.tabulator-edit-list .tabulator-edit-list-placeholder{padding:4px;color:var(--grey);text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid var(--black);padding:6px 4px 4px;color:var(--grey);font-weight:700}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{text-align:initial;direction:rtl}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{text-align:initial;border-left:1px solid var(--black);border-right:initial;-webkit-user-select:none;user-select:none}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:initial;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:25px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:1px solid var(--black)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:initial;margin-left:5px;border-bottom-left-radius:initial;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid var(--black)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-right:initial;margin-left:5px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid var(--black)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid var(--black)}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{width:3px;margin-left:0;margin-right:-3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{position:absolute;inset:0;z-index:10000}body.tabulator-print-fullscreen-hide>*:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid var(--black);border-bottom:2px solid var(--black)}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid var(--black);border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}@media (hover: hover) and (pointer: fine){.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:#0000001a}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-print-table .tabulator-print-table-group span{margin-left:10px;color:#d00}.tabulator-print-table .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid var(--grey);border-radius:2px;background:#0000001a;overflow:hidden}@media (hover: hover) and (pointer: fine){.tabulator-print-table .tabulator-data-tree-control:hover{cursor:pointer;background:#0003}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:transparent}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:var(--grey)}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:var(--grey)}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:var(--grey)}.graph-root{justify-content:center;height:100%;background:var(--black)}.graph-root .chart-container{height:100%;width:100%}.graph-root .dark{height:100%;color:#666;background:var(--black)}.graph-root .dark .ngx-charts text{fill:var(--color-text-med)!important}.graph-root .dark .ngx-charts .tooltip-anchor{fill:#fff!important}.graph-root .dark .ngx-charts .gridline-path{stroke:var(--color-bg-med)!important}.graph-root .dark .ngx-charts .refline-path{stroke:var(--color-bg-light)!important}.graph-root .dark .ngx-charts .reference-area{fill:#fff!important}.graph-root .dark .ngx-charts .grid-panel.odd rect{fill:#ffffff0d!important}.graph-root .dark .ngx-charts .number-card p{color:var(--color-text-light)!important}.graph-root .dark .ngx-charts .gauge .background-arc path{fill:var(--color-bg-med)!important}.graph-root .dark .ngx-charts .gauge .gauge-tick path{stroke:var(--color-text-med)!important}.graph-root .dark .ngx-charts .gauge .gauge-tick text{fill:var(--color-text-med)!important}.graph-root .dark .ngx-charts .linear-gauge .background-bar path{fill:var(--color-bg-med)!important}.graph-root .dark .ngx-charts .linear-gauge .units{fill:var(--color-text-dark)!important}.graph-root .dark .ngx-charts .timeline .brush-background{fill:#ffffff0d!important}.graph-root .dark .ngx-charts .timeline .brush .selection{fill:#ffffff1a!important;stroke:#aaa}.graph-root .dark .ngx-charts .polar-chart .polar-chart-background{fill:#1e222e!important}.graph-root .dark .chart-legend .legend-labels{background:#ffffff0d!important}.graph-root .dark .chart-legend .legend-item:hover{color:#fff}.graph-root .dark .chart-legend .legend-label:hover,.graph-root .dark .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.graph-root .dark .chart-legend .scale-legend-label,.graph-root .dark .advanced-pie-legend{color:var(--color-text-med)!important}.graph-root .dark .advanced-pie-legend .legend-item:hover{color:#fff!important}.graph-root .dark .number-card .number-card-label{font-size:.8em;color:var(--color-text-med)!important}.cdk-overlay-container{position:absolute;top:0;left:0}.cdk-overlay-connected-position-bounding-box{position:absolute}.cdk-overlay-container{pointer-events:none}.cdk-overlay-pane{pointer-events:all;position:absolute}.cdk-overlay-backdrop{position:fixed;pointer-events:all;width:100vw;height:100vh;top:0;left:0}
