body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{color-scheme:light;background-color:#fff;color:#1a202c}html.dark{color-scheme:dark;background-color:#111;color:#f7fafc;--bg-color:#111;--gray-line:#18181b;--gray-muted:#71717a;--border-primary:#27272a;--background-pop-ups:#18181b;--text-primary:#fafafa;--text-inverted:#000;--text-subtle:#a1a1aa;--background-primary:#09090b;--background-emphasized:#27272a;--background-inverted:#fff;--background-muted:#18181b;border-radius:12px;--teal-muted:#114240;--teal-subtle:#032726;border-radius:999px;--teal-focusRing:#2dd4bf;--border-emphasized:#3f3f46;--text-success:#86efac;--text-warning:#fb923c;--text-error:#f87171}html.light{color-scheme:light;background-color:#fafafa;color:#1a202c;--bg-color:#fafafa;--border-primary:#e4e4e7;--text-primary:#000;--text-inverted:#fff;--text-subtle:#52525b;--gray-line:#fafafa;--gray-muted:#a1a1aa;--background-emphasized:#e4e4e7;--background-muted:#f4f4f5;--teal-muted:#99f6e4;--background-inverted:#000;--teal-subtle:#ccfbf1;--border-emphasized:#d4d4d8;--background-primary:#fff;--background-pop-ups:#fff;--teal-focusRing:#2dd4bf;--text-success:#16a34a;--text-warning:#f97316;--text-error:#ef4444}body{background-color:inherit;color:inherit}[data-scope=select][data-part=positioner]{z-index:9999!important}.chakra-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0f0 50%,#f0f0f0 75%);background-size:200% 100%}html.dark .chakra-skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%}html.light,html.light body{background-color:#fafafa;color:#1a202c;color-scheme:light}html.dark,html.dark body{background-color:#111;color:#f7fafc;color-scheme:dark}html.light [role=main],html.light main{background-color:#fafafa}html.dark [role=main],html.dark main{background-color:#111}.chakra-kbd,[data-scope=kbd]{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-family:inherit!important;line-height:1!important}.chakra-kbd>*,[data-scope=kbd]>*{vertical-align:baseline!important;line-height:1!important}.loader{--color:#dedede;--animation:2s ease-in-out infinite}.loader,.loader .circle{display:flex;justify-content:center;align-items:center}.loader .circle{position:relative;width:8px;height:8px;border:2px solid var(--text-success);border-radius:50%;margin:0 5px;background-color:transparent;animation:circle-keys var(--animation)}.loader .circle .dot{width:3px;height:3px;background-color:var(--text-success);animation:dot-keys var(--animation)}.loader .circle .dot,.loader .circle .outline{position:absolute;transform:translate(-50%,-50%);border-radius:50%}.loader .circle .outline{width:8px;height:8px;animation:outline-keys var(--animation)}.circle:nth-child(2){animation-delay:.3s}.circle:nth-child(3){animation-delay:.6s}.circle:nth-child(4){animation-delay:.9s}.circle:nth-child(5){animation-delay:1.2s}.circle:nth-child(2) .dot{animation-delay:.3s}.circle:nth-child(3) .dot{animation-delay:.6s}.circle:nth-child(4) .dot{animation-delay:.9s}.circle:nth-child(5) .dot{animation-delay:1.2s}.circle:first-child .outline{animation-delay:.9s}.circle:nth-child(2) .outline{animation-delay:1.2s}.circle:nth-child(3) .outline{animation-delay:1.5s}.circle:nth-child(4) .outline{animation-delay:1.8s}.circle:nth-child(5) .outline{animation-delay:2.1s}@keyframes circle-keys{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes dot-keys{0%{transform:scale(1)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes outline-keys{0%{transform:scale(0);outline:solid 8px var(--text-success);outline-offset:0;opacity:1}to{transform:scale(1);outline:0 solid transparent;outline-offset:8px;opacity:0}}