/* ============================================================
   金凤县管校聘 · 深色玻璃统一主题（与匹配引擎工作台同源）
   要调整整体亮度/色系，改这一个文件即可，全套页面同步生效。
   用法：<link rel="stylesheet" href="{相对路径}/design-system/glass.css">
        <body> 后紧跟：<div class="bg"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
   ============================================================ */
:root{
  --ink:#EAEEF7; --ink-2:#AEB7CC; --ink-3:#7A839B; --ink-4:#5A6478;
  --acc:#2FD0AE; --acc-2:#7FE7D2; --acc-deep:#159C7E; --acc-rgb:47,208,174;
  --glass:rgba(255,255,255,.05); --glass-2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.12); --stroke-2:rgba(255,255,255,.18); --line:rgba(255,255,255,.10);
  --warn:#F0C05A; --warn-bg:rgba(240,192,90,.15); --danger:#EF8A7D;
  --sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
  --serif:Georgia,"Songti SC","Noto Serif SC",STSong,serif;
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--sans);color:var(--ink);background:#070A12;min-height:100vh;overflow-x:hidden}
/* 背景：蓝黑底 + 顶部亮蓝径向 + 三团飘动彩色光晕（工作台同款，提亮氛围） */
.bg{position:fixed;inset:0;z-index:0;overflow:hidden;background:radial-gradient(1200px 700px at 50% -10%,#0F1A2E,#070A12 60%)}
.blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.42;mix-blend-mode:screen;animation:drift 22s ease-in-out infinite}
.b1{width:600px;height:600px;left:-140px;top:-80px;background:#0E6B5C}
.b2{width:520px;height:520px;right:-120px;top:30px;background:#2C4A80;animation-delay:-8s}
.b3{width:560px;height:560px;left:40%;bottom:-240px;background:#155C57;animation-delay:-14s}
@keyframes drift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(40px,30px) scale(1.06)}}
/* 顶层内容一律浮在背景之上 */
body > *:not(.bg){position:relative;z-index:1}
/* 玻璃卡片基类 */
.glass{background:var(--glass);border:1px solid var(--stroke);border-radius:16px;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)}

/* 批AV·何总:整站字偏小,统一放大约9%(theater 全屏演算页不引本文件,不受影响) */
body{zoom:1.09}
