.radix-themes.radix-themes{--cursor-button:pointer;--font-weight-light:400;--font-weight-regular:500;--font-weight-medium:600;--font-weight-bold:700;--default-font-weight:var(--font-weight-regular);--font-size-1:calc(12px * var(--scaling));--font-size-2:calc(14px * var(--scaling));--font-size-3:calc(15px * var(--scaling));--font-size-4:calc(18px * var(--scaling));--font-size-5:calc(20px * var(--scaling));--font-size-6:calc(24px * var(--scaling));--font-size-7:calc(28px * var(--scaling));--font-size-8:calc(35px * var(--scaling));--font-size-9:calc(44px * var(--scaling));--light-gray-bg:#f2f2f2}.dark,.dark-theme,.light,.light-theme,:root{--teal-1:#f8fefd;--teal-2:#f9fcfc;--teal-3:#f5faf9;--teal-4:#e9f4f2;--teal-5:#d5e9e6;--teal-6:#add5d0;--teal-7:#6cc6c0;--teal-8:#2db7b0;--teal-9:#199993;--teal-10:#275e5b;--teal-11:#067672;--teal-12:#054441;--teal-a1:#00cccc05;--teal-a2:#00aa950c;--teal-a3:#00c6be1f;--teal-a4:#00bdb332;--teal-a5:#00b0a947;--teal-a6:#00a29a5d;--teal-a7:#00948e79;--teal-a8:#007a7691;--teal-a9:#002f2ef0;--teal-a10:#003130db;--teal-a11:#005856cd;--teal-a12:#0f3b3adf;--teal-contrast:#fff;--teal-surface:#f0faf9cc;--teal-indicator:#0f3b3a;--teal-track:#0f3b3a;--blue-1:#f3f9fb;--blue-2:#e7f4f8;--blue-3:#d1eaf1;--blue-4:#a3d5e3;--blue-5:#70c2d8;--blue-6:#43afcd;--blue-7:#2295b4;--blue-8:#097997;--blue-9:#056d89;--blue-10:#005e78;--blue-11:#056d89;--blue-12:#003d4e;--blue-a1:#00ccff05;--blue-a2:#0095d50c;--blue-a3:#00a1e31b;--blue-a4:#009edb2a;--blue-a5:#018fcc3b;--blue-a6:#0086b950;--blue-a7:#017eae6a;--blue-a8:#007cab94;--blue-a9:#006a87fa;--blue-a10:#056d89;--blue-a11:#006787e7;--blue-a12:#002a3ae5;--blue-contrast:#fff;--blue-surface:#f0f9fdcc;--blue-indicator:#097997;--blue-track:#097997;--lime-1:#fcfefa;--lime-2:#fcfdf9;--lime-3:#f6faf0;--lime-4:#edf4e2;--lime-5:#ddeac7;--lime-6:#bbd690;--lime-7:#98c351;--lime-8:#7fa93b;--lime-9:#426715;--lime-10:#304b0f;--lime-11:#507321;--lime-12:#1f3800;--lime-a1:#66cc0005;--lime-a2:#468c000b;--lime-a3:#45a7001a;--lime-a4:#48a1012b;--lime-a5:#4699003e;--lime-a6:#408f0054;--lime-a7:#3f870072;--lime-a8:#4185009e;--lime-a9:#315900ea;--lime-a10:#345800;--lime-a11:#315f00d5;--lime-a12:#0f1f00df;--lime-contrast:#fff;--lime-surface:#f5f9f1cc;--lime-indicator:#426715;--lime-track:#426715}.light,.light-theme,:root{--gray-1:#fcfcfd;--gray-2:#f9f9fb;--gray-3:#eff0f3;--gray-4:#e7e8ec;--gray-5:#e0e1e6;--gray-6:#d8d9e0;--gray-7:#cdced7;--gray-8:#b9bbc6;--gray-9:#8b8d98;--gray-10:#80828d;--gray-11:#62636c;--gray-12:#1e1f24;--gray-a1:#00005503;--gray-a2:#00005506;--gray-a3:#00104010;--gray-a4:#000b3618;--gray-a5:#0009321f;--gray-a6:#00073527;--gray-a7:#00063332;--gray-a8:#00083046;--gray-a9:#00051d74;--gray-a10:#00051b7f;--gray-a11:#0002119d;--gray-a12:#000107e1;--gray-contrast:#ffffff;--gray-surface:#ffffffcc;--gray-indicator:#8b8d98;--gray-track:#8b8d98;--checkbox-outline:var(--gray-a7);--step-selection-bg-hover:var(--accent-1);--step-selection-fg-hover:currentColor;--step-selection-bg-active:var(--accent-1);--step-selection-fg-active:currentColor;--step-selection-icon-active:var(--accent-9);--step-selection-border:var(--gray-4);--step-selection-border-active:var(--accent-9);--step-selection-border-width:2px}.rt-TableRoot{--table-border-radius:var(--radius-3)}.rt-TableColumnHeaderCell{background-color:transparent;color:var(--gray-11);-webkit-user-select:none;-moz-user-select:none;user-select:none}.rt-TableCell{font-weight:500!important}.rt-TableRow.hoverable{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rt-TableRow:not([data-selected=true]).hoverable:hover .rt-TableCell{background-color:var(--gray-2)}.rt-TableBody .rt-TableRow:last-child .rt-TableCell:first-child{border-bottom-left-radius:var(--radius-3)}.rt-TableBody .rt-TableRow:last-child .rt-TableCell:last-child{border-bottom-right-radius:var(--radius-3)}.rt-TableRow.clickable .rt-TableCell{cursor:pointer}.rt-Separator{background-color:var(--accent-a7)}.rt-BaseButton{font-weight:var(--font-weight-medium)}.rt-TextAreaInput,.rt-TextFieldInput{font-weight:var(--font-weight-regular)}.rt-TextFieldRoot:where(.rt-r-size-2){--text-field-height:var(--space-7)}.rt-SelectTrigger:where(.rt-r-size-2){--select-trigger-height:var(--space-7)}.rt-SelectTrigger{position:relative}.rt-SelectTrigger:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 3px 2px -1px var(--gray-a3)}.rt-SelectTrigger.hide-chevron svg{display:none}.rt-SelectTrigger.flat:after{box-shadow:none}.rt-Card.rt-variant-classic{background-color:#fff}:root{--site-max-width:1280px;--site-background-color:#262727;--site-default-family:var(--font-albert,sans-serif),-apple-system,BlinkMacSystemFont,"Segoe UI (Custom)",Roboto,"Helvetica Neue",system-ui,sans-serif;--site-heading-family:var(--font-visby,sans-serif),-apple-system,BlinkMacSystemFont,"Segoe UI (Custom)",Roboto,"Helvetica Neue",system-ui,sans-serif;--global-header-height:60px;--main-content-radius:10px;--main-content-spacing:6px;--main-content-height:calc(100dvh - var(--main-content-spacing) * 2 - var(--global-header-height));font-family:var(--site-default-family)}.radix-themes.radix-themes{--default-font-family:var(--site-default-family);--heading-font-family:var(--site-default-family)}.radix-themes.rt-BaseDialogOverlay{position:fixed;background:transparent}*{box-sizing:border-box;padding:0;margin:0}html{background-color:var(--site-background-color);-moz-tab-size:4;tab-size:4}body,html{max-width:100vw;min-height:100vh;font-size:var(--font-size-3);overflow:hidden}h1.rt-Heading{font-family:var(--site-heading-family)!important}button{cursor:pointer}button[disabled]{cursor:default}a{color:inherit;text-decoration:none}ul{list-style-position:inside}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.space-y>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:.5rem;margin-bottom:.5rem}.show-on-hover-parent:not(:hover) .show-on-hover-target{visibility:hidden}