/* ============================================================
 * qimen-style.css  —  九宮盤共用視覺（解盤站 + 風水站奇門層）
 * 改一次，兩邊都變。配合 core/qimen-style.js
 * ============================================================ */
:root {
    --wx-wood:  #137a2e;   /* 木 綠 */
    --wx-fire:  #d51f1f;   /* 火 紅 */
    --wx-earth: #8b5a2b;   /* 土 棕 */
    --wx-metal: #c79a00;   /* 金 金黃 */
    --wx-water: #1560c9;   /* 水 藍 */
}

/* 天干 五行上色 */
.wx { padding: 0 1px; }
.wx-wood  { color: var(--wx-wood); }
.wx-fire  { color: var(--wx-fire); }
.wx-earth { color: var(--wx-earth); }
.wx-metal { color: var(--wx-metal); }
.wx-water { color: var(--wx-water); }
.hs-heaven { font-weight: 700; }                                   /* 天盤干：粗 */
.hs-earth  { font-weight: 400; }                                   /* 地盤干 */
.hs-ref    { font-weight: 400; font-style: italic; opacity: .8; }  /* 引干 */

/* 四柱定位 (日干)(時干)… 反白紅底白字 */
.sizhu-tag {
    background: #c0392b; color: #fff;
    border-radius: 4px; padding: 0 4px; margin: 0 1px;
    font-weight: 700; font-style: normal;
    display: inline-block; line-height: 1.5; white-space: nowrap;
}

/* 刑/迫/墓 反白黑底白字 */
.qm-alert {
    background: #111; color: #fff; font-weight: 700;
    border-radius: 3px; padding: 0 4px;
    display: inline-block; line-height: 1.5;
}
/* 馬/空 反白紅底白字 */
.qm-alert-red {
    background: #d00; color: #fff; font-weight: 700;
    border-radius: 3px; padding: 0 4px;
    display: inline-block; line-height: 1.5;
}

/* 中宮提示（格局 / 人在-人不在）反白藍底黃字 */
.qm-center-hint {
    background: #0a2b6b; color: #ffd400 !important;
    border-radius: 4px; padding: 1px 6px; margin: 1px 0;
    font-weight: 700; display: inline-block; line-height: 1.6;
}
.qm-center-hint .sizhu-tag { background: #c0392b; }

/* 天地盤天干組合警示：一個紅色虛線大框（上格 + 下格 拼埋）*/
.combo-top { border: 2px dashed #d00; border-bottom: none; border-radius: 6px 6px 0 0; }
.combo-bot { border: 2px dashed #d00; border-top: none;    border-radius: 0 0 6px 6px; }

/* 天干格局（天盤干＋地盤干）— 點入宮位睇註解。資料：core/qimen-tiangan-geju.js */
.geju-box {
    border: 1px solid #c9a84c; background: #fffaf0;
    border-radius: 8px; padding: 8px 10px; margin: 8px 0;
    text-align: left; line-height: 1.6;
}
.geju-title { font-size: 1.05em; margin-bottom: 3px; }
.geju-title .geju-plus { color: #999; margin: 0 3px; font-weight: 400; }
.geju-title .geju-name { margin-left: 6px; color: #8a1a1a; }
.geju-text { color: #333; }
.geju-note {
    margin-top: 4px; padding: 3px 7px;
    background: #0a2b6b; color: #ffd400; border-radius: 4px;
    display: inline-block; font-weight: 700; line-height: 1.5;
}
