.bio-page.svelte-1r4v5{min-height:100vh;background:#fef3e2}.dark .bio-page.svelte-1r4v5{background:#0f0f0f}.hero.svelte-1r4v5{position:relative;background:linear-gradient(135deg,#ff8c00,#ff5100,#cc4100);color:#fff;padding:2rem 2rem 5rem;text-align:center;overflow:hidden}.dark .hero.svelte-1r4v5{background:linear-gradient(135deg,#1a1a1a,#0a0a0a,#000)}.hero-content.svelte-1r4v5{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero.svelte-1r4v5 h1:where(.svelte-1r4v5){font-size:clamp(2.5rem,8vw,4.5rem);font-weight:200;margin:0 0 .25rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2);text-align:center}.dark .hero.svelte-1r4v5 h1:where(.svelte-1r4v5){background:linear-gradient(135deg,#ff8c00,#ff5100,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle.svelte-1r4v5{font-size:1.25rem;opacity:.9;margin:0;text-align:center}.dark .subtitle.svelte-1r4v5{color:#aaa}.hero-divider.svelte-1r4v5{position:absolute;bottom:0;left:0;width:100%;height:100px;z-index:0}.hero-divider.svelte-1r4v5 svg:where(.svelte-1r4v5){width:100%;height:100%}.divider-fill.svelte-1r4v5{fill:#fef3e2}.dark .divider-fill.svelte-1r4v5{fill:#0f0f0f}.content-wrapper.svelte-1r4v5{max-width:900px;margin:0 auto;padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.gallery.svelte-1r4v5{--g: 8px;display:grid;width:calc(100% - 2rem);max-width:1100px;margin:1rem auto 1.5rem;aspect-ratio:2 / 1;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,1fr);gap:var(--g)}.gallery-img.svelte-1r4v5{border:none;padding:0;cursor:pointer;background:transparent;overflow:hidden;border-radius:.5rem}.gallery-img.svelte-1r4v5 img:where(.svelte-1r4v5){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease,filter .3s ease}.gallery-img.svelte-1r4v5:hover img:where(.svelte-1r4v5){transform:scale(1.08);filter:brightness(1.1)}.gallery-img.svelte-1r4v5:nth-child(1){grid-area:1 / 1}.gallery-img.svelte-1r4v5:nth-child(2){grid-area:1 / 2 / span 2 / span 2;clip-path:polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))}.gallery-img.svelte-1r4v5:nth-child(3){grid-area:2 / 1 / span 2 / span 2;clip-path:polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%)}.gallery-img.svelte-1r4v5:nth-child(4){grid-area:3 / 3}.gallery-img.svelte-1r4v5:nth-child(5){grid-area:1 / 6}.gallery-img.svelte-1r4v5:nth-child(6){grid-area:1 / 4 / span 2 / span 2;clip-path:polygon(0 0,100% 0,100% calc(50% - var(--g)/4),calc(50% - var(--g)/4) 100%,0 100%)}.gallery-img.svelte-1r4v5:nth-child(7){grid-area:2 / 5 / span 2 / span 2;clip-path:polygon(calc(50% + var(--g)/4) 0,100% 0,100% 100%,0 100%,0 calc(50% + var(--g)/4))}.gallery-img.svelte-1r4v5:nth-child(8){grid-area:3 / 4}.modal-backdrop.svelte-1r4v5{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:svelte-1r4v5-fadeIn .2s ease}@keyframes svelte-1r4v5-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-1r4v5{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal-image.svelte-1r4v5{max-width:100%;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;animation:svelte-1r4v5-scaleIn .2s ease}@keyframes svelte-1r4v5-scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-close.svelte-1r4v5{position:fixed;top:1rem;right:1rem;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1001}.modal-close.svelte-1r4v5:hover{background:#ff8c00;transform:scale(1.1)}.modal-close.svelte-1r4v5 svg:where(.svelte-1r4v5){width:24px;height:24px}.modal-nav.svelte-1r4v5{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1001}.modal-nav.svelte-1r4v5:hover{background:#ff8c00;transform:translateY(-50%) scale(1.1)}.modal-nav.svelte-1r4v5 svg:where(.svelte-1r4v5){width:28px;height:28px}.modal-nav.prev.svelte-1r4v5{left:1rem}.modal-nav.next.svelte-1r4v5{right:1rem}.modal-counter.svelte-1r4v5{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.875rem;background:#00000080;padding:.5rem 1rem;border-radius:9999px}.tap-zone.svelte-1r4v5{position:fixed;top:0;bottom:0;width:30%;background:transparent;border:none;cursor:pointer;z-index:1000;-webkit-tap-highlight-color:transparent}.tap-zone-left.svelte-1r4v5{left:0}.tap-zone-right.svelte-1r4v5{right:0}.about-section.svelte-1r4v5{padding:.25rem .5rem}.about-section.svelte-1r4v5 h2:where(.svelte-1r4v5){margin:0 0 .35rem;padding:0;font-size:1.125rem;font-weight:600;color:#333}.dark .about-section.svelte-1r4v5 h2:where(.svelte-1r4v5){color:#fff}.about-section.svelte-1r4v5 p:where(.svelte-1r4v5){color:#555;line-height:1.6;margin:0;padding:0;font-size:.9375rem}.dark .about-section.svelte-1r4v5 p:where(.svelte-1r4v5){color:#bbb}.work-section.svelte-1r4v5{padding:.25rem .5rem}.work-section.svelte-1r4v5 h2:where(.svelte-1r4v5){margin:0 0 .5rem;padding:0;font-size:1.125rem;font-weight:600;color:#333}.dark .work-section.svelte-1r4v5 h2:where(.svelte-1r4v5){color:#fff}.timeline.svelte-1r4v5{position:relative;padding-left:1.5rem}.timeline.svelte-1r4v5:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ff8c00,#ff5100)}.timeline-item.svelte-1r4v5{position:relative;padding-bottom:.75rem}.timeline-item.svelte-1r4v5:last-child{padding-bottom:0}.timeline-marker.svelte-1r4v5{position:absolute;left:-1.5rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:#ff8c00;border:2px solid #fff;box-shadow:0 0 0 2px #ff8c00}.dark .timeline-marker.svelte-1r4v5{border-color:#1e1e1e}.timeline-content.svelte-1r4v5 h3:where(.svelte-1r4v5){margin:0;font-size:.9375rem;font-weight:600;color:#333;display:inline}.dark .timeline-content.svelte-1r4v5 h3:where(.svelte-1r4v5){color:#fff}.timeline-content.svelte-1r4v5 .org:where(.svelte-1r4v5){margin:0;color:#ff8c00;font-weight:500;font-size:.875rem;display:inline}.timeline-content.svelte-1r4v5 .org:where(.svelte-1r4v5):before{content:" — ";color:#888}.timeline-content.svelte-1r4v5 .period:where(.svelte-1r4v5){margin:.125rem 0 0;color:#888;font-size:.8125rem}.education-section.svelte-1r4v5{padding:.25rem .5rem}.education-section.svelte-1r4v5 h2:where(.svelte-1r4v5){margin:0 0 .35rem;padding:0;font-size:1.125rem;font-weight:600;color:#333}.dark .education-section.svelte-1r4v5 h2:where(.svelte-1r4v5){color:#fff}.education-grid.svelte-1r4v5{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.25rem 1.5rem}.edu-card.svelte-1r4v5{display:flex;align-items:baseline;gap:.5rem;padding:.2rem 0}.edu-icon.svelte-1r4v5{flex-shrink:0;width:6px;height:6px;background:#ff8c00;border-radius:50%;position:relative;top:-.15rem}.edu-icon.svelte-1r4v5 svg:where(.svelte-1r4v5){display:none}.edu-details.svelte-1r4v5{display:inline}.edu-details.svelte-1r4v5 h3:where(.svelte-1r4v5){display:inline;margin:0;font-size:.875rem;font-weight:600;color:#333}.dark .edu-details.svelte-1r4v5 h3:where(.svelte-1r4v5){color:#fff}.edu-details.svelte-1r4v5 .school:where(.svelte-1r4v5){display:inline;margin:0;color:#666;font-size:.8125rem}.edu-details.svelte-1r4v5 .school:where(.svelte-1r4v5):before{content:" — ";color:#888}.dark .edu-details.svelte-1r4v5 .school:where(.svelte-1r4v5){color:#999}.edu-details.svelte-1r4v5 .note:where(.svelte-1r4v5){display:block;margin:.15rem 0 0;color:#ff8c00;font-size:.75rem;font-style:italic}.interests-section.svelte-1r4v5{padding:.25rem .5rem}.interests-section.svelte-1r4v5 h2:where(.svelte-1r4v5){margin:0 0 .35rem;padding:0;font-size:1.125rem;font-weight:600;color:#333}.dark .interests-section.svelte-1r4v5 h2:where(.svelte-1r4v5){color:#fff}.interests-tags.svelte-1r4v5{display:flex;flex-wrap:wrap;gap:.375rem}.interest-tag.svelte-1r4v5{display:inline-block;padding:.375rem .75rem;background:linear-gradient(135deg,#ff8c00,#ff5100);color:#fff;border-radius:9999px;font-size:.8125rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.interest-tag.svelte-1r4v5:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff8c0066}.page-copyright.svelte-1r4v5{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.75rem;color:#ffffffd9;text-align:center;flex-wrap:wrap;background:linear-gradient(135deg,#cc4100,#ff5100);text-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:.5rem;margin:0 1rem 1rem}.dark .page-copyright.svelte-1r4v5{color:#ffffff80;background:linear-gradient(135deg,#1a1a1a,#252525);text-shadow:none}@media (max-width: 768px){.hero.svelte-1r4v5{padding:1.5rem 1rem 3.5rem}.hero.svelte-1r4v5 h1:where(.svelte-1r4v5){font-size:2.25rem}.hero-divider.svelte-1r4v5{height:80px}.gallery.svelte-1r4v5{width:calc(100% - 1rem);margin:.75rem auto 1rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);aspect-ratio:1 / 1}.gallery-img.svelte-1r4v5:nth-child(5),.gallery-img.svelte-1r4v5:nth-child(6),.gallery-img.svelte-1r4v5:nth-child(7),.gallery-img.svelte-1r4v5:nth-child(8){display:none}.gallery-img.svelte-1r4v5:nth-child(1){grid-area:1 / 1}.gallery-img.svelte-1r4v5:nth-child(2){grid-area:1 / 2 / span 2 / span 2}.gallery-img.svelte-1r4v5:nth-child(3){grid-area:2 / 1 / span 2 / span 2}.gallery-img.svelte-1r4v5:nth-child(4){grid-area:3 / 3}.modal-nav.svelte-1r4v5{width:56px;height:56px}.modal-nav.svelte-1r4v5 svg:where(.svelte-1r4v5){width:28px;height:28px}.modal-nav.prev.svelte-1r4v5{left:.75rem}.modal-nav.next.svelte-1r4v5{right:.75rem}.timeline.svelte-1r4v5{padding-left:1.25rem}.timeline-marker.svelte-1r4v5{left:-1.25rem;width:10px;height:10px}.education-grid.svelte-1r4v5{grid-template-columns:1fr}}
