.home-stats .stat-row { position: relative; min-height: 44px; align-items: center; }
.home-stats .stat-help-trigger {
  position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; min-height: 44px;
  margin: 0; padding: 0; border: 0; border-radius: 3px; background: transparent;
  text-decoration: none; touch-action: manipulation;
}
.home-stats .stat-help-trigger:hover { background: #37685708; }
.home-stats .stat-help-trigger:active { background: #37685714; }
.home-stats .stat-help-trigger:focus-visible { outline: 2px solid #376857; outline-offset: 1px; background: transparent; }
.home-stats .stat-row > .stat-label { display: inline-flex; align-items: center; gap: 3px; color: #376857; white-space: nowrap; text-decoration: none; }
.home-stats .stat-help-icon { flex: 0 0 14px; width: 14px; height: 14px; color: #376857; stroke-width: 2; }
.native-action-sheet header { margin-bottom: 6px; }
.sheet-coin-summary { display: flex; align-items: center; gap: 16px; padding: 8px 0 14px; }
.sheet-coin-summary .album-specimen { flex: 0 0 70px; width: 70px; height: 70px; }
.sheet-coin-summary .album-coin-relief { width: 56px; height: 56px; }
.sheet-coin-summary p { margin: 5px 0; font-size: 14px; }
.sheet-coin-summary small { color: #6d786e; font-size: 12px; }
.sheet-protection { margin: 0 0 10px; font-size: 12px; color: #856244; }
.sheet-action-list { border-top: 1px solid #dbe3dc; }
.sheet-action { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 64px; padding: 10px 4px; border: 0; border-bottom: 1px solid #e1e7e1; border-radius: 0; background: transparent; box-shadow: none; color: #305d4c; text-align: left; cursor: pointer; }
.sheet-action > svg { flex: 0 0 23px; width: 23px; height: 23px; }
.sheet-action-copy { display: grid; gap: 4px; min-width: 0; }
.sheet-action-copy strong { font-size: 15px; font-weight: 600; }
.sheet-action-copy small { font-size: 12px; color: #758076; line-height: 1.5; }
.sheet-action:active { background: #eaf0eb; }
.sheet-action:disabled { color: #8e988f; cursor: default; }
.sheet-action:disabled small { color: #939d94; }
.sheet-action:focus-visible { outline: 2px solid #376857; outline-offset: -2px; }
.package-sheet-lock .growth-toggle { display: flex; flex-direction: row-reverse; justify-content: space-between; width: 100%; min-height: 52px; font-size: 14px; }
.package-sheet-lock input { appearance: none; flex: 0 0 44px; width: 44px; height: 26px; border: 1px solid #bccbc1; border-radius: 20px; background: #d4ddd5; cursor: pointer; position: relative; }
.package-sheet-lock input::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; transition: transform 140ms ease; }
.package-sheet-lock input:checked { background: #376857; border-color: #376857; }
.package-sheet-lock input:checked::after { transform: translateX(18px); }
.package-sheet-lock input:focus-visible { outline: 2px solid #376857; outline-offset: 3px; }
.sheet-cancel { width: 100%; min-height: 48px; border: 0; border-radius: 5px; background: #edf1ec; color: #526c5a; font: inherit; cursor: pointer; }
#packageActionNotice { margin: 4px 0 10px; font-size: 13px; color: #376857; }
#packageActionNotice:empty { display: none; }
.workshop-actions #workshopViewCoinBtn, .workshop-actions #cleaningAcceptBtn { border: 0; background: transparent; box-shadow: none; color: #d2cdb8; font-size: 13px; min-height: 44px; padding: 4px; }
.workshop-actions #workshopAgainBtn { background: #274e42; border-color: #a8b596; color: #faf7e9; }
.workshop-actions #workshopCollectBtn { font-weight: 700; }
@media (max-width: 820px), (max-width: 1000px) and (max-height: 500px) {
  .home-stats { gap: 0 12px; }
  .home-stats .stat-row[data-stat="quanLuck"] { padding-top: 0; }
  #packageList .coin-entry { position: relative; min-height: 68px; padding-right: 32px; }
  #packageList .coin-entry-actions > .is-collect { display: none; }
  #packageList .package-detail-btn { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: flex-end; width: 100%; height: 100%; margin: 0; padding: 0 2px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  #packageList .package-detail-btn svg { width: 18px; height: 18px; color: #94a397; }
  #packageList .package-detail-btn:active { background: #3768570d; }
  #packageList .package-detail-btn:focus-visible { outline: 2px solid #376857; outline-offset: -2px; }
  #packageActionDialog, #statHelpDialog { border-radius: 8px 8px 0 0; padding-top: 20px; }
  #packageActionDialog::before, #statHelpDialog::before { content: ""; display: block; width: 30px; height: 4px; margin: -10px auto 10px; border-radius: 3px; background: #c5cfc5; }
  #packageActionDialog header { position: sticky; top: -20px; z-index: 2; padding-block: 7px; background: #fcfdf8; }
}
@media (prefers-reduced-motion: reduce) { .package-sheet-lock input::after { transition: none; } }
