/* FINETERRE — édition Murmure d'éternité (filigrane + crédits éditeur) */

.logo-publisher {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.edition-note {
  margin-top: 1.25rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
}

.edition-note a {
  color: rgba(124, 107, 255, 0.85);
  text-decoration: none;
}

.edition-note a:hover {
  color: #fff;
}

.edition-note__badge {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.55);
}

.edition-note__badge--rental {
  color: rgba(124, 107, 255, 0.85);
}

.edition-note__badge--pro {
  color: rgba(180, 220, 255, 0.9);
}

.edition-note--hint {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.38);
}

.edition-note--hint a {
  color: rgba(124, 107, 255, 0.85);
  text-decoration: none;
}

.edition-note__action {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: rgba(124, 107, 255, 0.85);
  cursor: pointer;
  text-decoration: none;
}

.edition-note__action:hover,
.edition-note__action.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.is-locked {
  opacity: 0.38;
  cursor: not-allowed !important;
  pointer-events: none;
  text-decoration: none;
}

.btn-primary.is-locked,
.btn-primary:disabled.is-locked {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
}

.access-sim-bar {
  margin-top: 1.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px dashed rgba(124, 107, 255, 0.35);
  border-radius: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}

.access-sim-bar__label {
  margin-right: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.access-sim-bar a {
  color: rgba(124, 107, 255, 0.9);
  text-decoration: none;
}

.access-sim-bar a.is-active {
  color: #fff;
  text-decoration: underline;
}

.access-sim-bar__sep {
  margin: 0 0.35rem;
  opacity: 0.4;
}

[data-access="demo"] .fineterre-watermark {
  opacity: 0.72;
}

.fineterre-watermark {
  position: fixed;
  z-index: 50;
  left: 16px;
  bottom: 16px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0.55;
  transition: opacity 0.4s ease;
}

.fineterre-watermark.is-hidden {
  opacity: 0;
}

.fineterre-watermark__brand {
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.fineterre-watermark__author {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.38);
}

.fineterre-watermark__work {
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.28);
  font-style: italic;
}

@media (max-width: 640px) {
  .fineterre-watermark {
    left: 10px;
    bottom: 72px;
  }
}

/* Mode pro — panneau de contenu */

.pro-panel {
  margin-top: 1.75rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius, 14px);
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
}

.pro-panel__title {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(124, 107, 255, 0.9);
  margin-bottom: 0.5rem;
}

.pro-panel__subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}

.pro-panel__text,
.pro-panel__hint {
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
}

.pro-panel__hint code {
  color: rgba(124, 107, 255, 0.85);
  font-size: 0.78rem;
}

.pro-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pro-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(124, 107, 255, 0.45);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  background: transparent;
}

.pro-upload-btn--ghost {
  width: 100%;
}

.pro-upload-btn.is-recording {
  border-color: rgba(255, 80, 80, 0.7);
  color: rgba(255, 120, 120, 0.95);
}

.pro-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro-item,
.pro-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.pro-item__remove {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.pro-item__remove:hover {
  color: rgba(255, 255, 255, 0.8);
}

.pro-unlock-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.pro-unlock-form__input {
  flex: 1;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.85rem;
}

.pro-unlock-form__btn {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(124, 107, 255, 0.55);
  border-radius: 8px;
  background: rgba(124, 107, 255, 0.15);
  color: #fff;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 640px) {
  .pro-panel__grid {
    grid-template-columns: 1fr;
  }
}
