:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;width:100%;max-width:100vw}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;overflow-x:hidden;width:100%;max-width:100vw}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{width:100%;max-width:100vw;padding:0rem 2rem 2rem;background-color:#242424;border-bottom:1px solid #333;display:flex;align-items:center;justify-content:center;box-sizing:border-box}@media(max-width:768px){.navbar{padding-left:1rem;padding-right:1rem}}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem;justify-content:center;align-items:center}.nav-list li{display:flex;align-items:center}.nav-list li a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s,border-bottom .3s;padding-bottom:.25rem;border-bottom:2px solid transparent;display:inline-block}.nav-list li a:hover{color:#646cff}.nav-list li a.active{color:#646cff;border-bottom:2px solid #646cff}.page{display:flex;align-items:center;justify-content:center;padding:2rem;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.page-content{max-width:800px;width:100%;text-align:center;box-sizing:border-box}@media(max-width:768px){.page,#root{padding:1rem}}.page-content h1{font-size:2.5rem;margin-bottom:1.5rem;color:#fff}.page-content p{font-size:1.1rem;line-height:1.6;color:#ccc;margin-bottom:1rem}.page.about-page{align-items:flex-start;padding-top:6rem;padding-bottom:0}.about-content{display:flex;flex-direction:column;align-items:center;margin-top:0}.about-content p:last-child{margin-bottom:0}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:2rem;border:3px solid #646cff}@media(max-width:768px){.profile-image{width:150px;height:150px}.page.about-page{padding-bottom:0}}.experience-content{text-align:left;max-width:900px;width:100%;box-sizing:border-box}.page.experience-page{align-items:flex-start;padding-top:3rem}.experience-header-title{display:flex;align-items:center;justify-content:flex-start;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.experience-header-title h1{margin:0}.company-logos{display:flex;align-items:center;gap:1.5rem}.company-logo{height:52px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s}.company-logo:hover{opacity:1}@media(max-width:768px){.experience-header-title{flex-direction:column;align-items:flex-start}.company-logos{margin-top:.5rem}.company-logo{height:45.5px}}.experience-entry{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #333;width:100%;box-sizing:border-box}.experience-entry:has(.experience-header:hover){border-bottom-color:#444}.experience-entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s}.experience-header:hover{opacity:.8}.experience-title h2{font-size:1.5rem;margin:0 0 .25rem;color:#646cff;font-weight:600;word-wrap:break-word;overflow-wrap:break-word}.position{font-size:1.1rem;color:#ccc;font-weight:500}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right}.expand-icon{font-size:.8rem;color:#646cff;transition:transform .3s ease;margin-top:.25rem}.expand-icon.expanded{transform:rotate(180deg)}.dates{color:#aaa;font-size:.95rem}.location{color:#888;font-size:.9rem}.experience-bullets{list-style:none;padding:0;margin:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out}.experience-bullets.collapsed{max-height:0;opacity:0;margin:0}.experience-bullets.expanded{max-height:2000px;opacity:1;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.experience-bullets li{color:#ccc;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative;word-wrap:break-word;overflow-wrap:break-word}.experience-bullets li:before{content:"•";color:#646cff;font-weight:700;position:absolute;left:0}.experience-bullets li:last-child{margin-bottom:0}@media(max-width:768px){.experience-header{flex-direction:column}.experience-meta{align-items:flex-start;text-align:left}.experience-title h2{font-size:1.3rem}.experience-content{max-width:100%;padding:0}.page.experience-page{padding-left:1rem;padding-right:1rem}}.projects-content{text-align:left;max-width:900px}.project-card{margin-bottom:3rem;padding:2rem;background-color:#1a1a1a;border-radius:8px;border:1px solid #333;transition:border-color .3s,transform .2s}.project-card:hover{border-color:#646cff;transform:translateY(-2px)}.project-card:last-child{margin-bottom:0}.project-header{margin-bottom:1.5rem}.project-header h2{font-size:1.5rem;margin:0 0 .75rem;color:#fff;font-weight:600}.project-award{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.award-badge{background-color:#646cff;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.9rem;font-weight:600}.award-text{color:#aaa;font-size:.95rem}.project-bullets{list-style:none;padding:0;margin:0 0 1.5rem}.project-bullets li{color:#ccc;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.project-bullets li:before{content:"•";color:#646cff;font-weight:700;position:absolute;left:0}.project-bullets li:last-child{margin-bottom:0}.project-link{margin-top:1rem}.project-link a{color:#646cff;text-decoration:none;font-weight:500;transition:color .3s;display:inline-flex;align-items:center;gap:.5rem}.project-link a:hover{color:#535bf2;text-decoration:underline}@media(max-width:768px){.project-card{padding:1.5rem}.project-header h2{font-size:1.3rem}.project-award{flex-direction:column;align-items:flex-start}}.contact-content{display:flex;flex-direction:column;align-items:center}.contact-link{margin-top:10rem}.contact-link a{color:#646cff;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s}.contact-link a:hover{color:#535bf2;text-decoration:underline}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%;box-sizing:border-box;overflow-x:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
