/*
Theme Name: SiteForge 企业官网主题
Theme URI: https://example.com/siteforge
Author: SiteForge Team
Author URI: https://example.com
Description: 一款轻量、现代的企业官网 WordPress 主题。复刻 WPCOM Module 风格：固定顶部导航、首屏大图、模块化首页区块、服务案例、数据统计与多栏页脚。全部文案与配色均可在「外观 - 自定义」中配置，内置古腾堡动态区块与自托管 JSON 在线升级能力。
Version: 1.5.36
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: siteforge
Domain Path: /languages
Tags: custom-logo, custom-menu, custom-colors, featured-images, translation-ready, blog, e-commerce, one-column, two-columns, right-sidebar, full-width-template, block-styles, wide-blocks, editor-style, sticky-post, threaded-comments
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*!
 * SiteForge — 主题最小兜底样式
 * 完整样式见 assets/css/main.css
 * 此文件仅保证在资源加载异常时页面仍具备基本可读性。
 */

:root {
	--sf-color-primary: #1764ff;
	--sf-color-text: #232323;
	--sf-color-muted: #7a7a7a;
	--sf-color-border: #e5e5e5;
	--sf-color-bg: #ffffff;
	--sf-container: 1200px;
	--sf-gutter: 30px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--sf-color-text);
	background: var(--sf-color-bg);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var(--sf-color-primary);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

.sf-container {
	width: 100%;
	max-width: var(--sf-container);
	margin: 0 auto;
	padding: 0 calc(var(--sf-gutter) / 2);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 20px;
	clip: auto !important;
	color: #111;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

.alignwide {
	max-width: 1200px;
}

.alignfull {
	max-width: none;
}

.sticky {
	position: relative;
}

.bypostauthor {
	display: block;
}

.wp-caption,
.gallery-caption {
	color: var(--sf-color-muted);
	font-size: 13px;
}

.wp-caption-text {
	margin: 8px 0 0;
	text-align: center;
}
