/* Shared accessible museum forms; external CSS also satisfies the replay CSP. */
.nl-dialog {
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 0;
  border: 1px solid rgba(245,130,32,.5);
  border-radius: 8px;
  color: #f5f1e8;
  background: #141514;
  box-shadow: 0 24px 70px rgba(0,0,0,.6);
}
.nl-dialog::backdrop { background:rgba(8,9,8,.78); backdrop-filter:blur(3px); }
.nl-close { position:absolute; top:4px; right:4px; z-index:1; display:flex; align-items:center; justify-content:center; gap:5px; min-width:78px; min-height:44px; padding:6px 10px; border:1px solid rgba(245,130,32,.6); border-radius:4px; background:#262723; color:#f5f1e8; font:700 13px/1 Arial,sans-serif; cursor:pointer; }
.nl-close span { font:24px/1 Arial,sans-serif; }
.nl-close:hover { background:#36372f; border-color:#f58220; }
.nl-label { color:#d8d2c6; font-size:13px; font-weight:700; }
.nl-dialog :focus-visible { outline:3px solid #f58220; outline-offset:3px; }
.nl-dialog [hidden] { display:none !important; }
.nl-submit:disabled { opacity:.65; cursor:wait; }
.nl-card {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  background: #141514;
  border: 1px solid rgba(245, 130, 32, 0.5);
  border-radius: 8px;
  padding: 54px 28px 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #f5f1e8;
  font-family: Arial, Helvetica, sans-serif;
}
.nl-dialog .nl-logo {
  display: block;
  width: 84px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.6));
  margin: 0 auto 16px;
}
.nl-dialog .nl-kicker {
  margin: 0;
  color: #f58220;
  font: 800 24px/1.15 Arial, Helvetica, sans-serif;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
}
.nl-dialog .nl-sub {
  margin: 12px 0 0;
  color: #b7b2a8;
  font: 400 15px/1.5 Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  overflow-wrap: anywhere;
}
.nl-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  text-align: left;
  font-size: 13px;
  line-height: 1.65;
}
.nl-dialog .nl-fields[role="status"] {
  font: 400 15px/1.5 Arial, Helvetica, sans-serif;
  text-align: center;
  overflow-wrap: anywhere;
}
@media (max-width: 480px) {
  .nl-dialog .nl-logo { width: 76px; margin-bottom: 14px; }
  .nl-dialog .nl-kicker { font-size: 22px; line-height: 1.2; letter-spacing: 0.015em; }
  .nl-dialog .nl-sub,
  .nl-dialog .nl-fields[role="status"] { font-size: 14px; }
}
.nl-email {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(13, 14, 13, 0.85);
  color: #f5f1e8;
  font: 500 16px/1.2 "Courier New", monospace;
  padding: 12px;
  outline: none;
  box-sizing: border-box;
}
.nl-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #d8d2c6;
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
}
.nl-consent input {
  margin-top: 2px;
}
.nl-consent a {
  color: #f58220;
}
.nl-turnstile {
  min-height: 65px;
}
.nl-submit {
  background: #f58220;
  color: #17100b;
  font: 800 13px/1 Arial, sans-serif;
  border: 0;
  border-radius: 5px;
  padding: 13px 18px;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(245, 130, 32, 0.45);
}
.nl-msg {
  margin: 0;
  color: #ff8c8c;
  font: 700 11px/1.5 "Courier New", monospace;
}
.nl-headline {
  margin-top: 16px;
  color: #91c84a;
  font: 800 11px/1 "Courier New", monospace;
  letter-spacing: 0.16em;
}
.nl-detail {
  margin-top: 10px;
  color: #cfe4c5;
  font-size: 13px;
  font-weight: 700;
}
.nl-wip {
  margin-top: 10px;
  color: #b7b2a8;
  font-size: 11px;
  line-height: 1.6;
}
.newsletter-box button.btn {
  width: 100%;
  cursor: pointer;
  font: inherit;
  border: 0;
}
