/* ============================================================
   新奇创意 XINQI CREATIVE · 设计令牌 Design Tokens
   视觉方向：深空政务蓝 × 荧光青 / Deep-Space Gov-Tech
   ============================================================ */

/* —— 显示字体（拉丁/数字）：Rajdhani，科技感数字骨架 —— */
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/rajdhani-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/rajdhani-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/rajdhani-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* —— 色彩 —— */
  --bg-0: #03060d;
  --bg-1: #060b18;
  --bg-2: #0a1226;
  --panel: rgba(13, 23, 46, 0.55);
  --panel-strong: rgba(14, 25, 50, 0.82);
  --cell: #070d1c;

  --line: rgba(140, 170, 255, 0.13);
  --line-strong: rgba(150, 185, 255, 0.32);

  --text-1: #eaf1ff;
  --text-2: #a8b5d6;
  --text-3: #68789f;

  --cyan: #3ee6ff;
  --blue: #3d7bff;
  --violet: #8f6bff;

  --grad-main: linear-gradient(115deg, #3d7bff 10%, #3ee6ff 90%);
  --grad-creative: linear-gradient(115deg, #8f6bff 0%, #3ee6ff 100%);

  --glow-blue: 0 0 42px rgba(61, 123, 255, 0.35);

  /* —— 字体 —— */
  --font-sans: "PingFang SC", "HarmonyOS Sans SC", "MiSans",
    "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-disp: "Rajdhani", "PingFang SC", "Microsoft YaHei", sans-serif;

  /* —— 布局 —— */
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
  --header-h: 72px;
  --radius: 14px;
  --radius-sm: 10px;

  /* —— 动效 —— */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}
