.Hero-module__hero___QYz53 {
  min-height: 7.5rem;
  margin: 0.6rem 0.6rem 0;
  border-radius: 1rem;
  padding: 0.75rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(330deg, var(--navy) 0%, #21406f 62%, #2f5488 100%);
  background: linear-gradient(120deg, var(--navy) 0%, #21406f 62%, #2f5488 100%);
  -webkit-box-shadow: 0 0.7rem 1.5rem rgba(16, 33, 63, 0.28);
          box-shadow: 0 0.7rem 1.5rem rgba(16, 33, 63, 0.28);
}
.Hero-module__hero___QYz53::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2.8rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.Hero-module__hero___QYz53::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  bottom: -1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.Hero-module__warm___P2zZp {
  background: -webkit-linear-gradient(330deg, #2a1c06 0%, #7a4d10 60%, #b9791d 100%);
  background: linear-gradient(120deg, #2a1c06 0%, #7a4d10 60%, #b9791d 100%);
}

.Hero-module__hTop___wO7ke {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Hero-module__brand___BxsBk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.5rem;
  border-radius: 49.95rem;
  background: rgba(255, 255, 255, 0.12);
  border: 0.05rem solid rgba(255, 255, 255, 0.18);
  font-size: 0.6rem;
  font-weight: 900;
}

.Hero-module__pill___E5mZl {
  position: relative;
  z-index: 3;
  border-radius: 49.95rem;
  padding: 0.3rem 0.55rem;
  background: rgba(255, 255, 255, 0.12);
  border: 0.05rem solid rgba(255, 255, 255, 0.22);
  font-size: 0.55rem;
  font-weight: 900;
  color: #fff;
}
.Hero-module__pill___E5mZl::after {
  border: none;
}
.Hero-module__pill___E5mZl:active {
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}

.Hero-module__hCopy___BBNJV {
  position: relative;
  z-index: 2;
  margin-top: 1.1rem;
  display: block;
}

.Hero-module__eyebrow___kByp0 {
  display: block;
  color: #ffd48b;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
}

.Hero-module__title___NE1RV {
  display: block;
  margin: 0.3rem 0 0;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 950;
}

.Hero-module__sub___RADvY {
  display: block;
  margin: 0.45rem 0 0;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  max-width: 12.5rem;
}
.Card-module__card___rprEF {
  background: var(--card);
  border: 0.05rem solid var(--line);
  border-radius: 0.8rem;
  padding: 0.7rem;
  -webkit-box-shadow: 0 0.4rem 1.1rem rgba(16, 27, 43, 0.05);
          box-shadow: 0 0.4rem 1.1rem rgba(16, 27, 43, 0.05);
}

.Card-module__eyebrow___i9FdX {
  display: block;
  color: var(--gold-d);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.025rem;
}

.Card-module__title___fH8nO {
  display: block;
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
  line-height: 1.35;
  font-weight: 900;
}
.Progress-module__progress___CsCrk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  padding: 0.1rem 0.1rem 0;
}

.Progress-module__seg___wo7e7 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.25rem;
  border-radius: 0.15rem;
  background: #dbe2ea;
}

.Progress-module__on___clc6j {
  background: var(--gold);
}

.Progress-module__cur___Fp06c {
  background: var(--navy);
}
.Choices-module__choices___pElJg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.55rem;
}

.Choices-module__btn___K6BKZ {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border: 0.075rem solid var(--line);
  background: #fff;
  border-radius: 0.55rem;
  padding: 0.5rem 0.4rem;
  font-size: 0.625rem;
  font-weight: 800;
  color: #54607a;
  line-height: 1.3;
}
.Choices-module__btn___K6BKZ::after {
  border: none;
}

.Choices-module__on___s3lgH {
  border-color: var(--gold);
  background: var(--soft);
  color: var(--navy);
  -webkit-box-shadow: inset 0 0 0 0.05rem var(--gold);
          box-shadow: inset 0 0 0 0.05rem var(--gold);
}

.Choices-module__neg___x3SNq {
  border-color: #d7b3b1;
  background: #fbf0ef;
  color: #a5433f;
  -webkit-box-shadow: inset 0 0 0 0.05rem #e0a9a6;
          box-shadow: inset 0 0 0 0.05rem #e0a9a6;
}

.Choices-module__mid___I7TM9 {
  border-color: #c9c9c9;
  background: #f3f3f3;
  color: #5a5a5a;
  -webkit-box-shadow: inset 0 0 0 0.05rem #d0d0d0;
          box-shadow: inset 0 0 0 0.05rem #d0d0d0;
}
.PrimaryButton-module__primary___GEjvX {
  width: 100%;
  border: 0;
  border-radius: 0.7rem;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  color: #20180a;
  background: -webkit-linear-gradient(350deg, var(--gold), #f7b850);
  background: linear-gradient(100deg, var(--gold), #f7b850);
  -webkit-box-shadow: 0 0.6rem 1.2rem rgba(244, 166, 42, 0.32);
          box-shadow: 0 0.6rem 1.2rem rgba(244, 166, 42, 0.32);
}
.PrimaryButton-module__primary___GEjvX::after {
  border: none;
}
.PrimaryButton-module__primary___GEjvX:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.PrimaryButton-module__dark___KN7_H {
  background: -webkit-linear-gradient(350deg, var(--navy), #26477b);
  background: linear-gradient(100deg, var(--navy), #26477b);
  color: #fff;
  -webkit-box-shadow: 0 0.6rem 1.2rem rgba(16, 33, 63, 0.3);
          box-shadow: 0 0.6rem 1.2rem rgba(16, 33, 63, 0.3);
}
.StageLabel-module__label___GNtUP {
  display: inline-block;
  background: var(--soft);
  color: var(--gold-d);
  font-size: 0.525rem;
  font-weight: 900;
  padding: 0.2rem 0.45rem;
  border-radius: 49.95rem;
  margin-bottom: 0.45rem;
  letter-spacing: 0.025rem;
}
.WarnBanner-module__warn___dTZDN {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  margin-top: 0.6rem;
  background: #fff8ec;
  border: 0.05rem solid #f3e0b8;
  border-radius: 0.6rem;
  padding: 0.55rem;
}

.WarnBanner-module__clock___wZsni {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.15rem solid var(--gold);
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.WarnBanner-module__clock___wZsni::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.45rem;
  background: var(--gold-d);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translate(-50%, -100%) rotate(42deg);
      -ms-transform: translate(-50%, -100%) rotate(42deg);
          transform: translate(-50%, -100%) rotate(42deg);
}

.WarnBanner-module__label___J4W0V {
  display: block;
  color: var(--muted);
  font-size: 0.525rem;
  font-weight: 700;
}

.WarnBanner-module__text___LodGA {
  display: block;
  font-size: 0.65rem;
  font-weight: 900;
}
.Toast-module__toast___EgAY_ {
  position: fixed;
  left: 50%;
  bottom: 1.7rem;
  -webkit-transform: translateX(-50%) translateY(1rem);
      -ms-transform: translateX(-50%) translateY(1rem);
          transform: translateX(-50%) translateY(1rem);
  background: var(--navy);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  font-size: 0.65rem;
  font-weight: 800;
  -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.28s;
  transition: 0.28s;
  z-index: 60;
}

.Toast-module__show___uXtKP {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.InsufficientCard-module__hint___ugTOV {
  display: block;
  color: var(--muted);
  font-size: 0.625rem;
  line-height: 1.6;
  margin: 0.2rem 0 0.7rem;
}
.SpendModal-module__modalwrap___zaliD {
  position: fixed;
  inset: 0;
  background: rgba(8, 14, 20, 0.55);
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  display: grid;
  place-items: center;
  z-index: 70;
  padding: 1rem;
}

.SpendModal-module__modal___Jt45_ {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem;
  max-width: 17rem;
  width: 100%;
  -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.4);
}

.SpendModal-module__title___m7pDq {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.85rem;
  font-weight: 900;
}

.SpendModal-module__desc___zV1o3 {
  display: block;
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.6;
}

.SpendModal-module__cost___SVHJe {
  display: block;
  background: var(--soft);
  border: 0.05rem solid #f0e4cd;
  border-radius: 0.55rem;
  padding: 0.55rem;
  text-align: center;
  font-weight: 900;
  color: var(--gold-d);
  margin-bottom: 0.8rem;
}

.SpendModal-module__row___uw0RH {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.45rem;
}

.SpendModal-module__cancel___tRo0y,
.SpendModal-module__ok___FydcV {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  border-radius: 0.55rem;
  padding: 0.6rem;
  font-size: 0.675rem;
  font-weight: 900;
}
.SpendModal-module__cancel___tRo0y::after,
.SpendModal-module__ok___FydcV::after {
  border: none;
}

.SpendModal-module__cancel___tRo0y {
  background: #eef1f5;
  color: #54607a;
}

.SpendModal-module__ok___FydcV {
  background: -webkit-linear-gradient(350deg, var(--gold), #f7b850);
  background: linear-gradient(100deg, var(--gold), #f7b850);
  color: #20180a;
}
.LedgerModal-module__modalwrap___cWVN6 {
  position: fixed;
  inset: 0;
  background: rgba(8, 14, 20, 0.55);
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  display: grid;
  place-items: center;
  z-index: 70;
  padding: 1rem;
}

.LedgerModal-module__modal____o_b8 {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem;
  max-width: 17rem;
  width: 100%;
  -webkit-box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.4);
}

.LedgerModal-module__title___Dwr1u {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.85rem;
  font-weight: 900;
}

.LedgerModal-module__ledsum___mYP5W {
  display: block;
  background: var(--soft);
  border: 0.05rem solid #f0e4cd;
  border-radius: 0.55rem;
  padding: 0.55rem;
  text-align: center;
  font-weight: 900;
  color: var(--gold-d);
  margin-bottom: 0.6rem;
}

.LedgerModal-module__empty___arofQ {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.LedgerModal-module__ledlist___dacmO {
  max-height: 12.5rem;
  text-align: left;
}

.LedgerModal-module__ledrow___BXqyS {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.1rem;
  border-bottom: 0.05rem dashed var(--line);
}

.LedgerModal-module__name___tvBPr {
  display: block;
  font-size: 0.625rem;
  font-weight: 800;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.LedgerModal-module__amt___tLIUm {
  display: block;
  font-size: 0.675rem;
  font-weight: 900;
}

.LedgerModal-module__plus___hWTXH {
  color: var(--green);
}

.LedgerModal-module__minus___cIVEB {
  color: var(--red);
}

.LedgerModal-module__bal___AEi7p {
  display: block;
  font-size: 0.525rem;
  color: var(--muted);
  width: 4.1rem;
  text-align: right;
}

.LedgerModal-module__ok___rmy62 {
  width: 100%;
  margin-top: 0.8rem;
  border: 0;
  border-radius: 0.55rem;
  padding: 0.6rem;
  font-size: 0.675rem;
  font-weight: 900;
  background: -webkit-linear-gradient(350deg, var(--gold), #f7b850);
  background: linear-gradient(100deg, var(--gold), #f7b850);
  color: #20180a;
}
.LedgerModal-module__ok___rmy62::after {
  border: none;
}
@charset "UTF-8";
.TabBar-module__nav___VYPf2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.05rem solid var(--line);
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 420PX;
  margin: 0 auto;
}

.TabBar-module__btn___M1pEC {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  padding: 0.65rem 0 0.75rem;
  font-size: 0.6rem;
  font-weight: 800;
  color: #9aa4b4;
  position: relative;
}
.TabBar-module__btn___M1pEC::after {
  border: none;
}

.TabBar-module__active___lJJUg {
  color: var(--navy);
}
.TabBar-module__active___lJJUg::before {
  content: "●";
  color: var(--gold);
  font-size: 0.4rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.TaskStatusChip-module__chip___iy6xO {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 0.525rem;
  font-weight: 800;
  padding: 0.15rem 0.45rem;
  border-radius: 49.95rem;
}

.TaskStatusChip-module__gold____lxZP {
  background: var(--gold);
  color: #20180a;
}

.TaskStatusChip-module__red___uFUVR {
  background: var(--red);
}

.TaskStatusChip-module__green___lp1Xk {
  background: var(--green);
}

.TaskStatusChip-module__muted___J9Bhp {
  background: var(--chip);
  color: #55617a;
}
.UploadSheet-module__sheet___mrWcx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}

.UploadSheet-module__list___jVee8 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
}

.UploadSheet-module__thumb___BACB9 {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.05rem solid var(--line);
}

.UploadSheet-module__img___FCiDe {
  width: 100%;
  height: 100%;
}

.UploadSheet-module__add___m57tN {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.5rem;
  border: 0.075rem dashed var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 800;
}
.UploadSheet-module__add___m57tN::after {
  border: none;
}

.UploadSheet-module__hint___HGYYK {
  display: block;
  color: var(--muted);
  font-size: 0.55rem;
  line-height: 1.5;
}

.UploadSheet-module__fileName___cp98Q {
  display: block;
  padding: 0.2rem;
  font-size: 0.5rem;
  color: var(--muted);
  word-break: break-all;
}
.FaqAccordion-module__faq___sHaXm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.FaqAccordion-module__row___e6xiO {
  border-bottom: 0.05rem solid var(--line);
}
.FaqAccordion-module__row___e6xiO:last-child {
  border-bottom: 0;
}

.FaqAccordion-module__q___BC9Lt {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 0.6rem 0.1rem;
  text-align: left;
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--ink);
}
.FaqAccordion-module__q___BC9Lt::after {
  border: none;
}

.FaqAccordion-module__chevron___UpXyg {
  color: var(--gold-d);
  font-weight: 900;
}

.FaqAccordion-module__a___ot4Xt {
  display: block;
  padding: 0 0.1rem 0.6rem;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.6;
}
.PhoneFrame-module__phone___3nwYU {
  width: 19.5rem;
  aspect-ratio: 390/844;
  border-radius: 2.1rem;
  padding: 0.5rem;
  background: -webkit-linear-gradient(305deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05));
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05));
  border: 0.05rem solid rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.5);
}

.PhoneFrame-module__screen___ci5tg {
  height: 100%;
  border-radius: 1.65rem;
  overflow: hidden;
  background: var(--page);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.PhoneFrame-module__scrollarea___qs1cs {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
:root {
  --navy: #10213f;
  --navy2: #17335f;
  --page: #eef1f4;
  --card: #ffffff;
  --ink: #172033;
  --muted: #667085;
  --gold: #f4a62a;
  --gold-d: #d98a12;
  --red: #d8534f;
  --green: #48a86a;
  --line: #e3e8ef;
  --soft: #f6f2e8;
  --paper: #f6f8fb;
  --chip: #eef2f7;
  --node-l0: #7a8699;
  --node-l1: var(--gold);
  --node-l2: #3f7fe0;
}

taro-view-core,
taro-text-core,
taro-button-core,
taro-input-core,
taro-scroll-view-core,
taro-image-core {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

taro-button-core {
  width: auto !important;
  margin: 0 !important;
}

.taro-tabbar__tabbar {
  display: none !important;
}

page {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--page);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}

.app-page {
  min-height: 100vh;
  padding: 1rem 1.1rem 2rem;
  background: var(--page);
}

.muted {
  color: var(--muted);
}

@media (min-width: 500PX) {
  html {
    font-size: 22.4PX !important;
  }
  body {
    background: #d9dee7;
  }
  .taro_router {
    max-width: 420PX;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--page);
    -webkit-box-shadow: 0 0 40PX rgba(16, 33, 63, 0.16);
            box-shadow: 0 0 40PX rgba(16, 33, 63, 0.16);
  }
  .taro-tabbar__container {
    max-width: 420PX;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 40PX rgba(16, 33, 63, 0.16);
            box-shadow: 0 0 40PX rgba(16, 33, 63, 0.16);
  }
}
