: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}html{font-size:15px}body{position:relative;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{font-weight:400;-webkit-user-select:none;user-select:none}.fade-enter-active,.fade-leave-active{transition:opacity .5s cubic-bezier(.4,0,.2,1);will-change:opacity}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade-blur-in{0%{filter:blur(10px) brightness(.3);transform:translateZ(0) scale(1.2)}to{filter:blur(0) brightness(1);transform:translateZ(0) scale(1)}}@keyframes fade-blur-main-in{0%{transform:scale(1.2)}to{transform:scale(1)}}*{box-sizing:border-box}html{scroll-behavior:smooth;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}img{max-width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.virtual-list{contain:strict;content-visibility:auto;contain-intrinsic-size:auto 500px}.loading[data-v-68ea3975]{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;contain:strict}.loading .loading-cover[data-v-68ea3975]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009}.loading .loading-icon[data-v-68ea3975]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.loading .loading-icon[data-v-68ea3975] path{stroke-dasharray:2400;stroke-dashoffset:2400;fill:transparent;animation:draw-68ea3975 3s linear infinite both;stroke-width:2px;stroke:#fff}@keyframes draw-68ea3975{0%{stroke-dashoffset:1px;stroke-dasharray:0 2400;opacity:0}10%{opacity:1}45%{stroke-dasharray:2400 0}65%{stroke-dasharray:2400 0}95%,to{stroke-dasharray:0 2400}}.container[data-v-0a6b0324]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;contain:strict}.container .bg-img[data-v-0a6b0324]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;backface-visibility:hidden;transform:translateZ(0) scale(1.2);isolation:isolate;filter:blur(10px) brightness(.3);will-change:transform,filter}.container .bg-img.animate[data-v-0a6b0324]{animation:fade-blur-in .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:.36s}.content[data-v-e61d0b6c]{margin-top:120px}.content .left[data-v-e61d0b6c]{width:100%;padding-right:10px}.content .left .welcome[data-v-e61d0b6c]{display:flex;align-items:center;font-size:2rem;color:#fff;stroke-width:2px;stroke:#fff;font-family:sans-serif;white-space:nowrap;margin-bottom:15px}.content .left .text[data-v-e61d0b6c]{font-size:1.4rem;color:#fff;font-family:sans-serif;transition:color .3s ease,transform .3s ease}.content .left .text span[data-v-e61d0b6c]{color:#747bff}.content .left .links[data-v-e61d0b6c]{margin-top:20px;width:100%;display:flex;align-items:center;overflow-x:auto}.content .left .links .item[data-v-e61d0b6c]{width:49px;height:43px;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:10px;background:#f7f7f7;transition:background-color .3s ease,transform .2s ease;will-change:background-color,transform;transform:translateZ(0)}.content .left .links .item.github[data-v-e61d0b6c]:hover{background-color:#151b23;fill:#fff}.content .left .links .item.mail[data-v-e61d0b6c]:hover{background-color:#00b0ff;fill:#fff}.content .left .links .item svg[data-v-e61d0b6c]{width:22px;height:22px}.content .right[data-v-e61d0b6c]{width:100%}.content .right .title[data-v-e61d0b6c]{margin:24px 0 16px;font-size:2rem;color:#fff;font-family:sans-serif;transition:transform .3s ease}.content .right .project-list[data-v-e61d0b6c]{width:100%;display:flex;flex-wrap:wrap;gap:15px}.content .right .project-list .item[data-v-e61d0b6c]{width:calc(33.33% - 10px);transition:transform .3s ease,box-shadow .3s ease;contain:layout style paint}.content .right .project-list .item .list[data-v-e61d0b6c]{width:100%;height:100px;display:flex;justify-content:space-between;align-items:center;background-color:#f7f7f7;border-radius:8px;padding:15px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;will-change:transform,box-shadow;transform:translateZ(0)}.content .right .project-list .item .list[data-v-e61d0b6c]:hover{box-shadow:0 8px 16px -4px #2c2d300c;transform:translateY(-2px) translateZ(0)}.content .right .project-list .item .list .text[data-v-e61d0b6c]{flex:1}.content .right .project-list .item .list .text .name[data-v-e61d0b6c]{font-size:1.2rem;color:#000;font-family:sans-serif}.content .right .project-list .item .list .text .desc[data-v-e61d0b6c]{margin-top:6px;font-size:.8rem;color:#494949;font-family:sans-serif}.content .right .project-list .item .list .icon[data-v-e61d0b6c]{margin-left:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.content .right .skills[data-v-e61d0b6c]{transition:opacity .3s ease;contain:layout style paint}.content .right .skills .skills-img1[data-v-e61d0b6c]{display:block}.content .right .skills .skills-img2[data-v-e61d0b6c]{display:none}@media (max-width: 768px){.content .left .text[data-v-e61d0b6c]{font-size:1.2rem}.content .right .title[data-v-e61d0b6c]{font-size:1.8rem}.content .right .project-list .item[data-v-e61d0b6c]{width:calc(50% - 7.5px)}}@media (max-width: 480px){.content .right .title[data-v-e61d0b6c]{font-size:1.6rem}.content .right .project-list .item[data-v-e61d0b6c]{width:100%;margin-right:0}.content .right .skills .skills-img1[data-v-e61d0b6c]{display:none}.content .right .skills .skills-img2[data-v-e61d0b6c]{display:block}}footer[data-v-b4a4fce3]{position:absolute;bottom:0;left:0;width:100%;height:2.5rem;background:#00000026;opacity:.5;display:flex;align-items:center;justify-content:center;font-size:13px;z-index:1;white-space:nowrap}footer .text[data-v-b4a4fce3]{color:#fff;padding:0 5px}footer .text .link[data-v-b4a4fce3]{color:#fff;text-decoration:none}footer .text .link[data-v-b4a4fce3]:hover{text-decoration:underline}footer .text .icp-icon[data-v-b4a4fce3]{vertical-align:-3px;padding-right:5px;border:0}.box[data-v-b4a4fce3]{height:2.5rem}@media (max-width: 768px){.hide1[data-v-b4a4fce3]{display:none}}@media (max-width: 480px){.hide2[data-v-b4a4fce3]{display:none}}main[data-v-f1791d15]{max-width:1200px;margin:0 auto;padding:10px}
