/* ============================================================
   枕星妖楼 · 兼容层
   全站基础视觉由 theme.css 提供；各游戏页自带完整舞台配色
   （深色机台：灵符连线/大转盘/恶魔轮盘；浅色宣纸：老虎机/
   刮刮乐/牌桌/农场等）。
   历史上此文件曾对按钮/输入框/卡片做 !important 强制覆盖，
   会把深色舞台压成"透明底+墨黑字"导致整页模糊——已全部移除。
   现在仅保留：
   1) 主题变量别名（与 theme.css 一致，供历史引用兜底）
   2) 深色舞台内的零优先级(:where)默认配色，任何页面自带
      样式都会自然覆盖它
   ============================================================ */
/* 旧变量别名层已移除：theme.css v3 是变量唯一定义处（此处残留旧值会盖掉新调色板） */


/* ---------- 深色游戏舞台：默认可读配色兜底 ----------
   仅对无自身样式的裸元素生效（: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; }
}
