:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{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:#fff}.personal-site-container{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.navbar-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-brand{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-links{display:flex;gap:2rem}.nav-links button{background:none;border:none;font-size:1rem;color:#64748b;cursor:pointer;transition:color .3s ease;font-weight:500}.nav-links button:hover{color:#2563eb}.nav-link{color:#64748b;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:0 2rem}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;opacity:0;animation:fadeInUp 1s ease forwards}.hero-content h2{font-size:1.5rem;font-weight:400;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease .2s forwards}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9;opacity:0;animation:fadeInUp 1s ease .4s forwards}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:2rem;border:4px solid rgba(255,255,255,.2);opacity:0;animation:fadeInUp 1s ease .6s forwards}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0;animation:fadeInUp 1s ease .8s forwards}.cta-primary,.cta-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary{background:#fff;color:#2563eb}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.section{padding:5rem 0}.section:nth-child(2n){background:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;margin-bottom:1.5rem;color:#64748b;line-height:1.8}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.skill-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px)}.skill-category h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#2563eb}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e0e7ff;color:#3730a3;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.project-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.project-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech span{background:#f1f5f9;color:#475569;padding:.3rem .8rem;border-radius:16px;font-size:.8rem;font-weight:500}.experience-timeline{max-width:800px;margin:0 auto;position:relative}.experience-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#e2e8f0;transform:translate(-50%)}.experience-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.experience-item:nth-child(odd){flex-direction:row}.experience-item:nth-child(2n){flex-direction:row-reverse}.experience-date{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;min-width:150px;text-align:center}.experience-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;max-width:400px;margin:0 2rem}.experience-content h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.experience-content h4{font-size:1rem;color:#2563eb;margin-bottom:1rem;font-weight:500}.experience-content p{color:#64748b;line-height:1.6}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-content p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:#64748b;transition:all .3s ease;padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 4px 6px #0000000d;min-width:120px}.contact-link:hover{color:#2563eb;transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.contact-link span{font-size:2rem}.footer{background:#1e293b;color:#fff;padding:2rem 0;text-align:center}.footer p{color:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav-links{gap:1rem}.nav-links button{font-size:.9rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.2rem}.hero-cta{flex-direction:column;align-items:center}.profile-image{width:150px;height:150px}.section-title{font-size:2rem}.skills-grid,.projects-grid{grid-template-columns:1fr}.experience-timeline:before{left:20px}.experience-item{flex-direction:column!important;align-items:flex-start;padding-left:3rem}.experience-content{margin:1rem 0 0;max-width:100%}.contact-links{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:0 1rem}}.blog-container{min-height:100vh;background:#fff;padding-top:80px}.blog-header{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.blog-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.blog-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.blog-nav{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.nav-link{background:#2563eb;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;transition:background .3s ease}.nav-link:hover{background:#1d4ed8}.back-button{background:#64748b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.back-button:hover{background:#475569}.blog-grid{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer;border:1px solid #e2e8f0;overflow:hidden}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.blog-card-content{padding:2rem}.blog-card h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b;line-height:1.3}.blog-excerpt{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;color:#64748b;font-size:.9rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.blog-post{max-width:800px;margin:0 auto;padding:2rem}.blog-post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.blog-post-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b;line-height:1.2}.blog-post-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;color:#64748b;flex-wrap:wrap}.blog-post-meta span{font-size:.9rem}.blog-content{font-size:1.1rem;line-height:1.8;color:#374151}.blog-content p{margin-bottom:1.5rem}@media (max-width: 768px){.blog-header h1{font-size:2rem}.blog-header p{font-size:1rem}.blog-grid{grid-template-columns:1fr;padding:2rem 1rem}.blog-post-header h1{font-size:2rem}.blog-post-meta{flex-direction:column;gap:.5rem}.blog-post{padding:1rem}}
