/*
Theme Name: OTTAL
Theme URI: https://ottaltech.com
Author: Aquarius
Description: OTTAL 中东智能生活品牌官网自定义主题。承载 demo 成品设计；功能由 ottal-core 插件提供（解耦，换主题不丢功能）。英阿双语 + RTL。
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ottal
Tags: business, custom-colors, rtl-language-support
*/

/* 设计 token（对齐 demo v5）：深蓝 / 沙金 / 暖白 */
:root{
  --navy:#061b3a;
  --gold:#bd8a36;
  --cream:#fbf6ed;
  --ink:#0E0E12;
}

/* 真正的样式在 Step B 从 demo styles.css 整体移植进来。
   这里先放骨架，确保主题能激活、站能跑。 */
body{ margin:0; font-family:-apple-system,"Segoe UI",Roboto,"Noto Sans SC",sans-serif; color:var(--ink); background:#fff; }
a{ color:var(--gold); }
.ottal-skeleton{ max-width:880px; margin:8vh auto; padding:0 24px; line-height:1.7; }
.ottal-skeleton h1{ color:var(--navy); }
.ottal-badge{ display:inline-block; background:var(--navy); color:var(--gold); font-weight:700; width:48px; height:48px; line-height:48px; text-align:center; border-radius:12px; font-family:Georgia,serif; }
