*{margin:0;padding:0;box-sizing:border-box}body{background-color:#121212;color:#e0e0e0;line-height:1.6;scroll-behavior:smooth}.cursor-glow{position:fixed;left:0;top:0;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(187,134,252,.15) 0,rgba(187,134,252,0) 60%);pointer-events:none;transform:translate(-50%,-50%);z-index:9999;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;opacity:.7}.cursor-glow.pointer{width:600px;height:600px;opacity:.25;background:radial-gradient(circle,rgba(187,134,252,.1) 0,rgba(187,134,252,0) 70%)}section{padding:60px 20px;margin-bottom:0;border-bottom:1px solid #333;max-width:1000px;margin-left:auto;margin-right:auto}section:last-of-type{border-bottom:none}h1,h2,h3,h4{color:#ffffff;margin-bottom:20px}h1{font-size:3em}h2{font-size:2.2em}#about h2,#contact h2,#experience h2,#tech-stack h2,#work h2{text-align:center;margin-bottom:40px}#tech-stack p{text-align:center;margin-bottom:30px;font-size:1.05em;color:#c0c0c0}h3{font-size:1.5em}h4{font-size:1.1em;color:#c0c0c0;margin-bottom:5px}a{color:#bb86fc;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}.timeline-content ul{list-style-type:disc;margin-left:20px;margin-top:10px}.timeline-content ul li{margin-bottom:5px;font-size:.95em;color:#d0d0d0}.skills-utilized{margin-top:15px;padding-top:10px;border-top:1px dashed #444}.skills-utilized strong{font-weight:600;color:#bb86fc;display:block;margin-bottom:8px}.skills-utilized span{display:inline-block;background-color:#3f3f3f;color:#bb86fc;padding:5px 10px;border-radius:15px;font-size:.85em;margin-right:8px;margin-bottom:8px}header{background-color:#1f1f1f;padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.2)}nav{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.8em;font-weight:700;color:#ffffff;z-index:1001}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1005}.hamburger-bar{width:100%;height:3px;background-color:#e0e0e0;border-radius:2px;transition:all .3s linear}.nav-open .hamburger-bar:first-child{transform:translateY(11px) rotate(45deg)}.nav-open .hamburger-bar:nth-child(2){opacity:0}.nav-open .hamburger-bar:nth-child(3){transform:translateY(-11px) rotate(-45deg)}nav ul.nav-links{display:flex;align-items:center;transition:transform .3s ease-in-out}nav ul.nav-links li{margin-left:25px}nav ul.nav-links li a{color:#e0e0e0;font-weight:600;padding:10px 15px;border-radius:5px;line-height:1;transition:color .3s ease,background-color .3s ease}nav ul.nav-links li a.active,nav ul.nav-links li a:hover{color:#bb86fc;background-color:#2a2a2a}.resume-btn{background-color:#bb86fc;color:#121212!important;padding:10px 15px;border-radius:5px;font-weight:700;transition:background-color .3s ease,color .3s ease}.resume-btn:hover{background-color:#9f63e0;text-decoration:none;color:#ffffff!important}#hero{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(18,18,18,.8),rgba(18,18,18,.95)),url(/images/hero-background-placeholder.jpg) no-repeat 50%/cover;border-bottom:1px solid #333}.hero-content{max-width:800px}.profile-pic{width:150px;height:150px;border-radius:50%;border:5px solid #bb86fc;margin-bottom:25px;object-fit:cover}#hero h1{font-size:3.5em;margin-bottom:10px}#hero h2{font-size:1.5em;color:#c0c0c0;margin-bottom:20px;font-weight:300}#hero .tagline{font-size:1.1em;color:#b0b0b0;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px}.hero-buttons .cta-button{padding:12px 25px;border-radius:5px;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block}.hero-buttons .cta-button.primary{background-color:#bb86fc;color:#121212}.hero-buttons .cta-button.primary:hover{background-color:#9f63e0;color:#ffffff;transform:translateY(-2px)}.hero-buttons .cta-button.secondary{background-color:transparent;color:#bb86fc;border:2px solid #bb86fc}.hero-buttons .cta-button.secondary:hover{background-color:#bb86fc;color:#121212;transform:translateY(-2px)}#about p{font-size:1.1em;margin-bottom:15px;color:#e0e0e0}.timeline{position:relative;max-width:800px;margin:30px auto;padding-top:20px}.timeline:after{content:"";position:absolute;width:4px;background-color:#bb86fc;top:0;bottom:0;left:50%;margin-left:-2px}.timeline-item{padding:10px 40px;position:relative;background-color:inherit;width:50%;margin-bottom:30px}.timeline-item:last-child{margin-bottom:0}.timeline-item:after{content:"";position:absolute;width:20px;height:20px;right:-10px;background-color:#121212;border:4px solid #bb86fc;top:15px;border-radius:50%;z-index:1}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-item.left:before{right:30px;border:solid transparent;border-left:solid #2a2a2a;border-width:10px 0 10px 10px}.timeline-item.left:before,.timeline-item.right:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1}.timeline-item.right:before{left:30px;border:solid transparent;border-right:solid #2a2a2a;border-width:10px 10px 10px 0}.timeline-item.right:after{left:-10px}.timeline-content{padding:20px 25px;background-color:#2a2a2a;position:relative;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.2)}.timeline-content h3{margin-top:0;font-size:1.3em;color:#bb86fc;margin-bottom:5px}.timeline-content h4{font-size:1.05em;color:#d0d0d0;margin-bottom:8px;font-weight:600}.timeline-content .date{font-size:.85em;color:#aaa;margin-bottom:15px;display:block;font-style:italic}.timeline-content p{font-size:1em;margin-bottom:10px;color:#e0e0e0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.project-card{background-color:#2a2a2a;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.project-image{width:100%;height:200px;border-bottom:3px solid #bb86fc}.project-info{padding:20px;flex-grow:1;display:flex;flex-direction:column}.project-info h3{margin-top:0;font-size:1.4em;color:#bb86fc;margin-bottom:10px}.project-info p{font-size:.95em;color:#d0d0d0;margin-bottom:15px;flex-grow:1}.project-info .tags{margin-bottom:15px;flex-wrap:wrap;display:flex;gap:8px}.project-info .tags span{background-color:#3f3f3f;color:#bb86fc;padding:6px 12px;border-radius:15px;font-size:.8em}.project-info .project-links{margin-top:auto;padding-top:10px}.project-info .project-links a{margin-right:15px;font-weight:700;display:inline-block;font-size:.9em;color:#e0e0e0;transition:color .3s ease}.project-info .project-links a:hover{color:#bb86fc}.project-info .project-links a:last-child{margin-right:0}#tech-stack .tech-list{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px;justify-content:center}#tech-stack .tech-list li{background-color:#2a2a2a;padding:10px 18px;border-radius:20px;font-size:.95em;color:#e0e0e0;transition:background-color .3s ease,color .3s ease,transform .2s ease}#tech-stack .tech-list li:hover{background-color:#bb86fc;color:#121212;transform:translateY(-2px)}#contact p{margin-bottom:15px;font-size:1.1em;text-align:center}#contact a{font-weight:700}#contact .social-links{display:flex;justify-content:center;gap:25px;margin-top:30px}#contact .social-links li a{font-size:1.2em;color:#e0e0e0;transition:color .3s ease}#contact .social-links li a:hover{color:#bb86fc}footer{text-align:center;padding:30px 20px;margin-top:40px;border-top:1px solid #333;font-size:.9em;color:#aaa}@media (max-width:768px){h1{font-size:2.5em}#hero h1{font-size:2.8em}h2{font-size:1.8em}#hero h2{font-size:1.2em}#about h2,#contact h2,#experience h2,#tech-stack h2,#work h2{font-size:1.8em}.hamburger-menu{display:flex}nav ul.nav-links{transform:translateX(100%);flex-direction:column;width:70%;max-width:300px;height:100vh;background-color:#1f1f1f;position:fixed;top:0;right:0;padding-top:60px;box-shadow:-5px 0 15px rgba(0,0,0,.2);z-index:1000;align-items:flex-start;padding-left:20px;padding-right:20px}nav ul.nav-links.open{transform:translateX(0)}nav ul.nav-links li{margin:0;width:100%;text-align:left}nav ul.nav-links li a{display:block;padding:18px 0;border-bottom:1px solid #2a2a2a;width:100%;box-sizing:border-box;color:#e0e0e0;font-size:1.1em}nav ul.nav-links li:last-child a{border-bottom:none}nav ul.nav-links li a.resume-btn{margin:20px 0 0;display:inline-block;width:auto;padding:12px 25px;border-bottom:none;background-color:#bb86fc;color:#121212!important;text-align:center}nav ul.nav-links li a.resume-btn:hover{background-color:#9f63e0;color:#ffffff!important}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .cta-button{width:80%;max-width:300px;margin:8px 0}.timeline:after{left:10px}.timeline-item{width:100%;padding-left:30px;padding-right:0;margin-bottom:20px}.timeline-item.left,.timeline-item.right{left:0}.timeline-item.left:before,.timeline-item.right:before{display:none}.timeline-item.left:after,.timeline-item.right:after{left:-10px}.projects-grid{grid-template-columns:1fr}}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-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:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-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:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_dee2b3{font-family:Poppins,Poppins Fallback;font-style:normal}