/* OpenClaw Pro — Blog Post Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  background: #000; color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
.container { max-width: 720px; margin: 0 auto; padding: 120px 24px 80px; }
a.back { display: inline-block; color: #2997ff; text-decoration: none; font-size: 14px; margin-bottom: 40px; }
a.back:hover { text-decoration: underline; }
h1 { font-size: 44px; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 12px; line-height: 1.1; }
.meta { font-size: 14px; color: #86868b; margin-bottom: 48px; }
h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin: 48px 0 16px; }
p, li { font-size: 15px; color: #86868b; margin-bottom: 16px; line-height: 1.7; }
ul, ol { padding-left: 20px; margin-bottom: 16px; }
li { margin-bottom: 8px; }
a { color: #2997ff; text-decoration: none; }
a:hover { text-decoration: underline; }
strong { color: #f5f5f7; font-weight: 600; }
.cta-box {
  margin: 56px 0 0;
  padding: 40px 32px;
  background: #111;
  border-radius: 16px;
  text-align: center;
}
.cta-box h2 { margin: 0 0 12px; font-size: 22px; }
.cta-box p { margin-bottom: 24px; }
.cta-btn {
  display: inline-block;
  background: #2997ff;
  color: #fff;
  padding: 14px 32px;
  border-radius: 980px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.cta-btn:hover { background: #0077ed; text-decoration: none; }
blockquote {
  border-left: 3px solid #333;
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
}
blockquote p { color: #a1a1a6; }
.lang-switch { display: inline-flex; align-items: center; gap: 2px; float: right; font-size: 13px; margin-top: 2px; }
.lang-switch a { color: #6e6e73; text-decoration: none; padding: 3px 6px; border-radius: 6px; transition: color 0.2s, background 0.2s; }
.lang-switch a:hover { color: #f5f5f7; }
.lang-switch a.active { color: #f5f5f7; background: rgba(255,255,255,0.08); font-weight: 500; }
.lang-switch span { color: #6e6e73; font-size: 10px; }
