:root[data-theme=light]{--background:#ffffff;--foreground:#171717;--code-bg:#f0f0f0;--code-fg:#1a1a1a;--code-bg-inline:#f5f5f5;--code-bg-block:#eeeeee}:root[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed;--code-bg:#1e1e1e;--code-fg:#f8f8f2;--code-bg-inline:#2c2c2c;--code-bg-block:#2a2a2a}.testimonial-carousel{overflow:hidden;position:relative}html{scroll-behavior:smooth;height:100%}body,html{overflow:hidden}body{margin:0;padding:0;color:#ffffff}body,html{background-color:#000000}main{overflow-y:scroll;height:100vh;scroll-behavior:smooth;scroll-snap-type:y mandatory}*{scroll-behavior:smooth}section{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;position:relative;display:flex;flex-direction:column;opacity:1;box-sizing:border-box}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,rgba(0,229,255,.9),rgba(29,233,182,.8));border:2px solid #00e5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px rgba(0,229,255,.6),inset 0 0 10px rgba(0,229,255,.2);z-index:1000}.scroll-to-top:hover{transform:scale(1.1);box-shadow:0 0 30px rgba(0,229,255,.8),inset 0 0 15px rgba(0,229,255,.3)}#career,#explore,.hero-section{height:100vh!important;min-height:100vh!important;max-height:100vh!important}.testimonial-track{display:flex;gap:1rem;will-change:transform;animation:scrollLeft 20s linear infinite;animation-play-state:running}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-carousel:hover .testimonial-track{animation-play-state:paused}.hover-effect{transition:transform .2s ease,text-shadow .2s ease}.hover-effect:hover{transform:scale(1.2);text-shadow:0 0 8px currentColor}.testimonial-track blockquote:hover{transform:scale(1.05);transition:transform .3s ease}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;scroll-snap-type:y mandatory;overflow-y:scroll}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.blog-content h1,.blog-content h2,.blog-content h3{margin-top:2rem;margin-bottom:1rem;font-weight:600}.blog-content p{margin-bottom:1rem;line-height:1.7}.blog-content ol,.blog-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem}.blog-content blockquote{margin:1.5rem 0;padding:.75rem 1rem;background-color:#f8f9fa;border-left:4px solid #ccc;font-style:italic;color:#555}.blog-content pre{background-color:var(--code-bg-block);color:var(--code-fg);padding:1rem;border-radius:4px;overflow-x:auto}.blog-content code{background-color:var(--code-bg-inline);padding:.2rem .4rem;border-radius:4px;font-family:monospace}.project-content h1,.project-content h2,.project-content h3{margin-top:2rem;margin-bottom:1rem;font-weight:600;border-bottom:1px solid #ccc;padding-bottom:.5rem}.project-content p{margin-bottom:1rem;line-height:1.7}.project-content ol,.project-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.project-content li{margin-bottom:.5rem}.project-content blockquote{margin:1.5rem 0;padding:.75rem 1rem;background-color:#f2f2f2;border-left:4px solid #ccc;font-style:italic;color:#444}.project-content pre{background-color:var(--code-bg-block);color:var(--code-fg);padding:1rem;border-radius:6px;overflow-x:auto;font-size:.9rem}.project-content code{background-color:var(--code-bg-inline);padding:.2rem .4rem;border-radius:4px;font-family:monospace}.blog-content pre code,.project-content pre code{color:var(--code-fg)}.blog-content pre,.project-content pre{background-color:var(--code-bg-block)!important}.blog-content code,.project-content code{background-color:var(--code-bg-inline)!important}.gallery-content{color:var(--foreground)}.gallery-content h1,.gallery-content h2,.gallery-content h3{color:var(--foreground);margin-top:2rem;margin-bottom:1rem;font-weight:600}.gallery-content p{margin-bottom:1rem;line-height:1.7}.gallery-content a{color:var(--foreground);text-decoration:underline}.nav-link{color:#ccc;font-weight:400;text-decoration:none;display:block;padding:.4rem 1rem;transition:color .2s ease}.nav-link.active,.nav-link:hover{color:#1DE9B6}.hero-section{height:100vh;scroll-snap-align:start;background:url(/profile-bg.png) 50%/cover no-repeat;color:white;display:flex;justify-content:center;align-items:center;text-align:center}.hero-container{max-width:700px;margin:0 auto}.hero-text1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero-text1,.hero-text2{font-weight:700;font-family:monospace}.hero-text2{font-size:1.25rem;line-height:1.6}.hero-text3{font-size:2.1rem;margin-top:1.5rem;font-weight:700}.hero-text3,.typing{font-family:monospace}.typing{display:inline-block;overflow:hidden;white-space:nowrap;border-right:2px solid #1de9b6;width:0;animation:typing .6s steps(12) forwards,blink .7s step-end infinite}.typing.typing-complete{border-right:none}@keyframes typing{0%{width:0}to{width:12ch}}@keyframes blink{0%,to{border-color:transparent}50%{border-color:#1DE9B6}}.typing-delay{display:block;font-family:monospace}.typing-cursor{color:#1DE9B6;animation:cursor-blink .7s step-end infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.dual-timeline-container{display:flex;max-width:1200px;margin:0 auto;padding:1rem 2rem;gap:.5rem;width:100%}.dual-timeline-container,.timeline-column{position:relative;height:100%;box-sizing:border-box}.timeline-column{flex:1 1;min-height:600px;z-index:1;overflow:visible}.timeline-column.career-cards{left:9px!important;top:-7px!important}.center-timeline{position:relative;width:120px;min-height:600px;display:flex;flex-direction:column;align-items:center}.timeline-title{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700;color:var(--foreground);writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg);position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);z-index:10}.career-cards .timeline-title{left:-2rem}.education-cards .timeline-title{right:-2rem;transform:translateY(-50%) rotate(0deg)}.year-section-line{position:absolute;left:50%;top:0;bottom:0;width:4px;transform:translateX(-50%);border-radius:2px;z-index:0;opacity:.3;transition:opacity .3s ease}.career-section-line{background:linear-gradient(180deg,#00E5FF,#1DE9B6 50%,#00E5FF);border:1px solid #00e5ff}.education-section-line{background:linear-gradient(180deg,#FF1744,#FF6B6B 50%,#FF1744);border:1px solid #ff1744}.year-section.highlighted-career .career-section-line{opacity:1;box-shadow:0 0 40px rgba(0,229,255,.8),0 0 60px rgba(0,229,255,.5)!important}.year-section.highlighted-education .education-section-line{opacity:1;border:none!important;box-shadow:0 0 40px rgba(255,23,68,.8),0 0 60px rgba(255,23,68,.5)!important}.career-cards .timeline-title{color:#00E5FF;text-shadow:0 0 10px rgba(0,229,255,.8)}.education-cards .timeline-title{color:#FF1744;text-shadow:0 0 10px rgba(255,23,68,.8)}.year-labels-column{top:0;bottom:0;display:flex;flex-direction:column;align-items:center;padding:1rem 0;z-index:5}.year-label,.year-labels-column{position:absolute;left:50%;transform:translateX(-50%)}.year-label{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(20,20,20,.8));color:#ffffff;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:.9rem;border:1px solid rgba(0,229,255,.4);box-shadow:0 0 15px rgba(0,229,255,.3),inset 0 1px 0 rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.year-label[data-year="2024"]{top:5%}.year-label[data-year="2020"]{top:27.5%}.year-label[data-year="2016"]{top:50%}.year-label[data-year="2012"]{top:72.5%}.year-label[data-year="2008"]{top:95%}.year-label:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,229,255,.2),transparent);transition:left .5s ease}.year-label:hover:before{left:100%}.year-label.highlighted{background:linear-gradient(135deg,rgba(0,229,255,.3),rgba(29,233,182,.2));border-color:#00E5FF;color:#00E5FF;box-shadow:0 0 25px rgba(0,229,255,.8),inset 0 0 10px rgba(29,233,182,.3);transform:scale(1.1);text-shadow:0 0 10px rgba(0,229,255,.8)}.timeline-item{position:absolute;display:flex;align-items:center;transition:all .3s ease;z-index:2;visibility:visible}.career-cards .timeline-item[data-year="2024"]{left:-12px;top:10%}.career-cards .timeline-item[data-year="2021"]{left:-12px;top:30%}.career-cards .timeline-item[data-year="2020"]{left:-12px;top:50%}.career-cards .timeline-item[data-year="2012"]{left:-12px;top:70%}.career-cards .timeline-item{right:0;justify-content:flex-end!important;align-items:center;padding-right:0;margin-right:0;width:100%;height:calc((100% - 20%) / 4);min-height:calc((100% - 20%) / 4);max-height:calc((100% - 20%) / 4)}.career-cards .hexagon-card{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-left:0;margin-right:0;flex-shrink:0}.education-cards .timeline-item[data-year="2025"]{left:auto;top:auto}.education-cards .timeline-item[data-year="2012"]{top:40%}.education-cards .timeline-item[data-year="2008"]{left:2px;top:75%}.education-cards .timeline-item{justify-content:flex-start;padding-left:0}.hexagon-card{position:relative;width:160px;height:70px;background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(10,10,20,.8));border:2px solid #00e5ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 0 25px rgba(0,229,255,.6),inset 0 0 20px rgba(0,229,255,.1),0 0 0 1px rgba(0,229,255,.3);border-radius:8px;overflow:visible}.hexagon-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(0,229,255,.1) 20%,transparent 40%),linear-gradient(0deg,transparent,rgba(0,229,255,.1) 20%,transparent 40%),linear-gradient(45deg,transparent 30%,rgba(0,229,255,.05) 50%,transparent 70%);opacity:.6;transition:opacity .3s ease;border-radius:8px}.hexagon-card:hover:before{opacity:1}.hexagon-card:hover{border-color:currentColor;filter:drop-shadow(0 0 15px currentColor);box-shadow:0 0 30px currentColor,inset 0 0 20px rgba(255,255,255,.1)}.hexagon-card.active{border-color:currentColor;box-shadow:0 12px 35px rgba(255,107,107,.8)}.career-card{border-color:#00E5FF;color:#00E5FF;box-shadow:0 0 25px rgba(0,229,255,.6),inset 0 0 20px rgba(0,229,255,.1),0 0 0 1px rgba(0,229,255,.3)}.career-card:hover{box-shadow:0 0 40px rgba(0,229,255,.9),inset 0 0 25px rgba(0,229,255,.2),0 0 0 2px rgba(0,229,255,.6);border-color:#00E5FF}.education-card{border-color:#FF1744;color:#FF1744;box-shadow:0 0 25px rgba(255,23,68,.6),inset 0 0 20px rgba(255,23,68,.1),0 0 0 1px rgba(255,23,68,.3)}.education-card:hover{box-shadow:0 0 40px rgba(255,23,68,.9),inset 0 0 25px rgba(255,23,68,.2),0 0 0 2px rgba(255,23,68,.6);border-color:#FF1744}.hexagon-content{text-align:center;padding:.5rem;color:#00E5FF;width:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.education-card .hexagon-content{color:#FF1744}.education-card .hexagon-content h5{color:#FF1744;text-shadow:0 0 8px rgba(255,23,68,.8)}.education-card .hexagon-content p{color:#FF1744;text-shadow:0 0 5px rgba(255,23,68,.6)}.hexagon-content h5{font-size:.8rem;margin-bottom:.1rem;font-weight:700;color:#00E5FF;text-shadow:0 0 8px rgba(0,229,255,.8);line-height:1.1}.hexagon-content p{font-size:.7rem;margin:0;color:#00E5FF;opacity:.8;text-shadow:0 0 5px rgba(0,229,255,.6);line-height:1}.connecting-line{position:absolute;width:40px;height:2px;background:currentColor;transition:all .2s ease;border-radius:2px}.career-connector{right:calc(-.5rem - 60px);color:#00E5FF;box-shadow:0 0 12px rgba(0,229,255,.5);background:linear-gradient(90deg,#00E5FF,#1DE9B6)}.career-connector,.education-connector{top:50%;transform:translateY(-50%);border:0;width:calc(.5rem + 60px);height:2px}.education-connector{left:calc(-.5rem - 60px);color:#FF1744;box-shadow:0 0 12px rgba(255,23,68,.5);background:linear-gradient(90deg,#FF1744,#FF6B6B)}.timeline-item:hover .career-connector{background:linear-gradient(90deg,#00E5FF,#1DE9B6);box-shadow:0 0 25px rgba(0,229,255,.8);height:3px}.timeline-item:hover .education-connector{background:linear-gradient(90deg,#FF1744,#FF6B6B);box-shadow:0 0 25px rgba(255,23,68,.8);height:3px}.timeline-popup{position:absolute;background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(20,20,20,.9));color:white;border:1px solid rgba(0,229,255,.4);border-radius:8px;padding:1.5rem;box-shadow:0 0 30px rgba(0,229,255,.3),inset 0 1px 0 rgba(255,255,255,.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000;max-width:300px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:relative;overflow:hidden}.timeline-popup:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(0,229,255,.1) 50%,transparent 70%);opacity:.5}.career-cards .timeline-popup,.career-item .timeline-popup{right:160px;left:auto;margin-right:0;margin-left:0;transform:translateY(10px);border-color:#1DE9B6;max-width:calc(100% - 160px)}.education-timeline .timeline-popup{left:100%;margin-left:1rem;border-color:#FF6B6B}.timeline-item.active .timeline-popup,.timeline-item:hover .timeline-popup{opacity:1;visibility:visible}.career-cards .timeline-item:hover .timeline-popup,.career-item:hover .timeline-popup,.education-cards .timeline-item:hover .timeline-popup,.education-item:hover .timeline-popup{transform:translateY(0)}.timeline-popup h6{margin-bottom:.5rem;color:#1DE9B6;font-weight:700}.education-timeline .timeline-popup h6{color:#FF6B6B}.timeline-popup p{margin:0;font-size:.9rem;line-height:1.4}.timeline-item.active .career-line,.timeline-item:hover .career-line{background:rgba(29,233,182,.2);box-shadow:0 0 30px rgba(29,233,182,.8);width:8px}.timeline-item.active .education-line,.timeline-item:hover .education-line{background:rgba(255,107,107,.2);box-shadow:0 0 30px rgba(255,107,107,.8);width:8px}.year-section{transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid transparent;border-right:none;border-left:none;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem}.year-label-left,.year-label-right{color:rgba(255,255,255,.01);font-size:.75rem;font-weight:500;pointer-events:none;white-space:nowrap;z-index:2}.year-label-left{position:absolute;left:.25rem}.year-label-right{position:absolute;right:.25rem}.range-highlight{position:absolute;left:50%;transform:translateX(-50%);width:6px;border-radius:3px;box-shadow:0 0 25px currentColor;opacity:0;transition:opacity .2s ease;z-index:10}@media (max-width:768px){.dual-timeline-container{flex-direction:column;gap:2rem}.year-labels-column{position:relative;left:auto;transform:none;flex-direction:row;justify-content:space-around;margin:2rem 0}.timeline-line{left:2rem!important;right:auto!important}.timeline-item{position:relative!important;top:auto!important;left:auto!important;right:auto!important;justify-content:flex-start!important;padding-left:4rem!important;padding-right:0!important;margin:2rem 0}.hexagon-card{width:150px;height:90px}.hexagon-content h5{font-size:.8rem}.hexagon-content p{font-size:.7rem}.timeline-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;max-width:90vw}.connecting-line{left:2rem!important;right:auto!important}}.mobile-year-labels{display:flex;flex-direction:row;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem;margin:1.5rem 0 2rem;padding:0 1rem}.mobile-year-label{font-size:.9rem;font-weight:600;color:#00E5FF;padding:.5rem 1rem;background:rgba(0,229,255,.1);border:1px solid rgba(0,229,255,.3);border-radius:4px;min-width:60px;text-align:center}.mobile-timeline-container{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.mobile-timeline-item-wrapper{position:relative;width:100%;margin-bottom:1.5rem}.mobile-timeline-item-wrapper .timeline-item{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:0!important;margin:0!important}.mobile-timeline-item-wrapper .hexagon-card{position:relative!important;width:100%!important;max-width:100%;height:auto!important;min-height:100px;margin:0!important;transform:none!important}.mobile-timeline-item-wrapper .connecting-line{display:none}.mobile-timeline-item-wrapper .timeline-popup{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;max-width:90vw!important;width:auto;min-width:280px;opacity:0!important;pointer-events:none;padding:1.25rem;background:rgba(0,0,0,.95);border:2px solid rgba(255,255,255,.3);border-radius:8px;z-index:1000;transition:opacity .3s ease}.mobile-timeline-item-wrapper.tapped .timeline-popup,.mobile-timeline-item-wrapper:active .timeline-popup{opacity:1!important;pointer-events:auto}.mobile-career-item .hexagon-card{border-color:#1DE9B6!important}.mobile-education-item .hexagon-card{border-color:#FF6B6B!important}.mobile-timeline-item-wrapper .timeline-popup h6{margin-bottom:.5rem;font-size:1rem}.mobile-timeline-item-wrapper .timeline-popup p{font-size:.85rem;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:769px) and (max-height:900px){.center-timeline,.timeline-column{min-height:500px}.career-cards .timeline-item[data-year="2024"]{top:10%}.career-cards .timeline-item[data-year="2021"]{top:30%}.career-cards .timeline-item[data-year="2020"]{top:50%}.career-cards .timeline-item[data-year="2012"]{top:70%}.education-cards .timeline-item[data-year="2025"]{left:auto;top:auto}.education-cards .timeline-item[data-year="2012"]{top:35%}.education-cards .timeline-item[data-year="2008"]{top:75%}.dual-timeline-container{padding:.5rem 2rem}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}