/* 玄镜AI · 自定义样式 */

* {
  -webkit-tap-highlight-color: transparent;
}

/* 滚动条 */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(201,168,76,0.03); }
::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.15); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(201,168,76,0.3); }

/* 移动端优化 */
@media (max-width: 768px) {
  body { -webkit-text-size-adjust: 100%; }
  input, textarea, button { font-size: 16px !important; }
}

/* 选中色 */
::selection { background: rgba(201,168,76,0.3); color: #e8d9b8; }
