:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f7fafc;color:#2d3748}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}#root{min-height:100vh;display:flex;flex-direction:column}.navigation{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#1e90ff,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:#555;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:#1e90ff}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(135deg,#1e90ff,#06c);border-radius:2px}@media (max-width: 768px){.nav-container{padding:1rem}.logo{font-size:1.2rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem}}.footer{background:#2d3748;color:#fff;margin-top:4rem;padding:3rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#e0e7ff}.social-links{display:flex;gap:1.5rem;flex-wrap:wrap}.social-links a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#1e90ff}.footer-text{color:#cbd5e0;margin:.5rem 0;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.social-links{justify-content:center}}.home{max-width:1200px;margin:0 auto}.hero{text-align:center;padding:4rem 2rem;margin-bottom:4rem}.hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#1e90ff,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;color:#666;margin-bottom:1.5rem}.intro{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#1e90ff,#06c);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-secondary{background:#fff;color:#1e90ff;border:2px solid #1e90ff}.btn-secondary:hover{background:#1e90ff;color:#fff;transform:translateY(-2px)}.about,.skills{padding:3rem 2rem;margin-bottom:3rem}.about h2,.skills h2{font-size:2rem;margin-bottom:1.5rem;text-align:center}.about-content{max-width:800px;margin:0 auto}.about-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.skill-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px)}.skill-category h3{color:#1e90ff;margin-bottom:1rem;font-size:1.3rem}.skill-category ul{list-style:none;padding:0}.skill-category li{padding:.5rem 0;color:#555;border-bottom:1px solid #eee}.skill-category li:last-child{border-bottom:none}@media (max-width: 768px){.hero h1{font-size:2rem}.tagline{font-size:1.2rem}.skills-grid{grid-template-columns:1fr}}.projects-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#1e90ff,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{font-size:1.1rem;color:#666}.featured-projects,.other-projects{margin-bottom:4rem}.featured-projects h2,.other-projects h2{font-size:1.8rem;margin-bottom:2rem;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.project-card.featured{border:2px solid #1e90ff}.project-image{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.project-description{color:#555;line-height:1.6;margin-bottom:1rem;flex-grow:1}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#e0e7ff;color:#1e90ff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{padding:.5rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #1e90ff;color:#1e90ff}.project-link:hover,.project-link.primary{background:#1e90ff;color:#fff}.project-link.primary:hover{background:#5568d3;border-color:#5568d3}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}.blog-page{max-width:900px;margin:0 auto;padding:2rem}.blog-posts{display:flex;flex-direction:column;gap:3rem}.blog-post-preview{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blog-post-preview:hover{transform:translateY(-3px);box-shadow:0 8px 16px #00000026}.post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.post-date{color:#1e90ff;font-weight:500}.read-time:before{content:"•";margin-right:.5rem;color:#ccc}.blog-post-preview h2{font-size:1.8rem;margin-bottom:1rem}.blog-post-preview h2 a{color:#333;text-decoration:none;transition:color .3s ease}.blog-post-preview h2 a:hover{color:#1e90ff}.excerpt{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#e0e7ff;color:#1e90ff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.read-more{color:#1e90ff;text-decoration:none;font-weight:600;transition:color .3s ease}.read-more:hover{color:#06c}.blog-post-page{max-width:800px;margin:0 auto;padding:2rem}.back-link{display:inline-block;color:#1e90ff;text-decoration:none;margin-bottom:2rem;font-weight:500;transition:color .3s ease}.back-link:hover{color:#06c}.blog-post{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #eee}.post-header h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:#333}.post-content{font-size:1.1rem;line-height:1.8;color:#444}.post-content h1{font-size:2rem;margin-top:2rem;margin-bottom:1rem;color:#333}.post-content h2{font-size:1.6rem;margin-top:2rem;margin-bottom:1rem;color:#333}.post-content p{margin-bottom:1.5rem}.post-content li{margin-left:2rem;margin-bottom:.5rem}.post-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.95rem}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{font-size:2rem;margin-bottom:1rem;color:#333}.not-found p{font-size:1.1rem;color:#666;margin-bottom:2rem}@media (max-width: 768px){.blog-post{padding:2rem 1.5rem}.post-header h1{font-size:2rem}.post-content{font-size:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}
