@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter&display=block";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@200&display=block";.flex{display:flex}.flex.row{flex-direction:row}.flex.col{flex-direction:column}.grid.overflow-hidden{overflow:hidden!important}.grid.overflow-x-hidden{overflow-x:hidden!important}.grid.overflow-y-hidden{overflow-y:hidden!important}.grid.overflow-visible{overflow:visible!important}.grid.overflow-x-visible{overflow-x:visible!important}.grid.overflow-y-visible{overflow-y:visible!important}.grid.overflow-scroll{overflow:scroll!important}.grid.overflow-x-scroll{overflow-x:scroll!important}.grid.overflow-y-scroll{overflow-y:scroll!important}.grid.overflow-auto{overflow:auto!important}.grid.overflow-x-auto{overflow-x:auto!important}.grid.overflow-y-auto{overflow-y:auto!important}.grid.col{grid-auto-flow:column}.grid.col.grow{grid-auto-columns:minmax(0,1fr)}.grid.col.shrink{grid-auto-columns:max-content}.col-1{grid-template-columns:repeat(1,1fr)}.col-1.shrink{grid-template-columns:repeat(1,max-content)}.col-2{grid-template-columns:repeat(2,1fr)}.col-2.shrink{grid-template-columns:repeat(2,max-content)}.col-3{grid-template-columns:repeat(3,1fr)}.col-3.shrink{grid-template-columns:repeat(3,max-content)}.col-4{grid-template-columns:repeat(4,1fr)}.col-4.shrink{grid-template-columns:repeat(4,max-content)}.col-5{grid-template-columns:repeat(5,1fr)}.col-5.shrink{grid-template-columns:repeat(5,max-content)}.col-6{grid-template-columns:repeat(6,1fr)}.col-6.shrink{grid-template-columns:repeat(6,max-content)}.col-7{grid-template-columns:repeat(7,1fr)}.col-7.shrink{grid-template-columns:repeat(7,max-content)}.col-8{grid-template-columns:repeat(8,1fr)}.col-8.shrink{grid-template-columns:repeat(8,max-content)}.col-9{grid-template-columns:repeat(9,1fr)}.col-9.shrink{grid-template-columns:repeat(9,max-content)}.col-10{grid-template-columns:repeat(10,1fr)}.col-10.shrink{grid-template-columns:repeat(10,max-content)}.col-11{grid-template-columns:repeat(11,1fr)}.col-11.shrink{grid-template-columns:repeat(11,max-content)}.col-12{grid-template-columns:repeat(12,1fr)}.col-12.shrink{grid-template-columns:repeat(12,max-content)}:root{--grid-auto-col: 10rem}.auto-col{grid-template-columns:repeat(auto-fill,minmax(0,var(--grid-auto-col)))}.grid{box-sizing:border-box;display:grid;width:100%;height:100%;overflow:visible}.grid .w-100{width:100%}.grid .h-100{height:100%}.grid .vw-100{width:100vw}.grid .vh-100{height:100vh}.grid .fit-content{width:fit-content;height:fit-content}.grid .max-content{width:max-content;height:max-content}.grid .mc-w{width:max-content}.grid .mc-h{height:max-content}.grid>*{min-width:0!important;min-height:0!important}.standard-grid{padding:var(--grid-gap);width:100%;height:100%;overflow:hidden}.standard-grid-no-padding{padding:0;width:100%;height:100%;overflow:hidden}.grid.row{grid-auto-flow:row}.grid.row.grow{grid-auto-rows:minmax(0,1fr)}.grid.row.shrink{grid-auto-rows:max-content}.row-1{grid-template-rows:repeat(1,1fr)}.row-1.shrink{grid-template-rows:repeat(1,max-content)}.row-2{grid-template-rows:repeat(2,1fr)}.row-2.shrink{grid-template-rows:repeat(2,max-content)}.row-3{grid-template-rows:repeat(3,1fr)}.row-3.shrink{grid-template-rows:repeat(3,max-content)}.row-4{grid-template-rows:repeat(4,1fr)}.row-4.shrink{grid-template-rows:repeat(4,max-content)}.row-5{grid-template-rows:repeat(5,1fr)}.row-5.shrink{grid-template-rows:repeat(5,max-content)}.row-6{grid-template-rows:repeat(6,1fr)}.row-6.shrink{grid-template-rows:repeat(6,max-content)}.row-7{grid-template-rows:repeat(7,1fr)}.row-7.shrink{grid-template-rows:repeat(7,max-content)}.row-8{grid-template-rows:repeat(8,1fr)}.row-8.shrink{grid-template-rows:repeat(8,max-content)}.row-9{grid-template-rows:repeat(9,1fr)}.row-9.shrink{grid-template-rows:repeat(9,max-content)}.row-10{grid-template-rows:repeat(10,1fr)}.row-10.shrink{grid-template-rows:repeat(10,max-content)}.row-11{grid-template-rows:repeat(11,1fr)}.row-11.shrink{grid-template-rows:repeat(11,max-content)}.row-12{grid-template-rows:repeat(12,1fr)}.row-12.shrink{grid-template-rows:repeat(12,max-content)}:root{--grid-auto-row: 10rem}.auto-row{grid-template-rows:repeat(auto-fill,minmax(0,var(--grid-auto-row)))}.vertical-start{align-items:start}.horizontal-start{justify-content:start}.horizontal-self-start{justify-self:start}.vertical-self-start{align-self:start}.align-v-and-h-start{place-items:start}.vertical-end{align-items:end}.horizontal-end{justify-content:end}.horizontal-self-end{justify-self:end}.vertical-self-end{align-self:end}.align-v-and-h-end{place-items:end}.vertical-center{align-items:center}.horizontal-center{justify-content:center}.horizontal-self-center{justify-self:center}.vertical-self-center{align-self:center}.align-v-and-h-center{place-items:center}.vertical-stretch{align-items:stretch}.vertical-self-stretch{align-self:stretch}.vertical-baseline{align-items:baseline}.vertical-self-baseline{align-self:baseline}.vertical-first{align-items:first baseline}.vertical-self-first{align-self:first baseline}.vertical-last{align-items:last baseline}.vertical-self-last{align-self:last baseline}.horizontal-between{justify-content:space-between}.horizontal-around{justify-content:space-around}.grid.center-items{place-items:center}.grid.center-content{place-content:center}:root{--grid-gap: var(--border-radius) }.grid,.grid.gap{row-gap:var(--grid-gap);column-gap:var(--grid-gap)}.grid.gap-0{row-gap:0;column-gap:0}.grid.row-gap-0{row-gap:0}.grid.column-gap-0{column-gap:0}.grid.gap-1{row-gap:.25rem;column-gap:.25rem}.grid.row-gap-1{row-gap:.25rem}.grid.column-gap-1{column-gap:.25rem}.grid.gap-2{row-gap:.5rem;column-gap:.5rem}.grid.row-gap-2{row-gap:.5rem}.grid.column-gap-2{column-gap:.5rem}.grid.gap-3{row-gap:1rem;column-gap:1rem}.grid.row-gap-3{row-gap:1rem}.grid.column-gap-3{column-gap:1rem}.grid.gap-4{row-gap:1.5rem;column-gap:1.5rem}.grid.row-gap-4{row-gap:1.5rem}.grid.column-gap-4{column-gap:1.5rem}.grid.gap-5{row-gap:3rem;column-gap:3rem}.grid.row-gap-5{row-gap:3rem}.grid.column-gap-5{column-gap:3rem}.grid-area{position:relative}.grid-area.area{border:1px dashed var(--color-secondary-dark);border-radius:var(--border-radius)}.grid-area .area-sample,.grid-area .area-debug{width:100%;height:100%;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(0,127,255,.3);background-color:#007fff0d;border-radius:var(--border-radius)}.grid-area .area-debug{display:none;position:absolute;top:0;left:0;pointer-events:none}.grid-area .area-sample,body.grid-area-debug .grid-area .area-debug{display:flex}body.grid-area-debug .grid-area .area-debug>div{opacity:.2}body.grid-debug .grid{outline:1px dashed rgb(211,2,236)}body.grid-debug .grid>*:not(.grid){outline:1px dashed rgb(0,0,255)}.scroll-hide{overflow:hidden}.scroll-x-hide{overflow-x:hidden}.scroll-y-hide{overflow-y:hidden}.scroll-show{overflow:scroll}.scroll-x-show{overflow-x:scroll}.scroll-y-show{overflow-y:scroll}.scroll-overflow{overflow:visible}.scroll-x-overflow{overflow-x:visible}.scroll-y-overflow{overflow-y:visible}.scroll-auto{overflow:auto}.scroll-x-auto{overflow-x:auto}.scroll-y-auto{overflow-y:auto}::-webkit-scrollbar{width:.3rem;height:.3rem;background:transparent;transform:translate(-.3rem);border-radius:var(--border-radius)}::-webkit-scrollbar-track{background:transparent;border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{background:var(--color-primary-50);border-radius:var(--border-radius);transform:translate(-.5rem)}::-webkit-scrollbar-thumb:hover{background:var(--color-info)}.no-scrollbar::-webkit-scrollbar{display:none}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}.z-11{z-index:11}.z-12{z-index:12}.z-13{z-index:13}.z-14{z-index:14}.z-15{z-index:15}.z-16{z-index:16}.z-17{z-index:17}.z-18{z-index:18}.z-19{z-index:19}.z-max{z-index:var(--z-max)}:root{--z-max: 20;--z-1: 1;--z-2: 2;--z-3: 3;--z-4: 4;--z-5: 5;--z-6: 6;--z-7: 7;--z-8: 8;--z-9: 9;--z-10: 10;--z-11: 11;--z-12: 12;--z-13: 13;--z-14: 14;--z-15: 15;--z-16: 16;--z-17: 17;--z-18: 18;--z-19: 19}.p-0{padding:0!important}.m-0{margin:0!important}.pt-0{padding-top:0!important}.mt-0{margin-top:0!important}.pb-0{padding-bottom:0!important}.mb-0{margin-bottom:0!important}.ps-0{padding-inline-start:0!important}.ms-0{margin-inline-start:0!important}.pe-0{padding-inline-end:0!important}.me-0{margin-inline-end:0!important}.px-0{padding-inline:0!important}.mx-0{margin-inline:0!important}.py-0{padding-block:0!important}.my-0{margin-block:0!important}.p-1{padding:.25rem!important}.m-1{margin:.25rem!important}.pt-1{padding-top:.25rem!important}.mt-1{margin-top:.25rem!important}.pb-1{padding-bottom:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ps-1{padding-inline-start:.25rem!important}.ms-1{margin-inline-start:.25rem!important}.pe-1{padding-inline-end:.25rem!important}.me-1{margin-inline-end:.25rem!important}.px-1{padding-inline:.25rem!important}.mx-1{margin-inline:.25rem!important}.py-1{padding-block:.25rem!important}.my-1{margin-block:.25rem!important}.p-2{padding:.5rem!important}.m-2{margin:.5rem!important}.pt-2{padding-top:.5rem!important}.mt-2{margin-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ps-2{padding-inline-start:.5rem!important}.ms-2{margin-inline-start:.5rem!important}.pe-2{padding-inline-end:.5rem!important}.me-2{margin-inline-end:.5rem!important}.px-2{padding-inline:.5rem!important}.mx-2{margin-inline:.5rem!important}.py-2{padding-block:.5rem!important}.my-2{margin-block:.5rem!important}.p-3{padding:.75rem!important}.m-3{margin:.75rem!important}.pt-3{padding-top:.75rem!important}.mt-3{margin-top:.75rem!important}.pb-3{padding-bottom:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ps-3{padding-inline-start:.75rem!important}.ms-3{margin-inline-start:.75rem!important}.pe-3{padding-inline-end:.75rem!important}.me-3{margin-inline-end:.75rem!important}.px-3{padding-inline:.75rem!important}.mx-3{margin-inline:.75rem!important}.py-3{padding-block:.75rem!important}.my-3{margin-block:.75rem!important}.p-4{padding:1rem!important}.m-4{margin:1rem!important}.pt-4{padding-top:1rem!important}.mt-4{margin-top:1rem!important}.pb-4{padding-bottom:1rem!important}.mb-4{margin-bottom:1rem!important}.ps-4{padding-inline-start:1rem!important}.ms-4{margin-inline-start:1rem!important}.pe-4{padding-inline-end:1rem!important}.me-4{margin-inline-end:1rem!important}.px-4{padding-inline:1rem!important}.mx-4{margin-inline:1rem!important}.py-4{padding-block:1rem!important}.my-4{margin-block:1rem!important}.p-5{padding:1.25rem!important}.m-5{margin:1.25rem!important}.pt-5{padding-top:1.25rem!important}.mt-5{margin-top:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ps-5{padding-inline-start:1.25rem!important}.ms-5{margin-inline-start:1.25rem!important}.pe-5{padding-inline-end:1.25rem!important}.me-5{margin-inline-end:1.25rem!important}.px-5{padding-inline:1.25rem!important}.mx-5{margin-inline:1.25rem!important}.py-5{padding-block:1.25rem!important}.my-5{margin-block:1.25rem!important}.p-6{padding:1.5rem!important}.m-6{margin:1.5rem!important}.pt-6{padding-top:1.5rem!important}.mt-6{margin-top:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ps-6{padding-inline-start:1.5rem!important}.ms-6{margin-inline-start:1.5rem!important}.pe-6{padding-inline-end:1.5rem!important}.me-6{margin-inline-end:1.5rem!important}.px-6{padding-inline:1.5rem!important}.mx-6{margin-inline:1.5rem!important}.py-6{padding-block:1.5rem!important}.my-6{margin-block:1.5rem!important}.p-7{padding:1.75rem!important}.m-7{margin:1.75rem!important}.pt-7{padding-top:1.75rem!important}.mt-7{margin-top:1.75rem!important}.pb-7{padding-bottom:1.75rem!important}.mb-7{margin-bottom:1.75rem!important}.ps-7{padding-inline-start:1.75rem!important}.ms-7{margin-inline-start:1.75rem!important}.pe-7{padding-inline-end:1.75rem!important}.me-7{margin-inline-end:1.75rem!important}.px-7{padding-inline:1.75rem!important}.mx-7{margin-inline:1.75rem!important}.py-7{padding-block:1.75rem!important}.my-7{margin-block:1.75rem!important}.p-8{padding:2rem!important}.m-8{margin:2rem!important}.pt-8{padding-top:2rem!important}.mt-8{margin-top:2rem!important}.pb-8{padding-bottom:2rem!important}.mb-8{margin-bottom:2rem!important}.ps-8{padding-inline-start:2rem!important}.ms-8{margin-inline-start:2rem!important}.pe-8{padding-inline-end:2rem!important}.me-8{margin-inline-end:2rem!important}.px-8{padding-inline:2rem!important}.mx-8{margin-inline:2rem!important}.py-8{padding-block:2rem!important}.my-8{margin-block:2rem!important}.w-100{width:100%}.h-100{height:100%}.vw-100{width:100vw}.vh-100{height:100vh}.fit-content{width:fit-content;height:fit-content}.max-content{width:max-content;height:max-content}.mc-w{width:max-content}.mc-h{height:max-content}.center{margin-left:auto;margin-right:auto}.position-absolute{position:absolute}.position-absolute.center-y{top:50%;transform:translateY(-50%)}.position-absolute.center-x{left:50%;transform:translate(-50%)}.position-relative{position:relative}.position-fixed{position:fixed}.position-sticky{position:sticky}.top{top:0}.bottom{bottom:0}.left{left:0}.right{right:0}.align-content-start{align-content:start}.justify-content-start{justify-content:start}.align-content-end{align-content:end}.justify-content-end{justify-content:end}.align-content-center{align-content:center}.justify-content-center{justify-content:center}.align-content-between{align-content:space-between}.justify-content-between{justify-content:space-between}.align-content-around{align-content:space-around}.justify-content-around{justify-content:space-around}.hide{display:none}.test{color:#fff}:root{--color-icon: var(--color-text);--input-border-color: #2e2e41;--input-border-focus-color: #393950}:root body[data-theme=light]{color-scheme:light;--color-primary: #007fff;--color-primary-bright: rgb(25.5, 139.8, 255);--color-primary-brighter: rgb(102, 178.2, 255);--color-primary-dark: rgb(0, 114.3, 229.5);--color-primary-darker: rgb(0, 76.2, 153);--color-primary-10: rgb(229.5, 242.2, 255);--color-primary-20: rgb(204, 229.4, 255);--color-primary-30: rgb(178.5, 216.6, 255);--color-primary-40: rgb(153, 203.8, 255);--color-primary-50: rgb(127.5, 191, 255);--color-primary-60: rgb(102, 178.2, 255);--color-primary-70: rgb(76.5, 165.4, 255);--color-primary-80: rgb(51, 152.6, 255);--color-primary-90: rgb(25.5, 139.8, 255);--color-secondary: #f1f5f9;--color-secondary-bright: rgb(242.4, 246, 249.6);--color-secondary-brighter: rgb(246.6, 249, 251.4);--color-secondary-dark: rgb(216.9, 220.5, 224.1);--color-secondary-darker: rgb(144.6, 147, 149.4);--color-secondary-10: rgb(253.6, 254, 254.4);--color-secondary-20: rgb(252.2, 253, 253.8);--color-secondary-30: rgb(250.8, 252, 253.2);--color-secondary-40: rgb(249.4, 251, 252.6);--color-secondary-50: #f8fafc;--color-secondary-60: rgb(246.6, 249, 251.4);--color-secondary-70: rgb(245.2, 248, 250.8);--color-secondary-80: rgb(243.8, 247, 250.2);--color-secondary-90: rgb(242.4, 246, 249.6);--color-accent: #f9844a;--color-accent-bright: rgb(249.6, 144.3, 92.1);--color-accent-brighter: rgb(251.4, 181.2, 146.4);--color-accent-dark: rgb(224.1, 118.8, 66.6);--color-accent-darker: rgb(149.4, 79.2, 44.4);--color-accent-10: rgb(254.4, 242.7, 236.9);--color-accent-20: rgb(253.8, 230.4, 218.8);--color-accent-30: rgb(253.2, 218.1, 200.7);--color-accent-40: rgb(252.6, 205.8, 182.6);--color-accent-50: rgb(252, 193.5, 164.5);--color-accent-60: rgb(251.4, 181.2, 146.4);--color-accent-70: rgb(250.8, 168.9, 128.3);--color-accent-80: rgb(250.2, 156.6, 110.2);--color-accent-90: rgb(249.6, 144.3, 92.1);--color-success: #52cd99;--color-success-bright: rgb(99.3, 210, 163.2);--color-success-brighter: rgb(151.2, 225, 193.8);--color-success-dark: rgb(73.8, 184.5, 137.7);--color-success-darker: rgb(49.2, 123, 91.8);--color-success-10: rgb(237.7, 250, 244.8);--color-success-20: rgb(220.4, 245, 234.6);--color-success-30: rgb(203.1, 240, 224.4);--color-success-40: rgb(185.8, 235, 214.2);--color-success-50: rgb(168.5, 230, 204);--color-success-60: rgb(151.2, 225, 193.8);--color-success-70: rgb(133.9, 220, 183.6);--color-success-80: rgb(116.6, 215, 173.4);--color-success-90: rgb(99.3, 210, 163.2);--color-surface: rgb(251.5, 252.5, 253.5);--color-surface-bright: rgb(251.85, 252.75, 253.65);--color-surface-brighter: rgb(252.9, 253.5, 254.1);--color-surface-dark: rgb(226.35, 227.25, 228.15);--color-surface-darker: rgb(150.9, 151.5, 152.1);--color-surface-10: rgb(254.65, 254.75, 254.85);--color-surface-20: rgb(254.3, 254.5, 254.7);--color-surface-30: rgb(253.95, 254.25, 254.55);--color-surface-40: rgb(253.6, 254, 254.4);--color-surface-50: rgb(253.25, 253.75, 254.25);--color-surface-60: rgb(252.9, 253.5, 254.1);--color-surface-70: rgb(252.55, 253.25, 253.95);--color-surface-80: rgb(252.2, 253, 253.8);--color-surface-90: rgb(251.85, 252.75, 253.65);--color-error: #f94144;--color-error-bright: rgb(249.6, 84, 86.7);--color-error-brighter: rgb(251.4, 141, 142.8);--color-error-dark: rgb(224.1, 58.5, 61.2);--color-error-darker: rgb(149.4, 39, 40.8);--color-error-10: rgb(254.4, 236, 236.3);--color-error-20: rgb(253.8, 217, 217.6);--color-error-30: rgb(253.2, 198, 198.9);--color-error-40: rgb(252.6, 179, 180.2);--color-error-50: rgb(252, 160, 161.5);--color-error-60: rgb(251.4, 141, 142.8);--color-error-70: rgb(250.8, 122, 124.1);--color-error-80: rgb(250.2, 103, 105.4);--color-error-90: rgb(249.6, 84, 86.7);--color-warning: #f8961e;--color-warning-bright: rgb(248.7, 160.5, 52.5);--color-warning-brighter: rgb(250.8, 192, 120);--color-warning-dark: rgb(223.2, 135, 27);--color-warning-darker: rgb(148.8, 90, 18);--color-warning-10: rgb(254.3, 244.5, 232.5);--color-warning-20: rgb(253.6, 234, 210);--color-warning-30: rgb(252.9, 223.5, 187.5);--color-warning-40: rgb(252.2, 213, 165);--color-warning-50: rgb(251.5, 202.5, 142.5);--color-warning-60: rgb(250.8, 192, 120);--color-warning-70: rgb(250.1, 181.5, 97.5);--color-warning-80: rgb(249.4, 171, 75);--color-warning-90: rgb(248.7, 160.5, 52.5);--color-info: #0ea5e9;--color-info-bright: rgb(38.1, 174, 235.2);--color-info-brighter: rgb(110.4, 201, 241.8);--color-info-dark: rgb(12.6, 148.5, 209.7);--color-info-darker: rgb(8.4, 99, 139.8);--color-info-10: rgb(230.9, 246, 252.8);--color-info-20: rgb(206.8, 237, 250.6);--color-info-30: rgb(182.7, 228, 248.4);--color-info-40: rgb(158.6, 219, 246.2);--color-info-50: rgb(134.5, 210, 244);--color-info-60: rgb(110.4, 201, 241.8);--color-info-70: rgb(86.3, 192, 239.6);--color-info-80: rgb(62.2, 183, 237.4);--color-info-90: rgb(38.1, 174, 235.2);--color-bg: rgb(251.5, 252.5, 253.5);--color-bg-bright: rgb(251.85, 252.75, 253.65);--color-bg-brighter: rgb(252.9, 253.5, 254.1);--color-bg-dark: rgb(226.35, 227.25, 228.15);--color-bg-darker: rgb(150.9, 151.5, 152.1);--color-bg-10: rgb(254.65, 254.75, 254.85);--color-bg-20: rgb(254.3, 254.5, 254.7);--color-bg-30: rgb(253.95, 254.25, 254.55);--color-bg-40: rgb(253.6, 254, 254.4);--color-bg-50: rgb(253.25, 253.75, 254.25);--color-bg-60: rgb(252.9, 253.5, 254.1);--color-bg-70: rgb(252.55, 253.25, 253.95);--color-bg-80: rgb(252.2, 253, 253.8);--color-bg-90: rgb(251.85, 252.75, 253.65);--color-body-bg: #f8fafc;--color-body-bg-bright: rgb(248.7, 250.5, 252.3);--color-body-bg-brighter: rgb(250.8, 252, 253.2);--color-body-bg-dark: rgb(223.2, 225, 226.8);--color-body-bg-darker: rgb(148.8, 150, 151.2);--color-body-bg-10: rgb(254.3, 254.5, 254.7);--color-body-bg-20: rgb(253.6, 254, 254.4);--color-body-bg-30: rgb(252.9, 253.5, 254.1);--color-body-bg-40: rgb(252.2, 253, 253.8);--color-body-bg-50: rgb(251.5, 252.5, 253.5);--color-body-bg-60: rgb(250.8, 252, 253.2);--color-body-bg-70: rgb(250.1, 251.5, 252.9);--color-body-bg-80: rgb(249.4, 251, 252.6);--color-body-bg-90: rgb(248.7, 250.5, 252.3);--color-disabled: #c4c4c4;--color-disabled-bright: rgb(201.9, 201.9, 201.9);--color-disabled-brighter: rgb(219.6, 219.6, 219.6);--color-disabled-dark: rgb(176.4, 176.4, 176.4);--color-disabled-darker: rgb(117.6, 117.6, 117.6);--color-disabled-10: rgb(249.1, 249.1, 249.1);--color-disabled-20: rgb(243.2, 243.2, 243.2);--color-disabled-30: rgb(237.3, 237.3, 237.3);--color-disabled-40: rgb(231.4, 231.4, 231.4);--color-disabled-50: rgb(225.5, 225.5, 225.5);--color-disabled-60: rgb(219.6, 219.6, 219.6);--color-disabled-70: rgb(213.7, 213.7, 213.7);--color-disabled-80: rgb(207.8, 207.8, 207.8);--color-disabled-90: rgb(201.9, 201.9, 201.9);--color-widget-bg: #fff;--color-widget-bg-bright: white;--color-widget-bg-brighter: white;--color-widget-bg-dark: rgb(229.5, 229.5, 229.5);--color-widget-bg-darker: #999999;--color-widget-bg-10: white;--color-widget-bg-20: white;--color-widget-bg-30: white;--color-widget-bg-40: white;--color-widget-bg-50: white;--color-widget-bg-60: white;--color-widget-bg-70: white;--color-widget-bg-80: white;--color-widget-bg-90: white;--color-input-bg-bright: rgb(251.85, 252.75, 253.65);--color-input-bg-brighter: rgb(252.9, 253.5, 254.1);--color-input-bg-dark: rgb(226.35, 227.25, 228.15);--color-input-bg-darker: rgb(150.9, 151.5, 152.1);--color-input-bg-10: rgb(254.65, 254.75, 254.85);--color-input-bg-20: rgb(254.3, 254.5, 254.7);--color-input-bg-30: rgb(253.95, 254.25, 254.55);--color-input-bg-40: rgb(253.6, 254, 254.4);--color-input-bg-50: rgb(253.25, 253.75, 254.25);--color-input-bg-60: rgb(252.9, 253.5, 254.1);--color-input-bg-70: rgb(252.55, 253.25, 253.95);--color-input-bg-80: rgb(252.2, 253, 253.8);--color-input-bg-90: rgb(251.85, 252.75, 253.65);--color-text: #0f1729;--color-text-bright: rgb(39, 46.2, 62.4);--color-text-brighter: rgb(111, 115.8, 126.6);--color-text-dark: rgb(13.5, 20.7, 36.9);--color-text-darker: rgb(9, 13.8, 24.6);--color-text-10: rgb(231, 231.8, 233.6);--color-text-20: rgb(207, 208.6, 212.2);--color-text-30: rgb(183, 185.4, 190.8);--color-text-40: rgb(159, 162.2, 169.4);--color-text-50: #878b94;--color-text-60: rgb(111, 115.8, 126.6);--color-text-70: rgb(87, 92.6, 105.2);--color-text-80: rgb(63, 69.4, 83.8);--color-text-90: rgb(39, 46.2, 62.4);--color-muted: rgba(15, 23, 41, .5);--color-muted-bright: rgba(75, 81, 94.5, .55);--color-muted-brighter: rgba(175, 177.6666666667, 183.6666666667, .7);--color-muted-dark: rgba(11.25, 17.25, 30.75, .55);--color-muted-darker: rgba(5, 7.6666666667, 13.6666666667, .7);--color-muted-10: rgba(246.4285714286, 246.7142857143, 247.3571428571, .95);--color-muted-20: rgba(236.5384615385, 237.1538461538, 238.5384615385, .9);--color-muted-30: rgba(225, 226, 228.25, .85);--color-muted-40: rgba(211.3636363636, 212.8181818182, 216.0909090909, .8);--color-muted-50: rgba(195, 197, 201.5, .75);--color-muted-60: rgba(175, 177.6666666667, 183.6666666667, .7);--color-muted-70: rgba(150, 153.5, 161.375, .65);--color-muted-80: rgba(117.8571428571, 122.4285714286, 132.7142857143, .6);--color-muted-90: rgba(75, 81, 94.5, .55);--color-title: #0f1729;--color-title-bright: rgb(39, 46.2, 62.4);--color-title-brighter: rgb(111, 115.8, 126.6);--color-title-dark: rgb(13.5, 20.7, 36.9);--color-title-darker: rgb(9, 13.8, 24.6);--color-title-10: rgb(231, 231.8, 233.6);--color-title-20: rgb(207, 208.6, 212.2);--color-title-30: rgb(183, 185.4, 190.8);--color-title-40: rgb(159, 162.2, 169.4);--color-title-50: #878b94;--color-title-60: rgb(111, 115.8, 126.6);--color-title-70: rgb(87, 92.6, 105.2);--color-title-80: rgb(63, 69.4, 83.8);--color-title-90: rgb(39, 46.2, 62.4);--color-shadow: rgba(0, 0, 0, .1);--color-shadow-bright: rgba(173.0357142857, 173.0357142857, 173.0357142857, .19);--color-shadow-brighter: rgba(236.3414634146, 236.3414634146, 236.3414634146, .46);--color-shadow-dark: rgba(0, 0, 0, .19);--color-shadow-darker: rgba(0, 0, 0, .46);--color-shadow-10: rgba(253.5174418605, 253.5174418605, 253.5174418605, .91);--color-shadow-20: rgba(251.6883116883, 251.6883116883, 251.6883116883, .82);--color-shadow-30: rgba(249.375, 249.375, 249.375, .73);--color-shadow-40: rgba(246.3559322034, 246.3559322034, 246.3559322034, .64);--color-shadow-50: rgba(242.25, 242.25, 242.25, .55);--color-shadow-60: rgba(236.3414634146, 236.3414634146, 236.3414634146, .46);--color-shadow-70: rgba(227.109375, 227.109375, 227.109375, .37);--color-shadow-80: rgba(210.652173913, 210.652173913, 210.652173913, .28);--color-shadow-90: rgba(173.0357142857, 173.0357142857, 173.0357142857, .19);--color-white: #ffffff;--color-white-bright: white;--color-white-brighter: white;--color-white-dark: rgb(229.5, 229.5, 229.5);--color-white-darker: #999999;--color-white-10: white;--color-white-20: white;--color-white-30: white;--color-white-40: white;--color-white-50: white;--color-white-60: white;--color-white-70: white;--color-white-80: white;--color-white-90: white;--color-dark: #000000;--color-dark-bright: rgb(25.5, 25.5, 25.5);--color-dark-brighter: #666666;--color-dark-dark: black;--color-dark-darker: black;--color-dark-10: rgb(229.5, 229.5, 229.5);--color-dark-20: #cccccc;--color-dark-30: rgb(178.5, 178.5, 178.5);--color-dark-40: #999999;--color-dark-50: rgb(127.5, 127.5, 127.5);--color-dark-60: #666666;--color-dark-70: rgb(76.5, 76.5, 76.5);--color-dark-80: #333333;--color-dark-90: rgb(25.5, 25.5, 25.5);--color-input-bg: rgb(251.5, 252.5, 253.5);--color-card-bg: #fff;--shadow: 1px 1px 3px 1px rgb(0 0 0 / .05);--shadow-small: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-inset: inset 0 0 3px 0px rgba(0, 0, 0, .1);--color-card-bg-primary: #007fff;--color-card-bg-primary-bright: rgb(25.5, 139.8, 255);--color-card-bg-primary-brighter: rgb(102, 178.2, 255);--color-card-bg-primary-dark: rgb(0, 114.3, 229.5);--color-card-bg-primary-darker: rgb(0, 76.2, 153);--color-card-bg-secondary: #f1f5f9;--color-card-bg-secondary-bright: rgb(242.4, 246, 249.6);--color-card-bg-secondary-brighter: rgb(246.6, 249, 251.4);--color-card-bg-secondary-dark: rgb(216.9, 220.5, 224.1);--color-card-bg-secondary-darker: rgb(144.6, 147, 149.4);--color-card-bg-accent: #f9844a;--color-card-bg-accent-bright: rgb(249.6, 144.3, 92.1);--color-card-bg-accent-brighter: rgb(251.4, 181.2, 146.4);--color-card-bg-accent-dark: rgb(224.1, 118.8, 66.6);--color-card-bg-accent-darker: rgb(149.4, 79.2, 44.4);--color-card-bg-success: #52cd99;--color-card-bg-success-bright: rgb(99.3, 210, 163.2);--color-card-bg-success-brighter: rgb(151.2, 225, 193.8);--color-card-bg-success-dark: rgb(73.8, 184.5, 137.7);--color-card-bg-success-darker: rgb(49.2, 123, 91.8);--color-card-bg-error: #f94144;--color-card-bg-error-bright: rgb(249.6, 84, 86.7);--color-card-bg-error-brighter: rgb(251.4, 141, 142.8);--color-card-bg-error-dark: rgb(224.1, 58.5, 61.2);--color-card-bg-error-darker: rgb(149.4, 39, 40.8);--color-card-bg-warning: #f8961e;--color-card-bg-warning-bright: rgb(248.7, 160.5, 52.5);--color-card-bg-warning-brighter: rgb(250.8, 192, 120);--color-card-bg-warning-dark: rgb(223.2, 135, 27);--color-card-bg-warning-darker: rgb(148.8, 90, 18);--color-card-bg-info: #0ea5e9;--color-card-bg-info-bright: rgb(38.1, 174, 235.2);--color-card-bg-info-brighter: rgb(110.4, 201, 241.8);--color-card-bg-info-dark: rgb(12.6, 148.5, 209.7);--color-card-bg-info-darker: rgb(8.4, 99, 139.8);--color-card-bg-white: #ffffff;--color-card-bg-white-bright: white;--color-card-bg-white-brighter: white;--color-card-bg-white-dark: rgb(229.5, 229.5, 229.5);--color-card-bg-white-darker: #999999;--color-card-bg-dark: #000000;--color-card-bg-dark-bright: rgb(25.5, 25.5, 25.5);--color-card-bg-dark-brighter: #666666;--color-card-bg-dark-dark: black;--color-card-bg-dark-darker: black;--color-card-bg-muted: rgba(15, 23, 41, .5);--color-card-bg-muted-bright: rgba(75, 81, 94.5, .55);--color-card-bg-muted-brighter: rgba(175, 177.6666666667, 183.6666666667, .7);--color-card-bg-muted-dark: rgba(11.25, 17.25, 30.75, .55);--color-card-bg-muted-darker: rgba(5, 7.6666666667, 13.6666666667, .7)}:root body[data-theme=dark]{color-scheme:dark;--color-primary: #9000ff;--color-primary-bright: rgb(155.1, 25.5, 255);--color-primary-brighter: rgb(188.4, 102, 255);--color-primary-dark: rgb(129.6, 0, 229.5);--color-primary-darker: rgb(86.4, 0, 153);--color-primary-10: rgb(243.9, 229.5, 255);--color-primary-20: rgb(232.8, 204, 255);--color-primary-30: rgb(221.7, 178.5, 255);--color-primary-40: rgb(210.6, 153, 255);--color-primary-50: rgb(199.5, 127.5, 255);--color-primary-60: rgb(188.4, 102, 255);--color-primary-70: rgb(177.3, 76.5, 255);--color-primary-80: rgb(166.2, 51, 255);--color-primary-90: rgb(155.1, 25.5, 255);--color-secondary: #343a62;--color-secondary-bright: rgb(72.3, 77.7, 113.7);--color-secondary-brighter: rgb(133.2, 136.8, 160.8);--color-secondary-dark: rgb(46.8, 52.2, 88.2);--color-secondary-darker: rgb(31.2, 34.8, 58.8);--color-secondary-10: rgb(234.7, 235.3, 239.3);--color-secondary-20: rgb(214.4, 215.6, 223.6);--color-secondary-30: rgb(194.1, 195.9, 207.9);--color-secondary-40: rgb(173.8, 176.2, 192.2);--color-secondary-50: rgb(153.5, 156.5, 176.5);--color-secondary-60: rgb(133.2, 136.8, 160.8);--color-secondary-70: rgb(112.9, 117.1, 145.1);--color-secondary-80: rgb(92.6, 97.4, 129.4);--color-secondary-90: rgb(72.3, 77.7, 113.7);--color-accent: #d73eb4;--color-accent-bright: rgb(219, 81.3, 187.5);--color-accent-brighter: rgb(231, 139.2, 210);--color-accent-dark: rgb(193.5, 55.8, 162);--color-accent-darker: rgb(129, 37.2, 108);--color-accent-10: rgb(251, 235.7, 247.5);--color-accent-20: rgb(247, 216.4, 240);--color-accent-30: rgb(243, 197.1, 232.5);--color-accent-40: rgb(239, 177.8, 225);--color-accent-50: rgb(235, 158.5, 217.5);--color-accent-60: rgb(231, 139.2, 210);--color-accent-70: rgb(227, 119.9, 202.5);--color-accent-80: rgb(223, 100.6, 195);--color-accent-90: rgb(219, 81.3, 187.5);--color-success: #17bd4c;--color-success-bright: rgb(46.2, 195.6, 93.9);--color-success-brighter: rgb(115.8, 215.4, 147.6);--color-success-dark: rgb(20.7, 170.1, 68.4);--color-success-darker: rgb(13.8, 113.4, 45.6);--color-success-10: rgb(231.8, 248.4, 237.1);--color-success-20: rgb(208.6, 241.8, 219.2);--color-success-30: rgb(185.4, 235.2, 201.3);--color-success-40: rgb(162.2, 228.6, 183.4);--color-success-50: rgb(139, 222, 165.5);--color-success-60: rgb(115.8, 215.4, 147.6);--color-success-70: rgb(92.6, 208.8, 129.7);--color-success-80: rgb(69.4, 202.2, 111.8);--color-success-90: rgb(46.2, 195.6, 93.9);--color-error: #d54b45;--color-error-bright: rgb(217.2, 93, 87.6);--color-error-brighter: rgb(229.8, 147, 143.4);--color-error-dark: rgb(191.7, 67.5, 62.1);--color-error-darker: rgb(127.8, 45, 41.4);--color-error-10: rgb(250.8, 237, 236.4);--color-error-20: rgb(246.6, 219, 217.8);--color-error-30: rgb(242.4, 201, 199.2);--color-error-40: rgb(238.2, 183, 180.6);--color-error-50: #eaa5a2;--color-error-60: rgb(229.8, 147, 143.4);--color-error-70: rgb(225.6, 129, 124.8);--color-error-80: rgb(221.4, 111, 106.2);--color-error-90: rgb(217.2, 93, 87.6);--color-warning: #f6b842;--color-warning-bright: rgb(246.9, 191.1, 84.9);--color-warning-brighter: rgb(249.6, 212.4, 141.6);--color-warning-dark: rgb(221.4, 165.6, 59.4);--color-warning-darker: rgb(147.6, 110.4, 39.6);--color-warning-10: rgb(254.1, 247.9, 236.1);--color-warning-20: rgb(253.2, 240.8, 217.2);--color-warning-30: rgb(252.3, 233.7, 198.3);--color-warning-40: rgb(251.4, 226.6, 179.4);--color-warning-50: rgb(250.5, 219.5, 160.5);--color-warning-60: rgb(249.6, 212.4, 141.6);--color-warning-70: rgb(248.7, 205.3, 122.7);--color-warning-80: rgb(247.8, 198.2, 103.8);--color-warning-90: rgb(246.9, 191.1, 84.9);--color-info: #7166de;--color-info-bright: rgb(127.2, 117.3, 225.3);--color-info-brighter: rgb(169.8, 163.2, 235.2);--color-info-dark: rgb(101.7, 91.8, 199.8);--color-info-darker: rgb(67.8, 61.2, 133.2);--color-info-10: rgb(240.8, 239.7, 251.7);--color-info-20: rgb(226.6, 224.4, 248.4);--color-info-30: rgb(212.4, 209.1, 245.1);--color-info-40: rgb(198.2, 193.8, 241.8);--color-info-50: rgb(184, 178.5, 238.5);--color-info-60: rgb(169.8, 163.2, 235.2);--color-info-70: rgb(155.6, 147.9, 231.9);--color-info-80: rgb(141.4, 132.6, 228.6);--color-info-90: rgb(127.2, 117.3, 225.3);--color-surface: #1b2240;--color-surface-bright: rgb(49.8, 56.1, 83.1);--color-surface-brighter: rgb(118.2, 122.4, 140.4);--color-surface-dark: rgb(24.3, 30.6, 57.6);--color-surface-darker: rgb(16.2, 20.4, 38.4);--color-surface-10: rgb(232.2, 232.9, 235.9);--color-surface-20: rgb(209.4, 210.8, 216.8);--color-surface-30: rgb(186.6, 188.7, 197.7);--color-surface-40: rgb(163.8, 166.6, 178.6);--color-surface-50: rgb(141, 144.5, 159.5);--color-surface-60: rgb(118.2, 122.4, 140.4);--color-surface-70: rgb(95.4, 100.3, 121.3);--color-surface-80: rgb(72.6, 78.2, 102.2);--color-surface-90: rgb(49.8, 56.1, 83.1);--color-bg: #1b2240;--color-bg-bright: rgb(49.8, 56.1, 83.1);--color-bg-brighter: rgb(118.2, 122.4, 140.4);--color-bg-dark: rgb(24.3, 30.6, 57.6);--color-bg-darker: rgb(16.2, 20.4, 38.4);--color-bg-10: rgb(232.2, 232.9, 235.9);--color-bg-20: rgb(209.4, 210.8, 216.8);--color-bg-30: rgb(186.6, 188.7, 197.7);--color-bg-40: rgb(163.8, 166.6, 178.6);--color-bg-50: rgb(141, 144.5, 159.5);--color-bg-60: rgb(118.2, 122.4, 140.4);--color-bg-70: rgb(95.4, 100.3, 121.3);--color-bg-80: rgb(72.6, 78.2, 102.2);--color-bg-90: rgb(49.8, 56.1, 83.1);--color-body-bg: #11142c;--color-body-bg-bright: rgb(40.8, 43.5, 65.1);--color-body-bg-brighter: rgb(112.2, 114, 128.4);--color-body-bg-dark: rgb(15.3, 18, 39.6);--color-body-bg-darker: rgb(10.2, 12, 26.4);--color-body-bg-10: rgb(231.2, 231.5, 233.9);--color-body-bg-20: rgb(207.4, 208, 212.8);--color-body-bg-30: rgb(183.6, 184.5, 191.7);--color-body-bg-40: rgb(159.8, 161, 170.6);--color-body-bg-50: rgb(136, 137.5, 149.5);--color-body-bg-60: rgb(112.2, 114, 128.4);--color-body-bg-70: rgb(88.4, 90.5, 107.3);--color-body-bg-80: rgb(64.6, 67, 86.2);--color-body-bg-90: rgb(40.8, 43.5, 65.1);--color-disabled: #c4c4c4;--color-disabled-bright: rgb(201.9, 201.9, 201.9);--color-disabled-brighter: rgb(219.6, 219.6, 219.6);--color-disabled-dark: rgb(176.4, 176.4, 176.4);--color-disabled-darker: rgb(117.6, 117.6, 117.6);--color-disabled-10: rgb(249.1, 249.1, 249.1);--color-disabled-20: rgb(243.2, 243.2, 243.2);--color-disabled-30: rgb(237.3, 237.3, 237.3);--color-disabled-40: rgb(231.4, 231.4, 231.4);--color-disabled-50: rgb(225.5, 225.5, 225.5);--color-disabled-60: rgb(219.6, 219.6, 219.6);--color-disabled-70: rgb(213.7, 213.7, 213.7);--color-disabled-80: rgb(207.8, 207.8, 207.8);--color-disabled-90: rgb(201.9, 201.9, 201.9);--color-widget-bg: rgb(49.8, 56.1, 83.1);--color-widget-bg-bright: rgb(70.32, 75.99, 100.29);--color-widget-bg-brighter: rgb(131.88, 135.66, 151.86);--color-widget-bg-dark: rgb(44.82, 50.49, 74.79);--color-widget-bg-darker: rgb(29.88, 33.66, 49.86);--color-widget-bg-10: rgb(234.48, 235.11, 237.81);--color-widget-bg-20: rgb(213.96, 215.22, 220.62);--color-widget-bg-30: rgb(193.44, 195.33, 203.43);--color-widget-bg-40: rgb(172.92, 175.44, 186.24);--color-widget-bg-50: rgb(152.4, 155.55, 169.05);--color-widget-bg-60: rgb(131.88, 135.66, 151.86);--color-widget-bg-70: rgb(111.36, 115.77, 134.67);--color-widget-bg-80: rgb(90.84, 95.88, 117.48);--color-widget-bg-90: rgb(70.32, 75.99, 100.29);--color-input-bg-bright: rgb(49.8, 56.1, 83.1);--color-input-bg-brighter: rgb(118.2, 122.4, 140.4);--color-input-bg-dark: rgb(24.3, 30.6, 57.6);--color-input-bg-darker: rgb(16.2, 20.4, 38.4);--color-input-bg-10: rgb(232.2, 232.9, 235.9);--color-input-bg-20: rgb(209.4, 210.8, 216.8);--color-input-bg-30: rgb(186.6, 188.7, 197.7);--color-input-bg-40: rgb(163.8, 166.6, 178.6);--color-input-bg-50: rgb(141, 144.5, 159.5);--color-input-bg-60: rgb(118.2, 122.4, 140.4);--color-input-bg-70: rgb(95.4, 100.3, 121.3);--color-input-bg-80: rgb(72.6, 78.2, 102.2);--color-input-bg-90: rgb(49.8, 56.1, 83.1);--color-text: rgba(255, 255, 255, .95);--color-text-bright: rgba(255, 255, 255, .955);--color-text-brighter: rgba(255, 255, 255, .97);--color-text-dark: rgba(227.109375, 227.109375, 227.109375, .955);--color-text-darker: rgba(146.8181818182, 146.8181818182, 146.8181818182, .97);--color-text-10: rgba(255, 255, 255, .995);--color-text-20: rgba(255, 255, 255, .99);--color-text-30: rgba(255, 255, 255, .985);--color-text-40: rgba(255, 255, 255, .98);--color-text-50: rgba(255, 255, 255, .975);--color-text-60: rgba(255, 255, 255, .97);--color-text-70: rgba(255, 255, 255, .965);--color-text-80: rgba(255, 255, 255, .96);--color-text-90: rgba(255, 255, 255, .955);--color-muted: rgba(255, 255, 255, .4);--color-muted-bright: rgba(255, 255, 255, .46);--color-muted-brighter: rgba(255, 255, 255, .64);--color-muted-dark: rgba(176.5384615385, 176.5384615385, 176.5384615385, .46);--color-muted-darker: rgba(69.5454545455, 69.5454545455, 69.5454545455, .64);--color-muted-10: rgba(255, 255, 255, .94);--color-muted-20: rgba(255, 255, 255, .88);--color-muted-30: rgba(255, 255, 255, .82);--color-muted-40: rgba(255, 255, 255, .76);--color-muted-50: rgba(255, 255, 255, .7);--color-muted-60: rgba(255, 255, 255, .64);--color-muted-70: rgba(255, 255, 255, .58);--color-muted-80: rgba(255, 255, 255, .52);--color-muted-90: rgba(255, 255, 255, .46);--color-title: rgba(255, 255, 255, .87);--color-title-bright: rgba(255, 255, 255, .883);--color-title-brighter: rgba(255, 255, 255, .922);--color-title-dark: rgba(222.8404017857, 222.8404017857, 222.8404017857, .883);--color-title-darker: rgba(136.6632443532, 136.6632443532, 136.6632443532, .922);--color-title-10: rgba(255, 255, 255, .987);--color-title-20: rgba(255, 255, 255, .974);--color-title-30: rgba(255, 255, 255, .961);--color-title-40: rgba(255, 255, 255, .948);--color-title-50: rgba(255, 255, 255, .935);--color-title-60: rgba(255, 255, 255, .922);--color-title-70: rgba(255, 255, 255, .909);--color-title-80: rgba(255, 255, 255, .896);--color-title-90: rgba(255, 255, 255, .883);--color-shadow: rgba(0, 0, 0, .175);--color-shadow-bright: rgba(136.875, 136.875, 136.875, .2575);--color-shadow-brighter: rgba(222.9341317365, 222.9341317365, 222.9341317365, .505);--color-shadow-dark: rgba(0, 0, 0, .2575);--color-shadow-darker: rgba(0, 0, 0, .505);--color-shadow-10: rgba(252.311746988, 252.311746988, 252.311746988, .9175);--color-shadow-20: rgba(249.0301003344, 249.0301003344, 249.0301003344, .835);--color-shadow-30: rgba(244.9342105263, 244.9342105263, 244.9342105263, .7525);--color-shadow-40: rgba(239.678111588, 239.678111588, 239.678111588, .67);--color-shadow-50: rgba(232.6875, 232.6875, 232.6875, .5875);--color-shadow-60: rgba(222.9341317365, 222.9341317365, 222.9341317365, .505);--color-shadow-70: rgba(208.3768656716, 208.3768656716, 208.3768656716, .4225);--color-shadow-80: rgba(184.3069306931, 184.3069306931, 184.3069306931, .34);--color-shadow-90: rgba(136.875, 136.875, 136.875, .2575);--color-white: #000000;--color-white-bright: rgb(25.5, 25.5, 25.5);--color-white-brighter: #666666;--color-white-dark: black;--color-white-darker: black;--color-white-10: rgb(229.5, 229.5, 229.5);--color-white-20: #cccccc;--color-white-30: rgb(178.5, 178.5, 178.5);--color-white-40: #999999;--color-white-50: rgb(127.5, 127.5, 127.5);--color-white-60: #666666;--color-white-70: rgb(76.5, 76.5, 76.5);--color-white-80: #333333;--color-white-90: rgb(25.5, 25.5, 25.5);--color-dark: #ffffff;--color-dark-bright: white;--color-dark-brighter: white;--color-dark-dark: rgb(229.5, 229.5, 229.5);--color-dark-darker: #999999;--color-dark-10: white;--color-dark-20: white;--color-dark-30: white;--color-dark-40: white;--color-dark-50: white;--color-dark-60: white;--color-dark-70: white;--color-dark-80: white;--color-dark-90: white;--color-input-bg: #1b2240;--color-card-bg: rgb(49.8, 56.1, 83.1);--shadow: 1px 1px 3px 1px rgb(0 0 0 / .05);--shadow-small: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-inset: inset 0 0 3px 0px rgba(0, 0, 0, .175);--color-card-bg-primary: #9000ff;--color-card-bg-primary-bright: rgb(155.1, 25.5, 255);--color-card-bg-primary-brighter: rgb(188.4, 102, 255);--color-card-bg-primary-dark: rgb(129.6, 0, 229.5);--color-card-bg-primary-darker: rgb(86.4, 0, 153);--color-card-bg-secondary: #343a62;--color-card-bg-secondary-bright: rgb(72.3, 77.7, 113.7);--color-card-bg-secondary-brighter: rgb(133.2, 136.8, 160.8);--color-card-bg-secondary-dark: rgb(46.8, 52.2, 88.2);--color-card-bg-secondary-darker: rgb(31.2, 34.8, 58.8);--color-card-bg-accent: #d73eb4;--color-card-bg-accent-bright: rgb(219, 81.3, 187.5);--color-card-bg-accent-brighter: rgb(231, 139.2, 210);--color-card-bg-accent-dark: rgb(193.5, 55.8, 162);--color-card-bg-accent-darker: rgb(129, 37.2, 108);--color-card-bg-success: #17bd4c;--color-card-bg-success-bright: rgb(46.2, 195.6, 93.9);--color-card-bg-success-brighter: rgb(115.8, 215.4, 147.6);--color-card-bg-success-dark: rgb(20.7, 170.1, 68.4);--color-card-bg-success-darker: rgb(13.8, 113.4, 45.6);--color-card-bg-error: #d54b45;--color-card-bg-error-bright: rgb(217.2, 93, 87.6);--color-card-bg-error-brighter: rgb(229.8, 147, 143.4);--color-card-bg-error-dark: rgb(191.7, 67.5, 62.1);--color-card-bg-error-darker: rgb(127.8, 45, 41.4);--color-card-bg-warning: #f6b842;--color-card-bg-warning-bright: rgb(246.9, 191.1, 84.9);--color-card-bg-warning-brighter: rgb(249.6, 212.4, 141.6);--color-card-bg-warning-dark: rgb(221.4, 165.6, 59.4);--color-card-bg-warning-darker: rgb(147.6, 110.4, 39.6);--color-card-bg-info: #7166de;--color-card-bg-info-bright: rgb(127.2, 117.3, 225.3);--color-card-bg-info-brighter: rgb(169.8, 163.2, 235.2);--color-card-bg-info-dark: rgb(101.7, 91.8, 199.8);--color-card-bg-info-darker: rgb(67.8, 61.2, 133.2);--color-card-bg-white: #000000;--color-card-bg-white-bright: rgb(25.5, 25.5, 25.5);--color-card-bg-white-brighter: #666666;--color-card-bg-white-dark: black;--color-card-bg-white-darker: black;--color-card-bg-dark: #ffffff;--color-card-bg-dark-bright: white;--color-card-bg-dark-brighter: white;--color-card-bg-dark-dark: rgb(229.5, 229.5, 229.5);--color-card-bg-dark-darker: #999999;--color-card-bg-muted: rgba(255, 255, 255, .4);--color-card-bg-muted-bright: rgba(255, 255, 255, .46);--color-card-bg-muted-brighter: rgba(255, 255, 255, .64);--color-card-bg-muted-dark: rgba(176.5384615385, 176.5384615385, 176.5384615385, .46);--color-card-bg-muted-darker: rgba(69.5454545455, 69.5454545455, 69.5454545455, .64)}[data-theme=light]{border-top:1px solid rgba(0,127,255,.5)}[data-theme=light] .bg-primary{background-color:var(--color-primary)}[data-theme=light] .text-primary{color:var(--color-primary)}[data-theme=light] .border-primary{border-color:var(--color-primary)}[data-theme=light] .text-primary-bright{color:var(--color-primary-bright)}[data-theme=light] .bg-primary-bright{background-color:var(--color-primary-bright)}[data-theme=light] .border-primary-bright{border-color:var(--color-primary-bright)}[data-theme=light] .text-primary-brighter{color:var(--color-primary-brighter)}[data-theme=light] .bg-primary-brighter{background-color:var(--color-primary-brighter)}[data-theme=light] .border-primary-brighter{border-color:var(--color-primary-brighter)}[data-theme=light] .text-primary-dark{color:var(--color-primary-dark)}[data-theme=light] .bg-primary-dark{background-color:var(--color-primary-dark)}[data-theme=light] .border-primary-dark{border-color:var(--color-primary-dark)}[data-theme=light] .text-primary-darker{color:var(--color-primary-darker)}[data-theme=light] .bg-primary-darker{background-color:var(--color-primary-darker)}[data-theme=light] .border-primary-darker{border-color:var(--color-primary-darker)}[data-theme=light] .bg-secondary{background-color:var(--color-secondary)}[data-theme=light] .text-secondary{color:var(--color-secondary)}[data-theme=light] .border-secondary{border-color:var(--color-secondary)}[data-theme=light] .text-secondary-bright{color:var(--color-secondary-bright)}[data-theme=light] .bg-secondary-bright{background-color:var(--color-secondary-bright)}[data-theme=light] .border-secondary-bright{border-color:var(--color-secondary-bright)}[data-theme=light] .text-secondary-brighter{color:var(--color-secondary-brighter)}[data-theme=light] .bg-secondary-brighter{background-color:var(--color-secondary-brighter)}[data-theme=light] .border-secondary-brighter{border-color:var(--color-secondary-brighter)}[data-theme=light] .text-secondary-dark{color:var(--color-secondary-dark)}[data-theme=light] .bg-secondary-dark{background-color:var(--color-secondary-dark)}[data-theme=light] .border-secondary-dark{border-color:var(--color-secondary-dark)}[data-theme=light] .text-secondary-darker{color:var(--color-secondary-darker)}[data-theme=light] .bg-secondary-darker{background-color:var(--color-secondary-darker)}[data-theme=light] .border-secondary-darker{border-color:var(--color-secondary-darker)}[data-theme=light] .bg-accent{background-color:var(--color-accent)}[data-theme=light] .text-accent{color:var(--color-accent)}[data-theme=light] .border-accent{border-color:var(--color-accent)}[data-theme=light] .text-accent-bright{color:var(--color-accent-bright)}[data-theme=light] .bg-accent-bright{background-color:var(--color-accent-bright)}[data-theme=light] .border-accent-bright{border-color:var(--color-accent-bright)}[data-theme=light] .text-accent-brighter{color:var(--color-accent-brighter)}[data-theme=light] .bg-accent-brighter{background-color:var(--color-accent-brighter)}[data-theme=light] .border-accent-brighter{border-color:var(--color-accent-brighter)}[data-theme=light] .text-accent-dark{color:var(--color-accent-dark)}[data-theme=light] .bg-accent-dark{background-color:var(--color-accent-dark)}[data-theme=light] .border-accent-dark{border-color:var(--color-accent-dark)}[data-theme=light] .text-accent-darker{color:var(--color-accent-darker)}[data-theme=light] .bg-accent-darker{background-color:var(--color-accent-darker)}[data-theme=light] .border-accent-darker{border-color:var(--color-accent-darker)}[data-theme=light] .bg-success{background-color:var(--color-success)}[data-theme=light] .text-success{color:var(--color-success)}[data-theme=light] .border-success{border-color:var(--color-success)}[data-theme=light] .text-success-bright{color:var(--color-success-bright)}[data-theme=light] .bg-success-bright{background-color:var(--color-success-bright)}[data-theme=light] .border-success-bright{border-color:var(--color-success-bright)}[data-theme=light] .text-success-brighter{color:var(--color-success-brighter)}[data-theme=light] .bg-success-brighter{background-color:var(--color-success-brighter)}[data-theme=light] .border-success-brighter{border-color:var(--color-success-brighter)}[data-theme=light] .text-success-dark{color:var(--color-success-dark)}[data-theme=light] .bg-success-dark{background-color:var(--color-success-dark)}[data-theme=light] .border-success-dark{border-color:var(--color-success-dark)}[data-theme=light] .text-success-darker{color:var(--color-success-darker)}[data-theme=light] .bg-success-darker{background-color:var(--color-success-darker)}[data-theme=light] .border-success-darker{border-color:var(--color-success-darker)}[data-theme=light] .bg-error{background-color:var(--color-error)}[data-theme=light] .text-error{color:var(--color-error)}[data-theme=light] .border-error{border-color:var(--color-error)}[data-theme=light] .text-error-bright{color:var(--color-error-bright)}[data-theme=light] .bg-error-bright{background-color:var(--color-error-bright)}[data-theme=light] .border-error-bright{border-color:var(--color-error-bright)}[data-theme=light] .text-error-brighter{color:var(--color-error-brighter)}[data-theme=light] .bg-error-brighter{background-color:var(--color-error-brighter)}[data-theme=light] .border-error-brighter{border-color:var(--color-error-brighter)}[data-theme=light] .text-error-dark{color:var(--color-error-dark)}[data-theme=light] .bg-error-dark{background-color:var(--color-error-dark)}[data-theme=light] .border-error-dark{border-color:var(--color-error-dark)}[data-theme=light] .text-error-darker{color:var(--color-error-darker)}[data-theme=light] .bg-error-darker{background-color:var(--color-error-darker)}[data-theme=light] .border-error-darker{border-color:var(--color-error-darker)}[data-theme=light] .bg-warning{background-color:var(--color-warning)}[data-theme=light] .text-warning{color:var(--color-warning)}[data-theme=light] .border-warning{border-color:var(--color-warning)}[data-theme=light] .text-warning-bright{color:var(--color-warning-bright)}[data-theme=light] .bg-warning-bright{background-color:var(--color-warning-bright)}[data-theme=light] .border-warning-bright{border-color:var(--color-warning-bright)}[data-theme=light] .text-warning-brighter{color:var(--color-warning-brighter)}[data-theme=light] .bg-warning-brighter{background-color:var(--color-warning-brighter)}[data-theme=light] .border-warning-brighter{border-color:var(--color-warning-brighter)}[data-theme=light] .text-warning-dark{color:var(--color-warning-dark)}[data-theme=light] .bg-warning-dark{background-color:var(--color-warning-dark)}[data-theme=light] .border-warning-dark{border-color:var(--color-warning-dark)}[data-theme=light] .text-warning-darker{color:var(--color-warning-darker)}[data-theme=light] .bg-warning-darker{background-color:var(--color-warning-darker)}[data-theme=light] .border-warning-darker{border-color:var(--color-warning-darker)}[data-theme=light] .bg-info{background-color:var(--color-info)}[data-theme=light] .text-info{color:var(--color-info)}[data-theme=light] .border-info{border-color:var(--color-info)}[data-theme=light] .text-info-bright{color:var(--color-info-bright)}[data-theme=light] .bg-info-bright{background-color:var(--color-info-bright)}[data-theme=light] .border-info-bright{border-color:var(--color-info-bright)}[data-theme=light] .text-info-brighter{color:var(--color-info-brighter)}[data-theme=light] .bg-info-brighter{background-color:var(--color-info-brighter)}[data-theme=light] .border-info-brighter{border-color:var(--color-info-brighter)}[data-theme=light] .text-info-dark{color:var(--color-info-dark)}[data-theme=light] .bg-info-dark{background-color:var(--color-info-dark)}[data-theme=light] .border-info-dark{border-color:var(--color-info-dark)}[data-theme=light] .text-info-darker{color:var(--color-info-darker)}[data-theme=light] .bg-info-darker{background-color:var(--color-info-darker)}[data-theme=light] .border-info-darker{border-color:var(--color-info-darker)}[data-theme=light] .bg-white{background-color:var(--color-white)}[data-theme=light] .text-white{color:var(--color-white)}[data-theme=light] .border-white{border-color:var(--color-white)}[data-theme=light] .text-white-bright{color:var(--color-white-bright)}[data-theme=light] .bg-white-bright{background-color:var(--color-white-bright)}[data-theme=light] .border-white-bright{border-color:var(--color-white-bright)}[data-theme=light] .text-white-brighter{color:var(--color-white-brighter)}[data-theme=light] .bg-white-brighter{background-color:var(--color-white-brighter)}[data-theme=light] .border-white-brighter{border-color:var(--color-white-brighter)}[data-theme=light] .text-white-dark{color:var(--color-white-dark)}[data-theme=light] .bg-white-dark{background-color:var(--color-white-dark)}[data-theme=light] .border-white-dark{border-color:var(--color-white-dark)}[data-theme=light] .text-white-darker{color:var(--color-white-darker)}[data-theme=light] .bg-white-darker{background-color:var(--color-white-darker)}[data-theme=light] .border-white-darker{border-color:var(--color-white-darker)}[data-theme=light] .bg-dark{background-color:var(--color-dark)}[data-theme=light] .text-dark{color:var(--color-dark)}[data-theme=light] .border-dark{border-color:var(--color-dark)}[data-theme=light] .text-dark-bright{color:var(--color-dark-bright)}[data-theme=light] .bg-dark-bright{background-color:var(--color-dark-bright)}[data-theme=light] .border-dark-bright{border-color:var(--color-dark-bright)}[data-theme=light] .text-dark-brighter{color:var(--color-dark-brighter)}[data-theme=light] .bg-dark-brighter{background-color:var(--color-dark-brighter)}[data-theme=light] .border-dark-brighter{border-color:var(--color-dark-brighter)}[data-theme=light] .text-dark-dark{color:var(--color-dark-dark)}[data-theme=light] .bg-dark-dark{background-color:var(--color-dark-dark)}[data-theme=light] .border-dark-dark{border-color:var(--color-dark-dark)}[data-theme=light] .text-dark-darker{color:var(--color-dark-darker)}[data-theme=light] .bg-dark-darker{background-color:var(--color-dark-darker)}[data-theme=light] .border-dark-darker{border-color:var(--color-dark-darker)}[data-theme=light] .bg-muted{background-color:var(--color-muted)}[data-theme=light] .text-muted{color:var(--color-muted)}[data-theme=light] .border-muted{border-color:var(--color-muted)}[data-theme=light] .text-muted-bright{color:var(--color-muted-bright)}[data-theme=light] .bg-muted-bright{background-color:var(--color-muted-bright)}[data-theme=light] .border-muted-bright{border-color:var(--color-muted-bright)}[data-theme=light] .text-muted-brighter{color:var(--color-muted-brighter)}[data-theme=light] .bg-muted-brighter{background-color:var(--color-muted-brighter)}[data-theme=light] .border-muted-brighter{border-color:var(--color-muted-brighter)}[data-theme=light] .text-muted-dark{color:var(--color-muted-dark)}[data-theme=light] .bg-muted-dark{background-color:var(--color-muted-dark)}[data-theme=light] .border-muted-dark{border-color:var(--color-muted-dark)}[data-theme=light] .text-muted-darker{color:var(--color-muted-darker)}[data-theme=light] .bg-muted-darker{background-color:var(--color-muted-darker)}[data-theme=light] .border-muted-darker{border-color:var(--color-muted-darker)}[data-theme=light] .bg-bright{background-color:var(--color-bg-bright)}[data-theme=light] .text-bright{color:var(--color-text-bright)}[data-theme=light] .bg-brighter{background-color:var(--color-bg-brighter)}[data-theme=light] .text-brighter{color:var(--color-text-brighter)}[data-theme=light] .bg-dark{background-color:var(--color-bg-dark)}[data-theme=light] .text-dark{color:var(--color-text-dark)}[data-theme=light] .bg-darker{background-color:var(--color-bg-darker)}[data-theme=light] .text-darker{color:var(--color-text-darker)}[data-theme=dark]{border-top:1px solid rgba(144,0,255,.5)}[data-theme=dark] .bg-primary{background-color:var(--color-primary)}[data-theme=dark] .text-primary{color:var(--color-primary)}[data-theme=dark] .border-primary{border-color:var(--color-primary)}[data-theme=dark] .text-primary-bright{color:var(--color-primary-bright)}[data-theme=dark] .bg-primary-bright{background-color:var(--color-primary-bright)}[data-theme=dark] .border-primary-bright{border-color:var(--color-primary-bright)}[data-theme=dark] .text-primary-brighter{color:var(--color-primary-brighter)}[data-theme=dark] .bg-primary-brighter{background-color:var(--color-primary-brighter)}[data-theme=dark] .border-primary-brighter{border-color:var(--color-primary-brighter)}[data-theme=dark] .text-primary-dark{color:var(--color-primary-dark)}[data-theme=dark] .bg-primary-dark{background-color:var(--color-primary-dark)}[data-theme=dark] .border-primary-dark{border-color:var(--color-primary-dark)}[data-theme=dark] .text-primary-darker{color:var(--color-primary-darker)}[data-theme=dark] .bg-primary-darker{background-color:var(--color-primary-darker)}[data-theme=dark] .border-primary-darker{border-color:var(--color-primary-darker)}[data-theme=dark] .bg-secondary{background-color:var(--color-secondary)}[data-theme=dark] .text-secondary{color:var(--color-secondary)}[data-theme=dark] .border-secondary{border-color:var(--color-secondary)}[data-theme=dark] .text-secondary-bright{color:var(--color-secondary-bright)}[data-theme=dark] .bg-secondary-bright{background-color:var(--color-secondary-bright)}[data-theme=dark] .border-secondary-bright{border-color:var(--color-secondary-bright)}[data-theme=dark] .text-secondary-brighter{color:var(--color-secondary-brighter)}[data-theme=dark] .bg-secondary-brighter{background-color:var(--color-secondary-brighter)}[data-theme=dark] .border-secondary-brighter{border-color:var(--color-secondary-brighter)}[data-theme=dark] .text-secondary-dark{color:var(--color-secondary-dark)}[data-theme=dark] .bg-secondary-dark{background-color:var(--color-secondary-dark)}[data-theme=dark] .border-secondary-dark{border-color:var(--color-secondary-dark)}[data-theme=dark] .text-secondary-darker{color:var(--color-secondary-darker)}[data-theme=dark] .bg-secondary-darker{background-color:var(--color-secondary-darker)}[data-theme=dark] .border-secondary-darker{border-color:var(--color-secondary-darker)}[data-theme=dark] .bg-accent{background-color:var(--color-accent)}[data-theme=dark] .text-accent{color:var(--color-accent)}[data-theme=dark] .border-accent{border-color:var(--color-accent)}[data-theme=dark] .text-accent-bright{color:var(--color-accent-bright)}[data-theme=dark] .bg-accent-bright{background-color:var(--color-accent-bright)}[data-theme=dark] .border-accent-bright{border-color:var(--color-accent-bright)}[data-theme=dark] .text-accent-brighter{color:var(--color-accent-brighter)}[data-theme=dark] .bg-accent-brighter{background-color:var(--color-accent-brighter)}[data-theme=dark] .border-accent-brighter{border-color:var(--color-accent-brighter)}[data-theme=dark] .text-accent-dark{color:var(--color-accent-dark)}[data-theme=dark] .bg-accent-dark{background-color:var(--color-accent-dark)}[data-theme=dark] .border-accent-dark{border-color:var(--color-accent-dark)}[data-theme=dark] .text-accent-darker{color:var(--color-accent-darker)}[data-theme=dark] .bg-accent-darker{background-color:var(--color-accent-darker)}[data-theme=dark] .border-accent-darker{border-color:var(--color-accent-darker)}[data-theme=dark] .bg-success{background-color:var(--color-success)}[data-theme=dark] .text-success{color:var(--color-success)}[data-theme=dark] .border-success{border-color:var(--color-success)}[data-theme=dark] .text-success-bright{color:var(--color-success-bright)}[data-theme=dark] .bg-success-bright{background-color:var(--color-success-bright)}[data-theme=dark] .border-success-bright{border-color:var(--color-success-bright)}[data-theme=dark] .text-success-brighter{color:var(--color-success-brighter)}[data-theme=dark] .bg-success-brighter{background-color:var(--color-success-brighter)}[data-theme=dark] .border-success-brighter{border-color:var(--color-success-brighter)}[data-theme=dark] .text-success-dark{color:var(--color-success-dark)}[data-theme=dark] .bg-success-dark{background-color:var(--color-success-dark)}[data-theme=dark] .border-success-dark{border-color:var(--color-success-dark)}[data-theme=dark] .text-success-darker{color:var(--color-success-darker)}[data-theme=dark] .bg-success-darker{background-color:var(--color-success-darker)}[data-theme=dark] .border-success-darker{border-color:var(--color-success-darker)}[data-theme=dark] .bg-error{background-color:var(--color-error)}[data-theme=dark] .text-error{color:var(--color-error)}[data-theme=dark] .border-error{border-color:var(--color-error)}[data-theme=dark] .text-error-bright{color:var(--color-error-bright)}[data-theme=dark] .bg-error-bright{background-color:var(--color-error-bright)}[data-theme=dark] .border-error-bright{border-color:var(--color-error-bright)}[data-theme=dark] .text-error-brighter{color:var(--color-error-brighter)}[data-theme=dark] .bg-error-brighter{background-color:var(--color-error-brighter)}[data-theme=dark] .border-error-brighter{border-color:var(--color-error-brighter)}[data-theme=dark] .text-error-dark{color:var(--color-error-dark)}[data-theme=dark] .bg-error-dark{background-color:var(--color-error-dark)}[data-theme=dark] .border-error-dark{border-color:var(--color-error-dark)}[data-theme=dark] .text-error-darker{color:var(--color-error-darker)}[data-theme=dark] .bg-error-darker{background-color:var(--color-error-darker)}[data-theme=dark] .border-error-darker{border-color:var(--color-error-darker)}[data-theme=dark] .bg-warning{background-color:var(--color-warning)}[data-theme=dark] .text-warning{color:var(--color-warning)}[data-theme=dark] .border-warning{border-color:var(--color-warning)}[data-theme=dark] .text-warning-bright{color:var(--color-warning-bright)}[data-theme=dark] .bg-warning-bright{background-color:var(--color-warning-bright)}[data-theme=dark] .border-warning-bright{border-color:var(--color-warning-bright)}[data-theme=dark] .text-warning-brighter{color:var(--color-warning-brighter)}[data-theme=dark] .bg-warning-brighter{background-color:var(--color-warning-brighter)}[data-theme=dark] .border-warning-brighter{border-color:var(--color-warning-brighter)}[data-theme=dark] .text-warning-dark{color:var(--color-warning-dark)}[data-theme=dark] .bg-warning-dark{background-color:var(--color-warning-dark)}[data-theme=dark] .border-warning-dark{border-color:var(--color-warning-dark)}[data-theme=dark] .text-warning-darker{color:var(--color-warning-darker)}[data-theme=dark] .bg-warning-darker{background-color:var(--color-warning-darker)}[data-theme=dark] .border-warning-darker{border-color:var(--color-warning-darker)}[data-theme=dark] .bg-info{background-color:var(--color-info)}[data-theme=dark] .text-info{color:var(--color-info)}[data-theme=dark] .border-info{border-color:var(--color-info)}[data-theme=dark] .text-info-bright{color:var(--color-info-bright)}[data-theme=dark] .bg-info-bright{background-color:var(--color-info-bright)}[data-theme=dark] .border-info-bright{border-color:var(--color-info-bright)}[data-theme=dark] .text-info-brighter{color:var(--color-info-brighter)}[data-theme=dark] .bg-info-brighter{background-color:var(--color-info-brighter)}[data-theme=dark] .border-info-brighter{border-color:var(--color-info-brighter)}[data-theme=dark] .text-info-dark{color:var(--color-info-dark)}[data-theme=dark] .bg-info-dark{background-color:var(--color-info-dark)}[data-theme=dark] .border-info-dark{border-color:var(--color-info-dark)}[data-theme=dark] .text-info-darker{color:var(--color-info-darker)}[data-theme=dark] .bg-info-darker{background-color:var(--color-info-darker)}[data-theme=dark] .border-info-darker{border-color:var(--color-info-darker)}[data-theme=dark] .bg-white{background-color:var(--color-white)}[data-theme=dark] .text-white{color:var(--color-white)}[data-theme=dark] .border-white{border-color:var(--color-white)}[data-theme=dark] .text-white-bright{color:var(--color-white-bright)}[data-theme=dark] .bg-white-bright{background-color:var(--color-white-bright)}[data-theme=dark] .border-white-bright{border-color:var(--color-white-bright)}[data-theme=dark] .text-white-brighter{color:var(--color-white-brighter)}[data-theme=dark] .bg-white-brighter{background-color:var(--color-white-brighter)}[data-theme=dark] .border-white-brighter{border-color:var(--color-white-brighter)}[data-theme=dark] .text-white-dark{color:var(--color-white-dark)}[data-theme=dark] .bg-white-dark{background-color:var(--color-white-dark)}[data-theme=dark] .border-white-dark{border-color:var(--color-white-dark)}[data-theme=dark] .text-white-darker{color:var(--color-white-darker)}[data-theme=dark] .bg-white-darker{background-color:var(--color-white-darker)}[data-theme=dark] .border-white-darker{border-color:var(--color-white-darker)}[data-theme=dark] .bg-dark{background-color:var(--color-dark)}[data-theme=dark] .text-dark{color:var(--color-dark)}[data-theme=dark] .border-dark{border-color:var(--color-dark)}[data-theme=dark] .text-dark-bright{color:var(--color-dark-bright)}[data-theme=dark] .bg-dark-bright{background-color:var(--color-dark-bright)}[data-theme=dark] .border-dark-bright{border-color:var(--color-dark-bright)}[data-theme=dark] .text-dark-brighter{color:var(--color-dark-brighter)}[data-theme=dark] .bg-dark-brighter{background-color:var(--color-dark-brighter)}[data-theme=dark] .border-dark-brighter{border-color:var(--color-dark-brighter)}[data-theme=dark] .text-dark-dark{color:var(--color-dark-dark)}[data-theme=dark] .bg-dark-dark{background-color:var(--color-dark-dark)}[data-theme=dark] .border-dark-dark{border-color:var(--color-dark-dark)}[data-theme=dark] .text-dark-darker{color:var(--color-dark-darker)}[data-theme=dark] .bg-dark-darker{background-color:var(--color-dark-darker)}[data-theme=dark] .border-dark-darker{border-color:var(--color-dark-darker)}[data-theme=dark] .bg-muted{background-color:var(--color-muted)}[data-theme=dark] .text-muted{color:var(--color-muted)}[data-theme=dark] .border-muted{border-color:var(--color-muted)}[data-theme=dark] .text-muted-bright{color:var(--color-muted-bright)}[data-theme=dark] .bg-muted-bright{background-color:var(--color-muted-bright)}[data-theme=dark] .border-muted-bright{border-color:var(--color-muted-bright)}[data-theme=dark] .text-muted-brighter{color:var(--color-muted-brighter)}[data-theme=dark] .bg-muted-brighter{background-color:var(--color-muted-brighter)}[data-theme=dark] .border-muted-brighter{border-color:var(--color-muted-brighter)}[data-theme=dark] .text-muted-dark{color:var(--color-muted-dark)}[data-theme=dark] .bg-muted-dark{background-color:var(--color-muted-dark)}[data-theme=dark] .border-muted-dark{border-color:var(--color-muted-dark)}[data-theme=dark] .text-muted-darker{color:var(--color-muted-darker)}[data-theme=dark] .bg-muted-darker{background-color:var(--color-muted-darker)}[data-theme=dark] .border-muted-darker{border-color:var(--color-muted-darker)}[data-theme=dark] .bg-bright{background-color:var(--color-bg-bright)}[data-theme=dark] .text-bright{color:var(--color-text-bright)}[data-theme=dark] .bg-brighter{background-color:var(--color-bg-brighter)}[data-theme=dark] .text-brighter{color:var(--color-text-brighter)}[data-theme=dark] .bg-dark{background-color:var(--color-bg-dark)}[data-theme=dark] .text-dark{color:var(--color-text-dark)}[data-theme=dark] .bg-darker{background-color:var(--color-bg-darker)}[data-theme=dark] .text-darker{color:var(--color-text-darker)}.color-white{color:#fff!important}.bg{background-color:var(--color-bg)}hr{border:0;border-top:1px solid var(--color-secondary);margin-block-start:.5rem;margin-block-end:.5rem;margin-inline-start:auto;margin-inline-end:auto;width:100%}:root{--color1: rgb(0, 50.8, 102);--color1-100: rgb(0, 63.5, 127.5);--color1-200: rgb(0, 76.2, 153);--color1-300: rgb(0, 88.9, 178.5);--color1-400: rgb(0, 101.6, 204);--color1-500: rgb(0, 114.3, 229.5);--color1-600: #007fff;--color1-700: rgb(25.5, 139.8, 255);--color1-800: rgb(51, 152.6, 255);--color1-900: rgb(76.5, 165.4, 255);--color1-1000: rgb(102, 178.2, 255);--color2: rgb(133.9, 168.5, 203.1);--color2-100: rgb(151.75, 181.25, 210.75);--color2-200: rgb(169.6, 194, 218.4);--color2-300: rgb(187.45, 206.75, 226.05);--color2-400: rgb(205.3, 219.5, 233.7);--color2-500: rgb(223.15, 232.25, 241.35);--color2-600: #f1f5f9;--color2-700: hsl(210, 40%, 101.0784313725%);--color2-800: hsl(210, 40%, 106.0784313725%);--color2-900: hsl(210, 40%, 111.0784313725%);--color2-1000: hsl(210, 40%, 116.0784313725%);--color3: rgb(164.5454545455, 58.1818181818, 5.4545454545);--color3-100: rgb(189.2272727273, 66.9090909091, 6.2727272727);--color3-200: rgb(213.9090909091, 75.6363636364, 7.0909090909);--color3-300: rgb(238.5909090909, 84.3636363636, 7.9090909091);--color3-400: rgb(247.3636363636, 98.4545454545, 24.6363636364);--color3-500: rgb(248.1818181818, 115.2272727273, 49.3181818182);--color3-600: #f9844a;--color3-700: rgb(249.8181818182, 148.7727272727, 98.6818181818);--color3-800: rgb(250.6363636364, 165.5454545455, 123.3636363636);--color3-900: rgb(251.4545454545, 182.3181818182, 148.0454545455);--color3-1000: rgb(252.2727272727, 199.0909090909, 172.7272727273);--color4: rgb(5.3279352227, 62.7935222672, 88.6720647773);--color4-100: rgb(6.7732793522, 79.8279352227, 112.7267206478);--color4-200: rgb(8.2186234818, 96.8623481781, 136.7813765182);--color4-300: rgb(9.6639676113, 113.8967611336, 160.8360323887);--color4-400: rgb(11.1093117409, 130.9311740891, 184.8906882591);--color4-500: rgb(12.5546558704, 147.9655870445, 208.9453441296);--color4-600: #0ea5e9;--color4-700: rgb(30.9615384615, 176.1538461538, 241.5384615385);--color4-800: rgb(55.016194332, 184.6194331984, 242.983805668);--color4-900: rgb(79.0708502024, 193.0850202429, 244.4291497976);--color4-1000: rgb(103.1255060729, 201.5506072874, 245.8744939271);--color5: rgb(121.2284482759, 68.4267241379, 3.7715517241);--color5-100: rgb(145.9590517241, 82.3857758621, 4.5409482759);--color5-200: rgb(170.6896551724, 96.3448275862, 5.3103448276);--color5-300: rgb(195.4202586207, 110.3038793103, 6.0797413793);--color5-400: rgb(220.150862069, 124.2629310345, 6.849137931);--color5-500: rgb(244.8814655172, 138.2219827586, 7.6185344828);--color5-600: #f8961e;--color5-700: rgb(248.7693965517, 161.5409482759, 54.7306034483);--color5-800: rgb(249.5387931034, 173.0818965517, 79.4612068966);--color5-900: rgb(250.3081896552, 184.6228448276, 104.1918103448);--color5-1000: rgb(251.0775862069, 196.1637931034, 128.9224137931);--color6: rgb(156.0714285714, 4.9285714286, 7.3928571429);--color6-100: rgb(180.7908163265, 5.7091836735, 8.5637755102);--color6-200: rgb(205.5102040816, 6.4897959184, 9.7346938776);--color6-300: rgb(230.2295918367, 7.2704081633, 10.9056122449);--color6-400: rgb(247.4387755102, 15.5612244898, 19.3418367347);--color6-500: rgb(248.2193877551, 40.2806122449, 43.6709183673);--color6-600: #f94144;--color6-700: rgb(249.7806122449, 89.7193877551, 92.3290816327);--color6-800: rgb(250.5612244898, 114.4387755102, 116.6581632653);--color6-900: rgb(251.3418367347, 139.1581632653, 140.987244898);--color6-1000: rgb(252.1224489796, 163.8775510204, 165.3163265306)}:root{--border-hsl: #cbd5e1;--border-width: 1px;--border-radius: .75rem;--border-color: #cbd5e1;--border-color-50: oklch(from var(--border-color) l c h / .5);--color-border: var(--border-color);--border: var(--border-width) solid var(--border-color);--border-50: var(--border-width) solid var(--border-color-50)}[data-theme=light]{--border-hsl: #cbd5e1}[data-theme=dark]{--border-hsl: 214 32% 91%}.border-bottom{border-bottom-width:var(--border-width);border-bottom-style:solid;border-bottom-color:var(--color-border)}.border-top{border-top-width:var(--border-width);border-top-style:solid;border-top-color:var(--color-border)}.border-start{border-start-width:var(--border-width);border-start-style:solid;border-start-color:var(--color-border)}.border-end{border-end-width:var(--border-width);border-end-style:solid;border-end-color:var(--color-border)}.border,.border-50{border-width:var(--border-width);border-style:solid;box-sizing:border-box;border-radius:var(--border-radius)}.border.none,.border-50.none{border-color:transparent}.border{border-color:var(--border-color)}.border-50{border-color:var(--border-color-50)}.border-radius{border-radius:var(--border-radius)}:root{--text-tiny: .5rem;--text-smaller: .6rem;--text-small: .7rem;--text-medium: .875rem;--text-large: 1.5rem;--text-xl: 2rem}.text-tiny{font-size:var(--text-tiny)}.text-smaller{font-size:var(--text-smaller)}.text-small{font-size:var(--text-small)}.text-medium{font-size:var(--text-medium)}.text-large{font-size:var(--text-large)}.text-xl{font-size:var(--text-xl)}p{padding:0;margin:0;line-height:1.1;font-size:var(--text-body-size)}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.text-decoration-underline-line-through{text-decoration:underline line-through}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-capitalize{text-transform:capitalize}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}h1,h2,h3,h4,h5,h6{margin:0;padding:0}h2{font-size:1.875rem;font-style:normal;font-weight:600;line-height:2.25rem;letter-spacing:-.01406rem}.italic{font-style:italic}.bold{font-weight:700}.bolder{font-weight:bolder}.font-mono{font-family:var(--mono-font),monospace}small{font-size:.75rem}.label{font-size:.75rem;font-weight:700;color:var(--color-title-bright);font-family:var(--font-family-title),sans-serif}.h1,h1{font-size:2rem}.title-1{font-size:2rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}.h2,h2{font-size:1.875rem}.title-2{font-size:1.875rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}.h3,h3{font-size:1.5rem}.title-3{font-size:1.5rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}.h4,h4{font-size:1.25rem}.title-4{font-size:1.25rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}.h5,h5{font-size:1rem}.title-5{font-size:1rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}.h6,h6{font-size:.75rem}.title-6{font-size:.75rem;font-weight:600;color:var(--color-title);font-family:var(--font-family-title),sans-serif}:root{--h1: 2rem;--h2: 1.875rem;--h3: 1.5rem;--h4: 1.25rem;--h5: 1rem;--h6: .75rem}:root{--bg-muted: hsl(210, 38%, 95%, 1);--line-height: calc((var(--font-size) * 2) + (var(--border-radius) / 3));--input-width: 250px}.input-style,.input{--padding-x: calc(5px + var(--border-radius));--padding-y: calc(var(--border-radius));position:relative}.input-style label,.input label{font-size:var(--text-small);font-weight:700}.input-style input,.input-style select,.input-style textarea,.input input,.input select,.input textarea{font-family:var(--font-family),sans-serif;border:none;font-size:var(--text-medium);box-sizing:border-box;width:100%;max-width:var(--input-width);line-height:var(--line-height);border-radius:var(--border-radius);border:1px solid var(--color-border);background-color:var(--color-input-bg)}.input-style input select,.input-style select select,.input-style textarea select,.input input select,.input select select,.input textarea select{height:var(--line-height)}.input-style input:focus,.input-style select:focus,.input-style textarea:focus,.input input:focus,.input select:focus,.input textarea:focus{outline:none}.input-style input:disabled,.input-style select:disabled,.input-style textarea:disabled,.input input:disabled,.input select:disabled,.input textarea:disabled{background-color:var(--color-input-bg-disabled);color:var(--color-text-muted)}.input-style input.no-bg input,.input-style select.no-bg input,.input-style textarea.no-bg input,.input input.no-bg input,.input select.no-bg input,.input textarea.no-bg input{background-color:transparent}.input-style.error input,.input-style.error input[type=checkbox],.input-style.error textarea,.input.error input,.input.error input[type=checkbox],.input.error textarea{border-color:var(--color-error)}.input-style input,.input-style select,.input input,.input select{height:var(--line-height);padding:0 var(--padding-x);align-items:center}.input-style input:focus,.input-style select:focus,.input input:focus,.input select:focus{outline:none}.input .description{font-size:.65rem;font-weight:lighter;color:var(--color-text-brighter);text-wrap:wrap;max-width:var(--input-width)}.input textarea{line-height:1.2;min-height:var(--line-height);padding-block:var(--padding-y);resize:none;padding-inline:var(--padding-x);field-sizing:content;overflow:hidden}.input .error-message{color:var(--color-error);font-size:.7rem}.description{font-size:.65rem;font-weight:lighter;color:var(--color-text-brighter);text-wrap:wrap}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input:not(.round) input[type=checkbox]{position:relative;cursor:pointer;appearance:none;width:1.5rem;height:1.5rem;border-radius:.25rem;background-color:var(--color-input-bg);border:1px solid var(--color-border)}.input:not(.round) input[type=checkbox]:checked:before{content:"✓";display:block;position:absolute;top:50%;left:50%;font-size:1.5rem;transform:translate(-50%,-50%);color:var(--color-primary)}.input:not(.round) input[type=checkbox]:focus{outline:none}.input.round input[type=checkbox]{position:relative;cursor:pointer;padding:0;appearance:none;width:20px;height:20px;border-radius:50%;background-color:var(--color-input-bg);border:1px solid var(--color-border)}.input.round input[type=checkbox]:checked:before{content:"";display:block;position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background-color:var(--color-success);transform:translate(-50%,-50%)}.input.round input[type=checkbox]:checked:after{content:"✓";display:block;position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;align-items:center;line-height:20px;font-size:1.1rem;color:#fff}.input.round input[type=checkbox]:focus{outline:none}.input input[type=radio]{position:relative;cursor:pointer;padding:0;appearance:none;width:20px;height:20px;border-radius:50%;background-color:var(--color-input-bg);border:1px solid var(--color-border)}.input input[type=radio]:checked:before{content:"";display:block;position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background-color:var(--color-success);transform:translate(-50%,-50%)}.input input[type=radio]:checked:after{content:"✓";display:block;position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;align-items:center;line-height:20px;font-size:1.1rem;color:#fff}.input input[type=radio]:focus{outline:none}@media screen and (max-width:768px){.input input,.input-style input{height:calc(var(--line-height) * 1.5);font-size:1.1rem}}:root{--ease: cubic-bezier(.22, .61, .33, 1);--snap-ease: .2s cubic-bezier(.22, .61, .33, 1);--snap-ease-slow: .3s cubic-bezier(.22, .61, .33, 1);--snap-ease-slower: .5s cubic-bezier(.22, .61, .33, 1);--transition-small: .03s cubic-bezier(.34, -.01, 1, 1);--scale-flat: scaleY(.97) scaleX(1.03)}.fade-in{opacity:1;transition:opacity var(--snap-ease)}@starting-style{.fade-in{opacity:0}}.fade-in-slow{opacity:1;transition:opacity var(--snap-ease-slower)}@starting-style{.fade-in-slow{opacity:0}}.fade-out{opacity:0;transition:opacity var(--snap-ease)}@starting-style{.fade-out{opacity:1}}:root{--input-box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 33%)}.shadow{box-shadow:var(--shadow)}.shadow-small{box-shadow:0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,var(--shadow-small)}.shadow-inset{box-shadow:var(--shadow-inset)}.card{background-color:var(--color-widget-bg);border-radius:var(--border-radius);box-sizing:border-box;padding:1rem}.button{cursor:pointer;--button-height: 40px;color:var(--color-text);text-align:center;height:var(--button-height);text-decoration:none;border-radius:var(--border-radius);min-width:max-content;display:inline-block;line-height:var(--button-height);font-size:.75rem;font-weight:700;font-family:var(--font-family),sans-serif;letter-spacing:var(--letter-spacing);padding:0 1.5rem;box-sizing:border-box;transition:all var(--snap-ease);background-color:transparent}.button .wrap{grid-template-columns:minmax(135px,max-content)}.button .wrap:has(.icon){grid-template-columns:max-content max-content}.button.border{border:1px solid var(--color-border)}.button.small{font-size:.7rem;padding:0 calc(3px + var(--border-radius))}.button.large{font-size:1rem}.button.fit{width:fit-content;height:fit-content}.button.shrink{width:fit-content;height:fit-content;line-height:unset;padding:unset}.button.shrink .wrap{grid-template-columns:max-content max-content}.button:hover{background-color:var(--color-primary-brighter)}.button:active{background-color:var(--color-primary-dark)}.button:focus-visible{outline:none}.button.icon{display:grid;grid-auto-flow:column;grid-gap:var(--grid-gap);align-items:center;justify-content:center;padding:.5rem;width:var(--line-height);height:var(--line-height)}.button.icon.no-padding{padding:0;width:max-content;height:max-content}.button.flat{background-color:transparent!important;border:none!important;box-shadow:none!important;color:var(--color-primary)}.button.flat:hover{background-color:transparent!important;color:var(--color-primary-brighter)}.button.flat:active{background-color:transparent!important;color:var(--color-primary-dark)}.button.no-padding{padding:0}.button{border:none}.button.border{border-color:var(--color-border)}.button:not(.border).secondary{border-color:var(--color-secondary)}.button:not(.border).primary{border-color:var(--color-primary)}.button:not(.border).success{border-color:var(--color-success)}.button:not(.border).error{border-color:var(--color-error)}.button:not(.border).warning{border-color:var(--color-warning)}.button:not(.border).info{border-color:var(--color-info)}.button:not(.border).accent{border-color:var(--color-accent)}.button:not(.border).text{border-color:transparent}.button:not(.border).bg{border-color:var(--color-bg)}.button.secondary{background-color:var(--color-secondary)}.button.primary{color:#fff;background-color:var(--color-primary)}.button.success{color:#fff;background-color:var(--color-success)}.button.error{color:#fff;background-color:var(--color-error)}.button.text{background-color:transparent}.button.bg{background-color:var(--color-bg);color:var(--color-text)}.button.warning{background-color:var(--color-warning)}.button.info{color:#fff;background-color:var(--color-info)}.button.accent{color:#fff;background-color:var(--color-accent)}.button.muted{background-color:var(--color-muted);color:var(--color-text-muted-darker)}.button:hover.primary{background-color:var(--color-primary-brighter)}.button:hover.secondary{background-color:var(--color-secondary-brighter)}.button:hover.success{background-color:var(--color-success-brighter)}.button:hover.error{background-color:var(--color-error-brighter)}.button:hover.warning{background-color:var(--color-warning-brighter)}.button:hover.info{background-color:var(--color-info-brighter)}.button:hover.text{background-color:var(--color-primary)}.button:hover.muted{background-color:var(--color-muted-brighter)}.button:hover.bg{background-color:var(--color-primary)}.button:active.primary{background-color:var(--color-primary-dark)}.button:active.secondary{background-color:var(--color-secondary-dark)}.button:active.success{background-color:var(--color-success-dark)}.button:active.error{background-color:var(--color-error-dark)}.button:active.warning{background-color:var(--color-warning-dark)}.button:active.info{background-color:var(--color-info-dark)}.button:active.text,.button:active.bg{background-color:var(--color-primary-dark)}.button:active.muted{background-color:var(--color-muted-dark)}.button.flat{background-color:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.button.flat.primary{color:var(--color-primary)}.button.flat.secondary{color:var(--color-secondary)}.button.flat.success{color:var(--color-success)}.button.flat.error{color:var(--color-error)}.button.flat.warning{color:var(--color-warning)}.button.flat.info{color:var(--color-info)}.button.flat.text,.button.flat.bg{color:var(--color-text)}.button.flat:hover{background-color:transparent!important}.button.flat:hover.primary{color:var(--color-primary-brighter)}.button.flat:hover.secondary{color:var(--color-secondary-brighter)}.button.flat:hover.success{color:var(--color-success-brighter)}.button.flat:hover.error{color:var(--color-error-brighter)}.button.flat:hover.warning{color:var(--color-warning-brighter)}.button.flat:hover.info{color:var(--color-info-brighter)}.button.flat:hover.text{color:var(--color-text-brighter)}.button.flat:hover.bg{background-color:var(--color-primary);color:#fff}.button.flat:active{background-color:transparent!important}.button.flat:active.primary{color:var(--color-primary-dark)}.button.flat:active.secondary{color:var(--color-secondary-dark)}.button.flat:active.success{color:var(--color-success-dark)}.button.flat:active.error{color:var(--color-error-dark)}.button.flat:active.warning{color:var(--color-warning-dark)}.button.flat:active.info{color:var(--color-info-dark)}.button.flat:active.text{background-color:var(--color-primary-dark);color:var(--color-text-dark)}.button.flat:active.bg{background-color:var(--color-primary-dark);color:#fff}.button:disabled{background-color:var(--color-disabled);border-color:var(--color-disabled);color:var(--color-text-muted);cursor:not-allowed}.button:disabled:hover{background-color:var(--color-disabled)}.disable-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.cursor-auto{cursor:auto}.cursor-alias{cursor:alias}.cursor-all-scroll{cursor:all-scroll}.cursor-cell{cursor:cell}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-no-drop{cursor:no-drop}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.cursor-resize-e{cursor:e-resize}.cursor-resize-ew{cursor:ew-resize}.cursor-resize-n{cursor:n-resize}.cursor-resize-ne{cursor:ne-resize}.cursor-resize-ns{cursor:ns-resize}.cursor-resize-nw{cursor:nw-resize}.cursor-resize-s{cursor:s-resize}.cursor-resize-se{cursor:se-resize}.cursor-resize-sw{cursor:sw-resize}.cursor-resize-w{cursor:w-resize}.cursor-resize-row{cursor:row-resize}.cursor-resize-col{cursor:col-resize}.cursor-resize-nesw{cursor:nesw-resize}.cursor-resize-nwse{cursor:nwse-resize}:root{--font-size: 16px;--font-size-mobile: 15px;--font-family: Inter;--font-family-title: Inter;--text-body-size: .875rem;--mono-font: "Ubuntu Mono", monospace;font-size:var(--font-size);font-family:var(--font-family),sans-serif;color:var(--text);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;--gradient-phoenix: linear-gradient(93deg, #ff8008 -3.78%, #ffc837 60.59%)}@media(max-width:768px){:root{--font-size: var(--font-size-mobile)}}html,body,#app{background:var(--color-body-bg);color:var(--color-text);margin:0;padding:0;width:100vw;height:100%;overflow:hidden}.simple-fade-enter-active[data-v-88476002],.simple-fade-leave-active[data-v-88476002]{transition:opacity var(--snap-ease)}.fast-enter-active[data-v-88476002],.fast-leave-active[data-v-88476002]{transition:opacity .1s cubic-bezier(.7,0,.34,.99)}.fast-enter-from[data-v-88476002],.fast-leave-to[data-v-88476002],.simple-fade-enter-from[data-v-88476002],.simple-fade-leave-to[data-v-88476002]{opacity:0}.notice-wrapper{--type-size: minmax(40px, max-content);--notice-height: calc(var(--type-size) + .5rem);border-radius:var(--border-radius);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:var(--shadow-small);height:var(--notice-height);transition:all var(--snap-ease-slow);transform:translate(0);animation:out;animation-duration:.5s;animation-timing-function:var(--snap-ease-slow);animation-fill-mode:forwards;animation-delay:4s}@starting-style{.notice-wrapper{height:0;transform:translate(100%)}}.notice-wrapper .notice{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.1);grid-auto-flow:column;box-shadow:var(--shadow)}.notice-wrapper .notice.success{background-color:var(--color-success-70);border-color:var(--color-success-brighter)}.notice-wrapper .notice.error{background-color:var(--color-error-70);border-color:var(--color-error-brighter)}.notice-wrapper .notice.warning{background-color:var(--color-warning-70);border-color:var(--color-warning-brighter)}.notice-wrapper .notice.info{background-color:var(--color-info-70);border-color:var(--color-info-brighter)}.notice-wrapper .notice.primary{background-color:var(--color-primary-70);border-color:var(--color-primary-brighter)}.notice-wrapper .notice .message{width:400px;white-space:pre-wrap;word-break:break-word}@keyframes out{0%{transform:translate(0);opacity:1}to{opacity:0;transform:translate(100%)}}.notice-container{display:grid;grid-gap:.25rem;grid-auto-flow:row;grid-auto-rows:max-content;padding-inline-end:1rem;position:fixed;bottom:0;right:0}.app-root{width:100vw;height:100%}.icon-font{--size: 24px;font-size:var(--size);-webkit-user-select:none;user-select:none;font-family:Material Symbols Outlined,Material Icons Outlined,Material Icons,sans-serif;color:var(--color-icon);line-height:1}
