@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600&display=swap";:root{font-family:Instrument Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background-color:#f7f3ff}a{text-decoration:none}:root{--bg: #f2f7ff;--bg-soft: #eef9ff;--surface: #ffffff;--surface-light: #eaf6ff;--primary: #4c6fff;--accent: #22d3ee;--text: #111b3d;--muted: #4b5b86;--border: #cfe6ff;--shadow: 0 24px 60px rgba(27, 58, 120, .16)}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}.page{background:radial-gradient(circle at 20% 20%,#dff1ff,#f2f7ff 55%);color:var(--text);min-height:100vh;overflow-x:clip}.hero{width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:140px 5vw 80px;position:relative;overflow:hidden;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/my-portfolio/assets/bg-CGxF0HJ8.png);background-size:cover;background-position:center;opacity:.85;filter:blur(10px);transform:scale(1.06);z-index:0}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(900deg,#f7fbffd9,#f7fbff59);z-index:1}.nav{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 5vw;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f2f7ffe6}.brand{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:20px;letter-spacing:.04em}.nav-links{display:flex;flex-wrap:wrap;gap:18px;font-family:Instrument Sans,sans-serif}.nav-links-mobile{display:none;flex-direction:column;flex-wrap:nowrap;align-items:stretch;width:100%}.nav-links a{color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.08em;padding-bottom:6px;border-bottom:2px solid transparent;transition:all .2s ease}.nav-links button{color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.08em;padding:0 0 6px;border:0;border-bottom:2px solid transparent;background:transparent;text-align:left;font-family:inherit;cursor:pointer;transition:all .2s ease}.nav-links a:hover,.nav-links button:hover{color:var(--text);border-color:var(--primary)}.nav-links a.is-active,.nav-links button.is-active{color:var(--primary);border-color:var(--primary);font-weight:600}.nav-links-mobile a,.nav-links-mobile button{width:100%}.hero-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;align-items:center;max-width:1420px;margin:0 auto;position:relative;z-index:2}.hero-text h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.6rem,4vw,4.2rem);margin:0 0 16px;line-height:1.05}.hero-title{display:block;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:500;color:var(--accent);margin-top:8px}.hero-kicker{font-family:Instrument Sans,sans-serif;text-transform:uppercase;letter-spacing:.3em;font-size:12px;color:var(--primary);margin-bottom:16px}.hero-kicker-mobile{display:none}.hero-tagline{font-size:1.05rem;color:var(--muted);max-width:460px;margin-bottom:24px}.hero-highlights{margin:0 0 22px;padding-left:18px;color:var(--text);line-height:1.7;max-width:560px}.hero-highlights li{margin-bottom:6px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:30px;font-weight:700;font-size:.9rem;text-decoration:none;border:0px solid var(--border);cursor:pointer;transition:all .2s ease}.hero-cta svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-left:8px}.hero-cta-primary{color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent));opacity:.7;border-color:transparent}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #4c6fff40}.hero-cta-secondary{color:var(--text);background:#ffffff59}.hero-cta-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.contact-row{display:flex;flex-wrap:wrap;gap:16px}.icon-link{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px var(--border);color:var(--text);font-size:14px;transition:all .2s ease;background:#ffffff4d}.icon-link svg{width:18px;height:18px;fill:currentColor}.icon-link:hover{border-color:var(--primary);opacity:.8;color:var(--primary);transform:translateY(-1px)}.progressive-image{position:relative;overflow:hidden;isolation:isolate}.progressive-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#fff0 20%,#ffffff8c 48%,#fff0 72%),linear-gradient(135deg,#4c6fff24,#22d3ee2e);background-size:220% 100%,100% 100%;animation:image-shimmer 1.5s ease-in-out infinite;transition:opacity .35s ease;z-index:0}.progressive-image.is-loaded:before{opacity:0}.progressive-image-asset{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;opacity:0;transform:scale(1.04);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);z-index:1}.progressive-image.is-loaded .progressive-image-asset{opacity:1;transform:scale(1)}.progressive-image>:not(.progressive-image-asset){position:relative;z-index:2}.hero-avatar{position:relative;width:300px;height:300px;margin-left:auto;margin-right:auto;border-radius:50%;background:linear-gradient(135deg,#4c6fff,#2bd9ff);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:var(--shadow)}.hero-avatar-image{border-radius:50%}.avatar-ring{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%}.avatar-initials{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:48px;color:#fff}.main{padding:60px 5vw 80px;max-width:1440px;margin:0 auto}.section{margin-bottom:80px;scroll-margin-top:120px}.section-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:32px;font-family:Space Grotesk,sans-serif}.about-header{max-width:1080px;margin:0 auto 32px;padding-top:10px;padding-bottom:10px;overflow:visible}.section-header h2{font-size:clamp(1.6rem,2.4vw,2.4rem);margin:0;line-height:1.2;padding-top:2px}.section-header p{color:var(--muted);margin:0;font-size:.95rem}.resume-link{text-align:center;margin:0}.resume-link-anchor{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent));padding:10px 24px;border-radius:999px;text-decoration:none;transition:all .25s ease}.resume-link-anchor:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4c6fff59;color:#fff}.resume-link-anchor svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.experience-heading-block{display:flex;flex-direction:column;align-items:center;text-align:center}.about-section{width:100%;margin-left:0;margin-right:0;padding:56px 5vw;border-bottom:1px solid var(--border)}.about-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:32px;align-items:center}.about-photo{width:100%;aspect-ratio:4 / 3;border-radius:18px;background:linear-gradient(135deg,#dbe9ff,#eef6ff);background-size:125%;background-position:center 100%;box-shadow:var(--shadow);border:1px solid var(--border);align-self:center;position:relative;overflow:hidden}.about-photo-image{object-position:center 28%}.about-content{position:relative;padding-top:8px;align-self:center}.about-content h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,2.8vw,2.8rem);margin:0 0 16px}.about-inline-skills-gap{height:16px}.about-text{margin:0 0 16px;color:var(--text);font-size:1.05rem;line-height:1.7}.about-status{margin:0;color:var(--primary);font-weight:700}.tag-list{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#22d3ee2e;color:#0f172a;padding:6px 12px;border-radius:999px;font-size:.85rem;border:1px solid rgba(34,211,238,.4)}.education-block{margin-top:0}.education-standalone{padding:24px;border-radius:16px;border:1px solid var(--border);background:var(--surface-light);box-shadow:var(--shadow)}.education-timeline{position:relative;display:grid;gap:18px;padding-left:18px}.education-timeline:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;background:#4c6fff33}.education-timeline-item{display:flex;gap:12px;align-items:flex-start;position:relative}.education-timeline-marker{width:12px;height:12px;border-radius:50%;background:var(--primary);margin-top:4px;flex-shrink:0}.education-timeline-content{flex:1}.education-header-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.education-degree{margin:0;font-weight:600;color:var(--text)}.education-period{margin:0;color:var(--primary);font-size:.8rem;text-transform:none;letter-spacing:0;white-space:nowrap}.education-meta{margin:4px 0 0;color:var(--muted);font-size:.9rem}.education-note{margin:6px 0 0;color:var(--muted);font-size:.85rem;line-height:1.5}.education-standalone,.experience-list,.project-list{max-width:1120px;margin:0 auto}.experience-list{display:flex;flex-direction:column;gap:20px}.info-card{background:var(--surface-light);padding:20px;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow)}.card-top{display:flex;align-items:baseline;gap:16px;width:100%}.card-top h3{margin:0;font-size:1.05rem;line-height:1.35;letter-spacing:-.01em;font-weight:700;text-wrap:balance}.card-period{margin:0 0 14px;color:var(--primary);font-size:.86rem;text-transform:none;letter-spacing:0}.experience-row{display:flex;align-items:flex-start;gap:24px;width:100%}.experience-card{height:auto;min-height:320px;display:flex;align-items:stretch}.company-logo{flex:0 0 25%;max-width:25%;width:100%;height:auto;aspect-ratio:4 / 3;border-radius:10%;display:grid;place-items:center;overflow:hidden;flex-shrink:0;align-self:center}.company-logo-shell{width:100%;height:100%;border-radius:10%;background:#ffffffd9}.company-logo-image{padding:8%}.company-initials{font-size:.75rem;font-weight:700;color:var(--primary)}.experience-body{flex:0 0 75%;max-width:75%;min-width:0;padding-top:2px;display:flex;flex-direction:column;justify-content:center;gap:2px;overflow:visible;font-size:.95rem}.card-company{margin:8px 0 4px;color:var(--muted);font-size:.98rem;font-weight:600}.card-summary{margin:0;color:var(--text);line-height:1.65}.card-summary-list{margin:4px 0 0;padding-left:20px;color:var(--text);line-height:1.65}.card-summary-list li{margin-bottom:8px;padding-left:2px}.project-row .repo-link{color:var(--primary);font-size:.85rem;word-break:break-word;text-decoration:underline}.project-list{display:flex;flex-direction:column;gap:20px}.project-row{display:flex;gap:16px;align-items:stretch;min-height:300px}.project-row-preview{cursor:pointer;transition:transform .22s ease,border-color .22s ease}.project-row-preview:hover{transform:translateY(-4px);border-color:var(--primary)}.project-row-preview:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.project-thumb{width:55%;min-width:280px;height:300px;border-radius:12px;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:auto}.project-thumb-image{padding:18px}.project-thumb-glow{position:absolute;top:10%;right:14%;bottom:10%;left:14%;background:radial-gradient(circle,rgba(76,111,255,.18),transparent 70%);filter:blur(24px);z-index:0!important}.project-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.project-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:85;background:#0a122799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;padding:24px}.project-row-expanded{width:min(980px,88vw);max-width:calc(100vw - 24px);max-height:84vh;position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;align-items:stretch;padding:52px 20px 20px;box-sizing:border-box;overflow-wrap:break-word;overflow:hidden}.project-thumb-expanded{width:100%;min-width:0;height:min(68vh,560px);border-radius:14px;background:linear-gradient(180deg,#dbe9ff59,#eaf6ff99)}.project-modal-content{min-width:0;max-height:calc(84vh - 72px);overflow:auto;padding-right:6px;display:flex;flex-direction:column;justify-content:center}.project-head-expanded{align-self:start;margin-bottom:12px}.project-summary-expanded{margin:0;line-height:1.65}.project-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(234,246,255,.35);background:#0f1b3b8c;color:#eef4ff;font-size:1.2rem;line-height:1;cursor:pointer;z-index:2}.project-title{margin:0 0 8px;font-size:1.2rem}.project-role{margin:0 0 10px;color:var(--muted);font-size:.92rem;line-height:1.4}.project-role-expanded{margin-top:6px}.project-stack{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.project-stack-expanded{margin-top:10px;margin-bottom:14px}.project-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;color:#0f1b3de6;border:1px solid rgba(76,111,255,.22);background:#4c6fff14}.project-links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:8px}.project-meta-link{color:var(--primary);font-size:.85rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.project-meta-link.is-unreleased{color:var(--muted);text-decoration:none}.project-link{display:inline-block;margin-bottom:10px;font-weight:600}.project-link.is-unreleased{color:var(--muted)}.project-link-expanded{color:var(--primary);text-decoration:underline}.carousel{--carousel-gap: 20px;--carousel-columns: 3;display:grid;gap:16px}.carousel-shell{position:relative}.carousel-button{border:1px solid var(--border);background:var(--surface);color:var(--text);width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-size:.85rem;cursor:pointer;transition:all .2s ease}.carousel-button-left,.carousel-button-right{position:absolute;top:50%;transform:translateY(-50%);z-index:2;box-shadow:var(--shadow)}.carousel-button-left{left:-18px}.carousel-button-right{right:-18px}.carousel-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.carousel-button:not(:disabled):hover{border-color:var(--primary);color:var(--primary)}.carousel-viewport{overflow:hidden;padding:18px 0;border-radius:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}.carousel-dot{width:8px;height:8px;border-radius:999px;border:1px solid var(--border);background:transparent;cursor:pointer;transition:all .2s ease}.carousel-dot.is-active{width:20px;background:linear-gradient(135deg,#4c6fff,#2bd9ff);border-color:transparent}.carousel-track{display:flex;gap:var(--carousel-gap);padding:4px 10px}.other-column{flex:0 0 calc((100% - (var(--carousel-gap) * (var(--carousel-columns) - 1))) / var(--carousel-columns));display:grid;gap:20px;align-items:stretch}.other-column.is-one-row{grid-template-rows:minmax(0,1fr)}.other-column.is-two-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.photo-card{background:var(--surface);border-radius:18px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow);min-height:300px;display:flex;flex-direction:column}.photo-card-preview{--expand-icon-size: 18px;--expand-icon-opacity: .2;color:#0e32a9;cursor:pointer;position:relative;transition:transform .22s ease,border-color .22s ease}.photo-card-preview:hover{transform:translateY(-4px);border-color:var(--primary)}.photo-card-preview:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.photo-card-preview .photo-info{justify-content:center}.photo-card-preview .photo-header{align-items:center;justify-content:center}.photo-card-preview .photo-info h3{text-align:center;color:#0e32a9}.photo-expand-hint{display:inline-flex;align-items:center;gap:4px;align-self:center;margin-top:auto;padding-top:6px;color:#111b3da8;opacity:var(--expand-icon-opacity);font-size:.75rem;font-weight:600;transition:opacity .2s ease,color .2s ease;pointer-events:none}.photo-expand-hint svg{width:calc(var(--expand-icon-size) - 1px);height:calc(var(--expand-icon-size) - 1px);fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.photo-card-preview:hover .photo-expand-hint,.photo-card-preview:focus-visible .photo-expand-hint{color:var(--primary);opacity:1}.photo{height:220px;background:linear-gradient(120deg,#7bd4ff,#5a7bff,#8ff0ff)}.photo-image{object-position:center}.photo-nccu,.photo-portfolio{background:transparent;display:flex;align-items:center;justify-content:center}.photo-nccu:before{display:none}.photo-portfolio:before{display:none}.photo-nccu .photo-image,.photo-portfolio .photo-image{position:static;inset:auto;width:auto;height:100%;max-width:100%;object-fit:contain;object-position:center;transform:none}.photo-media{position:relative}.photo-info{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}.photo-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.photo-info h3{margin:0;font-size:1rem;line-height:1.35;overflow-wrap:anywhere;word-break:break-word;flex:1}.photo-subtitle{display:block;margin-top:4px;font-size:.9em;font-weight:600;color:var(--text)}.photo-portfolio .photo-subtitle,.photo-portfolio .photo-subtitle-overlay{text-decoration:underline;text-underline-offset:2px}.photo-link{color:var(--primary);font-size:.82rem;font-weight:600;text-decoration:underline;text-underline-offset:2px;width:fit-content;margin-left:auto}.photo-link:hover{color:var(--accent)}.photo-period-overlay{position:absolute;top:10px;right:10px;margin:0;color:#eef4ff;font-size:.76rem;font-weight:600;white-space:nowrap;background:#0f1b3b8c;border:1px solid rgba(234,246,255,.35);border-radius:999px;padding:4px 9px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.photo-info p{margin:0;color:var(--muted);font-size:.9rem;overflow:auto;min-height:0}.photo-caption-list{margin:0;padding-left:18px;color:var(--muted);font-size:.9rem;line-height:1.55;overflow:auto;min-height:0;padding-right:4px}.photo-caption-list li{margin-bottom:5px}.other-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a122799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;z-index:80;padding:24px}.other-modal-shell{position:relative;width:min(720px,84vw);max-width:calc(100vw - 24px)}.photo-card-expanded{width:100%;max-width:none;max-height:82vh;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;position:relative;box-sizing:border-box;overflow-wrap:break-word}.other-modal-stage{display:flex;flex-direction:column;min-height:0;flex:1}.other-modal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:1px solid rgba(234,246,255,.35);background:#0f1b3b8c;color:#eef4ff;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.other-modal-nav-left{left:-56px}.other-modal-nav-right{right:-56px}.other-modal-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.other-modal-nav:hover{border-color:var(--primary);color:var(--primary);background:var(--surface)}.other-modal-nav:disabled{opacity:.38;cursor:not-allowed;background:#0f1b3b59;color:#eef4ffcc}.other-modal-nav:disabled:hover{background:#0f1b3b59;border-color:#eaf6ff59;color:#eef4ffcc}.photo-media-expanded{height:320px}.photo-media-expanded .photo-period-overlay{right:52px;top:14px;color:#fff}.photo-title-overlay{position:absolute;left:14px;bottom:12px;margin:0;color:#fff;font-size:1.05rem;line-height:1.35;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.45);z-index:1;max-width:calc(100% - 28px);white-space:normal}.photo-subtitle-overlay{display:block;margin-top:4px;font-size:.88em;font-weight:600;color:#9fcbff}.photo-media-expanded:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(to top,rgba(8,14,30,.6),transparent);pointer-events:none}.photo-expanded{height:100%}.photo-card-expanded .photo-info{overflow:auto;display:flex;flex-direction:column}.other-modal-progress{position:absolute;left:14px;top:14px;margin:0;color:#fff;font-size:.58rem;font-weight:700;letter-spacing:.08em;padding:2px 6px;border-radius:999px;background:#0a12276b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.other-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(234,246,255,.35);background:#0f1b3b8c;color:#eef4ff;font-size:1.2rem;line-height:1;cursor:pointer;z-index:1}.footer{padding:48px 7vw 60px;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.9rem}.footer-content{max-width:600px;margin:0 auto}.footer-tech-intro{max-width:560px;margin:0 auto 18px;line-height:1.7}.footer-tech-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 24px}.footer-tech-pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;border:1px solid rgba(76,111,255,.18);color:var(--text);font-size:.72rem;font-weight:600;letter-spacing:.02em}.footer-heading{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 20px;color:var(--text)}.footer-icons{display:flex;justify-content:center;gap:16px;margin-bottom:28px}.footer-icon-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);color:var(--text);transition:all .25s ease}.footer-icon-link svg{width:20px;height:20px;max-width:20px;max-height:20px;fill:currentColor}.footer-icon-link:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #4c6fff33}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-revealed{opacity:1;transform:translateY(0)}.reveal-card{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--card-delay, 0ms)}.reveal.is-revealed .reveal-card{opacity:1;transform:translateY(0) scale(1)}.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;animation:blink-caret .7s step-end infinite}@keyframes blink-caret{0%,to{opacity:1}50%{opacity:0}}@keyframes image-shimmer{0%{background-position:180% 0,0 0}to{background-position:-40% 0,0 0}}@media (prefers-reduced-motion: reduce){.progressive-image:before,.typewriter-cursor{animation:none}.progressive-image-asset,.reveal,.reveal-card,.back-to-top{transition:none}}.back-to-top{position:fixed;bottom:32px;right:32px;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--primary);box-shadow:var(--shadow);cursor:pointer;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s ease;z-index:50}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-color:var(--accent);transform:translateY(-2px)}.back-to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:21}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.is-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1024px){.experience-row{align-items:center}.about-layout{grid-template-columns:1fr;gap:24px}}@media (max-width: 860px){.experience-row{flex-direction:column;align-items:flex-start}.company-logo{flex:0 0 auto;max-width:70%;width:70%;height:auto;aspect-ratio:4 / 3}.experience-body{flex:0 0 auto;max-width:100%}}@media (max-width: 720px){.hamburger{display:flex}.nav{flex-wrap:wrap}.nav-links-desktop{display:none}.nav-links-mobile{display:flex;gap:14px;padding-top:16px;margin-top:8px;border-top:1px solid var(--border);overflow:hidden}.nav-links-mobile.is-open{display:flex}.hero{padding-top:160px}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px}.hero-content>:last-child{width:100%;display:flex;justify-content:center}.hero-kicker-mobile{display:block;order:-2;margin:0 0 -6px;text-align:center;width:100%;align-self:center}.hero-avatar{order:-1;margin-left:auto;margin-right:auto}.hero-text{order:1;width:100%;display:flex;flex-direction:column;align-items:center}.hero-text>.hero-kicker{display:none}.hero-tagline,.hero-highlights{margin-left:auto;margin-right:auto}.hero-highlights{text-align:left}.hero-actions,.contact-row{justify-content:center}.section-header{flex-direction:column;align-items:flex-start}.hero-avatar{width:180px;height:180px}.about-section{padding:32px 5vw}.about-layout{grid-template-columns:1fr;gap:20px}.experience-card{height:auto;min-height:0;padding:16px}.experience-row{flex-direction:column;align-items:center;gap:10px;width:100%}.company-logo{width:44%;max-width:44%;height:auto;aspect-ratio:4 / 3;flex:0 0 auto}.experience-body{flex:0 0 auto;width:100%;max-width:100%;text-align:center;align-items:center;justify-content:center;gap:4px}.card-top{justify-content:center;width:100%}.card-top h3,.card-company{margin:0;text-align:center}.card-period,.card-summary,.card-summary-list{display:none}.project-list,.experience-list,.carousel{min-width:0}.project-row{flex-direction:column;min-height:0}.project-thumb{width:100%;min-width:0;height:220px}.project-modal-backdrop{padding:12px}.project-row-expanded{width:min(92vw,560px);max-width:min(92vw,560px);max-height:86vh;grid-template-columns:1fr;gap:14px;padding:40px 14px 14px}.project-thumb-expanded{width:100%;min-width:0;height:220px}.project-modal-content{max-height:none;overflow:visible;padding-right:0}.project-head-expanded,.project-summary-expanded,.project-body,.photo-info,.photo-title-overlay{overflow-wrap:anywhere;word-break:break-word}.project-modal-close{top:8px;right:8px}.photo-card-expanded{width:min(88vw,420px);max-width:min(88vw,420px);max-height:82vh}.other-modal-shell{width:min(88vw,420px);max-width:min(88vw,420px)}.other-modal-nav{top:82px;width:34px;height:34px}.other-modal-nav-left{left:-18px}.other-modal-nav-right{right:-18px}.photo-card-expanded .photo{height:180px}.photo-card-expanded .photo-info{overflow:auto;max-height:34vh;padding:12px;word-wrap:break-word;overflow-wrap:break-word}.photo-title-overlay{max-width:calc(100% - 36px)}.other-modal-close{top:8px;right:8px}.back-to-top{right:16px;bottom:16px}}@media (max-aspect-ratio: 1 / 1){.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-avatar{order:-1}.experience-row{flex-direction:column;align-items:flex-start}.experience-card{height:auto;min-height:0}}
