*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#1f2937;background-color:#fafafa}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}ul,ol{list-style:none}.navigation{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:600;color:#1f2937;text-decoration:none;transition:color .2s ease}.nav-logo:hover{color:#a855f7}.nav-links{display:flex;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;position:relative}.nav-link:hover,.nav-link.active{color:#a855f7}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#a855f7;border-radius:1px}@media (max-width: 768px){.nav-container{padding:1rem}.nav-links{gap:1.5rem}.nav-logo{font-size:1.25rem}}.home{min-height:100vh;padding-top:80px;display:flex;align-items:center}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.home-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.highlight{color:#a855f7}.home-description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.home-education{display:flex;flex-direction:column;gap:1.5rem}.education-item{padding:1.5rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .2s ease}.education-item:hover{border-color:#a855f7;transform:translateY(-2px);box-shadow:0 4px 12px #a855f71a}.education-item h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.education-item p{color:#6b7280;margin-bottom:.5rem}.education-note{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s ease;width:fit-content}.education-link:hover{background:#a855f7;color:#fff;transform:translateY(-1px)}.education-bottom{display:flex;flex-direction:column;gap:.75rem}.education-gpa{color:#a855f7;font-weight:600;font-size:.875rem}.home-portrait{display:flex;justify-content:center}.portrait-image{width:350px;height:420px;border-radius:2rem;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.portrait-image:hover{transform:scale(1.05);box-shadow:0 12px 40px #a855f726}@media (max-width: 768px){.home-content{grid-template-columns:1fr;gap:2rem;text-align:center}.home-title{font-size:2.5rem}.portrait-image{width:280px;height:350px}}.projects{min-height:100vh;padding-top:100px;padding-bottom:2rem}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-header{text-align:center;margin-bottom:4rem}.projects-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.projects-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #e5e7eb}.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#a855f7}.project-content{height:100%;display:flex;flex-direction:column}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.project-title{font-size:1.25rem;font-weight:600;color:#1f2937;flex:1}.project-type{background:#a855f7;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap}.project-organization{color:#6b7280;font-weight:500;font-size:.875rem;margin-bottom:1rem}.project-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.projects-title{font-size:2rem}}.work{min-height:100vh;padding-top:100px;padding-bottom:2rem}.work-container{max-width:1200px;margin:0 auto;padding:0 2rem}.work-header{text-align:center;margin-bottom:4rem}.work-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.work-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.work-timeline{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.work-item{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.work-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#a855f7}.work-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.work-position{font-size:1.5rem;font-weight:600;color:#1f2937;flex:1}.work-period{background:#a855f7;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap}.work-organization{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.25rem}.work-location{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.work-responsibilities{list-style:none;margin-bottom:1.5rem}.work-responsibilities li{color:#6b7280;line-height:1.6;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.work-responsibilities li:before{content:"•";color:#a855f7;font-weight:700;position:absolute;left:0}.work-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}@media (max-width: 768px){.work-header-info{flex-direction:column;align-items:flex-start;gap:.5rem}.work-position{font-size:1.25rem}.work-title{font-size:2rem}}.contact{min-height:100vh;padding-top:100px;padding-bottom:4rem}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.contact-subtitle{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2.5rem 2rem;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;min-height:280px}.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a;border-color:#a855f7}.contact-card.primary{border-color:#a855f7;background:linear-gradient(135deg,#faf5ff,#fff)}.card-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;transition:all .3s ease}.contact-card.primary .card-icon{background:#a855f7}.contact-card.primary .card-icon .material-icons{color:#fff}.card-icon .material-icons{font-size:2rem;color:#6b7280}.contact-card:hover .card-icon{transform:scale(1.1)}.contact-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.contact-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.contact-button{display:inline-block;background:#a855f7;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .2s ease}.contact-button:hover{background:#9333ea;transform:translateY(-2px)}.contact-button.secondary{background:transparent;color:#a855f7;border:2px solid #a855f7}.contact-button.secondary:hover{background:#a855f7;color:#fff}.location-text{color:#1f2937;font-weight:600;font-size:1.125rem;margin-top:auto;display:inline-block;background:#f3f4f6;padding:.75rem 1.5rem;border-radius:.5rem;border:2px solid transparent}.contact-footer{display:flex;justify-content:center;margin-top:3rem}.availability{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem 2rem;border-radius:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.status-dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.availability span:last-child{color:#374151;font-weight:500}@media (max-width: 768px){.contact-title{font-size:2.5rem}.contact-grid{grid-template-columns:1fr}.contact-card{padding:2rem 1.5rem}.availability{padding:.75rem 1.5rem;margin:0 1rem}}#root{margin:0;padding:0}.App{min-height:100vh;background:#fafafa}
