body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.header h1{font-size:1.5rem;font-weight:700}.header nav{display:flex;gap:2rem}.header nav a{color:#fff;font-weight:500;text-decoration:none;transition:opacity .3s}.header nav a:hover{opacity:.8}.main{flex:1 1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.3rem;opacity:.9}.projects{background:#f8f9fa;padding:5rem 0}.projects h2{color:#667eea;font-size:2.5rem;margin-bottom:3rem;text-align:center}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s,box-shadow .3s}.project-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.project-card h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.project-card p{color:#666;line-height:1.8;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#667eea;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.project-links{display:flex;gap:1rem}.btn-primary{background:#667eea;border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:background .3s}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#fff;border:2px solid #667eea;border-radius:6px;color:#667eea;display:inline-block;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#667eea;color:#fff}.coming-soon{border:2px dashed #ddd;opacity:.6}.about{padding:5rem 0;text-align:center}.about h2{color:#667eea;font-size:2.5rem;margin-bottom:2rem}.about p{color:#666;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:800px}.contact{background:#f8f9fa;padding:5rem 0;text-align:center}.contact h2{color:#667eea;font-size:2.5rem;margin-bottom:1rem}.contact p{color:#666;font-size:1.2rem;margin-bottom:2rem}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center}.footer p{opacity:.8}@media (max-width:768px){.header .container{flex-direction:column;gap:1rem}.hero h2{font-size:2rem}.hero p{font-size:1rem}.project-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.12c4a6d0.css.map*/