/*
Theme Name: HyperOS Theme
Theme URI: https://github.com/
Author: HyperOS
Description: 澎湃 OS 情报站主题——纯外观层。数据、API、后台、模块系统全在 hyperos-core 插件里；主题只负责模板与风格。需配合 hyperos-core 插件使用；未装插件时插件侧会自绘兜底外壳，未启用本主题时同样不白屏。
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hyperos-theme
*/

/* 主题自身样式极薄：风格令牌由插件在 <head> 注入 :root，业务样式在插件 front.css。
   这里只放主题 chrome（页头/页脚/导航）需要、且不宜进插件的少量规则。 */

body{margin:0}
.site-header{position:sticky;top:0;z-index:60;background:var(--hos-bg,#fff);border-bottom:1px solid var(--hos-line,#e9ebef)}
.site-header-in{max-width:1200px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between}
.site-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--hos-ink,#0c0d10);font-size:19px;font-weight:600}
.site-brand .logo{width:24px;height:24px;border-radius:8px;background:var(--hos-brand,#ff5c00)}
.site-nav{display:flex;gap:24px;align-items:center}
.site-nav a{color:var(--hos-ink-2,#565b66);text-decoration:none;font-size:15px}
.site-nav a:hover{color:var(--hos-brand,#ff5c00)}
.hos-lang-switch{padding:4px 12px;border:1px solid var(--hos-line,#e9ebef);border-radius:20px;font-size:13px}
.site-main{min-height:60vh}
.site-footer{border-top:1px solid var(--hos-line,#e9ebef);padding:32px 0;margin-top:48px;color:var(--hos-ink-3,#9096a1);font-size:13px}
.site-footer-in{max-width:1200px;margin:0 auto;padding:0 20px}
.site-footer .disc{margin:0 0 8px;line-height:1.7}
@media(max-width:640px){.site-nav{gap:14px;font-size:13px}.site-nav .hide-sm{display:none}}
