/* ============================================================
   澳门风云-J神 · 兼容层
   全站基础视觉由 theme.css 提供；各游戏页自带完整舞台配色
   （深色机台：灵符连线/大转盘/恶魔轮盘；浅色宣纸：老虎机/
   刮刮乐/牌桌/农场等）。
   历史上此文件曾对按钮/输入框/卡片做 !important 强制覆盖，
   会把深色舞台压成"透明底+墨黑字"导致整页模糊——已全部移除。
   现在仅保留：
   1) 主题变量别名（与 theme.css 一致，供历史引用兜底）
   2) 深色舞台内的零优先级(:where)默认配色，任何页面自带
      样式都会自然覆盖它
   ============================================================ */
:root {
    --bg:#f4efe6;
    --bg2:#e8dfcf;
    --panel:rgba(255,253,248,.84);
    --panel2:#eee5d5;
    --panel-solid:#fffdf8;
    --line:rgba(26,26,24,.3);
    --ink:#1a1a18;
    --ink-soft:#3f403c;
    --seal:#a5231f;
    --seal-dark:#791915;
    --gold:#927128;
    --gold2:#72571e;
    --txt-h:#1a1a18;
    --txt:#343530;
    --txt-muted:#69695f;
    --muted:#69695f;
    --red:#a5231f;
    --green:#3f6b52;
    --blue:#385c6c;
    --purple:#65536f;
}

/* ---------- 深色游戏舞台：默认可读配色兜底 ----------
   仅对无自身样式的裸元素生效（:where 零优先级 + 级联靠后），
   灵符连线/大转盘/恶魔轮盘等自带金字深底样式的元素不受影响。 */
.lmachine .it,.lstage .it { color:#e8d5a3; }
.lmachine .it,.lstage .it button,
.lmachine .it,.lstage .it .btn {
    color:#f0d878;
    background:rgba(212,175,55,.10);
    border-color:rgba(212,175,55,.5);
}
.lmachine .it,.lstage .it input,
.lmachine .it,.lstage .it select,
.lmachine .it,.lstage .it textarea {
    color:#f0d878;
    background:rgba(23,17,6,.85);
    border-color:rgba(212,175,55,.5);
}
.lmachine .it,.lstage .it input::placeholder,
.lmachine .it,.lstage .it textarea::placeholder { color:#8a744a; }
.lmachine .it,.lstage .it th { color:#f0d878; background:rgba(212,175,55,.10); }
.lmachine .it,.lstage .it td { color:#e8d5a3; border-color:rgba(212,175,55,.2); }

@media (max-width:860px) {
    .content,.container { padding-left:12px; padding-right:12px; }
}
