@charset "UTF-8";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--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;font-weight:400}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:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}.vue-diff-wrapper{overflow:hidden;width:100%;border-radius:.3em}.vue-diff-theme-dark{background-color:#272822}.vue-diff-theme-dark pre code.hljs{display:block;overflow-x:auto;padding:1em}.vue-diff-theme-dark code.hljs{padding:3px 5px}.vue-diff-theme-dark .hljs{background:#272822;color:#ddd}.vue-diff-theme-dark .hljs-keyword,.vue-diff-theme-dark .hljs-literal,.vue-diff-theme-dark .hljs-name,.vue-diff-theme-dark .hljs-selector-tag,.vue-diff-theme-dark .hljs-strong,.vue-diff-theme-dark .hljs-tag{color:#f92672}.vue-diff-theme-dark .hljs-code{color:#66d9ef}.vue-diff-theme-dark .hljs-attribute,.vue-diff-theme-dark .hljs-link,.vue-diff-theme-dark .hljs-regexp,.vue-diff-theme-dark .hljs-symbol{color:#bf79db}.vue-diff-theme-dark .hljs-addition,.vue-diff-theme-dark .hljs-built_in,.vue-diff-theme-dark .hljs-bullet,.vue-diff-theme-dark .hljs-emphasis,.vue-diff-theme-dark .hljs-section,.vue-diff-theme-dark .hljs-selector-attr,.vue-diff-theme-dark .hljs-selector-pseudo,.vue-diff-theme-dark .hljs-string,.vue-diff-theme-dark .hljs-subst,.vue-diff-theme-dark .hljs-template-tag,.vue-diff-theme-dark .hljs-template-variable,.vue-diff-theme-dark .hljs-title,.vue-diff-theme-dark .hljs-type,.vue-diff-theme-dark .hljs-variable{color:#a6e22e}.vue-diff-theme-dark .hljs-class .hljs-title,.vue-diff-theme-dark .hljs-title.class_{color:#fff}.vue-diff-theme-dark .hljs-comment,.vue-diff-theme-dark .hljs-deletion,.vue-diff-theme-dark .hljs-meta,.vue-diff-theme-dark .hljs-quote{color:#75715e}.vue-diff-theme-dark .hljs-doctag,.vue-diff-theme-dark .hljs-keyword,.vue-diff-theme-dark .hljs-literal,.vue-diff-theme-dark .hljs-section,.vue-diff-theme-dark .hljs-selector-id,.vue-diff-theme-dark .hljs-selector-tag,.vue-diff-theme-dark .hljs-title,.vue-diff-theme-dark .hljs-type{font-weight:700}.vue-diff-theme-light{background-color:#fff}.vue-diff-theme-light pre code.hljs{display:block;overflow-x:auto;padding:1em}.vue-diff-theme-light code.hljs{padding:3px 5px}.vue-diff-theme-light .hljs{background:#fff;color:#000}.vue-diff-theme-light .hljs-comment,.vue-diff-theme-light .hljs-quote,.vue-diff-theme-light .hljs-variable{color:green}.vue-diff-theme-light .hljs-built_in,.vue-diff-theme-light .hljs-keyword,.vue-diff-theme-light .hljs-name,.vue-diff-theme-light .hljs-selector-tag,.vue-diff-theme-light .hljs-tag{color:#00f}.vue-diff-theme-light .hljs-addition,.vue-diff-theme-light .hljs-attribute,.vue-diff-theme-light .hljs-literal,.vue-diff-theme-light .hljs-section,.vue-diff-theme-light .hljs-string,.vue-diff-theme-light .hljs-template-tag,.vue-diff-theme-light .hljs-template-variable,.vue-diff-theme-light .hljs-title,.vue-diff-theme-light .hljs-type{color:#a31515}.vue-diff-theme-light .hljs-deletion,.vue-diff-theme-light .hljs-meta,.vue-diff-theme-light .hljs-selector-attr,.vue-diff-theme-light .hljs-selector-pseudo{color:#2b91af}.vue-diff-theme-light .hljs-doctag{color:gray}.vue-diff-theme-light .hljs-attr{color:red}.vue-diff-theme-light .hljs-bullet,.vue-diff-theme-light .hljs-link,.vue-diff-theme-light .hljs-symbol{color:#00b0e8}.vue-diff-theme-light .hljs-emphasis{font-style:italic}.vue-diff-theme-light .hljs-strong{font-weight:700}.vue-diff-viewer{overflow-y:auto;width:100%;padding:1em 0;line-height:1.5;font-size:16px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";text-align:left}.vue-diff-viewer .vue-diff-viewer-inner{position:relative;width:100%}.vue-diff-viewer .vue-diff-row{display:flex;width:100%}.vue-diff-viewer .vue-diff-row>div{padding:0 .5em;box-sizing:border-box}.vue-diff-viewer .vue-diff-row .lineNum{flex:0 0 auto;width:50px;padding-top:.05em;text-align:right;color:#999;font-size:.9em}.vue-diff-viewer .vue-diff-row .code{width:calc(100% - 50px)}.vue-diff-viewer .vue-diff-row.vue-diff-row-split .code{width:calc(50% - 50px)}.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed{background-color:#ff00001a}.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed span.modified{background-color:#ff000026}.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed code:before{content:"-"}.vue-diff-viewer .vue-diff-row .vue-diff-cell-added{background-color:#00ff801a}.vue-diff-viewer .vue-diff-row .vue-diff-cell-added span.modified{background-color:#00ff8026}.vue-diff-viewer .vue-diff-row .vue-diff-cell-added code:before{content:"+"}.vue-diff-viewer .vue-diff-row .vue-diff-cell-disabled{background-color:#8080801a}.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum{opacity:.8;font-size:.8em}.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum:before{content:">"}.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code{text-align:center}.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code:before{color:#999;content:"⋯⋯"}.vue-diff-viewer .vue-diff-row pre{display:block;position:relative;max-width:100%;margin:0;padding:0 0 0 1.5em;overflow:visible;background:none;border-radius:0}.vue-diff-viewer .vue-diff-row .hljs{overflow:visible;padding:0;background:transparent;word-wrap:break-all;word-break:break-all;white-space:pre-wrap}.vue-diff-viewer .vue-diff-row code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.vue-diff-viewer .vue-diff-row code:before{display:inline-block;position:absolute;left:0;top:0;opacity:.8}h1[data-v-ff0bd76e],a[data-v-ff0bd76e]{font-weight:500;font-size:2.6rem;position:relative;top:-10px}h3[data-v-ff0bd76e],a[data-v-ff0bd76e]{font-size:1.2rem}.greetings h1[data-v-ff0bd76e],.greetings h3[data-v-ff0bd76e]{text-align:center}@media (min-width: 1024px){.greetings h1[data-v-ff0bd76e],.greetings h3[data-v-ff0bd76e]{text-align:left}}.item[data-v-fb5218f6]{margin-top:2rem;display:flex;position:relative}.active[data-v-fb5218f6]{border-color:#00bd7e;transition-duration:2s}.details[data-v-fb5218f6]{flex:1;margin-left:1rem}i[data-v-fb5218f6]{display:flex;place-items:center;place-content:center;width:32px;height:32px;color:var(--color-text)}h3[data-v-fb5218f6]{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}@media (min-width: 1024px){.item[data-v-fb5218f6]{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}i[data-v-fb5218f6]{top:calc(50% - 25px);left:-26px;position:absolute;border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px}.item[data-v-fb5218f6]:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fb5218f6]:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-fb5218f6]:first-of-type:before{display:none}.item[data-v-fb5218f6]:last-of-type:after{display:none}}.config[data-v-7c0d8c55]{margin-left:20px;width:550px;height:150px;transition-duration:2s}.active[data-v-7c0d8c55]{color:#00bd7e;transition-duration:2s}svg[data-v-7c0d8c55]:hover,.copy[data-v-7c0d8c55]:hover{cursor:pointer}header[data-v-472812d5]{line-height:1.5}.logo[data-v-472812d5]{display:block;margin:0 auto 2rem}.big-text[data-v-472812d5]{margin-bottom:50px}.link[data-v-472812d5]{cursor:pointer}@media (min-width: 1024px){header[data-v-472812d5]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-472812d5]{margin:0 2rem 0 0}header .wrapper[data-v-472812d5]{display:flex;place-items:flex-start;flex-wrap:wrap}}
