: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);--color-link: #3b82f6;--color-link-hover: #1d4ed8;--color-svg-fill: #000000;--color-svg-stroke: #000000;--section-gap: 160px}html.dark{--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);--color-link: #60a5fa;--color-link-hover: #93c5fd;--color-svg-fill: #ffffff;--color-svg-stroke: #ffffff}html.light{--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);--color-link: #3b82f6;--color-link-hover: #1d4ed8;--color-svg-fill: #000000;--color-svg-stroke: #000000}@media(prefers-color-scheme:dark){html:not(.light):not(.dark){--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);--color-link: #60a5fa;--color-link-hover: #93c5fd;--color-svg-fill: #ffffff;--color-svg-stroke: #ffffff}}*,*: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}svg{transition:fill .3s ease,stroke .3s ease}svg[fill="#000000"],svg[fill="#000"]{fill:var(--color-svg-fill)!important}svg[stroke="#000000"],svg[stroke="#000"]{stroke:var(--color-svg-stroke)!important}svg path[fill="#000000"],svg path[fill="#000"]{fill:var(--color-svg-fill)!important}svg path[stroke="#000000"],svg path[stroke="#000"]{stroke:var(--color-svg-stroke)!important}svg g[fill="#000000"]{fill:var(--color-svg-fill)!important}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a{text-decoration:none;color:var(--color-link);transition:.4s;padding:3px}@media(hover:hover){a:hover{color:var(--color-link-hover);background-color:var(--color-background-soft)}}@media(min-width:1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}.theme-toggle[data-v-b34002c1]{position:fixed;top:20px;right:20px;z-index:1000;background:var(--color-background-soft);border:1px solid var(--color-border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.theme-toggle[data-v-b34002c1]:hover{background:var(--color-background-mute);border-color:var(--color-border-hover);transform:scale(1.05)}.theme-toggle[data-v-b34002c1]:active{transform:scale(.95)}.icon[data-v-b34002c1]{width:20px;height:20px;color:var(--color-text);stroke-width:2;transition:transform .3s ease}.theme-toggle:hover .icon[data-v-b34002c1]{transform:rotate(15deg)}@media(max-width:768px){.theme-toggle[data-v-b34002c1]{top:15px;right:15px;width:44px;height:44px}.icon[data-v-b34002c1]{width:18px;height:18px}}.logo-svg[data-v-6b43d6b8]{transition:fill .3s ease}header[data-v-7cb9b5e9]{line-height:1.5;max-height:100vh}.title-section[data-v-7cb9b5e9]{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.title-with-logo[data-v-7cb9b5e9]{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:1rem;flex-direction:column}.logo[data-v-7cb9b5e9]{height:100%;width:auto;max-height:120px;flex-shrink:0}.greetings h1[data-v-7cb9b5e9]{font-weight:500;font-size:2.6rem;position:relative;margin:0}.greetings h3[data-v-7cb9b5e9]{font-size:1.2rem;margin:0}.greetings h1[data-v-7cb9b5e9],.greetings h3[data-v-7cb9b5e9]{text-align:center}nav[data-v-7cb9b5e9]{width:100%;font-size:12px;text-align:center;margin-top:2rem;margin-bottom:1rem}nav a.router-link-exact-active[data-v-7cb9b5e9]{color:var(--color-text)}nav a.router-link-exact-active[data-v-7cb9b5e9]:hover{background-color:transparent}nav a[data-v-7cb9b5e9]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-7cb9b5e9]:first-of-type{border:0}@media(min-width:1024px){header[data-v-7cb9b5e9]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.title-section[data-v-7cb9b5e9]{flex-direction:row;align-items:center;margin-bottom:0}.title-with-logo[data-v-7cb9b5e9]{justify-content:flex-start;flex-direction:row}.logo[data-v-7cb9b5e9]{height:100%;width:auto;max-height:100px;margin-right:.5rem}.greetings h1[data-v-7cb9b5e9],.greetings h3[data-v-7cb9b5e9]{text-align:left}header .wrapper[data-v-7cb9b5e9]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-7cb9b5e9]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.item[data-v-f49b3175]{margin-top:2rem;display:flex;position:relative}.details[data-v-f49b3175]{flex:1;margin-left:1rem}i[data-v-f49b3175]{display:flex;place-items:center;place-content:center;width:32px;height:32px;padding:5px;color:var(--color-text)}h3[data-v-f49b3175]{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}@media(min-width:1024px){.item[data-v-f49b3175]{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}i[data-v-f49b3175]{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-f49b3175]:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-f49b3175]:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-f49b3175]:first-of-type:before{display:none}.item[data-v-f49b3175]:last-of-type:after{display:none}}.st0[data-v-e6497285]{fill:var(--color-svg-fill)}
