* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 0, rgba(104, 210, 172, .24), transparent 360px),
    linear-gradient(135deg, #030504, #0d1713 48%, #030504);
  color: #eef7f2;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.phone-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #030504;
  overflow: hidden;
}

.app-screen {
  position: relative;
  min-height: 100vh;
  padding: 0 20px 96px;
  background:
    radial-gradient(circle at 48% 2%, rgba(220, 244, 207, .92) 0 4px, transparent 5px),
    radial-gradient(circle at 57% 1%, rgba(218, 240, 194, .55) 0 22px, transparent 23px),
    radial-gradient(circle at 49% 8%, rgba(126, 242, 209, .6) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 11%, rgba(216, 255, 234, .9) 0 7px, transparent 9px),
    radial-gradient(circle at 53% 0%, rgba(105, 250, 210, .66), transparent 84px),
    linear-gradient(108deg, transparent 0 18%, rgba(78, 161, 128, .2) 18% 26%, transparent 26% 44%, rgba(73, 143, 119, .22) 44% 54%, transparent 54%),
    radial-gradient(circle at 74% 21%, rgba(116, 185, 151, .2), transparent 110px),
    linear-gradient(180deg, #14241e 0, #050807 34%, #050807 100%);
}

.app-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 39%, rgba(152, 245, 206, .25) 40%, transparent 42%),
    linear-gradient(113deg, transparent 0 47%, rgba(93, 180, 147, .16) 48%, transparent 52%),
    radial-gradient(circle at 52% 0, rgba(255, 245, 191, .35), transparent 44px);
  pointer-events: none;
}

.topbar,
.hero-panel,
.shortcut-grid,
.notice,
.news,
.product-header,
.product-promise,
.product-tabs,
.product-list,
.holding-card,
.order-search,
.order-tabs,
.order-list,
.recovery-banner,
.recover-panel,
.feature-hero,
.feature-content,
.mine-toolbar,
.profile-panel,
.asset-stats,
.wallet-card,
.mine-actions {
  position: relative;
  z-index: 1;
}

.topbar {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
}

.brand {
  margin-right: auto;
  margin-left: 8px;
  color: rgba(239, 246, 239, .82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0;
}

.back,
.lang {
  border: 0;
  background: transparent;
  color: #d9e7df;
}

.back {
  position: relative;
  width: 18px;
  height: 34px;
}

.back::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #dce6df;
  border-bottom: 2px solid #dce6df;
  transform: rotate(45deg);
}

.lang {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: rgba(240, 255, 249, .14);
}

.lang::before,
.lang::after,
.lang span::before,
.lang span::after {
  content: "";
  position: absolute;
  border: 1.4px solid rgba(224, 244, 235, .72);
}

.lang::before {
  inset: 8px;
  border-radius: 50%;
}

.lang::after {
  left: 8px;
  right: 8px;
  top: 15px;
  border-width: 1px 0 0;
}

.lang span::before {
  left: 15px;
  top: 8px;
  height: 16px;
  border-width: 0 0 0 1px;
}

.lang span::after {
  left: 11px;
  top: 8px;
  width: 8px;
  height: 16px;
  border-width: 0 1px;
  border-radius: 50%;
}

.settings-wrap {
  position: relative;
  z-index: 20;
}

.settings-btn {
  width: 36px;
  height: 36px;
  padding: 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 255, 240, .16);
  border-radius: 50%;
  background: rgba(15, 48, 41, .88);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .32), inset 0 1px 12px rgba(255, 255, 255, .12);
  cursor: pointer;
}

.settings-btn img,
.checkin-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.settings-btn img {
  filter: brightness(0) invert(1);
  opacity: .96;
}

.settings-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 128px;
  padding: 8px;
  border: 1px solid rgba(190, 245, 224, .2);
  border-radius: 12px;
  background: rgba(9, 28, 24, .94);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .35);
  z-index: 80;
}

.settings-menu button {
  width: 100%;
  height: 38px;
  min-width: 112px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #8bdcc2);
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.glass {
  background: linear-gradient(145deg, rgba(237, 255, 248, .22), rgba(146, 181, 169, .18) 45%, rgba(238, 255, 249, .2));
  border: 1px solid rgba(228, 255, 245, .08);
  box-shadow:
    inset 0 1px 12px rgba(247, 255, 252, .07),
    inset 0 -18px 28px rgba(0, 0, 0, .2),
    0 10px 24px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.hero-panel {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 8px;
  margin-top: 0;
}

.welcome-strip {
  margin-top: 16px;
  padding: 12px 16px;
  color: rgba(239, 249, 244, .76);
  font-size: 14px;
  font-weight: 700;
}

.welcome-strip strong {
  color: #dffcf2;
}

.balance-card {
  height: 146px;
  border-radius: 4px;
  padding: 28px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.balance-pill {
  width: 108px;
  height: 35px;
  margin: 0 auto;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #f5fffb;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(180deg, #b7e5d8, #9ccfc0);
  box-shadow: 0 8px 18px rgba(9, 27, 21, .35);
}

.income-row {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: end;
  text-align: center;
}

.income-row div {
  display: grid;
  gap: 5px;
}

.income-row strong {
  font-size: 11px;
  color: #f3faf6;
}

.income-row .hot {
  color: #ff6b23;
}

.income-row span {
  font-size: 9px;
  color: rgba(239, 249, 244, .64);
}

.income-row i {
  height: 30px;
  background: rgba(234, 255, 246, .38);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.feature-card {
  height: 68px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
}

.feature-card p {
  margin: 0;
  color: #eef7f3;
  font-size: 12px;
}

.feature-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 4px rgba(255, 95, 24, .28));
}

.orange-icon,
.mint-icon,
.chat-icon {
  position: relative;
  display: inline-block;
}

.orange-icon {
  width: 21px;
  height: 21px;
  color: #ff5f18;
}

.flower::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
  border-radius: 4px;
}

.flower::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 95, 24, .14);
}

.shield::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 12px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 9px 9px;
  clip-path: polygon(50% 0, 100% 18%, 100% 67%, 50% 100%, 0 67%, 0 18%);
}

.shield::after {
  content: "1";
  position: absolute;
  left: 9px;
  top: 5px;
  font-size: 10px;
  font-weight: 700;
}

.bolt::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.bolt::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  background: currentColor;
  clip-path: polygon(42% 0, 100% 0, 63% 43%, 100% 43%, 35% 100%, 47% 54%, 0 54%);
}

.help::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.help::after {
  content: "?";
  position: absolute;
  left: 7px;
  top: 2px;
  color: currentColor;
  font-size: 17px;
  font-weight: 800;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 14px;
  margin-top: 18px;
}

.shortcut-grid a {
  color: #f2faf6;
  text-decoration: none;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.shortcut-grid b {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.shortcut-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 4px rgba(91, 229, 186, .28));
}

.mint-icon {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  color: #f3fffa;
  background: linear-gradient(150deg, #83ddc3, #29966f);
  box-shadow: 0 1px 3px rgba(196, 255, 236, .4), inset 0 1px 2px rgba(255, 255, 255, .48);
}

.mint-icon::before,
.mint-icon::after {
  content: "";
  position: absolute;
}

.calendar::before {
  left: 4px;
  top: 7px;
  width: 13px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.calendar::after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 6px;
  box-shadow: 9px 0 0 currentColor;
  background: currentColor;
}

.gift::before {
  left: 4px;
  top: 8px;
  width: 13px;
  height: 9px;
  background: currentColor;
}

.gift::after {
  left: 9px;
  top: 4px;
  width: 3px;
  height: 14px;
  background: #29966f;
  box-shadow: -5px 1px 0 -1px currentColor, 5px 1px 0 -1px currentColor;
}

.columns::before {
  left: 4px;
  top: 6px;
  width: 13px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.columns::after {
  left: 9px;
  top: 6px;
  height: 11px;
  border-left: 3px solid currentColor;
}

.cube::before {
  left: 5px;
  top: 7px;
  width: 11px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.cube::after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
  border-bottom: 0;
  border-right: 0;
}

.trend::before {
  left: 5px;
  top: 11px;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: rotate(-35deg);
}

.trend::after {
  right: 4px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.check::before {
  left: 5px;
  top: 9px;
  width: 10px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.check::after {
  left: 4px;
  top: 2px;
  width: 3px;
  height: 5px;
  background: currentColor;
  box-shadow: 10px 0 0 currentColor;
}

.question {
  border-radius: 50%;
}

.question::before {
  content: "?";
  inset: 0;
  display: grid;
  place-items: center;
  color: currentColor;
  font-size: 16px;
  font-weight: 800;
}

.mail::before {
  left: 4px;
  top: 6px;
  width: 13px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.mail::after {
  left: 5px;
  top: 7px;
  width: 11px;
  height: 8px;
  clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 25%, 50% 82%, 0 25%);
  background: currentColor;
}

.tiles::before {
  left: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 7px 0 0 currentColor, 0 7px 0 currentColor, 7px 7px 0 currentColor;
}

.tiles::after {
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 2px;
}

.coin::before {
  left: 5px;
  top: 5px;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.coin::after {
  left: 9px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.notice {
  height: 54px;
  margin-top: 24px;
  padding: 10px 20px 10px 10px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr 1px 32px;
  align-items: center;
  gap: 18px;
}

.notice-copy {
  position: relative;
  height: 18px;
  overflow: hidden;
}

.notice p {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 100%;
  margin: 0;
  font-size: 11px;
  color: #f1faf6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}

.notice p.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.notice i {
  height: 31px;
  background: rgba(239, 255, 250, .68);
}

.notice-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(10px);
}

.notice-dialog {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  border-radius: 22px;
  color: #eff9f4;
  border: 1px solid rgba(155, 232, 204, .28);
  background: linear-gradient(145deg, rgba(35, 94, 78, .9), rgba(5, 16, 13, .94));
}

.notice-dialog button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(239, 249, 244, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.notice-dialog button::before,
.notice-dialog button::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 14px;
  width: 12px;
  height: 2px;
  background: rgba(239, 249, 244, .78);
}

.notice-dialog button::before {
  transform: rotate(45deg);
}

.notice-dialog button::after {
  transform: rotate(-45deg);
}

.notice-dialog span {
  color: #8be7c7;
  font-size: 13px;
  font-weight: 800;
}

.notice-dialog h2 {
  margin: 10px 0 14px;
  font-size: 22px;
}

.notice-dialog p {
  margin: 0;
  color: rgba(239, 249, 244, .76);
  line-height: 1.8;
}

.mandatory-announcement {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 12%, rgba(98, 210, 174, .2), transparent 32%),
    rgba(0, 0, 0, .74);
  backdrop-filter: blur(12px);
}

.mandatory-announcement-card {
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  padding: 28px;
  border-radius: 24px;
  color: #eff9f4;
  border: 1px solid rgba(155, 232, 204, .3);
  background:
    linear-gradient(145deg, rgba(34, 91, 76, .94), rgba(5, 16, 13, .96)),
    var(--panel-texture);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

.mandatory-announcement-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.mandatory-announcement-head span {
  color: #8be7c7;
  font-size: 14px;
  font-weight: 900;
}

.mandatory-announcement-head strong {
  min-width: 118px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #123f35;
  background: linear-gradient(180deg, #e3fff5, #92ddc7);
  text-align: center;
  font-size: 13px;
}

.mandatory-announcement-card h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 4vw, 34px);
  letter-spacing: 0;
}

.mandatory-announcement-body {
  overflow-y: auto;
  padding-right: 6px;
}

.mandatory-announcement-body p {
  margin: 0 0 14px;
  color: rgba(239, 249, 244, .78);
  font-size: 15px;
  line-height: 1.9;
}

.mandatory-announcement-body b {
  color: #dffcf2;
}

.announcement-sign {
  text-align: right;
  color: #dffcf2 !important;
  font-weight: 800;
}

.mandatory-announcement-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.announcement-primary,
.mandatory-announcement-actions button {
  min-width: 120px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 22px;
  text-decoration: none;
  font: inherit;
  font-weight: 900;
}

.announcement-primary {
  color: #0c3a30;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
}

.mandatory-announcement-actions button {
  color: #dffcf2;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(239, 249, 244, .18);
}

.mandatory-announcement-actions button:disabled {
  cursor: not-allowed;
  color: rgba(239, 249, 244, .44);
  background: rgba(255, 255, 255, .05);
}

.chat-icon {
  width: 18px;
  height: 16px;
  border: 2px solid rgba(235, 255, 248, .82);
  border-radius: 3px;
}

.chat-icon::before,
.chat-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1px;
  background: rgba(235, 255, 248, .82);
}

.chat-icon::before {
  top: 4px;
}

.chat-icon::after {
  top: 8px;
}

.section-title {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  color: #f8fffb;
}

.section-title a {
  width: 22px;
  height: 22px;
  position: relative;
}

.section-title a::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #e8f4ee;
  border-right: 2px solid #e8f4ee;
  transform: rotate(45deg);
}

.news-list {
  border-radius: 4px;
  padding: 14px 10px 12px;
  display: grid;
  gap: 17px;
}

.news-list article {
  display: grid;
  grid-template-columns: 107px 1fr;
  gap: 8px;
  align-items: start;
}

.news-list img {
  width: 107px;
  height: 61px;
  object-fit: cover;
  border-radius: 3px;
  filter: saturate(.7) brightness(.82);
}

.news-list h3 {
  min-height: 35px;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.55;
  color: #f4fbf8;
  font-weight: 500;
}

.news-list time {
  position: relative;
  display: block;
  padding-left: 18px;
  color: rgba(235, 246, 240, .44);
  font-size: 11px;
}

.news-list time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(235, 246, 240, .5);
}

.news-list time::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-left: 1px solid #2b3a34;
  border-bottom: 1px solid #2b3a34;
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 66px;
  padding: 7px 12px calc(7px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  background: linear-gradient(180deg, rgba(24, 43, 36, .92), rgba(5, 9, 8, .96));
  border-top: 1px solid rgba(229, 255, 246, .12);
  box-shadow: 0 -12px 28px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}

.bottom-nav a {
  min-width: 0;
  height: 52px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  color: rgba(239, 249, 244, .72);
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  border-radius: 6px;
}

.bottom-nav a.active {
  color: #39c49b;
}

.bottom-nav img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  opacity: .72;
  filter: grayscale(1) brightness(1.85) opacity(.78);
}

.bottom-nav a.active img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(62%) sepia(64%) saturate(475%) hue-rotate(113deg) brightness(91%) contrast(91%)
    drop-shadow(0 1px 5px rgba(57, 196, 155, .36));
}

.bottom-nav span {
  white-space: nowrap;
}

.side-subnav {
  display: none;
}

.money-toggle {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 40;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(224, 255, 244, .16);
  border-radius: 50%;
  background: rgba(20, 43, 36, .82);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28), inset 0 1px 10px rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  display: none !important;
}

.money-toggle span,
.money-toggle span::before,
.money-toggle span::after {
  position: absolute;
  content: "";
}

.money-toggle span {
  left: 10px;
  top: 14px;
  width: 20px;
  height: 13px;
  border: 2px solid rgba(223, 252, 242, .86);
  border-radius: 50%;
}

.money-toggle span::before {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(223, 252, 242, .86);
}

.money-toggle span::after {
  left: -3px;
  top: 5px;
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: #39c49b;
  opacity: 0;
  transform: rotate(-35deg);
}

.money-toggle.is-hidden span::after {
  opacity: 1;
}

.product-screen {
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .34), transparent 128px),
    radial-gradient(circle at 50% 13%, rgba(105, 250, 210, .3), transparent 148px),
    linear-gradient(108deg, transparent 0 32%, rgba(94, 171, 135, .16) 32% 42%, transparent 42% 61%, rgba(71, 136, 111, .16) 61% 69%, transparent 69%),
    linear-gradient(180deg, #162821 0, #050807 35%, #030504 100%);
}

.product-header {
  height: 72px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  margin: 0 -8px;
}

.product-header h1 {
  margin: 0;
  text-align: center;
  color: #f9fffc;
  font-size: 22px;
  font-weight: 800;
}

.product-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto 20px;
}

.product-promise article {
  position: relative;
  min-height: 132px;
  padding: 18px 8px 28px;
  text-align: center;
  color: #fff7e7;
  background:
    radial-gradient(circle at 75% 12%, rgba(68, 82, 216, .52), transparent 58px),
    linear-gradient(180deg, rgba(221, 255, 240, .17), rgba(8, 14, 12, .3));
  border: 1px solid rgba(130, 239, 166, .72);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-shadow:
    inset 0 0 18px rgba(218, 255, 240, .14),
    0 8px 18px rgba(0, 0, 0, .3);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}

.product-promise strong {
  display: block;
  margin: 8px 0 5px;
  font-size: 18px;
  line-height: 1;
}

.product-promise p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.promise-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #ffe8c4;
}

.promise-box::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 18px;
  height: 14px;
  border: 2px solid currentColor;
  transform: skewY(-26deg);
}

.promise-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 11px;
  border: 2px solid currentColor;
  transform: rotate(-25deg) skewX(28deg);
}

.promise-light::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 14px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 42% 42%;
}

.promise-light::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 22px;
  width: 8px;
  height: 4px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.promise-heart::before,
.promise-heart::after {
  content: "";
  position: absolute;
}

.promise-heart::before {
  left: 3px;
  top: 7px;
  width: 21px;
  height: 18px;
  border: 3px solid currentColor;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  border-radius: 0 0 6px 0;
}

.promise-heart::after {
  left: 8px;
  top: 7px;
  width: 15px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(135deg);
  border-radius: 8px 8px 0 0;
}

.product-tabs {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1120px;
  height: 52px;
  margin: 0 auto 22px;
  padding: 3px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 16px rgba(255, 255, 255, .08), 0 12px 22px rgba(0, 0, 0, .32);
}

.product-tabs button {
  border: 0;
  border-radius: 25px;
  color: rgba(249, 255, 252, .84);
  background: transparent;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
}

.product-tabs button.active {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .18));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, .15);
}

.product-list {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  min-height: 184px;
  padding: 21px 20px 20px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(235, 255, 248, .36);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, .08), 0 13px 28px rgba(0, 0, 0, .34);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -24px;
  background:
    radial-gradient(circle at 12% 72%, rgba(231, 255, 240, .52), transparent 42px),
    radial-gradient(circle at 92% 52%, rgba(255, 255, 255, .16), transparent 72px);
  opacity: .8;
}

.card-cyan {
  background: linear-gradient(135deg, rgba(82, 159, 148, .85), rgba(40, 74, 68, .9));
}

.card-green {
  background: linear-gradient(135deg, rgba(89, 180, 46, .88), rgba(39, 87, 22, .94));
}

.card-gold {
  background: linear-gradient(135deg, rgba(183, 128, 61, .9), rgba(96, 55, 20, .94));
}

.product-name,
.product-desc,
.product-metrics,
.progress-row {
  position: relative;
  z-index: 1;
}

.product-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-name h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.product-name span {
  padding: 3px 9px;
  border-radius: 4px;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  line-height: 1.2;
  background: rgba(88, 212, 164, .32);
}

.product-desc {
  margin: 16px 0 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.product-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-metrics div {
  display: grid;
  gap: 10px;
}

.product-metrics div:nth-child(2) {
  justify-items: center;
}

.product-metrics div:nth-child(3) {
  justify-items: end;
}

.product-metrics strong {
  color: #cfb68a;
  font-size: 20px;
  line-height: 1;
}

.product-metrics span {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}

.progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.progress-row i {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
}

.progress-row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5dd7b3, #74e3c1);
}

.progress-row em {
  color: #fff;
  font-style: normal;
  font-size: 18px;
}

.market-screen {
  background:
    radial-gradient(circle at 55% 0%, rgba(199, 236, 209, .3), transparent 160px),
    radial-gradient(circle at 82% 18%, rgba(57, 96, 184, .22), transparent 180px),
    linear-gradient(180deg, rgba(12, 34, 28, .7), rgba(1, 8, 6, .98));
}

.market-hero {
  margin-top: 16px;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  overflow: hidden;
}

.market-hero span,
.market-index-card span,
.market-news span {
  color: rgba(223, 252, 242, .62);
  font-size: 12px;
  font-weight: 700;
}

.market-hero h2 {
  margin: 8px 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
}

.market-hero p {
  margin: 0;
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
  line-height: 1.7;
}

.market-hero strong {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #123f35;
  background: conic-gradient(#7be3bd 0 68%, rgba(255, 255, 255, .13) 68% 100%);
  box-shadow: inset 0 0 0 9px rgba(10, 37, 30, .94), 0 0 24px rgba(57, 196, 155, .28);
  font-size: 22px;
}

.market-index-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.market-index-card {
  min-height: 108px;
  padding: 16px;
  border-radius: 10px;
  display: grid;
  gap: 8px;
}

.market-index-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.market-index-card em,
.sector-list strong {
  font-style: normal;
  font-weight: 800;
}

.rise {
  color: #72e5bb !important;
}

.fall {
  color: #ff9d8b !important;
}

.market-layout {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.market-panel,
.market-news {
  padding: 16px;
  border-radius: 10px;
}

.compact-title {
  margin-bottom: 14px;
}

.sector-list,
.watch-list,
.market-news {
  display: grid;
  gap: 12px;
}

.sector-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
}

.sector-list b {
  display: block;
  margin-bottom: 5px;
  color: #eff9f4;
  font-size: 14px;
}

.sector-list span,
.watch-list span,
.market-news p {
  color: rgba(239, 249, 244, .62);
  font-size: 12px;
  line-height: 1.6;
}

.watch-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
}

.watch-list b {
  color: #eff9f4;
  font-size: 14px;
}

.watch-list i {
  grid-column: 1 / -1;
  height: 7px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #73e6bd, rgba(255, 255, 255, .88));
}

.market-news {
  margin-top: 16px;
}

.market-news article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
}

.market-news p {
  margin: 0;
}

.splash-screen {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  padding: 46px 24px 34px;
  color: #82e7bd;
  background:
    radial-gradient(circle at 48% 0%, rgba(154, 239, 196, .42), transparent 96px),
    radial-gradient(circle at 50% 78%, rgba(136, 202, 170, .22), transparent 190px),
    linear-gradient(180deg, #132b25 0, #040706 45%, #172d27 100%);
  overflow: hidden;
}

.splash-screen::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(108deg, transparent 0 38%, rgba(110, 199, 161, .14) 38% 48%, transparent 48%);
  pointer-events: none;
}

.splash-brand {
  align-self: start;
  margin-top: 16vh;
  text-align: center;
}

.splash-brand h1 {
  margin: 0;
  padding: 10px 0;
  border-top: 2px solid rgba(130, 231, 189, .8);
  color: #82e7bd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 8vw, 58px);
  text-shadow: 0 0 18px rgba(81, 212, 157, .36);
}

.splash-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(239, 249, 244, .76);
}

.splash-footer span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #9cf1d1;
  background: #050706;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.splash-footer p {
  margin: 0;
  font-size: 13px;
}

.vip-screen {
  background:
    radial-gradient(circle at 78% 8%, rgba(246, 210, 112, .28), transparent 180px),
    radial-gradient(circle at 50% 0%, rgba(105, 250, 210, .24), transparent 160px),
    linear-gradient(180deg, #102e27 0, #050807 38%, #020303 100%);
}

.vip-hero,
.vip-current,
.vip-benefits,
.vip-tip {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.vip-hero {
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 16px;
  align-items: center;
  color: #fff;
}

.vip-hero h2 {
  margin: 0 0 12px;
  color: #ff6b5f;
  font-size: clamp(34px, 7vw, 58px);
  letter-spacing: 0;
}

.vip-hero p {
  margin: 0;
  color: rgba(239, 249, 244, .66);
  line-height: 1.7;
}

.vip-crown {
  width: 132px;
  height: 92px;
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(circle at 50% 16%, #fff4c0 0 12px, transparent 13px),
    radial-gradient(circle at 24% 38%, #f8ce72 0 18px, transparent 19px),
    radial-gradient(circle at 76% 38%, #f8ce72 0 18px, transparent 19px),
    linear-gradient(180deg, #fff1b7, #cf8840);
  box-shadow: 0 0 30px rgba(246, 195, 89, .34);
}

.vip-current {
  padding: 24px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 76% 38%, rgba(245, 187, 73, .3), transparent 90px),
    linear-gradient(135deg, rgba(121, 91, 45, .78), rgba(19, 24, 22, .84));
}

.vip-current span {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 10px;
  color: #fff;
  background: rgba(216, 151, 74, .76);
  font-weight: 800;
}

.vip-current strong {
  display: block;
  margin: 30px 0 20px;
  color: #fff;
  font-size: 42px;
}

.vip-current p {
  margin: 0 0 10px;
  color: rgba(239, 249, 244, .72);
  font-weight: 800;
}

.vip-current em {
  font-style: normal;
}

.vip-current i {
  display: block;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
}

.vip-current u {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8df0c9, #e5fff2);
}

.vip-tip {
  margin-top: 24px;
  margin-bottom: 22px;
  color: rgba(239, 249, 244, .76);
  text-align: center;
  font-weight: 800;
}

.vip-benefits {
  display: grid;
  gap: 16px;
}

.vip-benefits article {
  padding: 20px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 20%, rgba(228, 181, 58, .22), transparent 70px),
    linear-gradient(180deg, rgba(45, 45, 47, .9), rgba(19, 18, 20, .94));
}

.vip-benefits h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
}

.vip-benefits article div {
  display: inline-grid;
  gap: 6px;
  min-width: 42%;
}

.vip-benefits span {
  color: rgba(239, 249, 244, .72);
  font-weight: 800;
}

.vip-benefits b {
  color: #ffb44c;
  font-size: 22px;
}

.withdraw-screen {
  min-height: 100vh;
  padding: 24px 14px 36px;
  color: #eff9f4;
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .28), transparent 170px),
    radial-gradient(circle at 80% 16%, rgba(57, 96, 184, .22), transparent 180px),
    linear-gradient(109deg, transparent 0 37%, rgba(92, 169, 136, .17) 37% 46%, transparent 46% 62%, rgba(74, 142, 116, .15) 62% 72%, transparent 72%),
    linear-gradient(180deg, #14231e 0, #050807 40%, #020303 100%);
}

.withdraw-page-header {
  max-width: 980px;
  margin: 0 auto 14px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
}

.withdraw-page-header h1 {
  margin: 0;
  text-align: center;
  color: #eff9f4;
  font-size: 22px;
  letter-spacing: 0;
}

.withdraw-back {
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(239, 249, 244, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  position: relative;
}

.withdraw-back::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid rgba(239, 249, 244, .82);
  border-bottom: 2px solid rgba(239, 249, 244, .82);
  transform: rotate(45deg);
}

.withdraw-wallet,
.withdraw-shortcuts,
.withdraw-promo,
.withdraw-records {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(155, 232, 204, .22);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.withdraw-safe {
  height: 58px;
  display: grid;
  place-items: center;
  color: #9cf1d1;
  background: rgba(223, 252, 242, .08);
  font-size: 20px;
  font-weight: 800;
}

.withdraw-balance {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 34px 20px 20px;
}

.withdraw-balance p {
  margin: 0;
  color: rgba(239, 249, 244, .74);
  font-size: 24px;
}

.withdraw-balance strong {
  color: #fff;
  font-size: clamp(60px, 16vw, 92px);
}

.withdraw-balance em {
  position: absolute;
  right: 0;
  top: 88px;
  padding: 10px 20px;
  border-radius: 999px 0 0 999px;
  color: #123f35;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
  font-style: normal;
  font-weight: 800;
}

.withdraw-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 10px 32px 34px;
}

.withdraw-actions button {
  height: 58px;
  border: 1px solid rgba(239, 249, 244, .18);
  border-radius: 32px;
  color: #123f35;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
  font-size: 24px;
  font-weight: 900;
}

.withdraw-card-tip {
  min-height: 80px;
  display: grid;
  grid-template-columns: 48px 1fr 18px;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  border-top: 1px solid rgba(239, 249, 244, .12);
}

.withdraw-card-tip span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8df0c9, #39c49b);
}

.withdraw-card-tip b {
  color: rgba(239, 249, 244, .86);
  font-size: 20px;
}

.withdraw-card-tip i {
  width: 14px;
  height: 14px;
  border-right: 3px solid rgba(239, 249, 244, .4);
  border-top: 3px solid rgba(239, 249, 244, .4);
  transform: rotate(45deg);
}

.withdraw-shortcuts {
  margin-top: 16px;
  padding: 24px 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.withdraw-shortcuts a {
  display: grid;
  place-items: center;
  min-height: 72px;
  color: #eff9f4;
  text-decoration: none;
  font-size: 18px;
}

.withdraw-promo {
  margin-top: 16px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.withdraw-promo h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
}

.withdraw-promo p {
  margin: 0;
  color: rgba(239, 249, 244, .6);
}

.withdraw-promo strong {
  align-self: center;
  color: #8df0c9;
}

.withdraw-records {
  margin-top: 16px;
}

.withdraw-records header {
  display: flex;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(239, 249, 244, .12);
}

.withdraw-records h2 {
  margin: 0;
  color: #fff;
}

.withdraw-record {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(239, 249, 244, .1);
}

.withdraw-record b,
.withdraw-record strong {
  color: #eff9f4;
  font-size: 20px;
}

.withdraw-record span,
.withdraw-record em {
  display: block;
  margin-top: 8px;
  color: rgba(239, 249, 244, .58);
  font-style: normal;
}

.withdraw-record i {
  grid-column: 2;
  color: rgba(239, 249, 244, .58);
  font-style: normal;
  text-align: right;
}

.withdraw-record i.success { color: #72e5bb; }
.withdraw-record i.pending { color: #ffd37c; }
.withdraw-record i.failed { color: #ff9d8b; }
.withdraw-empty {
  margin: 0;
  padding: 24px;
  color: rgba(239, 249, 244, .58);
}

.withdraw-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(10px);
}

.withdraw-modal[hidden] {
  display: none !important;
}

.withdraw-form {
  width: min(420px, 100%);
  padding: 24px;
  border-radius: 18px;
}

.withdraw-form label {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.withdraw-form input {
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  padding: 0 12px;
}

.withdraw-form div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pay-keyboard-modal {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: grid;
  align-items: end;
  background: rgba(0, 0, 0, .58);
}

.pay-keyboard-panel {
  width: min(520px, 100%);
  margin: 0 auto;
  padding: 22px 18px 16px;
  border-radius: 22px 22px 0 0;
  color: #eff9f4;
  background: rgba(8, 28, 23, .98);
  border: 1px solid rgba(155, 232, 204, .22);
}

.pay-keyboard-panel h2 {
  margin: 0 0 18px;
  text-align: center;
}

.pay-dots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.pay-dots i {
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  position: relative;
}

.pay-dots i.active::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: #dffcf2;
}

.pay-keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pay-keys button {
  height: 54px;
  border: 0;
  border-radius: 10px;
  color: #0c3a30;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
  font-size: 20px;
  font-weight: 900;
}

.account-recharge-copy {
  margin: 0 0 18px;
  color: rgba(239, 249, 244, .66);
  line-height: 1.7;
}

.account-recharge-field {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(239, 249, 244, .8);
  font-weight: 700;
}

.account-recharge-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(190, 245, 224, .22);
  border-radius: 14px;
  color: #eff9f4;
  background: rgba(255, 255, 255, .08);
  outline: none;
}

.admin-action-link {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
}

.mine-screen .profile-copy strong {
  width: auto;
  height: auto;
  color: #123f35;
}

.order-screen {
  background:
    radial-gradient(circle at 51% 0%, rgba(199, 236, 209, .34), transparent 130px),
    radial-gradient(circle at 49% 9%, rgba(105, 250, 210, .26), transparent 165px),
    linear-gradient(109deg, transparent 0 37%, rgba(92, 169, 136, .17) 37% 46%, transparent 46% 62%, rgba(74, 142, 116, .15) 62% 72%, transparent 72%),
    linear-gradient(180deg, #14231e 0, #050807 34%, #020303 100%);
}

.holding-card {
  max-width: 760px;
  min-height: 150px;
  margin: 4px auto 16px;
  padding: 35px 24px 22px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 84% 22%, rgba(239, 209, 107, .48), transparent 64px),
    linear-gradient(175deg, rgba(181, 147, 76, .48), rgba(37, 71, 64, .72) 43%, rgba(62, 132, 115, .72));
}

.holding-card::before,
.holding-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.holding-card::before {
  left: -3%;
  right: -3%;
  bottom: -16px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(69, 195, 176, .5), rgba(33, 68, 62, .16));
  border: 1px solid rgba(84, 218, 196, .32);
}

.holding-card::after {
  inset: 0;
  background: linear-gradient(112deg, transparent 0 37%, rgba(255, 255, 255, .17) 38%, transparent 45%);
}

.holding-orbit {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 100px;
  height: 58px;
  border: 2px solid rgba(223, 205, 119, .6);
  border-radius: 50%;
  transform: rotate(-19deg);
  box-shadow: 0 0 12px rgba(232, 220, 133, .35);
}

.holding-orbit::before,
.holding-orbit::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid rgba(223, 205, 119, .45);
  border-radius: 50%;
}

.holding-orbit::after {
  inset: 12px;
}

.holding-title,
.holding-total,
.holding-stats {
  position: relative;
  z-index: 1;
}

.holding-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
}

.holding-title span {
  width: 20px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec433b 0 48%, #ffc434 48% 100%);
}

.holding-title strong {
  font-size: 15px;
  line-height: 1;
}

.holding-title i {
  position: relative;
  width: 18px;
  height: 14px;
  cursor: pointer;
}

.holding-title i::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
}

.holding-title i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, .62);
  transform: rotate(-32deg);
}

.money-hidden .holding-title i::after,
.holding-title i.is-local-hidden::after {
  background: #39c49b;
}

.holding-total {
  margin-top: 14px;
  text-align: center;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 2px;
}

.holding-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.holding-stats div {
  display: grid;
  gap: 7px;
}

.holding-stats div:nth-child(2) {
  justify-items: center;
}

.holding-stats div:nth-child(3) {
  justify-items: end;
}

.holding-stats span,
.holding-stats strong {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.order-search {
  max-width: 760px;
  height: 48px;
  margin: 0 auto 4px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .1);
}

.order-search span {
  position: relative;
  width: 22px;
  height: 22px;
}

.order-search span::before {
  content: "";
  position: absolute;
  inset: 1px 5px 5px 1px;
  border: 3px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
}

.order-search span::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 9px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .65);
  transform: rotate(45deg);
}

.order-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.order-search input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.order-tabs {
  max-width: 760px;
  height: 45px;
  margin: 0 auto 9px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.order-tabs button {
  position: relative;
  height: 45px;
  border: 0;
  color: rgba(255, 255, 255, .45);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.order-tabs button.active {
  color: #ff723a;
}

.order-tabs button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 36px;
  height: 3px;
  border-radius: 99px;
  background: #ff723a;
  transform: translateX(-50%);
}

.recovery-banner {
  max-width: 760px;
  margin: 0 auto 14px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .84);
  background: linear-gradient(135deg, rgba(255, 114, 58, .2), rgba(42, 95, 80, .34));
  border: 1px solid rgba(255, 152, 98, .28);
  box-shadow: inset 0 1px 14px rgba(255, 255, 255, .06), 0 10px 22px rgba(0, 0, 0, .22);
}

.recovery-banner p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.recovery-banner a {
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(180deg, #ff8a53, #f2672d);
}

.order-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.order-card {
  position: relative;
  min-height: 150px;
  padding: 15px 13px 14px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .09), 0 10px 18px rgba(0, 0, 0, .3);
}

.order-card::before {
  content: "";
  position: absolute;
  inset: -22px;
  background:
    radial-gradient(circle at 15% 28%, rgba(255, 255, 255, .42), transparent 26px),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .16), transparent 58px),
    linear-gradient(110deg, transparent 0 39%, rgba(255, 255, 255, .16) 40%, transparent 47%);
}

.order-cyan {
  background: linear-gradient(135deg, rgba(79, 166, 156, .9), rgba(34, 72, 67, .96));
}

.order-green {
  background: linear-gradient(135deg, rgba(94, 186, 48, .93), rgba(38, 91, 23, .96));
}

.order-purple {
  background: linear-gradient(135deg, rgba(132, 47, 205, .92), rgba(68, 21, 112, .98));
}

.order-card-head,
.order-money,
.order-card p {
  position: relative;
  z-index: 1;
}

.order-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.order-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.order-card-head span {
  padding: 4px 10px;
  border-radius: 5px;
  color: rgba(255, 255, 255, .9);
  background: rgba(88, 212, 164, .35);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.order-money {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 27px 0 22px;
}

.order-money div {
  display: grid;
  gap: 10px;
}

.order-money div:nth-child(2) {
  justify-items: end;
}

.order-money strong {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.order-money span,
.order-card p {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.order-card p {
  margin: 0 0 8px;
  font-weight: 700;
}

.recover-screen {
  display: flex;
  flex-direction: column;
}

.recover-panel {
  width: 100%;
  max-width: 560px;
  margin: 18px auto 0;
  padding: 24px 20px;
  border-radius: 12px;
}

.recover-panel h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.recover-panel p {
  margin: 0 0 24px;
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
  line-height: 1.65;
}

.recover-form {
  display: grid;
  gap: 18px;
}

.recover-form label {
  display: grid;
  gap: 8px;
}

.recover-form label span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.recover-form input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(224, 255, 244, .16);
  outline: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font: inherit;
}

.recover-form input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.recover-form button {
  height: 50px;
  border: 0;
  border-radius: 25px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  box-shadow: 0 12px 24px rgba(44, 177, 139, .24);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

.feature-screen {
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .28), transparent 140px),
    radial-gradient(circle at 75% 18%, rgba(69, 84, 217, .18), transparent 150px),
    linear-gradient(110deg, transparent 0 36%, rgba(91, 172, 138, .15) 36% 45%, transparent 45% 68%, rgba(70, 134, 112, .12) 68% 77%, transparent 77%),
    linear-gradient(180deg, #14251f 0, #050807 42%, #030504 100%);
}

.feature-hero {
  max-width: 1120px;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
}

.feature-hero img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(91, 229, 186, .28));
}

.feature-hero p {
  margin: 0 0 8px;
  color: #39c49b;
  font-size: 12px;
  font-weight: 800;
}

.feature-hero h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.feature-hero span {
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
  line-height: 1.55;
}

.feature-content {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.feature-info-card {
  min-height: 126px;
  padding: 18px;
  border-radius: 8px;
}

.feature-info-card h3 {
  margin: 0 0 13px;
  color: #ff7a3a;
  font-size: 15px;
}

.feature-info-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.feature-info-card p,
.feature-info-card span {
  display: block;
  color: rgba(239, 249, 244, .7);
  font-size: 13px;
  line-height: 1.65;
}

.feature-action-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 4px;
}

.feature-action-bar button {
  height: 46px;
  border: 1px solid rgba(224, 255, 244, .18);
  border-radius: 23px;
  color: rgba(239, 249, 244, .86);
  background: rgba(255, 255, 255, .08);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.feature-action-bar button.primary {
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  box-shadow: 0 12px 24px rgba(44, 177, 139, .24);
}

.calendar-board {
  padding: 18px;
  border-radius: 10px;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.calendar-head h3,
.invest-plan h3,
.invite-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.calendar-head button {
  height: 34px;
  border: 0;
  border-radius: 17px;
  padding: 0 14px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.calendar-head button:disabled {
  color: rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .12);
}

.calendar-week,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}

.calendar-week {
  margin-bottom: 8px;
}

.calendar-week span {
  text-align: center;
  color: rgba(239, 249, 244, .48);
  font-size: 12px;
}

.calendar-grid button,
.calendar-grid i {
  aspect-ratio: 1;
  min-width: 0;
}

.calendar-grid button {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(224, 255, 244, .08);
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .05);
  font: inherit;
}

.calendar-grid strong {
  font-size: 13px;
  line-height: 1;
}

.calendar-grid span {
  color: #ff7a3a;
  font-size: 10px;
  line-height: 1;
}

.calendar-grid .marked {
  background: rgba(57, 196, 155, .12);
  border-color: rgba(57, 196, 155, .24);
}

.calendar-grid .today {
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
}

.calendar-grid .today span {
  color: #0f5a48;
}

.calendar-schedule,
.task-stack,
.tutorial-steps {
  display: grid;
  gap: 12px;
}

.schedule-row {
  min-height: 84px;
  padding: 14px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
}

.schedule-row span {
  display: grid;
  place-items: center;
  height: 34px;
  border-radius: 18px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  font-size: 12px;
  font-weight: 800;
}

.schedule-row h3,
.task-item h3,
.tutorial-step h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
}

.schedule-row p,
.schedule-row b,
.task-item p,
.task-item span,
.tutorial-step p,
.tutorial-step span,
.invite-panel p {
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
  line-height: 1.55;
}

.schedule-row b {
  grid-column: 2;
  font-weight: 500;
}

.invest-plan {
  min-height: 280px;
  padding: 22px;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
}

.invest-meter {
  height: 170px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .14);
}

.invest-meter span {
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #dffcf2, #39c49b);
  box-shadow: 0 0 14px rgba(57, 196, 155, .22);
}

.invest-summary,
.portfolio-stats,
.invite-panel div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.invest-summary strong,
.portfolio-stats strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.task-item {
  padding: 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
}

.task-item em,
.tutorial-step em {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  font-style: normal;
  font-weight: 800;
}

.task-item button {
  height: 34px;
  border: 1px solid rgba(224, 255, 244, .18);
  border-radius: 17px;
  padding: 0 13px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.portfolio-stats {
  grid-column: 1 / -1;
  padding: 18px;
  border-radius: 10px;
}

.portfolio-stats div {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.portfolio-stats span {
  color: rgba(239, 249, 244, .6);
  font-size: 13px;
}

.invite-panel {
  padding: 24px;
  border-radius: 10px;
}

.invite-panel strong {
  display: block;
  margin: 16px 0;
  color: #dffcf2;
  font-size: 38px;
  letter-spacing: 4px;
}

.invite-panel div span {
  padding: 12px 8px;
  text-align: center;
  border-radius: 8px;
  color: rgba(239, 249, 244, .78);
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
}

.tutorial-step {
  padding: 18px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}

.tutorial-step strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.mine-screen {
  padding-top: 18px;
  background:
    radial-gradient(circle at 76% 7%, rgba(80, 93, 214, .22), transparent 118px),
    radial-gradient(circle at 50% 18%, rgba(105, 250, 210, .2), transparent 170px),
    linear-gradient(110deg, transparent 0 34%, rgba(91, 172, 138, .15) 34% 44%, transparent 44% 67%, rgba(70, 134, 112, .14) 67% 76%, transparent 76%),
    linear-gradient(180deg, #192b26 0, #07100d 52%, #030504 100%);
}

.mine-screen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 310px;
  background:
    repeating-radial-gradient(circle at 68% 8%, rgba(255, 255, 255, .08) 0 1px, transparent 1px 46px);
  opacity: .5;
  pointer-events: none;
}

.mine-toolbar {
  max-width: 1120px;
  height: 42px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mine-toolbar button {
  border: 0;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
}

.checkin-btn {
  height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.checkin-btn img {
  width: 20px;
  height: 20px;
}

.checkin-btn.checked {
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #8bdcc2);
}

.mine-toolbar > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mine-toolbar > div button {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.mine-toolbar .settings-wrap {
  position: relative;
  z-index: 120;
}

.mine-toolbar .settings-btn {
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(223, 252, 242, .6);
  background: rgba(11, 42, 35, .92);
}

.mine-toolbar .settings-menu {
  right: 0;
  top: calc(100% + 10px);
  min-width: 132px;
  padding: 8px;
}

.mine-toolbar .settings-menu button {
  width: 100%;
  min-width: 116px;
  height: 40px;
  padding: 0 14px;
  display: block;
  border-radius: 10px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #8bdcc2);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.mail-btn i {
  position: absolute;
  right: -2px;
  top: -3px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  color: #fff;
  background: #e95151;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
}

.mine-small-icon,
.mine-action-icon {
  position: relative;
  display: inline-block;
  color: currentColor;
}

.mine-small-icon {
  width: 20px;
  height: 20px;
}

.calendar-mini::before {
  content: "";
  position: absolute;
  inset: 4px 3px 3px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.calendar-mini::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 6px;
  height: 4px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.headset-mini::before {
  content: "";
  position: absolute;
  inset: 3px 3px 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.headset-mini::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 10px;
  height: 7px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.gear-mini::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 -4px 0 -2px currentColor, 0 4px 0 -2px currentColor, 4px 0 0 -2px currentColor, -4px 0 0 -2px currentColor;
}

.gear-mini::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: currentColor;
}

.envelope-mini::before {
  content: "";
  position: absolute;
  inset: 4px 2px 5px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.envelope-mini::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 26%, 50% 86%, 0 26%);
  background: currentColor;
}

.profile-panel {
  max-width: 1120px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.profile-copy strong {
  display: inline-block;
  min-width: 82px;
  max-width: 180px;
  height: auto;
  overflow: visible;
  border-radius: 999px;
  padding: 7px 12px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #8bdcc2);
  font-weight: 900;
}

.profile-copy p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: #f5fffb;
  font-size: 14px;
}

.profile-copy p span {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffbb42, #db7431);
}

.profile-copy p b {
  padding: 1px 8px;
  border-radius: 999px;
  color: #20251f;
  background: linear-gradient(90deg, #fff, #d7e4e0);
  font-size: 10px;
}

.vip-link {
  display: inline-grid;
  place-items: center;
  min-width: 82px;
  height: 30px;
  margin-top: 14px;
  padding: 0 12px;
  border-radius: 999px;
  color: #123f35;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.avatar {
  position: relative;
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: #f8faf7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .32);
}

.avatar::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f0b092;
}

.avatar::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -4px;
  width: 42px;
  height: 34px;
  border-radius: 20px 20px 0 0;
  background: #263334;
}

.avatar span::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  z-index: 1;
  width: 31px;
  height: 17px;
  border-radius: 18px 18px 8px 8px;
  background: #5b3a2e;
  transform: rotate(-10deg);
}

.asset-stats {
  max-width: 1120px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.asset-stats div {
  display: grid;
  gap: 8px;
}

.asset-stats div:nth-child(2) {
  justify-items: center;
}

.asset-stats div:nth-child(3) {
  justify-items: end;
}

.asset-stats strong {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.asset-stats span {
  color: rgba(239, 249, 244, .58);
  font-size: 13px;
}

.wallet-card {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 18px 18px 20px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 26%, rgba(149, 226, 196, .24), transparent 138px),
    radial-gradient(circle at 8% 86%, rgba(255, 255, 255, .11), transparent 86px),
    linear-gradient(135deg, rgba(54, 132, 112, .82), rgba(23, 70, 61, .9));
  border: 1px solid rgba(191, 255, 231, .15);
  box-shadow: inset 0 1px 22px rgba(255, 255, 255, .12), 0 15px 32px rgba(0, 0, 0, .32);
}

.wallet-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.wallet-row p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.wallet-row p i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 4px;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
}

.wallet-row p i::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 3px;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: #39c49b;
  opacity: 0;
  transform: rotate(-35deg);
}

.money-hidden .wallet-row p i::after,
.wallet-row p i.is-local-hidden::after {
  opacity: 1;
}

.wallet-row strong {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.wallet-row small {
  margin-right: 2px;
  font-size: 16px;
}

.wallet-actions {
  display: flex;
  gap: 9px;
}

.wallet-actions button {
  width: 82px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.wallet-actions button:nth-child(2) {
  color: #16483d;
  background: linear-gradient(180deg, #e7fff7, #bde9da);
}

.wallet-divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(255, 255, 255, .18);
}

.mine-actions {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}

.mine-actions a {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}

.mine-actions b {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.mine-action-icon {
  width: 30px;
  height: 30px;
  color: #6dc3e5;
  filter: drop-shadow(0 2px 6px rgba(109, 195, 229, .3));
}

.mine-action-icon::before,
.mine-action-icon::after {
  content: "";
  position: absolute;
}

.recharge-icon::before {
  inset: 8px 3px 6px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.recharge-icon::after {
  left: 10px;
  top: 13px;
  width: 12px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.detail-icon::before {
  left: 8px;
  top: 3px;
  width: 14px;
  height: 24px;
  border-radius: 3px;
  background: currentColor;
}

.detail-icon::after {
  content: "¥";
  left: 11px;
  top: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.record-icon::before {
  inset: 3px 6px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.record-icon::after {
  left: 11px;
  top: 9px;
  width: 9px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.coupon-icon::before {
  inset: 7px 3px 5px;
  border-radius: 4px;
  background: currentColor;
}

.coupon-icon::after {
  left: 7px;
  top: 12px;
  width: 16px;
  height: 4px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.reward-icon::before {
  left: 7px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 34%, 100% 35%, 70% 56%, 82% 95%, 50% 72%, 18% 95%, 30% 56%, 0 35%, 38% 34%);
}

.reward-icon::after {
  left: 11px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.account-screen {
  background:
    radial-gradient(circle at 72% 8%, rgba(80, 93, 214, .18), transparent 170px),
    radial-gradient(circle at 50% 18%, rgba(105, 250, 210, .16), transparent 240px),
    linear-gradient(110deg, transparent 0 34%, rgba(91, 172, 138, .13) 34% 44%, transparent 44% 67%, rgba(70, 134, 112, .11) 67% 76%, transparent 76%),
    linear-gradient(180deg, #192b26 0, #07100d 54%, #030504 100%);
}

.account-hero,
.account-content {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.account-hero {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.account-hero p {
  margin: 0 0 8px;
  color: #39c49b;
  font-size: 13px;
  font-weight: 800;
}

.account-hero h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
}

.account-hero span {
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
  line-height: 1.6;
}

.account-hero strong {
  color: #dffcf2;
  font-size: 32px;
  white-space: nowrap;
}

.account-content {
  display: grid;
  gap: 16px;
}

.account-form-card,
.account-tips,
.account-table,
.account-summary,
.account-record-card,
.coupon-card,
.reward-dashboard {
  border-radius: 10px;
  padding: 20px;
}

.account-form-card {
  display: grid;
  gap: 18px;
}

.account-form-card h3,
.account-tips h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.amount-grid,
.channel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.channel-grid {
  grid-template-columns: repeat(3, 1fr);
}

.amount-grid button,
.channel-grid button {
  height: 42px;
  border: 1px solid rgba(224, 255, 244, .16);
  border-radius: 8px;
  color: rgba(239, 249, 244, .86);
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-weight: 800;
}

.channel-grid button.active {
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
}

.account-form-card label {
  display: grid;
  gap: 8px;
}

.account-form-card label span {
  color: rgba(239, 249, 244, .72);
  font-size: 13px;
}

.account-form-card input {
  height: 48px;
  border: 1px solid rgba(224, 255, 244, .16);
  border-radius: 8px;
  outline: 0;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font: inherit;
}

.account-primary-btn {
  height: 50px;
  border: 0;
  border-radius: 25px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

.account-tips {
  display: grid;
  gap: 12px;
}

.account-tips p {
  margin: 0;
  color: rgba(239, 249, 244, .68);
  font-size: 13px;
}

.account-table {
  display: grid;
  gap: 10px;
}

.account-table div {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(224, 255, 244, .08);
}

.account-table div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-table span,
.account-table b,
.account-table em,
.account-summary span,
.account-summary p,
.account-record-card p,
.coupon-card p,
.coupon-card span,
.reward-dashboard span {
  color: rgba(239, 249, 244, .66);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.account-table strong,
.account-summary strong,
.account-record-card strong,
.coupon-card strong,
.reward-dashboard strong {
  color: #fff;
  font-size: 18px;
}

.account-summary {
  display: grid;
  gap: 10px;
}

.account-record-card {
  display: grid;
  gap: 12px;
}

.account-record-card h3,
.coupon-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.account-record-card span {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  font-size: 12px;
  font-weight: 800;
}

.coupon-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.coupon-card span {
  grid-column: 1 / -1;
}

.reward-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.reward-dashboard div {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.auth-shell {
  min-height: 100vh;
  padding: 28px 20px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .28), transparent 180px),
    radial-gradient(circle at 74% 18%, rgba(69, 84, 217, .16), transparent 180px),
    linear-gradient(110deg, transparent 0 34%, rgba(91, 172, 138, .14) 34% 44%, transparent 44% 67%, rgba(70, 134, 112, .12) 67% 76%, transparent 76%),
    linear-gradient(180deg, #14251f 0, #050807 48%, #030504 100%);
}

.auth-card {
  position: relative;
  width: min(100%, 460px);
  padding: 30px 22px;
  border-radius: 14px;
}

.forgot-card {
  width: min(100%, 560px);
}

.auth-brand {
  margin-bottom: 28px;
  text-align: center;
}

.auth-brand span {
  display: inline-block;
  margin-bottom: 12px;
  color: #39c49b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 800;
}

.auth-brand h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
}

.auth-brand p {
  margin: 0;
  color: rgba(239, 249, 244, .66);
  font-size: 14px;
  line-height: 1.6;
}

.auth-form {
  display: grid;
  gap: 18px;
}

.auth-form label {
  display: grid;
  gap: 8px;
}

.auth-form label > span {
  color: rgba(239, 249, 244, .82);
  font-size: 14px;
  font-weight: 700;
}

.auth-input {
  height: 52px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid rgba(224, 255, 244, .15);
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
}

.auth-input input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 15px;
}

.auth-input input::placeholder {
  color: rgba(239, 249, 244, .4);
}

.auth-input i {
  position: relative;
  width: 22px;
  height: 22px;
  color: rgba(223, 252, 242, .62);
}

.auth-input i::before,
.auth-input i::after {
  content: "";
  position: absolute;
}

.auth-user-icon::before {
  left: 6px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.auth-user-icon::after {
  left: 3px;
  bottom: 2px;
  width: 16px;
  height: 8px;
  border-radius: 10px 10px 2px 2px;
  background: currentColor;
}

.auth-lock-icon::before {
  left: 5px;
  top: 2px;
  width: 12px;
  height: 11px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.auth-lock-icon::after {
  left: 3px;
  bottom: 2px;
  width: 16px;
  height: 11px;
  border-radius: 3px;
  background: currentColor;
}

.auth-phone-icon::before {
  left: 6px;
  top: 3px;
  width: 10px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 4px;
  transform: rotate(-18deg);
}

.auth-phone-icon::after {
  left: 11px;
  top: 16px;
  width: 4px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.auth-id-icon::before {
  inset: 4px 2px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.auth-id-icon::after {
  left: 6px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 0 0 currentColor, 0 6px 0 currentColor, 7px 6px 0 currentColor;
}

.auth-money-icon::before {
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.auth-money-icon::after {
  content: "¥";
  left: 6px;
  top: 3px;
  color: currentColor;
  font-size: 15px;
  font-weight: 800;
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(239, 249, 244, .66);
  font-size: 13px;
}

.auth-options label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.auth-options input {
  accent-color: #39c49b;
}

.auth-options a,
.auth-back {
  color: #39c49b;
  text-decoration: none;
}

.auth-form button {
  height: 52px;
  border: 0;
  border-radius: 26px;
  color: #123f35;
  background: linear-gradient(180deg, #dffcf2, #91d9c4);
  box-shadow: 0 12px 24px rgba(44, 177, 139, .24);
  font: inherit;
  font-size: 17px;
  font-weight: 800;
}

.login-error {
  min-height: 18px;
  margin: -6px 0 0;
  color: #ffb6a8;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.login-recovery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(10px);
}

.login-recovery-dialog {
  width: min(420px, 100%);
  padding: 28px;
  border-radius: 18px;
  color: #eff9f4;
  border: 1px solid rgba(155, 232, 204, .28);
  background: linear-gradient(145deg, rgba(35, 94, 78, .92), rgba(5, 16, 13, .96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.login-recovery-dialog h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}

.login-recovery-dialog p {
  margin: 0;
  color: rgba(239, 249, 244, .74);
  font-size: 15px;
  line-height: 1.8;
}

.login-recovery-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.login-recovery-actions.single-action {
  grid-template-columns: 1fr;
}

.recovered-account {
  color: #9cf1d1;
  font-size: 18px;
}

.login-recovery-actions button,
.login-recovery-actions a {
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.login-recovery-actions button {
  border: 1px solid rgba(239, 249, 244, .18);
  color: #dffcf2;
  background: rgba(255, 255, 255, .08);
}

.login-recovery-actions a {
  color: #0c3a30;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
}

.auth-footnote {
  margin: 22px 0 0;
  text-align: center;
  color: rgba(239, 249, 244, .48);
  font-size: 12px;
  line-height: 1.6;
}

.auth-back {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}

.auth-back::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-left: 2px solid rgba(223, 252, 242, .82);
  border-bottom: 2px solid rgba(223, 252, 242, .82);
  transform: rotate(45deg);
}

.progress-open {
  overflow: hidden;
}

.account-progress-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 12%, rgba(98, 210, 174, .18), transparent 34%),
    rgba(0, 0, 0, .72);
  backdrop-filter: blur(10px);
}

.account-progress-card {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 36px 34px 32px;
  border-radius: 28px;
  color: #eff9f4;
  border: 1px solid rgba(155, 232, 204, .3);
  background:
    linear-gradient(145deg, rgba(42, 104, 88, .86), rgba(5, 16, 13, .94)),
    var(--panel-texture);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .46);
}

.account-progress-card h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: 0;
}

.account-progress-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(239, 249, 244, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.account-progress-close::before,
.account-progress-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: rgba(239, 249, 244, .76);
}

.account-progress-close::before {
  transform: rotate(45deg);
}

.account-progress-close::after {
  transform: rotate(-45deg);
}

.account-progress-steps {
  position: relative;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}

.account-progress-steps::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(111, 223, 189, .5), rgba(239, 249, 244, .08));
}

.account-progress-steps li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  color: rgba(239, 249, 244, .56);
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 700;
  transition: color .25s ease, transform .25s ease;
}

.account-progress-steps li span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 3px solid rgba(239, 249, 244, .28);
  background: rgba(5, 16, 13, .68);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .03);
}

.account-progress-steps li.is-active {
  color: #fff;
  transform: translateX(4px);
}

.account-progress-steps li.is-active span {
  border-color: #bff5df;
  background: radial-gradient(circle, #7ae3bd 0 36%, rgba(13, 61, 49, .95) 38%);
  box-shadow: 0 0 22px rgba(111, 223, 189, .42);
}

.account-progress-steps li.is-done {
  color: rgba(223, 252, 242, .86);
}

.account-progress-steps li.is-done span {
  border-color: #6cdfb8;
  background: linear-gradient(180deg, #c9ffed, #5dd3ac);
  box-shadow: 0 0 18px rgba(111, 223, 189, .3);
}

.account-progress-steps li.is-done span::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  margin: 9px auto 0;
  border-left: 3px solid #0c3a30;
  border-bottom: 3px solid #0c3a30;
  transform: rotate(-45deg);
}

.face-verify {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(155, 232, 204, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
}

.face-page-card {
  width: min(760px, 100%);
}

.face-verify-page {
  margin-top: 28px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(75, 159, 135, .26), rgba(8, 35, 29, .72)),
    rgba(255, 255, 255, .06);
}

.face-camera-frame {
  display: grid;
  gap: 12px;
}

.face-camera-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(0, 0, 0, .45);
  border: 1px solid rgba(239, 249, 244, .14);
}

.face-verify-page .face-camera-frame video {
  min-height: min(420px, 52vh);
}

.face-camera-frame p {
  margin: 0;
  color: rgba(239, 249, 244, .72);
  font-size: 14px;
  line-height: 1.6;
}

.face-capture-btn,
.account-progress-done {
  display: grid;
  place-items: center;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 24px;
  color: #0c3a30;
  background: linear-gradient(180deg, #e2fff4, #8ddbc3);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.face-capture-btn:disabled {
  opacity: .72;
}

.account-progress-done {
  margin-top: 26px;
}

.account-progress-tip {
  margin: 24px 0 0;
  text-align: center;
  color: rgba(223, 252, 242, .82);
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 340px) {
  .app-screen {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-panel {
    grid-template-columns: 1fr 140px;
  }

  .shortcut-grid b,
  .feature-card p,
  .notice p {
    font-size: 10px;
  }

  .product-promise {
    gap: 8px;
  }

  .product-promise article {
    min-height: 120px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-promise strong {
    font-size: 16px;
  }

  .product-promise p {
    font-size: 12px;
  }

  .order-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-card-head h2 {
    font-size: 14px;
  }

  .order-money strong {
    font-size: 16px;
  }

  .wallet-actions button {
    width: 68px;
  }

  .asset-stats strong {
    font-size: 19px;
  }

  .mine-actions b {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  body {
    min-height: 100vh;
    padding: 0;
  }

  .phone-shell {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .app-screen {
    min-height: 100vh;
    padding: 0 42px 118px;
    background:
      radial-gradient(circle at 46% 4%, rgba(220, 244, 207, .92) 0 5px, transparent 6px),
      radial-gradient(circle at 55% 2%, rgba(218, 240, 194, .46) 0 42px, transparent 43px),
      radial-gradient(circle at 50% 14%, rgba(216, 255, 234, .75) 0 10px, transparent 12px),
      radial-gradient(circle at 50% 0%, rgba(105, 250, 210, .48), transparent 180px),
      linear-gradient(108deg, transparent 0 19%, rgba(78, 161, 128, .18) 19% 27%, transparent 27% 44%, rgba(73, 143, 119, .18) 44% 54%, transparent 54%),
      radial-gradient(circle at 72% 20%, rgba(116, 185, 151, .16), transparent 220px),
      linear-gradient(180deg, #14241e 0, #050807 44%, #050807 100%);
  }

  .topbar {
    height: 62px;
    margin: 0 -12px;
  }

  .brand {
    margin-left: 12px;
    font-size: 24px;
  }

  .back {
    width: 28px;
    height: 42px;
  }

  .back::before {
    top: 13px;
    width: 14px;
    height: 14px;
  }

  .lang {
    width: 40px;
    height: 40px;
  }

  .lang::before {
    inset: 9px;
  }

  .lang::after {
    left: 9px;
    right: 9px;
    top: 19px;
  }

  .lang span::before {
    left: 19px;
    top: 9px;
    height: 22px;
  }

  .lang span::after {
    left: 14px;
    top: 9px;
    width: 10px;
    height: 22px;
  }

  .hero-panel {
    grid-template-columns: minmax(300px, 1.05fr) minmax(360px, .95fr);
    gap: 18px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .market-hero,
  .market-index-grid,
  .market-layout,
  .market-news {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .market-hero {
    min-height: 178px;
    padding: 30px;
  }

  .market-hero h2 {
    font-size: 34px;
  }

  .market-hero p {
    max-width: 680px;
    font-size: 15px;
  }

  .market-hero strong {
    width: 112px;
    height: 112px;
    font-size: 32px;
  }

  .market-index-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .market-index-card {
    min-height: 140px;
    padding: 22px;
  }

  .market-index-card strong {
    font-size: 34px;
  }

  .market-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 18px;
  }

  .market-panel,
  .market-news {
    padding: 22px;
  }

  .sector-list b,
  .watch-list b {
    font-size: 16px;
  }

  .sector-list span,
  .watch-list span,
  .market-news p {
    font-size: 14px;
  }

  .balance-card {
    height: 224px;
    padding: 45px 48px 30px;
  }

  .balance-pill {
    width: 172px;
    height: 52px;
    border-radius: 28px;
    font-size: 19px;
  }

  .income-row strong {
    font-size: 16px;
  }

  .income-row span {
    font-size: 13px;
  }

  .income-row i {
    height: 44px;
  }

  .feature-grid {
    gap: 18px;
  }

  .feature-card {
    height: 103px;
    gap: 12px;
  }

  .feature-card p {
    font-size: 15px;
  }

  .feature-icon {
    width: 32px;
    height: 32px;
  }

  .orange-icon {
    transform: scale(1.18);
  }

  .shortcut-grid {
    grid-template-columns: repeat(10, minmax(72px, 1fr));
    row-gap: 18px;
    column-gap: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
    max-width: 1120px;
  }

  .shortcut-grid a {
    min-height: 74px;
    justify-content: center;
    border-radius: 6px;
    transition: background-color .2s ease, transform .2s ease;
  }

  .shortcut-grid a:hover {
    background: rgba(235, 255, 247, .08);
    transform: translateY(-2px);
  }

  .shortcut-grid b {
    font-size: 14px;
  }

  .shortcut-icon {
    width: 34px;
    height: 34px;
  }

  .mint-icon {
    width: 28px;
    height: 28px;
    transform: scale(1.05);
  }

  .notice {
    height: 70px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 26px 14px 20px;
    grid-template-columns: 1fr 1px 42px;
    max-width: 1120px;
  }

  .notice p {
    font-size: 14px;
  }

  .notice i {
    height: 42px;
  }

  .chat-icon {
    width: 23px;
    height: 20px;
  }

  .section-title {
    height: 58px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 18px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .news-list article {
    grid-template-columns: 164px 1fr;
    gap: 14px;
    min-height: 94px;
    align-items: center;
  }

  .news-list img {
    width: 164px;
    height: 94px;
  }

  .news-list h3 {
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .news-list time {
    font-size: 13px;
  }

  .bottom-nav {
    height: 78px;
    padding: 9px 36px calc(9px + env(safe-area-inset-bottom));
  }

  .bottom-nav a {
    height: 60px;
    gap: 6px;
    font-size: 13px;
  }

  .bottom-nav img {
    width: 30px;
    height: 30px;
  }

  .product-screen {
    background:
      radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .34), transparent 220px),
      radial-gradient(circle at 50% 13%, rgba(105, 250, 210, .22), transparent 280px),
      linear-gradient(108deg, transparent 0 32%, rgba(94, 171, 135, .15) 32% 42%, transparent 42% 61%, rgba(71, 136, 111, .14) 61% 69%, transparent 69%),
      linear-gradient(180deg, #162821 0, #050807 42%, #030504 100%);
  }

  .product-header {
    height: 92px;
  }

  .product-header h1 {
    font-size: 30px;
  }

  .product-promise {
    gap: 28px;
    margin-bottom: 28px;
  }

  .product-promise article {
    min-height: 184px;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .product-promise strong {
    margin-top: 14px;
    font-size: 24px;
  }

  .product-promise p {
    font-size: 17px;
  }

  .promise-icon {
    transform: scale(1.28);
  }

  .product-tabs {
    height: 68px;
    margin-bottom: 30px;
  }

  .product-tabs button {
    font-size: 22px;
  }

  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .product-card {
    min-height: 224px;
    padding: 28px 28px 24px;
  }

  .product-name h2 {
    font-size: 28px;
  }

  .product-name span,
  .product-desc {
    font-size: 16px;
  }

  .product-metrics strong {
    font-size: 25px;
  }

  .product-metrics span {
    font-size: 18px;
  }

  .progress-row em {
    font-size: 22px;
  }

  .order-screen {
    background:
      radial-gradient(circle at 51% 0%, rgba(199, 236, 209, .32), transparent 220px),
      radial-gradient(circle at 49% 9%, rgba(105, 250, 210, .2), transparent 300px),
      linear-gradient(109deg, transparent 0 37%, rgba(92, 169, 136, .15) 37% 46%, transparent 46% 62%, rgba(74, 142, 116, .12) 62% 72%, transparent 72%),
      linear-gradient(180deg, #14231e 0, #050807 42%, #020303 100%);
  }

  .holding-card {
    min-height: 210px;
    margin-bottom: 22px;
    padding: 50px 42px 32px;
  }

  .holding-title strong,
  .order-search input,
  .order-tabs button {
    font-size: 18px;
  }

  .holding-total {
    font-size: 22px;
  }

  .holding-stats {
    margin-top: 38px;
  }

  .holding-stats span,
  .holding-stats strong {
    font-size: 16px;
  }

  .order-search {
    height: 62px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .order-tabs {
    height: 58px;
    margin-bottom: 16px;
  }

  .order-tabs button {
    height: 58px;
  }

  .order-list {
    gap: 20px;
  }

  .recovery-banner {
    padding: 16px 20px;
    margin-bottom: 20px;
  }

  .recovery-banner p,
  .recovery-banner a {
    font-size: 16px;
  }

  .order-card {
    min-height: 210px;
    padding: 22px 20px 20px;
  }

  .order-card-head h2 {
    font-size: 23px;
  }

  .order-card-head span {
    font-size: 15px;
  }

  .order-money {
    margin: 42px 0 30px;
  }

  .order-money strong {
    font-size: 26px;
  }

  .order-money span,
  .order-card p {
    font-size: 17px;
  }

  .recover-panel {
    margin-top: 42px;
    padding: 34px 32px;
  }

  .recover-panel h2 {
    font-size: 28px;
  }

  .recover-panel p,
  .recover-form label span {
    font-size: 16px;
  }

  .recover-form input {
    height: 58px;
  }

  .recover-form button {
    height: 58px;
    font-size: 18px;
  }

  .feature-screen {
    background:
      radial-gradient(circle at 50% 0%, rgba(199, 236, 209, .26), transparent 230px),
      radial-gradient(circle at 75% 18%, rgba(69, 84, 217, .15), transparent 260px),
      linear-gradient(110deg, transparent 0 36%, rgba(91, 172, 138, .13) 36% 45%, transparent 45% 68%, rgba(70, 134, 112, .1) 68% 77%, transparent 77%),
      linear-gradient(180deg, #14251f 0, #050807 42%, #030504 100%);
  }

  .feature-hero {
    min-height: 170px;
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 32px;
    margin-bottom: 28px;
  }

  .feature-hero img {
    width: 76px;
    height: 76px;
  }

  .feature-hero p {
    font-size: 15px;
  }

  .feature-hero h2 {
    font-size: 32px;
  }

  .feature-hero span {
    font-size: 17px;
  }

  .feature-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .feature-layout-calendar {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    align-items: start;
  }

  .feature-layout-invest {
    grid-template-columns: minmax(360px, 1.1fr) repeat(2, minmax(0, .95fr));
  }

  .feature-layout-invest .invest-plan {
    grid-row: span 2;
  }

  .feature-layout-newcomer,
  .feature-layout-checkin,
  .feature-layout-quiz,
  .feature-layout-okx,
  .feature-layout-binance {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-layout-invite {
    grid-template-columns: minmax(340px, .8fr) repeat(2, minmax(0, 1fr));
  }

  .feature-layout-invite .invite-panel {
    grid-row: span 2;
  }

  .calendar-board,
  .calendar-schedule,
  .task-stack,
  .tutorial-steps {
    min-width: 0;
  }

  .calendar-schedule {
    gap: 18px;
  }

  .schedule-row {
    min-height: 118px;
  }

  .task-stack,
  .tutorial-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .task-item {
    min-height: 170px;
    grid-template-columns: 44px 1fr;
    align-items: start;
  }

  .task-item button {
    grid-column: 2;
    justify-self: start;
  }

  .tutorial-step {
    min-height: 190px;
  }

  .feature-info-card {
    min-height: 182px;
    padding: 26px;
  }

  .feature-info-card h3 {
    font-size: 18px;
  }

  .feature-info-card strong {
    font-size: 25px;
  }

  .feature-info-card p,
  .feature-info-card span {
    font-size: 16px;
  }

  .feature-action-bar {
    grid-column: 1 / -1;
    max-width: 560px;
    width: 100%;
    margin: 8px auto 0;
  }

  .feature-action-bar button {
    height: 56px;
    border-radius: 28px;
    font-size: 17px;
  }

  .mine-screen {
    padding-top: 30px;
    background:
      radial-gradient(circle at 76% 7%, rgba(80, 93, 214, .18), transparent 190px),
      radial-gradient(circle at 50% 18%, rgba(105, 250, 210, .16), transparent 300px),
      linear-gradient(110deg, transparent 0 34%, rgba(91, 172, 138, .13) 34% 44%, transparent 44% 67%, rgba(70, 134, 112, .11) 67% 76%, transparent 76%),
      linear-gradient(180deg, #192b26 0, #07100d 54%, #030504 100%);
  }

  .mine-toolbar {
    height: 58px;
    margin-bottom: 32px;
  }

  .checkin-btn {
    height: 42px;
    padding: 0 18px;
    border-radius: 22px;
    font-size: 17px;
  }

  .mine-toolbar > div button {
    width: 44px;
    height: 44px;
  }

  .profile-panel {
    margin-bottom: 38px;
  }

  .profile-copy strong {
    width: 118px;
    height: 24px;
  }

  .profile-copy p {
    font-size: 18px;
  }

  .avatar {
    width: 104px;
    height: 104px;
  }

  .avatar::before {
    left: 34px;
    top: 22px;
    width: 36px;
    height: 36px;
  }

  .avatar::after {
    left: 23px;
    width: 58px;
    height: 45px;
  }

  .avatar span::before {
    left: 31px;
    top: 15px;
    width: 43px;
    height: 23px;
  }

  .asset-stats {
    margin-bottom: 34px;
  }

  .asset-stats strong {
    font-size: 32px;
  }

  .asset-stats span {
    font-size: 17px;
  }

  .wallet-card {
    padding: 28px 32px 30px;
    margin-bottom: 34px;
  }

  .wallet-row p {
    font-size: 17px;
  }

  .wallet-row strong {
    font-size: 44px;
  }

  .wallet-actions button {
    width: 118px;
    height: 44px;
    border-radius: 23px;
    font-size: 17px;
  }

  .wallet-divider {
    margin: 28px 0;
  }

  .mine-actions {
    padding: 28px 0;
  }

  .mine-action-icon {
    width: 38px;
    height: 38px;
  }

  .mine-actions b {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .phone-shell {
    display: block;
  }

  .app-screen {
    padding: 28px 56px 48px 176px;
  }

  .topbar,
  .product-header,
  .mine-toolbar {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .topbar {
    height: 64px;
  }

  .product-header {
    height: 72px;
  }

  .product-header h1 {
    text-align: left;
  }

  .product-header .back {
    justify-self: start;
  }

  .hero-panel,
  .shortcut-grid,
  .notice,
  .section-title,
  .news-list,
  .product-promise,
  .product-tabs,
  .product-list,
  .holding-card,
  .order-search,
  .order-tabs,
  .recovery-banner,
  .order-list,
  .recover-panel,
  .feature-hero,
  .feature-content,
  .account-hero,
  .account-content,
  .profile-panel,
  .asset-stats,
  .wallet-card,
  .mine-actions {
    max-width: 1180px;
  }

  .bottom-nav {
    top: 0;
    right: auto;
    bottom: 0;
    width: 128px;
    height: 100vh;
    padding: 22px 12px 28px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 78px) auto;
    align-content: start;
    gap: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(57, 196, 155, .55) rgba(255, 255, 255, .06);
    background: linear-gradient(180deg, rgba(24, 43, 36, .96), rgba(5, 9, 8, .98));
    border-top: 0;
    border-right: 1px solid rgba(229, 255, 246, .12);
    box-shadow: 12px 0 28px rgba(0, 0, 0, .3);
  }

  .bottom-nav::-webkit-scrollbar {
    width: 6px;
  }

  .bottom-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .06);
  }

  .bottom-nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(57, 196, 155, .55);
  }

  .bottom-nav a {
    height: 72px;
    border-radius: 10px;
  }

  .bottom-nav a.active {
    background: rgba(57, 196, 155, .1);
  }

  .bottom-nav img {
    width: 32px;
    height: 32px;
  }

  .side-subnav {
    display: grid;
    gap: 6px;
    padding: 6px 2px 0;
  }

  .side-subnav-toggle {
    height: 34px;
    border: 1px solid rgba(224, 255, 244, .12);
    border-radius: 8px;
    color: #39c49b;
    background: rgba(57, 196, 155, .08);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .side-subnav-toggle::after {
    content: " 收起";
    color: rgba(239, 249, 244, .58);
    font-weight: 500;
  }

  .side-subnav-list {
    display: grid;
    gap: 6px;
    overflow: hidden;
    max-height: 220px;
    opacity: 1;
    transition: max-height .22s ease, opacity .22s ease;
  }

  .side-subnav a {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgba(239, 249, 244, .62);
    background: transparent;
    font-size: 12px;
  }

  .side-subnav a:hover {
    color: #39c49b;
    background: rgba(57, 196, 155, .08);
  }

  .bottom-nav.subnav-collapsed .side-subnav-list {
    max-height: 0;
    opacity: 0;
  }

  .bottom-nav.subnav-collapsed .side-subnav-toggle::after {
    content: " 展开";
  }

  .mine-screen .mine-actions {
    display: none;
  }

  .hero-panel {
    grid-template-columns: minmax(360px, .92fr) minmax(440px, 1.08fr);
    gap: 22px;
  }

  .balance-card {
    min-height: 248px;
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-card {
    height: 248px;
  }

  .shortcut-grid {
    grid-template-columns: repeat(10, minmax(78px, 1fr));
    padding: 14px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
  }

  .notice {
    margin-top: 22px;
  }

  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-list,
  .order-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card,
  .order-card {
    min-height: 230px;
  }

  .holding-card,
  .order-search,
  .order-tabs,
  .recovery-banner {
    max-width: 1180px;
  }

  .holding-card {
    display: grid;
    align-content: center;
  }

  .order-list {
    gap: 22px;
  }

  .recover-panel {
    max-width: 640px;
  }

  .account-layout-recharge {
    grid-template-columns: minmax(420px, .9fr) 1fr;
    align-items: start;
  }

  .account-layout-details {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: start;
  }

  .account-layout-records,
  .account-layout-coupons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-layout-rewards {
    grid-template-columns: 1fr;
  }

  .account-layout-rewards .account-table {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .profile-panel {
    align-items: center;
  }

  .wallet-card {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 28px;
  }

  .wallet-divider {
    width: 1px;
    height: 112px;
    margin: 0;
  }

  .mine-actions {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1180px) {
  .app-screen {
    padding-left: 176px;
    padding-right: 56px;
  }

  .hero-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .hero-panel {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .shortcut-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .order-list {
    grid-template-columns: 1fr;
  }

  .recovery-banner {
    grid-template-columns: 1fr;
  }

  .recovery-banner a {
    justify-self: start;
  }

  .feature-content {
    grid-template-columns: 1fr;
  }

  .feature-action-bar {
    grid-template-columns: 1fr;
  }

  .task-stack,
  .tutorial-steps,
  .feature-layout-calendar,
  .feature-layout-invest,
  .feature-layout-invite {
    grid-template-columns: 1fr;
  }

  .account-layout-recharge,
  .account-layout-details,
  .account-layout-records,
  .account-layout-coupons,
  .account-layout-rewards {
    grid-template-columns: 1fr;
  }

  .account-table div {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .amount-grid,
  .channel-grid,
  .reward-dashboard {
    grid-template-columns: 1fr;
  }
}

.mine-screen .profile-copy strong { width: auto !important; height: auto !important; color: #123f35 !important; }

