/* Tech — developer / sans+mono */
:root {
  --bg: #ffffff;
  --fg: #14171a;
  --muted: #5a6470;
  --accent: #0066cc;
  --rule: #e6e8eb;
  --code-bg: #f4f5f7;
}

body.tech {
  background: var(--bg);
  color: var(--fg);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.tech code, body.tech pre {
  font-family: "JetBrains Mono", Menlo, Consolas, monospace;
}

body.tech .site-header {
  border-bottom: 1px solid var(--rule);
  padding: 1rem 0;
  margin-bottom: 3rem;
  background: #fafbfc;
}

body.tech .site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.tech .brand {
  font-family: "JetBrains Mono", Menlo, monospace;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: -0.01em;
}

body.tech .brand .dot { color: var(--accent); }

body.tech .nav a {
  margin-left: 1.25rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-family: "JetBrains Mono", Menlo, monospace;
}

body.tech .nav a:hover { color: var(--accent); }

body.tech h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
}

body.tech h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
}

body.tech a { color: var(--accent); }

body.tech time {
  font-family: "JetBrains Mono", Menlo, monospace;
  font-size: 0.85rem;
  color: var(--muted);
}

body.tech .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.tech .post-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
}

body.tech .post-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

body.tech .post-list h2 {
  margin: 0.5rem 0 0.5rem;
  font-size: 1.3rem;
}

body.tech .excerpt { color: var(--muted); margin: 0; }

body.tech .post .lede {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 1rem 0 2rem;
}

body.tech .post .body { white-space: pre-wrap; }

body.tech .post .hero {
  margin: 2rem 0;
}

body.tech .post .hero img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

body.tech .tags { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); }
body.tech .tag {
  display: inline-block;
  font-family: "JetBrains Mono", Menlo, monospace;
  font-size: 0.85rem;
  color: var(--muted);
  margin-right: 0.5rem;
}

body.tech pre, body.tech code {
  background: var(--code-bg);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.92em;
}

body.tech pre {
  padding: 1rem;
  overflow-x: auto;
}

body.tech .site-footer {
  margin-top: 5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--rule);
  color: var(--muted);
}
