body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#111c;border-radius:50px;box-shadow:0 4px 30px #0000001a;justify-content:space-between;left:50%;padding:1rem 2rem;position:fixed;top:1rem;transform:translateX(-50%);width:90%;z-index:1000}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{gap:1rem}.navbar-brand a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;text-shadow:0 0 10px #007bff80}.profile-logo{border:2px solid #ffffff1a;border-radius:50%;box-shadow:0 2px 10px #0003;height:40px;object-fit:cover;width:40px}.navbar-links{display:flex;gap:2rem}.navbar-links a{border-radius:25px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar-links a:hover{background-color:#ffffff1a;color:#007bff}.navbar-links a.active{background-color:#ffffff26;box-shadow:0 0 15px #007bff4d;color:#007bff}@media (max-width:768px){.navbar{flex-direction:column;padding:1rem;width:95%}.navbar-links{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}}.about{background-color:#121212;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.about-content{margin:0 auto;max-width:1200px}.about h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#007bff,#0f8);-webkit-background-clip:text;font-size:3rem;margin-bottom:2rem}.about-text{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.skills{margin-top:3rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.skill-tag{background-color:#1e1e1e;border:1px solid #007bff;border-radius:20px;padding:.5rem 1rem}.projects{background-color:#121212;color:#fff;min-height:100vh;padding:8rem 2rem 2rem}.projects h1{margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.project-card{word-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;height:auto;min-width:0;padding:2rem;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h3{color:#007bff;margin-bottom:1rem;word-break:break-word}.project-card p{flex-grow:1;margin-bottom:1rem}.project-stats{color:#888;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tech-tag{background-color:#007bff33;border-radius:15px;color:#007bff;font-size:.8rem;padding:.2rem .8rem;white-space:nowrap}.project-links{display:flex;gap:1rem;margin-top:auto}.project-links a{border-radius:5px;flex:1 1;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.github-link{background-color:#24292e;color:#fff}.demo-link{background-color:#007bff;color:#fff}.demo-link:hover,.github-link:hover{opacity:.9;transform:translateY(-2px)}.error,.loading{color:#888;font-size:1.2rem;padding:2rem;text-align:center}.error{color:#f44}@media (max-width:768px){.projects{padding:7rem 1rem 1rem}.projects-grid{grid-template-columns:1fr;padding:0}.project-card{margin:0 auto;max-width:100%;padding:1.5rem;width:100%}.project-links{flex-direction:column}.project-card h3{font-size:1.2rem}.project-card p{font-size:.95rem}}@media (max-width:480px){.projects{padding:6rem .75rem 1rem}.project-card{padding:1.25rem}.project-stats{font-size:.8rem}.tech-tag{font-size:.75rem;padding:.15rem .6rem}}.experience{background-color:#121212;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.experience h1,.experience h2{margin-bottom:3rem;text-align:center}.timeline{margin:0 auto;max-width:1000px;position:relative}.timeline:before{background-color:#007bff;content:"";height:100%;left:50%;position:absolute;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:2rem;position:relative}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-left:4px solid #007bff;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;margin-left:2rem;padding:2rem;text-align:left}.duration{color:#007bff}.experience-list{list-style-type:none;margin:1rem 0;padding:0;text-align:left}.experience-list li{line-height:1.6;margin-bottom:.8rem;padding-left:1.5rem;position:relative;text-align:left}.experience-list li:before{color:#007bff;content:"•";left:0;position:absolute}.contact{background-color:#121212;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.contact h1{margin-bottom:3rem;text-align:center}.contact-content{background-color:#1e1e1e;border-radius:10px;margin:0 auto;max-width:800px;padding:2rem}.social-links{margin:2rem 0}.social-links a{color:#007bff;margin-right:1rem;text-decoration:none}.download-button{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.download-button:hover{background-color:#0056b3}.research{background-color:#121212b3;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.research h1{margin-bottom:3rem;text-align:center}.research-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.research-card{word-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;height:auto;min-width:0;padding:2rem;text-align:left;transition:transform .3s ease}.research-card:hover{transform:translateY(-5px)}.research-card h3{color:#007bff;margin-bottom:1rem;word-break:break-word}.institution{color:#fff;font-weight:500;margin-bottom:.5rem}.duration{color:#888;font-style:italic;margin-bottom:1rem}.research-card ul{list-style-type:none;margin:1rem 0;padding:0;text-align:left}.research-card li{line-height:1.6;margin-bottom:.8rem;padding-left:1.5rem;position:relative;text-align:left}.research-card li:before{color:#007bff;content:"•";left:0;position:absolute}.project-link{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;margin-top:auto;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.project-link:hover{background-color:#0056b3;transform:translateY(-2px)}@media (max-width:768px){.research{padding:4rem 1rem 1rem}.research-grid{grid-template-columns:1fr}.research-card{margin:0 auto;max-width:500px;width:100%}}.youtube{background-color:#121212b3;color:#fff;min-height:100vh;padding:6rem 2rem 2rem}.youtube h1{margin-bottom:3rem;text-align:center}.youtube-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;padding:0 1rem}.channel-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;height:fit-content;padding:2rem}.channel-info h2{color:#007bff;margin-bottom:1rem}.channel-info p{line-height:1.6;margin-bottom:2rem}.subscribe-button{align-items:center;background-color:red;border-radius:25px;color:#fff;display:inline-flex;font-weight:700;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.subscribe-button:hover{background-color:#c00;transform:translateY(-2px)}.videos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.video-container{aspect-ratio:16/9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px 0 #0000005e;overflow:hidden;padding:1rem}.video-container iframe{border-radius:10px;height:100%;width:100%}@media (max-width:968px){.youtube-content{grid-template-columns:1fr}}@media (max-width:768px){.videos-grid{grid-template-columns:1fr}.video-container{max-width:100%}}.App{min-height:100vh;position:relative;text-align:center}.App:before{animation:gradient 15s ease infinite;background:linear-gradient(45deg,#000,#1a1a1a,#003,#1a0033);background-size:400% 400%;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.about,.contact,.experience,.projects{background-color:#121212b3!important}h1,h2,h3{text-shadow:0 0 10px #007bff4d}.contact-content,.project-card,.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;box-shadow:0 8px 32px 0 #0000005e}.App-header{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}
/*# sourceMappingURL=main.273f1025.css.map*/