@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;left:0;right:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease;margin:0}nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#667eea}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#667eea;transition:width .3s ease}.nav-links a:hover:after{width:100%}section{scroll-margin-top:100px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;padding-top:100px}.hero-content{z-index:2;animation:fadeInUp 1s ease}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero .subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;opacity:.8}.cta-button{display:inline-block;background:#fff3;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.cta-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.floating-element{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;animation:float 6s ease-in-out infinite}.floating-1{top:20%;left:10%;width:80px;height:80px;animation-delay:0s}.floating-2{top:60%;right:15%;width:60px;height:60px;animation-delay:2s}.floating-3{bottom:30%;left:5%;width:100px;height:100px;animation-delay:4s}.about{padding:6rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8}.about-text h3{font-size:1.8rem;margin-bottom:1rem;color:#333}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.skill-category{background:linear-gradient(135deg,#f8f9ff,#e8f0ff);padding:2rem;border-radius:15px;transition:transform .3s ease;opacity:0;transform:translateY(30px)}.skill-category:hover{transform:translateY(-5px)}.skill-category h4{font-size:1.2rem;font-weight:700;color:#667eea;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#fff;color:#667eea;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e8f0ff}.experience{padding:5rem 0;background:linear-gradient(135deg,#f8f9ff,#e8f0ff)}.experience-timeline{max-width:800px;margin:0 auto;position:relative}.timeline-item{background:#fff;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a;position:relative;border-left:4px solid #667eea;opacity:0;transform:translateY(30px)}.timeline-item h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.timeline-period{color:#667eea;font-weight:600;margin-bottom:1rem}.timeline-description{color:#666;line-height:1.6}.projects{padding:5rem 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:linear-gradient(135deg,#f8f9ff,#e8f0ff);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #e8f0ff;opacity:0;transform:translateY(30px)}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #667eea26}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.project-type{color:#667eea;font-weight:600;margin-bottom:1rem;font-size:.9rem}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#fff;color:#667eea;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e8f0ff}.project-insights{background:#fffc;padding:1rem;border-radius:10px;margin-top:1rem}.project-insights h4{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.project-insights p{color:#666;font-size:.9rem;line-height:1.5}.status-badge{display:inline-block;background:#10b981;color:#fff;padding:.2rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:1rem}.status-badge.in-progress{background:#f59e0b}.contact{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem}.contact p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.contact-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-btn{background:#fff3;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.contact-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.2rem}.about-content{grid-template-columns:1fr;gap:2rem}.skills-grid,.projects-grid{grid-template-columns:1fr}.contact-buttons{flex-direction:column;align-items:center}}.mobile-tabs{display:none}@media (max-width: 768px){.nav-links{display:none}.mobile-tabs{display:flex;gap:8px;padding:8px 12px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #eee;border-bottom:1px solid #eee;position:sticky;top:64px;z-index:50;justify-content:center}.mobile-tabs a{padding:8px 12px;border-radius:999px;background:#f3f4ff;font-weight:600;text-decoration:none;color:#333}}@media (max-width: 600px){.contact-buttons{flex-direction:row;gap:.5rem}.contact-btn{flex:1 1 45%;text-align:center}}.primary-btn{display:inline-block;margin-top:10px;padding:10px 14px;background:#667eea;color:#fff;border-radius:10px;text-decoration:none;font-weight:700}
