*{box-sizing:border-box;font-family:RedHatMono,sans-serif;margin:0;padding:0}@font-face{font-display:swap;font-family:RedHatMono;src:url(/assets/RedHatMono-Regular-2-BqSddiu8.woff2) format("woff2");unicode-range:u+000-5ff}html{scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease}body{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-left:2rem;margin-right:2rem;min-height:100vh;transition:background-color .7s ease,color 1s ease,background-image .7s ease}a{color:var(--text-color);text-decoration:underline;text-decoration-color:var(--text-color);text-decoration-thickness:.5px;text-underline-offset:2px}a:hover{color:var(--primary-color);text-decoration-color:var(--primary-color)}.text-normal{font-size:1rem;line-height:1.5}.container{width:91.67%}html[data-theme=dark]{--primary-color-rgb:239,151,44;--secondary-color-rgb:108,144,164}html[data-theme=light]{--primary-color-rgb:208,92,0;--secondary-color-rgb:0,104,222}html[data-theme=dark] .sun{display:block}html[data-theme=dark] .moon,html[data-theme=light] .sun{display:none}html[data-theme=light] .moon{display:block}.navbar{display:flex;margin:1rem}.theme-icon{cursor:pointer;height:1.5rem;margin-bottom:.5rem;margin-top:.5rem;width:1.5rem}.intro-section{margin-top:2rem}.intro-heading{font-size:3rem;font-weight:800;line-height:1}.intro-subheading{font-size:1.2rem;font-weight:600;line-height:1.3;margin-top:2rem}.social-links{display:flex;gap:1.5rem;justify-content:space-evenly;margin-bottom:1.5rem;margin-top:1.5rem}.social-link{align-items:center;background-color:rgba(var(--secondary-color-rgb),.1);border-radius:50%;color:var(--text-color);display:flex;height:3.5rem;justify-content:center;position:relative;transition:all .2s ease;width:3.5rem}.social-link:hover{background-color:rgba(var(--primary-color-rgb),.15);color:var(--primary-color);transform:translateY(-3px)}.social-link:hover:after{background-color:var(--bg-color);border:1px solid rgba(var(--primary-color-rgb),.3);border-radius:4px;bottom:-2.5rem;box-shadow:0 2px 10px #0000001a;color:var(--primary-color);content:attr(title);font-size:.9rem;left:50%;padding:.4rem .8rem;position:absolute;transform:translate(-50%);white-space:nowrap;z-index:10}.social-icon{height:1.8rem;width:1.8rem}.mt-6{margin-top:6rem}.skill-bar-wrapper,.skills-container{display:flex;flex-direction:column}.skill-bar-wrapper{align-items:center}.skill-name{line-height:1.2}.skill-bar-container{background-color:var(--skill-bar-bg-color);margin-bottom:1.5rem;margin-top:.2rem;width:100%}.skill-bar,.skill-bar-container{border-radius:.5rem;height:.5rem}.skill-bar{background-color:var(--secondary-color);transition:width 1.8s ease-in-out;width:0}.skill-bar.animate{width:100%}.skill-levels{display:flex;flex-direction:row;margin-top:1rem;text-align:center}.skill-level{font-size:.75rem;margin-left:.5rem;margin-right:.5rem;width:25%}.section-title{font-size:1.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.timeline{position:relative}.timeline:before{background:var(--grid-line-color);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform 1.5s ease;width:1px}.timeline-item{margin-bottom:-32px;opacity:0;position:relative;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;z-index:1}.timeline-item.active{opacity:1;transform:translateY(0)}.timeline-content{background:#00000008;border:1px solid var(--grid-line-color);border-radius:8px;margin-bottom:3rem;padding:1rem;transform-origin:center;transition:all .3s ease}.timeline-item:hover .timeline-content{background:var(--bg-color);border-color:var(--primary-color);box-shadow:0 10px 30px #0000001a;transform:scale(1.03)}.job-title{font-size:1.125rem;font-weight:800}.job-period{color:var(--primary-color)}.job-description,.job-period{margin-top:.5rem}.achievement-card{background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.05),rgba(var(--secondary-color-rgb),.05));border-left:3px solid var(--primary-color);overflow:hidden;position:relative}.achievement-card:before{border-color:transparent var(--primary-color) transparent transparent;border-style:solid;border-width:0 40px 40px 0;content:"";height:0;opacity:.7;position:absolute;right:0;top:0;width:0}.achievement-icon{color:var(--bg-color);height:2rem;position:absolute;right:-4px;top:-4px;transform:scale(.6);width:2rem;z-index:2}.achievement-title{align-items:center;display:flex;font-size:1.125rem;font-weight:800;line-height:1.2}.achievement-year{background-color:var(--primary-color);border-radius:12px;color:var(--bg-color);font-size:.9rem;margin-left:12px;padding:2px 8px}.contribution-year-group{margin-bottom:2rem}.opensource-year{color:var(--primary-color);font-size:1.125rem;font-weight:800;line-height:1.2}.contribution-list{list-style-type:disc;margin-bottom:1.4rem}.contribution-item{margin-left:1rem;margin-top:.5rem}.footer{align-items:center;display:flex;flex-direction:column;font-size:.875rem;height:2rem;justify-content:center;margin-top:3rem;width:100%}.contact-info{display:flex;flex-direction:row;margin-bottom:.5rem}.contact-email{margin-left:.5rem}.copyright{display:flex;flex-direction:column;text-align:center}code{background-color:rgba(var(--secondary-color-rgb),.1);border-radius:3px;color:var(--secondary-color);font-family:RedHatMono,monospace;font-size:.95em;padding:.15em .4em}.primary-color{color:var(--primary-color)}.secondary-color{color:var(--secondary-color)}.highlighted-text{color:var(--primary-color);min-width:200px}.gradient-text{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.scroll-progress{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:0 2px 2px 0;box-shadow:0 0 10px var(--secondary-color);height:2px;left:0;position:fixed;top:0;width:0;z-index:1000}.grid{background-image:linear-gradient(90deg,var(--grid-line-color) 1.5px,transparent 1.5px),linear-gradient(90deg,var(--grid-line-color) 1.5px,transparent 1.5px),linear-gradient(90deg,var(--grid-line-color) 1.5px,transparent 1.5px),linear-gradient(90deg,var(--grid-line-color) 1.5px,transparent 1.5px),linear-gradient(90deg,var(--grid-line-color) 1.5px,transparent 1.5px);background-position:0 40px,25% 40px,50% 40px,75% 40px,100% 40px;background-repeat:no-repeat;background-size:1.5px calc(100% - 40px);inset:0;opacity:0;position:fixed;transition:opacity .3s ease;z-index:-1}.grid.loaded{opacity:1}.theme-changing *{animation:theme-fade 1ms}@keyframes theme-fade{0%{opacity:.99}to{opacity:1}}@media (width >= 768px){.container{width:83.3333%}.theme-icon{height:2rem;width:2rem}.navbar{margin:2rem}.button-group{flex-direction:row;justify-content:space-around}.button+.button{margin-left:1rem;margin-top:0}.intro-subheading-container{flex-direction:row}.highlighted-text{margin-left:1rem}.footer{flex-direction:row;justify-content:space-between}.contact-info{margin-bottom:0}.copyright{flex-direction:row}.copyright-text{margin-right:.5rem}.achievement-icon{right:-2px;top:-2px;transform:scale(.7)}.achievement-card:before{border-width:0 50px 50px 0}.job-period{margin-top:0}}@media (width >= 1024px){.container{width:50%}}
