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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0a;color:#fff;cursor:none;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.cursor{border:2px solid #0ff;border-radius:50%;height:25px;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);transition:transform .15s ease,background .3s ease;width:25px;z-index:2000}.cursor.active{background:#ff00ff4d;transform:translate(-50%,-50%) scale(1.5)}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;display:flex;justify-content:space-between;padding:15px 50px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar .logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ff,#f0f);-webkit-background-clip:text;background-clip:text;cursor:pointer;font-size:1.5rem;font-weight:700;transition:all .3s ease}.navbar .logo:hover{filter:drop-shadow(0 0 10px rgba(0,255,255,.5));transform:scale(1.05)}.navbar .logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0f,#0ff);-webkit-background-clip:text;background-clip:text}.navbar ul{display:flex;list-style:none}.navbar ul li{margin-left:20px}.navbar ul li a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease,transform .2s ease}.navbar ul li a:hover{color:#0ff;transform:scale(1.1)}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative;text-align:center}.hero h1{color:#0ff;font-size:3.5rem;margin-bottom:20px}.hero h2{animation:typing 4s steps(30),blink .7s step-end infinite alternate;border-right:3px solid #0ff;color:#f0f;font-size:1.8rem;font-weight:400;margin-bottom:30px;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}.profile-image{border-radius:50%;height:220px;margin-top:30px;overflow:hidden;position:relative;width:220px;z-index:1}.profile-image img{border-radius:50%;filter:brightness(1.1) contrast(1.1);height:100%;object-fit:cover;width:100%}.profile-image:after{animation:spinGlow 6s linear infinite;background:conic-gradient(#0ff,#f0f,#0ff);border-radius:50%;content:"";height:calc(100% + 20px);left:-10px;position:absolute;top:-10px;width:calc(100% + 20px);z-index:-1}@keyframes spinGlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}section{margin:auto;max-width:1200px;padding:80px 20px}.about,.contact,.projects,.skills{margin-top:60px}.about h2,.contact h2,.projects h2,.skills h2{-webkit-text-fill-color:#0000;animation:gradientFlow 4s linear infinite;background:linear-gradient(135deg,#0ff,#f0f,#0ff);-webkit-background-clip:text;background-size:200% auto;font-size:2.5rem;margin-bottom:30px}@keyframes gradientFlow{0%{background-position:0 50%}to{background-position:200% 50%}}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:#111;border-radius:15px;cursor:pointer;padding:20px;perspective:1000px;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease}.project-card:hover{box-shadow:0 0 20px #0ff;transform:rotateY(8deg) rotateX(4deg) scale(1.02)}.project-card h3{color:#0ff;margin-bottom:15px}.project-card p{color:#ccc;font-size:.95rem}.about p{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin:0 auto 40px;max-width:800px;text-align:center}.about-tags{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin-top:40px}.about-tags li{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00ffff1a,#ff00ff1a);border:1px solid #00ffff4d;border-radius:15px;padding:25px;text-align:center;transition:all .3s ease}.about-tags li:hover{border-color:#0ff;box-shadow:0 8px 25px #0ff3;transform:translateY(-5px)}.about-tags li strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ff,#f0f);-webkit-background-clip:text;display:block;font-size:1.1rem;margin-bottom:8px}.skills-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00ffff1a,#ff00ff1a);border:1px solid #00ffff4d;border-radius:15px;padding:30px;transition:all .3s ease}.skill-category:hover{border-color:#0ff;box-shadow:0 10px 30px #0ff3}.skill-category h3{color:#0ff;font-size:1.3rem;margin-bottom:20px;text-align:center}.skill-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.skill-tag{background:#0ff3;border:1px solid #0ff6;border-radius:20px;color:#fff;font-size:.9rem;padding:8px 15px;transition:all .3s ease}.skill-tag:hover{background:#f0f3;border-color:#f0f;transform:scale(1.05)}.contact-links a{color:#0ff;font-size:1.2rem;margin-right:20px;transition:transform .3s}.contact-links a:hover{color:#f0f;transform:scale(1.2)}footer{background:#111;color:#888;margin-top:50px;padding:20px;text-align:center}@media (max-width:768px){.navbar{flex-direction:column;gap:15px;padding:15px 20px}.navbar ul{flex-wrap:wrap;gap:15px;justify-content:center}.navbar ul li{margin:0}.hero h1{font-size:2.5rem}.hero h2{font-size:1.4rem;padding:0 20px}.profile-image{height:180px;width:180px}section{padding:60px 15px}.about h2,.contact h2,.projects h2,.skills h2{font-size:2rem}.about-tags{gap:20px;grid-template-columns:1fr}.projects-grid,.skills-grid{gap:25px;grid-template-columns:1fr}.skill-category{padding:25px}.about-tags li{padding:20px}}@media (max-width:480px){.hero h1{font-size:2rem}.hero h2{font-size:1.2rem}.profile-image{height:150px;width:150px}.cursor{display:none}body{cursor:auto}.navbar{padding:10px 15px}section{padding:40px 15px}.about h2,.contact h2,.projects h2,.skills h2{font-size:1.8rem}}
/*# sourceMappingURL=main.3a863d9b.css.map*/