@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;600;700&display=swap";main[data-v-91c92250]{min-height:100vh}.fade-enter-active[data-v-91c92250],.fade-leave-active[data-v-91c92250]{transition:opacity .2s ease}.fade-enter-from[data-v-91c92250],.fade-leave-to[data-v-91c92250]{opacity:0}.hero-canvas[data-v-92edd766],.story-canvas[data-v-3f74bc40]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,Noto Sans TC,sans-serif;font-size:1rem;font-weight:400;color:#f0f2f5;background-color:#0f1117;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#f0f2f5}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{color:#c8d6e8;line-height:1.8}.text-muted{color:#6b7fa0}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}@media(max-width:767px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}@media(max-width:767px){.section{padding:3rem 0}}strong{color:#f5c842;font-weight:600}strong a{text-decoration:underline}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875em;color:#e3516a;background-color:#e3516a1a;border:1px solid #7a2535;padding:.15em .45em;border-radius:4px}.btn{display:inline-flex;align-items:center;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer}.btn--primary{background-color:#4f8ef7;color:#fff;border:1px solid #4f8ef7}.btn--primary:hover{background-color:#80adf9;border-color:#80adf9}.btn--secondary{border:1px solid #2a3a5c;color:#c8d6e8;background-color:transparent}.btn--secondary:hover{border-color:#f0f2f5;color:#f0f2f5}.btn--ghost{border:1px solid #4f8ef7;color:#4f8ef7;background-color:#4f8ef714}.btn--ghost:hover{background-color:#4f8ef72e;border-color:#80adf9;color:#80adf9}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background-color:#4f8ef7;color:#f0f2f5;font-size:1.125rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:999;box-shadow:0 4px 12px #4f8ef74d}.back-to-top--visible{opacity:1;transform:translateY(0)}.back-to-top:hover{opacity:.85}.header{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #2a3a5c}.header__inner{display:flex;align-items:center;justify-content:space-between;height:70px;background-color:#0f1117d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #2a3a5c;background-color:#0f1117eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:70px}.header__logo{font-size:1.25rem;font-weight:700;color:#f0f2f5;letter-spacing:-.5px;transition:opacity .3s ease;z-index:1001;position:relative}.header__logo:hover{opacity:.7}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-size:.875rem;font-weight:500;color:#c8d6e8;transition:color .3s ease;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#f0f2f5;transition:width .3s ease}.header__nav-link:hover{color:#f0f2f5}.header__nav-link:hover:after{width:100%}.header__nav-link.router-link-active{color:#f0f2f5;font-weight:600}.header__nav-link.router-link-active:after{width:100%}.header__nav-link--resume{padding:.5rem 1rem;border:1px solid #f0f2f5;border-radius:9999px;font-weight:500}.header__nav-link--resume:after{display:none}.header__nav-link--resume:hover{background-color:#f0f2f5;color:#6b7fa0}.header__nav-link--resume.router-link-active{color:#c8d6e8;font-weight:500}.header__nav-link--resume.router-link-active:after{display:none}.header__hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001;position:relative}.header__hamburger span{display:block;width:24px;height:2px;background-color:#f0f2f5;transition:.3s ease}@media(max-width:767px){.header__hamburger{display:flex}.header__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav{display:none;position:fixed;inset:0;width:100%;height:100vh;background-color:#0f1117;opacity:1;flex-direction:column;justify-content:center;align-items:center;gap:3rem;z-index:998}.header__nav--open{display:flex}.header__nav-link{font-size:1.5rem}}.footer{border-top:1px solid #2a3a5c;padding:2rem 0;background-color:#0f1117}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer__ai{display:flex;align-items:center;gap:.5rem}.footer__ai-label{font-size:10px;font-weight:600;letter-spacing:.06em;color:#4f8ef7;background-color:#4f8ef71f;border:1px solid rgba(79,142,247,.3);border-radius:4px;padding:2px 6px;text-transform:uppercase}.footer__ai-sep{font-size:.875rem;color:#6b7fa0}.footer__ai-link{font-size:.875rem;color:#6b7fa0;transition:color .3s ease}.footer__ai-link:hover{color:#4f8ef7}.footer__copy{font-size:.875rem;color:#6b7fa0}.footer__right{display:flex;align-items:center;gap:1.5rem}.footer__linkedin{display:flex;align-items:center;color:#6b7fa0;transition:color .3s ease}.footer__linkedin:hover{color:#4f8ef7}.footer__email{font-size:.875rem;color:#6b7fa0;transition:color .3s ease}.footer__email:hover{color:#4f8ef7}@media(max-width:767px){.footer__inner{flex-direction:column;gap:.5rem;text-align:center}}.project-card{display:flex;flex-direction:column;border:1px solid #2a3a5c;border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;background-color:#1e2d4a}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#4f8ef7}.project-card__cover{width:100%;aspect-ratio:16/7;aspect-ratio:16/9;overflow:hidden;background-color:#1c2d4a}.project-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card__cover img{transform:scale(1.03)}.project-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem}.project-card__hashtags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__hashtag{font-size:.75rem;color:#6b7fa0;font-weight:500}.project-card__title{font-size:1.125rem;font-weight:600;color:#f0f2f5;line-height:1.4}.project-card__desc{font-size:.875rem;color:#c8d6e8;line-height:1.7;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tag{font-size:.75rem;color:#93c4ff;background-color:#263d63;padding:2px .5rem;border-radius:9999px;border:1px solid #2a3a5c;font-weight:500}.project-card__cta{padding:1rem 1.5rem;border-top:1px solid #2a3a5c;font-size:.875rem;font-weight:500;color:#c8d6e8;transition:color .3s ease}.project-card:hover .project-card__cta{color:#4f8ef7}.project-card-h{display:flex;flex-direction:row;text-decoration:none;color:inherit;border:1px solid #2a3a5c;border-radius:16px;overflow:hidden;background-color:#1e2d4a;transition:all .3s ease;cursor:pointer}.project-card-h:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#4f8ef7}.project-card-h__cover{flex:0 0 40%;aspect-ratio:16/9;overflow:hidden;background-color:#1c2d4a}.project-card-h__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-card-h:hover .project-card-h__cover img{transform:scale(1.03)}.project-card-h__body{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.project-card-h__hashtags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card-h__hashtag{font-size:.75rem;color:#6b7fa0;font-weight:500}.project-card-h__title{font-size:1.125rem;font-weight:600;color:#f0f2f5;line-height:1.4;margin:0}.project-card-h__desc{font-size:.875rem;color:#c8d6e8;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.project-card-h__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-card-h__tag{font-size:.75rem;color:#93c4ff;background-color:#263d63;padding:2px .5rem;border-radius:9999px;border:1px solid #2a3a5c;font-weight:500}.project-card-h__cta{font-size:.875rem;font-weight:500;color:#c8d6e8;margin-top:.5rem;transition:color .3s ease}.project-card-h:hover .project-card-h__cta{color:#4f8ef7}@media(max-width:767px){.project-card-h{flex-direction:column}.project-card-h__cover{flex:none;width:100%;aspect-ratio:16/9}}.article-card{display:flex;flex-direction:column;border:1px solid #2a3a5c;border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;background-color:#1e2d4a}.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#4f8ef7}.article-card__cover{width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#1c2d4a}.article-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-card__cover img{transform:scale(1.03)}.article-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem}.article-card__hashtags{display:flex;flex-wrap:wrap;gap:.5rem}.article-card__hashtag{font-size:.75rem;color:#6b7fa0;font-weight:500}.article-card__title{font-size:1.125rem;font-weight:600;color:#f0f2f5;line-height:1.4}.article-card__desc{font-size:.875rem;color:#c8d6e8;line-height:1.7;flex:1}.article-card__date{font-size:.75rem;color:#6b7fa0}.article-card__cta{padding:1rem 1.5rem;border-top:1px solid #2a3a5c;font-size:.875rem;font-weight:500;color:#c8d6e8;transition:color .3s ease}.article-card:hover .article-card__cta{color:#4f8ef7}.hero{padding-top:calc(70px + 6rem);padding-bottom:7.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 15% 50%,rgba(79,142,247,.15) 0%,transparent 70%),radial-gradient(ellipse 55% 50% at 85% 20%,rgba(124,95,247,.1) 0%,transparent 65%);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(79,142,247,.12) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(ellipse at center,black 20%,transparent 80%);mask-image:radial-gradient(ellipse at center,black 20%,transparent 80%);pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}.hero__photo{width:280px;height:360px;border-radius:16px;overflow:hidden;border:1px solid #2a3a5c;flex-shrink:0;position:relative}.hero__photo img{width:100%;height:100%;object-fit:cover;object-position:top center}.hero__photo:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#0f1117,transparent)}.hero__title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#f0f2f5}.hero__subtitle{font-size:1.5rem;color:#4f8ef7;font-weight:500;margin-bottom:1.5rem}.hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:767px){.hero{padding-top:calc(70px + 3rem);padding-bottom:3rem}.hero__inner{grid-template-columns:1fr}.hero__photo{width:200px;height:200px;border-radius:50%;margin:0 auto;order:-1}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.25rem}}.features{border-top:1px solid #2a3a5c;border-bottom:1px solid #2a3a5c;background-color:#1c2d4a}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.features__title{font-size:1.125rem;font-weight:600;color:#4f8ef7;margin-bottom:1rem}.features__desc{font-size:.875rem;color:#c8d6e8;line-height:1.8}@media(max-width:767px){.features__grid{grid-template-columns:1fr;gap:2rem}}.projects-preview__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.projects-preview__cta{display:flex;justify-content:center;margin-top:3rem}@media(max-width:1023px){.projects-preview__grid{grid-template-columns:1fr}}.leadership-preview{background-color:#1c2d4a;position:relative;overflow:hidden}.leadership-preview:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 5% 50%,rgba(79,142,247,.2) 0%,transparent 65%),radial-gradient(ellipse 40% 40% at 90% 80%,rgba(124,95,247,.12) 0%,transparent 60%);pointer-events:none;z-index:0}.leadership-preview__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.leadership-preview__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.leadership-preview__title{font-size:2rem;font-weight:700;color:#f0f2f5;margin-bottom:1.5rem;line-height:1.3}.leadership-preview__desc{font-size:1rem;color:#c8d6e8;line-height:1.8;margin-bottom:2rem}.leadership-preview__articles{display:flex;flex-direction:column;gap:1.5rem}.leadership-preview__article{padding:1.5rem;background-color:#1e2d4a;border-radius:8px;border:1px solid #3d5580;transition:all .3s ease}.leadership-preview__article:hover{transform:translate(4px);border-color:#4f8ef7}.leadership-preview__article-tag{font-size:.75rem;color:#4f8ef7;font-weight:500;margin-bottom:.5rem}.leadership-preview__article-title{font-size:1rem;font-weight:600;color:#f0f2f5;line-height:1.4}.leadership-preview__article-cta{font-size:.75rem;color:#6b7fa0;margin-top:.5rem;transition:color .3s ease}.leadership-preview__article:hover .leadership-preview__article-cta{color:#4f8ef7}@media(max-width:767px){.leadership-preview__inner{grid-template-columns:1fr;gap:2rem}}.skills{position:relative;overflow:hidden}.skills:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 95% 10%,rgba(124,95,247,.15) 0%,transparent 65%),radial-gradient(ellipse 35% 40% at 10% 90%,rgba(79,142,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.skills__label,.skills__title,.skills__bento{position:relative;z-index:1}.skills__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.skills__title{font-size:2rem;font-weight:700;color:#f0f2f5;margin-bottom:3rem;line-height:1.3}.skills__bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skills__bento-card{border:1px solid #3d5580;border-radius:16px;background-color:#1e2d4a;transition:all .3s ease;overflow:hidden;position:relative}.skills__bento-card:hover{border-color:#4f8ef7;transform:translateY(-3px);box-shadow:0 12px 40px #4f8ef726}.skills__bento-card--hero{grid-column:1/-1;background:linear-gradient(135deg,#4f8ef714,#7c5ff70f);border-color:#4f8ef74d}.skills__bento-card--hero .skills__bento-card-inner{display:grid;grid-template-columns:1fr 220px;gap:3rem;align-items:center}.skills__bento-card--hero .skills__bento-title{font-size:1.5rem}.skills__bento-card--hero .skills__bento-list{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 2rem}.skills__bento-card--medium-wide{grid-column:1/span 2}.skills__bento-card--medium-narrow{grid-column:3/span 1}.skills__bento-card--small{grid-column:span 1}.skills__bento-card-inner{padding:2rem;height:100%;display:flex;flex-direction:column;gap:1rem}.skills__bento-eyebrow{font-size:.75rem;font-weight:600;color:#4f8ef7;letter-spacing:.08em;text-transform:uppercase}.skills__bento-title{font-size:1.125rem;font-weight:600;color:#f0f2f5;line-height:1.3;margin:0}.skills__bento-desc{font-size:.875rem;color:#c8d6e8;line-height:1.7;margin:0}.skills__bento-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;flex:1}.skills__bento-list li{font-size:.875rem;color:#c8d6e8}.skills__bento-list li:before{content:"·";margin-right:6px;color:#4f8ef7}.skills__bento-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem}.skills__bento-hero-left{display:flex;flex-direction:column;gap:1rem;height:100%}.skills__bento-hero-right{display:flex;align-items:center;justify-content:center;height:100%;opacity:.9}.skills__card-tag{font-size:.75rem;color:#93c4ff;background-color:#263d63;padding:3px .5rem;border-radius:9999px;font-weight:500;transition:all .3s ease;border:1px solid #2a3a5c;cursor:pointer}.skills__card-tag:hover{background-color:#4f8ef7;color:#f0f2f5;border-color:#4f8ef7}@media(max-width:1023px){.skills__bento{grid-template-columns:repeat(2,1fr)}.skills__bento-card--hero{grid-column:1/-1}.skills__bento-card--hero .skills__bento-card-inner{grid-template-columns:1fr}.skills__bento-card--hero .skills__bento-hero-right{display:none}.skills__bento-card--hero .skills__bento-list{grid-template-columns:repeat(2,1fr)}.skills__bento-card--medium-wide,.skills__bento-card--medium-narrow,.skills__bento-card--small{grid-column:span 1}}@media(max-width:767px){.skills__bento{grid-template-columns:1fr}.skills__bento-card--hero,.skills__bento-card--medium-wide,.skills__bento-card--medium-narrow,.skills__bento-card--small{grid-column:1/-1}.skills__bento-card--hero .skills__bento-list{grid-template-columns:1fr}}.testimonials{background-color:#1c2d4a;position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(79,142,247,.18) 0%,transparent 65%),radial-gradient(ellipse 35% 35% at 95% 5%,rgba(124,95,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.testimonials__label,.testimonials__title,.testimonials__grid{position:relative;z-index:1}.testimonials__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.testimonials__title{font-size:2rem;font-weight:700;color:#f0f2f5;margin-bottom:3rem;line-height:1.3}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonials__card{background-color:#253352;border-radius:16px;padding:2rem;border:1px solid #3d5580;display:flex;flex-direction:column;gap:1.5rem}.testimonials__card-title{font-size:1rem;font-weight:600;color:#f0f2f5;line-height:1.4}.testimonials__card-content{font-size:.875rem;color:#c8d6e8;line-height:1.8;flex:1}.testimonials__card-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #3d5580}.testimonials__card-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:#1c2d4a}.testimonials__card-name{font-size:.875rem;font-weight:600;color:#f0f2f5}.testimonials__card-role{font-size:.75rem;color:#6b7fa0}@media(max-width:767px){.testimonials__grid{grid-template-columns:1fr}}.projects-page{position:relative;overflow:hidden}.projects-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 10% 20%,rgba(79,142,247,.25) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 90% 60%,rgba(124,95,247,.15) 0%,transparent 65%),radial-gradient(ellipse 40% 30% at 50% 90%,rgba(79,142,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.projects-hero{padding-top:calc(70px + 4rem);padding-bottom:0;position:relative}.projects-hero__label,.projects-hero__title,.projects-hero__desc{position:relative;z-index:1}.projects-hero__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.projects-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#f0f2f5}@media(max-width:767px){.projects-hero__title{font-size:2.5rem}}.projects-hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8}.projects-list__filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.projects-list__filter{padding:.5rem 1.5rem;border-radius:9999px;border:1px solid #2a3a5c;font-size:.875rem;font-weight:500;color:#c8d6e8;background-color:transparent;cursor:pointer;transition:all .3s ease}.projects-list__filter:hover:not(.projects-list__filter--active){border-color:#4f8ef7;color:#4f8ef7}.projects-list__filter--active{background-color:#4f8ef7;border-color:#4f8ef7;color:#f0f2f5;cursor:default}.projects-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.projects-list__grid--horizontal{grid-template-columns:1fr;gap:1.5rem}@media(max-width:1023px){.projects-list__grid{grid-template-columns:repeat(2,1fr)}.projects-list__grid--horizontal{grid-template-columns:1fr}}@media(max-width:767px){.projects-list__grid{grid-template-columns:1fr}}.projects-list__empty{text-align:center;color:#6b7fa0;padding:5rem 0;font-size:1rem}.leadership-page{position:relative;overflow:hidden}.leadership-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 90% 15%,rgba(79,142,247,.22) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 15% 65%,rgba(124,95,247,.18) 0%,transparent 65%),radial-gradient(ellipse 35% 30% at 60% 95%,rgba(79,142,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.leadership-hero{padding-top:calc(70px + 4rem);padding-bottom:0;position:relative}.leadership-hero__label,.leadership-hero__title,.leadership-hero__desc{position:relative;z-index:1}.leadership-hero__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.leadership-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#f0f2f5}@media(max-width:767px){.leadership-hero__title{font-size:2.5rem}}.leadership-hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8}.leadership-list{position:relative;z-index:1}.leadership-list__filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.leadership-list__filter{padding:.5rem 1.5rem;border-radius:9999px;border:1px solid #2a3a5c;font-size:.875rem;font-weight:500;color:#c8d6e8;background-color:transparent;cursor:pointer;transition:all .3s ease}.leadership-list__filter:hover:not(.leadership-list__filter--active){border-color:#4f8ef7;color:#4f8ef7}.leadership-list__filter--active{background-color:#4f8ef7;border-color:#4f8ef7;color:#f0f2f5;cursor:default}.leadership-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1023px){.leadership-list__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.leadership-list__grid{grid-template-columns:1fr}}.leadership-list__empty{text-align:center;color:#6b7fa0;padding:5rem 0;font-size:1rem}.about-page{position:relative;overflow:clip}.about-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 35% at 5% 12%,rgba(79,142,247,.22) 0%,transparent 65%),radial-gradient(ellipse 50% 35% at 95% 45%,rgba(124,95,247,.15) 0%,transparent 65%),radial-gradient(ellipse 45% 30% at 30% 82%,rgba(79,142,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.about-hero{position:relative;z-index:1;padding-top:calc(70px + 4rem)}.about-hero__inner{display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}.about-hero__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.about-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media(max-width:767px){.about-hero__title{font-size:2.5rem}}.about-hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8}.about-hero__desc+.about-hero__desc{margin-top:1rem}.about-hero__avatar{width:300px;height:300px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid #2a3a5c}@media(max-width:767px){.about-hero__inner{grid-template-columns:1fr}.about-hero__image{display:flex;justify-content:center;order:-1}.about-hero__avatar{width:200px;height:200px}}.about-experience{position:relative;z-index:1;border-top:1px solid #2a3a5c;background-color:#1c2d4a}.about-experience__title{font-size:2rem;font-weight:700;margin-bottom:3rem;color:#f0f2f5}.about-experience__list{display:flex;flex-direction:column;gap:1.5rem}.about-experience__item{display:grid;grid-template-columns:180px 1fr;gap:2rem;padding:2rem;border:1px solid #3d5580;border-radius:16px;background-color:#1e2d4a;transition:border-color .3s ease}.about-experience__item:hover{border-color:#4f8ef7}@media(max-width:767px){.about-experience__item{grid-template-columns:1fr;gap:.5rem}}.about-experience__period{font-size:.875rem;color:#6b7fa0;padding-top:4px;line-height:1.5}.about-experience__role{font-size:1.25rem;font-weight:600;color:#f0f2f5;margin-bottom:.5rem}.about-experience__company{font-size:.875rem;color:#4f8ef7;margin-bottom:1rem}.about-experience__desc{font-size:1rem;color:#c8d6e8;line-height:1.8}.about-experience__footer{display:flex;justify-content:center;margin-top:3rem}.about-experience__highlights{list-style:none;padding:0;margin-top:1rem;display:flex;flex-direction:column;gap:6px}.about-experience__highlights li{font-size:.875rem;color:#c8d6e8;line-height:1.7;padding-left:1.5rem;position:relative}.about-experience__highlights li:before{content:"·";position:absolute;left:0;color:#4f8ef7;font-weight:700}.about-story{position:relative;overflow:hidden;z-index:1;background-color:#0f1117}.about-story:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 10% 20%,rgba(124,95,247,.12) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(79,142,247,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.about-story__label,.about-story__title,.about-story__intro,.about-story__timeline{position:relative;z-index:1}.about-story__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.about-story__title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3;color:#f0f2f5}@media(max-width:767px){.about-story__title{font-size:1.5rem}}.about-story__intro{font-size:1.125rem;color:#c8d6e8;line-height:1.8;margin-bottom:5rem}.about-story__timeline{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1}.about-story__item{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start;border:1px solid #3d5580;border-radius:16px;padding:2rem;background-color:#1e2d4a;transition:border-color .3s ease,box-shadow .3s ease}.about-story__item:hover{border-color:#4f8ef7;box-shadow:0 8px 32px #4f8ef71f}@media(max-width:1023px){.about-story__item{grid-template-columns:200px 1fr;gap:1.5rem}}@media(max-width:767px){.about-story__item{grid-template-columns:1fr;gap:1.5rem}}.about-story__image{border-radius:8px;overflow:hidden;aspect-ratio:4/3;background-color:#1c2d4a}.about-story__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.about-story__item:hover .about-story__image img{transform:scale(1.04)}.about-story__content{display:flex;flex-direction:column;justify-content:flex-start}.about-story__period{font-size:.75rem;color:#6b7fa0;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.about-story__role{font-size:1.25rem;font-weight:700;color:#f0f2f5;margin-bottom:1rem}.about-story__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.about-story__tag{font-size:.75rem;color:#4f8ef7;background-color:#4f8ef71a;padding:3px .5rem;border-radius:9999px;font-weight:500;border:1px solid rgba(79,142,247,.2)}.about-story__desc{font-size:.875rem;color:#c8d6e8;line-height:1.8}.about-story__desc strong{color:#f0f2f5;font-weight:600}.about-extras{position:relative;z-index:1;background-color:#1c2d4a;border-top:1px solid #2a3a5c}.about-extras__label{font-size:.875rem;font-weight:600;color:#4f8ef7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.about-extras__title{font-size:2rem;font-weight:700;margin-bottom:5rem;color:#f0f2f5}@media(max-width:767px){.about-extras__title{font-size:1.5rem}}.about-extras__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1023px){.about-extras__grid{grid-template-columns:1fr}}.about-extras__card{display:flex;flex-direction:column;border:1px solid #3d5580;border-radius:16px;background-color:#1e2d4a;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.about-extras__card:hover{border-color:#4f8ef7;box-shadow:0 8px 32px #4f8ef71f}.about-extras__image{aspect-ratio:16/9;background-color:#0f1117;overflow:hidden}.about-extras__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.about-extras__card:hover .about-extras__image img{transform:scale(1.04)}.about-extras__content{display:flex;flex-direction:column;gap:.5rem;padding:2rem;flex:1}.about-extras__name{font-size:1.25rem;font-weight:700;color:#f0f2f5;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.about-extras__icon{display:flex;align-items:center;color:#4f8ef7;flex-shrink:0}.about-extras__desc{font-size:.875rem;color:#c8d6e8;line-height:1.8}.about-extras__desc strong{font-weight:600}.project-detail{position:relative;overflow:clip}.project-detail:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 35% at 95% 10%,rgba(124,95,247,.15) 0%,transparent 65%),radial-gradient(ellipse 45% 35% at 5% 50%,rgba(79,142,247,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 80% 85%,rgba(79,142,247,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.project-detail-hero{position:relative;z-index:1;padding-top:calc(70px + 4rem);padding-bottom:3rem}.project-detail-hero .container{max-width:1000px}.project-detail-hero__back{display:inline-block;font-size:.875rem;color:#6b7fa0;margin-bottom:2rem;transition:color .3s ease}.project-detail-hero__back:hover{color:#4f8ef7}.project-detail-hero__hashtags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-detail-hero__hashtag{font-size:.875rem;color:#4f8ef7;font-weight:500}.project-detail-hero__title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#f0f2f5}@media(max-width:767px){.project-detail-hero__title{font-size:2.5rem}}.project-detail-hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8;margin-bottom:1.5rem}.project-detail-hero__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-detail-hero__tag{font-size:.875rem;color:#93c4ff;background-color:#263d63;padding:4px 1rem;border-radius:9999px;font-weight:500}.project-detail-cover{margin-bottom:5rem}.project-detail-cover .container{max-width:1000px}.project-detail-cover__img{width:100%;border-radius:16px;border:1px solid #2a3a5c}.project-detail-nav{border-top:1px solid #2a3a5c;padding-top:3rem;padding-bottom:3rem}.project-detail-notfound{padding-top:calc(70px + 4rem);text-align:center}.project-detail-notfound h1{margin-bottom:2rem;color:#f0f2f5}.pd-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin:3rem 0;padding:2rem;background-color:#1c2d4a;border-radius:16px;border:1px solid #2a3a5c}@media(max-width:767px){.pd-metrics{grid-template-columns:1fr}}.pd-metric{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.pd-metric__number{font-size:2.5rem;font-weight:700;color:#4f8ef7;line-height:1}.pd-metric__label{font-size:.875rem;color:#6b7fa0;line-height:1.4}.pd-info{display:flex;gap:3rem;padding:1.5rem 0;border-top:1px solid #2a3a5c;border-bottom:1px solid #2a3a5c;margin:3rem 0;flex-wrap:wrap}.pd-info__item{display:flex;flex-direction:column;gap:4px}.pd-info__label{font-size:.75rem;color:#6b7fa0;text-transform:uppercase;letter-spacing:1px;font-weight:600}.pd-info__value{font-size:1rem;color:#f0f2f5;font-weight:500}.pd-callout{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.pd-callout__item{padding:1.5rem;background-color:#1c2d4a;border-radius:8px;border-left:3px solid #4f8ef7}.pd-callout__item p{font-size:1rem}.pd-callout__item p:last-child{margin-bottom:0}.pd-callout__item ul,.pd-callout__item ol{margin-bottom:0}.pd-callout__item ul li,.pd-callout__item ol li{font-size:1rem}.pd-callout__title{display:block;font-size:1rem;font-weight:600;color:#4f8ef7;margin-bottom:.5rem}.pd-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin:2rem 0}.pd-process__step{padding:1.5rem;border:1px solid #2a3a5c;border-radius:8px;background-color:#1e2d4a}.pd-process__label{display:block;font-size:.75rem;font-weight:600;color:#4f8ef7;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.pd-impact{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.pd-impact__item{padding:1.5rem;border:1px solid #2a3a5c;border-radius:8px;background-color:#1e2d4a}.pd-impact__item ul{margin-top:.5rem;padding-left:1.5rem}.pd-impact__item ul li{list-style:disc;font-size:1rem;color:#c8d6e8;line-height:1.8;margin-bottom:4px}.pd-impact__level{display:block;font-size:1rem;font-weight:600;color:#4f8ef7;margin-bottom:.5rem}.project-detail-content{position:relative;z-index:1;padding-top:0}.project-detail-content__layout{display:grid;grid-template-columns:220px 1fr;gap:5rem;align-items:start;max-width:1100px}.project-detail-content__body{font-size:1.125rem;color:#c8d6e8;line-height:1.9;min-width:0}.project-detail-content__body h2,.project-detail-content__body h3{scroll-margin-top:90px}.project-detail-content__body h2{font-size:2rem;font-weight:700;color:#f0f2f5;margin-top:5rem;margin-bottom:1.5rem}.project-detail-content__body h3{font-size:1.5rem;font-weight:600;color:#f0f2f5;margin-top:3rem;margin-bottom:1rem}.project-detail-content__body p{margin-bottom:1.5rem}.project-detail-content__body img{width:100%;border-radius:8px;margin:2rem 0;border:1px solid #2a3a5c}.project-detail-content__body ul,.project-detail-content__body ol{padding-left:2rem}.project-detail-content__body ul li,.project-detail-content__body ol li{margin-bottom:.5rem;line-height:1.8}.project-detail-content__body ul li{list-style:disc}.project-detail-content__body ol li{list-style:decimal}@media(max-width:1023px){.project-detail-content__layout{grid-template-columns:1fr}}.toc-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.toc-sidebar__title{font-size:.75rem;font-weight:600;color:#6b7fa0;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.toc-sidebar__list{display:flex;flex-direction:column;gap:4px}.toc-sidebar__link{font-size:.875rem;color:#6b7fa0;line-height:1.5;padding:4px 0 4px 1rem;border-left:2px solid transparent;transition:all .3s ease;display:block}.toc-sidebar__link:hover{color:#4f8ef7;border-left-color:#4f8ef7}.toc-sidebar__link--active{color:#4f8ef7;font-weight:500;border-left-color:#4f8ef7}@media(max-width:1023px){.toc-sidebar{display:none}}.toc-float{display:none;position:fixed;bottom:calc(2rem + 56px);right:2rem;z-index:998}.toc-float__toggle{width:44px;height:44px;border-radius:50%;background-color:#1e2d4a;color:#4f8ef7;font-size:1.125rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #2a3a5c;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;position:relative;z-index:2}.toc-float__toggle:hover{border-color:#4f8ef7}.toc-float__panel{position:absolute;bottom:calc(100% + 1rem);right:0;width:240px;background-color:#1e2d4a;border:1px solid #2a3a5c;border-radius:16px;box-shadow:0 8px 30px #0006;padding:1.5rem;opacity:0;transform:translateY(8px) scale(.95);pointer-events:none;transition:all .3s ease;transform-origin:bottom right}.toc-float--open .toc-float__panel{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.toc-float__title{font-size:.75rem;font-weight:600;color:#6b7fa0;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.toc-float__list{display:flex;flex-direction:column;gap:4px;max-height:50vh;overflow-y:auto}.toc-float__list a{font-size:.875rem;color:#c8d6e8;padding:6px .5rem;border-radius:4px;transition:all .3s ease;display:block;line-height:1.4}.toc-float__list a:hover{color:#4f8ef7;background-color:#1c2d4a}@media(max-width:1023px){.toc-float{display:block}}.article-detail{position:relative;overflow:clip}.article-detail:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 35% at 95% 8%,rgba(124,95,247,.15) 0%,transparent 65%),radial-gradient(ellipse 45% 35% at 5% 45%,rgba(79,142,247,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 70% 88%,rgba(79,142,247,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.article-detail-hero{position:relative;z-index:1;padding-top:calc(70px + 4rem);padding-bottom:3rem}.article-detail-hero .container{max-width:1000px}.article-detail-hero__back{display:inline-block;font-size:.875rem;color:#6b7fa0;margin-bottom:2rem;transition:color .3s ease}.article-detail-hero__back:hover{color:#4f8ef7}.article-detail-hero__hashtags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.article-detail-hero__hashtag{font-size:.875rem;color:#4f8ef7;font-weight:500}.article-detail-hero__title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#f0f2f5}@media(max-width:767px){.article-detail-hero__title{font-size:2.5rem}}.article-detail-hero__desc{font-size:1.125rem;color:#c8d6e8;line-height:1.8;margin-bottom:1rem}.article-detail-hero__date{font-size:.875rem;color:#6b7fa0}.article-detail-cover{position:relative;z-index:1;margin-bottom:5rem}.article-detail-cover .container{max-width:1000px}.article-detail-cover__img{width:100%;border-radius:16px;border:1px solid #2a3a5c}.article-detail-content{position:relative;z-index:1;padding-top:0}.article-detail-content__layout{display:grid;grid-template-columns:220px 1fr;gap:5rem;align-items:start;max-width:1100px}.article-detail-content__body{font-size:1.125rem;color:#c8d6e8;line-height:1.9;min-width:0}.article-detail-content__body h2,.article-detail-content__body h3{scroll-margin-top:90px}.article-detail-content__body h2{font-size:2rem;font-weight:700;color:#f0f2f5;margin-top:5rem;margin-bottom:1.5rem}.article-detail-content__body h3{font-size:1.5rem;font-weight:600;color:#f0f2f5;margin-top:3rem;margin-bottom:1rem}.article-detail-content__body p{margin-bottom:1.5rem}.article-detail-content__body img{width:100%;border-radius:8px;margin:2rem 0;border:1px solid #2a3a5c}.article-detail-content__body ul,.article-detail-content__body ol{padding-left:2rem;margin-bottom:1.5rem}.article-detail-content__body ul li,.article-detail-content__body ol li{margin-bottom:.5rem;line-height:1.8}.article-detail-content__body ul li{list-style:disc}.article-detail-content__body ol li{list-style:decimal}.article-detail-content__body blockquote{border-left:3px solid #4f8ef7;padding-left:1.5rem;margin:2rem 0;color:#6b7fa0;font-style:italic}@media(max-width:1023px){.article-detail-content__layout{grid-template-columns:1fr}}.article-detail-nav{position:relative;z-index:1;border-top:1px solid #2a3a5c;padding-top:3rem;padding-bottom:3rem}.article-detail-notfound{padding-top:calc(70px + 4rem);text-align:center}.article-detail-notfound h1{margin-bottom:2rem;color:#f0f2f5}.ad-callout{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.ad-callout__item{padding:1.5rem;background-color:#1c2d4a;border-radius:8px;border-left:3px solid #4f8ef7}.ad-callout__item p{font-size:1rem}.ad-callout__item p:last-child{margin-bottom:0}.ad-callout__item ul,.ad-callout__item ol{margin-bottom:0}.ad-callout__item ul li,.ad-callout__item ol li{font-size:1rem}.ad-callout__title{display:block;font-size:1rem;font-weight:600;color:#4f8ef7;margin-bottom:.5rem}.article-toc-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.article-toc-sidebar__title{font-size:.75rem;font-weight:600;color:#6b7fa0;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.article-toc-sidebar__list{display:flex;flex-direction:column;gap:4px}.article-toc-sidebar__link{font-size:.875rem;color:#6b7fa0;line-height:1.5;padding:4px 0 4px 1rem;border-left:2px solid transparent;transition:all .3s ease;display:block}.article-toc-sidebar__link:hover{color:#4f8ef7;border-left-color:#4f8ef7}.article-toc-sidebar__link--active{color:#4f8ef7;font-weight:500;border-left-color:#4f8ef7}@media(max-width:1023px){.article-toc-sidebar{display:none}}.article-toc-float{display:none;position:fixed;bottom:calc(2rem + 56px);right:2rem;z-index:998}.article-toc-float__toggle{width:44px;height:44px;border-radius:50%;background-color:#1e2d4a;color:#4f8ef7;font-size:1.125rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #2a3a5c;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;position:relative;z-index:2}.article-toc-float__toggle:hover{border-color:#4f8ef7}.article-toc-float__panel{position:absolute;bottom:calc(100% + 1rem);right:0;width:240px;background-color:#1e2d4a;border:1px solid #2a3a5c;border-radius:16px;box-shadow:0 8px 30px #0006;padding:1.5rem;opacity:0;transform:translateY(8px) scale(.95);pointer-events:none;transition:all .3s ease;transform-origin:bottom right}.article-toc-float--open .article-toc-float__panel{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.article-toc-float__title{font-size:.75rem;font-weight:600;color:#6b7fa0;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.article-toc-float__list{display:flex;flex-direction:column;gap:4px;max-height:50vh;overflow-y:auto}.article-toc-float__list a{font-size:.875rem;color:#c8d6e8;padding:6px .5rem;border-radius:4px;transition:all .3s ease;display:block;line-height:1.4}.article-toc-float__list a:hover{color:#4f8ef7;background-color:#1c2d4a}@media(max-width:1023px){.article-toc-float{display:block}}
