@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}html{scroll-behavior:smooth}*:focus{outline:2px solid #2563eb;outline-offset:2px}button:focus,.btn:focus{outline:2px solid #2563eb;outline-offset:2px}input:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#2563eb}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#e5e7eb}.hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#d1d5db}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.profile-placeholder{width:300px;height:300px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.about{background:#f9fafb}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text p{font-size:1.125rem;margin-bottom:1.5rem;color:#4b5563;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#6b7280;font-weight:500}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.skill-category h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937;text-align:center}.skill-items{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-item{background:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;transition:all .3s ease}.skill-item:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.projects{background:#f9fafb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-placeholder{font-size:4rem;color:#fff}.project-content{padding:2rem}.project-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.project-content p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech span{background:#e5e7eb;color:#374151;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover{color:#1d4ed8;text-decoration:underline}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.contact-info p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#374151}.contact-icon{font-size:1.25rem}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1f2937;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.social-links{display:flex;gap:1.5rem}.social-link{color:#d1d5db;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#2563eb}@media (max-width: 768px){.nav-menu{display:none}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.profile-placeholder{width:200px;height:200px;font-size:5rem}.section-title{font-size:2rem}.about-stats,.skills-grid,.projects-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;text-align:center}.container{padding:0 1rem}.hero{padding:6rem 1rem 3rem}section{padding:3rem 0}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px;text-align:center}.skill-items,.project-tech{justify-content:flex-start}.project-links{flex-direction:column}}
