.header-account {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 9px;
  color: #fff;
  background: #ef3340;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 850;
}

.account-link:hover { filter: brightness(1.08); }

.header-actions .account-link { min-height: 42px; }

.collection-user-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.collection-action-button,
.chapter-read-button {
  border: 1px solid #3a3e48;
  border-radius: 9px;
  color: #fff;
  background: rgba(10, 11, 14, .84);
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.collection-action-button { min-height: 42px; padding: 0 16px; }
.collection-action-button.is-active { border-color: #ef3340; background: #ef3340; }
.collection-progress { display: flex; align-items: center; gap: 12px; min-width: min(360px, 100%); }
.collection-progress-track { flex: 1; height: 8px; overflow: hidden; border-radius: 99px; background: #30333b; }
.collection-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: #ef3340; transition: width .25s ease; }
.collection-progress strong { min-width: 76px; font-size: .82rem; }
.chapter-read-button { width: 100%; margin-top: 8px; padding: 9px 12px; }
.chapter-read-button.is-read { border-color: #4da878; color: #d6ffe6; background: rgba(38, 111, 70, .35); }
.collection-card.is-read .cover-wrap::after { content: "READ"; position: absolute; top: 10px; left: 10px; z-index: 3; padding: 6px 8px; border-radius: 7px; color: #fff; background: #24744b; font-size: .65rem; font-weight: 900; letter-spacing: .08em; }

.collection-card { position: relative; }
.wishlist-button {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 5;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(8,9,11,.72);
  box-shadow: 0 5px 18px rgba(0,0,0,.3);
  font: 700 1.45rem/1 system-ui,sans-serif;
  cursor: pointer;
  backdrop-filter: blur(9px);
}
.wishlist-button:hover,
.wishlist-button:focus-visible { border-color: #f04444; background: rgba(33,10,13,.92); }
.wishlist-button.is-active { color: #fff; border-color: #f04444; background: #f04444; }
.wishlist-button:disabled { cursor: wait; opacity: .65; }
#markReadButton[aria-pressed="true"] { border-color: #4da878; color: #d6ffe6; background: rgba(38, 111, 70, .35); }

@media (max-width: 600px) {
  .header-account { gap: 6px; }
  .account-link { min-height: 34px; padding: 0 10px; font-size: .72rem; }
}
