
/* @font-face {
  font-family: Gilroy;
  src: url('https://cdn.tachen.top/link-medix/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2');
} */

:root {
  font-family: Sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

html,
body,
#root {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

body * {
  font-family: Gilroy, Sans-serif;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.mobile-app-layout {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f7ff 0%, #eef2ff 52%, #f9fafb 100%);
}
.mobile-shell {
  width: 100%;
  height: 100vh;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.mobile-shell__content {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.mobile-tabbar {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 4px;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.08);
  z-index: 100;
  box-sizing: border-box;
}
.mobile-tabbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: none;
  background: transparent;
  color: #94a3b8;
  padding: 6px 0;
  border-radius: 16px;
  cursor: pointer;
}
.mobile-tabbar__item.active {
  color: #6c63ff;
  background: rgba(108, 99, 255, 0.08);
}
.mobile-tabbar__icon {
  font-size: 20px;
  line-height: 1;
}
.mobile-tabbar__label {
  font-size: 12px;
  line-height: 1;
}
.coach-avatar {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
}
.coach-avatar .ant-image,
.coach-avatar .ant-image-img,
.coach-avatar__image {
  width: 100%;
  height: 100%;
}
.coach-avatar .ant-image-img {
  display: block;
  object-fit: cover;
}
.mobile-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.mobile-page-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-page-header__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7f73ff 0%, #655dff 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(108, 99, 255, 0.22);
}
.mobile-page-header__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-page-header__text strong {
  font-size: 16px;
  line-height: 1.1;
  color: #111827;
}
.mobile-page-header__text span {
  font-size: 12px;
  color: #8a94a6;
}
.mobile-page-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-page-header__icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: #64748b;
  box-shadow: 0 6px 16px rgba(31, 41, 55, 0.05);
  font-size: 15px;
}
.mobile-page-header__icon-btn--dot::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  border: 2px solid #ffffff;
}
.mobile-page-header__avatar {
  background: rgba(255, 255, 255, 0.86);
  color: #6c63ff;
  box-shadow: 0 6px 16px rgba(31, 41, 55, 0.05);
  border: 1px solid rgba(108, 99, 255, 0.1);
}
.mobile-page-header__notice-mask {
  position: fixed;
  inset: 0;
  border: none;
  background: rgba(15, 23, 42, 0.28);
  z-index: 1000;
}
.mobile-page-header__notice-card {
  position: fixed;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100vw - 24px), 400px);
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(108, 99, 255, 0.1);
  z-index: 1001;
  backdrop-filter: blur(16px);
}
.mobile-page-header__notice-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.mobile-page-header__notice-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.mobile-page-header__notice-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f1efff 0%, #e5e7ff 100%);
  color: #6c63ff;
  font-size: 18px;
  flex-shrink: 0;
}
.mobile-page-header__notice-title-wrap strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #111827;
}
.mobile-page-header__notice-title-wrap span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.mobile-page-header__notice-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 10px;
  background: rgba(148, 163, 184, 0.12);
  color: #64748b;
  flex-shrink: 0;
}
.mobile-page-header__notice-coach {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(108, 99, 255, 0.06);
}
.mobile-page-header__notice-coach strong {
  display: block;
  font-size: 14px;
  color: #241b50;
}
.mobile-page-header__notice-coach span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: #6f6894;
}
.mobile-page-header__notice-audio {
  margin-top: 14px;
}
.mobile-page-header__notice-player {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  .mobile-page-header__notice-card {
    top: 58px;
    width: calc(100vw - 20px);
    padding: 14px;
    border-radius: 20px;
  }
}
.mobile-placeholder-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 16px 14px calc(20px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.mobile-placeholder-page__hero {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #7c73ff 0%, #978fff 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.2);
}
.mobile-placeholder-page__hero span {
  font-size: 13px;
  opacity: 0.88;
}
.mobile-placeholder-page__hero h2 {
  margin: 8px 0 0;
  font-size: 24px;
  color: #fff;
}
.mobile-placeholder-page__hero p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.mobile-placeholder-page__list,
.mobile-placeholder-page__card {
  margin-top: 14px;
}
.mobile-placeholder-page__card {
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.mobile-placeholder-page__card .ant-card-body {
  padding: 16px;
}
.mobile-placeholder-page__card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.mobile-placeholder-page__card p {
  margin: 0;
  color: #8a94a6;
  line-height: 1.7;
}
.mobile-placeholder-page__row,
.mobile-placeholder-page__coach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-placeholder-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hardware-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.hardware-page__summary-strip {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 14px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}
.hardware-page__welcome {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #6c63ff;
  font-weight: 600;
}
.hardware-page__sync-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.hardware-page__sync-main strong {
  font-size: 22px;
  line-height: 1.2;
  color: #241b50;
}
.hardware-page__summary-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.hardware-page__sync-trend {
  padding: 12px;
  border-radius: 16px;
  background: rgba(108, 99, 255, 0.06);
}
.hardware-page__sync-trend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.hardware-page__sync-trend-head span {
  font-size: 12px;
  color: #8a94a6;
}
.hardware-page__sync-trend-head em {
  font-style: normal;
  font-size: 12px;
  color: #6c63ff;
  font-weight: 600;
}
.hardware-page__sync-chart {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 34px;
  margin-top: 12px;
}
.hardware-page__sync-chart span {
  flex: 1;
  border-radius: 999px;
  background: linear-gradient(180deg, #9c93ff 0%, #6c63ff 100%);
  opacity: 0.9;
}
.hardware-page__hero {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f2ff 0%, #ece7ff 100%);
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.12);
  border: 1px solid rgba(108, 99, 255, 0.08);
}
.hardware-page__hero span {
  font-size: 13px;
  color: #6c63ff;
  font-weight: 600;
}
.hardware-page__hero h2 {
  margin: 8px 0 0;
  font-size: 26px;
  line-height: 1.25;
  color: #241b50;
}
.hardware-page__hero p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6f6894;
}
.hardware-page__section {
  margin-top: 16px;
}
.hardware-page__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.hardware-page__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.hardware-page__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.hardware-page__section-title--compact {
  margin-bottom: 8px;
}
.hardware-page__device-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hardware-page__device-card,
.hardware-page__metric-card,
.hardware-page__manual-card,
.hardware-page__sync-card {
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.hardware-page__device-card .ant-card-body,
.hardware-page__metric-card .ant-card-body,
.hardware-page__manual-card .ant-card-body,
.hardware-page__sync-card .ant-card-body {
  padding: 16px;
}
.hardware-page__device-main {
  display: flex;
  gap: 12px;
}
.hardware-page__device-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f1efff 0%, #e5e7ff 100%);
  color: #6c63ff;
  font-size: 20px;
  flex-shrink: 0;
}
.hardware-page__device-info {
  position: relative;
  min-width: 0;
  flex: 1;
  padding-right: 98px;
}
.hardware-page__device-entry-btn span {
  margin-top: 0 !important;
}
.hardware-page__device-entry-btn,
.hardware-page__device-entry {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(108, 99, 255, 0.14);
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.1);
  color: #5b50dd;
  box-shadow: none;
  transform: translateY(-50%);
}
.hardware-page__device-entry-btn:hover,
.hardware-page__device-entry-btn:focus {
  border-color: rgba(108, 99, 255, 0.22);
  background: rgba(108, 99, 255, 0.14);
  color: #4f46d8;
}
.hardware-page__device-entry-btn .anticon {
  color: inherit;
}
.hardware-page__device-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.hardware-page__device-head h4 {
  margin: 0;
  font-size: 15px;
  color: #111827;
}
.hardware-page__device-info p {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.hardware-page__device-info span {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}
.hardware-page__entry-card,
.hardware-page__measure-card {
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8ff 100%);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.hardware-page__entry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.hardware-page__entry-card span {
  font-size: 12px;
  color: #8a94a6;
}
.hardware-page__entry-card h3 {
  margin: 6px 0 0;
  font-size: 20px;
  color: #111827;
}
.hardware-page__entry-card p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #8a94a6;
}
.hardware-page__measure-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.hardware-page__measure-top span {
  font-size: 12px;
  color: #8a94a6;
}
.hardware-page__measure-top h3 {
  margin: 6px 0 0;
  font-size: 20px;
  color: #111827;
}
.hardware-page__measure-top p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #8a94a6;
}
.hardware-page__measure-progress {
  margin-top: 16px;
}
.hardware-page__measure-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #8a94a6;
}
.hardware-page__measure-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.hardware-page__metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hardware-page__metric-card span {
  font-size: 12px;
  color: #8a94a6;
}
.hardware-page__metric-card div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-top: 10px;
}
.hardware-page__metric-card strong {
  font-size: 24px;
  line-height: 1;
  color: #111827;
}
.hardware-page__metric-card em {
  font-style: normal;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 3px;
}
.hardware-page__dual-section {
  display: grid;
  gap: 12px;
}
.hardware-page__manual-card p,
.hardware-page__sync-card p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #8a94a6;
}
.hardware-page__sync-card {
  text-align: left;
}
.hardware-page__sync-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font-size: 20px;
}
.hardware-page__sync-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #111827;
}
@media (max-width: 480px) {
  .hardware-page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hardware-page__entry-card,
  .hardware-page__measure-top,
  .hardware-page__measure-actions,
  .hardware-page__measure-meta,
  .hardware-page__section-title {
    align-items: flex-start;
  }
  .hardware-page__entry-card,
  .hardware-page__measure-top,
  .hardware-page__measure-actions,
  .hardware-page__measure-meta {
    flex-direction: column;
  }
  .hardware-page__summary-strip {
    grid-template-columns: 1fr;
  }
  .hardware-page__device-info {
    padding-right: 0;
  }
  .hardware-page__device-entry-btn,
  .hardware-page__device-entry {
    top: 0;
    right: 0;
    transform: none;
  }
  .hardware-page__sync-main {
    align-items: flex-start;
    flex-direction: column;
  }
}
.master-reminder-toast {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 1000;
  display: flex;
  gap: 12px;
  width: min(calc(100vw - 24px), 402px);
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8ef 0%, #fff2dd 100%);
  box-shadow: 0 16px 36px rgba(251, 146, 60, 0.18);
  opacity: 0;
  transform: translate(-50%, -16px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.26s ease;
}
.master-reminder-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}
.master-reminder-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(251, 146, 60, 0.16);
  color: #f97316;
  font-size: 20px;
  flex-shrink: 0;
}
.master-reminder-toast__content {
  min-width: 0;
  flex: 1;
}
.master-reminder-toast__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.master-reminder-toast__head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #7c4a03;
}
.master-reminder-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  color: #b45309;
}
.master-reminder-toast__close:hover,
.master-reminder-toast__close:focus {
  background: rgba(251, 146, 60, 0.12);
  color: #92400e;
}
.master-reminder-toast__content p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #7c5b2c;
}
.master-reminder-toast__tags {
  margin-top: 12px;
}
@media (max-width: 480px) {
  .master-reminder-toast {
    top: 10px;
    width: calc(100vw - 20px);
    padding: 14px;
  }
}
.mobile-home {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #1f2937;
}
.mobile-home__summary-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}
.mobile-home__welcome {
  margin-bottom: 4px;
  font-size: 13px;
  color: #6c63ff;
  font-weight: 600;
}
.mobile-home__summary-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.mobile-home__header-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f2ff 0%, #ece7ff 100%);
  color: #1f2937;
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.12);
  border: 1px solid rgba(108, 99, 255, 0.08);
}
.mobile-home__header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.mobile-home__phase-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #5b50dd;
  font-size: 12px;
  font-weight: 600;
}
.mobile-home__header-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: #241b50;
}
.mobile-home__header-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6f6894;
}
.mobile-home__overview-grid {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  margin-top: 18px;
}
.mobile-home__progress-card,
.mobile-home__goal-card,
.mobile-home__trend-card {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.mobile-home__progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-home__progress-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.mobile-home__progress-inner strong {
  font-size: 22px;
  color: #3a2f85;
}
.mobile-home__progress-inner span {
  font-size: 12px;
  color: #7c78a4;
}
.mobile-home__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.mobile-home__goal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.mobile-home__goal-item span {
  color: #7c78a4;
}
.mobile-home__goal-item strong {
  color: #241b50;
  font-size: 15px;
}
.mobile-home__goal-item--highlight {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(108, 99, 255, 0.12);
}
.mobile-home__trend-card {
  margin-top: 14px;
}
.mobile-home__trend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-home__trend-head span {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}
.mobile-home__trend-head strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  color: #241b50;
}
.mobile-home__trend-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 42px;
  margin-top: 14px;
}
.mobile-home__trend-chart span {
  flex: 1;
  border-radius: 999px;
  background: linear-gradient(180deg, #9c93ff 0%, #6c63ff 100%);
  opacity: 0.9;
}
.mobile-home__section {
  margin-top: 16px;
}
.mobile-home__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.mobile-home__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.mobile-home__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.mobile-home__section-title--compact {
  margin-bottom: 8px;
}
.mobile-home__metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mobile-home__metric-card {
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.06);
}
.mobile-home__metric-card .ant-card-body {
  padding: 14px;
}
.mobile-home__metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 13px;
  color: #6b7280;
}
.mobile-home__metric-value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.mobile-home__metric-value strong {
  font-size: 28px;
  line-height: 1;
  color: #111827;
}
.mobile-home__metric-value span {
  margin-bottom: 4px;
  font-size: 12px;
  color: #6b7280;
}
.mobile-home__metric-card p {
  margin: 10px 0 0;
  font-size: 12px;
}
.mobile-home__metric-card p.up {
  color: #22c55e;
}
.mobile-home__metric-card p.normal {
  color: #64748b;
}
.mobile-home__checkin-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-home__checkin-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.mobile-home__checkin-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-home__checkin-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.mobile-home__checkin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f1efff 0%, #e5e7ff 100%);
  color: #6c63ff;
  font-size: 20px;
  flex-shrink: 0;
}
.mobile-home__checkin-item h4,
.mobile-home__timeline-top h4 {
  margin: 0;
  font-size: 15px;
  color: #111827;
}
.mobile-home__checkin-item p,
.mobile-home__timeline-top p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a94a6;
}
.mobile-home__device-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}
.mobile-home__timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-home__timeline-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.mobile-home__timeline-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mobile-home__timeline-dot.done {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.mobile-home__timeline-dot.pending {
  background: rgba(108, 99, 255, 0.1);
  color: #6c63ff;
}
.mobile-home__timeline-content {
  flex: 1;
  min-width: 0;
}
.mobile-home__timeline-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.mobile-home__timeline-content > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #94a3b8;
}
.mobile-home__footer-tip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
@media (max-width: 480px) {
  .mobile-home {
    padding-left: 12px;
    padding-right: 12px;
  }
  .mobile-home__summary-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-home__header-card {
    padding: 16px;
  }
  .mobile-home__overview-grid {
    grid-template-columns: 1fr;
  }
  .mobile-home__progress-card {
    justify-content: flex-start;
  }
  .mobile-home__metrics-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-home__checkin-item,
  .mobile-home__checkin-main,
  .mobile-home__timeline-top,
  .mobile-home__section-title {
    align-items: flex-start;
  }
  .mobile-home__checkin-main,
  .mobile-home__timeline-top {
    flex-direction: column;
  }
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.login-container {
  background-color: #E6F0FF;
  padding: 24px;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #E6F0FF;
  z-index: 0;
}
.login-container > * {
  position: relative;
  z-index: 1;
}
.login-container .chat-bg-circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.login-container .chat-bg-circle-1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .chat-bg-circle-2 {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.login-container .chat-bg-circle-2::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .login-form {
  background-color: #fff;
  width: min(500px, 100%);
  margin: 32px 0;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.login-container .login-form .image-code-wrapper {
  display: flex;
}
.login-container .login-form .image-code-wrapper .image-code-input {
  flex: 1;
}
.login-container .login-form .image-code-wrapper .captcha-container {
  cursor: pointer;
  background: #f5f5f5;
  text-align: center;
  height: 32px;
  font-weight: bold;
  user-select: none;
  width: 102px;
  margin-left: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.login-container .login-form .image-code-wrapper .captcha-container img {
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .login-container {
    padding: 20px;
  }
  .login-container .login-form {
    width: 80%;
  }
  .login-container .login-form h3.ant-typography {
    font-size: 18px;
  }
}
@media screen and (min-width: 1001px) {
  .login-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-height: 760px) {
  .login-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .login-container {
    padding: 16px;
  }
  .login-container .login-form {
    width: 100%;
    padding: 20px;
    margin: 16px 0;
  }
}
.plan-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #1f2937;
}
.plan-page__summary-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}
.plan-page__welcome {
  margin-bottom: 4px;
  font-size: 13px;
  color: #6c63ff;
  font-weight: 600;
}
.plan-page__summary-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.plan-page__hero-card {
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.04);
}
.plan-page__hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.plan-page__phase-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #5b50dd;
  font-size: 12px;
  font-weight: 600;
}
.plan-page__hero-top--with-entry {
  align-items: center;
}
.plan-page__hero-divider {
  height: 1px;
  margin: 16px 0;
  background: rgba(148, 163, 184, 0.22);
}
.plan-page__hero-card h2 {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  color: #111827;
}
.plan-page__hero-subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  color: #241b50;
}
.plan-page__hero-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
}
.plan-page__overview-grid {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  margin-top: 18px;
}
.plan-page__progress-card,
.plan-page__goal-card,
.plan-page__tabs-card,
.plan-page__focus-card {
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: none;
}
.plan-page__progress-card,
.plan-page__goal-card {
  padding: 14px;
}
.plan-page__progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-page__progress-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.plan-page__progress-inner strong {
  font-size: 22px;
  color: #3a2f85;
}
.plan-page__progress-inner span {
  font-size: 12px;
  color: #7c78a4;
}
.plan-page__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.plan-page__goal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.plan-page__goal-item span {
  color: #7c78a4;
}
.plan-page__goal-item strong {
  color: #241b50;
  font-size: 15px;
}
.plan-page__goal-item--highlight {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(108, 99, 255, 0.12);
}
.plan-page__section {
  margin-top: 16px;
}
.plan-page__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.plan-page__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.plan-page__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.plan-page__section-title--compact {
  margin-bottom: 8px;
}
.plan-page__focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.plan-page__focus-card .ant-card-body,
.plan-page__tabs-card .ant-card-body {
  padding: 14px;
}
.plan-page__focus-card span {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}
.plan-page__focus-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
}
.plan-page__focus-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
.plan-page__tabs-card .ant-tabs-nav {
  margin-bottom: 14px;
}
.plan-page__tab-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-page__tab-item {
  padding: 14px;
  border-radius: 16px;
  background: #f8f8ff;
}
.plan-page__tab-item strong {
  display: block;
  font-size: 14px;
  color: #241b50;
}
.plan-page__tab-item p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #6f6894;
}
.plan-page__timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-page__timeline-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.plan-page__timeline-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  flex-shrink: 0;
}
.plan-page__timeline-dot.done {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.plan-page__timeline-dot.pending {
  background: rgba(108, 99, 255, 0.1);
  color: #6c63ff;
}
.plan-page__timeline-content {
  flex: 1;
  min-width: 0;
}
.plan-page__timeline-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.plan-page__timeline-top h4 {
  margin: 0;
  font-size: 15px;
  color: #111827;
}
.plan-page__timeline-top p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a94a6;
  line-height: 1.6;
}
.plan-page__footer-action {
  margin-top: 18px;
}
@media (max-width: 480px) {
  .plan-page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .plan-page__summary-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .plan-page__hero-card {
    padding: 16px;
  }
  .plan-page__overview-grid,
  .plan-page__focus-grid {
    grid-template-columns: 1fr;
  }
  .plan-page__progress-card {
    justify-content: flex-start;
  }
  .plan-page__hero-top,
  .plan-page__timeline-top,
  .plan-page__section-title {
    align-items: flex-start;
  }
  .plan-page__hero-top,
  .plan-page__timeline-top {
    flex-direction: column;
  }
}
.plan-detail-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #1f2937;
}
.plan-detail-page__summary-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}
.plan-detail-page__welcome {
  margin-bottom: 4px;
  font-size: 13px;
  color: #6c63ff;
  font-weight: 600;
}
.plan-detail-page__summary-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.plan-detail-page__hero-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f2ff 0%, #ece7ff 100%);
  color: #1f2937;
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.12);
  border: 1px solid rgba(108, 99, 255, 0.08);
}
.plan-detail-page__hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.plan-detail-page__phase-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #5b50dd;
  font-size: 12px;
  font-weight: 600;
}
.plan-detail-page__hero-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: #241b50;
}
.plan-detail-page__hero-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6f6894;
}
.plan-detail-page__cycle-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.plan-detail-page__cycle-banner span {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}
.plan-detail-page__cycle-banner strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  color: #241b50;
}
.plan-detail-page__cycle-banner p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6f6894;
}
.plan-detail-page__overview-grid {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  margin-top: 18px;
}
.plan-detail-page__progress-card,
.plan-detail-page__goal-card,
.plan-detail-page__stats-card,
.plan-detail-page__module-card,
.plan-detail-page__calendar-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}
.plan-detail-page__progress-card,
.plan-detail-page__goal-card {
  padding: 14px;
}
.plan-detail-page__progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-detail-page__progress-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.plan-detail-page__progress-inner strong {
  font-size: 22px;
  color: #3a2f85;
}
.plan-detail-page__progress-inner span {
  font-size: 12px;
  color: #7c78a4;
}
.plan-detail-page__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.plan-detail-page__goal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.plan-detail-page__goal-item span {
  color: #7c78a4;
}
.plan-detail-page__goal-item strong {
  color: #241b50;
  font-size: 15px;
}
.plan-detail-page__goal-item--highlight {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(108, 99, 255, 0.12);
}
.plan-detail-page__section {
  margin-top: 16px;
}
.plan-detail-page__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.plan-detail-page__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.plan-detail-page__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.plan-detail-page__section-title--compact {
  margin-bottom: 8px;
}
.plan-detail-page__module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.plan-detail-page__module-grid--secondary {
  margin-top: 12px;
}
.plan-detail-page__module-card .ant-card-body,
.plan-detail-page__stats-card .ant-card-body,
.plan-detail-page__calendar-card .ant-card-body {
  padding: 14px;
}
.plan-detail-page__calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.plan-detail-page__calendar-head span {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}
.plan-detail-page__calendar-head strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: #241b50;
}
.plan-detail-page__calendar-card .ant-picker-calendar {
  background: transparent;
}
.plan-detail-page__calendar-card .ant-picker-panel {
  background: transparent;
}
.plan-detail-page__calendar-card .ant-picker-calendar-mode-switch {
  display: none;
}
.plan-detail-page__calendar-card .ant-picker-content th {
  font-size: 12px;
  color: #94a3b8;
}
.plan-detail-page__calendar-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 12px;
  color: #475569;
}
.plan-detail-page__calendar-cell span {
  font-size: 13px;
  font-weight: 500;
}
.plan-detail-page__calendar-cell.is-done {
  background: rgba(108, 99, 255, 0.1);
  color: #5b50dd;
}
.plan-detail-page__calendar-cell.is-current {
  border: 1px solid rgba(108, 99, 255, 0.35);
  background: rgba(108, 99, 255, 0.06);
}
.plan-detail-page__calendar-cell.is-start {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}
.plan-detail-page__calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}
.plan-detail-page__calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.plan-detail-page__calendar-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.plan-detail-page__calendar-legend i.done {
  background: rgba(108, 99, 255, 0.45);
}
.plan-detail-page__calendar-legend i.current {
  border: 1px solid rgba(108, 99, 255, 0.5);
  background: rgba(108, 99, 255, 0.1);
}
.plan-detail-page__calendar-legend i.start {
  background: rgba(34, 197, 94, 0.5);
}
.plan-detail-page__module-card span {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}
.plan-detail-page__module-card strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #111827;
}
.plan-detail-page__module-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
.plan-detail-page__timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-detail-page__timeline-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.plan-detail-page__timeline-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  flex-shrink: 0;
}
.plan-detail-page__timeline-dot.done {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.plan-detail-page__timeline-dot.pending {
  background: rgba(108, 99, 255, 0.1);
  color: #6c63ff;
}
.plan-detail-page__timeline-content {
  flex: 1;
  min-width: 0;
}
.plan-detail-page__timeline-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.plan-detail-page__timeline-top h4 {
  margin: 0;
  font-size: 15px;
  color: #111827;
}
.plan-detail-page__timeline-top p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a94a6;
  line-height: 1.6;
}
.plan-detail-page__timeline-content > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #94a3b8;
}
.plan-detail-page__stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
}
.plan-detail-page__stats-row + .plan-detail-page__stats-row {
  border-top: 1px solid rgba(108, 99, 255, 0.08);
}
.plan-detail-page__stats-row span {
  color: #6b7280;
}
.plan-detail-page__stats-row strong {
  color: #241b50;
}
.plan-detail-page__tip-card {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8ef 0%, #fff2dd 100%);
  box-shadow: 0 8px 22px rgba(251, 146, 60, 0.08);
}
.plan-detail-page__tip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(251, 146, 60, 0.16);
  color: #f97316;
  font-size: 20px;
  flex-shrink: 0;
}
.plan-detail-page__tip-content {
  min-width: 0;
}
.plan-detail-page__tip-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #7c5b2c;
}
.plan-detail-page__tip-tags {
  margin-top: 12px;
}
.plan-detail-page__footer-actions {
  margin-top: 18px;
}
@media (max-width: 480px) {
  .plan-detail-page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .plan-detail-page__summary-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .plan-detail-page__hero-card {
    padding: 16px;
  }
  .plan-detail-page__overview-grid,
  .plan-detail-page__module-grid {
    grid-template-columns: 1fr;
  }
  .plan-detail-page__progress-card {
    justify-content: flex-start;
  }
  .plan-detail-page__cycle-banner,
  .plan-detail-page__timeline-top,
  .plan-detail-page__section-title,
  .plan-detail-page__calendar-head {
    align-items: flex-start;
  }
  .plan-detail-page__cycle-banner,
  .plan-detail-page__timeline-top,
  .plan-detail-page__calendar-head {
    flex-direction: column;
  }
}
.diet-checkin-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #1f2937;
}
.diet-checkin-page__hero-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f2ff 0%, #ece7ff 100%);
  color: #1f2937;
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.12);
  border: 1px solid rgba(108, 99, 255, 0.08);
}
.diet-checkin-page__hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.diet-checkin-page__phase-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #5b50dd;
  font-size: 12px;
  font-weight: 600;
}
.diet-checkin-page__hero-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: #241b50;
}
.diet-checkin-page__hero-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6f6894;
}
.diet-checkin-page__overview-grid {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  margin-top: 18px;
}
.diet-checkin-page__progress-card,
.diet-checkin-page__goal-card,
.diet-checkin-page__upload-card,
.diet-checkin-page__preview-card,
.diet-checkin-page__analysis-card,
.diet-checkin-page__nutrition-card {
  border-radius: 20px;
}
.diet-checkin-page__progress-card,
.diet-checkin-page__goal-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.diet-checkin-page__progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.diet-checkin-page__progress-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.diet-checkin-page__progress-inner strong {
  font-size: 22px;
  color: #3a2f85;
}
.diet-checkin-page__progress-inner span {
  font-size: 12px;
  color: #7c78a4;
}
.diet-checkin-page__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.diet-checkin-page__goal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.diet-checkin-page__goal-item span {
  color: #7c78a4;
}
.diet-checkin-page__goal-item strong {
  color: #241b50;
  font-size: 15px;
}
.diet-checkin-page__goal-item--highlight {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(108, 99, 255, 0.12);
}
.diet-checkin-page__section {
  margin-top: 16px;
}
.diet-checkin-page__section--first {
  margin-top: 0;
}
.diet-checkin-page__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.diet-checkin-page__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.diet-checkin-page__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.diet-checkin-page__upload-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.diet-checkin-page__upload-card p {
  margin: 0;
  font-size: 12px;
  color: #8a94a6;
}
.diet-checkin-page__preview-card,
.diet-checkin-page__analysis-card,
.diet-checkin-page__nutrition-card {
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.diet-checkin-page__preview-card .ant-card-body,
.diet-checkin-page__analysis-card .ant-card-body,
.diet-checkin-page__nutrition-card .ant-card-body {
  padding: 14px;
}
.diet-checkin-page__preview-image-wrap {
  overflow: hidden;
  border-radius: 18px;
}
.diet-checkin-page__preview-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.diet-checkin-page__preview-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.diet-checkin-page__preview-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.diet-checkin-page__preview-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f1efff 0%, #e5e7ff 100%);
  color: #6c63ff;
  font-size: 18px;
  flex-shrink: 0;
}
.diet-checkin-page__preview-title h4 {
  margin: 0;
  font-size: 16px;
  color: #111827;
}
.diet-checkin-page__preview-title p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.diet-checkin-page__nutrition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.diet-checkin-page__nutrition-card span {
  font-size: 13px;
  color: #6b7280;
}
.diet-checkin-page__nutrition-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
}
.diet-checkin-page__nutrition-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.diet-checkin-page__analysis-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.diet-checkin-page__analysis-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 600;
}
.diet-checkin-page__analysis-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.diet-checkin-page__analysis-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.diet-checkin-page__analysis-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #6c63ff;
  flex-shrink: 0;
}
.diet-checkin-page__analysis-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}
.diet-checkin-page__footer-tip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
@media (max-width: 480px) {
  .diet-checkin-page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .diet-checkin-page__hero-card {
    padding: 16px;
  }
  .diet-checkin-page__hero-top,
  .diet-checkin-page__section-title,
  .diet-checkin-page__preview-meta,
  .diet-checkin-page__analysis-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .diet-checkin-page__overview-grid {
    grid-template-columns: 1fr;
  }
  .diet-checkin-page__progress-card {
    justify-content: flex-start;
  }
  .diet-checkin-page__nutrition-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.product-checkin-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 14px calc(24px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #1f2937;
}
.product-checkin-page__hero-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f2ff 0%, #ece7ff 100%);
  color: #1f2937;
  box-shadow: 0 14px 34px rgba(108, 99, 255, 0.12);
  border: 1px solid rgba(108, 99, 255, 0.08);
}
.product-checkin-page__hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.product-checkin-page__phase-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #5b50dd;
  font-size: 12px;
  font-weight: 600;
}
.product-checkin-page__hero-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: #241b50;
}
.product-checkin-page__hero-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6f6894;
}
.product-checkin-page__overview-grid {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  margin-top: 18px;
}
.product-checkin-page__progress-card,
.product-checkin-page__goal-card {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.product-checkin-page__progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-checkin-page__progress-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.product-checkin-page__progress-inner strong {
  font-size: 22px;
  color: #3a2f85;
}
.product-checkin-page__progress-inner span {
  font-size: 12px;
  color: #7c78a4;
}
.product-checkin-page__goal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.product-checkin-page__goal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.product-checkin-page__goal-item span {
  color: #7c78a4;
}
.product-checkin-page__goal-item strong {
  color: #241b50;
  font-size: 15px;
}
.product-checkin-page__goal-item--highlight {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(108, 99, 255, 0.12);
}
.product-checkin-page__section {
  margin-top: 16px;
}
.product-checkin-page__section--first {
  margin-top: 0;
}
.product-checkin-page__section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.product-checkin-page__section-title h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.product-checkin-page__section-title span {
  font-size: 12px;
  color: #8a94a6;
  text-align: right;
}
.product-checkin-page__product-card,
.product-checkin-page__benefit-card,
.product-checkin-page__tips-card,
.product-checkin-page__status-card {
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}
.product-checkin-page__product-card .ant-card-body,
.product-checkin-page__benefit-card .ant-card-body,
.product-checkin-page__tips-card .ant-card-body,
.product-checkin-page__status-card .ant-card-body {
  padding: 14px;
}
.product-checkin-page__product-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.product-checkin-page__product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f1efff 0%, #e5e7ff 100%);
  color: #6c63ff;
  font-size: 20px;
  flex-shrink: 0;
}
.product-checkin-page__product-info {
  flex: 1;
  min-width: 0;
}
.product-checkin-page__product-info h4,
.product-checkin-page__status-left h4 {
  margin: 0;
  font-size: 16px;
  color: #111827;
}
.product-checkin-page__product-info p,
.product-checkin-page__status-left p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.product-checkin-page__benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.product-checkin-page__benefit-card span {
  font-size: 13px;
  color: #6b7280;
}
.product-checkin-page__benefit-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
}
.product-checkin-page__benefit-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #8a94a6;
}
.product-checkin-page__tips-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-checkin-page__tips-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 600;
}
.product-checkin-page__tips-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-checkin-page__tips-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.product-checkin-page__tips-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #6c63ff;
  flex-shrink: 0;
}
.product-checkin-page__tips-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}
.product-checkin-page__status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-checkin-page__status-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.product-checkin-page__status-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.product-checkin-page__status-dot.pending {
  background: rgba(108, 99, 255, 0.1);
  color: #6c63ff;
}
.product-checkin-page__status-dot.done {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.product-checkin-page__footer-tip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
@media (max-width: 480px) {
  .product-checkin-page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-checkin-page__hero-card {
    padding: 16px;
  }
  .product-checkin-page__hero-top,
  .product-checkin-page__section-title,
  .product-checkin-page__tips-head,
  .product-checkin-page__status-row,
  .product-checkin-page__product-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-checkin-page__overview-grid {
    grid-template-columns: 1fr;
  }
  .product-checkin-page__progress-card {
    justify-content: flex-start;
  }
  .product-checkin-page__benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}
:root {
  --vh: 100%;
  color-scheme: light;
  --bg: #f5f7fa;
  --panel: #ffffff;
  --text: #17202a;
  --muted: #667386;
  --line: #d9dee7;
  --soft: #eef2f6;
  --accent: #1264a3;
  --accent-strong: #0b4f82;
  --ok: #168246;
  --warn: #9a5b00;
  --danger: #b3261e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#root {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1000px) {
  input,
  textarea {
    font-size: 16px !important;
  }
}/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
