@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.terminal-window{align-items:center;background-color:#000;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.terminal-content{background-color:#000;border:1px solid #fff;border-radius:12px;box-shadow:0 4px 20px #ffffff1a;color:#fff;font-family:Inter,Arial,sans-serif;margin:0 20px;max-width:600px;padding:20px;width:100%}.terminal-line{color:#fff;font-size:1.1rem;line-height:1.6;margin:8px 0;white-space:pre-wrap}.terminal-cursor{animation:blink 1s infinite;background-color:#fff;display:inline-block;height:16px;margin-left:4px;width:8px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.terminal-window.fade-out{animation:fadeOut .5s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.typing{animation:typing 2s steps(40);overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}body{background-color:#000;background:linear-gradient(to bottom right,#000,#0a0a0a);color:#fff;font-family:Inter,Arial,sans-serif;margin:0;padding:0}.page-container{display:flex;flex-direction:column;min-height:5vh}.navbar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#000000fa;box-shadow:0 1px 3px #ffffff1a;left:0;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.navbar-content{align-items:center;display:flex;height:4rem;justify-content:space-between;position:relative;z-index:1001}.nav-brand a{color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .3s ease}.nav-brand a:hover{color:#fff;text-shadow:0 0 20px #ffffff80}.hamburger-menu{background:none;border:none;cursor:pointer;display:block;padding:.5rem;transition:transform .3s ease}.hamburger-menu:hover{transform:scale(1.1)}.hamburger-line{background-color:#fff;border-radius:2px;display:block;height:2px;margin:5px 0;transition:transform .3s ease,opacity .3s ease;width:24px}.hamburger-menu.active .hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger-menu.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-menu{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#000000fa;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden;width:100%;z-index:1000}.nav-menu.active{opacity:1;visibility:visible}.nav-link{color:#fff;font-size:1.5rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:after{background-color:#fff;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover{color:#fff;transform:translateY(-2px)}.nav-link:hover:after{width:100%}.content{display:flex;flex:1 1;flex-direction:column}.home-container{flex:1 1;justify-content:center;min-height:calc(100vh - 120px);padding:2rem}.home-container,.home-content{align-items:center;display:flex}.home-content{gap:4rem;justify-content:space-between;max-width:1200px;width:100%}.left-section{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:2rem}.profile-image img{border:3px solid #fff;border-radius:50%;box-shadow:0 0 20px #ffffff4d;height:200px;object-fit:cover;width:200px}.profile-info{text-align:left}.profile-info h1{animation:shimmer 4s infinite;background:linear-gradient(45deg,#e6e6fa,#4169e1,#87ceeb);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Quicksand,sans-serif;font-size:2.8rem;letter-spacing:1.2px;margin-bottom:1.2rem;text-shadow:2px 2px 4px #4169e133,-2px -2px 4px #4169e11a}.profile-info p{color:#e6e6fa;font-family:Quicksand,sans-serif;font-size:1.3rem;letter-spacing:.5px;line-height:1.6;text-shadow:0 2px 4px #0000004d}.right-section{display:flex;flex:1 1;justify-content:center}.home-navigation{display:flex;flex-direction:column;gap:2rem}.nav-item{background:linear-gradient(45deg,#e6e6fa,#4169e1,#87ceeb);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Quicksand,sans-serif;font-size:2.2rem;font-weight:600;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-item:after{background:linear-gradient(90deg,#e6e6fa,#4169e1,#87ceeb);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:hover{text-shadow:2px 2px 4px #4169e133,-2px -2px 4px #4169e11a;transform:translateX(10px)}.nav-actions{align-items:center;display:flex;gap:1rem}.language-switcher{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.language-switcher:hover{background:#fff3;transform:translateY(-2px)}@media (max-width:768px){.language-switcher{font-size:.8rem;padding:.4rem .8rem}.nav-link{font-size:1.25rem}.home-container{padding:1rem}.home-content{flex-direction:column;gap:3rem}.left-section{align-items:center}.profile-info{text-align:center}.right-section{width:100%}.home-navigation{align-items:center;width:100%}}html{scroll-behavior:smooth}.footer{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:linear-gradient(to bottom right,#000,#0a0a0a);border-top:1px solid #ffffff1a;color:#fff;font-size:1rem;letter-spacing:.5px;margin-top:auto;padding:1.5rem 0;text-align:center;text-shadow:0 0 10px #ffffff80}.footer a{color:#fff;text-decoration:none;transition:all .3s ease}.footer a:hover{color:#fff;text-shadow:0 0 20px #fffc;transform:translateY(-2px)}.footer-content{flex-direction:column;gap:.5rem}.footer-content,.social-links{align-items:center;display:flex}.social-links{gap:1rem}.separator{color:#ffffff80}.about-container{color:#fff;display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:800px;min-height:80vh;padding:6rem 2rem 2rem}.content-box:hover{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.section-title{background:linear-gradient(45deg,#e6e6fa,#ff69b4,#1e90ff)}p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.skills-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.skill-tag{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:.8rem;color:#fff;cursor:pointer;display:inline-flex;gap:.8rem;padding:.8rem 1.2rem;transition:all .3s ease}.skill-tag:hover{background:#ffffff1f;border-color:#fff3;box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.skill-tag svg{height:1.8rem;width:1.8rem}.skill-label{color:#ffffffe6;font-size:1rem;font-weight:500}@media (max-width:768px){.about-container{padding:4rem 1rem 1rem}.section-title{font-size:2rem}.content-box{padding:1.5rem}.skill-tag{padding:.6rem 1rem}}.project-container{color:#fff;display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:800px;min-height:80vh;padding:6rem 2rem 2rem}.project-section{animation:fadeIn .8s ease forwards;opacity:0}.content-box{background:#0d0d0df2;border:1px solid #ffffff1a;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem}.content-box h1{font-size:1.8rem;margin-bottom:1.5rem}.content-box p{line-height:1.6;margin-bottom:1rem}.github-link,.link-button,.pdf-link{align-items:center;background:#ffffff1a;border-radius:.5rem;color:#fff;display:inline-flex;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background .3s ease}.github-link:hover,.link-button:hover,.pdf-link:hover{background:#fff3}.link-icon{font-size:1.2rem}.tech-stack{margin-bottom:1.5rem;margin-top:1.5rem}.tech-stack h3{color:#ffffffe6;font-size:1.2rem;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.8rem}.tech-tag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;color:#fff;gap:.6rem;padding:.6rem 1rem}.tech-tag:hover{background:#ffffff1f;border-color:#fff3;box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.tech-icon{height:1.5rem;width:1.5rem}.tech-label{color:#ffffffe6;font-size:.9rem}@media (max-width:768px){.tech-tag{padding:.5rem .8rem}.tech-icon{height:1.2rem;width:1.2rem}.tech-label{font-size:.8rem}}.experience-container{color:#fff;display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:800px;min-height:80vh;padding:6rem 2rem 2rem}section{animation:fadeIn .8s ease forwards;opacity:0}.content-box{animation:slideUp .8s ease forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#23232df2,#141423f2);border:1px solid #4169e126;border-radius:1.5rem;box-shadow:0 10px 40px #0000004d,0 0 20px #4169e11a,inset 0 0 15px #4169e10d;margin-bottom:2rem;overflow:hidden;padding:2.8rem;position:relative;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.content-box:hover{border-color:#4169e14d;box-shadow:0 15px 50px #0006,0 0 30px #4169e133,inset 0 0 20px #4169e11a;transform:translateY(-4px)}.tech-tag{align-items:center;background-color:#ffffff14;border:1px solid #ffffff1a;border-radius:.8rem;display:inline-flex;font-size:1rem;margin:.25rem .5rem .25rem 0;padding:.5rem 1rem;transition:all .3s ease}.tech-tag:hover{background-color:#ffffff1f;transform:translateY(-2px)}.tech-icon{font-size:1.2rem;margin-right:.5rem}.tech-label{font-weight:500}.content-box:after{background:radial-gradient(circle at top right,#4169e11a,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.content-box:before{animation:shimmer 4s infinite;background:linear-gradient(90deg,#0000,#4169e1cc,#e6e6facc,#4169e1cc,#0000);content:"";height:2px;left:-100%;position:absolute;top:0;width:200%}.section-title{background:linear-gradient(45deg,#e6e6fa,#4169e1,#1e90ff);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Quicksand,sans-serif;font-size:2.6rem;font-weight:700;letter-spacing:1.2px;margin-bottom:2rem;text-shadow:2px 2px 4px #4169e133,-2px -2px 4px #4169e11a}.content-box .prize{background:linear-gradient(135deg,#ffd70026,#ffa50026);border:1px solid #ffd7004d;border-radius:.8rem;color:gold;display:inline-block;font-size:1rem;font-weight:600;margin:0 .5rem 1rem 0;padding:.5rem 1rem;text-shadow:0 0 10px #ffd7004d}.hackathon-details{color:#ffffffe6;font-size:1.15rem;line-height:1.9;margin-bottom:1.8rem;position:relative;text-shadow:0 1px 2px #0003;z-index:1}.hackathon-details ul{list-style:none;margin:0;padding-left:0}.hackathon-details li{margin-bottom:.8rem;padding-left:1.5rem;position:relative}.hackathon-details li:before{color:#4169e1;content:"•";font-size:1.5rem;left:0;position:absolute;top:-.1rem}.content-box p{color:#ffffffe6;font-size:1.15rem;line-height:1.9;margin-bottom:1.8rem;position:relative;text-shadow:0 1px 2px #0003;z-index:1}.links-container{display:flex;gap:1rem;margin-top:1.5rem}.links-container a{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:.8rem;color:#fff;display:inline-flex;gap:.8rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}.links-container a:hover{background:#ffffff1f;border-color:#fff3;box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.slides-preview{border-radius:.8rem;margin:1.5rem 0;overflow:hidden}.slides-preview iframe{border:1px solid #4169e133;border-radius:.8rem;width:100%}.backup-link{display:none;padding:2rem;text-align:center}.slides-link{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:.8rem;color:#fff;display:inline-flex;gap:.8rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.slides-link:hover{background:#ffffff26;box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.slides-link svg{font-size:1.2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{left:-200%}to{left:200%}}@media (max-width:768px){.experience-container{padding:4rem 1rem 1rem}.section-title{font-size:2rem}.content-box{padding:1.5rem}.slides-preview iframe{height:300px}.links-container{flex-direction:column;gap:.8rem}}
/*# sourceMappingURL=main.5a7e53f0.css.map*/