@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light;background-color:#fff;--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #64748b;--background-color: #ffffff;--surface-color: #f8fafc;--text-primary: #1f2937;--text-secondary: #6b7280;--border-color: #e5e7eb;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--border-radius: .5rem;--transition: all .3s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-center{text-align:center}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}button:focus,a:focus{outline:2px solid var(--primary-color);outline-offset:2px}a,button{transition:var(--transition)}*{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:#1f2937;background-color:#fff}.page-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center}.btn-primary{background-color:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:#2563eb;border-color:#2563eb}.btn-secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-1px)}.home-page{padding:0}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;color:#e0e7ff}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;color:#f1f5f9;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.skills-preview{padding:4rem 2rem;background-color:#f8fafc;text-align:center}.skills-preview h3{font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.skill-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px)}.skill-card h4{font-size:1.25rem;margin-bottom:1rem;color:#2563eb}.project-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:left;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h4{font-size:1.25rem;margin-bottom:1rem;color:#2563eb}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background-color:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.about-page{padding:4rem 2rem;max-width:1200px;margin:0 auto}.about-intro h1{font-size:3rem;margin-bottom:2rem;color:#1f2937;text-align:center}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563}.about-image{overflow:hidden}.placeholder-image{background-color:#f3f4f6;height:300px;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1.1rem;object-fit:cover}.skills-section{margin-bottom:4rem}.skills-section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#1f2937}.skills-categories{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 #0000001a}.skill-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:#2563eb}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill{background-color:#f1f5f9;color:#334155;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500}.timeline{max-width:800px;margin:0 auto}.contact-section{text-align:center;background-color:#f8fafc;padding:3rem 2rem;border-radius:1rem}.contact-section h2{font-size:2rem;margin-bottom:1rem;color:#1f2937}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:#1d4ed8}.contact-icon{width:20px;height:20px;vertical-align:middle}.portfolio-page{padding:4rem 2rem;max-width:1400px;margin:0 auto}.portfolio-header{text-align:center;margin-bottom:3rem}.portfolio-header h1{font-size:3rem;margin-bottom:1rem;color:#1f2937}.portfolio-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.portfolio-page .project-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 -4px 6px #0000001a;transition:transform .3s ease}.portfolio-page .project-card:hover{transform:translateY(-5px)}.project-image{height:200px;background-color:#f3f4f6;position:relative;overflow:hidden;border-radius:1rem 1rem 0 0}.project-screenshot{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s ease}.project-card:hover .project-screenshot{transform:scale(1.05)}.project-content{padding:2rem}.project-title{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.project-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.project-technologies{margin-bottom:1.5rem}.project-technologies h4{font-size:1rem;margin-bottom:.75rem;color:#374151}.tech-tag{background-color:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500;margin-right:.5rem;margin-bottom:.5rem;display:inline-block}.project-features{margin-bottom:2rem}.project-features h4{font-size:1rem;margin-bottom:.75rem;color:#374151}.project-features ul{list-style:none;padding-left:0}.project-features li{color:#6b7280;position:relative;padding:.25rem 0 .25rem 1.5rem}.project-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.project-links{display:flex;gap:1rem}.project-link{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease}.github-link{background-color:#374151;color:#fff}.github-link:hover{background-color:#1f2937}.github-icon{width:18px;height:18px;vertical-align:middle}.live-link{background-color:#2563eb;color:#fff}.live-link:hover{background-color:#1d4ed8}.portfolio-cta{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:1rem}.portfolio-cta h2{font-size:2rem;margin-bottom:1rem}.cta-button{display:inline-block;background:#fff;color:#2563eb;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;margin-top:1rem;transition:transform .3s ease}.cta-button:hover{transform:translateY(-2px)}.error-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:2rem}.error-content{text-align:center;max-width:500px}.error-code{font-size:6rem;font-weight:700;color:#ef4444;margin-bottom:1rem}.error-title{font-size:2rem;margin-bottom:1rem;color:#1f2937}.error-description{color:#6b7280;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background-color:#1f2937;color:#fff;padding:3rem 2rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#fff}.social-links,.footer-links{display:flex;flex-direction:column;gap:.5rem}.social-links a,.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.social-links a:hover,.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media(max-width:768px){.hero{padding:4rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.about-content{grid-template-columns:1fr;gap:2rem}.skills-grid,.projects-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}.project-links{flex-direction:column}.contact-links{flex-direction:column;align-items:center}}.navbar{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand .brand-link{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.nav-brand .brand-link:hover{color:#1d4ed8}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#64748b;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .3s ease;position:relative}.nav-link:hover{color:#2563eb;background-color:#f1f5f9}.nav-link.active{color:#2563eb;background-color:#eff6ff}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:50%;height:2px;background-color:#2563eb;border-radius:1px}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-links{gap:1rem}.nav-link{padding:.5rem}}
