.blog-post{background:var(--card-bg);border-radius:16px;padding:2rem;box-shadow:var(--shadow)}.post-header{margin-bottom:2rem}.post-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:1rem;letter-spacing:-0.5px}.post-meta{display:flex;gap:1.5rem;color:var(--text-secondary);font-size:0.9rem}.post-image{width:100%;height:auto;border-radius:8px;margin-bottom:2rem}article.blog-post .post-content{padding:0}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2{font-size:1.75rem;color:var(--text-primary);margin-top:2rem;margin-bottom:1rem}.post-content p{margin-bottom:1.5rem;color:var(--text-primary)}.post-content ul,.post-content ol{margin:1rem 0 2rem 1.5rem;color:var(--text-primary)}.post-content li{margin-bottom:0.5rem}.post-content img.richtext-image{max-width:100%;height:auto;border-radius:8px;margin:0.5rem auto;display:block}.post-content table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.post-content thead{background:rgba(206,207,255,0.5)}.post-content th{color:var(--text-primary);font-weight:600;text-align:left;padding:1rem 1.5rem;font-size:0.95rem;letter-spacing:0.5px;border-bottom:none}.post-content td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);color:var(--text-primary);font-size:1rem;line-height:1.5}.post-content tbody tr:last-child td{border-bottom:none}.post-content tbody tr:nth-child(odd){background-color:rgba(206,207,255,0.1)}.post-content tbody tr:nth-child(even){background-color:rgba(206,207,255,0.5)}@media (max-width:768px){.blog-post{padding:1.5rem 1rem}.post-header h1{font-size:2rem}.post-meta{flex-direction:column;gap:0.5rem}.post-content{font-size:1rem}.post-content table{margin:1.5rem 0;font-size:0.9rem;border-radius:8px;box-shadow:0 2px 4px -1px rgba(0,0,0,0.1)}.post-content th,.post-content td{padding:0.75rem 1rem}.post-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content thead{white-space:nowrap}}.post-default-image{width:100%;max-height:400px;object-fit:cover;border-radius:12px;display:block;background:linear-gradient(135deg,#1d4ed8,#3b82f6)}