*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.8rem;font-weight:700;color:#2563eb}.nav-links{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;min-height:80vh;display:flex;align-items:center}.hero-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;width:100%}.hero-text{flex:1}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;line-height:1.8}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.btn.primary{background:#fff;color:#2563eb}.btn.primary:hover{background:#f8fafc;transform:translateY(-2px)}.btn.secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn.secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.hero-avatar{flex:0 0 auto}.avatar-placeholder{width:200px;height:200px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3)}.avatar-text{font-size:4rem;font-weight:700;color:#fff}.about{padding:5rem 0;background:#fff}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1f2937}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563;line-height:1.8}.skills{margin-top:2.5rem}.skills h4{font-size:1.3rem;margin-bottom:1rem;color:#1f2937}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#eff6ff;color:#2563eb;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.posts-preview{padding:5rem 0;background:#f9fafb}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.post-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.post-meta{display:flex;gap:1rem;margin-bottom:1rem}.post-date{color:#6b7280;font-size:.9rem}.post-category{background:#dbeafe;color:#2563eb;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.post-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.post-excerpt{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.read-more{color:#2563eb;text-decoration:none;font-weight:600;transition:color .3s ease}.read-more:hover{color:#1d4ed8}.footer{background:#1f2937;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-links{display:flex;gap:2rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}@media (max-width: 768px){.nav{padding:1rem}.nav-links{gap:1rem}.hero{padding:3rem 1rem;min-height:70vh}.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-title{font-size:2.2rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.avatar-placeholder{width:150px;height:150px}.avatar-text{font-size:3rem}.about{padding:3rem 0}.section-title{font-size:2rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.posts-preview{padding:3rem 0}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1.5rem}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-description{font-size:1rem}.btn{padding:.75rem 1.5rem;width:100%;text-align:center}.post-card{padding:1.5rem}.skill-tags{justify-content:center}}
