: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}a,.green{text-decoration:none;transition:.4s;padding:3px}@media (min-width: 1024px){body{display:flex;place-items:center}}header[data-v-a613084a]{position:fixed;top:0;left:0;width:300px;height:100vh;background:#000;color:#fff;clip-path:polygon(0 0,100% 0,90% 100%,0 100%);box-shadow:0 0 20px #9400d3,0 0 30px #9400d3,0 0 40px #9400d3,0 0 50px #9400d3;z-index:1000;padding:20px;display:flex;flex-direction:column;justify-content:space-between;animation:neonBorder 2s infinite}.border-animated[data-v-a613084a]{position:fixed;top:0;left:0;width:305px;height:100vh;clip-path:polygon(0 0,100% 0,90% 100%,0 100%);background:linear-gradient(90deg,#9400d3,#ff1493,#0ff,#9400d3);background-size:400% 400%;animation:neonBorderAnimation-a613084a 3s infinite linear;pointer-events:none}@keyframes neonBorderAnimation-a613084a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}nav.navbar[data-v-a613084a]{display:flex;flex-direction:column;gap:20px}.link[data-v-a613084a]{cursor:pointer;color:#9400d3;font-size:2em;position:relative;transition:transform .3s ease}.link[data-v-a613084a]:hover{transform:translate(20px)}.router-link-active[data-v-a613084a]{color:#ff1493;transform:translate(20px);transition:color .3s ease,transform .3s ease}.router-link-active[data-v-a613084a]:before{content:"> ";position:absolute;color:red;left:-30px;transition:color .3s ease,left .3s ease}#flag[data-v-a613084a]{width:50px;height:auto;cursor:pointer}button[data-v-a613084a]{background:#9400d3;color:#fff;border:none;padding:10px 20px;cursor:pointer;transition:background .3s;z-index:1001;clip-path:polygon(0 0,90.75% 0,90% 100%,0 100%)}button[data-v-a613084a]:hover{background:#ff1493}@media (max-width: 600px){header[data-v-a613084a]{width:100%;height:auto;clip-path:none;box-shadow:none;padding:10px}.border-animated[data-v-a613084a]{width:100%;height:100px;clip-path:none;background:linear-gradient(90deg,#9400d3,#ff1493,#0ff,#9400d3);background-size:400% 400%;animation:neonBorderAnimation-a613084a 3s infinite linear}nav.navbar[data-v-a613084a]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}.link[data-v-a613084a]{font-size:1.2em;transform:none}button[data-v-a613084a]{position:static;width:100%;clip-path:none;margin-top:10px}.router-link-active[data-v-a613084a]:before{content:"";transition:color .3s ease,left .3s ease}.router-link-active[data-v-a613084a]{color:#ff1493}.link[data-v-a613084a]:hover{transform:none}}body{background-color:#000000e8}#about[data-v-9a5e2db2]{margin-left:320px;width:calc(100% - 320px);padding:20px;color:#fff;min-height:100vh}#about h2[data-v-9a5e2db2]{font-size:4em;text-align:center;margin-bottom:1em;color:#9400d3}#content[data-v-9a5e2db2]{display:flex;flex-direction:column;align-items:center;gap:20px}#content img[data-v-9a5e2db2]{width:30%;height:auto;border-radius:10px;box-shadow:0 0 20px #9400d3,0 0 30px #9400d3,0 0 40px #9400d3,0 0 50px #9400d3}.text[data-v-9a5e2db2]{flex:1;font-size:1.2em;line-height:1.6;text-align:justify}.text p[data-v-9a5e2db2]{margin-bottom:1em}@media (max-width: 1000px){#about[data-v-9a5e2db2]{margin-left:0;margin-top:100px;width:100%;padding:10px}#about h2[data-v-9a5e2db2]{font-size:2.5em}.text[data-v-9a5e2db2]{font-size:1em}#content img[data-v-9a5e2db2]{width:50%}}#skills[data-v-67cf3872]{margin-left:320px;padding:20px;color:#fff;min-height:100vh}#skills h2[data-v-67cf3872]{font-size:4em;margin-bottom:1em;color:#9400d3;text-align:center}.skills[data-v-67cf3872]{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:20px}.skill[data-v-67cf3872]{display:flex;flex-direction:column;align-items:center;text-align:center;background:#1a1a1a;padding:20px;border-radius:10px;box-shadow:0 0 20px #9400d3,0 0 30px #9400d3,0 0 40px #9400d3,0 0 50px #9400d3}.skill img[data-v-67cf3872]{width:60%;height:auto;margin-bottom:10px}.skill h6[data-v-67cf3872]{font-size:1.2em;color:#fff}@media (max-width: 600px){#skills[data-v-67cf3872]{margin-left:0;margin-top:100px;padding:10px}#skills h2[data-v-67cf3872]{font-size:2.5em}.skills[data-v-67cf3872]{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}.skill[data-v-67cf3872]{padding:10px}.skill img[data-v-67cf3872]{width:80%}.skill h6[data-v-67cf3872]{font-size:1em}}#experience[data-v-f9a6e1d0]{margin-left:320px;padding:2em 6em;min-height:100vh;color:#fff}h2[data-v-f9a6e1d0]{margin-bottom:1em;text-align:center;font-size:4em;color:#9400d3}.experience-content[data-v-f9a6e1d0]{display:flex;flex-direction:column;align-items:center}.experience-card[data-v-f9a6e1d0]{background:#1a1a1a;border-radius:15px;box-shadow:0 0 20px #9400d3,0 0 30px #9400d3,0 0 40px #9400d3,0 0 50px #9400d3;padding:2em;margin:1em;width:75%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.experience-card[data-v-f9a6e1d0]:hover{transform:translateY(-10px);box-shadow:0 0 30px #9400d3,0 0 40px #9400d3,0 0 50px #9400d3,0 0 60px #9400d3}.experience-header[data-v-f9a6e1d0]{display:flex;justify-content:space-between;align-items:center;width:100%}.experience-logo[data-v-f9a6e1d0]{flex:0 0 auto}.experience-logo img[data-v-f9a6e1d0]{width:auto;height:5em}.experience-date[data-v-f9a6e1d0]{flex:0 0 auto;font-weight:700;color:#9400d3}.experience-info[data-v-f9a6e1d0]{flex:1 1 auto;margin-top:1em}.experience-info h6[data-v-f9a6e1d0]{font-size:1.4em;font-weight:700;margin-bottom:.5em;color:#9400d3}.experience-info ul[data-v-f9a6e1d0]{list-style-type:disc;padding-left:1.5em}.experience-info li[data-v-f9a6e1d0]{margin-bottom:.5em;color:#fff}.experience-logo img[data-v-f9a6e1d0]{filter:invert(.5)}@media (max-width: 600px){#experience[data-v-f9a6e1d0]{margin-left:0;margin-top:100px;padding:10px}h2[data-v-f9a6e1d0]{font-size:2.5em}.experience-card[data-v-f9a6e1d0]{width:100%;padding:1em}.experience-logo img[data-v-f9a6e1d0]{height:3em}.experience-info h6[data-v-f9a6e1d0]{font-size:1.2em}.experience-info ul[data-v-f9a6e1d0]{padding-left:1em}.experience-info li[data-v-f9a6e1d0]{font-size:.9em}}#projects[data-v-204464eb]{padding:2em 6em;margin-left:320px;min-height:100vh;color:#fff;overflow-x:hidden}.project-content[data-v-204464eb]{display:flex;flex-wrap:wrap;justify-content:center;gap:1em;width:100%;overflow-x:hidden}h2[data-v-204464eb]{margin-bottom:1em;text-align:center;font-size:4em;color:#9400d3}h5[data-v-204464eb]{text-align:center;font-size:1.5em;margin-bottom:2em;color:#9400d3}.project-card[data-v-204464eb]{background:#000;border-radius:8px;padding:1.5em;margin:1em;width:100%;flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.project-card[data-v-204464eb]:hover{transform:translateY(-10px)}.project-info[data-v-204464eb]{flex:1 1 auto;margin-right:1em;color:#fff}img[data-v-204464eb]{flex:0 0 auto;width:auto;height:auto;max-height:20em;margin-left:1em;margin-right:1em;border-radius:5%}.project-info h6[data-v-204464eb]{font-size:2em;font-weight:700;color:#9400d3}.project-tech[data-v-204464eb]{margin-top:1em;display:flex;align-items:center;justify-content:center}.project-tech span[data-v-204464eb]{background:#484849;color:#fff;padding:.3em .6em;border-radius:10vh;margin-right:.5em;font-size:.9em}@media (max-width: 1300px){img[data-v-204464eb]{max-height:12em;margin:1em}}@media (max-width: 1000px){#projects[data-v-204464eb]{padding:2em 1em}.project-card[data-v-204464eb]{flex-direction:column;align-items:center}img[data-v-204464eb]{max-height:7em;margin:1em}.project-info[data-v-204464eb]{margin:0;text-align:center}.project-info h6[data-v-204464eb]{font-size:1.5em}}@media (max-width: 600px){#projects[data-v-204464eb]{margin-left:0;margin-top:100px;padding:10px}h2[data-v-204464eb]{font-size:2.5em}.project-card[data-v-204464eb]{flex-direction:column;align-items:center;padding:1em}img[data-v-204464eb]{max-height:5em;margin:1em 0}.project-info h6[data-v-204464eb]{font-size:1.2em}.project-tech span[data-v-204464eb]{font-size:.8em}}#contact[data-v-a175abfc]{padding:2em 6em;margin-left:320px;min-height:100vh;color:#fff;width:100%}h2[data-v-a175abfc],h5[data-v-a175abfc]{text-align:center;color:#9400d3}h2[data-v-a175abfc]{margin-bottom:1em;font-size:4em}h5[data-v-a175abfc]{font-size:1.5em;margin-bottom:2em}.contact-item[data-v-a175abfc]{display:flex;flex-direction:column;align-items:center;margin:1em 0}.contact-item a[data-v-a175abfc]{color:#9400d3;font-size:1.2em;text-decoration:none;transition:color .3s ease}.contact-item a[data-v-a175abfc]:hover{color:#fff}.contact-item img[data-v-a175abfc]{width:2em;height:2em;margin:0 .5em;transition:transform .3s ease;filter:invert(1)}.contact-item img[data-v-a175abfc]:hover{transform:scale(1.2)}@media (max-width: 1000px){#contact[data-v-a175abfc]{padding:2em 1em}h2[data-v-a175abfc]{font-size:2em}h5[data-v-a175abfc]{font-size:1.2em}.contact-item a[data-v-a175abfc]{font-size:1em}.contact-item img[data-v-a175abfc]{width:1.5em;height:1.5em}}@media (max-width: 600px){#contact[data-v-a175abfc]{margin-left:0;margin-top:100px;padding:10px}h2[data-v-a175abfc]{font-size:2.5em}h5[data-v-a175abfc]{font-size:1.2em}.contact-item a[data-v-a175abfc]{font-size:1em}.contact-item img[data-v-a175abfc]{width:1.5em;height:1.5em}}
