:root{
  --wf73-bg:#eef5fb;
  --wf73-bg2:#f8fbff;
  --wf73-card:#ffffff;
  --wf73-text:#1d2a4d;
  --wf73-muted:#7583a1;
  --wf73-line:#dbe6f2;
  --wf73-blue:#1f6ccf;
  --wf73-cyan:#1fc0bb;
  --wf73-green:#22aa66;
  --wf73-shadow:0 24px 70px rgba(22,44,84,.12);
}
html.wf-dark,body.wf-dark{
  --wf73-bg:#09111f;
  --wf73-bg2:#0d1729;
  --wf73-card:#101a2f;
  --wf73-text:#eef4ff;
  --wf73-muted:#9eb0cc;
  --wf73-line:#22324f;
  --wf73-shadow:0 28px 80px rgba(0,0,0,.34);
  background:var(--wf73-bg)!important;
  color:var(--wf73-text)!important;
}
.wf-v73-theme-scope,.wf73-app,.wf73-download,.wf73-store{color:var(--wf73-text)}
.wf73-app,.wf73-download,.wf73-store{background:linear-gradient(180deg,var(--wf73-bg),var(--wf73-bg2));}
.wf73-app{padding:18px 0 34px;min-height:76vh}
.wf73-phone{
  width:min(392px,calc(100vw - 24px));
  min-height:680px;
  margin:auto;
  background:var(--wf73-card);
  border:1px solid var(--wf73-line);
  border-radius:36px;
  box-shadow:var(--wf73-shadow);
  padding:14px 14px 104px;
  position:relative;
}
.wf73-top{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:10px;margin-bottom:12px}
.wf73-top h1{margin:0;font-size:20px;text-align:center;color:var(--wf73-text)}
.wf73-top .iconbtn,.wf73-avatar,.wf73-bell{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f7fb;color:var(--wf73-blue);border:0;text-decoration:none;font-size:16px}
html.wf-dark .wf73-top .iconbtn,html.wf-dark .wf73-avatar,html.wf-dark .wf73-bell{background:#15233d;color:#9bd0ff}
.wf73-hello{margin:0 2px 14px;color:var(--wf73-text);font-size:15px;line-height:1.35}
.wf73-hello small{display:block;color:var(--wf73-muted);font-size:12px}
.wf73-card{background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:22px;padding:14px;box-shadow:0 8px 24px rgba(28,55,95,.06);position:relative}
html.wf-dark .wf73-card{box-shadow:none}
.wf73-impact{margin-bottom:14px}
.wf73-impact strong,.wf73-section-head b{color:var(--wf73-text)}
.wf73-stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;margin-top:10px}
.wf73-stats b{display:block;color:var(--wf73-green);font-size:17px;margin-bottom:2px}
.wf73-stats em{display:block;font-style:normal;color:var(--wf73-muted);font-size:11px}
.wf73-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:14px 2px 10px}
.wf73-section-head a{color:var(--wf73-blue);font-size:12px;text-decoration:none;font-weight:700}
.wf73-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.wf73-quick a,.wf73-wallet-actions span{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;
  background:#f7fafc;border:1px solid var(--wf73-line);border-radius:18px;padding:12px 6px;
  color:var(--wf73-muted);text-decoration:none;font-size:11px;min-height:72px;text-align:center
}
html.wf-dark .wf73-quick a,html.wf-dark .wf73-wallet-actions span{background:#132038}
.wf73-quick i,.wf73-wallet-actions i{font-style:normal;font-size:20px;line-height:1}
.wf73-kicker{display:block;color:var(--wf73-muted);font-size:13px;margin-bottom:4px}
.wf73-card h2{font-size:16px;line-height:1.3;margin:4px 0;color:var(--wf73-text)}
.wf73-card p{margin:0 0 10px;color:var(--wf73-muted);font-size:13px;line-height:1.5}
.wf73-pill{
  position:absolute;right:14px;top:14px;background:#dff8e8;color:#168348;border-radius:999px;
  padding:6px 9px;font-style:normal;font-weight:800;font-size:11px
}
.wf73-progress{height:8px;border-radius:999px;background:#e6edf6;overflow:hidden}
.wf73-progress span{display:block;height:100%;background:linear-gradient(90deg,#2ac17e,#22b8b5);border-radius:999px}
.wf73-nearby-item{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px}
.wf73-thumb{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#d6ecff,#bde8d1);position:relative;overflow:hidden}
.wf73-thumb:before,.wf73-thumb:after{content:"";position:absolute;border-radius:50%}
.wf73-thumb:before{width:18px;height:18px;background:#3ba0e3;left:8px;top:8px}
.wf73-thumb:after{width:34px;height:20px;background:#9dd7b0;right:4px;bottom:6px;border-radius:20px}
.wf73-wallet-balance{
  position:relative;border-radius:24px;background:linear-gradient(90deg,#1964c8,#21b8b9);color:#fff;padding:18px;margin-bottom:14px;overflow:hidden
}
.wf73-wallet-balance small,.wf73-wallet-balance em{color:#e7fbff;font-style:normal}
.wf73-wallet-balance strong{display:block;font-size:38px;line-height:1.05;margin:4px 0 4px}
.wf73-coins{position:absolute;right:18px;bottom:18px;display:flex;gap:3px}
.wf73-coin{width:22px;height:22px;border-radius:50%;background:linear-gradient(180deg,#ffd979,#f9b528);box-shadow:inset 0 0 0 2px rgba(255,255,255,.3)}
.wf73-wallet-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.wf73-tabs{display:flex;gap:18px;border-bottom:1px solid var(--wf73-line);padding-bottom:8px;margin-bottom:12px}
.wf73-tabs b,.wf73-tabs span{padding-bottom:8px}
.wf73-tabs b{color:var(--wf73-blue);border-bottom:3px solid var(--wf73-blue)}
.wf73-rewards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.wf73-reward{background:#f9fafb;border:1px solid var(--wf73-line);border-radius:18px;min-height:136px;padding:10px;display:flex;flex-direction:column;gap:8px}
html.wf-dark .wf73-reward{background:#132038}
.wf73-reward-media{width:100%;aspect-ratio:1.18;border-radius:14px;background:linear-gradient(135deg,#f7ead3,#eef7ea);display:flex;align-items:center;justify-content:center;font-size:28px}
.wf73-reward b{display:block;font-size:12px;color:var(--wf73-text);line-height:1.35}
.wf73-reward small{display:block;color:#29ac66;font-weight:800}
.wf73-active{display:grid;grid-template-columns:42px 1fr auto;align-items:start;gap:12px}
.wf73-active .wf73-progress{grid-column:1/-1}
.wf73-active-icon{width:42px;height:42px;border-radius:14px;background:#eaf4ee;display:flex;align-items:center;justify-content:center;font-size:20px}
html.wf-dark .wf73-active-icon{background:#143021}
.wf73-bottom{
  position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.96);border:1px solid var(--wf73-line);
  border-radius:26px;padding:8px 10px;display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;box-shadow:0 14px 28px rgba(22,44,84,.11)
}
html.wf-dark .wf73-bottom{background:rgba(16,26,47,.96)}
.wf73-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#8b97ad;font-size:9px;font-weight:700;min-height:42px;text-align:center}
.wf73-bottom a i{font-style:normal;font-size:18px;line-height:1;margin-bottom:4px}
.wf73-bottom a.on{color:var(--wf73-blue)}
.wf73-bottom a.plus{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--wf73-blue),var(--wf73-cyan));color:#fff;transform:translateY(-10px);font-size:22px;border:0}
.wf73-bottom a.plus i{margin:0;font-size:26px}
.wf73-account-profile{display:grid;grid-template-columns:60px 1fr;gap:13px;align-items:center}
.wf73-bigavatar{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--wf73-blue),var(--wf73-cyan));color:#fff;font-size:24px;font-weight:900}
.wf73-theme-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wf73-cta,.wf73-theme-buttons button,.wf73-mini-button,.wf73-linkgrid a{
  border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#ffca63,#ff8d7d);font-weight:900;color:#13203f;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer
}
.wf73-ghost{background:#f3f7fb;color:var(--wf73-text)!important;border:1px solid var(--wf73-line)}
html.wf-dark .wf73-ghost{background:#15233d;color:#eef4ff!important}
.wf73-linkgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wf73-linkgrid a{background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:18px;color:var(--wf73-text);font-weight:800}

.wf73-download,.wf73-store{padding:38px 0 72px}
.wf73-shell{width:min(1180px,calc(100vw - 28px));margin:0 auto}
.wf73-hero-card{
  background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:34px;padding:18px;box-shadow:var(--wf73-shadow);
}
.wf73-hero-grid{display:grid;grid-template-columns:minmax(320px,1.02fr) minmax(340px,1.38fr);gap:20px;align-items:center}
.wf73-badge{display:inline-flex;align-items:center;gap:8px;background:#d9f7f1;color:#0d777f;border-radius:999px;padding:9px 14px;font-weight:900;font-size:14px;margin-bottom:14px}
.wf73-title{font-size:clamp(40px,6vw,74px);line-height:.95;letter-spacing:-.06em;margin:0 0 16px;color:var(--wf73-text)}
.wf73-title .grad{background:linear-gradient(90deg,var(--wf73-blue),#20aba9);-webkit-background-clip:text;background-clip:text;color:transparent}
.wf73-lead{color:var(--wf73-muted);font-size:17px;line-height:1.52;margin:0 0 18px}
.wf73-checklist{display:grid;gap:12px;margin:0 0 22px;padding:0;list-style:none}
.wf73-checklist li{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;color:var(--wf73-text)}
.wf73-checklist i{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:var(--wf73-blue);font-style:normal;font-size:18px}
html.wf-dark .wf73-checklist i{background:#15233d;color:#9bd0ff}
.wf73-checklist b{display:block;color:var(--wf73-text);font-size:15px;margin-top:2px}
.wf73-checklist small{display:block;color:var(--wf73-muted);font-size:13px;line-height:1.45}
.wf73-action-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.wf73-platform-inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wf73-platform-inline article{background:#f9fbfd;border:1px solid var(--wf73-line);border-radius:20px;padding:18px;display:flex;justify-content:space-between;gap:12px;align-items:center}
html.wf-dark .wf73-platform-inline article{background:#132038}
.wf73-platform-inline b{display:block;color:var(--wf73-text);font-size:18px}
.wf73-platform-inline small{display:block;color:var(--wf73-muted);font-size:13px;margin-top:2px}
.wf73-platform-icon{width:48px;height:48px;border-radius:14px;background:#eef4ff;color:var(--wf73-blue);display:flex;align-items:center;justify-content:center;font-size:28px;flex:none}
html.wf-dark .wf73-platform-icon{background:#15233d;color:#9bd0ff}
.wf73-visual-wrap{position:relative}
.wf73-visual{
  background:linear-gradient(180deg,#fafdff,#edf7ff);border:1px solid var(--wf73-line);border-radius:30px;padding:14px;box-shadow:0 18px 52px rgba(23,44,90,.09)
}
html.wf-dark .wf73-visual{background:linear-gradient(180deg,#122038,#0f1a2f)}
.wf73-visual img{display:block;width:100%;height:auto;border-radius:22px}
.wf73-pillbar{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}
.wf73-pillbar article{display:flex;gap:10px;align-items:center;background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:18px;padding:12px 14px;color:var(--wf73-text)}
.wf73-pillbar i{font-style:normal;font-size:22px;color:var(--wf73-blue)}
.wf73-pillbar b{display:block;font-size:15px}
.wf73-pillbar small{display:block;color:var(--wf73-muted);font-size:12px;line-height:1.4}
.wf73-panels{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
.wf73-panel{background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:26px;padding:22px;box-shadow:0 10px 24px rgba(28,55,95,.05)}
.wf73-panel h2{margin:12px 0 10px;color:var(--wf73-text);font-size:16px;line-height:1.3}
.wf73-panel p,.wf73-panel li{color:var(--wf73-muted);font-size:14px;line-height:1.55}
.wf73-panel ul{padding-left:18px;margin:0}
.wf73-panel .wf73-platform-icon{width:44px;height:44px;font-size:24px}
.wf73-note{margin-top:18px;background:var(--wf73-card);border:1px solid var(--wf73-line);border-radius:24px;padding:18px 20px;font-weight:700;color:var(--wf73-text)}
.wf73-note small{display:block;color:var(--wf73-muted);font-weight:500;margin-top:4px}
@media (max-width:1100px){
  .wf73-panels{grid-template-columns:repeat(2,1fr)}
  .wf73-pillbar{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .wf73-hero-grid{grid-template-columns:1fr}
  .wf73-title{font-size:48px}
  .wf73-platform-inline{grid-template-columns:1fr}
}
@media (max-width:700px){
  .wf73-pillbar,.wf73-panels{grid-template-columns:1fr}
  .wf73-download,.wf73-store{padding-top:20px}
  .wf73-hero-card{padding:14px}
  .wf73-title{font-size:42px}
}
