﻿/*
Theme Name: Zhenjian CBS React Theme
Theme URI: https://example.com/themes/zjcbs-react
Author: AI
Author URI: https://example.com
Description: A WordPress theme converted from a Vite + TypeScript + Tailwind CSS React project. Components will be ported into PHP template parts and styled by Tailwind (precompiled or CDN fallback).
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zjcbs
Tags: tailwind, responsive, one-column
*/

/* Minimal base fallback to reduce layout shift before Tailwind loads */
html, body { margin: 0; padding: 0; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  color: #0f172a; /* slate-900-ish */
  background: #ffffff;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: inherit; }
.hidden { display: none !important; }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; max-width: 1280px; }
