*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#1e293b;background:#f8fafc}.app{min-height:100vh}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 20px #00000014;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .2s}.logo:hover{color:#1d4ed8}.nav-links{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#2563eb;border-radius:1px}.main-content{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem}.hero h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:700}.hero h2{font-size:1.5rem;margin-bottom:1rem;opacity:.9;font-weight:400}.hero p{font-size:1.25rem;margin-bottom:3rem;opacity:.9}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.875rem;opacity:.8}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn.primary{background:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn.primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn.secondary:hover{background:#ffffff1a;border-color:#fff}.btn.full-width{width:100%;justify-content:center}.page{padding:4rem 0}.page h1{font-size:2.75rem;margin-bottom:1rem;color:#1e293b;font-weight:700}.page>p{font-size:1.125rem;color:#64748b;margin-bottom:3rem}.about-content{display:grid;gap:3rem}.about-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1e293b}.about-section p{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem}.experience-item,.education-item{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 2px 10px #0000000d;margin-bottom:1.5rem}.experience-item h3,.education-item h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.company,.institution{color:#2563eb;font-weight:600;margin-bottom:1rem}.experience-item ul{list-style:none;padding-left:0}.experience-item li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#64748b}.experience-item li:before{content:"▸";position:absolute;left:0;color:#2563eb;font-weight:700}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 10px #0000000d}.skill-category h4{margin-bottom:1rem;color:#1e293b;font-size:1.125rem}.skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}.projects-header{text-align:center;margin-bottom:4rem}.projects-header p{font-size:1.25rem;color:#64748b;margin-top:1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.project-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.project-image{height:200px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;color:#64748b;font-size:3rem}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:2rem}.project-card h3{font-size:1.375rem;margin-bottom:1rem;color:#1e293b}.project-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.project-highlights{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.highlight-tag{color:#059669;font-size:.875rem;font-weight:500}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{background:#f1f5f9;color:#475569;padding:.375rem .875rem;border-radius:1rem;font-size:.75rem;font-weight:500}.project-links{display:flex;gap:1rem}.projects-footer{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000000d}.projects-footer a{color:#2563eb;text-decoration:none;font-weight:600}.projects-footer a:hover{text-decoration:underline}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h2{margin-bottom:1rem;color:#1e293b}.contact-info>p{color:#64748b;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 10px #0000000d}.contact-icon{font-size:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:.75rem}.contact-details h3{margin-bottom:.25rem;color:#1e293b;font-size:1rem}.contact-details a{color:#2563eb;text-decoration:none;font-weight:500}.contact-details a:hover{text-decoration:underline}.availability{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 10px #0000000d}.availability h3{margin-bottom:1rem;color:#1e293b}.status-indicator{display:flex;align-items:center;gap:.75rem}.status-dot{width:.75rem;height:.75rem;border-radius:50%}.status-dot.available{background:#10b981;box-shadow:0 0 0 3px #10b98133}.contact-form{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014}.contact-form h3{margin-bottom:1.5rem;color:#1e293b}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}@media(max-width:768px){.navbar{padding:1rem}.nav-links{gap:1rem}.hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1.5rem}.hero-buttons{flex-direction:column;align-items:center}.contact-content{grid-template-columns:1fr;gap:2rem}.main-content{padding:0 1rem}.projects-grid,.skills-grid{grid-template-columns:1fr}}
