/*
Theme Name: Codex
Theme URI: https://newcli.cn
Author: Newcli
Author URI: https://newcli.cn
Description: Codex 介绍主题，内置写死首页模板与样式。
Version: 1.0.0
Text Domain: codex
*/

/* 基础样式（简化，浅色系） */
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background: #ffffff; color: #111827; }
a { color: #2563eb; text-decoration: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.site-header, .site-footer { background: #ffffff; border-bottom: 1px solid #e5e7eb; }
.site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.site-logo{font-weight:700;color:#111827;text-decoration:none}
.site-nav .nav-list{list-style:none;display:flex;gap:18px;margin:0;padding:0}
.site-nav a{color:#111827;text-decoration:none;padding:8px 10px;border-radius:8px}
.site-nav a:hover{background:#f3f4f6}
.site-footer { border-top: 1px solid #e5e7eb; border-bottom: none; color: #6b7280; padding: 24px 0; }
