:root{--vt-c-white: #fff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #292b27;--vt-c-black-soft: #222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgb(60 60 60 / 29%);--vt-c-divider-light-2: rgb(60 60 60 / 12%);--vt-c-divider-dark-1: rgb(84 84 84 / 65%);--vt-c-divider-dark-2: rgb(84 84 84 / 48%);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgb(60 60 60 / 66%);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgb(235 235 235 / 64%);--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:auto;margin:48px 25% 0}a,.green{text-decoration:none;color:#80ed99;background:linear-gradient(to right,#292b27,#292b27),linear-gradient(to right,#00bd7e,#00f0a0);background-size:100% 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .25s cubic-bezier(.16,1,.3,1)}@media (hover: hover){a:hover{background-size:0 1px,100% 1px}}@media (width <= 768px){#app{margin:0 5%}}@media ((width > 768px) and (width <= 1023px)){#app{margin:24px 10% 0}}@media (width >= 1024px){#app{margin:48px 15% 0}}@media (width >= 1440px){#app{margin:48px 25% 0}}@media (width >= 1920px){#app{margin:48px 35% 0}}@media (width >= 2560px){#app{margin:48px 37% 0}}a[data-v-eb9588bc]{text-decoration:none;color:#1a1a1a;background:linear-gradient(to right,#1a1a1a,#1a1a1a),linear-gradient(to right,#00bd7e,#00f0a0);background-size:100% 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .25s cubic-bezier(.16,1,.3,1)}@media (hover: hover){a[data-v-eb9588bc]:hover{background-size:0 1px,100% 1px}}h1[data-v-eb9588bc]{color:#1a1a1a;font-size:22px}h2[data-v-eb9588bc]{font-size:16px;margin-bottom:4px}code[data-v-eb9588bc]{padding:2px;border-radius:4px;font-size:12px;color:#1a1a1a}code#code-positive[data-v-eb9588bc]{background-color:#e9f5ec}code#code-negative[data-v-eb9588bc]{background-color:#ffedf2}div.backdrop[data-v-eb9588bc]{z-index:1;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000007f;display:flex;justify-content:center;align-items:center}div.wrapper[data-v-eb9588bc]{display:flex;flex-direction:column;max-width:560px;color:#1a1a1a;background-color:#fff;border-radius:8px}div.header[data-v-eb9588bc],div.body[data-v-eb9588bc]{padding:24px;border-bottom:1px solid #c3c3c3}div.header[data-v-eb9588bc]{font-size:20px;font-weight:500}div.body[data-v-eb9588bc]{display:flex;flex-direction:column;gap:24px;font-size:14px}div.body-instructions[data-v-eb9588bc]{display:flex;flex-direction:column;justify-content:space-between;gap:24px}div.buttons[data-v-eb9588bc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:100%}div.buttons .positive-button[data-v-eb9588bc]{color:#006e0c;display:flex;align-items:center;-webkit-user-select:none;user-select:none;height:48px;padding-right:24px;padding-left:24px;border-left:1px solid #c3c3c3}div.buttons .positive-button[data-v-eb9588bc]:hover{background-color:#e9f5ec;cursor:pointer;border-bottom-right-radius:8px}div.buttons .positive-button[data-v-eb9588bc]:active{background-color:#c9e4d0;cursor:pointer;border-bottom-right-radius:8px}div.buttons .negative-button[data-v-eb9588bc]{color:#b30000;display:flex;align-items:center;-webkit-user-select:none;user-select:none;padding-left:24px;padding-right:24px;height:48px;border-left:1px solid #c3c3c3}div.buttons .negative-button[data-v-eb9588bc]:hover{background-color:#ffedf2;cursor:pointer;border-bottom-right-radius:8px}div.buttons .negative-button[data-v-eb9588bc]:active{background-color:#ffd6dd;cursor:pointer;border-bottom-right-radius:8px}p.error-message[data-v-eb9588bc]{color:#b30000}@media (width <= 768px){div.backdrop[data-v-eb9588bc]{padding:24px}}p#onboarding[data-v-432e8e7b]{color:#919191}p#onboarding[data-v-432e8e7b]:hover{color:#80ed99;cursor:help}.wrapper-icon[data-v-432e8e7b]{display:flex;flex-direction:row;align-items:center;gap:8px}.wrapper-icon img[data-v-432e8e7b]{height:16px;width:16px}nav .wrapper-icon p[data-v-432e8e7b]{padding:0;color:#fff}h1[data-v-432e8e7b]{color:#919191;font-size:16px;font-weight:500}.disclaimer[data-v-432e8e7b]{font-size:12px;line-height:150%;color:#7b7e79}.wrapper[data-v-432e8e7b]{display:flex;flex-direction:column;gap:24px}p#highlight[data-v-432e8e7b]{color:#9b9e99}header[data-v-432e8e7b]{line-height:1.5;max-height:100vh}nav[data-v-432e8e7b]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;font-size:16px;text-align:center}nav div[data-v-432e8e7b]:last-child{display:flex;gap:16px}.disclaimer p[data-v-432e8e7b]:first-child{padding-bottom:8px}.disclaimer p[data-v-432e8e7b]:last-child{padding-top:8px;font-style:italic}@media (width <= 768px){.wrapper[data-v-432e8e7b]{flex-direction:column}nav[data-v-432e8e7b]{flex-direction:row;gap:16px;align-items:center;margin-top:24px}}@media (width >= 1024px){.wrapper[data-v-432e8e7b]{flex-direction:column}nav[data-v-432e8e7b]{flex-direction:row;gap:16px;align-items:center}header[data-v-432e8e7b]{display:flex;place-items:center}}
