/* demo 版专属样式：演示提示 + 隐藏「首次使用」入口，其余 100% 沿用原版 */

.demo-tag {
  font-size: 11px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(245, 199, 106, 0.14);
  color: #f5c76a;
  border: 1px solid rgba(245, 199, 106, 0.32);
  margin-left: 8px;
  vertical-align: 2px;
  white-space: nowrap;
}

/* 演示版没有真实的主密码初始化流程：隐藏「首次使用」链接，改用演示提示 */
.unlock-hint a {
  display: none;
}
.unlock-hint::before {
  content: '🧪 演示模式：任意 6 位数字都能解锁 · 示例数据随便玩，刷新页面即复原';
  font-size: 12.5px;
  color: var(--muted, #8a919c);
  letter-spacing: 0.2px;
}
