/* 至冠电竞 - 二次元女仆风格 */
:root {
  --theme-primary: #ff5699;
  --theme-primary-dark: #e04a86;
  --theme-primary-light: #ff65a1;
  --theme-secondary: #2ad2ea;
  --theme-bg-light: #fff4fb;
  --theme-border-primary: #ffb4df;
  --theme-price: #ff5699;
}

/* 价格 - 主色粉 */
.price, [class*="price"], [class*="Price"], .text-price {
  color: #ff5699 !important;
  font-weight: 700 !important;
}

/* 按钮 - 主色粉 */
uni-button, button, .btn-primary, [class*="btn-primary"] {
  background: #ff5699 !important;
  border: none !important;
  border-radius: 24px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

uni-button::after {
  border: none !important;
}

/* 次要按钮 - 白底粉边 */
.btn-default, .btn-secondary, [class*="btn-default"], [class*="btn-secondary"] {
  background: #ffffff !important;
  border: 1px solid #ff5699 !important;
  color: #ff5699 !important;
  border-radius: 24px !important;
}

/* 选中态 - 主色粉 */
.active, .selected, [class*="active"], [class*="selected"] {
  color: #ff5699 !important;
  border-color: #ff5699 !important;
}

/* 标签 - 极淡粉 */
uni-tag, .tag, [class*="tag"], [class*="Tag"] {
  background: #fff4fb !important;
  color: #ff5699 !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 12px !important;
}

/* 底部导航选中态 */
.uni-tabbar__item.uni-tabbar--active,
[class*="tabbar"] .uni-tabbar__item.uni-tabbar--active {
  color: #ff5699 !important;
}

/* 图标 */
uni-icon, .icon, [class*="icon"] {
  color: #ff5699 !important;
}

/* 复选框/单选框选中 */
uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked,
uni-radio .uni-radio-input.uni-radio-input-checked {
  background: #ff5699 !important;
  border-color: #ff5699 !important;
}

/* 开关选中 */
uni-switch .uni-switch-input.uni-switch-input-checked {
  background: #ff5699 !important;
}

/* 进度条 */
uni-progress .uni-progress__bar, .progress-bar {
  background: #ff5699 !important;
}

/* 徽章 */
uni-badge, .badge, [class*="badge"] {
  background: #ff5699 !important;
  color: white !important;
}

/* 链接 */
a {
  color: #ff5699 !important;
}

/* 标题左边竖条 */
[class*="title"]::before {
  background: #ff5699 !important;
}

/* 客服浮动按钮 - 粉色 */
[class*="service"], [class*="Service"], [class*="customer"], [class*="Customer"],
[class*="kefu"], [class*="Kefu"], [class*="contact"], [class*="Contact"] {
  background: #ff5699 !important;
  color: #ffffff !important;
  border: none !important;
}

/* 底部导航选中态 - 粉色图标和文字 */
.uni-tabbar__item.uni-tabbar--active uni-icon,
.uni-tabbar__item.uni-tabbar--active .uni-tabbar__icon,
[class*="tabbar"] .uni-tabbar__item.uni-tabbar--active uni-icon {
  color: #ff5699 !important;
}

/* 公告栏喇叭图标 - 粉色 */
[class*="notice"] uni-icon, [class*="Notice"] uni-icon,
[class*="notice"] .icon, [class*="Notice"] .icon {
  color: #ff5699 !important;
}
