:root { --fg:#111; --bg:#fff; --muted:#666; }
body { font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: var(--fg); background: var(--bg); max-width: 42rem; margin: 3rem auto; padding: 0 1.25rem; }
[dir="rtl"] body { font-family: "SF Hebrew", "Arial Hebrew", system-ui, sans-serif; }
pre { direction: ltr; text-align: left; overflow-x: auto; padding: 1rem; border-radius: 6px; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; }
h1, h2, h3 { line-height: 1.25; }
.post-meta { color: var(--muted); font-size: 0.875rem; margin-bottom: 2rem; }
ul.posts { list-style: none; padding: 0; }
ul.posts li { margin: 0.75rem 0; }
/* Inline `code` inside RTL prose must stay LTR or characters get visually shuffled. */
code { unicode-bidi: isolate; }
