/* WooAI Docs Top Nav */
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; margin: 0; padding: 0; }
.wooai-docs-topnav { background: #fff; border-bottom: 1px solid #E5E7EB; padding: 12px 0; }
.wooai-docs-topnav-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; }
.wooai-docs-topnav-logo { font-weight: 700; font-size: 18px; color: #2F436F; text-decoration: none; }
.wooai-docs-topnav a { color: #374151; font-size: 14px; text-decoration: none; }
.wooai-docs-topnav a:hover { color: #2F436F; }
