@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-page: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #6c757d;--accent: #000000;--border: #e9ecef;--shadow: rgba(0, 0, 0, .08);--shadow-hover: rgba(0, 0, 0, .15);--shadow-card: rgba(0, 0, 0, .1);--shadow-card-strong: rgba(0, 0, 0, .15);--shadow-card-hover: rgba(0, 0, 0, .25);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{max-width:100%}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-primary);line-height:1.6;color:var(--text-primary);background-color:var(--bg-page);overflow-x:hidden;font-weight:400;letter-spacing:-.01em;width:100%;max-width:100%}.app{min-height:100vh;position:relative;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.main-content-wrapper{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start;padding:2rem 0;position:relative;padding-top:100px}.left-content{width:100%;padding-right:2rem;display:flex;flex-direction:column;height:100%;justify-content:space-between}@media (min-width: 1201px){.main-content-wrapper{align-items:start;grid-template-rows:max-content}.left-content{height:fit-content;min-height:100%;justify-content:space-between;gap:0}.left-content{display:flex;flex-direction:column}.left-content>.profile-card{margin-bottom:2rem}.projects-section{flex:1;display:flex;flex-direction:column;justify-content:center;margin-top:0;margin-bottom:2rem}.education{margin-top:0}}.right-timeline{height:fit-content;padding:3rem 2.5rem;background:var(--bg-primary);border-radius:24px;border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #0000001f;transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;align-self:start;overflow:visible;transform:translateY(0);max-width:400px;width:100%;display:flex;flex-direction:column;box-sizing:border-box}.right-timeline:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.right-timeline .timeline-header{margin-top:0;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mobile-timeline{display:none}.header{position:fixed;top:0;left:0;right:0;background:#000;border-bottom:none;z-index:100;transition:var(--transition);width:100%;max-width:100%;overflow-x:hidden}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;overflow:visible;max-width:none;width:100%;position:relative}.hamburger-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:var(--transition);z-index:1001}.hamburger-menu:hover{background:#ffffff1a}.hamburger-line{width:24px;height:2px;background:#fff;margin:3px 0;transition:var(--transition);transform-origin:center}.hamburger-menu.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-menu.open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:5px 0 20px #0000004d;border-radius:0 24px 24px 0;transform:translate(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;opacity:0;z-index:1000;border:1px solid rgba(255,255,255,.1)}.nav-menu.open{left:0;transform:translate(0);visibility:visible;opacity:1}.nav-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:6rem 2rem 2rem;gap:1rem;height:100%}.nav-item{margin:0}.nav-link{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;color:#fff;text-decoration:none;border-radius:12px;border:none;background:transparent;transition:var(--transition);font-family:var(--font-primary);font-weight:500;font-size:1rem;cursor:pointer}.nav-link:hover{background:transparent;border:none;transform:none;opacity:.8}.nav-close{display:none}.close-icon{width:20px;height:20px;fill:#fff}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.linkedin-header-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:var(--transition);font-family:var(--font-primary);font-weight:500;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.linkedin-header-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.linkedin-icon{width:20px;height:20px;fill:currentColor;flex-shrink:0}.main{flex:1;padding-top:0;padding-bottom:4rem;width:100%;max-width:100%;overflow-x:hidden}.profile-card{background:var(--bg-primary);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #0000001f;border:1px solid rgba(255,255,255,.8);transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:visible;transform:translateY(0);width:100%;margin:0 auto}.profile-card:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.profile-section{display:flex;flex-direction:column;gap:2rem;width:100%;min-width:0;overflow:visible}.profile-image-container{position:relative;width:160px;height:160px;margin:0;flex-shrink:0;overflow:visible}.profile-image,.profile-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--accent);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 32px #0000001f}.profile-placeholder{background:linear-gradient(135deg,var(--accent),var(--text-secondary));display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:var(--bg-primary);font-family:var(--font-mono)}.profile-image:hover,.profile-placeholder:hover{transform:scale(1.02);box-shadow:0 12px 40px #0000002e}.profile-content{text-align:left;display:flex;flex-direction:column;padding:0;min-width:0;overflow:hidden;width:100%}.profile-top-section{display:grid;grid-template-columns:180px 1fr;gap:2rem;align-items:start;margin-bottom:2rem}.profile-intro-content{display:flex;flex-direction:column;gap:1rem}.profile-bottom-section{display:flex;flex-direction:column;gap:2rem}.name{font-family:var(--font-primary);font-size:2.8rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem;line-height:1.1;letter-spacing:-.02em}.title{font-family:var(--font-primary);font-size:1.4rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:400;letter-spacing:-.01em}.intro{font-family:var(--font-primary);font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;max-width:500px;font-weight:400}.links-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:500px;width:100%;box-sizing:border-box;margin:2rem auto 0}.link-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.75rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:16px;border:2px solid #333333;transition:var(--transition);font-family:var(--font-primary);font-weight:600;font-size:.95rem;position:relative;overflow:hidden;min-width:0;white-space:nowrap;text-align:center;flex-direction:row;min-height:52px;text-overflow:ellipsis;box-sizing:border-box;width:100%;box-shadow:0 4px 12px #00000026}.link-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.link-button:hover:before{left:100%}.link-button:hover{border-color:#555;transform:translateY(-2px);box-shadow:0 8px 25px #00000040;background:#333;color:#fff}.link-button:focus{outline:2px solid var(--accent);outline-offset:2px}.icon{width:20px;height:20px;fill:currentColor;flex-shrink:0}.profile-main-title{font-family:var(--font-primary);font-size:2.2rem;font-weight:600;color:var(--text-primary);margin-bottom:3rem;line-height:1.2;letter-spacing:-.02em;text-align:center}.education-section{margin-bottom:0;padding-bottom:0;border-bottom:none;text-align:center}.degree-info{margin-bottom:1.5rem}.degree-primary{font-family:var(--font-primary);font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;line-height:1.3;letter-spacing:-.01em}.degree-secondary{font-family:var(--font-primary);font-size:1.1rem;font-weight:500;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.degree-tertiary{font-family:var(--font-primary);font-size:.95rem;font-weight:400;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.3;font-style:italic;opacity:.8}.university-info{font-family:var(--font-primary);font-size:.95rem;color:var(--text-secondary);margin-bottom:.25rem;font-weight:400;line-height:1.4}.graduation-date{font-family:var(--font-primary);font-size:1.1rem;color:#fff;font-weight:500;font-style:normal;text-align:center;margin:1.5rem auto 1.25rem;background:#000;padding:.75rem 1.5rem;border-radius:20px;display:inline-block;box-shadow:0 2px 8px #00000026;transition:var(--transition);letter-spacing:.02em;position:relative;overflow:hidden}.graduation-date:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.graduation-date:hover:before{left:100%}.graduation-date:hover{border-color:#555;transform:translateY(-2px);box-shadow:0 8px 25px #00000040;background:#333;color:#fff}.achievements{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.1rem}.achievement-badge{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;font-family:var(--font-primary);letter-spacing:.02em;text-transform:uppercase;box-shadow:0 2px 8px #00000014;transition:var(--transition);white-space:nowrap}.achievement-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:var(--accent);background:var(--bg-primary)}.about-description,.about-description .intro{margin-bottom:0}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:2rem 0;text-align:center;color:var(--text-secondary)}.landing{min-height:95vh;height:95vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;position:relative;overflow:hidden;transition:none!important;animation:none!important}.streak-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.streak{position:absolute;top:-200px;width:1px;height:60px;background:linear-gradient(to top,#ffffffe6,#ffffff1a);animation:fall 2.8s linear infinite;will-change:transform}.streak:nth-child(1){left:3%;animation-delay:-.5s;opacity:.9;width:2px;height:80px;background:linear-gradient(to top,#fffffff2,#ffffff1a);animation-duration:3.2s}.streak:nth-child(2){left:8%;animation-delay:-1.8s;opacity:.6;width:1px;height:40px;animation-duration:4.1s}.streak:nth-child(3){left:15%;animation-delay:-2.9s;opacity:.8;width:1px;height:65px;animation-duration:2.8s}.streak:nth-child(4){left:20%;animation-delay:-.3s;opacity:.5;width:1px;height:35px;animation-duration:5.2s}.streak:nth-child(5){left:26%;animation-delay:-4.1s;opacity:.7;width:1px;height:55px;animation-duration:3.7s}.streak:nth-child(6){left:33%;animation-delay:-1.4s;opacity:.4;width:1px;height:30px;animation-duration:4.8s}.streak:nth-child(7){left:40%;animation-delay:-3.3s;opacity:.9;width:2px;height:75px;animation-duration:2.6s;background:linear-gradient(to top,#fffffff2,#ffffff1a)}.streak:nth-child(8){left:47%;animation-delay:-.9s;opacity:.6;width:1px;height:50px;animation-duration:3.9s}.streak:nth-child(9){left:53%;animation-delay:-2.2s;opacity:.3;width:1px;height:25px;animation-duration:4.5s}.streak:nth-child(10){left:59%;animation-delay:-3.7s;opacity:.8;width:1px;height:70px;animation-duration:3.1s}.streak:nth-child(11){left:66%;animation-delay:-1.1s;opacity:.5;width:1px;height:45px;animation-duration:4.3s}.streak:nth-child(12){left:72%;animation-delay:-2.6s;opacity:.7;width:2px;height:60px;animation-duration:3.4s;background:linear-gradient(to top,#ffffffe6,#ffffff1a)}.streak:nth-child(13){left:78%;animation-delay:-.7s;opacity:.6;width:1px;height:50px;animation-duration:3.8s}.streak:nth-child(14){left:84%;animation-delay:-1.9s;opacity:.4;width:1px;height:35px;animation-duration:4.6s}.streak:nth-child(15){left:90%;animation-delay:-3.5s;opacity:.8;width:1px;height:65px;animation-duration:2.9s}.streak:nth-child(16){left:96%;animation-delay:-1.3s;opacity:.5;width:1px;height:40px;animation-duration:4.2s}.streak:nth-child(17){left:11%;animation-delay:-2.1s;opacity:.3;width:1px;height:30px;animation-duration:5s}.streak:nth-child(18){left:37%;animation-delay:-.6s;opacity:.7;width:1px;height:55px;animation-duration:3.5s}.streak:nth-child(19){left:63%;animation-delay:-4s;opacity:.4;width:1px;height:25px;animation-duration:4.7s}.streak:nth-child(20){left:81%;animation-delay:-1.6s;opacity:.9;width:2px;height:70px;animation-duration:3s;background:linear-gradient(to top,#fffffff2,#ffffff1a)}@keyframes fall{0%{transform:translateY(-200px);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(calc(100vh + 200px));opacity:0}}.landing-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;position:relative;flex:1;justify-content:center;transition:none!important;animation:none!important}.landing-text{margin-bottom:0;transition:none!important;animation:none!important}.landing-name{font-family:Courier New,Courier,monospace;font-size:6rem;font-weight:300;color:#fff;margin-bottom:.5rem;line-height:1.1;letter-spacing:.05em;text-shadow:0 0 10px rgba(255,255,255,.4),0 0 20px rgba(255,255,255,.3),0 0 30px rgba(255,255,255,.2),0 2px 8px rgba(255,255,255,.1);display:inline-block;width:fit-content;transition:none!important;animation:none!important}.landing-title{font-family:Courier New,Courier,monospace;font-size:2.6rem;color:#fffc;font-weight:300;letter-spacing:.02em;opacity:.9;text-shadow:0 0 15px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.4),0 0 45px rgba(255,255,255,.3);transition:none!important;animation:none!important}.cursor{color:#fff;font-weight:300;opacity:1;text-shadow:0 0 10px rgba(255,255,255,.4),0 0 20px rgba(255,255,255,.3),0 0 30px rgba(255,255,255,.2)}.cursor.blink{animation:cursor-blink 1s infinite}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 1024px){.landing-name{font-size:5rem}.landing-title{font-size:2.2rem}.linkedin-header-button{font-size:.8rem;padding:.6rem 1.2rem}}@media (max-width: 768px){.landing-name{font-size:4rem}.landing-title{font-size:1.8rem}.nav-menu{width:280px}.nav-list{padding:5rem 1.5rem 2rem}.nav-link{padding:.9rem 1.2rem;font-size:.95rem}.close-icon{width:18px;height:18px}.header .container{padding:.8rem 1.5rem}.linkedin-header-button{font-size:.75rem;padding:.5rem 1rem;gap:.5rem}.linkedin-icon{width:16px;height:16px}}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:2;transition:all .3s ease;opacity:.8}.scroll-indicator:hover{opacity:1;transform:translate(-50%) translateY(-5px)}.scroll-arrow{width:24px;height:24px;margin-bottom:.5rem;animation:bounce 2s infinite}.arrow-icon{width:100%;height:100%;fill:#ffffffe6;filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}.scroll-text{font-family:Courier New,Courier,monospace;font-size:.875rem;color:#ffffffe6;font-weight:300;letter-spacing:.05em;text-shadow:0 0 10px rgba(255,255,255,.5)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.scroll-indicator{display:none}}@media (min-width: 769px){.header .container{max-width:none;width:100%}}@media (max-width: 1200px){.profile-card{padding:2.5rem 3rem}.profile-top-section{grid-template-columns:160px 1fr;gap:2rem}.profile-desktop-layout{display:none!important}.profile-mobile-layout{display:block!important}.profile-mobile-layout .profile-top-section{grid-template-columns:160px 1fr;gap:2rem}.profile-image-container{width:140px;height:140px}.profile-main-title{font-size:2rem}.intro{font-size:.95rem}.links-section{max-width:450px;gap:1.25rem}.link-button{padding:.875rem 1.5rem;font-size:.9rem;min-height:48px}.projects-section:not(.mobile-projects){display:none}.mobile-projects{display:block!important;margin:3rem 0;padding:0}.mobile-projects .projects-container{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem}}@media (max-width: 968px){.profile-card{padding:2.5rem 2rem;border-radius:20px}.profile-card:after{border-radius:20px}.profile-top-section{grid-template-columns:1fr;gap:1.5rem;text-align:center}.profile-image-container{width:140px;height:140px;margin:0 auto}.profile-intro-content{text-align:center}.profile-main-title{font-size:1.8rem;text-align:center}.intro{font-size:.9rem;max-width:100%}.links-section{max-width:450px;gap:1.25rem;margin:1.75rem auto 0}.link-button{padding:.875rem 1.5rem;font-size:.9rem;min-height:48px}.projects-section:not(.mobile-projects){display:none}.mobile-projects{display:block!important;margin:3rem 0;padding:0}.mobile-projects .projects-container{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem}}@media (min-width: 768px) and (max-width: 968px){.profile-intro-content{text-align:left}}@media (max-width: 768px){.container{padding:0 1rem}.header .container{padding:.875rem 1rem}.mobile-projects .projects-container{grid-template-columns:1fr;grid-template-rows:repeat(6,auto);gap:1.5rem;margin-top:1.5rem}@media (max-width: 767px){.mobile-projects .projects-container{grid-template-columns:1fr!important;grid-template-rows:repeat(6,auto)!important;gap:1.5rem!important;margin-top:1.5rem}}.profile-card{padding:2rem 1.5rem;border-radius:18px}.profile-card:after{border-radius:18px}.profile-top-section{grid-template-columns:1fr;gap:1.5rem;text-align:center}.profile-desktop-layout{display:none!important}.profile-mobile-layout{display:block!important}.profile-mobile-layout .profile-top-section{grid-template-columns:1fr;gap:1.5rem;text-align:center}.profile-image-container{width:130px;height:130px;margin:0 auto}.profile-intro-content{text-align:center}.profile-main-title{font-size:1.8rem;text-align:center;margin-bottom:1rem}.degree-primary{font-size:1.1rem}.degree-secondary{font-size:1rem}.university-info{font-size:.9rem}.graduation-date{font-size:.85rem}.achievements{justify-content:center;gap:.5rem}.achievement-badge{font-size:.75rem;padding:.4rem .8rem}.links-section{max-width:450px;gap:1.25rem;margin:1.75rem auto 0}.link-button{padding:.875rem 1.5rem;font-size:.9rem;min-height:48px}.projects-section:not(.mobile-projects){display:none}.mobile-projects{display:block!important;margin:3rem 0;padding:0}.mobile-projects .projects-container{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem}}@media (max-width: 480px){.profile-card{padding:1.75rem 1.25rem;border-radius:16px}.profile-card:after{border-radius:16px}.profile-top-section{grid-template-columns:1fr;gap:1rem;text-align:center}.profile-image-container{width:120px;height:120px;margin:0 auto}.profile-intro-content{text-align:center}.profile-main-title{font-size:1.6rem;text-align:center;margin-bottom:.75rem}.profile-bottom-section{gap:1.5rem}.education-section{margin-bottom:0}.degree-primary{font-size:1rem}.nav-menu{width:100%;border-radius:0;left:-100%}.nav-menu.open{left:0}.nav-list{padding:4rem 1rem 2rem}.nav-link{padding:.8rem 1rem;font-size:.9rem}.close-icon{width:16px;height:16px}.header .container{padding:.7rem 1rem}.hamburger-menu{width:36px;height:36px}.hamburger-line{width:20px}.linkedin-header-button{font-size:.7rem;padding:.4rem .8rem;gap:.4rem}.linkedin-icon{width:14px;height:14px}.project-link.hedging-demo-button{background:#000;color:#fff;border-color:#000}.project-link.hedging-demo-button:hover:not(.disabled){background:#333;border-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.project-link.hedging-demo-button .project-icon{fill:#fff}.project-link.github-button{background:#000;color:#fff;border-color:#000}.project-link.github-button:hover:not(.disabled){background:#333;border-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.project-link.github-button .project-icon{fill:#fff}}.mobile-projects{display:none}.projects-section{margin-top:3rem;padding:0;width:100%}.projects-header{text-align:center;margin-bottom:2rem}.projects-title{font-family:var(--font-primary);font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.projects-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;grid-auto-rows:auto}.project-card{background:var(--bg-primary);border-radius:24px;padding:0;box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #00000026;border:1px solid rgba(255,255,255,.8);transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden;transform:translateY(0);display:flex;flex-direction:column;height:100%;box-sizing:border-box}.project-card:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.project-thumbnail{width:100%;height:300px;overflow:hidden;border-radius:24px 24px 0 0;position:relative}.project-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:top;transition:var(--transition)}.project-content{display:flex;flex-direction:column;height:100%;gap:1rem;padding:2rem 2.5rem 2.5rem}.project-name{font-family:var(--font-primary);font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.01em}.project-description{font-family:var(--font-primary);font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin:0rem 0}.tech-tag{background:var(--bg-secondary);color:var(--text-primary);padding:.375rem .75rem;border-radius:8px;font-size:.8rem;font-weight:500;border:1px solid var(--border);transition:var(--transition)}.tech-tag:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.project-links{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem}.project-links.three-buttons{gap:.4rem}.project-links.three-buttons .project-link{flex:1;min-width:0;font-size:.8rem;padding:.65rem .8rem}.project-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);color:var(--text-primary);text-decoration:none;border-radius:12px;border:1px solid var(--border);transition:var(--transition);font-family:var(--font-primary);font-weight:500;font-size:.85rem;flex:1;justify-content:center;text-align:center}.project-link:hover:not(.disabled){border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-hover);background:var(--bg-primary)}.project-link:focus{outline:2px solid var(--accent);outline-offset:2px}.project-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.project-link.disabled{opacity:.6;cursor:not-allowed}.project-link.disabled:hover{transform:none;background:var(--bg-secondary);border-color:var(--border);box-shadow:none}.project-link.app-store-button{background:#000;color:#fff;border-color:#000}.project-link.app-store-button:hover:not(.disabled){background:#333;border-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.project-link.website-button{background:#7c3aed;color:#fff;border-color:#7c3aed}.project-link.website-button:hover:not(.disabled){background:#5b21b6;border-color:#5b21b6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.project-link.hedging-demo-button{background:#000;color:#fff;border-color:#000}.project-link.hedging-demo-button:hover:not(.disabled){background:#333;border-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.project-link.hedging-demo-button .project-icon{fill:#fff}.project-link.github-button{background:#000;color:#fff;border-color:#000}.project-link.github-button:hover:not(.disabled){background:#333;border-color:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.project-link.github-button .project-icon{fill:#fff}.timeline-section{margin:0;padding:0}.timeline-header{text-align:center;margin-bottom:2rem}.timeline-title{font-family:var(--font-primary);font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em}.timeline-subtitle{font-family:var(--font-primary);font-size:.95rem;color:var(--text-secondary);font-weight:400}.timeline-container{position:relative;max-width:none;margin:0;padding:0}.timeline-line{position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent) 0%,var(--text-secondary) 50%,var(--border) 100%);z-index:1}.timeline-item{position:relative;margin-bottom:1.5rem;display:flex;align-items:center;min-height:80px;justify-content:flex-start}.timeline-content{background:var(--bg-primary);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px var(--shadow-card);border:1px solid var(--border);transition:var(--transition);position:relative;width:calc(100% - 3.5rem);margin-left:3.5rem;display:flex;align-items:center;gap:.75rem}.timeline-content:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--shadow-card-hover);border-color:var(--accent)}.timeline-dot{position:absolute;left:1.5rem;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:var(--accent);border-radius:50%;border:2px solid var(--bg-primary);z-index:2;box-shadow:0 0 0 2px var(--border)}.company-logo{width:40px;height:40px;background:var(--bg-secondary);border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border);flex-shrink:0;font-weight:600;color:var(--text-primary);font-size:.7rem;overflow:hidden}.logo-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.timeline-info{flex:1;min-width:0}.company-name{font-family:var(--font-primary);font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem;line-height:1.3}.job-title{font-family:var(--font-primary);font-size:.8rem;color:var(--text-secondary);margin-bottom:.2rem;font-weight:400}.timeline-year{font-family:var(--font-mono);font-size:.7rem;color:var(--accent);font-weight:500;letter-spacing:.02em}.profile-desktop-layout{display:none;grid-template-columns:180px 1fr;gap:2rem;align-items:start;margin-bottom:2rem}.profile-mobile-layout{display:block}@media (min-width: 600px) and (max-width: 1199px){.links-section{max-width:450px;gap:1.25rem;margin:2rem auto 0}.link-button{padding:.875rem 1.5rem;font-size:.9rem;min-height:48px}}@media (max-width: 1200px) and (min-width: 969px){.desktop-projects .projects-container{grid-template-columns:1fr 1fr}}@media (max-width: 968px){.mobile-projects .projects-container{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem}}@media (min-width: 1400px){.profile-desktop-layout{display:grid}.profile-mobile-layout{display:none}}@media (max-width: 1200px){.main-content-wrapper{grid-template-columns:1fr;gap:2rem}.left-content{padding-right:0;display:block;height:auto;min-height:auto;justify-content:initial}.left-content>.profile-card{margin-bottom:3rem}.projects-section{flex:none;display:block;justify-content:initial;margin-top:3rem;margin-bottom:3rem}.left-content .education{margin-top:3rem}.right-timeline{display:none}.mobile-timeline{display:block;margin:4rem 0;padding:0}.mobile-timeline .timeline-header{text-align:center;margin-bottom:3rem}.mobile-timeline .timeline-title{font-size:2.5rem}.mobile-timeline .timeline-subtitle{font-size:1.1rem}.mobile-timeline .timeline-container{max-width:900px;margin:0 auto;padding:0 2rem}.mobile-timeline .timeline-line{left:50%;width:3px;transform:translate(-50%)}.mobile-timeline .timeline-item{margin-bottom:2rem}.mobile-timeline .timeline-item:nth-child(odd){justify-content:flex-start}.mobile-timeline .timeline-item:nth-child(2n){justify-content:flex-end}.mobile-timeline .timeline-content{border-radius:16px;padding:1.5rem;width:calc(50% - 3rem);gap:1rem;margin-left:0}.mobile-timeline .timeline-item:nth-child(odd) .timeline-content{margin-right:auto;flex-direction:row-reverse}.mobile-timeline .timeline-item:nth-child(2n) .timeline-content{margin-left:auto}.mobile-timeline .timeline-dot{left:50%;width:16px;height:16px;border:3px solid var(--bg-primary);box-shadow:0 0 0 3px var(--border)}.mobile-timeline .company-logo{width:48px;height:48px;border-radius:12px;font-size:.8rem;overflow:hidden}.mobile-timeline .logo-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.mobile-timeline .company-name{font-size:1.1rem;margin-bottom:.25rem}.mobile-timeline .job-title{font-size:.9rem;margin-bottom:.25rem}.mobile-timeline .timeline-year{font-size:.8rem}}@media (max-width: 768px){.mobile-timeline .timeline-container{padding:0 1rem}.mobile-timeline .timeline-line{left:2rem;transform:none}.mobile-timeline .timeline-item{justify-content:flex-start!important;margin-bottom:1.5rem}.mobile-timeline .timeline-content{width:calc(100% - 4rem);margin-left:4rem!important;margin-right:0!important;flex-direction:row!important}.mobile-timeline .timeline-dot{left:2rem;transform:translate(-50%,-50%)}.mobile-timeline .timeline-title{font-size:2rem}.mobile-timeline .timeline-subtitle{font-size:1rem}.mobile-timeline .company-logo{width:44px;height:44px;overflow:hidden}.mobile-timeline .logo-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.mobile-timeline .company-name{font-size:1rem}.mobile-timeline .job-title{font-size:.85rem}.mobile-timeline .timeline-year{font-size:.75rem}}@media (max-width: 480px){.main-content-wrapper{padding:1rem 0;gap:1.5rem;padding-top:50px}.mobile-timeline .timeline-container{padding:0 .5rem}.mobile-timeline .timeline-content{padding:1.25rem;width:calc(100% - 3.5rem);margin-left:3.5rem!important}.mobile-timeline .timeline-line{left:1.75rem}.mobile-timeline .timeline-dot{left:1.75rem;width:14px;height:14px}.mobile-timeline .company-logo{width:40px;height:40px;font-size:.7rem;overflow:hidden}.mobile-timeline .logo-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.mobile-timeline .company-name{font-size:.95rem}.mobile-timeline .job-title{font-size:.8rem}.mobile-timeline .timeline-title{font-size:1.8rem}}.desktop-projects{width:100%;margin:4rem 0;padding:4rem 0;background:var(--bg-page)}.desktop-projects .container{max-width:1400px;margin:0 auto;padding:0 2rem}.desktop-projects .projects-header{text-align:center;margin-bottom:3rem}.desktop-projects .projects-title{font-family:var(--font-primary);font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.desktop-projects .projects-container{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;width:100%;grid-auto-rows:auto}@media (max-width: 768px){.desktop-projects{display:none!important}}@media (max-width: 768px){.desktop-projects .projects-container{grid-template-columns:1fr;gap:2rem;grid-auto-rows:auto}}.education{margin-top:3rem;width:100%}.education-card{background:var(--bg-primary);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #0000001f;border:1px solid rgba(255,255,255,.8);transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:visible;transform:translateY(0);width:100%;display:flex;flex-direction:column;box-sizing:border-box}.education-card:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.education-content{width:100%;text-align:center}.education-content .profile-main-title,.education-content .school-name,.education-content .degrees-section,.education-content .degree-info,.education-content .degree-primary,.education-content .degree-tertiary,.education-content .graduation-date,.education-content .achievements-section{text-align:center}.education-content .achievements{justify-content:center}@media (max-width: 768px){.education-card{padding:2rem 1.5rem;border-radius:18px}.education-card:after{border-radius:18px}}@media (max-width: 480px){.education-card{padding:1.75rem 1.25rem;border-radius:16px}.education-card:after{border-radius:16px}}@media (max-width: 480px){.mobile-projects .projects-container{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(6,auto)!important;gap:1rem!important;margin-top:1.5rem;width:100%}.project-card{width:100%!important;max-width:100%!important}}.resume-page{min-height:100vh;background-color:var(--bg-page);font-family:var(--font-primary);color:var(--text-primary);padding-top:2rem}.password-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem);padding:2rem 0}.password-card{background:var(--bg-primary);border-radius:24px;border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #0000001f;padding:3rem 2.5rem;max-width:400px;width:100%;text-align:center;position:relative;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.password-card:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.password-card h1{font-size:2.2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.2;letter-spacing:-.02em}.password-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.password-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.password-form input{padding:.875rem 1rem;border:2px solid var(--border);border-radius:16px;font-size:1rem;font-family:var(--font-primary);background:var(--bg-secondary);color:var(--text-primary);transition:var(--transition)}.password-form input:focus{outline:none;border-color:var(--accent)}.error-message{color:#dc3545;font-size:.875rem;margin-top:-.5rem}.back-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:var(--transition)}.back-link:hover{color:var(--text-primary)}.resume-content{padding:2rem 0}.resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.resume-header h1{font-size:2.2rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.2;letter-spacing:-.02em}.resume-actions{display:flex;gap:1rem;align-items:center}.logout-btn{background:var(--bg-secondary)!important;color:var(--text-primary)!important;border:2px solid var(--border)!important}.logout-btn:hover{background:var(--border)!important;color:var(--text-primary)!important}.resume-viewer{background:var(--bg-primary);border-radius:24px;border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 4px #0000000a,0 6px 12px #00000014,0 12px 24px #0000001a,0 24px 48px #0000001f;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.resume-viewer:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(145deg,#ffffff4d,#ffffff1a,#ffffff0d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none}.resume-iframe{width:100%;height:80vh;border:none;border-radius:24px;position:relative;z-index:1}@media (max-width: 768px){.password-card{padding:2rem 1.5rem;margin:0 1rem}.resume-header{flex-direction:column;align-items:stretch;text-align:center}.resume-actions{justify-content:center}.resume-iframe{height:70vh}.password-card h1,.resume-header h1{font-size:1.8rem}}*,*:before,*:after{box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}ul,ol{list-style:none;padding:0;margin:0}
