:root{
  --color-primary:#0b6f68;
  --color-primary-dark:#07534e;
  --color-accent:#9a6700;
  --color-danger:#b42318;
  --color-success:#067647;
  --color-warning:#b54708;
  --color-bg:#f4f5f6;
  --color-surface:#ffffff;
  --color-surface-2:#f8fafb;
  --color-ink:#14171f;
  --color-muted:#667085;
  --color-subtle:#98a2b3;
  --color-line:#e5e7eb;
  --color-line-strong:#d0d5dd;
  --radius-xs:5px;
  --radius-sm:7px;
  --radius-md:9px;
  --radius-lg:11px;
  --shadow-sm:0 1px 2px rgba(16,24,40,.05);
  --shadow-md:0 10px 24px rgba(16,24,40,.08);
  --tab-height:72px;
}

*{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;background:#d8dde3}
body{
  margin:0;
  min-height:100dvh;
  color:var(--color-ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  line-height:1.5;
  background:#d8dde3;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button,.btn,.tab-item,.task-card,.category,.list-row{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(11,111,104,.20);outline-offset:2px}
.icon{display:inline-block;vertical-align:-.16em;flex:0 0 auto}

.phone-shell{
  width:min(100%,430px);
  min-height:100dvh;
  margin:0 auto;
  position:relative;
  overflow-x:hidden;
  background:var(--color-bg);
  box-shadow:0 0 0 1px rgba(16,24,40,.08),0 24px 70px rgba(16,24,40,.18);
}
.app-main{padding:14px 14px calc(var(--tab-height) + 22px)}
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 -14px 14px;
  padding:11px 14px;
  min-height:62px;
  background:rgba(244,245,246,.96);
  border-bottom:1px solid var(--color-line);
  backdrop-filter:blur(14px);
}
.brand-title{
  margin:0;
  font-size:19px;
  font-weight:820;
  line-height:1.2;
  letter-spacing:0;
}
.brand-sub{
  margin-top:2px;
  color:var(--color-muted);
  font-size:12px;
}
.avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#fff;
  overflow:hidden;
  background:#1f2937;
  border:1px solid rgba(255,255,255,.4);
}
.avatar-lg{width:56px;height:56px}

.card,.surface-card{
  background:var(--color-surface);
  border:1px solid var(--color-line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
}
.dashboard-card,.hero{
  padding:16px;
  border-radius:var(--radius-lg);
  background:#101828;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(16,24,40,.18);
}
.dashboard-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.dashboard-date{
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  color:#d0d5dd;
  border:1px solid rgba(255,255,255,.14);
  font-size:12px;
  font-weight:700;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  color:#a7f3d0;
  font-size:12px;
  font-weight:760;
}
.dashboard-card h1,.hero h1{
  margin:11px 0 6px;
  font-size:24px;
  line-height:1.16;
  font-weight:860;
  letter-spacing:0;
}
.dashboard-card p,.hero p{
  margin:0;
  color:#d0d5dd;
  font-size:13px;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:16px;
}
.stat{
  min-width:0;
  padding:10px;
  border-radius:var(--radius-sm);
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}
.stat span{
  display:block;
  color:#98a2b3;
  font-size:11px;
  font-weight:680;
}
.stat strong{
  display:block;
  margin-top:4px;
  font-size:18px;
  line-height:1.12;
  font-weight:860;
  font-variant-numeric:tabular-nums;
  word-break:break-word;
}

.quick-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:22px 0 10px;
}
.section-title h2{
  margin:0;
  font-size:16px;
  line-height:1.2;
  font-weight:840;
  letter-spacing:0;
}
.section-title a{
  color:var(--color-primary);
  font-size:13px;
  font-weight:760;
}
.section-note{
  margin:-6px 0 12px;
  color:var(--color-muted);
  font-size:12px;
}

.ops-feed{display:grid;gap:8px}
.ops-item{
  min-height:58px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  border-radius:var(--radius-lg);
  background:var(--color-surface);
  border:1px solid var(--color-line);
  box-shadow:var(--shadow-sm);
}
.ops-icon{
  width:34px;
  height:34px;
  border-radius:var(--radius-sm);
  display:grid;
  place-items:center;
  color:var(--color-primary);
  background:#ecfdf3;
}
.ops-copy{min-width:0}
.ops-copy strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  font-weight:820;
}
.ops-copy small{
  display:block;
  margin-top:1px;
  color:var(--color-muted);
  font-size:12px;
}
.banner{
  display:block;
  overflow:hidden;
  border-radius:var(--radius-lg);
  border:1px solid var(--color-line);
  background:var(--color-surface);
}
.banner img{width:100%;aspect-ratio:8/2.6;object-fit:cover}

.category-grid{
  display:flex;
  gap:8px;
  overflow-x:auto;
  margin:0 -14px;
  padding:0 14px 2px;
  scrollbar-width:none;
}
.category-grid::-webkit-scrollbar{display:none}
.category{
  min-height:38px;
  flex:0 0 auto;
  padding:0 12px 0 8px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:var(--color-surface);
  border:1px solid var(--color-line);
  color:#344054;
  font-size:13px;
  font-weight:760;
  box-shadow:var(--shadow-sm);
}
.category.active{
  color:var(--color-primary);
  border-color:#abefc6;
  background:#ecfdf3;
}
.category-mark{
  width:23px;
  height:23px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--cat-color,#0b6f68);
  background:color-mix(in srgb,var(--cat-color,#0b6f68) 12%,#fff);
  border:1px solid color-mix(in srgb,var(--cat-color,#0b6f68) 25%,#fff);
}
.category-mark .icon{width:14px;height:14px}

.task-list{display:grid;gap:10px}
.task-card{
  display:block;
  padding:12px;
  border-radius:var(--radius-lg);
  background:var(--color-surface);
  border:1px solid var(--color-line);
  box-shadow:var(--shadow-sm);
  transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease;
}
.task-card:hover{border-color:var(--color-line-strong);box-shadow:var(--shadow-md)}
.task-card:active{transform:scale(.992)}
.task-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:flex-start;
  gap:11px;
}
.task-cover,.task-icon{
  width:44px;
  height:44px;
  border-radius:var(--radius-md);
  flex:0 0 auto;
  object-fit:cover;
  background:#f2f4f7;
}
.task-icon{
  display:grid;
  place-items:center;
  color:var(--task-color,#0b6f68);
  background:color-mix(in srgb,var(--task-color,#0b6f68) 10%,#fff);
  border:1px solid color-mix(in srgb,var(--task-color,#0b6f68) 22%,#fff);
}
.task-body{min-width:0}
.task-title{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:840;
  letter-spacing:0;
}
.task-subline{
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--color-muted);
  font-size:12px;
}
.task-money{
  min-width:72px;
  text-align:right;
  color:#7a2e0e;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
  font-variant-numeric:tabular-nums;
}
.task-money span{
  margin-right:1px;
  color:#9a6700;
  font-size:11px;
  font-weight:800;
}
.task-meta{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  align-items:center;
  color:var(--color-muted);
  font-size:12px;
}
.task-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:9px;
}
.task-quota{
  color:var(--color-muted);
  font-size:12px;
  font-weight:720;
}
.progress{
  height:5px;
  margin-top:11px;
  overflow:hidden;
  border-radius:999px;
  background:#eef2f6;
}
.progress span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:#0b6f68;
}
.badge,.status-badge{
  display:inline-flex;
  align-items:center;
  min-height:23px;
  padding:0 8px;
  border-radius:999px;
  background:#f2f4f7;
  color:#475467;
  border:1px solid #eaecf0;
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
}
.badge.ok,.status-badge.ok{background:#ecfdf3;color:#067647;border-color:#abefc6}
.badge.warn,.status-badge.warn{background:#fffaeb;color:#b54708;border-color:#fedf89}
.badge.danger,.status-badge.danger{background:#fef3f2;color:#b42318;border-color:#fecdca}
.reward,.reward-pill{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 8px;
  border-radius:var(--radius-xs);
  color:#7a2e0e;
  background:#fffaeb;
  border:1px solid #fedf89;
  font-size:12px;
  font-weight:880;
  font-variant-numeric:tabular-nums;
}

.detail-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:11px;
  margin-bottom:12px;
}
.detail-head h1{
  margin:0;
  font-size:20px;
  line-height:1.28;
  font-weight:860;
  letter-spacing:0;
}
.detail-head p{
  margin:4px 0 0;
  color:var(--color-muted);
  font-size:12px;
}

.bottom-tabs{
  position:fixed;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:min(100%,430px);
  min-height:var(--tab-height);
  padding:7px 9px calc(7px + env(safe-area-inset-bottom));
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  z-index:20;
  background:rgba(255,255,255,.97);
  border-top:1px solid var(--color-line);
  box-shadow:0 -12px 28px rgba(16,24,40,.08);
  backdrop-filter:blur(16px);
}
.tab-item{
  min-height:52px;
  border-radius:var(--radius-md);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#667085;
  font-size:11px;
  font-weight:760;
}
.tab-item.active{
  color:var(--color-primary);
  background:#ecfdf3;
}
.tab-item.vip{
  margin-top:-12px;
  min-height:62px;
  border-radius:999px;
  color:#fff;
  background:#101828;
  border:4px solid #fff;
  box-shadow:0 12px 24px rgba(16,24,40,.18);
}
.tab-item.vip.active{color:#fff;background:var(--color-primary-dark)}

.form-card{padding:16px}
.field{margin-bottom:14px}
.field label{
  display:block;
  margin:0 0 7px;
  color:#344054;
  font-size:13px;
  font-weight:780;
}
.input,input:not([type]),input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],input[type=file],input[type=search],input[type=url],select,textarea{
  width:100%;
  min-height:46px;
  border:1px solid var(--color-line-strong);
  border-radius:var(--radius-sm);
  padding:10px 12px;
  color:var(--color-ink);
  background:#fff;
  outline:none;
}
input[type=file]{
  height:auto;
  min-height:50px;
  padding:7px;
  color:var(--color-muted);
  cursor:pointer;
}
input[type=file]::file-selector-button{
  min-height:34px;
  margin-right:10px;
  padding:0 12px;
  border:1px solid var(--color-line-strong);
  border-radius:var(--radius-xs);
  background:#f8fafb;
  color:var(--color-ink);
  font-weight:760;
  cursor:pointer;
}
input[type=file]::file-selector-button:hover{
  background:#eef2f6;
}
textarea{min-height:116px;resize:vertical}
input:focus,select:focus,textarea:focus{
  border-color:var(--color-primary);
  box-shadow:0 0 0 3px rgba(11,111,104,.13);
}
.btn{
  min-height:44px;
  padding:0 14px;
  border:1px solid var(--color-line-strong);
  border-radius:var(--radius-sm);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:#fff;
  color:#344054;
  font-size:14px;
  font-weight:820;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
}
button:not(.btn),input[type=submit],input[type=button],input[type=reset]{
  min-height:44px;
  padding:0 14px;
  border:1px solid var(--color-line-strong);
  border-radius:var(--radius-sm);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:#fff;
  color:#344054;
  font-size:14px;
  font-weight:820;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
}
.btn-primary{
  color:#fff;
  background:var(--color-primary);
  border-color:var(--color-primary);
  box-shadow:0 8px 16px rgba(11,111,104,.18);
}
.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}
.btn-light{background:#fff;color:#344054}
.btn-danger{color:var(--color-danger);background:#fef3f2;border-color:#fecdca}
.btn-block{width:100%}
.btn:active,button:not(.btn):active,input[type=submit]:active,input[type=button]:active,input[type=reset]:active{transform:scale(.992)}
.btn[disabled],button:not(.btn)[disabled],input[type=submit][disabled],input[type=button][disabled],input[type=reset][disabled]{opacity:.56;cursor:not-allowed}
.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}

.empty,.empty-state,.loading-state,.error-state{
  min-height:126px;
  padding:24px 16px;
  border-radius:var(--radius-lg);
  display:grid;
  place-items:center;
  text-align:center;
  color:var(--color-muted);
  background:var(--color-surface);
  border:1px dashed var(--color-line-strong);
}
.empty-state strong,.loading-state strong,.error-state strong{
  display:block;
  margin-bottom:4px;
  color:var(--color-ink);
}
.error-state{background:#fffbfa;color:var(--color-danger);border-color:#fecdca}
.loading-state:before{
  content:"";
  width:26px;
  height:26px;
  margin-bottom:10px;
  border-radius:50%;
  border:3px solid #d0d5dd;
  border-top-color:var(--color-primary);
  animation:spin .8s linear infinite;
}
.skeleton{
  position:relative;
  overflow:hidden;
  background:#eef2f6;
  border-radius:var(--radius-md);
}
.skeleton:after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  animation:shimmer 1.2s infinite;
}
.flash{
  padding:11px 12px;
  border-radius:var(--radius-sm);
  margin:8px 0 12px;
  font-weight:750;
  border:1px solid transparent;
  background:#fff;
}
.flash.success{background:#ecfdf3;color:#067647;border-color:#abefc6}
.flash.error{background:#fef3f2;color:#b42318;border-color:#fecdca}
.flash.warning{background:#fffaeb;color:#b54708;border-color:#fedf89}

.list{display:grid;gap:10px}
.list-row{
  padding:13px;
  border-radius:var(--radius-lg);
  background:var(--color-surface);
  border:1px solid var(--color-line);
  box-shadow:var(--shadow-sm);
}
.list-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.proof-grid img{
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  border-radius:var(--radius-sm);
  border:1px solid var(--color-line);
  background:#f2f4f7;
}
.image-keep{
  display:grid;
  gap:7px;
  padding:7px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-sm);
  background:#fff;
}
.image-keep span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:var(--color-muted);
  font-size:12px;
  font-weight:760;
}
.image-keep input{
  width:auto;
  min-height:0;
}
.split{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.payment-result{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.status-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:42px;
  padding:10px 12px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-sm);
  background:#f9fafb;
}
.status-line span:first-child{
  color:var(--color-muted);
  font-size:13px;
}
.status-line strong{
  min-width:0;
  overflow-wrap:anywhere;
  text-align:right;
  font-size:13px;
}
.muted{color:var(--color-muted)}
.small{font-size:12px}
.money{
  color:#7a2e0e;
  font-variant-numeric:tabular-nums;
  font-weight:900;
}
.m-0{margin:0}
.mt-10{margin-top:10px}
.mt-12{margin-top:12px}
.mt-14{margin-top:14px}
.mt-18{margin-top:18px}
.mb-14{margin-bottom:14px}
.article{padding:16px}
.article > h1{
  margin:0 0 12px;
  font-size:21px;
  line-height:1.25;
  letter-spacing:0;
}
.article p{
  white-space:pre-wrap;
  color:#344054;
}

@keyframes spin{to{transform:rotate(360deg)}}
@keyframes shimmer{100%{transform:translateX(100%)}}
@media (min-width:860px){
  body{padding:20px 0}
  .phone-shell{min-height:calc(100dvh - 40px);border-radius:16px}
  .topbar{border-radius:16px 16px 0 0}
  .bottom-tabs{border-radius:0 0 16px 16px}
}
@media (max-width:374px){
  .app-main{padding-left:12px;padding-right:12px}
  .topbar{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}
  .category-grid{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}
  .dashboard-card h1,.hero h1{font-size:22px}
  .task-money{min-width:64px;font-size:16px}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{transition:none!important;animation:none!important}
}

/* Commercial polish layer */
:root{
  --color-primary:#0f6b5f;
  --color-primary-dark:#0d4b45;
  --color-secondary:#2d4f6c;
  --color-accent:#b76519;
  --color-bg:#eef2f5;
  --color-surface:#ffffff;
  --color-surface-2:#f7f9fb;
  --color-ink:#101820;
  --color-muted:#5f6f82;
  --color-subtle:#8a98a8;
  --color-line:#dde4eb;
  --color-line-strong:#c9d3de;
  --radius-xs:6px;
  --radius-sm:8px;
  --radius-md:10px;
  --radius-lg:12px;
  --shadow-sm:0 1px 2px rgba(16,24,40,.05),0 1px 3px rgba(16,24,40,.05);
  --shadow-md:0 14px 34px rgba(16,24,40,.10);
}
html,body{background:#d7dde4}
body{letter-spacing:0;text-rendering:optimizeLegibility}
.phone-shell{
  background:
    linear-gradient(180deg,#f9fafb 0,#eef2f5 280px,#eef2f5 100%);
  border-left:1px solid rgba(16,24,40,.06);
  border-right:1px solid rgba(16,24,40,.06);
  box-shadow:0 28px 76px rgba(24,39,58,.20);
}
.app-main{padding:16px 14px calc(var(--tab-height) + 24px)}
.topbar{
  position:sticky;
  top:0;
  z-index:12;
  min-height:64px;
  padding:12px 14px;
  background:rgba(249,250,251,.92);
  box-shadow:0 1px 0 rgba(221,228,235,.85);
}
.brand-title{font-size:20px;font-weight:880;color:#111927}
.brand-sub{font-size:12px;color:#66788d;font-weight:620}
.avatar{
  background:#142033;
  box-shadow:0 10px 20px rgba(16,24,40,.13);
}
.card,.surface-card,.list-row,.task-card,.banner{
  border-color:rgba(201,211,222,.82);
  box-shadow:var(--shadow-sm);
}
.dashboard-card,.hero{
  position:relative;
  overflow:hidden;
  padding:18px;
  border:0;
  background:
    linear-gradient(135deg,#0b2c2b 0%,#143a46 46%,#2d435f 100%);
  box-shadow:0 18px 42px rgba(16,42,52,.22);
}
.dashboard-card:before,.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 82%);
  pointer-events:none;
}
.dashboard-card > *,.hero > *{position:relative}
.hero-kicker{
  color:#b7f2df;
  font-size:12px;
  font-weight:820;
}
.dashboard-date{
  color:#e9eef3;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}
.dashboard-card h1,.hero h1{
  margin-top:13px;
  font-size:26px;
  letter-spacing:0;
}
.dashboard-card p,.hero p{color:#d8e3ec}
.stats{gap:9px;margin-top:17px}
.stat{
  border-radius:10px;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.14);
}
.stat span{color:#c5d1dd;font-weight:760}
.stat strong{font-size:19px;color:#fff}
.trust-strip{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:14px;
}
.trust-strip span{
  min-height:28px;
  padding:0 9px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#e8f6f1;
  background:rgba(255,255,255,.095);
  border:1px solid rgba(255,255,255,.14);
  font-size:12px;
  font-weight:760;
}
.quick-actions{gap:10px;margin-top:12px}
.section-title{margin:24px 0 11px}
.section-title h2{font-size:17px;font-weight:880;color:#111927}
.section-title a{font-weight:820}
.section-note{color:#6b7c91;font-weight:560}
.ops-item{
  min-height:62px;
  border-radius:12px;
  border-color:rgba(201,211,222,.78);
}
.ops-icon{
  color:#0f6b5f;
  background:#e9f8f3;
  border:1px solid #ccecdf;
}
.category-grid{
  gap:9px;
  padding-bottom:4px;
}
.category{
  max-width:154px;
  min-height:39px;
  padding:0 13px 0 8px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 18px rgba(16,24,40,.06);
}
.category span:last-child{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.category.active{
  background:#e8f7f2;
  border-color:#b9e4d6;
}
.task-list{gap:11px}
.task-card{
  position:relative;
  padding:14px;
  border-radius:13px;
  background:linear-gradient(180deg,#fff,#fbfcfd);
  overflow:hidden;
}
.task-card:before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:0 999px 999px 0;
  background:var(--task-color,var(--color-primary));
  opacity:.82;
}
.task-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}
.task-head{gap:12px;align-items:center}
.task-cover,.task-icon{
  width:46px;
  height:46px;
  border-radius:12px;
}
.task-icon{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
}
.task-title{
  font-size:15px;
  line-height:1.32;
  color:#111927;
}
.task-subline{font-weight:620;color:#66788d}
.task-money{
  min-width:76px;
  color:#81390c;
  font-size:18px;
  letter-spacing:0;
}
.progress{
  height:6px;
  background:#e9eef3;
}
.progress span{
  background:linear-gradient(90deg,var(--color-primary),#3b82a0);
}
.task-footer{margin-top:10px}
.task-quota{font-weight:780;color:#53657a}
.badge,.status-badge{
  min-height:24px;
  border-radius:999px;
  font-weight:820;
}
.reward,.reward-pill{
  border-radius:999px;
  background:#fff7ed;
  color:#81390c;
}
.btn,button:not(.btn),input[type=submit],input[type=button],input[type=reset]{
  border-radius:10px;
  box-shadow:0 1px 2px rgba(16,24,40,.05);
  transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease;
}
.btn:hover,button:not(.btn):hover,input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover{
  box-shadow:0 8px 18px rgba(16,24,40,.08);
}
.btn-primary{
  background:linear-gradient(180deg,#168172,#0f6b5f);
  border-color:#0f6b5f;
  box-shadow:0 12px 22px rgba(15,107,95,.20);
}
.btn-primary:hover{background:linear-gradient(180deg,#126f63,#0d4b45)}
.btn-light{
  background:#fff;
  border-color:#cfd8e3;
}
.btn-wechat{
  color:#086a4d;
  background:#effdf6;
  border-color:#afeacb;
}
.btn-wechat:hover{
  color:#075f45;
  background:#e1faee;
  border-color:#85dbae;
}
.auth-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:15px 0;
  color:var(--color-muted);
  font-size:12px;
  font-weight:800;
}
.auth-divider:before,
.auth-divider:after{
  content:"";
  height:1px;
  flex:1;
  background:var(--color-line);
}
.form-card{padding:17px;border-radius:13px}
input:not([type]),input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],input[type=file],input[type=search],input[type=url],select,textarea{
  border-radius:10px;
  background:#fbfcfd;
}
input:focus,select:focus,textarea:focus{background:#fff}
.list{gap:11px}
.list-row{
  padding:14px;
  border-radius:13px;
}
.split > strong,.list-row strong{color:#111927}
.bottom-tabs{
  min-height:74px;
  padding-top:8px;
  background:rgba(255,255,255,.96);
  box-shadow:0 -18px 34px rgba(16,24,40,.10);
}
.tab-item{
  border-radius:12px;
  color:#65758b;
}
.tab-item.active{
  color:#0f6b5f;
  background:#e8f7f2;
}
.tab-item.vip{
  background:#111927;
  box-shadow:0 14px 26px rgba(17,25,39,.24);
}
.detail-head h1{font-size:21px;color:#111927}
.article{border-radius:13px}
@media (min-width:860px){
  .phone-shell{border-radius:18px}
}
