@import"https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap";: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{--hue: 200;--color-primary: hsl(var(--hue), 78%, 38%);--color-primary-light: hsl(var(--hue), 56%, 37%);--color-glow: hsla(var(--hue), 78%, 38%, .22);--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: #050505;--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}html{scroll-behavior:smooth}body{margin-left:auto;margin-right:auto;max-height:100vh;font-family:Gantari,sans-serif;overflow-x:hidden}body #app{margin-top:10vh}section{min-width:min(80vw,1000px);max-width:1100px;padding:150px 20px;margin-left:auto;margin-right:auto}section>*{animation:appear linear;animation-timeline:view()}[primary],.primary{color:var(--color-primary)}[primary-bg],.primary-bg{background-color:var(--color-primary)}[high-contrast],.high-contrast{color:#000}@media (prefers-color-scheme: dark){[high-contrast],.high-contrast{color:#fff}}button{font-family:Gantari,sans-serif;font-size:1rem;padding:1rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s;background-color:var(--color-primary);color:#fff}button:hover{background-color:var(--color-primary-light)}@keyframes appear{0%,to{opacity:0;scale:.5}10%,80%{opacity:1;scale:1}}.profilePic[data-v-ab4f8866]{filter:url(#goo) drop-shadow(0 .5rem .5rem var(--color-glow));aspect-ratio:1;width:40vw;height:45vw;max-width:400px;max-height:450px;position:relative;overflow:visible;z-index:-1;margin:auto}.profilePic[data-v-ab4f8866]:before{content:"";clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background:var(--color-primary);position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.profilePic .blob[data-v-ab4f8866]{position:absolute;z-index:-1;width:30%;height:30%;top:0;right:0;bottom:0;left:0;margin:auto;animation:randomMovement-ab4f8866 60s alternate infinite}.profilePic .blob[data-v-ab4f8866]:after{content:"";clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background:var(--color-primary);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:var(--width, 0);height:var(--width, 0)}.profilePic .blob[data-v-ab4f8866]:nth-child(2){animation-delay:-30s;--width: 30%}.profilePic .blob[data-v-ab4f8866]:nth-child(3){animation-delay:-12s;--width: 80%}.profilePic .blob[data-v-ab4f8866]:nth-child(4){animation-delay:6s;--width: 50%}.profilePic .blob[data-v-ab4f8866]:nth-child(5){animation-delay:24s;--width: 70%}.profilePic .blob[data-v-ab4f8866]:nth-child(6){animation-delay:42s;--width: 40%}.profilePic img[data-v-ab4f8866]{width:110%;height:110%;object-fit:contain;clip-path:polygon(0 0,100% 0,100% 75%,50% 100%,0 75%,0 25%);position:absolute;bottom:0;left:-50%;right:-50%;margin:auto}@keyframes randomMovement-ab4f8866{0%{transform:translate(0)}20%{transform:translate(-263.1%,121.5%)}40%{transform:translate(226.2%,-99%)}60%{transform:translate(-102.3%,202.2%)}80%{transform:translate(192.6%,147.3%)}to{transform:translate(-270%,-120%)}}.grid[data-v-f82dde05]{display:grid;gap:20px;grid-template-columns:auto auto;align-items:center}@media screen and (max-width: 650px){.grid[data-v-f82dde05]{grid-template-columns:auto;align-items:center;justify-content:center}.grid.inverted[data-v-f82dde05]>:last-child{order:-1}}h1[data-v-f82dde05]{color:var(--color-heading);font-size:3em;font-weight:700;filter:drop-shadow(0px 0px 3px var(--color-background));z-index:1}div[data-v-f82dde05]{display:flex;flex-direction:column;justify-content:center}div .top-line[data-v-f82dde05]{font-size:1.5em;font-weight:700}div button[data-v-f82dde05]{align-self:flex-start;padding:15px 30px;margin-top:40px}div[data-v-f82dde05],h2[data-v-f82dde05]{color:var(--color-heading);font-weight:700}p[data-v-f82dde05]{margin-top:20px;opacity:.5}a[data-v-589d4c69]{text-decoration:none;color:var(--text-color)}a[data-v-589d4c69]:hover{color:var(--color-primary);cursor:pointer}header[data-v-5eb50436]{font-weight:700;position:fixed;display:flex;top:0;left:0;right:0;height:40px;padding:40px 20px;background-color:var(--color-background);z-index:10;align-items:center;transition:all .5s}header.open[data-v-5eb50436]{background-color:transparent}header.open>span[data-v-5eb50436]{opacity:0}header>i[data-v-5eb50436]{z-index:10;width:20px;height:3px;background:var(--color-text);border-radius:9999999px;position:relative;transition:all .5s;cursor:pointer;margin-top:10px;margin-bottom:10px}@media screen and (min-width: 651px){header>i[data-v-5eb50436]{display:none}}header>i.open[data-v-5eb50436]{background:transparent}header>i.open[data-v-5eb50436]:before{top:0;transform:rotate(45deg)}header>i.open[data-v-5eb50436]:after{top:0;transform:rotate(-45deg)}header>i[data-v-5eb50436]:before,header>i[data-v-5eb50436]:after{content:"";position:absolute;width:20px;height:3px;background:var(--color-text);border-radius:9999999px;transition:all .5s}header>i[data-v-5eb50436]:before{top:-8px}header>i[data-v-5eb50436]:after{top:8px}header>span[data-v-5eb50436]{flex:1;font-size:1.5rem;transition:all .5s}header nav[data-v-5eb50436]{display:flex;justify-content:space-around;align-items:center;gap:20px}@media screen and (max-width: 650px){header nav[data-v-5eb50436]{position:fixed;right:-100%;top:0;justify-content:center;flex-direction:column;transition:right .5s;min-width:200px;max-width:400px;width:40vw;height:100vh;z-index:9;background-color:var(--color-background);filter:drop-shadow(0 0 10px var(--color-border-hover))}header nav.open[data-v-5eb50436]{right:0}}.backdrop[data-v-5eb50436]{pointer-events:none;position:fixed;top:0;left:0;right:0;height:100vh;transition-property:all;transition-duration:.5s;z-index:9;-webkit-backdrop-filter:none;backdrop-filter:none}.backdrop.open[data-v-5eb50436]{pointer-events:all;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grid[data-v-c855dc95]{display:grid;gap:20px}.grid p[data-v-c855dc95]{color:var(--color-text);margin-bottom:20px}.grid p b[data-v-c855dc95],.grid p.tldr[data-v-c855dc95]{font-weight:700}.grid[data-v-c2ce8a1e]{display:grid;gap:20px}.grid h3[data-v-c2ce8a1e]{margin-top:20px;color:var(--color-heading)}.grid ul[data-v-c2ce8a1e]{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(min(100px,20vw),1fr));align-items:center}.grid li[data-v-c2ce8a1e]{display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;position:relative;aspect-ratio:.8660254326;filter:url(#goo) drop-shadow(0 .5rem .5rem var(--color-background-mute));padding:10px;animation:subtle-random-movement-c2ce8a1e 30s infinite ease-in-out}.grid li[data-v-c2ce8a1e]:nth-child(1){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(2){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(3){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(4){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(5){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(6){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(7){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(8){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(9){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(10){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(11){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(12){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(13){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(14){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(15){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(16){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(17){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(18){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(19){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(20){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(21){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(22){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(23){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(24){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(25){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(26){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(27){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(28){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(29){animation-delay:-0s}.grid li[data-v-c2ce8a1e]:nth-child(30){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(31){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(32){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(33){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(34){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(35){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(36){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(37){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(38){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(39){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(40){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(41){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(42){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(43){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(44){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(45){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(46){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(47){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(48){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(49){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(50){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(51){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(52){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(53){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(54){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(55){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(56){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(57){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(58){animation-delay:-0s}.grid li[data-v-c2ce8a1e]:nth-child(59){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(60){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(61){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(62){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(63){animation-delay:-16s}.grid li[data-v-c2ce8a1e]:nth-child(64){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(65){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:nth-child(66){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(67){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(68){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(69){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(70){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(71){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(72){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(73){animation-delay:-20s}.grid li[data-v-c2ce8a1e]:nth-child(74){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(75){animation-delay:-1s}.grid li[data-v-c2ce8a1e]:nth-child(76){animation-delay:-25s}.grid li[data-v-c2ce8a1e]:nth-child(77){animation-delay:-24s}.grid li[data-v-c2ce8a1e]:nth-child(78){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(79){animation-delay:-7s}.grid li[data-v-c2ce8a1e]:nth-child(80){animation-delay:-23s}.grid li[data-v-c2ce8a1e]:hover{filter:saturate(1) url(#goo) drop-shadow(0 .5rem .5rem var(--color-glow));color:#fff}.grid li[data-v-c2ce8a1e]:hover:before{background:var(--color-primary)}.grid li[data-v-c2ce8a1e]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background-color:var(--color-background-soft);transition:background-color .3s}.grid li span[data-v-c2ce8a1e]{text-align:center}.grid img[data-v-c2ce8a1e]{width:30px;height:30px;filter:drop-shadow(0 0 10px var(--color-background))}@keyframes subtle-random-movement-c2ce8a1e{0%{transform:translate(0)}10%{transform:translate(-3px,2px)}20%{transform:translate(2px,-1px)}30%{transform:translate(-2px,-3px)}40%{transform:translate(4px,1px)}50%{transform:translate(-1px,3px)}60%{transform:translate(3px,-2px)}70%{transform:translate(-4px,2px)}80%{transform:translate(1px,-3px)}90%{transform:translate(-2px,1px)}to{transform:translate(0)}}h2[data-v-f549c9e8]{color:var(--color-heading)}p[data-v-f549c9e8]{color:var(--color-text)}.contact-grid[data-v-f549c9e8]{display:grid;gap:20px;grid-template-columns:auto 1fr;align-items:center;padding:20px}.contact-grid i[data-v-f549c9e8]{width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-flex}.contact-grid>span[data-v-f549c9e8]{font-weight:700;display:inline-flex;align-items:end}.contact-grid>a[data-v-f549c9e8]{text-decoration:none;color:var(--color-primary)}.contact-grid>a[data-v-f549c9e8]:hover{text-decoration:underline}h2[data-v-ff31163c]{margin-top:0;color:var(--color-heading)}h3[data-v-ff31163c]{margin-bottom:.5rem;color:var(--color-heading)}article[data-v-ff31163c]{margin-bottom:2rem}p[data-v-ff31163c]{margin-bottom:1rem;color:var(--color-text)}
