: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}}.footer-quick-links{display:flex;gap:1.2rem;margin-bottom:1.2rem;flex-wrap:wrap}.footer-quick-link{background:#161b25;color:#fff;border-radius:20px;padding:.4em 1.2em;font-size:1rem;text-decoration:none;font-weight:500;box-shadow:1px 2px #6f6e6e;transition:background .2s,color .2s,transform .2s}.footer-quick-link:hover{background:#1741a6;color:#fff;transform:scale(1.07)}html{scroll-behavior:smooth}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.preloader-content{text-align:center;color:#fff;position:relative}.ai-brain{position:relative;width:120px;height:120px;margin:0 auto 2rem}.brain-core{width:80px;height:80px;background:linear-gradient(45deg,gold,#ffeb3b);border-radius:50%;margin:20px auto;position:relative;animation:pulse 2s ease-in-out infinite alternate;box-shadow:0 0 30px #ffd70080}.brain-core:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#ffffff4d;border-radius:50%;animation:innerPulse 1.5s ease-in-out infinite alternate}.neural-network{position:absolute;top:0;left:0;width:100%;height:100%}.node{position:absolute;width:8px;height:8px;background:gold;border-radius:50%;animation:nodeGlow 2s ease-in-out infinite}.node-1{top:10px;left:30px;animation-delay:0s}.node-2{top:10px;right:30px;animation-delay:.5s}.node-3{bottom:10px;left:30px;animation-delay:1s}.node-4{bottom:10px;right:30px;animation-delay:1.5s}.connection{position:absolute;background:linear-gradient(90deg,transparent,#ffd700,transparent);height:2px;animation:dataFlow 2s ease-in-out infinite}.connection-1{top:14px;left:38px;width:44px;animation-delay:.2s}.connection-2{top:60px;left:20px;width:2px;height:40px;background:linear-gradient(0deg,transparent,#ffd700,transparent);animation-delay:.7s}.connection-3{bottom:14px;left:38px;width:44px;animation-delay:1.2s}.connection-4{top:60px;right:20px;width:2px;height:40px;background:linear-gradient(0deg,transparent,#ffd700,transparent);animation-delay:1.7s}.loading-text{margin-bottom:1.5rem;font-size:2rem;font-weight:700;display:flex;justify-content:center;align-items:center;gap:1rem}.developer-text{color:gold;animation:textGlow 2s ease-in-out infinite alternate}.ai-text{color:#ffeb3b;animation:textGlow 2s ease-in-out infinite alternate-reverse}.code-snippets{margin-bottom:2rem;font-family:Courier New,monospace;font-size:.9rem}.code-line{color:#64ffda;margin:.5rem 0;animation:typewriter 4s steps(40) infinite;opacity:.7}.code-line:nth-child(1){animation-delay:0s}.code-line:nth-child(2){animation-delay:1s}.code-line:nth-child(3){animation-delay:2s}.progress-bar{width:200px;height:4px;background:#ffffff1a;border-radius:2px;margin:0 auto;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,gold,#ffeb3b);border-radius:2px;animation:progressFill 3s ease-out forwards}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes innerPulse{0%{opacity:.3;transform:translate(-50%,-50%) scale(1)}to{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}@keyframes nodeGlow{0%,to{opacity:.5;box-shadow:0 0 5px gold}50%{opacity:1;box-shadow:0 0 15px gold,0 0 25px gold}}@keyframes dataFlow{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes textGlow{0%{text-shadow:0 0 10px currentColor}to{text-shadow:0 0 20px currentColor,0 0 30px currentColor}}@keyframes typewriter{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes progressFill{0%{width:0%}to{width:100%}}@media (max-width: 768px){.loading-text{font-size:1.5rem}.code-snippets{font-size:.8rem}.ai-brain{width:100px;height:100px}.brain-core{width:60px;height:60px}}.contact-split{display:flex;flex-direction:row;gap:2rem;align-items:stretch}.contact-image-container{flex:1 1 50%;display:flex;align-items:center;justify-content:center;min-width:0}.contact-form-container{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;min-width:0}@media (max-width: 900px){.contact-image{display:none}}.recent-project-links .visit-link{background:none;color:#222;border:2px solid #111;border-radius:8px;padding:.3em 1em;font-size:1rem;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5em;transition:border-color .2s,color .2s}.recent-project-links .visit-link:hover{background:#000;color:#f5f5f5;border-color:#fff}.recent-projects-section{font-family:Inter,Segoe UI,Arial,sans-serif;color:#111;margin:2rem 2rem 0;padding:2rem;background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a}.recent-projects-title{text-align:center;font-size:2.7rem;margin-bottom:5rem}.recent-projects-list{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:flex-start}.recent-project-card{display:flex;flex-direction:column;background:#fff;border-radius:2px;box-shadow:0 8px 32px #2563eb1a,0 2px 8px #0000000a;overflow:hidden;min-height:320px;max-width:420px;transition:box-shadow .3s,transform .3s}.recent-project-card:hover{box-shadow:0 16px 48px #2563eb2e,0 4px 16px #0000001a;transform:translateY(-6px) scale(1.03)}.recent-project-img{width:100%;height:180px;object-fit:cover;border-radius:2px 2px 0 0;box-shadow:0 2px 8px #2563eb14}.recent-project-details{padding:1.5rem 1.2rem 1.2rem;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.recent-project-name{font-size:1.3rem;font-weight:700;margin-bottom:.7rem;color:#000}.recent-project-desc{font-size:1.05rem;margin-bottom:1.1rem;color:#222;line-height:1.6}.recent-project-links{display:flex;gap:1rem;margin-top:.5rem}.recent-project-name{font-size:1.4rem;margin-bottom:1rem}.recent-project-desc{font-size:1.1rem;margin-bottom:1.2rem}.recent-project-links{display:flex;gap:1rem}@media (max-width: 900px){.recent-projects-list{flex-direction:column;align-items:center}.recent-project-card{max-width:98vw;min-height:unset;margin-bottom:1.5rem}.recent-project-details{padding:1rem}}@media (max-width: 600px){.recent-projects-section{margin:1rem;padding:1rem}.recent-project-card{max-width:100vw;border-radius:14px;margin-bottom:1rem}.recent-project-img{height:180px;border-radius:14px 14px 0 0}.recent-project-details{padding:.7rem}.recent-projects-title{font-size:1.7rem;margin-bottom:2rem;text-align:center;width:100%}}body,html,#root{background-color:#000;width:100vw;max-width:100vw;overflow-x:hidden}.hero-section{font-family:Inter,Segoe UI,Arial,sans-serif;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem 2rem;border-radius:20px;margin:2rem 2rem 0;min-height:320px;box-shadow:0 2px 16px #0000000a}.hero-desc{margin-bottom:2rem}@media (max-width: 700px){.hero-section{flex-direction:column;align-items:center;padding:2rem 1rem 1rem;margin:1rem;min-height:unset}.hero-image{width:220px;height:220px;margin-bottom:1.5rem}.hero-content{text-align:center}.hero-image-container{margin-top:2rem}.hero-desc{margin-bottom:2rem}}.hero-image-container{position:relative;display:flex;flex-direction:column;align-items:center}.hero-image{width:220px;height:220px;background:url(/images/naman.png) center/cover no-repeat;border-radius:50%;border:2px solid #eee;box-shadow:0 2px 8px #0000000f;transition:transform .3s,box-shadow .3s;flex-shrink:0;z-index:2}.hero-image:hover{transform:scale(1.08);box-shadow:0 8px 24px #2563eb2e}.hero-socials{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero-social-link{position:absolute;opacity:0;pointer-events:auto;background:#fff;color:#111;border:1.5px solid #ccc;border-radius:50%;box-shadow:0 2px 8px #2563eb1a;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);text-decoration:none;transform:scale(.7)}.hero-social-link:hover{background:#111;color:#fff}.hero-image-container:hover .hero-social-link{opacity:1;transform:scale(1) translate(0)}.hero-social-link.insta{top:15%;left:20%}.hero-image-container:hover .hero-social-link.insta{transform:scale(1) translate(-90px,-50px)}.hero-social-link.linkedin{top:40%;left:0%}.hero-image-container:hover .hero-social-link.linkedin{transform:scale(1) translate(-85px,-10px)}.hero-social-link.github{top:65%;left:0%}.hero-image-container:hover .hero-social-link.github{transform:scale(1) translate(-70px,30px)}.hero-social-link.peerlist{top:75%;left:15%}.hero-image-container:hover .hero-social-link.peerlist{transform:scale(1) translate(-40px,60px)}.hero-contact-btn{background:#010a1d;color:#fff;padding:.5em 1.2em;border-radius:4px;text-decoration:none}.hero-contact-btn:hover{background:#fffefa;color:#010a1d}.hero-contact-btn-2{margin-left:10px;box-sizing:border-box;border:1px solid #010a1d;color:#121111;padding:.5em 1.2em;border-radius:4px;text-decoration:none}.hero-contact-btn-2:hover{background:#fff;color:#010a1d}.skills-section{background:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;color:#111;border-radius:18px;box-shadow:0 2px 8px #0000000a;padding:2rem;margin:2rem}.skills-section h3{color:#111;font-size:1.5rem;margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:1rem}.skills-list span{background:#f2f2f3;border:1.5px solid #222;border-radius:18px;padding:.5em 1.2em;font-size:1rem;font-family:inherit;box-shadow:2px 2px #222}.skills-list img{margin:0 .3rem .7rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.1));transition:filter .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);background:transparent;border-radius:8px;padding:4px;box-sizing:content-box;height:38px;width:auto;display:inline-block}.skills-list img:hover{opacity:.2;filter:drop-shadow(0 2px 12px rgba(37,99,235,.18))}.projects-section{font-family:Inter,Segoe UI,Arial,sans-serif;color:#111;width:100%;box-sizing:border-box;padding:2rem;background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;margin:2rem 2rem 3rem!important;overflow:visible;display:block;max-width:calc(100vw - 4rem)}.projects-section{margin-bottom:2rem!important}.projects-section h3{font-size:2rem;margin:0 0 2rem}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;justify-content:center;align-items:center;padding:0}.projects-grid>:nth-child(10){grid-column:2 / span 1}@media (max-width: 900px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 600px){.projects-grid{grid-template-columns:1fr;gap:.7rem}}.project-card{padding:1rem;border:1px solid #ccc;min-width:0;max-width:none;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:400px;background:#fff;border-radius:0;box-shadow:none;margin:0}@media (max-width: 1200px){.project-card{flex:0 0 32%;max-width:220px}}@media (max-width: 900px){.project-card{flex:0 0 48%;max-width:180px}}@media (max-width: 700px){.project-card{flex:0 0 80vw;min-width:180px;max-width:65vw}.project-img{height:20px;width:100%;border-radius:10px;object-fit:cover}}.project-img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:.5rem;transition:transform .2s,box-shadow .2s}.project-img:hover{transform:scale(1.05);box-shadow:0 4px 16px #2563eb2e}.project-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.7rem;margin-top:auto;margin-bottom:0;width:100%}.project-links a.visit-link{background:none!important;color:#222!important;border:1px solid #111;border-radius:8px;padding:.3em 1em;font-size:1rem;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5em;transition:border-color .2s,color .2s,background .2s,transform .2s}.project-links a.visit-link:hover{color:#fff;border-color:#222;transform:scale(1.05)}.visit-arrow{display:inline-block;font-size:1.2em;transform:rotate(20deg);margin-left:.2em}.contact-section{color:#111;background:linear-gradient(120deg,#e3f2fd,#1976d2);border-radius:18px;box-shadow:0 2px 8px #0000000a;padding:2rem;margin:2rem}.contact-section h3{margin:0;font-family:Mozilla Headline,sans-serif;font-size:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.contact-form input,.contact-form textarea{color:#222;background:#f2f2f3;border:2px solid #222;border-radius:12px;padding:.7em 1em;font-size:1rem;font-family:inherit;box-shadow:1px 2px #222;resize:none}.contact-form button{margin-top:.5rem}.portfolio-container{background:#f2f2f3;min-height:100vh;font-family:Inter,Comic Sans MS,cursive,sans-serif;display:flex;flex-direction:column}.portfolio-header{padding:2rem 0 1rem;text-align:left;position:relative}.portfolio-header .dot{width:16px;height:16px;background:#222;border-radius:50%;position:absolute;left:2rem;top:2rem}.portfolio-header h2{font-size:2.2rem;font-weight:700;margin-left:2.5rem;margin-bottom:.2rem}.subtitle{font-size:1.2rem;margin-left:2.5rem;color:#222}.exp{font-size:1rem;margin-left:2.5rem;color:#555}main{flex:1;display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.about-section,.projects-section{background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;padding:2rem;margin:0 2rem}.about-section h3{font-size:1.5rem;margin-bottom:.5rem;font-family:inherit}.projects-list{list-style:none;padding:0}.projects-list li{margin-bottom:.7rem;font-size:1.1rem}.discovery-btn{background:#fff;color:#222;border:2px solid #222;border-radius:32px;padding:.8em 2em;font-size:1.2rem;font-family:inherit;box-shadow:3px 4px #222;margin-bottom:1rem;cursor:pointer;position:relative;transition:box-shadow .2s}.discovery-btn:hover{box-shadow:1px 2px #222}.shy-text{color:#444;font-size:1rem}.shy-text a{color:#222;text-decoration:underline}.portfolio-footer{background:#f2f2f3;padding:2rem 2rem 1rem;position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:180px}.footer-links{display:flex;gap:1.5rem;margin-bottom:1rem}.footer-btn{background:#fff;border:2px solid #222;border-radius:32px;padding:.5em 1.5em;font-size:1.1rem;font-family:inherit;box-shadow:2px 3px #222;display:inline-flex;align-items:center;gap:.5em;text-decoration:none;color:#222;position:relative;transform:rotate(-8deg);margin-right:.5rem}.footer-btn:nth-child(2){transform:rotate(12deg)}.arrow{font-size:1.2em}.footer-title{font-family:Pacifico,Comic Sans MS,cursive;font-size:5rem;font-weight:700;color:#111;margin:.5rem 0 0 .2rem;letter-spacing:-.1em;line-height:1}.footer-meta{font-size:1rem;color:#222;margin-top:1rem;margin-left:.2rem;display:flex;flex-direction:column;gap:.2rem}.hero-connect-text{display:block;text-align:center;margin-bottom:.5rem;font-size:1.3rem;color:#000;font-weight:500;letter-spacing:.02em;position:relative;z-index:1}@media (max-width: 700px){.hero-socials{position:static;width:auto;height:auto;display:flex;flex-direction:row;justify-content:center;gap:1.2rem;margin-top:1.2rem;pointer-events:auto}.hero-social-link{position:static;opacity:1!important;transform:none!important;transition:none!important;width:44px;height:44px;font-size:1.5rem}}.github-logo-link{background:none!important;border:none!important;padding:0!important;margin:0!important;box-shadow:none!important;display:flex;align-items:center;cursor:pointer}.github-logo-link img{width:28px;height:28px;object-fit:contain;filter:grayscale(.7) brightness(.9);transition:filter .2s,transform .2s;background:none!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0 .5rem 0 0!important}.github-logo-link:hover img{filter:none;transform:scale(1.15)}.testimonial-section{font-family:Inter,Segoe UI,Arial,sans-serif;width:100%;padding:60px 0 40px;background:#f8fafc;display:flex;flex-direction:column;align-items:center}.testimonial-slider{width:90%;max-width:800px;position:relative;overflow:hidden}.testimonial-card{display:flex;align-items:center;background:linear-gradient(90deg,#c2e9fb,#b9d4ff);box-shadow:0 4px 24px #00000014;border-radius:18px;padding:32px 24px;min-height:220px;transition:box-shadow .3s;opacity:1;transition:opacity .4s}.fade-in{opacity:1}.fade-out{opacity:0}.testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-right:32px;border:3px solid #fff;box-shadow:0 2px 8px #00000014}.testimonial-content{flex:1}.testimonial-name{font-weight:700;font-size:1.1rem;margin-bottom:6px;color:#000}.testimonial-text{font-size:1rem;color:#222;margin-bottom:0}.testimonial-dots{display:flex;justify-content:center;margin-top:18px}.testimonial-dot{width:12px;height:12px;border-radius:50%;background:#c2e9fb;margin:0 6px;cursor:pointer;transition:background .2s}.testimonial-dot.active{background:#2563eb}
