:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;margin:0;padding:0;text-align:center}.portfolio-container{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#f3f3f3;min-height:100vh;width:100%;padding:2rem 0;display:flex;flex-direction:column;align-items:center;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;position:relative;overflow-x:hidden}.portfolio-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);pointer-events:none;z-index:-1}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f0f23f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;width:100%}.nav-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.nav-logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.nav-logo:hover .nav-logo-img{transform:scale(1.1);border-color:#8ab4f880}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{background:none;border:none;color:#ccc;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#8ab4f8;background:#8ab4f81a}.nav-link.active{color:#8ab4f8;background:#8ab4f833}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px}.profile-section{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem;margin-top:6rem;animation:fadeInUp 1s ease-out;width:100%;max-width:1200px;padding:0 2rem}.profile-image{width:150px;height:150px;border-radius:50%;margin-bottom:1.5rem;position:relative;overflow:hidden;transition:all .3s ease;border:4px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.profile-photo{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:all .3s ease}.profile-image:hover{transform:scale(1.05);box-shadow:0 12px 40px #0006;border-color:#8ab4f84d}.profile-image:hover .profile-photo{transform:scale(1.1)}.profile-name{font-size:2.5rem;font-weight:800;margin:.2rem 0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out .2s both}.profile-title{font-size:1.3rem;color:#8ab4f8;margin:.1rem 0 1rem;font-weight:500;animation:fadeInUp 1s ease-out .4s both}.profile-bio{max-width:600px;color:#ccc;font-size:1.1rem;line-height:1.6;text-align:center;animation:fadeInUp 1s ease-out .6s both;margin-bottom:2rem}.profile-stats{display:flex;gap:2rem;margin-top:2rem;animation:fadeInUp 1s ease-out .8s both}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#ccc;font-weight:500}.projects-section{width:100%;max-width:1200px;margin-bottom:4rem;animation:fadeInUp 1s ease-out .8s both;padding:0 2rem}.projects-section h2{font-size:2.2rem;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.8rem;box-shadow:0 8px 32px #0000001a;text-align:left;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0003;border-color:#fff3}.project-card:hover:before{transform:scaleX(1)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-header h3{margin:0;color:#8ab4f8;font-size:1.4rem;font-weight:600}.project-badge{background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.3rem .8rem;font-size:.8rem;color:#8ab4f8;font-weight:500}.project-card p{color:#ccc;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#8ab4f81a;border:1px solid rgba(138,180,248,.2);border-radius:6px;padding:.3rem .6rem;font-size:.8rem;color:#8ab4f8;font-weight:500}.project-card a{color:#8ab4f8;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:#8ab4f81a;border:1px solid rgba(138,180,248,.2)}.project-card a:hover{background:#8ab4f833;transform:translate(4px)}.project-card a:after{content:"→";transition:transform .3s ease}.project-card a:hover:after{transform:translate(4px)}.thesis-section{width:100%;max-width:1200px;margin-bottom:4rem;animation:fadeInUp 1s ease-out .9s both;padding:0 2rem}.thesis-section h2{font-size:2.2rem;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thesis-container{display:flex;justify-content:center}.thesis-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden;max-width:900px;width:100%}.thesis-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.thesis-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000004d;border-color:#fff3}.thesis-card:hover:before{transform:scaleX(1)}.thesis-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.thesis-icon{font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0}.thesis-title h3{color:#8ab4f8;font-size:1.6rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}.thesis-subtitle{color:#ccc;font-size:1.1rem;font-style:italic;margin:0;opacity:.8}.thesis-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.thesis-description p{color:#ccc;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.thesis-highlights h4{color:#8ab4f8;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.thesis-highlights ul{list-style:none;padding:0}.thesis-highlights li{color:#ccc;margin-bottom:.5rem;padding-left:1.5rem;position:relative;line-height:1.5}.thesis-highlights li:before{content:"▸";position:absolute;left:0;color:#8ab4f8;font-weight:700}.thesis-details{display:flex;flex-direction:column;gap:1.5rem}.thesis-meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.meta-item{display:flex;flex-direction:column;gap:.3rem}.meta-label{color:#8ab4f8;font-size:.9rem;font-weight:500}.meta-value{color:#ccc;font-size:1rem;font-weight:600}.thesis-technologies h4{color:#8ab4f8;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.thesis-tags{display:flex;flex-wrap:wrap;gap:.5rem}.thesis-tag{background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.4rem .8rem;font-size:.85rem;color:#f3f3f3;font-weight:500;transition:all .3s ease}.thesis-tag:hover{background:linear-gradient(135deg,#667eea4d,#764ba24d);transform:translateY(-2px)}.thesis-link{margin-top:1rem}.thesis-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 24px #667eea4d}.thesis-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.thesis-arrow{transition:transform .3s ease}.thesis-button:hover .thesis-arrow{transform:translate(4px)}.skills-section{width:100%;max-width:1200px;margin-bottom:4rem;animation:fadeInUp 1s ease-out 1s both;padding:0 2rem}.skills-section h2{font-size:2.2rem;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.skill-category:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.skill-category:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003;border-color:#fff3}.skill-category:hover:before{transform:scaleX(1)}.skill-category h3{color:#8ab4f8;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.skills-list{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.skills-list li{background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem 1rem;color:#f3f3f3;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.skills-list li: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 ease}.skills-list li:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;border-color:#fff3}.skills-list li:hover:before{left:100%}.experience-section{width:100%;max-width:1200px;margin-bottom:4rem;animation:fadeInUp 1s ease-out 1.1s both;padding:0 2rem}.experience-section h2{font-size:2.2rem;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:center}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;flex-shrink:0;transition:all .3s ease}.timeline-marker.education{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea4d}.timeline-marker.work{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 16px #764ba24d}.marker-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.timeline-item:hover .timeline-marker{transform:scale(1.1);box-shadow:0 8px 24px #667eea66}.timeline-content{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;margin:0 2rem;border:1px solid rgba(255,255,255,.1);flex:1;transition:all .3s ease;position:relative;overflow:hidden}.timeline-content:before{content:"";position:absolute;top:50%;width:0;height:0;border-style:solid;transform:translateY(-50%)}.timeline-content:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.timeline-item:nth-child(odd) .timeline-content:before{right:100%;border-width:8px 8px 8px 0;border-color:transparent rgba(255,255,255,.05) transparent transparent}.timeline-item:nth-child(2n) .timeline-content:before{left:100%;border-width:8px 0 8px 8px;border-color:transparent transparent transparent rgba(255,255,255,.05)}.timeline-item:hover .timeline-content{transform:translateY(-4px);box-shadow:0 12px 32px #0003;border-color:#fff3}.timeline-item:hover .timeline-content:after{transform:scaleX(1)}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.timeline-header h3{color:#8ab4f8;font-size:1.3rem;font-weight:600;margin:0}.timeline-date{color:#8ab4f8;font-size:.9rem;font-weight:500;background:#8ab4f81a;padding:.3rem .8rem;border-radius:8px;border:1px solid rgba(138,180,248,.2)}.timeline-content h4{color:#ccc;font-size:1.1rem;font-weight:500;margin:0 0 .8rem}.timeline-content p{color:#ccc;line-height:1.6;margin-bottom:1rem}.timeline-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#8ab4f81a;border:1px solid rgba(138,180,248,.2);border-radius:6px;padding:.3rem .6rem;font-size:.8rem;color:#8ab4f8;font-weight:500;transition:all .3s ease}.tag:hover{background:#8ab4f833;transform:translateY(-1px)}.contact-section{width:100%;max-width:1200px;margin-bottom:2rem;animation:fadeInUp 1s ease-out 1.2s both;padding:0 2rem}.contact-section h2{font-size:2.2rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-intro{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-list li{font-size:1.2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.contact-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.contact-icon-svg{width:24px;height:24px;color:#f3f3f3;transition:all .3s ease}.contact-list a:hover .contact-icon-svg{color:#8ab4f8}.contact-list a{color:#8ab4f8;text-decoration:none;font-weight:500;padding:.8rem 1.5rem;border-radius:12px;background:#8ab4f81a;border:1px solid rgba(138,180,248,.2);transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.contact-list a:hover{background:#8ab4f833;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.contact-cta{text-align:center;margin-top:2rem}.contact-cta p{color:#ccc;font-size:1.1rem;margin-bottom:1rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 8px 24px #667eea4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.footer{margin-top:4rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);color:#ccc;font-size:.9rem;animation:fadeInUp 1s ease-out 1.4s both;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){#root{padding:0}.portfolio-container{padding:1rem 0}.nav-container{padding:1rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.profile-section{margin-top:5rem;padding:0 1rem}.profile-name{font-size:2rem}.profile-title{font-size:1.1rem}.profile-bio{font-size:1rem;max-width:100%}.profile-stats{flex-direction:column;gap:1rem}.projects-section{padding:0 1rem}.projects-list{grid-template-columns:1fr}.project-card{padding:1.5rem}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.thesis-section{padding:0 1rem}.thesis-card{padding:1.5rem}.thesis-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.thesis-content{grid-template-columns:1fr;gap:1.5rem}.thesis-meta{grid-template-columns:1fr}.skills-section{padding:0 1rem}.skills-categories{grid-template-columns:1fr}.skills-list{justify-content:center}.experience-section{padding:0 1rem}.timeline:before{left:20px}.timeline-item{flex-direction:row!important;margin-left:60px}.timeline-marker{position:absolute;left:-60px;width:40px;height:40px}.marker-icon{font-size:1.2rem}.timeline-content{margin:0}.timeline-content:before{display:none}.timeline-header{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-section{padding:0 1rem}.contact-list{flex-direction:column;align-items:center}.contact-list li{flex-direction:column;gap:.5rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4a9a)}
