@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--highlight-color: #98b8da;--blk-900: #1a1a1a;--blk-800: #2a2a2a;--blk-700: #3a3a3a;--blk-600: #4a4a4a;--blk-500: #5a5a5a;--blk-400: #6a6a6a;--blk-300: #7a7a7a;--blk-200: #8a8a8a;--blk-100: #9a9a9a;color-scheme:light dark;color:#ffffffde;background-color:#efefef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--highlight-color)}::-moz-selection{background-color:var(--highlight-color)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1,h2,h3,h4,p{font-family:Inter,sans-serif;margin:0;letter-spacing:-.01em}h1,h2,h3,h4{line-height:1.1}h1{font-size:1.8rem;font-weight:400;color:var(--blk-700)}h2{font-size:1rem;font-weight:400;color:var(--blk-300)}h3{font-size:1.1rem;font-weight:500;color:var(--blk-700)}h4{font-size:1rem;font-weight:500;color:var(--blk-100)}p{font-size:.9rem;font-weight:400;color:var(--blk-200)}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}}@media (min-width: 1024px){html,body{overscroll-behavior:none}}@keyframes enter{to{opacity:1}}#root{width:100%;margin:0;padding:0;text-align:left;display:flex;justify-content:center}.app-container{display:flex;min-height:100vh;padding:200px 40px 40px;max-width:65%;margin:0 auto}.column-left{min-width:40%;flex:1}.column-right{flex:1}.pfp-container{width:80px;height:80px;border-radius:8px;overflow:hidden;position:relative}.pfp{width:100%;height:100%;object-fit:cover;transform:scale(1.2);object-position:center 35%}.profile{display:flex;gap:30px;position:fixed;align-items:center;opacity:0;animation:enter .5s ease-in-out forwards}.profile-text{display:flex;flex-direction:column;gap:1vh}@media screen and (max-width: 1024px){.app-container{flex-direction:column;padding:40px 20px;max-width:100%}.column-left,.column-right{min-width:unset;width:100%}.profile{position:static;align-items:center;margin-bottom:20px;padding:1.5rem}}:root{--pill-bg: #d4dded;--pill-text: #5070a6}.career-section{padding:2rem;max-width:1200px;margin:0 auto}.career-content{display:flex;flex-direction:column;gap:2rem}.career-item{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;opacity:0;animation:enter .5s ease-in-out forwards}.technologies{font-family:Inter,sans-serif;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .65rem;border-radius:50px;background-color:var(--pill-bg);font-size:.8rem;line-height:1.2;color:var(--pill-text)}@media screen and (max-width: 1024px){.title{font-size:1.2rem}}
