*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0d1117;color:#e6edf3;line-height:1.6;overflow-x:hidden}.container{width:90%;margin:0 auto;padding:0 20px}header{position:fixed;top:0;width:100%;background:rgba(13,17,23,0.9);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #21262d}nav{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#58a6ff}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#e6edf3;text-decoration:none;transition:color .3s ease;font-weight:500}.nav-links a:hover,.nav-links a.active{color:#58a6ff}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#0d1117 0,#161b22 100%);position:relative}.hero-content{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:center;width:100%}.hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#e6edf3 0,#8b949e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text .subtitle{font-size:1.5rem;color:#1e90d6;margin-bottom:1.5rem;font-weight:600}.hero-text .description{font-size:1.1rem;color:#8b949e;margin-bottom:2rem;max-width:500px}.cta-button{display:inline-block;padding:12px 30px;background:#238636;color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:2px solid #238636}.cta-button:hover{background:transparent;color:#238636;transform:translateY(-2px)}.profile-image{width:250px;height:250px;border-radius:50%;background:linear-gradient(135deg,#21262d 0,#30363d 100%);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#1e90d6;border:3px solid #30363d;justify-self:center}.about{padding:100px 0;background:#0d1117}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#e6edf3}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;color:#8b949e;line-height:1.8}.skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.skill-card{background:linear-gradient(135deg,#161b22 0,#21262d 100%);padding:1.5rem;border-radius:12px;border:1px solid #30363d;text-align:center;transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px);border-color:#1e90d6}.skill-card h3{color:#1e90d6;margin-bottom:.5rem;display:flex;align-items:center;gap:.8rem;justify-content:center;font-size:1.2rem}.skill-card .skill-icon{font-size:1.5rem}.projects{padding:100px 0;background:linear-gradient(135deg,#161b22 0,#0d1117 100%)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:linear-gradient(135deg,#0d1117 0,#161b22 100%);border-radius:16px;padding:2rem;border:1px solid #21262d;transition:all .3s ease;position:relative;overflow:hidden}.project-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#1e90d6;opacity:0;transition:opacity .3s ease}.project-card:hover{transform:translateY(-10px);border-color:#30363d}.project-card:hover::before{opacity:1}.project-card h3{color:#e6edf3;margin-bottom:1rem;font-size:1.3rem}.project-card p{color:#8b949e;margin-bottom:1.5rem;line-height:1.6}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#21262d;color:#58a6ff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-links a{color:#58a6ff;text-decoration:none;font-weight:500;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.project-links a:hover{color:#79c0ff}.contact{padding:100px 0;background:#0d1117}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-info{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.contact-item{background:linear-gradient(135deg,#161b22 0,#21262d 100%);padding:3rem 2rem;border-radius:16px;border:1px solid #30363d;transition:all .3s ease;flex:1;min-width:280px;max-width:400px;text-align:center}.contact-item:hover{transform:translateY(-5px);border-color:#58a6ff}.contact-item h3{color:#58a6ff;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-item a{color:#e6edf3;text-decoration:none;font-weight:500}.contact-item a:hover{color:#58a6ff}footer{background:#161b22;padding:2rem 0;text-align:center;border-top:1px solid #21262d}@media(max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.nav-links{display:none}.projects-grid{grid-template-columns:1fr}.profile-image{width:200px;height:200px;font-size:3rem}.contact-info{flex-direction:column;align-items:center}.contact-item{max-width:500px;width:100%}}@media(max-width:1200px){.contact-info{justify-content:space-around}}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.profile-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-image .fallback-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#1e90d6;z-index:1}