.header{position:fixed;top:0;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0f80;border-bottom:1px solid rgba(255,255,255,.05)}.nav-desktop{display:flex;gap:2rem;list-style:none}.nav-mobile{display:none}.mobile-menu-btn{display:none;font-size:1.5rem;color:var(--color-text);z-index:101}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;gap:2rem}@media(max-width:768px){.header{padding:1rem}.nav-desktop{display:none}.mobile-menu-btn,.nav-mobile{display:block}}:root{--color-bg: #0a0a0f;--color-primary: #6366f1;--color-secondary: #a855f7;--color-accent: #ec4899;--color-text: #f3f4f6;--color-text-muted: #9ca3af;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}@media(max-width:1024px){html{scroll-snap-type:none}}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;width:100vw;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media(max-width:640px){.blog-card-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}
