/* Private Collection｜私人收藏管理（掛在 admin） */
.tab-pc {
  border-color: rgba(212, 180, 131, 0.55) !important;
  color: #e8d5a3 !important;
}
.tab-pc.active {
  background: linear-gradient(135deg, #d4b483, #c4a473) !important;
  color: #0d0c0b !important;
}
.pc-badge {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 4px;
}
.pc-stage-bespoke {
  background: rgba(159, 225, 203, 0.15);
  color: #9fe1cb;
  border: 1px solid rgba(159, 225, 203, 0.3);
}
.pc-stage-collector {
  background: rgba(175, 169, 236, 0.15);
  color: #afa9ec;
  border: 1px solid rgba(175, 169, 236, 0.3);
}
.pc-stage-private {
  background: rgba(239, 159, 39, 0.15);
  color: #ef9f27;
  border: 1px solid rgba(239, 159, 39, 0.3);
}
.pc-access-none {
  background: rgba(120, 120, 120, 0.12);
  color: #9a9590;
  border: 1px solid rgba(120, 120, 120, 0.3);
}
.pc-access-active {
  background: rgba(125, 206, 160, 0.12);
  color: #9fe1cb;
  border: 1px solid rgba(125, 206, 160, 0.4);
}
.pc-access-paused {
  background: rgba(239, 159, 39, 0.12);
  color: #ef9f27;
  border: 1px solid rgba(239, 159, 39, 0.35);
}
.pc-field-note {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #9a9590;
  margin-top: 2px;
}
.pc-when-hint {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #b8a992;
}
.pc-priv-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.pc-priv-row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 10px 16px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid rgba(212, 180, 131, 0.22);
  border-radius: 8px;
  background: rgba(28, 25, 22, 0.45);
  color: var(--text, #e0ddd8);
  cursor: pointer;
}
.pc-priv-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.pc-priv-when {
  font-size: 12px;
  line-height: 1.5;
  color: #b8a992;
}
@media (max-width: 720px) {
  .pc-priv-row {
    grid-template-columns: 1fr;
  }
}
.pc-cand,
.pc-cand-p {
  background: rgba(212, 180, 131, 0.1);
  color: #d4b483;
  border: 1px dashed rgba(212, 180, 131, 0.45);
}
.pc-next {
  background: rgba(212, 180, 131, 0.08);
  border: 1px solid rgba(212, 180, 131, 0.35);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.pc-next h4 {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #d4b483;
}
.pc-next ol {
  margin: 0;
  padding-left: 18px;
}
.pc-next li {
  font-size: 13px;
  line-height: 1.55;
  color: #e0ddd8;
  margin-bottom: 6px;
}
.pc-alert {
  background: rgba(192, 57, 43, 0.12);
  border: 1px solid rgba(192, 57, 43, 0.4);
  color: #f0b4ae;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 12px;
}
.pc-task {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-task:last-child {
  border-bottom: none;
}
.pc-task-main {
  flex: 1;
  min-width: 0;
}
.pc-task-type {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.pc-task-title {
  font-size: 14px;
  color: #e0ddd8;
  line-height: 1.45;
}
.pc-task-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.pc-lead {
  font-size: 14px;
  line-height: 1.75;
  color: #e0ddd8;
  margin-bottom: 12px;
}
.pc-principle {
  font-size: 13px;
  line-height: 1.7;
  color: #d4b483;
  margin-bottom: 18px;
  padding: 12px;
  border-left: 3px solid #d4b483;
  background: rgba(212, 180, 131, 0.06);
}
.pc-flow {
  margin: 0 0 16px 18px;
  font-size: 13px;
  line-height: 1.8;
  color: #cfc3b2;
}
.pc-roadmap h3 {
  margin-top: 18px;
}
.pc-roadmap ul {
  margin: 0 0 12px 18px;
  font-size: 13px;
  line-height: 1.75;
  color: #cfc3b2;
}
.pc-section-sep {
  height: 1px;
  background: rgba(212, 180, 131, 0.25);
  margin: 18px 0;
}
.pc-subtabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.pc-gallery-sub.active {
  background: rgba(212, 180, 131, 0.25) !important;
  border-color: #d4b483 !important;
  color: #e8d5a3 !important;
}
.pc-gallery-constitution .table-wrap table td,
.pc-gallery-constitution .table-wrap table th {
  font-size: 12px;
}
.pc-hint-box {
  font-size: 12px;
  color: #888;
  line-height: 1.65;
  margin: 0 0 14px;
}
code {
  font-size: 11px;
  color: #e8d5a3;
}
.pc-check-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 12px;
}
.pc-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #e0ddd8;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 180, 131, 0.2);
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
}
.pc-check input {
  width: 16px;
  height: 16px;
}
.pc-alert.hidden {
  display: none;
}
@media (max-width: 600px) {
  .pc-task {
    flex-direction: column;
  }
}
