@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Fira+Code:wght@400;500&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a1a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}code{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a1a}::-webkit-scrollbar-thumb{background:#6366f1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#818cf8}::selection{background:#6366f14d;color:#fff}.navbar{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a1ad9;border-bottom:1px solid #6366f11a;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{box-shadow:0 4px 30px #0000004d;padding:.7rem 2rem}.nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links li a{color:#94a3b8;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links li a:after{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:hover{color:#e2e8f0}.nav-links li a:hover:after{width:100%}.mobile-menu-btn{background:none;border:none;color:#e2e8f0;cursor:pointer;display:none;font-size:1.5rem}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 4rem;position:relative}.hero,.hero-bg{overflow:hidden}.hero-bg{inset:0;position:absolute}.hero-gradient-orb{animation:float 8s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.hero-gradient-orb:first-child{animation-delay:0s;background:#6366f1;height:500px;right:-100px;top:-100px;width:500px}.hero-gradient-orb:nth-child(2){animation-delay:-3s;background:#a855f7;bottom:-50px;height:400px;left:-100px;width:400px}.hero-gradient-orb:nth-child(3){animation-delay:-5s;background:#ec4899;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hero-inner{align-items:center;display:flex;gap:4rem;justify-content:center;max-width:1200px;position:relative;width:100%;z-index:2}.hero-content{flex:1 1;max-width:600px;text-align:left}.hero-photo{flex-shrink:0;position:relative}.hero-photo-wrapper{animation:photoFloat 6s ease-in-out infinite;background:linear-gradient(135deg,#0a0a1a,#1a1a3e);border:3px solid #a855f766;border-radius:50%;height:320px;overflow:hidden;position:relative;width:320px;z-index:2}.hero-photo-wrapper img{display:block;height:100%;object-fit:cover;object-position:center 20%;width:100%}.hero-photo-wrapper:after{background:radial-gradient(circle,#0000 55%,#0a0a1a99 100%);border-radius:50%;content:"";inset:0;pointer-events:none;position:absolute}.hero-photo-glow{animation:glowPulse 4s ease-in-out infinite;background:radial-gradient(circle,#6366f14d 0,#a855f726 50%,#0000 70%);inset:-20px;z-index:0}.hero-photo-glow,.hero-photo-ring{border-radius:50%;position:absolute}.hero-photo-ring{animation:ringRotate 20s linear infinite;border:2px dashed #a855f74d;inset:-10px;z-index:1}@keyframes photoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes ringRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-greeting{color:#a855f7;font-size:1.1rem;font-weight:500;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0 50%,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-title{color:#94a3b8;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:400;margin-bottom:2rem}.hero-title .highlight{color:#6366f1;font-weight:600}.hero-description{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{align-items:center;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 10px 40px #6366f166;transform:translateY(-2px)}.btn-outline{align-items:center;background:#0000;border:2px solid #6366f180;border-radius:50px;color:#e2e8f0;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#6366f11a;border-color:#6366f1;transform:translateY(-2px)}.scroll-indicator{align-items:center;animation:bounce 2s ease-in-out infinite;bottom:2rem;color:#64748b;display:flex;flex-direction:column;font-size:.8rem;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}.section{margin:0 auto;max-width:1200px;padding:6rem 2rem;position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-label{color:#a855f7;font-size:.85rem;font-weight:600;letter-spacing:3px;margin-bottom:.75rem;text-transform:uppercase}.section-title{color:#f1f5f9;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}.section-divider{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;height:4px;margin:1rem auto 0;width:60px}.about-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.about-image-wrapper{display:flex;justify-content:center;position:relative}.about-image-frame{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);border-radius:20px;height:380px;overflow:hidden;padding:4px;position:relative;width:320px}.about-image-frame img{border-radius:17px;height:100%;object-fit:cover;width:100%}.about-image-placeholder{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:17px;color:#6366f1;display:flex;font-size:5rem;height:100%;justify-content:center;width:100%}.about-image-decoration{border:2px solid #6366f14d;border-radius:20px;height:100%;left:20px;position:absolute;top:20px;width:100%;z-index:-1}.about-content h3{color:#f1f5f9;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.about-content h3 .accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text}.about-text{color:#94a3b8;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat-item{background:#6366f10d;border:1px solid #6366f11a;border-radius:12px;padding:1.2rem;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#6366f14d;transform:translateY(-3px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.stat-label{color:#64748b;font-size:.85rem;margin-top:.3rem}.skills-section{background:linear-gradient(180deg,#0000,#6366f108,#0000)}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{background:#0f0f2399;border:1px solid #6366f11a;border-radius:16px;overflow:hidden;padding:2rem;position:relative;transition:all .4s ease}.skill-category:before{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.skill-category:hover{border-color:#6366f14d;box-shadow:0 20px 40px #6366f11a;transform:translateY(-5px)}.skill-category:hover:before{opacity:1}.skill-category-icon{align-items:center;display:flex;font-size:2.2rem;gap:.75rem;margin-bottom:1rem}.skill-category-icon span{color:#e2e8f0;font-size:1.1rem;font-weight:700}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.skill-tag{align-items:center;background:#6366f11a;border:1px solid #6366f126;border-radius:20px;color:#c4b5fd;display:flex;font-size:.85rem;gap:.4rem;padding:.4rem .9rem;transition:all .3s ease}.skill-tag:hover{background:#6366f133;border-color:#6366f166;transform:scale(1.05)}.skill-tag .tag-icon{font-size:1rem}.experience-timeline{margin:0 auto;max-width:900px;padding-left:2rem;position:relative}.experience-timeline:before{background:linear-gradient(180deg,#6366f1,#a855f7,#a855f71a);bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.exp-card{background:#0f0f2399;border:1px solid #6366f11a;border-radius:16px;margin-bottom:1.5rem;padding:1.8rem;position:relative;transition:all .4s ease}.exp-card:hover{border-color:#6366f14d;box-shadow:0 10px 40px #6366f11a;transform:translateX(4px)}.exp-dot{background:#6366f1;border:3px solid #0a0a1a;border-radius:50%;box-shadow:0 0 10px #6366f180;height:12px;left:-2.65rem;position:absolute;top:2rem;width:12px}.exp-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.exp-title{color:#f1f5f9;font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.exp-company{color:#a855f7;font-size:.95rem;font-weight:500}.exp-client{color:#64748b;font-weight:400}.exp-header-right{flex-shrink:0;text-align:right}.exp-period{color:#6366f1;display:block;font-size:.85rem;font-weight:600;margin-bottom:.2rem}.exp-location{color:#64748b;font-size:.8rem}.exp-highlights{list-style:none;margin:0 0 1.2rem;padding:0}.exp-highlights li{color:#94a3b8;font-size:.92rem;line-height:1.7;margin-bottom:.6rem;padding-left:1.2rem;position:relative}.exp-highlights li:before{color:#6366f1;content:"▹";font-size:1rem;left:0;position:absolute}.exp-tech{display:flex;flex-wrap:wrap;gap:.5rem}.exp-tech span{background:#a855f71a;border-radius:4px;color:#a855f7;font-family:Fira Code,monospace;font-size:.75rem;padding:.3rem .7rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.project-card{background:#0f0f2399;border:1px solid #6366f11a;border-radius:16px;overflow:hidden;position:relative;transition:all .4s ease}.project-card:hover{border-color:#6366f14d;box-shadow:0 20px 60px #6366f126;transform:translateY(-8px)}.project-card-header{align-items:flex-start;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 0}.project-icon{color:#6366f1;font-size:2.5rem}.project-links{display:flex;gap:.75rem}.project-links a{color:#64748b;font-size:1.2rem;transition:color .3s ease}.project-links a:hover{color:#6366f1}.project-card-body{padding:1.5rem}.project-card-body h3{color:#f1f5f9;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.project-card-body p{color:#94a3b8;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech span{background:#a855f71a;border-radius:4px;color:#a855f7;font-family:Fira Code,monospace;font-size:.75rem;padding:.3rem .7rem}.contact-section{background:linear-gradient(180deg,#0000,#6366f108)}.contact-content{margin:0 auto;max-width:600px;text-align:center}.contact-text{color:#94a3b8;font-size:1.15rem;line-height:1.8;margin-bottom:2.5rem}.contact-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.contact-link{align-items:center;background:#0f0f2399;border:1px solid #6366f126;border-radius:12px;color:#e2e8f0;display:flex;font-weight:500;gap:.75rem;padding:1rem 1.8rem;text-decoration:none;transition:all .3s ease}.contact-link:hover{background:#6366f11a;border-color:#6366f1;box-shadow:0 10px 30px #6366f133;transform:translateY(-3px)}.contact-link-icon{color:#6366f1;font-size:1.3rem}.footer{border-top:1px solid #6366f11a;color:#475569;font-size:.9rem;padding:2rem;text-align:center}.footer .heart{color:#ec4899}.particles{inset:0;pointer-events:none;position:fixed;z-index:0}.particle{animation:drift linear infinite;background:#6366f14d;border-radius:50%;height:3px;position:absolute;width:3px}@keyframes drift{0%{opacity:0;transform:translateY(100vh) rotate(0deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-10vh) rotate(2turn)}}@media (max-width:900px){.hero{padding-top:5rem}.hero-inner{flex-direction:column-reverse;gap:2.5rem}.hero-content,.hero-inner{text-align:center}.hero-photo-wrapper{height:240px;width:240px}.about-container{gap:2rem;grid-template-columns:1fr;text-align:center}.about-stats{grid-template-columns:repeat(3,1fr)}.about-image-frame{height:320px;width:260px}}@media (max-width:768px){.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a1af2;border-bottom:1px solid #6366f11a;display:none;flex-direction:column;gap:1rem;left:0;padding:1.5rem;position:absolute;right:0;top:100%}.nav-links.open{display:flex}.mobile-menu-btn{display:block}.exp-header{flex-direction:column}.exp-header-right{text-align:left}.projects-grid{grid-template-columns:1fr}.section{padding:4rem 1.5rem}.hero-cta{align-items:center;flex-direction:column;justify-content:center}.hero-photo-wrapper{height:200px;width:200px}}@media (max-width:480px){.about-stats{gap:1rem}.about-stats,.skills-grid{grid-template-columns:1fr}.contact-links{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.f5037a9c.css.map*/