*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background-color:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{color:#cbd5e1;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#667eea}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.menu-toggle{display:none;background:transparent;color:#e2e8f0}.footer{background-color:#1e293b;padding:2rem 0;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.social-links{display:flex;gap:1.5rem}.social-link{color:#cbd5e1;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff0d}.social-link:hover{color:#667eea;background-color:#667eea1a;transform:translateY(-3px)}.copyright{color:#64748b;font-size:.875rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background-color:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background-color:#667eea1a;transform:translateY(-2px)}.hero{padding:6rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.75rem;color:#94a3b8;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:#cbd5e1;margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:#1e293b;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease;border:1px solid rgba(255,255,255,.1)}.feature-card:hover{transform:translateY(-5px)}.feature-icon{display:inline-flex;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin-bottom:1rem;color:#fff}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#e2e8f0}.feature-card p{color:#94a3b8;line-height:1.6}.about{padding:3rem 0}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.page-subtitle{text-align:center;color:#94a3b8;font-size:1.125rem;margin-bottom:3rem}.about-intro{margin-bottom:4rem}.about-text{max-width:800px;margin:2rem auto}.about-text p{margin-bottom:1.5rem;font-size:1.125rem;color:#cbd5e1;line-height:1.8}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.skill-card{background-color:#1e293b;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px)}.skill-icon{color:#667eea;margin-bottom:1rem}.skill-name{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.skill-level{width:100%;height:8px;background-color:#ffffff1a;border-radius:4px;overflow:hidden}.skill-bar{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width 1s ease}.projects{padding:3rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.project-card{background-color:#1e293b;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.project-image{width:100%;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#e2e8f0}.project-description{color:#94a3b8;margin-bottom:1rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:#667eea1a;color:#667eea;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff0d;border-radius:6px;color:#cbd5e1;font-weight:500;transition:all .3s ease}.project-link:hover{background-color:#667eea33;color:#667eea}.contact{padding:3rem 0}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#1e293b;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.contact-item svg{color:#667eea;flex-shrink:0}.contact-item h3{font-size:1.125rem;margin-bottom:.25rem;color:#e2e8f0}.contact-item p{color:#94a3b8}.contact-form{background-color:#1e293b;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#cbd5e1;font-weight:500}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e2e8f0;font-size:1rem;font-family:inherit;transition:border-color .3s ease;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#667eea}.submit-btn{width:100%;justify-content:center}@media (max-width: 768px){.nav{display:none;position:fixed;top:80px;left:0;right:0;background-color:#0f172afa;flex-direction:column;align-items:center;gap:0;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);z-index:999}.nav.nav-open{display:flex}.nav-link{width:100%;text-align:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.menu-toggle{display:flex}.hero{padding:3rem 0}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.contact-content{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.contact-info{gap:1rem}.contact-item{padding:1rem}.contact-form{padding:1.5rem 1rem}.page-title{font-size:1.8rem}.page-subtitle{font-size:1rem;margin-bottom:1.5rem}.projects-grid,.skills-grid,.features-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.contact-form{padding:1rem}.contact-item{flex-direction:column;gap:.5rem}.btn{padding:.75rem 1.25rem;font-size:.9rem}.section-title,.page-title{font-size:1.5rem}}
