*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex}html{scroll-behavior:smooth}.navigation{background:linear-gradient(180deg,#fff,hsla(0,0%,95%,.85),100%);border-bottom:1px solid rgba(226,232,240,.9);flex-shrink:0;height:60px;justify-content:flex-end;overflow:hidden;padding:0 40px;z-index:100}.nav-links,.navigation{align-items:center;display:flex}.nav-links{gap:24px}.nav-link{align-items:center;background:none;border:none;color:#4b5563;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:0;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#1f2937}.nav-link.nav-button{background:#dcdcdcb3;border:1px solid #d1d5db;border-radius:7px;box-shadow:inset 0 1px #ffffffd9,0 1px 3px #0000000f;color:#333;font-weight:600;padding:5px 10px;transition:all .2s ease}.nav-link.nav-button:hover{background:#f9fafb}.nav-link.nav-button svg{height:14px;width:14px}@media (max-width:768px){.navigation{gap:16px;left:0;padding:0 20px}.nav-links{gap:16px}.nav-link{font-size:13px}}.sidebar{background:linear-gradient(180deg,#fff,hsla(0,0%,95%,.85),100%);border-right:1px solid rgba(226,232,240,.85);flex-shrink:0;overflow-y:auto;padding:30px 24px;width:320px}.sidebar-content{display:flex;flex-direction:column;position:relative;z-index:1}.profile-image{border-radius:50%;flex-shrink:0;height:68px;object-fit:cover;width:68px}.profile-info{align-items:center;display:flex;gap:16px;margin-bottom:8px}.profile-name{color:#1f2937;font-size:18px;font-weight:700;line-height:1.2}.profile-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.profile-sub{color:#888;font-size:13px;font-weight:500;line-height:1.5;margin:0}.profile-title{font-weight:400;margin:0}.profile-bio,.profile-title{color:#4b5563;font-size:14px}.profile-bio{display:flex;flex-direction:column;gap:12px;line-height:1.6;margin-bottom:24px}.profile-bio p{color:#4b5563;margin:0}.profile-bio strong{color:#1f2937;font-weight:600}.current-project{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px #ffffffe0,0 2px 6px #0000000a;margin-bottom:24px;padding:16px}.current-project-label{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.current-project-title{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 8px}.current-project-description{color:#6b7280;font-size:13px;line-height:1.5;margin:0 0 12px}.current-project-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#f3f4f6;border-radius:4px;color:#4b5563;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.social-links{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.social-link{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .2s ease}.social-link:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.social-link svg{height:16px;width:16px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:1024px){.sidebar{padding:50px 30px 30px;width:280px}.profile-name{font-size:22px}}@media (max-width:768px){.sidebar{border-bottom:1px solid #e5e7eb;border-right:none;flex-shrink:0;padding:20px;width:100%}.sidebar-content{flex-direction:column;gap:20px}.profile-info{margin-bottom:0}.social-links{grid-template-columns:repeat(2,1fr)}}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:inherit;display:block;height:100%;overflow:hidden;text-decoration:none;transition:all .3s ease}.project-card:hover{border-color:#d1d5db;box-shadow:0 10px 25px rgba(0,0,0,.08);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.project-image-container{background:#f3f4f6;height:240px;overflow:hidden;width:100%}.project-image{height:100%;object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.project-card:hover .project-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.project-content{display:flex;flex-direction:column;gap:12px;height:calc(100% - 240px);padding:10px}.project-title{color:#1f2937;font-size:16px;font-weight:600;line-height:1.3;margin:0}.project-description{color:#6b7280;flex-grow:1;font-size:13px;line-height:1.6;margin:0}.project-tags{display:flex;flex-wrap:wrap;gap:8px}.project-tag{background:#f3f4f6;border-radius:4px;color:#4b5563;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px;white-space:nowrap}@media (max-width:768px){.project-image-container{height:200px}.project-content{height:calc(100% - 200px)}.project-title{font-size:16px}.project-description{font-size:12px}}.projects-container{max-width:100%;width:100%}.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);width:100%}@media (max-width:1200px){.projects-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:768px){.projects-grid{gap:16px;grid-template-columns:1fr}}.pd-layout{align-items:flex-start;display:flex;gap:56px;justify-content:center;width:100%}.pd-nav{display:flex;flex-direction:column;gap:14px;max-height:calc(100vh - 96px);overflow-y:auto;padding-top:152px;position:-webkit-sticky;position:sticky;top:48px}.pd-nav,.pd-nav-spacer{flex-shrink:0;width:160px}@media (max-width:1200px){.pd-nav,.pd-nav-spacer{display:none}}.pd-nav-link{color:#9ca3af;font-size:.8125rem;line-height:1.3;padding-left:20px;position:relative;text-decoration:none;transition:color .15s}.pd-nav-link:before{background:#d1d5db;content:"";height:1px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:background .15s,width .15s;width:10px}.pd-nav-link:hover{color:#4b5563}.pd-nav-link-active{color:#111827;font-weight:600}.pd-nav-link-active:before{background:#111827;height:2px;width:16px}.pd-container{flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:0 auto;max-width:1000px;min-width:0}.pd-back{align-items:center;color:#9ca3af;display:inline-flex;font-size:.8125rem;font-weight:500;gap:4px;margin-bottom:22px;text-decoration:none;transition:color .15s}.pd-back-chevron{font-size:1rem;line-height:1}.pd-back:hover{color:#4b5563}.pd-header{margin-bottom:40px}.pd-title{color:#111827;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:12px}.pd-date{color:#9ca3af;font-size:.875rem;margin-bottom:18px}.pd-tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pd-tag{background:#f3f4f6;border-radius:999px;color:#374151;font-size:.75rem;font-weight:500;padding:4px 10px}.pd-tags-divider{background:#e5e7eb;height:14px;margin:0 2px;width:1px}.pd-github-icon{height:13px;object-fit:contain;opacity:.7;width:13px}.pd-github-pill{align-items:center;background:#f3f4f6;color:#374151;display:inline-flex;gap:4px;text-decoration:none;transition:background .15s,color .15s}.pd-github-pill:hover{background:#e5e7eb;color:#111827}.pd-triptych{grid-gap:8px;border-radius:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:40px;overflow:hidden}.pd-triptych-img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.pd-video-wrapper{background:#000;border-radius:8px;margin-bottom:40px;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.pd-video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.pd-gif{object-fit:cover}.pd-note{border-left:3px solid #e5e7eb;color:#9ca3af;font-size:.875rem;font-style:italic;line-height:1.6;margin-bottom:40px;padding-left:16px}.pd-section-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:16px;text-transform:uppercase}.pd-overview-section{margin-bottom:48px}.pd-overview{display:flex;flex-direction:column;gap:16px}.pd-overview p{color:#374151;font-size:1rem;line-height:1.75}.pd-technical{margin-bottom:48px}.pd-sections{display:flex;flex-direction:column;gap:36px}.pd-section-heading{color:#111827;font-size:1rem;font-weight:600;margin-bottom:10px}.pd-section-body{display:flex;flex-direction:column;gap:14px}.pd-section-body p{color:#4b5563;font-size:.9375rem;line-height:1.75}.pd-reference{border-top:1px solid #e5e7eb;padding-top:32px}.pd-reference-text{color:#9ca3af;font-size:.8125rem;line-height:1.6}.about-container{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:0 auto;max-width:640px;padding:64px 0 100px}.about-header{align-items:center;display:flex;gap:28px;margin-bottom:36px}.about-avatar{border-radius:50%;flex-shrink:0;height:108px;object-fit:cover;width:108px}.about-header-info{flex:1 1;min-width:0}.about-name{color:#111827;font-size:1.625rem;font-weight:700;letter-spacing:-.02em;margin-bottom:4px}.about-meta{color:#9ca3af;font-size:.8125rem;margin-bottom:14px}.about-bio{background:#f9fafb;border-radius:10px;color:#4b5563;font-size:.9rem;line-height:1.85;margin-bottom:48px;padding:24px 28px}.about-links{display:flex;flex-wrap:wrap;gap:8px}.about-link{align-items:center;background:#f3f4f6;border-radius:999px;color:#374151;display:inline-flex;font-size:.8125rem;font-weight:500;gap:5px;padding:5px 12px;text-decoration:none;transition:background .15s,color .15s}.about-link:hover{background:#e5e7eb;color:#111827}.about-section{margin-bottom:48px}.about-section-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:20px;text-transform:uppercase}.about-timeline{display:flex;flex-direction:column;gap:0}.about-timeline-item{display:flex;gap:16px;padding-bottom:28px;position:relative}.about-timeline-item:last-child{padding-bottom:0}.about-timeline-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;height:7px;margin-top:6px;position:relative;width:7px;z-index:1}.about-timeline-item:not(:last-child) .about-timeline-dot:after{background:#e5e7eb;content:"";height:calc(100% + 18px);left:3px;position:absolute;top:10px;width:1px}.about-timeline-body{flex:1 1;min-width:0}.about-timeline-header{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:2px}.about-timeline-title{color:#111827;font-size:.9375rem;font-weight:600}.about-timeline-period{color:#9ca3af;flex-shrink:0;font-size:.8125rem;white-space:nowrap}.about-timeline-sub{color:#6b7280;font-size:.875rem;margin-bottom:2px}.about-timeline-location{color:#9ca3af;font-size:.8125rem;margin-bottom:10px}.about-timeline-note{color:#9ca3af;font-size:.8125rem;margin-top:4px}.about-timeline-bullets{display:flex;flex-direction:column;gap:6px;margin:10px 0 0;padding-left:16px}.about-timeline-bullets li{color:#4b5563;font-size:.875rem;line-height:1.65}.about-skills-group{margin-bottom:16px}.about-skills-group-label{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.about-skills-pills{display:flex;flex-wrap:wrap;gap:6px}.about-skill-pill{border-radius:999px;font-size:.75rem;padding:4px 10px}.about-resume-btn,.about-skill-pill{background:#f3f4f6;color:#374151;font-weight:500}.about-resume-btn{align-items:center;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;font-size:.875rem;gap:7px;margin-top:8px;padding:8px 16px;text-decoration:none;transition:background .15s,color .15s}.about-resume-btn:hover{background:#e5e7eb;color:#111827}@media (max-width:640px){.about-container{padding:40px 0 80px}.about-profile{flex-direction:column}}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;width:100%}.App,.app-layout{display:flex;min-width:0}.app-layout{flex:1 1}.main-content{flex:1 1;min-width:0;padding:40px}.main-content-full{display:flex;justify-content:center}@media (max-width:768px){.app-layout{flex-direction:column}.main-content{padding:20px}}.page-placeholder{color:#4b5563;font-size:18px;padding:40px}p{color:#4b5563;margin:0}h1,h2,h3,h4,h5,h6{color:#1f2937;margin:0}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}@media (max-width:768px){.App{flex-direction:column}.main-content{margin-left:0;margin-top:60px;padding:20px}}
/*# sourceMappingURL=main.86da0975.css.map*/