*{margin:0;padding:0;font-family:Noto Sans}a{color:rgb(210,228,228,.85);font-weight:700}a,span{font-size:1rem;color:#D2E4E4}#checkboxInput{display:none}body,html{display:flex;width:100%;height:100%;font-family:Noto Sans;overflow-x:hidden}body{background-color:#272640}*{scrollbar-width:thin;scrollbar-color:rgba(101,32,164,.5) rgba(0,0,0,.2)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(101,32,164,.6),rgba(43,26,71,.8));border-radius:4px;border:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(101,32,164,.8),rgba(43,26,71,1))}::-webkit-scrollbar-corner{background:rgba(0,0,0,.2)}#__next,#root{height:100%}.radio-input input{display:none}.radio-input{height:85px;position:relative;display:flex;align-items:center;border-radius:10px;z-index:1;background:rgb(0,0,0,.15);color:#D2E4E4;width:340px;border:.5px solid #d2e4e4}.radio-input label{background-color:initial;width:100%;height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center;align-content:center;z-index:2;font-weight:600;font-size:.9em;transition:background-color .15s ease;&:not(:has(input:checked)):hover{background-color:rgb(255,255,255,.025)}}.selection{display:none;position:absolute;height:100%;border-radius:10px;width:calc(340px / 3);z-index:0;transition:.35s ease}.radio-input label:has(input:checked)~.selection{background:rgb(255,255,255,.1);border:.1px solid #d2e4e4;display:inline-block}.radio-input label:first-child{:hover{border-radius:10px 0 0 10px}border-right:.5px solid rgb(255,255,255,.1)}.radio-input label:nth-child(2){:hover{border-radius:0}border-right:.5px solid rgb(255,255,255,.1)}.radio-input label:nth-child(3){:hover{border-radius:0 10px 10px 0}}div.ag-root-wrapper.ag-layout-normal{@media only screen and (max-height:572px){height:250px}}.radio-input label:first-child:has(input:checked)~.selection{border-radius:10px 0 0 10px;transform:translateX(0)}.radio-input label:nth-child(2):has(input:checked)~.selection{border-radius:0;transform:translateX(calc(340px * 1/3))}.radio-input label:nth-child(3):has(input:checked)~.selection{border-radius:0 10px 10px 0;transform:translateX(calc(340px * 2/3))}