.home-stats .motion-value-base { position: relative; color: transparent !important; }
.home-stats .motion-number { position: absolute; inset: 0; color: #273a30; white-space: nowrap; pointer-events: none; font-variant-numeric: tabular-nums; }
.motion-stat-delta { position: absolute; bottom: 0; right: 0; font-size: 11px; line-height: 13px; font-weight: 700; pointer-events: none; }
.motion-stat-delta.is-gain { color: #28714b; }
.motion-stat-delta.is-loss { color: #a13e35; }
.motion-receipt {
  position: fixed; inset: auto 16px max(28px, env(safe-area-inset-bottom));
  margin: 0 auto; width: min(400px, calc(100% - 32px)); padding: 14px 16px;
  display: flex; align-items: center; gap: 14px; box-sizing: border-box;
  border: 1px solid #b8c9bb; border-left: 3px solid #376857; border-radius: 6px;
  background: #f8fcf8; color: #274f40; box-shadow: 0 6px 24px #183b2924;
  z-index: 120; pointer-events: none;
}
.motion-receipt::backdrop { background: transparent; pointer-events: none; }
.motion-receipt-seal { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 2px double currentColor; border-radius: 2px; font: 700 16px "Songti SC", serif; transform: rotate(-6deg); }
.motion-receipt-copy { display: grid; gap: 5px; min-width: 0; }
.motion-receipt-copy strong { font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.motion-receipt-copy small { font-size: 12px; line-height: 1.5; color: #586d5f; overflow-wrap: anywhere; }
.motion-receipt[data-kind="commission"] { border-left-color: #a14635; }
.motion-receipt[data-kind="commission"] .motion-receipt-seal { color: #a14635; }
.motion-receipt[data-kind="trade"] { border-left-color: #967332; }
.motion-receipt[data-kind="trade"] .motion-receipt-seal { color: #8b692c; }
.commission-wait-mark.motion-delivered { color: #a14635; border: 2px double #a14635; border-radius: 2px; font-size: 15px; transform: rotate(-6deg); }
.motion-npc-label { position: absolute; top: 8px; right: 10px; max-width: calc(100% - 20px); padding: 5px 9px; color: #f7f8ee; background: #294f49; border-left: 3px solid #b89c60; font: 600 13px/1.5 "Songti SC", serif; pointer-events: none; }
body:has(.motion-receipt) .collection-toast { visibility: hidden; }
@media (max-width: 820px), (max-width: 1000px) and (max-height: 500px) {
  .motion-receipt { bottom: calc(80px + env(safe-area-inset-bottom)); }
}
@media (max-width: 820px) and (max-height: 650px), (max-width: 1000px) and (max-height: 500px) {
  .motion-receipt { bottom: calc(68px + env(safe-area-inset-bottom)); padding: 6px 10px; gap: 8px; }
  .motion-receipt-seal { flex-basis: 26px; height: 26px; font-size: 11px; }
  .motion-receipt-copy { overflow: hidden; }
  .motion-receipt-copy strong { display: block; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .motion-receipt-copy small { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
}
