.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;transition:all .3s ease;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;display:none}@media(max-width:768px){.header{display:block}}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-desktop{display:flex}.logo{cursor:pointer;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{display:inline-block}.nav{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:before,.nav-link.active:before{width:100%}.nav-link.active{color:var(--text-primary)}.nav-bottom{display:none;position:fixed;bottom:0;left:0;right:0;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(99,102,241,.2);padding:.5rem 0;z-index:1000;box-shadow:0 -4px 20px #0000004d;justify-content:space-around;align-items:center;gap:.25rem}.nav-bottom-link{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem;transition:all .3s ease;position:relative;gap:.25rem}.nav-bottom-link:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease;border-radius:0 0 3px 3px}.nav-bottom-link:hover,.nav-bottom-link.active{color:var(--text-primary)}.nav-bottom-link.active:before{width:60%}.nav-bottom-label{font-size:.875rem;line-height:1.2}.nav-bottom-scroll-top{width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;background:#6366f133;border:1px solid rgba(99,102,241,.3);border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;margin-left:.5rem;margin-right:.5rem;flex-shrink:0}.nav-bottom-scroll-top:hover{background:#6366f14d;border-color:#6366f180;color:var(--text-primary);transform:translateY(-2px)}.nav-bottom-scroll-top svg{width:20px;height:20px}@media(max-width:968px){.header-container{padding:0 1.5rem}.nav{gap:1.5rem}.nav-link{font-size:.9375rem;padding:.5rem .875rem}}@media(max-width:768px){.header-container{padding:0 1rem;justify-content:center}.logo{margin:0 auto}.nav-desktop{display:none}.nav-bottom{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:1000!important;padding:.5rem .25rem}.nav-bottom-link{flex:1}}@media(max-width:480px){.header{padding:.5rem 0}.header-container{padding:0 .875rem;justify-content:center}.logo{font-size:1.25rem}.nav-bottom{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:1000!important}.nav-bottom-link{padding:.5rem .25rem;max-width:calc((100% - 60px)/4)}.nav-bottom-label{font-size:.8125rem}.nav-bottom-scroll-top{width:40px;height:40px;min-width:40px;margin-left:.25rem;margin-right:.25rem}.nav-bottom-scroll-top svg{width:18px;height:18px}}@media(max-width:360px){.header-container{padding:0 .75rem;justify-content:center}.logo{font-size:1.125rem}.nav-bottom{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:1000!important}.nav-bottom-link{padding:.5rem .125rem;max-width:calc((100% - 55px)/4)}.nav-bottom-label{font-size:.75rem}.nav-bottom-scroll-top{width:36px;height:36px;min-width:36px;margin-left:.25rem;margin-right:.25rem}.nav-bottom-scroll-top svg{width:16px;height:16px}}@media(min-width:768px)and (max-width:1024px){.header-container{padding:0 2rem}.nav{gap:1.75rem}}.left-panel{position:fixed;left:0;top:0;height:100vh;width:200px;background:#0f172a;border-right:1px solid rgba(99,102,241,.2);z-index:1001!important;display:flex;flex-direction:column;box-shadow:4px 0 20px #0000004d;overflow:hidden;pointer-events:auto}.left-panel-container{display:flex;flex-direction:column;height:100%;padding:2rem 0 0;overflow:hidden;pointer-events:auto}.left-panel-logo{display:flex;align-items:center;justify-content:center;padding:1rem;margin-bottom:2rem;border-bottom:1px solid rgba(99,102,241,.2);min-height:60px}.left-panel-logo-photo{width:80%;aspect-ratio:1;border-radius:50%;object-fit:cover;border:3px solid rgba(99,102,241,.3);box-shadow:0 4px 15px #6366f14d;transition:all .3s ease;cursor:pointer}.left-panel-logo-photo:hover{border-color:#6366f199;box-shadow:0 6px 20px #6366f180}.left-panel-nav{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:0 .75rem;overflow-y:auto;pointer-events:auto;min-height:0}.left-panel-nav::-webkit-scrollbar{width:4px}.left-panel-nav::-webkit-scrollbar-track{background:transparent}.left-panel-nav::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:2px}.left-panel-nav-item{position:relative;display:flex;align-items:center;gap:1rem;padding:1rem;background:transparent;border:none;border-radius:12px;color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease;white-space:nowrap;overflow:visible;width:100%;text-align:left;z-index:2;box-sizing:border-box;margin:0;pointer-events:auto}.left-panel-nav-item:hover{background-color:#6366f11a!important;color:var(--text-primary)}.left-panel-nav-item.active{background-color:#6366f126!important;color:var(--text-primary)}.left-panel-nav-icon{font-size:1.5rem;min-width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.left-panel-nav-label{opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.left-panel-footer{padding:1.5rem .75rem;border-top:1px solid rgba(99,102,241,.2);display:none;flex-shrink:0}.left-panel-footer-heading{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-align:center}.left-panel-social-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.left-panel-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#6366f11a;color:var(--text-secondary);transition:all .3s ease;text-decoration:none}.left-panel-social-link:hover{background:#6366f133;color:var(--text-primary);transform:translateY(-2px)}.left-panel-social-icon{width:18px;height:18px;color:currentColor}@media(min-width:769px){.left-panel-footer{display:block}}@media(max-width:1024px){.left-panel{width:180px}}@media(max-width:768px){.left-panel,.left-panel-footer{display:none}}.left-panel-nav-item{will-change:transform}.self-drawing-line,.self-drawing-circle,.self-drawing-border,.self-drawing-underline,.self-drawing-star,.self-drawing-timeline,.self-erasing-line{display:block;overflow:visible}.self-drawing-line{width:100%;max-width:300px;height:auto}.self-drawing-line.vertical{width:auto;max-width:none;height:100%;max-height:300px}.self-drawing-circle{display:inline-block}.self-drawing-border{position:absolute;pointer-events:none;z-index:0}.self-drawing-underline{display:block;margin:.5rem auto}.self-drawing-star{display:inline-block}.self-drawing-timeline{display:block;margin:0 auto}.self-erasing-line{width:100%;max-width:200px;height:auto}.svg-animation-wrapper{position:relative;display:inline-block}.self-drawing-border:hover,.self-drawing-circle:hover{filter:drop-shadow(0 0 10px rgba(99,102,241,.5));transition:filter .3s ease}@media(max-width:1024px){.project-card-border{display:none}}@media(max-width:768px){.self-drawing-border{transform:scale(.8)}.self-drawing-circle,.self-drawing-star{transform:scale(.9)}.self-drawing-underline{width:100%;max-width:250px}.timeline-connector{display:none}}@media(max-width:640px){.self-drawing-underline{max-width:200px}.education-circle{display:none}}@media(max-width:480px){.self-drawing-underline{max-width:150px}}.animated-name{font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:8rem;line-height:1.2;margin-bottom:1rem;display:inline-block;position:relative;width:100%;min-height:120px;letter-spacing:.02em}.name-text{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;cursor:default}.char-underline{position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transform-origin:left;border-radius:2px;box-shadow:0 0 10px #6366f180}@media(max-width:968px){.animated-name{font-size:6rem;min-height:100px}.name-text{font-size:6rem}}@media(max-width:768px){.animated-name{font-size:5rem;min-height:90px}.name-text{font-size:5rem}}@media(max-width:640px){.animated-name{font-size:4rem;min-height:80px}.name-text{font-size:4rem}.char-underline{height:2px;bottom:-2px}}@media(max-width:480px){.animated-name{font-size:3.5rem;min-height:70px}.name-text{font-size:3.5rem}}@media(max-width:360px){.animated-name{font-size:3rem;min-height:60px}.name-text{font-size:3rem}}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;padding:8rem 2rem 4rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cursor-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;transition:transform .1s ease;will-change:transform}.hero-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:2;position:relative}.hero-content{z-index:2}.greeting{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.wave{font-size:1.5rem;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.hero-title{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.hero-degree{font-size:1.125rem;font-weight:500;color:var(--primary-color);margin-bottom:1.5rem;font-style:italic}.hero-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{box-shadow:0 10px 30px #6366f180}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--primary-color)}.btn-secondary:hover{background:#6366f11a}.hero-image{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-decorative-elements{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.decorative-star-1{position:absolute;top:10%;left:10%;opacity:.6}.decorative-star-2{position:absolute;bottom:15%;right:15%;opacity:.5}.decorative-circle-1{position:absolute;top:50%;right:5%;transform:translateY(-50%);opacity:.4}@media(max-width:968px){.hero-decorative-elements{display:none}.scroll-indicator{z-index:200;bottom:1.5rem;position:absolute}}@media(max-width:640px){.hero-decorative-elements{display:none}.scroll-indicator{z-index:200;bottom:1rem;font-size:.75rem;position:absolute}.mouse{width:25px;height:40px}.mouse:before{width:3px;height:6px}}.floating-card{background:var(--dark-surface);border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000080;border:1px solid rgba(99,102,241,.2);animation:float 6s ease-in-out infinite;max-width:400px;width:100%;text-align:left}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.code-snippet{font-family:Courier New,monospace;font-size:.9rem;line-height:1.8;text-align:left}.code-line{margin-bottom:.5rem}.code-line.indent{padding-left:1.5rem}.code-line.indent-2{padding-left:3rem}.code-keyword{color:#c792ea}.code-variable{color:#82aaff}.code-property{color:#7fdbca}.code-string{color:#c3e88d}.code-number{color:#ff9cac}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem;z-index:100;pointer-events:none}.mouse{width:30px;height:50px;border:2px solid var(--text-secondary);border-radius:15px;position:relative}.mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--text-secondary);border-radius:2px;animation:scroll 1.5s ease infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(15px)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-degree{font-size:1rem}.hero-buttons{justify-content:center}.hero-image{margin-top:2rem}.floating-card{max-width:100%}}@media(max-width:768px){.hero{padding:1rem 1.5rem 4rem}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.375rem}.hero-degree{font-size:.9375rem}.hero-description{font-size:1.0625rem}.btn{padding:.875rem 1.75rem;font-size:.9375rem}}@media(max-width:640px){.hero{padding:1rem 1rem 3rem;min-height:80vh}.hero-container{gap:2rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-degree{font-size:.875rem;margin-bottom:1rem}.hero-description{font-size:.9375rem;margin-bottom:2rem;padding:0 .5rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%;padding:0 .5rem}.btn{width:100%;padding:1rem 1.5rem;font-size:.9375rem}.floating-card{padding:1.5rem;margin:0 auto;max-width:100%;text-align:left}.code-snippet{font-size:.75rem;line-height:1.6;text-align:left}.code-line{margin-bottom:.375rem}.scroll-indicator{bottom:1rem;font-size:.75rem}}@media(max-width:480px){.hero{padding:1rem .875rem 2rem}.hero-container{gap:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-degree{font-size:.8125rem}.hero-description{font-size:.875rem;padding:0}.greeting{font-size:.9375rem}.wave{font-size:1.25rem}.floating-card{padding:1.25rem;text-align:left}.code-snippet{font-size:.6875rem;text-align:left}}@media(max-width:360px){.hero{padding:1rem .75rem 2rem}.hero-description{font-size:.8125rem}.btn{padding:.875rem 1.25rem;font-size:.875rem}}@media(min-width:768px)and (max-width:1024px){.hero-container{grid-template-columns:1fr}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.625rem}.hero-description{font-size:1.125rem;max-width:700px;margin-left:auto;margin-right:auto}}.about{padding:8rem 2rem;position:relative;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.05) 100%)}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.section-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary)}.section-subtitle{font-size:1.25rem;color:var(--text-secondary)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;align-items:stretch}.about-text{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);height:100%;display:flex;flex-direction:column}.about-text p{margin-bottom:1.5rem}.skills-sections{background:var(--dark-surface);padding:2rem;border-radius:20px;border:1px solid rgba(99,102,241,.2);min-height:40%;display:flex;flex-direction:column;align-self:flex-start;width:100%;box-sizing:border-box}.skills-sections::-webkit-scrollbar{width:8px}.skills-sections::-webkit-scrollbar-track{background:#6366f11a;border-radius:4px}.skills-sections::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}.skills-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);text-align:center;flex-shrink:0}.skills-tabs-container{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;overflow-x:visible;flex:1;padding-right:.5rem;min-height:200px}.skills-tabs-container::-webkit-scrollbar{width:6px}.skills-tabs-container::-webkit-scrollbar-track{background:#6366f11a;border-radius:3px}.skills-tabs-container::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}.skill-tab{border-radius:12px;overflow:visible;border:1px solid rgba(99,102,241,.2);background:#6366f10d;transition:border-color .2s ease,background-color .2s ease;min-height:50px;display:block;visibility:visible;opacity:1;contain:layout style}.skill-tab:hover{border-color:#6366f166}.skill-tab.active{border-color:#6366f199;background:#6366f11a}.skill-tab-header{width:100%;padding:1rem 1.25rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text-primary);font-size:1rem;font-weight:600;transition:background-color .2s ease;text-align:left;min-height:50px}.skill-tab-header .tab-title{color:var(--text-primary)!important;font-weight:600;font-size:1rem;display:block;visibility:visible;opacity:1}.skill-tab-header:hover{background:#6366f11a}.skill-tab-header.active{background:#6366f126;color:var(--primary-color)}.skill-tab-header.active .tab-title{color:var(--primary-color)}.tab-title{flex:1;color:var(--text-primary)!important;font-weight:600;font-size:1rem;display:block;visibility:visible;opacity:1;text-align:left}.tab-arrow{font-size:.75rem;color:var(--text-secondary);transition:color .2s ease,transform .2s ease;display:inline-block;transform-origin:center}.skill-tab-header.active .tab-arrow{color:var(--primary-color)}.skill-tab-content{overflow:hidden;padding:0 1.25rem;visibility:visible;transform:translateZ(0)}.skill-tab-content .skills-list{padding:1rem 0;visibility:visible;display:grid}.skills-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem 0;width:100%;contain:layout}.skill-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border-radius:12px;background:#6366f10d;border:1px solid rgba(99,102,241,.1);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer;width:100%;min-width:0;opacity:1;transform:translateZ(0);will-change:transform}.skill-item:hover{background:#6366f11a;border-color:#6366f14d;box-shadow:0 4px 15px #6366f133;transform:scale(1.05) translateY(-2px)}.skill-logo-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:.75rem;transition:all .3s ease}.skill-item:hover .skill-logo-wrapper{transform:scale(1.1);box-shadow:0 4px 15px #6366f14d}.skill-logo{width:100%;height:100%;object-fit:contain;filter:brightness(.9);transition:filter .2s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.skill-name{font-weight:600;color:var(--text-primary);font-size:.875rem;text-align:center;margin-top:.25rem}.experience-section{margin-top:4rem}.experience-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2);opacity:.2;z-index:0}.timeline-item{position:relative;padding-left:3rem;padding-bottom:2rem}.timeline-dot-wrapper{position:absolute;left:-1.5rem;top:.5rem;display:flex;flex-direction:column;align-items:center}.timeline-dot{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 20px #6366f180;z-index:2;position:relative}.timeline-connector{margin-top:4px;z-index:1}.experience-title-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.timeline-content{background:var(--dark-surface);padding:1.5rem;border-radius:12px;border:1px solid rgba(99,102,241,.2);transition:all .3s ease}.timeline-content:hover{border-color:#6366f180;transform:translate(10px);box-shadow:0 10px 30px #0000004d}.timeline-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.timeline-company{color:var(--primary-color);font-weight:600;margin-bottom:.75rem}.timeline-description{color:var(--text-secondary);line-height:1.6}@media(max-width:968px){.about-content{grid-template-columns:1fr}.section-title{font-size:2.5rem}.skills-sections{max-height:none}}@media(max-width:768px){.about{padding:6rem 1.5rem}.skills-list{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:640px){.about{padding:6rem 1rem}.section-title{font-size:2rem}.about-content{gap:2rem}.about-text{font-size:1rem;padding:0}.skills-sections{padding:1.5rem;min-height:auto;height:auto}.skills-tabs-container{min-height:auto}.skill-tab-header{padding:.875rem 1rem;font-size:.9375rem;min-height:48px}.tab-title{font-size:.9375rem}.skill-tab-content{padding:0 1rem}.skills-list{grid-template-columns:repeat(2,1fr);gap:1rem}.skill-logo-wrapper{width:56px;height:56px;padding:.625rem}.skill-name{font-size:.8125rem}.timeline{padding-left:1.5rem}.timeline-item{padding-left:2rem;padding-bottom:1.5rem}.timeline-content{padding:1rem}.timeline-title{font-size:1.125rem}.timeline-description{font-size:.875rem}.timeline-content:hover{transform:translate(5px)}}@media(max-width:480px){.about{padding:5rem .875rem}.about-text{font-size:.9375rem;line-height:1.7}.about-text p{margin-bottom:1.25rem}.skills-sections{padding:1.25rem}.skill-tab-header{padding:.75rem .875rem;font-size:.875rem}.tab-title{font-size:.875rem}.skill-tab-content{padding:0 .875rem}.skills-list{grid-template-columns:repeat(2,1fr);gap:.875rem}.skill-logo-wrapper{width:48px;height:48px;padding:.5rem}.skill-name{font-size:.75rem}.timeline{padding-left:1.25rem}.timeline-item{padding-left:1.75rem;padding-bottom:1.25rem}.timeline-content{padding:.875rem}.timeline-title{font-size:1rem}.timeline-company{font-size:.875rem}.timeline-description{font-size:.8125rem;line-height:1.5}}@media(min-width:768px)and (max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem}.skills-sections{max-height:70vh}}.projects{padding:8rem 2rem;position:relative;background:linear-gradient(180deg,rgba(99,102,241,.05) 0%,transparent 100%)}.projects-container{max-width:1200px;margin:0 auto}.projects-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:var(--dark-surface);border-radius:20px;overflow:hidden;border:1px solid rgba(99,102,241,.2);transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;cursor:pointer;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 20px #0003;will-change:transform}.project-card:hover{transform:translateY(-10px) scale(1.02);border-color:#6366f180;box-shadow:0 20px 60px #0006}.project-image{width:100%;height:140px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:20px 20px 0 0}.project-image:before{content:"";position:absolute;inset:0;background:inherit;opacity:.8}.project-emoji{font-size:3rem;z-index:1;position:relative;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .2s ease-out;will-change:transform}.project-card:hover .project-emoji{transform:scale(1.2) rotate(5deg)}.project-content{padding:1.75rem;flex:1;display:flex;flex-direction:column;gap:1rem}.project-title{font-size:1.375rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);line-height:1.3}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:0;flex:1;font-size:.9375rem}.project-achievements{margin-bottom:0;padding:.875rem;background:#6366f10d;border-radius:8px;border-left:3px solid var(--primary-color)}.achievements-title{font-size:.875rem;font-weight:700;color:var(--primary-color);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.achievements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.achievement-item{font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;line-height:1.5}.achievement-icon{color:var(--primary-color);font-weight:700;font-size:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem}.tech-tag{padding:.375rem .75rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:6px;font-size:.8125rem;color:var(--primary-color);font-weight:500}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.project-card{margin:0 auto;max-width:100%}.project-achievements{padding:.875rem}.achievements-title,.achievement-item{font-size:.8125rem}}@media(min-width:768px)and (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.projects{padding:6rem 1rem}.projects-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.projects-grid{gap:1.5rem}.project-card{width:100%;max-width:100%}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;line-height:1.3}.project-description{font-size:.9375rem;line-height:1.6}.project-image{height:110px}.project-emoji{font-size:2.25rem}.tech-tag{font-size:.8125rem;padding:.3125rem .625rem}.project-achievements{padding:.875rem}.achievements-title{font-size:.8125rem}.achievement-item{font-size:.8125rem;line-height:1.4}}@media(max-width:480px){.projects{padding:5rem .875rem}.project-content{padding:1.25rem}.project-title{font-size:1.125rem}.project-description{font-size:.875rem}.project-image{height:100px}.project-emoji{font-size:2rem}}.education{padding:8rem 2rem;position:relative;background:linear-gradient(180deg,transparent 0%,rgba(139,92,246,.05) 100%)}.education-container{max-width:1200px;margin:0 auto}.education-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.education-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.education-section,.publication-section{display:flex;flex-direction:column}.subsection-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary);padding-bottom:1rem;border-bottom:2px solid rgba(99,102,241,.2)}.education-list{display:flex;flex-direction:column;gap:2rem}.education-card{background:var(--dark-surface);border-radius:20px;padding:2rem;border:1px solid rgba(99,102,241,.2);display:flex;gap:1.5rem;transition:all .3s ease;cursor:pointer}.education-card:hover{border-color:#6366f180;box-shadow:0 10px 30px #0000004d}.education-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-width:60px;height:60px}.education-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.education-icon{font-size:3rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.education-details{flex:1}.education-degree{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.education-university{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin-bottom:.25rem}.education-location{font-size:1rem;color:var(--text-secondary);margin-bottom:.5rem}.education-period{display:inline-block;padding:.25rem .75rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:6px;font-size:.875rem;color:var(--primary-color);font-weight:600}.publication-card{background:var(--dark-surface);border-radius:20px;padding:2rem;border:1px solid rgba(99,102,241,.2);transition:all .3s ease;cursor:pointer}.publication-card:hover{border-color:#6366f180;box-shadow:0 10px 30px #0000004d}.publication-icon{font-size:3rem;display:inline-block;margin-bottom:1rem}.publication-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);line-height:1.4}.publication-venue{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.publication-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.publication-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:8px;color:var(--text-primary);text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease}.publication-link:hover{background:#6366f133;border-color:#6366f180;transform:translateY(-2px)}.publication-link span{font-size:1rem}@media(max-width:968px){.education-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.education{padding:6rem 1.5rem}.subsection-title{font-size:1.5rem}.education-card,.publication-card{padding:1.5rem}}@media(max-width:640px){.education{padding:6rem 1rem}.education-content{gap:2rem}.education-icon-wrapper{min-width:45px;height:45px}.education-icon{font-size:2rem}.education-degree{font-size:1.125rem;line-height:1.3}.education-university{font-size:1rem}.education-location{font-size:.9375rem}.publication-title{font-size:1.125rem;line-height:1.4}.publication-description{font-size:.875rem;line-height:1.6}.publication-link{padding:.625rem 1.25rem;font-size:.8125rem;width:100%;justify-content:center}}@media(max-width:480px){.education{padding:5rem .875rem}.education-card{padding:1.25rem;gap:1rem}.education-icon-wrapper{min-width:40px;height:40px}.education-icon{font-size:1.75rem}.education-degree{font-size:1rem}.education-university{font-size:.9375rem}.publication-card{padding:1.25rem}.publication-title{font-size:1rem}.publication-venue{font-size:.9375rem}.publication-description{font-size:.8125rem}}@media(min-width:768px)and (max-width:1024px){.education-content{grid-template-columns:1fr}}.footer{padding:4rem 2rem 2rem;background:var(--dark-surface);border-top:1px solid rgba(99,102,241,.2);position:relative}@media(min-width:769px){.App>.footer{display:none}}@media(max-width:768px){.App>.footer{display:block}}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-section-content{display:flex;align-items:flex-start;gap:1.5rem}.footer-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(99,102,241,.3);box-shadow:0 4px 15px #6366f133;transition:all .3s ease}.footer-photo:hover{border-color:#6366f199;box-shadow:0 6px 25px #6366f166;transform:scale(1.05)}.footer-text-content{display:flex;flex-direction:column;flex:1}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:var(--text-secondary);line-height:1.6}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative;padding-left:1rem}.footer-links a:before{content:"→";position:absolute;left:0;opacity:0;transition:all .3s ease}.footer-links a:hover{color:var(--text-primary);padding-left:1.5rem}.footer-links a:hover:before{opacity:1}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:12px;text-decoration:none;transition:all .3s ease;font-size:1.5rem}.social-link:hover{background:#6366f133;border-color:#6366f180;box-shadow:0 5px 20px #6366f14d}.social-icon{display:block}.linkedin-icon,.github-icon,.email-icon{width:24px;height:24px;color:#fff;stroke:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(99,102,241,.1)}.footer-copyright{color:var(--text-secondary);font-size:.875rem}.scroll-to-top{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 15px #6366f14d;transition:all .3s ease}.scroll-to-top:hover{box-shadow:0 6px 25px #6366f180}@media(max-width:968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-section-content{flex-direction:column;align-items:center;text-align:center}.footer-photo{width:100px;height:100px;margin:0 auto}.footer-text-content{align-items:center}.social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:640px){.footer{padding:3rem 1rem 1rem}.footer-content{gap:2rem}.footer-title{font-size:1.25rem}.footer-heading{font-size:1rem}.footer-description{font-size:.9375rem;line-height:1.6}.footer-links{align-items:center;gap:.625rem}.footer-links a{padding-left:0;text-align:center;font-size:.9375rem;padding:.5rem}.footer-links a:before{display:none}.footer-links a:hover{padding-left:0}.social-links{gap:.875rem;justify-content:center}.social-link{width:45px;height:45px;font-size:1.25rem}.linkedin-icon,.github-icon,.email-icon{width:20px;height:20px}.scroll-to-top{width:45px;height:45px;font-size:1.25rem}.footer-copyright{font-size:.8125rem}.footer-photo{width:90px;height:90px}.footer-section-content{gap:1rem}}@media(max-width:480px){.footer{padding:2.5rem .875rem 1rem}.footer-title{font-size:1.125rem}.footer-heading{font-size:.9375rem}.footer-description,.footer-links a{font-size:.875rem}.social-link{width:40px;height:40px;font-size:1.125rem}.linkedin-icon,.github-icon,.email-icon{width:18px;height:18px}.scroll-to-top{width:40px;height:40px;font-size:1.125rem}}@media(max-width:480px){.footer-title{font-size:1.125rem}.social-links{gap:.75rem}.social-link{width:40px;height:40px;font-size:1.125rem}.linkedin-icon,.github-icon,.email-icon{width:18px;height:18px}}@media(min-width:768px)and (max-width:1024px){.footer-content{grid-template-columns:repeat(3,1fr)}}.App{min-height:100vh;position:relative}.App:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(236,72,153,.1) 0%,transparent 50%),radial-gradient(circle at 60% 60%,rgba(99,102,241,.08) 0%,transparent 40%);pointer-events:none;z-index:0;animation:gradient-shift 20s ease infinite;will-change:opacity,transform}@keyframes gradient-shift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.App:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(0deg,transparent 24%,rgba(99,102,241,.03) 25%,rgba(99,102,241,.03) 26%,transparent 27%,transparent 74%,rgba(99,102,241,.03) 75%,rgba(99,102,241,.03) 76%,transparent 77%,transparent);background-size:50px 50px;pointer-events:none;z-index:0;animation:pattern-move 30s linear infinite;opacity:.5;will-change:transform}@keyframes pattern-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.App>*{position:relative;z-index:1}@media(min-width:769px){#home,#about,#projects,#education,.footer{margin-left:200px}}@media(min-width:769px)and (max-width:1024px){#home,#about,#projects,#education,.footer{margin-left:180px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--accent-color: #ec4899;--dark-bg: #0f172a;--dark-surface: #1e293b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--dark-bg);color:var(--text-primary);overflow-x:hidden;width:100%;max-width:100vw}html,body{overflow-x:hidden;position:relative;width:100%}*{max-width:100%;box-sizing:border-box}img,svg,video{max-width:100%;height:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-bg)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer-effect{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);background-size:1000px 100%;animation:shimmer 3s infinite}a,button{transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){button,a,.skill-tab-header{min-height:44px;min-width:44px}*{-webkit-tap-highlight-color:transparent}body{-webkit-overflow-scrolling:touch;padding-bottom:70px}}@media(max-width:768px){.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}
