.nrq-ticket-top small {
  display: block;
  margin-top: 18px;
  color: #969c98;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.nrq-ticket-top .nrq-couple {
  margin: 6px 0 16px;
  color: #5c6c63;
  font-family: inherit;
  font-size: 25px;
  font-weight: 600;
}
.nrq-ticket-actions .nrq-download {
  min-width: 230px;
  background: #5c6c63;
  color: #fff !important;
}
.nrq-ticket-actions .nrq-download:disabled {
  opacity: 0.65;
}
.nrq-event-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 430px;
  margin: 18px auto 2px;
  padding: 13px;
  border-radius: 13px;
  background: #f5f1eb;
}
.nrq-event-info div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nrq-event-info span {
  color: #929894;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}
.nrq-event-info b {
  color: #5c6c63;
  font-size: 12px;
  font-weight: 700;
}
.nrq-wrap textarea {
  width: 100%;
  min-height: 92px;
  padding: 13px 15px;
  border: 1px solid #e2ddd6;
  border-radius: 12px;
  background: #fcfbf9;
  color: #444;
  font: inherit;
  line-height: 1.5;
  resize: vertical;
  outline: none;
}
.nrq-wrap textarea:focus {
  border-color: #5c6c63;
  box-shadow: 0 0 0 4px rgba(92, 108, 99, 0.1);
}
.nrq-access * {
  box-sizing: border-box;
}
.nrq-front-login {
  padding: 38px;
  text-align: left;
}
.nrq-front-login > h3 {
  margin: 25px 0 8px;
  text-align: center;
}
.nrq-front-login > p {
  margin: 0 0 25px;
  text-align: center;
  line-height: 1.6;
}
.nrq-front-login form {
  margin: 0;
}
.nrq-front-login label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.nrq-front-login label + label {
  margin-top: 17px;
}
.nrq-front-login input {
  display: block;
  width: 100%;
  min-height: 54px;
  margin-top: 7px;
  padding: 14px 17px;
  border: 1px solid #e2ddd6;
  border-radius: 14px;
  background: #fcfbf9;
  font: inherit;
  line-height: 1.4;
  outline: none;
}
.nrq-front-login input:focus {
  border-color: #5c6c63;
  box-shadow: 0 0 0 4px rgba(92, 108, 99, 0.1);
}
.nrq-front-login button {
  width: 100%;
  min-height: 54px;
  margin-top: 27px;
  padding: 14px 21px;
  border: 0;
  border-radius: 999px;
  background: #5c6c63;
  color: #fff;
  font:
    700 12px Poppins,
    sans-serif;
  cursor: pointer;
}
@media (max-width: 600px) {
  .nrq-front-login {
    padding: 27px 20px;
  }
  .nrq-front-login > h3 {
    margin-top: 21px;
  }
  .nrq-front-login > p {
    margin-bottom: 21px;
    font-size: 13px;
  }
  .nrq-front-login input {
    min-height: 52px;
    padding: 13px 15px;
  }
  .nrq-front-login button {
    min-height: 52px;
    margin-top: 23px;
  }
}
.nrq-scanner-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.nrq-scanner-head small {
  color: #7d8580;
}
.nrq-scanner-head > a {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f5f1eb;
  color: #5c6c63 !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}
.nrq-scanner-head nav {
  display: flex;
  gap: 6px;
}
.nrq-scanner-head nav a {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f5f1eb;
  color: #5c6c63 !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}
.nrq-monitor {
  --g: #5c6c63;
  --c: #f5f1eb;
  max-width: 1180px;
  margin: 20px auto;
  padding: 28px;
  border: 1px solid rgba(92, 108, 99, 0.15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(70, 83, 76, 0.08);
  font-family:
    Poppins,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #444;
  box-sizing: border-box;
}
.nrq-monitor * {
  box-sizing: border-box;
}
.nrq-monitor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.nrq-monitor h2 {
  margin: 6px 0 2px;
  color: var(--g);
  font-size: 28px;
}
.nrq-monitor-head p {
  margin: 0;
  color: #7a817d;
}
.nrq-monitor-head nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.nrq-monitor-head nav a,
.nrq-monitor-tools button {
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--c);
  color: var(--g) !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}
.nrq-monitor-head nav a.primary {
  background: var(--g);
  color: #fff !important;
}
.nrq-monitor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 23px 0;
}
.nrq-monitor-stats div {
  padding: 18px;
  border-radius: 15px;
  background: var(--c);
}
.nrq-monitor-stats span {
  display: block;
  color: #737b76;
  font-size: 11px;
}
.nrq-monitor-stats b {
  display: block;
  margin-top: 5px;
  color: var(--g);
  font-size: 27px;
}
.nrq-monitor-tools {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.nrq-monitor-search {
  width: 100%;
  max-width: 360px;
  padding: 11px 14px;
  border: 1px solid #e2ddd6;
  border-radius: 999px;
  background: #fcfbf9;
  font: inherit;
  outline: none;
}
.nrq-monitor-table {
  overflow: auto;
}
.nrq-monitor table {
  width: 100%;
  border-collapse: collapse;
}
.nrq-monitor th {
  padding: 12px;
  text-align: left;
  background: var(--g);
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}
.nrq-monitor td {
  padding: 13px 12px;
  border-bottom: 1px solid #eeeae4;
  vertical-align: middle;
}
.nrq-pill {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}
.nrq-pill.yes {
  background: #e5f0e8;
  color: #3e6a4d;
}
.nrq-pill.no {
  background: #f5e7e3;
  color: #a15342;
}
.nrq-pill.wait {
  background: #f3eddf;
  color: #8a6c39;
}
.nrq-empty {
  text-align: center;
  color: #888;
  padding: 30px !important;
}
@media (max-width: 700px) {
  .nrq-monitor {
    padding: 20px 14px;
  }
  .nrq-monitor-head {
    flex-direction: column;
  }
  .nrq-monitor-stats {
    grid-template-columns: 1fr 1fr;
  }
  .nrq-monitor-tools {
    align-items: stretch;
    flex-direction: column;
  }
  .nrq-monitor-search {
    max-width: none;
  }
  .nrq-scanner-head {
    flex-direction: column;
  }
}
.nrq-ticket-top .nrq-event-info {
  margin: 10px auto 20px;
}
@media (max-width: 480px) {
  .nrq-event-info {
    grid-template-columns: 1fr;
  }
  .nrq-event-info div + div {
    padding-top: 8px;
    border-top: 1px solid #e2ddd6;
  }
}
.nrq-add-guest {
  margin-top: 25px;
  padding: 22px;
  border: 1px solid rgba(92, 108, 99, 0.14);
  border-radius: 17px;
  background: #faf8f5;
}
.nrq-add-guest h3 {
  margin: 5px 0 16px;
  color: #5c6c63;
  font-size: 19px;
}
.nrq-add-guest-form {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 14px;
  align-items: end;
}
.nrq-add-guest-form label {
  display: block;
  color: #46534c;
  font-size: 11px;
  font-weight: 700;
}
.nrq-add-guest-form input,
.nrq-add-guest-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #e2ddd6;
  border-radius: 12px;
  background: #fff;
  color: #444;
  font: inherit;
  outline: none;
}
.nrq-add-guest-form input {
  min-height: 48px;
}
.nrq-add-guest-form textarea {
  min-height: 80px;
  resize: vertical;
}
.nrq-add-guest-form input:focus,
.nrq-add-guest-form textarea:focus {
  border-color: #5c6c63;
  box-shadow: 0 0 0 4px rgba(92, 108, 99, 0.1);
}
.nrq-add-guest-form button {
  grid-column: 1/-1;
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: #5c6c63;
  color: #fff;
  font:
    700 12px Poppins,
    sans-serif;
  cursor: pointer;
}
.nrq-add-guest-form button:disabled {
  opacity: 0.6;
}
.nrq-add-message {
  grid-column: 1/-1;
  text-align: center;
  font-size: 12px;
}
.nrq-add-message.success {
  color: #377047;
}
.nrq-add-message.error {
  color: #9e4b3d;
}
@media (max-width: 600px) {
  .nrq-add-guest {
    padding: 18px 15px;
  }
  .nrq-add-guest-form {
    grid-template-columns: 1fr;
  }
  .nrq-add-guest-form button,
  .nrq-add-message {
    grid-column: auto;
  }
}
.nuansa-central-rsvp-page {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.nuansa-central-rsvp-page .nrq-wrap {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.nrq-event-config {
  margin: 18px 0;
  padding: 20px;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  background: #fff;
}
.nrq-event-config form {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 8px;
}
.nrq-event-config input {
  min-width: 0;
  padding: 7px 9px;
}
.nrq-event-config .button {
  grid-column: 1/-1;
  justify-self: start;
}
@media (max-width: 900px) {
  .nrq-event-config form {
    grid-template-columns: 1fr 1fr;
  }
}
.nrq-add-guest-form select {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #e2ddd6;
  border-radius: 12px;
  background: #fff;
  color: #444;
  font: inherit;
  outline: none;
}
.nrq-add-guest-form select:focus {
  border-color: #5c6c63;
  box-shadow: 0 0 0 4px rgba(92, 108, 99, 0.1);
}
.nrq-add-count {
  grid-column: 1/-1;
}
.nrq-monitor {
  font-size: 13px;
  line-height: 1.5;
}
.nrq-monitor h2 {
  font-size: 26px;
  line-height: 1.25;
}
.nrq-monitor-head p {
  font-size: 13px;
}
.nrq-monitor-stats span {
  font-size: 11px;
  line-height: 1.4;
}
.nrq-monitor-stats b {
  font-size: 26px;
  line-height: 1.15;
}
.nrq-monitor-search {
  font-size: 13px;
  line-height: 1.4;
}
.nrq-monitor th {
  padding: 11px 12px;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.1px;
}
.nrq-monitor td {
  padding: 12px;
  font-size: 13px;
  line-height: 1.45;
}
.nrq-monitor td b {
  font-size: 14px;
  font-weight: 600;
}
.nrq-monitor .nrq-pill {
  font-size: 10px;
  line-height: 1.3;
}
.nrq-monitor-tools button {
  font-size: 11px;
}
@media (max-width: 700px) {
  .nrq-monitor {
    font-size: 12px;
  }
  .nrq-monitor h2 {
    font-size: 23px;
  }
  .nrq-monitor-stats {
    gap: 8px;
  }
  .nrq-monitor-stats div {
    padding: 14px;
  }
  .nrq-monitor-stats span {
    font-size: 10px;
  }
  .nrq-monitor-stats b {
    font-size: 23px;
  }
  .nrq-monitor-search {
    font-size: 12px;
  }
  .nrq-monitor table {
    min-width: 720px;
  }
  .nrq-monitor th {
    padding: 10px;
    font-size: 10px;
  }
  .nrq-monitor td {
    padding: 11px 10px;
    font-size: 12px;
  }
  .nrq-monitor td b {
    font-size: 13px;
  }
  .nrq-monitor .nrq-pill {
    font-size: 9px;
  }
}
.nrq-row-actions {
  display: flex;
  gap: 6px;
  white-space: nowrap;
}
.nrq-row-actions button {
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: #f2eee8;
  color: #5c6c63;
  font:
    700 10px Poppins,
    sans-serif;
  cursor: pointer;
}
.nrq-row-actions .nrq-delete-guest {
  background: #f5e7e3;
  color: #a15342;
}
.nrq-row-actions button:disabled {
  opacity: 0.6;
}
.nrq-edit-modal[hidden] {
  display: none !important;
}
.nrq-edit-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(34, 42, 38, 0.58);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.nrq-edit-dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(27, 35, 30, 0.24);
  color: #444;
}
.nrq-edit-dialog h3 {
  margin: 5px 0 20px;
  color: #5c6c63;
  font-size: 23px;
}
.nrq-edit-close {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f5f1eb;
  color: #5c6c63;
  font:
    500 24px/34px Arial,
    sans-serif;
  cursor: pointer;
}
.nrq-edit-form label {
  display: block;
  margin-top: 14px;
  color: #46534c;
  font-size: 11px;
  font-weight: 700;
}
.nrq-edit-form input,
.nrq-edit-form textarea,
.nrq-edit-form select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #e2ddd6;
  border-radius: 12px;
  background: #fcfbf9;
  color: #444;
  font:
    500 12px Poppins,
    sans-serif;
  outline: none;
}
.nrq-edit-form input,
.nrq-edit-form select {
  min-height: 47px;
}
.nrq-edit-form textarea {
  min-height: 84px;
  resize: vertical;
}
.nrq-edit-form input:focus,
.nrq-edit-form textarea:focus,
.nrq-edit-form select:focus {
  border-color: #5c6c63;
  box-shadow: 0 0 0 4px rgba(92, 108, 99, 0.1);
}
.nrq-edit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.nrq-edit-message {
  min-height: 18px;
  margin-top: 12px;
  text-align: center;
  font-size: 11px;
}
.nrq-edit-message.success {
  color: #377047;
}
.nrq-edit-message.error {
  color: #9e4b3d;
}
.nrq-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.nrq-edit-actions button {
  padding: 11px 17px;
  border: 0;
  border-radius: 999px;
  background: #f2eee8;
  color: #5c6c63;
  font:
    700 11px Poppins,
    sans-serif;
  cursor: pointer;
}
.nrq-edit-actions button.primary {
  background: #5c6c63;
  color: #fff;
}
.nrq-edit-actions button:disabled {
  opacity: 0.6;
}
@media (max-width: 700px) {
  .nrq-monitor table {
    min-width: 820px;
  }
  .nrq-edit-dialog {
    padding: 24px 18px;
  }
  .nrq-edit-dialog h3 {
    font-size: 21px;
  }
  .nrq-edit-grid {
    grid-template-columns: 1fr;
  }
  .nrq-edit-actions {
    flex-direction: column-reverse;
  }
  .nrq-edit-actions button {
    width: 100%;
  }
}
.nrq-scanner [hidden] {
  display: none !important;
}
@media (min-width: 701px) {
  .nrq-scanner {
    max-width: 900px;
    padding: 38px;
  }
  .nrq-scanner-head {
    align-items: center;
  }
  .nrq-scanner-head nav {
    gap: 8px;
  }
  .nrq-scanner-head nav a {
    padding: 9px 15px;
  }
  .nrq-scanner > p {
    max-width: 650px;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.65;
  }
  .nrq-scan-actions {
    gap: 10px;
    margin-top: 20px;
  }
  .nrq-scan-actions button {
    min-width: 165px;
    margin: 0;
    padding: 13px 22px;
  }
  .nrq-video {
    margin: 20px 0 0;
  }
  .nrq-add-guest {
    margin-top: 28px;
    padding: 28px;
  }
  .nrq-add-guest h3 {
    margin-bottom: 22px;
    font-size: 21px;
  }
  .nrq-add-guest-form {
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
    grid-template-rows: auto auto auto;
    column-gap: 18px;
    row-gap: 14px;
    align-items: stretch;
  }
  .nrq-add-name {
    grid-column: 1;
    grid-row: 1;
  }
  .nrq-add-count {
    grid-column: 1;
    grid-row: 2;
  }
  .nrq-add-address {
    grid-column: 2;
    grid-row: 1/3;
  }
  .nrq-add-address textarea {
    height: 100%;
    min-height: 128px;
  }
  .nrq-add-guest-form button {
    grid-column: 1/-1;
    grid-row: 3;
    min-height: 52px;
    margin-top: 3px;
  }
  .nrq-add-message {
    grid-column: 1/-1;
  }
}
@media (min-width: 701px) {
  .nrq-add-guest-form {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }
  .nrq-add-name,
  .nrq-add-address,
  .nrq-add-count,
  .nrq-add-guest-form button,
  .nrq-add-message {
    grid-column: 1;
    grid-row: auto;
  }
  .nrq-add-address textarea {
    height: auto;
    min-height: 108px;
  }
  .nrq-add-guest-form button {
    min-height: 52px;
    margin-top: 2px;
  }
}
