.drop-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px) clamp(20px, 4vw, 52px);
}

[hidden] {
  display: none !important;
}

.drop-single {
  display: grid;
  min-height: calc(100vh - 76px);
  place-items: center;
}

.drop-hero,
.drop-result,
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.62fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.drop-hero-copy {
  padding-top: clamp(10px, 5vw, 54px);
}

.drop-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.drop-hero h1,
.guest-card h1,
.admin-summary h1 {
  margin: 0;
  max-width: 780px;
  color: #0d2c2f;
  font-family: var(--display);
  font-size: clamp(58px, 6.2vw, 82px);
  font-weight: 700;
  line-height: 0.98;
}

.guest-card h1 {
  font-size: 62px;
}

.admin-summary h1 {
  font-size: 50px;
  overflow-wrap: break-word;
}

.drop-hero-copy > p:not(.drop-label),
.guest-card > p,
.drop-share-card > p,
.drop-beta-notes p,
.admin-summary p {
  max-width: 62ch;
  color: #425756;
  font-family: var(--body);
  font-size: 19px;
  line-height: 1.6;
}

.drop-muted {
  color: var(--muted);
}

.drop-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.drop-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(6, 78, 82, 0.17);
  border-radius: 999px;
  background: rgba(227, 239, 236, 0.68);
  color: #123b3e;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 750;
}

.drop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.drop-hero-actions .drop-primary,
.drop-hero-actions .drop-secondary {
  min-width: 190px;
}

.drop-card {
  border: 1px solid rgba(201, 189, 174, 0.9);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--soft-shadow);
}

.drop-mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  color: #334f4e;
  font-size: 14px;
  font-weight: 800;
}

.drop-mini-flow span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(194, 135, 45, 0.34);
  padding-right: 14px;
}

.drop-mini-flow strong {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #0f5659;
  color: white;
  font-size: 12px;
}

.drop-trust-box,
.drop-warning {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(201, 189, 174, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  padding: 18px;
}

.drop-trust-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 74px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 4vw, 44px) 0;
}

.drop-trust-section h2 {
  margin: 0;
  max-width: 18ch;
  color: #153234;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.drop-trust-section > div > p:not(.drop-label) {
  max-width: 52ch;
  color: #425756;
  font-size: 17px;
  line-height: 1.55;
}

.drop-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.drop-trust-grid article {
  min-height: 132px;
  border: 1px solid rgba(201, 189, 174, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  padding: 18px;
}

.drop-trust-grid h3 {
  margin: 0 0 8px;
  color: #153234;
  font-size: 20px;
  line-height: 1.15;
}

.drop-trust-grid p {
  margin: 0;
  color: #425756;
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.5;
}

.drop-trust-box h3 {
  margin: 0;
  color: #153234;
  font-size: 21px;
  line-height: 1.15;
}

.drop-trust-box p,
.drop-trust-box ul,
.drop-checklist,
.drop-warning p {
  margin: 0;
}

.drop-trust-box p,
.drop-trust-box li,
.drop-checklist li,
.drop-warning,
.drop-trust-line,
.admin-status-list span {
  color: #425756;
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

.drop-trust-box ul,
.drop-checklist {
  display: grid;
  gap: 9px;
  padding-left: 20px;
}

.drop-caution {
  border-left: 3px solid var(--gold);
  color: #5b4a32 !important;
  padding-left: 12px;
}

.drop-trust-line {
  border: 1px solid rgba(6, 78, 82, 0.14);
  border-radius: 8px;
  background: rgba(227, 239, 236, 0.64);
  padding: 12px 14px;
}

.drop-form,
.drop-share-card,
.admin-summary,
.upload-list-card,
.guest-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.drop-form-head {
  display: flex;
  gap: 14px;
  align-items: start;
}

.drop-form-head > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 13px;
  font-weight: 850;
}

.drop-form-head h2,
.drop-share-card h2,
.upload-list-card h2,
.drop-beta-notes h2 {
  margin: 0;
  color: #153234;
  font-size: 30px;
  line-height: 1.1;
}

.drop-form-head p {
  margin: 6px 0 0;
  color: var(--muted);
}

.drop-form label,
.drop-share-card label,
.admin-summary label {
  display: grid;
  gap: 8px;
  color: #173536;
  font-size: 14px;
  font-weight: 800;
}

.drop-form label > span em {
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.drop-form label small,
.drop-share-card label small,
.admin-summary label small {
  color: #63706f;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.drop-form textarea,
.drop-form input,
.drop-form select,
.drop-share-card input,
.admin-summary input {
  min-height: 50px;
  width: 100%;
  border: 1px solid #cfc6ba;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  padding: 11px 14px;
  font: inherit;
}

.drop-form textarea {
  resize: vertical;
}

.drop-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.drop-retention {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.drop-retention legend {
  width: 100%;
  margin-bottom: 4px;
  color: #173536;
  font-size: 14px;
  font-weight: 800;
}

.drop-retention label {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  padding: 0 14px;
}

.drop-primary,
.drop-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 28px;
  font-size: 17px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.drop-primary {
  border: 0;
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  color: white;
  box-shadow: 0 14px 28px rgba(6, 78, 82, 0.22);
}

.drop-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: #193536;
}

.drop-email-link {
  width: 100%;
}

.drop-primary[disabled],
.drop-secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.drop-status {
  min-height: 24px;
  margin: 0;
  color: #0b695f;
  font-size: 14px;
  font-weight: 700;
}

.drop-form-note {
  margin: -4px 0 0;
  color: #5b4a32;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.drop-choice-field {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(201, 189, 174, 0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.46);
  padding: 14px;
}

.drop-choice-field legend {
  color: #173536;
  font-size: 14px;
  font-weight: 850;
  padding: 0 4px;
}

.drop-choice-field p {
  margin: 0;
  color: #667372;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.drop-choice-grid,
.drop-look-grid {
  display: grid;
  gap: 8px;
}

.drop-choice-grid.compact,
.drop-look-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drop-choice-grid label,
.drop-look-grid label {
  position: relative;
  display: grid;
  min-height: 50px;
  align-items: center;
  border: 1px solid rgba(201, 189, 174, 0.9);
  border-radius: 10px;
  background: #fffefb;
  color: #173536;
  cursor: pointer;
  padding: 10px 12px;
}

.drop-choice-grid input,
.drop-look-grid input,
.drop-toggle-line input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.drop-choice-grid label:has(input:checked),
.drop-look-grid label:has(input:checked) {
  border-color: rgba(6, 78, 82, 0.58);
  box-shadow: inset 0 0 0 1px rgba(6, 78, 82, 0.18);
}

.drop-choice-grid span,
.drop-look-grid span {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: #173536;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.drop-choice-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #173536;
}

.drop-choice-grid em,
.drop-toggle-line em {
  display: block;
  color: #667372;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.look-swatch {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid rgba(19, 37, 38, 0.14);
  border-radius: 8px;
}

.look-swatch.clean {
  background: linear-gradient(135deg, #fffefb, #e7f0ec);
}

.look-swatch.warm-film {
  background: linear-gradient(135deg, #fff3dd, #c2872d);
}

.look-swatch.black-white {
  background: linear-gradient(135deg, #f7f7f5, #202b2c);
}

.look-swatch.party-flash {
  background: linear-gradient(135deg, #f8f4ff, #0a5c62 45%, #d54f2e);
}

.drop-toggle-line {
  position: relative;
  display: flex !important;
  gap: 12px !important;
  align-items: start;
  border: 1px solid rgba(6, 78, 82, 0.16);
  border-radius: 12px;
  background: rgba(227, 239, 236, 0.5);
  cursor: pointer;
  padding: 14px;
}

.drop-toggle-line::before {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 2px solid rgba(6, 78, 82, 0.36);
  border-radius: 6px;
  background: #fffefb;
  content: "";
}

.drop-toggle-line:has(input:checked)::before {
  border-color: #0f5f49;
  background:
    linear-gradient(135deg, transparent 0 48%, #fffefb 48% 56%, transparent 56%),
    #0f5f49;
}

.drop-more-details {
  border-top: 1px solid rgba(201, 189, 174, 0.72);
  padding-top: 6px;
}

.drop-more-details summary {
  color: #173536;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 0;
}

.drop-more-details[open] {
  display: grid;
  gap: 18px;
}

.drop-status.is-error {
  color: #a8341e;
}

.turnstile-slot:empty {
  display: none;
}

.drop-result {
  margin-top: clamp(30px, 5vw, 70px);
}

.drop-link-list {
  display: grid;
  gap: 12px;
}

.drop-link-list input,
.admin-link-card input,
.drop-reminder textarea {
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drop-actions.vertical {
  display: grid;
}

.drop-reminder textarea {
  min-height: 86px;
}

.drop-warning {
  border-color: rgba(194, 135, 45, 0.42);
  background: rgba(255, 247, 231, 0.74);
}

.drop-warning strong {
  color: #173536;
  font-size: 14px;
  line-height: 1.45;
}

.drop-warning span {
  color: #6b5b42;
  font-size: 13px;
  font-weight: 750;
}

.admin-status-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.admin-status-list span {
  min-height: 34px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(6, 78, 82, 0.14);
  border-radius: 8px;
  background: rgba(227, 239, 236, 0.52);
  padding: 10px 12px;
  font-weight: 750;
}

.drop-primary.is-disabled,
.drop-secondary.is-disabled,
.drop-primary[aria-disabled="true"],
.drop-secondary[aria-disabled="true"] {
  pointer-events: auto;
  cursor: not-allowed;
  opacity: 0.56;
}

.drop-print-preview {
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(247, 242, 234, 0.5)),
    var(--warm);
}

.drop-sign {
  display: grid;
  width: min(390px, 100%);
  aspect-ratio: 8 / 10;
  justify-items: center;
  align-content: center;
  gap: 18px;
  border: 2px solid var(--gold);
  background: #fffefb;
  color: var(--ink);
  padding: 42px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(58, 43, 25, 0.18);
}

.drop-sign span {
  color: #72807f;
  font-family: var(--logo-serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drop-sign strong {
  max-width: 12ch;
  font-family: var(--display);
  font-size: 38px;
  line-height: 1.05;
  text-transform: uppercase;
}

.drop-qr {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 1px solid var(--line);
  background: white;
  padding: 12px;
}

.drop-qr svg {
  width: 100%;
  height: 100%;
}

.drop-sign em {
  max-width: 26ch;
  color: #2b4242;
  font-style: normal;
  font-weight: 800;
}

.drop-sign small {
  color: var(--muted);
  font-size: 12px;
}

.drop-beta-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(36px, 6vw, 86px);
}

.drop-beta-notes article {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.guest-card {
  width: min(720px, 100%);
}

.upload-success {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(6, 78, 82, 0.14);
  border-radius: 8px;
  background: rgba(227, 239, 236, 0.58);
  padding: 18px;
}

.upload-success h2 {
  margin: 0;
  color: #153234;
  font-size: 26px;
  line-height: 1.1;
}

.upload-success p:not(.drop-label) {
  margin: 0;
  color: #425756;
  font-size: 16px;
  line-height: 1.5;
}

.file-drop {
  position: relative;
  display: grid;
  gap: 14px;
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  padding: 18px;
  cursor: pointer;
}

.file-drop input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.file-picker-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.file-picker-row strong {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: #173536;
  font-size: 13px;
  font-weight: 850;
  padding: 0 14px;
}

.file-picker-row small {
  color: #425756;
  font-size: 14px;
  font-weight: 800;
}

.file-drop em {
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.drop-empty {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  padding: 22px;
}

.admin-layout {
  grid-template-columns: minmax(380px, 0.46fr) minmax(0, 1fr);
}

.admin-summary {
  position: sticky;
  top: 102px;
}

.admin-link-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(201, 189, 174, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  padding: 14px;
}

.admin-link-card .drop-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.admin-list-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.upload-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.upload-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 10px;
}

.upload-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  object-fit: cover;
  background: var(--warm);
}

.upload-card strong {
  color: #173536;
  font-size: 14px;
  line-height: 1.25;
}

.upload-card span {
  color: var(--muted);
  font-size: 12px;
}

.upload-card button {
  min-height: 38px;
  border: 1px solid rgba(168, 52, 30, 0.34);
  border-radius: 6px;
  background: #fff8f5;
  color: #8d2c1d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.upload-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.upload-card-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.92);
  color: #173536;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .drop-hero,
  .drop-result,
  .admin-layout,
  .drop-beta-notes,
  .drop-trust-section {
    grid-template-columns: 1fr;
  }

  .drop-hero-copy {
    padding-top: 0;
  }

  .admin-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .drop-shell {
    padding: 24px 16px 44px;
  }

  .drop-hero h1,
  .guest-card h1,
  .admin-summary h1 {
    font-size: 42px;
  }

  .drop-form-head h2,
  .drop-share-card h2,
  .upload-list-card h2,
  .drop-beta-notes h2 {
    font-size: 26px;
  }

  .drop-sign strong {
    font-size: 32px;
  }

  .drop-two,
  .upload-grid,
  .drop-trust-grid,
  .admin-status-list,
  .drop-choice-grid.compact,
  .drop-look-grid,
  .guest-shared-grid {
    grid-template-columns: 1fr;
  }

  .drop-actions {
    display: grid;
  }

  .drop-hero-actions {
    display: grid;
  }

  .drop-print-preview {
    min-height: auto;
  }

  .drop-trust-section {
    margin-top: 30px;
  }
}

.drop-created .drop-hero,
.drop-created .drop-trust-section,
.drop-created .drop-beta-notes {
  display: none;
}

.drop-created .drop-result {
  margin-top: 0;
}

/* 2026-06-22 full renewal pass */
.drop-shell {
  width: min(1600px, 100%);
  padding: clamp(34px, 5vw, 82px) clamp(22px, 4.5vw, 70px);
}

.drop-hero {
  grid-template-columns: minmax(520px, 0.96fr) minmax(390px, 0.58fr);
  align-items: center;
}

.drop-hero-copy {
  padding-top: 0;
}

.drop-label {
  color: var(--gold);
}

.drop-hero h1,
.guest-card h1,
.admin-summary h1 {
  font-family: var(--display);
  font-weight: 800;
}

.drop-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(58px, 6.1vw, 92px);
  line-height: 0.95;
}

.drop-hero-copy > p:not(.drop-label),
.guest-card > p,
.drop-share-card > p,
.drop-beta-notes p,
.admin-summary p {
  color: #3e5554;
  font-size: 20px;
  line-height: 1.62;
}

.drop-hero-actions {
  gap: 14px;
}

.drop-primary,
.drop-secondary {
  border-radius: 8px;
}

.drop-primary {
  background: linear-gradient(180deg, #0f5f49, #093d2e);
  box-shadow: 0 16px 34px rgba(6, 78, 82, 0.24);
}

.drop-card {
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 28px 78px rgba(19, 37, 38, 0.11);
}

.drop-form {
  padding: clamp(22px, 2.4vw, 32px);
}

.drop-form-head h2,
.drop-share-card h2,
.upload-list-card h2,
.drop-beta-notes h2 {
  font-family: var(--display);
  font-weight: 800;
}

.drop-form input,
.drop-form select,
.drop-form textarea,
.guest-card input,
.guest-card textarea {
  border-radius: 8px;
  background: #fffefb;
}

.drop-product-scene {
  display: flex;
  align-items: flex-end;
  gap: clamp(14px, 2vw, 26px);
  margin-top: clamp(26px, 4vw, 44px);
  min-height: 300px;
  padding: 34px clamp(18px, 3vw, 38px);
  border: 1px solid rgba(210, 198, 181, 0.78);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(246, 241, 232, 0.7)),
    radial-gradient(circle at 88% 20%, rgba(110, 139, 115, 0.2), transparent 24%),
    #fffdf8;
  box-shadow: 0 30px 80px rgba(34, 24, 14, 0.12);
}

.drop-scene-sign,
.drop-scene-phone {
  display: grid;
  justify-items: center;
  text-align: center;
  background: #fffdf8;
  color: #173235;
}

.drop-scene-sign {
  position: relative;
  width: min(280px, 54vw);
  min-height: 382px;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(194, 135, 45, 0.58);
  border-radius: 4px;
  box-shadow:
    0 22px 44px rgba(19, 37, 38, 0.14),
    0 14px 0 -8px rgba(142, 94, 43, 0.62);
  padding: 34px 28px 28px;
}

.drop-scene-sign::after {
  position: absolute;
  right: -22px;
  bottom: -18px;
  left: 22px;
  height: 18px;
  border-radius: 999px;
  background: rgba(137, 99, 58, 0.22);
  content: "";
  filter: blur(5px);
}

.drop-scene-sign span,
.drop-scene-phone span {
  color: #738482;
  font-family: var(--logo-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.drop-scene-sign strong {
  max-width: 10ch;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.08;
  text-transform: uppercase;
}

.drop-scene-sign i {
  display: block;
  width: 118px;
  height: 118px;
  border: 8px solid #fffdf8;
  background:
    linear-gradient(90deg, #0e2f32 10px, transparent 10px 18px, #0e2f32 18px 28px, transparent 28px 38px, #0e2f32 38px 48px, transparent 48px 58px, #0e2f32 58px 68px, transparent 68px 78px, #0e2f32 78px 88px, transparent 88px),
    linear-gradient(#0e2f32 10px, transparent 10px 18px, #0e2f32 18px 28px, transparent 28px 38px, #0e2f32 38px 48px, transparent 48px 58px, #0e2f32 58px 68px, transparent 68px 78px, #0e2f32 78px 88px, transparent 88px),
    #fff;
  box-shadow: 0 0 0 1px rgba(19, 37, 38, 0.12);
}

.drop-scene-sign em,
.drop-scene-phone em,
.drop-scene-phone small {
  color: #536766;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.drop-scene-phone {
  width: 176px;
  min-height: 318px;
  align-content: start;
  gap: 12px;
  border: 8px solid #101719;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(19, 37, 38, 0.22);
  padding: 28px 16px 18px;
  transform: translateY(18px) rotate(-2deg);
}

.drop-scene-phone strong {
  max-width: 12ch;
  font-size: 18px;
  line-height: 1.12;
}

.drop-phone-prompt {
  width: 100%;
  border: 1px solid rgba(194, 135, 45, 0.34);
  border-radius: 12px;
  background: rgba(255, 247, 231, 0.72);
  color: #173235;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  padding: 10px;
}

.drop-phone-thumbs {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.drop-phone-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 9px;
  object-fit: cover;
}

.drop-scene-phone button {
  min-height: 38px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #0b5458;
  color: #fffdf8;
  font-size: 12px;
  font-weight: 850;
}

.drop-mini-flow {
  gap: 12px;
}

.drop-mini-flow span {
  border-bottom-color: rgba(194, 135, 45, 0.46);
}

.drop-trust-section {
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.82);
  padding: clamp(28px, 4vw, 48px);
}

.drop-trust-section h2 {
  font-family: var(--display);
  font-weight: 800;
}

.drop-trust-grid article {
  border-radius: 12px;
  background: #fffdf8;
}

.guest-prompt-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(194, 135, 45, 0.38);
  border-radius: 12px;
  background: rgba(255, 247, 231, 0.68);
  padding: 16px;
}

.guest-prompt-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.guest-prompt-card strong {
  color: #173536;
  font-family: var(--display);
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.08;
}

.guest-shared-photos {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  border-top: 1px solid rgba(201, 189, 174, 0.82);
  padding-top: 22px;
}

.guest-shared-photos h2 {
  margin: 0;
  color: #153234;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.05;
}

.guest-shared-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guest-shared-grid figure {
  display: grid;
  gap: 6px;
  margin: 0;
}

.guest-shared-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  background: #efe8dc;
}

.guest-shared-grid figcaption {
  overflow: hidden;
  color: #63706f;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-event-look="warm-film"] .guest-shared-grid img,
[data-event-look="warm-film"] .upload-card img {
  filter: sepia(0.22) saturate(1.18) contrast(0.95) brightness(1.04);
}

[data-event-look="black-white"] .guest-shared-grid img,
[data-event-look="black-white"] .upload-card img {
  filter: grayscale(1) contrast(1.08);
}

[data-event-look="party-flash"] .guest-shared-grid img,
[data-event-look="party-flash"] .upload-card img {
  filter: saturate(1.35) contrast(1.08) brightness(1.08);
}

.admin-rule-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.admin-rule-list span {
  border: 1px solid rgba(194, 135, 45, 0.24);
  border-radius: 8px;
  background: rgba(255, 247, 231, 0.52);
  color: #425756;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  padding: 10px 12px;
}

@media (max-width: 1180px) {
  .drop-hero {
    grid-template-columns: 1fr;
  }

  .drop-hero h1 {
    max-width: 13ch;
  }

  .drop-form {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .drop-hero h1,
  .guest-card h1,
  .admin-summary h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .drop-product-scene {
    align-items: center;
    flex-direction: column;
    min-height: auto;
  }

  .drop-scene-phone {
    transform: none;
  }
}

/* 2026-07-02 studio card scope: form and phone preview only */
.drop-studio .drop-form {
  gap: 0;
  align-self: start;
  border-radius: 16px;
  padding: clamp(22px, 2.8vw, 36px);
}

.drop-studio .drop-form h3 {
  margin: 0 0 20px;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.05;
}

.drop-studio .drop-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(205, 194, 179, 0.72);
  border-radius: 0;
  background: transparent;
  padding: 18px 0;
}

.drop-studio label.drop-step {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.drop-studio .drop-step:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.drop-studio .drop-step legend {
  display: block;
  width: 100%;
  padding: 0;
}

.drop-studio .drop-step-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.drop-studio .drop-step-copy strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
}

.drop-studio .drop-step-copy em {
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.drop-studio .drop-step > input,
.drop-studio .drop-step > select,
.drop-studio .drop-step > textarea,
.drop-studio .drop-choice-grid,
.drop-studio .drop-look-grid {
  grid-column: 1;
}

.drop-studio .drop-form input,
.drop-studio .drop-form select,
.drop-studio .drop-form textarea {
  min-height: 48px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 650;
}

.drop-studio .drop-form input:focus-visible,
.drop-studio .drop-form select:focus-visible,
.drop-studio .drop-form textarea:focus-visible,
.drop-studio .drop-choice-grid label:focus-within,
.drop-studio .drop-look-grid label:focus-within,
.drop-studio .drop-toggle-line:focus-within {
  outline: 3px solid rgba(6, 78, 82, 0.18);
  outline-offset: 2px;
}

.drop-studio .drop-choice-grid.compact,
.drop-studio .drop-segment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #d8cbbc;
  border-radius: 10px;
  overflow: hidden;
}

.drop-studio .drop-segment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drop-studio .drop-choice-grid.compact label,
.drop-studio .drop-segment-grid label {
  min-height: 42px;
  border: 0;
  border-left: 1px solid #d8cbbc;
  border-radius: 0;
  padding: 0;
}

.drop-studio .drop-choice-grid.compact label:first-child,
.drop-studio .drop-segment-grid label:first-child {
  border-left: 0;
}

.drop-studio .drop-choice-grid.compact span,
.drop-studio .drop-segment-grid span {
  justify-content: center;
  min-height: 42px;
  width: 100%;
  font-size: 13px;
}

.drop-studio .drop-look-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.drop-studio .drop-look-grid label {
  min-height: 112px;
  border-radius: 10px;
  padding: 8px;
}

.drop-studio .drop-look-grid label:has(input:checked)::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #0d5240;
  color: white;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.drop-studio .drop-look-grid span {
  display: grid;
  gap: 8px;
  justify-items: center;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.drop-studio .look-swatch {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3 / 1;
  overflow: hidden;
  border-radius: 7px;
}

body[data-event-look="warm-film"] .drop-studio .drop-phone-thumbs img {
  filter: sepia(0.25) saturate(1.18) contrast(0.96) brightness(1.03);
}

body[data-event-look="black-white"] .drop-studio .drop-phone-thumbs img {
  filter: grayscale(1) contrast(1.08);
}

body[data-event-look="party-flash"] .drop-studio .drop-phone-thumbs img {
  filter: saturate(1.35) contrast(1.08) brightness(1.08);
}

.drop-studio .drop-toggle-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  cursor: pointer;
}

.drop-studio .drop-toggle-line::before,
.drop-studio .drop-toggle-line::after {
  content: none;
  display: none;
}

.drop-studio .drop-toggle-line .drop-step-copy {
  grid-column: 1;
}

.drop-studio .drop-toggle-switch {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 46px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: #d8cbbc;
}

.drop-studio .drop-toggle-switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: white;
  box-shadow: 0 2px 6px rgba(19, 37, 38, 0.2);
  content: "";
  transition: transform 160ms ease;
}

.drop-studio .drop-toggle-line:has(input:checked) .drop-toggle-switch {
  background: #0d5240;
}

.drop-studio .drop-toggle-line:has(input:checked) .drop-toggle-switch::after {
  transform: translateX(20px);
}

.drop-studio .drop-toggle-line input {
  grid-column: 2;
}

.drop-studio .drop-more-details {
  margin-top: 4px;
  border-top: 1px solid rgba(205, 194, 179, 0.72);
  padding-top: 16px;
}

.drop-studio .drop-more-details summary {
  font-size: 13px;
  font-weight: 850;
}

.drop-studio .drop-form > .drop-primary {
  margin-top: 18px;
}

.drop-studio .drop-form-note {
  justify-self: center;
  max-width: 42ch;
  margin: 10px 0 0;
  text-align: center;
}

.drop-studio .drop-status {
  margin-top: 8px;
}

.drop-studio .drop-scene-phone {
  position: relative;
  z-index: 2;
  display: block;
  width: min(330px, 100%);
  aspect-ratio: 720 / 1411;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #0a1812;
  box-shadow: none;
  color: var(--night-paper);
  container-type: inline-size;
  padding: 0;
  text-align: center;
  transform: rotate(-0.75deg);
}

.drop-studio .drop-scene-phone::before {
  position: absolute;
  inset: -14% -20%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(11, 26, 23, 0.98) 0 62%, rgba(11, 26, 23, 0.5) 78%, transparent 92%);
  content: "";
  filter: blur(14px);
}

.drop-phone-shell {
  display: block;
  width: 100%;
  height: auto;
}

.drop-phone-screen {
  position: absolute;
  top: 3.6%;
  right: 6.4%;
  bottom: 3.6%;
  left: 7%;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: clamp(7px, 2.9cqw, 11px);
  overflow: hidden;
  border-radius: 9% / 4.2%;
  background:
    radial-gradient(circle at 22% 10%, rgba(247, 243, 234, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(12, 18, 18, 0.78), rgba(6, 11, 11, 0.94));
  padding: clamp(22px, 8.8cqw, 34px) clamp(16px, 5.9cqw, 23px) clamp(18px, 6.8cqw, 26px);
}

.drop-studio .drop-phone-screen span {
  margin-top: 0;
  font-size: clamp(9px, 3.1cqw, 12px);
  letter-spacing: 0.28em;
}

.drop-studio .drop-phone-screen strong {
  max-width: 13ch;
  color: var(--night-paper);
  font-size: clamp(16px, 5.4cqw, 21px);
  font-weight: 850;
  line-height: 1.08;
  text-transform: none;
}

.drop-studio .drop-phone-screen p {
  margin: 0;
  color: var(--night-paper);
  font-size: clamp(22px, 7.4cqw, 30px);
  font-weight: 850;
  line-height: 1;
}

.drop-studio .drop-phone-prompt {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(11px, 3.8cqw, 14px);
  font-weight: 700;
  line-height: 1.25;
}

.drop-studio .drop-phone-thumbs {
  gap: clamp(4px, 1.7cqw, 7px);
  margin-top: 4px;
}

.drop-studio .drop-phone-thumbs img {
  border-radius: clamp(7px, 2.8cqw, 11px);
}

.drop-studio .drop-scene-phone button {
  min-height: clamp(34px, 11.5cqw, 44px);
  width: 100%;
  border: 0;
  border-radius: clamp(7px, 2.8cqw, 11px);
  background: #0d5240;
  color: #fffdf8;
  font-size: clamp(11px, 3.7cqw, 14px);
  font-weight: 850;
}

.drop-studio .drop-scene-phone small {
  width: 100%;
  font-size: clamp(10px, 3.2cqw, 12px);
  font-weight: 750;
}

.paper-drop-actions .drop-primary,
.paper-drop-actions .drop-secondary {
  margin-top: 0;
}

@media (max-width: 700px) {
  .drop-studio .drop-scene-phone {
    transform: rotate(0deg);
  }

  .drop-studio .drop-choice-grid.compact,
  .drop-studio .drop-segment-grid,
  .drop-studio .drop-look-grid {
    grid-template-columns: 1fr 1fr;
  }

  .drop-studio .drop-choice-grid.compact label,
  .drop-studio .drop-segment-grid label {
    border-top: 1px solid #d8cbbc;
  }

  .drop-studio .drop-choice-grid.compact label:nth-child(-n+2),
  .drop-studio .drop-segment-grid label:nth-child(-n+2) {
    border-top: 0;
  }
}

@media (max-width: 460px) {
  .drop-studio .drop-step {
    grid-template-columns: 1fr;
  }

  .drop-studio .drop-choice-grid.compact,
  .drop-studio .drop-segment-grid,
  .drop-studio .drop-look-grid {
    grid-template-columns: 1fr;
  }

  .drop-studio .drop-choice-grid.compact label,
  .drop-studio .drop-segment-grid label {
    border-left: 0;
    border-top: 1px solid #d8cbbc;
  }

  .drop-studio .drop-choice-grid.compact label:first-child,
  .drop-studio .drop-segment-grid label:first-child {
    border-top: 0;
  }
}

body.night-surface {
  background:
    radial-gradient(circle at 32% 20%, rgba(233, 186, 82, 0.16), transparent 32%),
    radial-gradient(circle at 78% 5%, rgba(232, 104, 74, 0.08), transparent 30%),
    linear-gradient(180deg, #06100b 0%, var(--night) 44%, #07130d 100%);
  color: var(--night-paper);
}

.night-surface .drop-site-header {
  border-bottom-color: rgba(233, 186, 82, 0.22);
  background: rgba(10, 24, 18, 0.94);
}

.night-surface .brand-mark {
  border-color: rgba(247, 243, 234, 0.28);
  background: rgba(247, 243, 234, 0.08);
  color: var(--night-paper);
}

.night-surface .brand-name,
.night-surface .product-label,
.night-surface .header-link {
  color: rgba(247, 243, 234, 0.82);
}

.night-surface .brand-name {
  color: var(--night-paper);
}

.night-surface .language-switch {
  border-color: rgba(233, 186, 82, 0.28);
  background: rgba(16, 37, 27, 0.76);
}

.night-surface .language-switch span {
  background: var(--candle);
  color: #10140d;
}

.night-surface .language-switch a {
  color: rgba(247, 243, 234, 0.74);
}

.night-surface .header-action {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #f5c765, var(--candle));
  color: #10140d;
  padding: 0 24px;
  font-size: 16px;
  box-shadow: 0 18px 42px rgba(233, 186, 82, 0.18);
}

.night-surface .drop-primary {
  min-height: 56px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(180deg, #f5c765, var(--candle));
  color: #10140d;
  padding: 0 28px;
  font-size: 17px;
  box-shadow: 0 18px 42px rgba(233, 186, 82, 0.18);
}

.night-surface .header-action:focus-visible,
.night-surface .drop-primary:focus-visible,
.night-surface .drop-secondary:focus-visible {
  outline: 3px solid rgba(233, 186, 82, 0.5);
  outline-offset: 3px;
}

.night-drop-shell {
  width: min(1600px, 100%);
  padding: clamp(28px, 4vw, 58px) clamp(18px, 3vw, 42px) clamp(48px, 7vw, 104px);
}

.living-drop-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(560px, 1.08fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  min-height: calc(100vh - 132px);
  padding-bottom: clamp(28px, 5vw, 72px);
}

.living-copy {
  position: relative;
  display: grid;
  gap: clamp(20px, 2.8vw, 32px);
}

.drop-beta-chip {
  width: fit-content;
  border: 1px solid rgba(233, 186, 82, 0.58);
  border-radius: 999px;
  background: rgba(16, 37, 27, 0.82);
  color: var(--candle);
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 850;
}

.living-copy h1 {
  margin: 0;
  max-width: 820px;
  color: var(--night-paper);
  font-family: var(--display);
  font-size: clamp(64px, 8.3vw, 142px);
  font-weight: 760;
  line-height: 0.96;
}

.living-copy h1 em,
.night-section-head h2 em {
  color: var(--candle);
  font-family: var(--serif-accent);
  font-style: italic;
  font-weight: 500;
}

.living-copy > p {
  max-width: 560px;
  margin: 0;
  color: rgba(247, 243, 234, 0.88);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
}

.living-actions,
.paper-drop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.night-surface .drop-secondary {
  border: 1px solid rgba(247, 243, 234, 0.28);
  background: transparent;
  color: var(--night-paper);
  min-height: 56px;
  border-radius: 8px;
  padding: 0 28px;
  font-size: 17px;
  box-shadow: none;
}

.panel-footer-qr {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-items: center;
  border: 7px solid var(--night-paper);
  border-radius: 8px;
  background: var(--night-paper);
  box-shadow:
    0 0 0 1px rgba(233, 186, 82, 0.7),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.panel-footer-qr svg {
  width: 100%;
  height: 100%;
}

.living-panel-footer {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(233, 186, 82, 0.2);
  background: rgba(10, 24, 18, 0.26);
  margin: 2px clamp(-30px, -2.4vw, -18px) clamp(-30px, -2.4vw, -18px);
  padding: 14px clamp(18px, 2.4vw, 30px);
}

.living-panel-footer p {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin: 0;
}

.living-panel-footer strong {
  color: var(--candle);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.living-panel-footer span {
  color: rgba(247, 243, 234, 0.66);
  font-size: 14px;
  line-height: 1.35;
}

.living-drop-panel {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(233, 186, 82, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(16, 37, 27, 0.45), rgba(10, 24, 18, 0.74)),
    rgba(16, 37, 27, 0.45);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  padding: clamp(18px, 2.4vw, 30px);
}

.living-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: start;
}

.live-label,
.live-count,
.live-timer {
  color: rgba(247, 243, 234, 0.9);
  font-size: 14px;
  font-weight: 760;
}

.live-label {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: rgba(126, 154, 140, 0.94);
}

.live-count,
.live-timer {
  grid-column: 2;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.live-count {
  grid-row: 1;
}

.live-timer {
  grid-row: 2;
}

.live-label i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #78d88b;
  box-shadow: 0 0 18px rgba(120, 216, 139, 0.82);
}

.live-count,
.live-timer b {
  color: var(--candle);
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 650;
}

.living-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
}

.living-grid figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(233, 186, 82, 0.2);
  border-radius: 8px;
  background: rgba(247, 243, 234, 0.05);
  opacity: 0.18;
  transform: translateY(14px) scale(0.96);
  transition: opacity 520ms ease, transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 420ms ease, box-shadow 420ms ease;
}

.living-grid figure:not(.is-visible) {
  border-color: rgba(126, 154, 140, 0.28);
  background:
    linear-gradient(135deg, rgba(126, 154, 140, 0.08), rgba(247, 243, 234, 0.04)),
    rgba(11, 26, 23, 0.56);
  opacity: 1;
}

.living-grid figure:not(.is-visible) img {
  opacity: 0;
}

.living-grid figure.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.living-grid figure.is-newest {
  border-color: rgba(233, 186, 82, 0.94);
  box-shadow: 0 0 26px rgba(233, 186, 82, 0.25);
}

.living-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.living-grid figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid rgba(233, 186, 82, 0.5);
  border-radius: 999px;
  background: rgba(11, 26, 23, 0.82);
  color: var(--candle);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 850;
}

.living-grid figure:not(.is-newest) figcaption {
  display: none;
}

.night-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(18px, 3vw, 32px);
}

.night-section-head h2 {
  margin: 0;
  color: var(--night-paper);
  font-family: var(--display);
  font-size: clamp(34px, 4.7vw, 68px);
  line-height: 1;
}

.night-section-head p {
  max-width: 720px;
  margin: 0;
  color: rgba(247, 243, 234, 0.72);
  font-size: 18px;
}

.night-steps,
.drop-rules-section,
.night-trust-section,
.drop-pricing,
.paper-drop-section,
.night-faq {
  border-top: 1px solid rgba(233, 186, 82, 0.2);
  padding: clamp(44px, 6vw, 82px) 0;
}

.night-step-grid,
.night-trust-grid,
.pricing-grid,
.night-faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.night-trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.night-steps > .night-section-head,
.night-step-grid,
.drop-rules-section > .night-section-head,
.drop-rules-layout,
.night-trust-section > .night-section-head,
.night-trust-grid,
.drop-pricing > .night-section-head,
.pricing-grid,
.planned-note,
.night-faq > .night-section-head,
.night-faq .faq-grid {
  width: min(1200px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.night-step-grid article,
.night-trust-grid article,
.pricing-grid article,
.night-faq article,
.paper-drop-section {
  border: 1px solid rgba(126, 154, 140, 0.28);
  border-radius: 8px;
  background: transparent;
  padding: clamp(18px, 2.5vw, 28px);
}

.night-step-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(233, 186, 82, 0.55);
  border-radius: 999px;
  color: var(--candle);
  font-weight: 850;
}

.night-step-grid h3,
.night-trust-grid h3,
.night-faq h3 {
  margin: 14px 0 8px;
  color: var(--night-paper);
  font-size: 22px;
  line-height: 1.1;
}

.night-step-grid p,
.night-trust-grid p,
.night-faq p,
.planned-note {
  margin: 0;
  color: rgba(247, 243, 234, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.drop-rules-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(280px, 330px);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  justify-content: center;
}

.night-surface .drop-card,
.night-surface .drop-form,
.night-surface .drop-choice-field {
  border-color: rgba(233, 186, 82, 0.24);
  background: rgba(16, 37, 27, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.night-surface .drop-rules-section .drop-form {
  display: grid;
  gap: 0;
  border-color: rgba(205, 194, 179, 0.94);
  background: rgba(255, 253, 248, 0.94);
  color: #173536;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.24);
}

.night-surface .drop-rules-section .drop-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.night-surface .drop-rules-section .drop-choice-field {
  border-color: rgba(201, 189, 174, 0.72);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.night-surface .drop-rules-section .drop-step legend {
  display: block;
  width: 100%;
}

.night-surface .drop-rules-section .drop-step > input,
.night-surface .drop-rules-section .drop-step > select,
.night-surface .drop-rules-section .drop-step > textarea,
.night-surface .drop-rules-section .drop-choice-grid,
.night-surface .drop-rules-section .drop-look-grid {
  grid-column: 1;
}

.night-surface .drop-rules-section .drop-toggle-line {
  grid-template-columns: minmax(0, 1fr) auto;
}

.night-surface .drop-rules-section .drop-toggle-line .drop-step-copy {
  grid-column: 1;
}

.night-surface .drop-rules-section .drop-toggle-switch {
  grid-column: 2;
}

.night-surface .drop-form h3 {
  margin: 0;
  color: var(--night-paper);
  font-size: 28px;
}

.night-surface .drop-rules-section .drop-form h3 {
  color: #153234;
}

.night-surface .drop-form label,
.night-surface .drop-form legend,
.night-surface .drop-form label > span em,
.night-surface .drop-choice-grid em,
.night-surface .drop-toggle-line em {
  color: rgba(247, 243, 234, 0.72);
}

.night-surface .drop-rules-section .drop-form label,
.night-surface .drop-rules-section .drop-form legend,
.night-surface .drop-rules-section .drop-form label > span em,
.night-surface .drop-rules-section .drop-choice-grid em,
.night-surface .drop-rules-section .drop-toggle-line em {
  color: #667372;
}

.night-surface .drop-form strong,
.night-surface .drop-choice-grid span,
.night-surface .drop-look-grid span {
  color: var(--night-paper);
}

.night-surface .drop-rules-section .drop-form strong,
.night-surface .drop-rules-section .drop-choice-grid span,
.night-surface .drop-rules-section .drop-look-grid span {
  color: #173536;
}

.night-surface .drop-form input,
.night-surface .drop-form select,
.night-surface .drop-form textarea,
.night-surface .drop-share-card input {
  border-color: rgba(233, 186, 82, 0.24);
  background: rgba(247, 243, 234, 0.95);
  color: #132622;
}

.night-surface .drop-choice-grid label,
.night-surface .drop-look-grid label,
.night-surface .drop-toggle-line {
  border-color: rgba(233, 186, 82, 0.22);
  background: rgba(11, 26, 23, 0.62);
}

.night-surface .drop-rules-section .drop-choice-grid label,
.night-surface .drop-rules-section .drop-look-grid label,
.night-surface .drop-rules-section .drop-toggle-line {
  border-color: #d8cbbc;
  background: rgba(255, 255, 255, 0.78);
}

.night-surface .drop-choice-grid label:has(input:checked),
.night-surface .drop-look-grid label:has(input:checked) {
  border-color: rgba(233, 186, 82, 0.76);
  box-shadow: inset 0 0 0 1px rgba(233, 186, 82, 0.28);
}

.night-surface .drop-rules-section .drop-choice-grid label:has(input:checked),
.night-surface .drop-rules-section .drop-look-grid label:has(input:checked) {
  border-color: #0d5240;
  box-shadow: inset 0 0 0 1px rgba(6, 78, 82, 0.28);
}

.night-surface .drop-rules-section .drop-choice-grid label:has(input:checked) {
  background: #0d5240;
}

.night-surface .drop-rules-section .drop-choice-grid label:has(input:checked) span {
  color: #fffdf8;
}

.night-surface .drop-rules-section .look-swatch {
  border: 1px solid rgba(19, 37, 38, 0.14);
  background: #fffdf8;
}

.night-surface .drop-rules-section .look-swatch.clean {
  background:
    linear-gradient(135deg, rgba(19, 37, 38, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #fffefb, #eef3ef);
}

.night-surface .drop-rules-section .look-swatch.warm-film {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 253, 248, 0.7), transparent 18%),
    linear-gradient(135deg, #fff3dd 0%, #e9ba52 48%, #a9662b 100%);
}

.night-surface .drop-rules-section .look-swatch.black-white {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.82), transparent 18%),
    linear-gradient(135deg, #f7f7f5 0%, #8b918d 46%, #202b2c 100%);
}

.night-surface .drop-rules-section .look-swatch.party-flash {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    linear-gradient(135deg, #f8f4ff 0%, #0a5c62 42%, #d54f2e 72%, #f2c75f 100%);
}

.night-surface .drop-rules-section .drop-form-note {
  color: #5b4a32;
}

.night-surface .drop-rules-section .drop-status {
  color: #0b695f;
}

.night-surface .drop-form-note,
.night-surface .drop-status {
  color: var(--candle);
}

.night-surface .drop-scene-phone {
  align-self: center;
  width: min(330px, 100%);
  min-height: 620px;
  border: 1px solid rgba(233, 186, 82, 0.28);
  background:
    linear-gradient(180deg, rgba(16, 37, 27, 0.95), rgba(8, 19, 13, 0.95)),
    var(--night-raised);
  color: var(--night-paper);
  padding: 26px 22px;
}

.night-surface .drop-studio .drop-scene-phone {
  width: min(330px, 100%);
  min-height: 0;
  border: 0;
  background: #0a1812;
  box-shadow: none;
  padding: 0;
}

.night-surface .drop-phone-screen strong,
.night-surface .drop-phone-screen p {
  color: var(--night-paper);
}

.night-surface .drop-phone-prompt {
  border-color: rgba(233, 186, 82, 0.28);
  background: rgba(233, 186, 82, 0.12);
  color: var(--candle);
}

.night-surface .drop-phone-thumbs img {
  border: 1px solid rgba(233, 186, 82, 0.24);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.pricing-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pricing-grid article {
  display: grid;
  gap: 5px;
  text-align: center;
}

.pricing-grid span {
  border-top: 2px solid rgba(233, 186, 82, 0.58);
  padding-top: 10px;
}

.pricing-grid span {
  color: var(--candle);
  font-size: 22px;
  font-weight: 850;
}

.pricing-grid strong {
  color: var(--night-paper);
  font-size: 18px;
}

.pricing-grid em {
  color: rgba(247, 243, 234, 0.58);
  font-style: normal;
}

.planned-note {
  margin-top: 16px;
  text-align: center;
}

.paper-drop-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: end;
}

.paper-drop-section .night-section-head {
  max-width: 62ch;
  margin-bottom: 0;
}

.paper-drop-actions {
  min-width: 0;
  justify-content: flex-start;
}

.paper-drop-actions a {
  min-width: min(100%, 180px);
  white-space: normal;
}

.night-surface .drop-result {
  border-top: 1px solid rgba(233, 186, 82, 0.22);
  padding-top: 44px;
}

@media (prefers-reduced-motion: reduce) {
  .living-grid figure {
    transition: none;
    transform: none;
  }
}

@media (min-width: 1280px) {
  .night-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1079px) {
  .living-drop-hero,
  .drop-rules-layout,
  .paper-drop-section {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .night-surface .site-header {
    position: static;
  }

  .living-drop-hero {
    min-height: 0;
  }

  .living-copy h1 {
    font-size: clamp(54px, 15vw, 92px);
  }

  .living-panel-head {
    grid-template-columns: 1fr;
  }

  .live-label,
  .live-count,
  .live-timer {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  .living-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .living-panel-footer {
    align-items: start;
  }

  .night-step-grid,
  .night-trust-grid,
  .night-faq .faq-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .paper-drop-actions {
    width: 100%;
  }

  .paper-drop-actions a {
    flex: 1 1 220px;
  }
}

@media (min-width: 701px) {
  .paper-drop-actions {
    flex-wrap: nowrap;
  }

  .paper-drop-actions a {
    min-width: 0;
    flex: 0 0 auto;
  }
}

.drop-studio .drop-scene-phone {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.drop-rules-section {
  overflow-x: clip;
}

@media (max-width: 680px) {
  .night-surface .site-header .header-link {
    border-color: rgba(126, 154, 140, 0.35);
    background: rgba(16, 37, 27, 0.82);
    color: rgba(247, 243, 234, 0.85);
  }
}

/* ==========================================================================
   2026-07-03 opus2 — Photo Drop desktop composition + cramped-text pass
   (EN site/photo-drop/ + ES site/es/photo-drop/, shared stylesheet)
   Appended last so it overrides the layered history via cascade order,
   without ripping up the 2026-06-22 / 2026-07-02 passes. Builds A/B/C
   lived in site/styles.css / root+guides markup and are untouched here.
   ========================================================================== */

/* --- Defect 1: hero H1 overlaps the live-drop panel at wide viewports ------
   Root cause: clamp max was 142px with line-height 0.96 and no hard cap on
   the copy column, so the Spanish worst case ("Todos los teléfonos.") blew
   past its grid track and collided with the panel (measured +42px overlap
   at 1710). Fix makes overlap structurally impossible at any width to 2560:
   the copy column gets min-width:0 + overflow-wrap so text is confined to
   its track, and the clamp is capped to a calm display size with breathing
   line-height. The panel becomes a fixed-ish counterweight so the gap is a
   real column gutter, never negotiable away. */
.living-drop-hero {
  grid-template-columns: minmax(0, 1fr) minmax(480px, 620px);
  gap: clamp(24px, 3vw, 44px);
  column-gap: clamp(24px, 3vw, 44px);
}

.living-copy {
  min-width: 0;
}

.living-copy h1 {
  max-width: 15ch;
  /* 6vw reaches the 78px cap at ~1300px, so 1440/1710/1920/2560 all render
     at a steady 78px rather than ballooning to 142. */
  font-size: clamp(58px, 6vw, 78px);
  line-height: 1.05;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.living-copy > p {
  min-width: 0;
}

/* Panel content must not force the track wider than its max (protects the
   copy column's share of the row). */
.living-drop-panel {
  min-width: 0;
}

/* --- Defect 2: "Three steps" heading sat on the step-grid hairline --------
   Give the steps band a designed rhythm: heading breathing room above the
   connected step row, balanced top/bottom band padding. */
.night-steps > .night-section-head {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.night-steps {
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(48px, 6vw, 84px);
}

/* --- Defect 3: mid CTA band was left-crammed with ~702px dead-right -------
   Rail the band to the same 1200px content column the other night sections
   use, and make it a real two-column composition: heading left, CTA pair
   pinned to the right rail edge, both vertically centered. No dead-right. */
.paper-drop-section {
  width: min(1200px, 100%);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.paper-drop-section .night-section-head {
  max-width: 54ch;
}

.paper-drop-actions {
  justify-content: flex-end;
  justify-self: end;
}

/* --- Defect 4: phone-mockup vignette bled over the create-form card -------
   The blurred radial glow (::before) extended -20% horizontally = ~66px past
   the 330px phone column, wider than the ~56px column gap, so its blurred
   edge smeared across the form card's lower-right. Pull the horizontal bleed
   inside the phone column (glow stays under the phone, never crosses the
   gap), and clip the section on both axes as a hard guarantee. */
.drop-rules-section {
  overflow: clip;
}

.drop-studio .drop-scene-phone::before {
  inset: -12% -8%;
}

/* --- Defect 5 sweep: cramped display type / zero-margin headings ----------
   Lift a few display line-heights off the < 1.05 danger zone and give
   section heads that carried no bottom margin a little rhythm. */
.night-section-head h2 {
  line-height: 1.04;
}

.living-panel-head {
  align-items: center;
}

/* Rules + trust + pricing + faq section heads: ensure the H2 never crowds
   the grid/hairline directly beneath it. */
.drop-rules-section > .night-section-head,
.night-trust-section > .night-section-head,
.drop-pricing > .night-section-head,
.night-faq > .night-section-head {
  margin-bottom: clamp(20px, 3vw, 32px);
}

/* Guest upload card (light surface): keep the fixed H1 from crowding the
   lead paragraph; harmless on the ≤680 mobile path (card is width-capped). */
.guest-card h1 {
  line-height: 1.05;
}

@media (max-width: 1079px) {
  /* Stacked hero: let the H1 use the fluid low end again and re-center the
     CTA row so the single-column band reads cleanly. */
  .living-copy h1 {
    max-width: 18ch;
    font-size: clamp(54px, 8vw, 78px);
  }

  .living-drop-hero {
    grid-template-columns: 1fr;
  }

  .paper-drop-section {
    grid-template-columns: 1fr;
    gap: clamp(20px, 4vw, 32px);
  }

  .paper-drop-actions {
    justify-content: flex-start;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .living-copy h1 {
    font-size: clamp(46px, 12vw, 74px);
    line-height: 1.06;
  }
}

/* Cross-page collision fix: styles.css (root rail system) sets
   `.night-steps .night-step-grid { width:100% }` at (0,2,0), which beats the
   (0,1,0) rail rule above on photo-drop pages (they have no .night-steps-inner
   wrapper). Match specificity so the grid shares the heading's 1200px rail. */
.night-steps > .night-step-grid {
  width: min(1200px, 100%);
  margin-right: auto;
  margin-left: auto;
}


/* ============================================================
   2026-07-04 tier era: admin upgrade panel + locked photo tiles
   ============================================================ */

.admin-upgrade-card {
  margin: 18px 0;
  border: 1px solid rgba(13, 82, 64, 0.24);
  border-radius: 16px;
  background: rgba(13, 82, 64, 0.05);
  padding: 18px 18px 16px;
}

.admin-album-meter {
  margin: 6px 0 14px;
  font-family: var(--display);
  font-size: 16.5px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.admin-upgrade-card .drop-actions {
  margin-bottom: 10px;
}

.upload-card-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 150px;
  border: 1px dashed rgba(17, 40, 43, 0.28);
  background: rgba(17, 40, 43, 0.04);
  text-align: center;
}

.upload-card-locked strong {
  font-size: 13.5px;
}

.upload-card-locked span {
  font-size: 12px;
  color: var(--muted);
}

.upload-locked-thumb {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(17, 40, 43, 0.2);
  color: rgba(17, 40, 43, 0.55);
}

/* ============================================================
   2026-07-05 polish: creator form breathing room (Mario:
   "text looks a bit cramped on the photo drop creator")
   ============================================================ */

.drop-studio .drop-form > h3 {
  margin: 0 0 20px;
}

.drop-studio .drop-step {
  gap: 12px;
  padding: 22px 0;
}

.drop-studio .drop-step-copy {
  gap: 5px;
}

.drop-studio .drop-step-copy strong {
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.3;
}

.drop-studio .drop-step-copy em {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(17, 40, 43, 0.66);
}

.drop-studio .drop-step legend {
  margin-bottom: 2px;
}

/* ============================================================
   2026-07-05 host dashboard (admin) — night stage
   Design: editorial hero (event name as the headline), one pulse
   number, phase-aware actions, photos on dark, quiet chrome.
   ============================================================ */

.admin-night {
  background:
    radial-gradient(circle at 85% -4%, rgba(233, 186, 82, 0.1), transparent 34%),
    linear-gradient(180deg, #06100b 0%, var(--night) 40%, #081310 100%);
  color: var(--night-paper);
}

.admin-night .admin-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) clamp(18px, 3vw, 32px) 90px;
}

.admin-hero {
  padding: clamp(8px, 2vw, 22px) 0 6px;
}

.admin-hero .drop-label {
  color: rgba(233, 186, 82, 0.85);
}

.admin-night h1 {
  margin: 6px 0 14px;
  font-family: var(--display);
  font-size: clamp(34px, 5.4vw, 56px);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: var(--night-paper);
}

.admin-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.admin-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(247, 243, 234, 0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  color: rgba(247, 243, 234, 0.88);
}

.admin-chip-tier {
  border-color: rgba(233, 186, 82, 0.5);
  color: var(--candle);
}

.admin-chip.is-closed {
  border-color: rgba(232, 104, 74, 0.55);
  color: #f0937a;
}

.admin-pulse {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 4px 0 10px;
}

.admin-pulse strong {
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--candle);
  font-variant-numeric: tabular-nums;
}

.admin-pulse span {
  font-size: 15.5px;
  color: rgba(247, 243, 234, 0.72);
}

.admin-night .admin-meta {
  margin: 0 0 4px;
  font-size: 14px;
  color: rgba(247, 243, 234, 0.55);
}

/* test ritual card: neutral until the first photo lands, then green */
.admin-test-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 18px 0 0;
  border: 1px solid rgba(247, 243, 234, 0.18);
  border-radius: 16px;
  background: rgba(16, 37, 27, 0.5);
  padding: 16px 18px;
}

.admin-test-mark {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border: 1.5px solid rgba(247, 243, 234, 0.4);
  border-radius: 50%;
  position: relative;
}

.admin-test-card.is-done {
  border-color: rgba(37, 155, 88, 0.55);
  background: rgba(37, 155, 88, 0.1);
}

.admin-test-card.is-done .admin-test-mark {
  border-color: var(--success);
  background: var(--success);
}

.admin-test-card.is-done .admin-test-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #f7f3ea;
  border-bottom: 2px solid #f7f3ea;
  transform: rotate(42deg);
}

.admin-test-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15.5px;
}

.admin-test-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.75);
}

/* actions: the phase decides which action leads */
.admin-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 26px;
}

@media (max-width: 900px) {
  .admin-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 243, 234, 0.24);
  border-radius: 14px;
  background: rgba(16, 37, 27, 0.42);
  color: var(--night-paper);
  font-size: 15px;
  font-weight: 650;
  text-align: center;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.admin-action:hover {
  border-color: rgba(233, 186, 82, 0.55);
  transform: translateY(-1px);
}

.admin-actions[data-phase="live"] .is-guest,
.admin-actions[data-phase="harvest"] .is-zip {
  order: -1;
  border: 0;
  background: linear-gradient(180deg, #f5c765, var(--candle));
  color: #241b07;
  font-weight: 750;
}

.admin-actions .is-zip.is-disabled {
  opacity: 0.55;
  pointer-events: auto;
}

.admin-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* upgrade card restyled for night */
.admin-night .admin-upgrade-card {
  margin: 0 0 26px;
  border: 1px solid rgba(233, 186, 82, 0.3);
  background: rgba(233, 186, 82, 0.07);
}

.admin-night .admin-album-meter {
  color: var(--night-paper);
}

.admin-night .admin-upgrade-card .drop-label {
  color: rgba(233, 186, 82, 0.85);
}

.admin-night .admin-upgrade-card small {
  color: rgba(247, 243, 234, 0.62);
}

/* photos on dark: full-bleed thumbs, hover chrome only */
.admin-night .admin-photos {
  margin-top: 6px;
}

.admin-night .admin-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.admin-night .admin-list-head h2 {
  margin: 2px 0 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  color: var(--night-paper);
}

.admin-night .admin-list-head .drop-label {
  color: rgba(233, 186, 82, 0.85);
}

.admin-night .upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
}

.admin-night .upload-card {
  overflow: hidden;
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: 14px;
  background: rgba(16, 37, 27, 0.5);
  padding: 0;
}

.admin-night .upload-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.admin-night .upload-card strong {
  display: block;
  padding: 10px 12px 0;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(247, 243, 234, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-night .upload-card > span {
  display: block;
  padding: 2px 12px 8px;
  font-size: 11.5px;
  color: rgba(247, 243, 234, 0.5);
}

.admin-night .upload-card-actions {
  display: flex;
  gap: 8px;
  padding: 0 12px 12px;
}

.admin-night .upload-card-actions a,
.admin-night .upload-card-actions button {
  flex: 1;
  min-height: 44px;
  border: 1px solid rgba(247, 243, 234, 0.22);
  border-radius: 9px;
  background: transparent;
  color: rgba(247, 243, 234, 0.85);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.admin-night .upload-card-actions button:hover {
  border-color: rgba(232, 104, 74, 0.6);
  color: #f0937a;
}

.admin-night .upload-card.is-removing {
  opacity: 0.35;
}

.admin-night .upload-card-locked {
  border-style: dashed;
  border-color: rgba(233, 186, 82, 0.35);
  background: rgba(233, 186, 82, 0.05);
  min-height: 0;
  aspect-ratio: 1;
  justify-content: center;
}

.admin-night .upload-card-locked strong,
.admin-night .upload-card-locked span {
  padding: 0 10px;
  color: rgba(247, 243, 234, 0.75);
  white-space: normal;
}

.admin-night .upload-locked-thumb {
  border-color: rgba(233, 186, 82, 0.45);
  color: rgba(233, 186, 82, 0.8);
}

.admin-night .drop-empty {
  border: 1px dashed rgba(247, 243, 234, 0.25);
  border-radius: 14px;
  background: rgba(16, 37, 27, 0.35);
  padding: 26px 20px;
  color: rgba(247, 243, 234, 0.7);
  font-size: 14.5px;
  line-height: 1.6;
}

/* details: two quiet cards at the end */
.admin-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 860px) {
  .admin-details {
    grid-template-columns: 1fr;
  }
}

.admin-detail-card {
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: 16px;
  background: rgba(16, 37, 27, 0.42);
  padding: 18px;
}

.admin-night .drop-reminder span {
  color: rgba(247, 243, 234, 0.85);
}

.admin-night .drop-reminder textarea {
  width: 100%;
  border: 1px solid rgba(247, 243, 234, 0.2);
  border-radius: 10px;
  background: rgba(6, 16, 11, 0.55);
  color: var(--night-paper);
  padding: 10px 12px;
  font-size: 16px;
}

.admin-night .drop-reminder small,
.admin-night .admin-rule-list,
.admin-night .admin-status-list {
  color: rgba(247, 243, 234, 0.6);
}

.admin-night .drop-warning {
  border: 1px solid rgba(232, 104, 74, 0.4);
  border-radius: 12px;
  background: rgba(232, 104, 74, 0.08);
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.85);
}

.admin-night .drop-secondary {
  border-color: rgba(247, 243, 234, 0.28);
  color: var(--night-paper);
  background: transparent;
}

.admin-night .drop-status {
  color: rgba(247, 243, 234, 0.75);
}

/* undo toast */
.admin-undo-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 60;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(247, 243, 234, 0.2);
  border-radius: 999px;
  background: rgba(6, 16, 11, 0.94);
  color: var(--night-paper);
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.admin-undo-toast button {
  border: 0;
  border-radius: 999px;
  background: rgba(233, 186, 82, 0.16);
  color: var(--candle);
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}

/* night contrast for the detail chips + warning (they carried day styles) */
.admin-night .admin-rule-list span,
.admin-night .admin-status-list span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(247, 243, 234, 0.16);
  border-radius: 9px;
  background: rgba(6, 16, 11, 0.45);
  color: rgba(247, 243, 234, 0.78);
  padding: 8px 12px;
  font-size: 12.5px;
  line-height: 1.4;
}

.admin-night .admin-rule-list,
.admin-night .admin-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-night .drop-warning strong,
.admin-night .drop-warning span {
  color: rgba(247, 243, 234, 0.88);
  background: transparent;
}

.admin-night .drop-warning span {
  display: block;
  margin-top: 6px;
  color: rgba(247, 243, 234, 0.65);
  font-weight: 500;
}

/* ============================================================
   2026-07-05 guest experience — the party camera
   One screen, phone-first, night stage. Fun without kitsch:
   prompt shuffle, film-roll shot frames, one giant action,
   the wall as the payoff.
   ============================================================ */

.guest-night {
  background:
    radial-gradient(circle at 12% -6%, rgba(233, 186, 82, 0.12), transparent 30%),
    linear-gradient(180deg, #06100b 0%, var(--night) 44%, #081310 100%);
  color: var(--night-paper);
  min-height: 100vh;
}

.guest-header {
  justify-content: center;
  min-height: 60px;
  border-bottom-color: rgba(233, 186, 82, 0.14);
}

.guest-header .brand-photodrop {
  justify-self: center;
  width: max-content;
}

.guest-shell {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 40px) 20px 70px;
}

.guest-hero {
  text-align: center;
  margin-bottom: 20px;
}

.guest-hero .drop-label {
  color: rgba(233, 186, 82, 0.85);
}

.guest-night h1 {
  margin: 8px 0 10px;
  font-family: var(--display);
  font-size: clamp(30px, 8vw, 42px);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.06;
  color: var(--night-paper);
}

.guest-intro {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(247, 243, 234, 0.75);
}

/* prompt card: the party's little game */
.guest-night .guest-prompt-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 0;
  border: 1px solid rgba(233, 186, 82, 0.4);
  border-radius: 16px;
  background: rgba(233, 186, 82, 0.08);
  padding: 14px 16px;
}

.guest-prompt-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.guest-night .guest-prompt-card span {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(233, 186, 82, 0.85);
}

.guest-night .guest-prompt-card strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
  color: var(--night-paper);
}

.guest-prompt-card strong.is-shuffling {
  animation: guest-prompt-in 320ms ease;
}

@keyframes guest-prompt-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: none; }
}

.guest-prompt-shuffle {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(233, 186, 82, 0.5);
  border-radius: 50%;
  background: transparent;
  color: var(--candle);
  cursor: pointer;
  transition: transform 200ms ease, background 140ms ease;
}

.guest-prompt-shuffle:active {
  transform: rotate(180deg);
}

/* the film roll */
.guest-roll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 18px 0 4px;
}

.guest-roll span {
  width: 18px;
  height: 24px;
  border: 1.5px solid rgba(247, 243, 234, 0.3);
  border-radius: 4px;
  background: transparent;
  transition: background 300ms ease, border-color 300ms ease;
}

.guest-roll span.is-used {
  border-color: var(--candle);
  background: linear-gradient(180deg, #f5c765, var(--candle));
}

.guest-shot-line {
  margin: 4px 0 14px;
  text-align: center;
  font-size: 13.5px;
  color: rgba(247, 243, 234, 0.65);
}

/* the one big action */
.guest-form {
  display: grid;
  gap: 12px;
}

.guest-picker {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  border: 1.5px dashed rgba(233, 186, 82, 0.55);
  border-radius: 18px;
  background: rgba(16, 37, 27, 0.45);
  padding: 26px 18px 22px;
  text-align: center;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease;
}

.guest-picker:active {
  background: rgba(233, 186, 82, 0.1);
}

.guest-picker input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.guest-picker-main {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--candle);
}

.guest-picker-main strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  color: var(--night-paper);
}

.guest-picker small {
  font-size: 13px;
  color: rgba(247, 243, 234, 0.6);
}

.guest-send {
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #f5c765, var(--candle));
  color: #241b07;
  font-family: var(--body);
  font-size: 16.5px;
  font-weight: 750;
  cursor: pointer;
  transition: filter 140ms ease, transform 140ms ease;
}

.guest-send:hover {
  filter: brightness(1.04);
}

.guest-send:active {
  transform: scale(0.99);
}

.guest-note-details {
  border-top: 1px solid rgba(247, 243, 234, 0.14);
  padding-top: 12px;
}

.guest-note-details summary {
  font-size: 14px;
  color: rgba(247, 243, 234, 0.7);
  cursor: pointer;
  list-style-position: inside;
  padding: 9px 0;
}

.guest-note-details label {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  font-size: 13.5px;
  color: rgba(247, 243, 234, 0.75);
}

.guest-note-details input,
.guest-note-details textarea {
  border: 1px solid rgba(247, 243, 234, 0.22);
  border-radius: 10px;
  background: rgba(6, 16, 11, 0.55);
  color: var(--night-paper);
  padding: 10px 12px;
  font-size: 16px;
  font-family: var(--body);
}

.guest-limit-note {
  font-size: 12.5px;
  font-style: normal;
  text-align: center;
  color: rgba(247, 243, 234, 0.5);
}

/* success: a quiet celebration */
.guest-success {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin: 26px 0 6px;
  border: 1px solid rgba(37, 155, 88, 0.5);
  border-radius: 18px;
  background: rgba(37, 155, 88, 0.1);
  padding: 26px 20px;
  text-align: center;
}

.guest-success.is-pop {
  animation: guest-pop 460ms cubic-bezier(0.2, 0.9, 0.3, 1.2);
}

@keyframes guest-pop {
  0% { opacity: 0; transform: scale(0.94); }
  100% { opacity: 1; transform: scale(1); }
}

.guest-success-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--success);
  position: relative;
  margin-bottom: 4px;
}

.guest-success-mark::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 9px;
  width: 10px;
  height: 18px;
  border-right: 2.5px solid #f7f3ea;
  border-bottom: 2.5px solid #f7f3ea;
  transform: rotate(42deg);
}

.guest-night .guest-success h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 750;
  color: var(--night-paper);
}

.guest-night .guest-success p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.8);
}

.guest-success .drop-primary {
  margin-top: 12px;
}

/* the wall */
.guest-night .guest-shared-photos {
  margin-top: 34px;
}

.guest-night .guest-shared-photos .drop-label {
  color: rgba(233, 186, 82, 0.85);
}

.guest-night .guest-shared-photos h2 {
  margin: 4px 0 14px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--night-paper);
}

.guest-night .guest-shared-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.guest-night .guest-shared-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(247, 243, 234, 0.12);
  animation: guest-wall-in 420ms ease backwards;
}

@keyframes guest-wall-in {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: none; }
}

.guest-foot {
  margin-top: 36px;
  display: grid;
  gap: 6px;
  text-align: center;
}

.guest-foot p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.5);
}

.guest-night .drop-status {
  text-align: center;
  color: rgba(247, 243, 234, 0.8);
}

.guest-night .drop-empty {
  border: 1px dashed rgba(247, 243, 234, 0.25);
  border-radius: 14px;
  background: rgba(16, 37, 27, 0.35);
  padding: 24px 18px;
  text-align: center;
  color: rgba(247, 243, 234, 0.75);
}

/* event looks tint the accents, night base stays */
.guest-night[data-event-look="warm-film"] {
  background:
    radial-gradient(circle at 12% -6%, rgba(233, 186, 82, 0.2), transparent 34%),
    linear-gradient(180deg, #0a0e08 0%, #12160c 44%, #0a0e08 100%);
}

.guest-night[data-event-look="black-white"] .guest-prompt-card,
.guest-night[data-event-look="black-white"] .guest-picker {
  border-color: rgba(247, 243, 234, 0.4);
  background: rgba(247, 243, 234, 0.05);
}

.guest-night[data-event-look="black-white"] .guest-picker-main,
.guest-night[data-event-look="black-white"] .guest-prompt-card span {
  color: rgba(247, 243, 234, 0.85);
}

.guest-night[data-event-look="party-flash"] {
  background:
    radial-gradient(circle at 85% -6%, rgba(232, 104, 74, 0.16), transparent 32%),
    linear-gradient(180deg, #06100b 0%, var(--night) 44%, #081310 100%);
}

.guest-night[data-event-look="party-flash"] .guest-prompt-card {
  border-color: rgba(232, 104, 74, 0.5);
  background: rgba(232, 104, 74, 0.08);
}

.guest-night .drop-trust-line {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.5);
}

/* ============================================================
   Living-night harmonization — 2026-07-06
   Countdown chip, handoff vow line, guest micro-credit
   ============================================================ */

.admin-chip.is-countdown {
  color: var(--candle, #e9ba52);
  border-color: rgba(233, 186, 82, 0.45);
  font-variant-numeric: tabular-nums;
}

.drop-vow {
  margin: 18px 0 0;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: rgba(233, 186, 82, 0.72);
}

.guest-credit {
  margin: 22px 0 0;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.guest-credit a {
  color: rgba(247, 243, 234, 0.42);
  text-decoration: none;
  display: inline-block;
  padding: 12px 8px;
  margin: -12px -8px;
}

.guest-credit a:hover,
.guest-credit a:focus-visible {
  color: rgba(233, 186, 82, 0.8);
}

/* Guest delight Phase 1 — 2026-07-06 */

.guest-live-count {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(233, 186, 82, 0.9);
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.guest-live-count::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--candle, #e9ba52);
  animation: pd-count-pulse 2.4s ease-in-out infinite;
}

@keyframes pd-count-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

/* The one signature charm moment: a candle-glow ring when photos land. */
@keyframes pd-candle-pop {
  0% { box-shadow: 0 0 0 0 rgba(233, 186, 82, 0.55); }
  70% { box-shadow: 0 0 0 26px rgba(233, 186, 82, 0); }
  100% { box-shadow: 0 0 0 0 rgba(233, 186, 82, 0); }
}

.guest-success.is-pop .guest-success-mark {
  animation: pd-candle-pop 1.1s ease-out 1;
}

@media (prefers-reduced-motion: reduce) {
  .guest-live-count::before,
  .guest-success.is-pop .guest-success-mark {
    animation: none;
  }
}

/* Host custom prompts (Celebration+) */
.custom-prompts-fields {
  display: grid;
  gap: 10px;
  margin: 12px 0 14px;
}

.custom-prompts-fields input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  background: rgba(247, 243, 234, 0.05);
  color: var(--paper, #f7f3ea);
  font: inherit;
  font-size: 16px;
}

.custom-prompts-fields input:disabled {
  opacity: 0.45;
}

.custom-prompts-fields input::placeholder {
  color: rgba(247, 243, 234, 0.35);
  font-style: italic;
}

/* The handoff ceremony: shown once the purge has run. The dashboard
   becomes a keepsake; the working sections retire. */
.handoff-ceremony {
  margin: 26px 0 10px;
  padding: 44px 32px 40px;
  text-align: center;
  border: 1px solid rgba(233, 186, 82, 0.5);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% -20%, rgba(233, 186, 82, 0.12), transparent 55%),
    rgba(247, 243, 234, 0.03);
}

.handoff-ceremony h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4.5vw, 44px);
  letter-spacing: -0.02em;
  color: var(--paper, #f7f3ea);
}

.handoff-ceremony .handoff-line {
  max-width: 460px;
  margin: 0 auto 6px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(247, 243, 234, 0.75);
}

.handoff-ceremony .drop-vow {
  margin: 14px 0 22px;
}

body.is-purged .admin-actions,
body.is-purged .admin-hidden-field,
body.is-purged #adminVow,
body.is-purged .admin-upgrade-card,
body.is-purged .admin-photos,
body.is-purged .admin-details,
body.is-purged .admin-test-card,
body.is-purged .admin-pulse {
  display: none;
}

/* Venue screen (?screen=1): fullscreen live wall for the event TV. */
body.is-screen {
  overflow: hidden;
}

body.is-screen .site-header,
body.is-screen .drop-shell {
  display: none;
}

.venue-screen {
  position: fixed;
  inset: 0;
  background: #050b08;
  z-index: 60;
}

.venue-stage {
  position: absolute;
  inset: 0;
}

.venue-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.6s ease;
}

.venue-stage img.is-front {
  opacity: 1;
}

.venue-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 8, 0.72) 0%, transparent 26%),
    linear-gradient(0deg, rgba(5, 11, 8, 0.78) 0%, transparent 34%);
  pointer-events: none;
}

.venue-idle-prompt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8vw;
  margin: 0;
  text-align: center;
  font-family: "Sora", "Hanken Grotesk", sans-serif;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--paper, #f7f3ea);
  text-wrap: balance;
}

.venue-top {
  position: absolute;
  top: clamp(20px, 4vh, 48px);
  left: clamp(24px, 4vw, 56px);
  z-index: 2;
}

.venue-top h1 {
  margin: 6px 0 0;
  font-size: clamp(28px, 3.4vw, 52px);
  letter-spacing: -0.02em;
  color: var(--paper, #f7f3ea);
}

.venue-join {
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  bottom: clamp(20px, 4vh, 48px);
  z-index: 2;
  text-align: center;
  padding: 18px 18px 14px;
  border-radius: 18px;
  border: 1px solid rgba(233, 186, 82, 0.4);
  background: rgba(5, 11, 8, 0.82);
  backdrop-filter: blur(6px);
}

.venue-qr {
  width: clamp(120px, 14vw, 190px);
  margin: 0 auto 10px;
  background: #fffdf8;
  padding: 10px;
  border-radius: 12px;
}

.venue-qr svg,
.venue-qr img,
.venue-qr canvas {
  display: block;
  width: 100%;
  height: auto;
}

.venue-join-line {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 19px);
  color: var(--paper, #f7f3ea);
}

.venue-count {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 600;
  color: rgba(233, 186, 82, 0.9);
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  .venue-stage img {
    transition: none;
  }
}

/* The Celebration paper suite (2026-07-06) */

.print-kit-preview {
  display: flex;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(247, 243, 234, 0.12);
  border-radius: 14px;
  background: rgba(6, 16, 11, 0.45);
}

.print-kit-preview canvas {
  width: min(100%, 280px);
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
}

#upgradeActions .upgrade-offer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#upgradeActions .upgrade-benefit {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.74;
}

/* Lost-link safety net: drops remembered on this device (2026-07-07) */

.device-drops-card {
  max-width: 860px;
  margin: 0 auto 26px;
  padding: 20px 22px;
  border: 1px solid rgba(233, 186, 82, 0.28);
  border-radius: 16px;
  background: rgba(16, 37, 27, 0.5);
}

.device-drops-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.device-drop-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 14px;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid rgba(247, 243, 234, 0.16);
  border-radius: 12px;
  background: rgba(6, 16, 11, 0.45);
  color: var(--night-paper, #f7f3ea);
  text-decoration: none;
  transition: border-color 140ms ease, transform 140ms ease;
}

.device-drop-row:hover,
.device-drop-row:focus-visible {
  border-color: rgba(233, 186, 82, 0.55);
  transform: translateY(-1px);
}

.device-drop-row strong {
  font-size: 16px;
  font-weight: 750;
}

.device-drop-row span {
  font-size: 13px;
  color: rgba(247, 243, 234, 0.6);
}
