:root {
  --ink: #2f1f1c;
  --paper: #fbf3f1;
  --panel: #ffffff;
  --panel-tint: #f8eeee;
  --muted: #6e5d59;
  --line: #ead7d3;
  --coral: #f0523d;
  --teal: #1394a4;
  --teal-dark: #0f7480;
  --gold: #e2ad40;
  --violet: #8d6bb1;
  --green: #5e8d66;
  --shadow: 0 14px 36px rgba(47, 31, 28, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

button,
.button-link {
  text-decoration: none;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  font-weight: 700;
}

button:hover {
  border-color: var(--teal);
  transform: translateY(-1px);
}

button:disabled,
button:disabled:hover {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.primary,
.button-link.primary {
  background: var(--teal);
  color: white;
  border-color: var(--teal);
}

.primary:hover,
.button-link.primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.button-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  vertical-align: -0.15em;
  animation: button-spin 700ms linear infinite;
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}

.ghost {
  background: #fff8f6;
  color: var(--teal-dark);
}

.danger {
  color: #9c2828;
}

button.danger {
  border-color: #e3bcbc;
  background: #fff7f7;
}

.full {
  width: 100%;
}

.icon-button {
  width: 42px;
  min-width: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}

.help-button {
  background: rgba(19, 148, 164, 0.1);
  color: var(--teal-dark);
  border-color: rgba(19, 148, 164, 0.22);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.top-actions,
.section-head,
.row-actions,
.metric-row,
.fulfillment,
.field-grid {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img,
.brand span,
.brand strong {
  display: block;
}

.brand strong {
  font-size: 17px;
  letter-spacing: 0;
}

.brand span:not(.brand-mark) {
  color: var(--muted);
  font-size: 13px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: white;
  box-shadow: 0 6px 16px rgba(47, 31, 28, 0.14);
}

main {
  padding: clamp(16px, 4vw, 48px);
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  min-height: calc(100vh - 120px);
  gap: 24px;
  align-items: stretch;
}

.hero,
.season-hero {
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 8px;
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: clamp(24px, 6vw, 72px);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero h1,
.season-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p,
.season-hero p {
  max-width: 660px;
  font-size: 18px;
}

.access-layout .hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(31, 44, 28, 0.66);
  color: #fff7cf;
  font-size: 13px;
  line-height: 1.15;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.42);
  box-shadow: 0 8px 18px rgba(31, 44, 28, 0.16);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(47, 31, 28, 0.36);
}

.toast {
  position: fixed;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  z-index: 40;
  width: min(460px, calc(100vw - 32px));
  border: 1px solid rgba(19, 148, 164, 0.38);
  border-radius: 8px;
  background: #ffffff;
  color: var(--teal-dark);
  padding: 16px 20px;
  box-shadow: 0 18px 44px rgba(47, 31, 28, 0.22);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.save-confirmation-backdrop {
  z-index: 45;
  background: rgba(47, 31, 28, 0.44);
}

.save-confirmation-modal {
  display: grid;
  justify-items: center;
  width: min(560px, 100%);
  border: 1px solid rgba(19, 148, 164, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 246, 0.96)),
    #ffffff;
  padding: 34px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(47, 31, 28, 0.32);
}

.save-confirmation-modal h2 {
  margin: 4px 0 0;
  color: var(--teal-dark);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.help-modal {
  width: min(640px, 100%);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  border: 1px solid rgba(47, 31, 28, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.98)),
    #ffffff;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(47, 31, 28, 0.22);
}

.help-modal .section-head {
  position: relative;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(47, 31, 28, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(19, 148, 164, 0.08), rgba(226, 173, 64, 0.08)),
    #ffffff;
}

.help-modal .icon-button {
  border-color: rgba(19, 148, 164, 0.24);
  background: #ffffff;
  color: var(--teal-dark);
}

.help-steps {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.help-steps article {
  position: relative;
  min-height: 106px;
  overflow: hidden;
  border: 1px solid rgba(47, 31, 28, 0.1);
  border-radius: 8px;
  padding: 17px 18px 17px 86px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 251, 0.9)),
    #ffffff;
  box-shadow: 0 10px 22px rgba(47, 31, 28, 0.07);
}

.help-steps article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 247, 244, 0.9)),
    #ffffff;
}

.help-steps article:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 249, 252, 0.9)),
    #ffffff;
}

.help-step-icon {
  position: absolute;
  left: 17px;
  top: 17px;
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(47, 31, 28, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow:
    0 8px 16px rgba(47, 31, 28, 0.12),
    inset 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.help-step-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-steps article:nth-child(1) .help-step-icon img {
  object-position: left center;
}

.help-steps article:nth-child(2) .help-step-icon img {
  object-position: center;
}

.help-steps article:nth-child(3) .help-step-icon img {
  object-position: right center;
}

.help-steps strong,
.help-steps p {
  position: relative;
  z-index: 1;
  display: block;
}

.help-steps p {
  margin: 5px 0 0;
  color: var(--muted);
}

.access-panel,
.admin-sidebar,
.side-stack .panel {
  background: #fffaf8;
}

.access-panel {
  align-self: center;
}

label {
  display: grid;
  gap: 7px;
  margin: 12px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 18px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 9px 11px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(19, 148, 164, 0.22);
  border-color: var(--teal);
}

input[type="file"] {
  min-height: auto;
  padding: 10px;
}

textarea {
  min-height: 84px;
  resize: vertical;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2,
h3 {
  margin-bottom: 8px;
}

.tiny,
.empty,
.eyebrow {
  color: var(--muted);
}

.tiny {
  font-size: 12px;
}

.eyebrow {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 12px;
}

.season-hero {
  min-height: 340px;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.score-box {
  --score-rotate: 0deg;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 32px rgba(47, 31, 28, 0.18);
}

.score-box span {
  display: block;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.score-box em {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.pending-points-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.journey-grid,
.journey-soon-layout,
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.journey-soon-layout {
  margin-top: 0;
}

.journey-soon-card {
  min-height: min(560px, calc(100vh - 168px));
  display: grid;
  align-content: start;
  justify-items: start;
  overflow: hidden;
  border-color: rgba(19, 148, 164, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 232, 0.88)),
    #ffffff;
}

.journey-soon-card img {
  width: 100%;
  height: clamp(220px, 28vw, 340px);
  margin-bottom: 24px;
  border: 1px solid rgba(47, 31, 28, 0.12);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 38px rgba(47, 31, 28, 0.16);
}

.journey-soon-card h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
}

.journey-soon-card p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.admin-layout {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.admin-page,
.admin-section {
  display: grid;
  gap: 28px;
}

.admin-section {
  padding-top: 8px;
}

.admin-section + .admin-section {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.admin-section-heading h1 {
  margin: 2px 0 0;
}

.main-stack,
.side-stack,
.admin-stack {
  display: grid;
  gap: 20px;
}

.section-head {
  justify-content: space-between;
}

.section-head.compact {
  margin-bottom: 12px;
}

.section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pill,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(19, 148, 164, 0.11);
  color: var(--teal-dark);
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 800;
}

.tag.quiet {
  background: #fff0ec;
  color: var(--muted);
}

.tag.review-tag {
  margin-left: 6px;
  background: #fff8e8;
  color: #7a4b08;
}

.progress {
  height: 14px;
  background: #f1ded9;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(234, 215, 211, 0.8);
}

.progress span {
  display: block;
  width: var(--progress, 0);
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
}

.campaign-progress {
  height: 10px;
  margin: 10px 0 12px;
}

.tier-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.tier {
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fffaf8;
}

.tier b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  background: #fff0ec;
  color: var(--coral);
  border-radius: 50%;
}

.tier span,
.tier small {
  display: block;
}

.tier.unlocked {
  border-color: var(--gold);
  background: #fff8e8;
}

.tier.unlocked b {
  background: var(--gold);
  color: white;
}

.challenge-list {
  display: grid;
  gap: 14px;
}

.challenge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.4fr);
  gap: 18px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.challenge.done {
  border-color: rgba(94, 141, 102, 0.45);
  background: #f5fbf4;
}

.challenge.submitted {
  border-color: rgba(219, 159, 55, 0.5);
  background: #fff9ec;
}

.challenge.rejected {
  border-color: rgba(165, 50, 36, 0.35);
  background: #fff5f2;
}

.challenge.locked {
  opacity: 1;
}

.completion-form {
  display: grid;
  gap: 8px;
}

.upload-field {
  position: relative;
  display: grid;
  flex: 0 0 118px;
  place-items: end center;
  width: 118px;
  height: 72px;
  min-height: 72px;
  margin: 0;
  border: 2px dashed rgba(19, 148, 164, 0.44);
  border-radius: 8px;
  background: rgba(248, 255, 251, 0.72);
  color: var(--teal-dark);
  cursor: pointer;
}

.upload-field::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background-color: currentColor;
  -webkit-mask: center / 34px 34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 8l-5-5-5 5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3v12' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask: center / 34px 34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 8l-5-5-5 5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3v12' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.upload-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 72px;
}

.upload-field span,
.upload-field small {
  display: block;
}

.upload-field small {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: var(--muted);
  font-weight: 500;
}

.upload-field input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-field span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.upload-preview {
  min-height: 0;
}

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

.upload-preview-grid figure {
  position: relative;
  margin: 0;
  min-width: 0;
}

.upload-preview-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf8;
}

.upload-preview-grid figcaption {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-remove {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(47, 31, 28, 0.16);
  border-radius: 50%;
  background: #fff;
  color: #a53224;
  box-shadow: 0 5px 12px rgba(47, 31, 28, 0.14);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.upload-remove:hover,
.upload-remove:focus-visible {
  border-color: #a53224;
  background: #fff0ec;
}

.upload-preview-error {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #e3bcbc;
  border-radius: 8px;
  background: #fff7f7;
  color: #9c2828;
  font-size: 12px;
  font-weight: 700;
}

.complete-mark {
  justify-self: end;
  color: var(--green);
}

.completion-status {
  justify-self: end;
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: right;
}

.completion-status-main {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.completion-check {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(94, 141, 102, 0.16);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.completion-artwork-grid {
  display: grid;
  grid-template-columns: repeat(3, 54px);
  gap: 7px;
  justify-content: end;
}

.completion-artwork-thumb {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.completion-artwork-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.completion-status strong {
  color: var(--green);
}

.completion-status small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.completion-status.pending strong {
  color: #95600a;
}

.completion-status.rejected strong {
  color: #a53224;
}

.score-box.score-celebrate {
  animation: score-pop 900ms cubic-bezier(0.2, 0.9, 0.25, 1.2);
}

.map-celebrate .progress span {
  animation: progress-glow 1200ms ease-out;
}

.challenge.just-completed,
.challenge.just-submitted,
.tier.just-unlocked,
.reward.just-unlocked {
  position: relative;
  z-index: 1;
}

.challenge.just-completed {
  animation: completed-card-rise 1100ms ease-out;
}

.challenge.just-submitted {
  animation: submitted-card-rise 900ms ease-out;
}

.tier.just-unlocked,
.reward.just-unlocked {
  animation: unlock-reveal 1300ms cubic-bezier(0.18, 0.9, 0.28, 1.12);
}

.challenge.just-completed .completion-status,
.challenge.just-submitted .completion-status {
  animation: status-stamp 850ms ease-out 120ms both;
}

.celebration-layer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
}

.celebration-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.52), transparent 240px),
    radial-gradient(circle at 50% 52%, rgba(47, 31, 28, 0.12), transparent 420px);
  opacity: 0;
  animation: celebration-backdrop 2800ms ease-out both;
}

.celebration-kind-reward::before,
.celebration-kind-quest::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.78), transparent 250px),
    radial-gradient(circle at 50% 52%, rgba(244, 199, 95, 0.32), transparent 410px),
    rgba(47, 31, 28, 0.16);
  animation-duration: 4200ms;
}

.celebration-card {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(560px, calc(100vw - 32px));
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.26),
    0 28px 76px rgba(31, 44, 28, 0.28);
  animation: celebration-card-in 3200ms ease-out both;
}

.celebration-card-reward,
.celebration-card-quest {
  grid-template-columns: 154px minmax(0, 1fr);
  width: min(690px, calc(100vw - 32px));
  min-height: 232px;
  padding: 26px;
  overflow: hidden;
  box-shadow:
    0 0 0 9px rgba(255, 255, 255, 0.32),
    0 0 0 18px rgba(244, 199, 95, 0.16),
    0 34px 92px rgba(31, 44, 28, 0.34);
  animation: celebration-reward-in 4400ms ease-out both;
}

.celebration-card-reward::before,
.celebration-card-quest::before {
  content: "";
  position: absolute;
  inset: -45% -25% auto;
  height: 140px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  transform: rotate(-8deg);
  animation: celebration-shine 1900ms ease-out 380ms both;
}

.celebration-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.celebration-card img {
  display: block;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(47, 31, 28, 0.12);
  border-radius: 8px;
  object-fit: cover;
  background: white;
  box-shadow: 0 12px 28px rgba(47, 31, 28, 0.16);
}

.celebration-card-reward img,
.celebration-card-quest img {
  width: 154px;
  height: 154px;
  border-color: rgba(244, 199, 95, 0.58);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.74),
    0 18px 34px rgba(47, 31, 28, 0.22);
  animation: reward-image-pop 1400ms cubic-bezier(0.18, 0.9, 0.26, 1.18) both;
}

.celebration-ribbon {
  position: absolute;
  left: 50%;
  bottom: -12px;
  min-width: 92px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff2bf, #e4b34f);
  color: #583c0e;
  box-shadow: 0 9px 18px rgba(47, 31, 28, 0.2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.celebration-card .eyebrow {
  margin: 0 0 3px;
}

.celebration-card strong,
.celebration-card span {
  display: block;
}

.celebration-card strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.02;
}

.celebration-card-reward strong,
.celebration-card-quest strong {
  font-size: 40px;
  line-height: 0.98;
}

.celebration-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.celebration-card-reward span,
.celebration-card-quest span {
  font-size: 18px;
}

.celebration-burst {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.celebration-particle {
  position: absolute;
  left: -11px;
  top: -11px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  animation: celebration-particle 1900ms ease-out var(--delay) both;
}

.celebration-particle::before,
.celebration-particle::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.celebration-particle::before {
  border-radius: 50%;
  background: url("./assets/logo-round.webp") center / cover no-repeat;
  filter: drop-shadow(0 7px 12px rgba(47, 31, 28, 0.18));
}

.celebration-particle::after {
  display: none;
  inset: 35%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.85) 0 18%, transparent 19%),
    var(--flower-center);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.52);
}

.celebration-kind-reward .celebration-particle,
.celebration-kind-quest .celebration-particle {
  width: 32px;
  height: 32px;
  animation-name: celebration-particle-big;
  animation-duration: 2500ms;
}

.celebration-wildflowers .celebration-card {
  border-color: rgba(217, 169, 62, 0.6);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(238, 248, 231, 0.96));
}

.celebration-seaside-sketchbook .celebration-card {
  border-color: rgba(158, 205, 195, 0.7);
  background:
    linear-gradient(135deg, rgba(248, 255, 251, 0.98), rgba(255, 247, 226, 0.96));
}

.celebration-village-trail .celebration-card {
  border-color: rgba(215, 154, 69, 0.6);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(222, 235, 205, 0.96));
}

.celebration-art-supplies .celebration-card {
  border-color: rgba(244, 199, 95, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(255, 246, 232, 0.97));
}

.celebration-kind-reward.celebration-wildflowers .celebration-card,
.celebration-kind-quest.celebration-wildflowers .celebration-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(163, 86, 123, 0.16), transparent 120px),
    linear-gradient(135deg, rgba(255, 250, 240, 0.99), rgba(238, 248, 231, 0.98));
}

.celebration-kind-reward.celebration-seaside-sketchbook .celebration-card,
.celebration-kind-quest.celebration-seaside-sketchbook .celebration-card {
  background:
    radial-gradient(circle at 18% 20%, rgba(29, 115, 125, 0.16), transparent 120px),
    linear-gradient(135deg, rgba(248, 255, 251, 0.99), rgba(255, 247, 226, 0.98));
}

.celebration-kind-reward.celebration-village-trail .celebration-card,
.celebration-kind-quest.celebration-village-trail .celebration-card {
  background:
    radial-gradient(circle at 18% 20%, rgba(215, 154, 69, 0.18), transparent 120px),
    linear-gradient(135deg, rgba(255, 253, 247, 0.99), rgba(222, 235, 205, 0.98));
}

.celebration-kind-reward.celebration-art-supplies .celebration-card,
.celebration-kind-quest.celebration-art-supplies .celebration-card {
  background:
    radial-gradient(circle at 18% 20%, rgba(21, 154, 165, 0.14), transparent 120px),
    linear-gradient(135deg, rgba(255, 253, 247, 0.99), rgba(255, 246, 232, 0.98));
}

@keyframes score-pop {
  0% { transform: scale(1) rotate(var(--score-rotate, 0deg)); }
  36% { transform: scale(1.1) rotate(0deg); }
  100% { transform: scale(1) rotate(var(--score-rotate, 0deg)); }
}

@keyframes progress-glow {
  0% { filter: brightness(1); box-shadow: none; }
  45% { filter: brightness(1.14) saturate(1.18); box-shadow: 0 0 0 7px rgba(244, 199, 95, 0.22); }
  100% { filter: brightness(1); box-shadow: none; }
}

@keyframes completed-card-rise {
  0% { transform: translateY(0) scale(1); }
  34% { transform: translateY(-6px) scale(1.012); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes submitted-card-rise {
  0% { transform: translateY(0) scale(1); }
  42% { transform: translateY(-4px) scale(1.008); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes unlock-reveal {
  0% { opacity: 0.55; transform: translateY(8px) scale(0.96); }
  38% { opacity: 1; transform: translateY(-4px) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes status-stamp {
  0% { opacity: 0; transform: scale(0.86) rotate(-2deg); }
  52% { opacity: 1; transform: scale(1.06) rotate(1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes celebration-card-in {
  0% { opacity: 0; transform: translateY(24px) scale(0.9); }
  11%, 82% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-12px) scale(0.98); }
}

@keyframes celebration-reward-in {
  0% { opacity: 0; transform: translateY(34px) scale(0.84) rotate(-1.5deg); }
  10% { opacity: 1; transform: translateY(0) scale(1.04) rotate(0.7deg); }
  18%, 84% { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translateY(-14px) scale(0.98); }
}

@keyframes celebration-backdrop {
  0% { opacity: 0; }
  12%, 78% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes celebration-shine {
  0% { opacity: 0; transform: translateX(-80%) rotate(-8deg); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateX(80%) rotate(-8deg); }
}

@keyframes reward-image-pop {
  0% { opacity: 0; transform: scale(0.62) rotate(-5deg); }
  54% { opacity: 1; transform: scale(1.08) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes celebration-particle {
  0% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(0) scale(0.4) rotate(0deg);
  }
  18% { opacity: 1; }
  100% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(var(--distance)) scale(0.88) rotate(var(--spin));
  }
}

@keyframes celebration-particle-big {
  0% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(0) scale(0.26) rotate(0deg);
  }
  14% { opacity: 1; }
  72% { opacity: 0.95; }
  100% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(var(--distance)) scale(1.06) rotate(var(--spin));
  }
}

.locked-panel {
  position: relative;
  justify-self: stretch;
  display: grid;
  gap: 8px;
  min-width: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff8f1;
  text-align: left;
}

.locked-panel strong,
.locked-panel span {
  display: block;
}

.locked-panel span {
  color: var(--muted);
  font-size: 13px;
}

.locked-panel h3 {
  margin-bottom: 0;
}

.locked-panel p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.locked-note {
  display: block;
  max-width: 36ch;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.reward-list,
.feed,
.fulfillment-list,
.feedback-task-list,
.member-status-list,
.code-grid {
  display: grid;
  gap: 10px;
}

.reward,
.feed-item,
.fulfillment,
.member-status-row,
.feedback-task {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: white;
}

.member-status-panel summary,
.admin-collapsible-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.member-status-panel summary::-webkit-details-marker,
.admin-collapsible-panel summary::-webkit-details-marker {
  display: none;
}

.member-status-panel summary::after,
.admin-collapsible-panel summary::after {
  content: "+";
  display: inline-grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal-dark);
  font-weight: 900;
}

.member-status-panel[open] summary,
.admin-collapsible-panel[open] summary {
  margin-bottom: 14px;
}

.member-status-panel[open] summary::after,
.admin-collapsible-panel[open] summary::after {
  content: "-";
}

.member-status-panel summary strong,
.admin-collapsible-panel summary strong {
  display: block;
  font-size: 22px;
}

.member-status-summary,
.admin-collapsible-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.admin-collapsible-note {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.member-status-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.4fr);
  gap: 12px 16px;
  align-items: start;
}

.member-status-main {
  min-width: 0;
}

.member-status-main strong,
.member-status-main span {
  display: block;
  overflow-wrap: anywhere;
}

.member-status-main span {
  color: var(--muted);
  font-size: 13px;
}

.member-status-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 8px;
}

.member-status-metrics span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #fffaf8;
}

.member-status-metrics b,
.member-status-metrics small {
  display: block;
}

.member-status-metrics small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.member-challenge-statuses {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.member-challenge-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.member-challenge-status b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-challenge-status em {
  flex: 0 0 auto;
  color: var(--muted);
  font-style: normal;
}

.member-challenge-status.approved {
  border-color: rgba(19, 148, 164, 0.28);
  background: rgba(19, 148, 164, 0.1);
  color: var(--teal-dark);
}

.member-challenge-status.pending {
  border-color: rgba(226, 173, 64, 0.38);
  background: #fff8e8;
  color: #7a4b08;
}

.member-challenge-status.rejected {
  border-color: #e3bcbc;
  background: #fff7f7;
  color: #9c2828;
}

.fulfillment {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 180px;
  align-items: center;
}

.fulfillment > div {
  min-width: 0;
}

.fulfillment strong {
  display: block;
  overflow-wrap: anywhere;
}

.fulfillment select {
  width: 100%;
}

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

.submission-options.single-option {
  grid-template-columns: minmax(0, 1fr);
}

.feedback-option {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  margin: 4px 0 0;
  border: 1px solid rgba(141, 107, 177, 0.28);
  border-radius: 8px;
  background: rgba(141, 107, 177, 0.1);
  color: var(--teal-dark);
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 900;
}

.feedback-option .help-tip {
  flex: 0 0 auto;
}

.feedback-option strong {
  color: var(--teal-dark);
  font-weight: 900;
  white-space: nowrap;
}

.submission-options .feedback-option:first-child .help-tip::after {
  left: 0;
  transform: none;
}

.submission-options .feedback-option:first-child .help-tip::before {
  left: 9px;
}

.submission-options .feedback-option:last-child .help-tip::after {
  right: 0;
  left: auto;
  transform: none;
}

.submission-options .feedback-option:last-child .help-tip::before {
  right: 9px;
  left: auto;
  transform: rotate(45deg);
}

.feedback-option input {
  flex: 0 0 auto;
  accent-color: var(--teal);
}

.reflection-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.reflection-field > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.optional-note {
  color: var(--teal-dark);
}

.feedback-status {
  display: inline-flex;
  justify-self: end;
  width: max-content;
  border-radius: 999px;
  padding: 2px 9px;
  background: rgba(141, 107, 177, 0.12);
  color: #6a4b8d;
}

.feedback-status.sent {
  background: rgba(94, 141, 102, 0.14);
  color: var(--green);
}

.feedback-status.dismissed {
  background: #fff0ec;
  color: var(--muted);
}

.feedback-task {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: 14px;
  align-items: start;
}

.feedback-task.open {
  border-color: rgba(141, 107, 177, 0.34);
  background: #fdfbff;
}

.feedback-task-main {
  min-width: 0;
}

.feedback-task h3 {
  margin: 8px 0 4px;
}

.feedback-task p {
  margin: 0 0 8px;
  color: var(--muted);
}

.feedback-actions {
  display: grid;
  gap: 8px;
}

.feedback-actions select {
  width: 100%;
}

button.reward {
  appearance: none;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

button.reward:hover,
button.reward:focus-visible {
  border-color: rgba(79, 122, 67, 0.55);
  box-shadow:
    0 0 0 3px rgba(79, 122, 67, 0.12),
    0 12px 24px rgba(48, 66, 43, 0.12);
  transform: translateY(-1px);
}

.reward.has-thumbnail {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.reward-icon {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.reward.unlocked:not(.supply-reward) {
  position: relative;
  min-height: 86px;
  padding: 14px 54px 14px 14px;
  border-color: var(--teal);
  background:
    linear-gradient(135deg, rgba(19, 148, 164, 0.15), rgba(255, 246, 236, 0.98));
  box-shadow: 0 12px 24px rgba(19, 148, 164, 0.13);
}

.reward.unlocked:not(.supply-reward)::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #35c0cb);
  box-shadow: 0 6px 14px rgba(19, 148, 164, 0.22);
}

.reward.unlocked:not(.supply-reward)::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 25px;
  width: 10px;
  height: 6px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
}

.reward.unlocked.has-thumbnail:not(.supply-reward) {
  grid-template-columns: 64px minmax(0, 1fr);
}

.reward.unlocked:not(.supply-reward) .reward-icon {
  width: 64px;
  height: 64px;
  border-color: rgba(19, 148, 164, 0.35);
  box-shadow: 0 8px 16px rgba(19, 148, 164, 0.14);
}

.reward:not(.supply-reward) .reward-unlocked-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(19, 148, 164, 0.14);
  color: #0f6f79;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.campaign-rewards {
  border-color: rgba(79, 122, 67, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 250, 248, 0.98), rgba(245, 250, 246, 0.96));
}

.campaign-progress-summary {
  display: grid;
  gap: 4px;
  margin-top: 2px;
}

.campaign-progress-summary strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
}

.campaign-progress-summary span,
.campaign-reward-copy {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.campaign-reward {
  border-color: rgba(79, 122, 67, 0.18);
}

.sidebar-history {
  padding: 0;
  overflow: hidden;
}

.sidebar-history summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.sidebar-history summary::-webkit-details-marker {
  display: none;
}

.sidebar-history summary h2 {
  margin: 0;
  font-size: 18px;
}

.sidebar-history summary span {
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
  transform: rotate(90deg);
}

.sidebar-history[open] summary span {
  transform: rotate(-90deg);
}

.history-list {
  padding: 0 18px 16px;
}

.history-list p {
  margin: 0 0 8px;
}

.reward span,
.reward small,
.fulfillment span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.feed-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.feed-item::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background:
    var(--feed-icon-image, url("./assets/activity-icon-challenge-check.png")) center / cover no-repeat,
    #fffaf0;
  box-shadow:
    0 0 0 2px var(--feed-icon-ring, rgba(94, 141, 102, 0.2)),
    0 8px 14px rgba(48, 66, 43, 0.1);
}

.feed-item > * {
  grid-column: 2;
  min-width: 0;
}

.feed-challenge {
  --feed-icon-image: url("./assets/activity-icon-challenge-check.png");
  --feed-icon-ring: rgba(94, 141, 102, 0.24);
}

.feed-tier,
.feed-reward {
  --feed-icon-image: url("./assets/activity-icon-prize-ribbon.png");
  --feed-icon-ring: rgba(217, 169, 62, 0.34);
}

.feed-type {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feed-item.pending {
  border-color: var(--gold);
}

.feed-item p {
  margin-bottom: 8px;
}

.feed-interactions {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.feed-reactions,
.reaction-chips,
.comment-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.reaction-chip,
.reaction-add,
.reaction-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--ink);
  font-weight: 800;
}

.reaction-picker {
  position: relative;
}

.reaction-add {
  font-size: 18px;
  line-height: 1;
}

.reaction-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  left: 0;
  display: flex;
  gap: 4px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 24px rgba(48, 66, 43, 0.15);
}

.reaction-chip {
  gap: 3px;
  padding: 0 9px;
}

.reaction-chip.active,
.reaction-add:hover,
.reaction-menu button:hover {
  border-color: var(--teal);
  background: rgba(19, 148, 164, 0.1);
}

.reaction-chip b {
  font-size: 11px;
}

.feed-comments {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.comments-header,
.comment-composer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.comment-composer summary {
  width: fit-content;
  margin-top: 8px;
  cursor: pointer;
}

.comment-composer summary::-webkit-details-marker {
  display: none;
}

.comment-composer summary::marker {
  content: "";
}

.comments-summary-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.comments-summary-label b {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: rgba(19, 148, 164, 0.12);
  font-size: 11px;
}

.comments-toggle-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--teal-dark);
  font-size: 16px;
  line-height: 1;
}

.comments-toggle-icon::before {
  content: "+";
}

.comment-composer[open] .comments-toggle-icon::before {
  content: "−";
}

.comment-composer:not([open]) .comment-form {
  display: none;
}

.comment-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.comment {
  border-left: 3px solid rgba(19, 148, 164, 0.22);
  padding-left: 9px;
}

.comment-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 3px;
}

.comment-meta strong {
  font-size: 13px;
}

.comment-meta span,
.empty.small {
  color: var(--muted);
  font-size: 12px;
}

.comment p {
  margin-bottom: 5px;
}

.comment-form,
.comment-edit-form {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.comment-form textarea,
.comment-edit-form textarea {
  width: 100%;
  min-height: 48px;
  resize: vertical;
}

.comment-form button {
  justify-self: end;
}

.danger-text {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--danger);
  font-weight: 800;
}

.resource-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 2px 0 10px;
  padding: 0 12px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.resource-link:hover {
  background: rgba(19, 148, 164, 0.1);
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.evidence-thumb {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

.evidence-thumb:hover {
  border-color: transparent;
  transform: translateY(-1px);
}

.evidence-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.evidence-thumb:focus-visible {
  outline: 3px solid rgba(19, 148, 164, 0.35);
  outline-offset: 3px;
}

.moderation-panel .evidence-grid,
.feedback-panel .evidence-grid {
  grid-template-columns: repeat(auto-fill, 112px);
  justify-content: start;
}

.moderation-panel .evidence-thumb,
.moderation-panel .evidence-grid img,
.feedback-panel .evidence-thumb,
.feedback-panel .evidence-grid img {
  width: 112px;
  height: 112px;
}

.image-lightbox-backdrop {
  padding: 28px;
}

.image-lightbox {
  width: min(960px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  display: grid;
  gap: 16px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
  padding: 18px;
  box-shadow: 0 28px 70px rgba(47, 31, 28, 0.28);
}

.image-lightbox h2 {
  margin: 0;
  font-size: 22px;
}

.image-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.reward-modal-backdrop {
  padding: 28px;
}

.reward-modal,
.feedback-draft-modal,
.app-error-modal {
  display: grid;
  gap: 16px;
  width: min(680px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 8%, rgba(217, 169, 62, 0.12), transparent 140px),
    #fffdf9;
  padding: 18px;
  box-shadow: 0 28px 70px rgba(47, 31, 28, 0.28);
}

.reward-modal h2,
.feedback-draft-modal h2,
.app-error-modal h2 {
  margin: 0;
  font-size: 26px;
}

.reward-modal-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(47, 31, 28, 0.12);
}

.reward-modal p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.app-error-backdrop {
  padding: 28px;
}

.app-error-modal {
  width: min(520px, 100%);
}

.app-error-modal p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.app-error-modal .row-actions {
  justify-content: end;
}

.reward-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feedback-draft-backdrop {
  padding: 28px;
}

.email-draft-grid {
  display: grid;
  gap: 10px;
}

.email-draft-grid label {
  margin: 0;
}

.email-draft-grid input,
.email-draft-grid textarea {
  background: #fff;
}

.email-body-field textarea {
  min-height: 180px;
  resize: vertical;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-sidebar {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

.monthly-admin-sidebar {
  grid-template-areas:
    "monthly-active monthly-library monthly-actions"
    "metrics metrics monthly-actions";
  grid-template-columns: minmax(260px, 0.8fr) minmax(680px, 1.9fr) minmax(220px, 0.65fr);
}

.seasonal-admin-sidebar {
  grid-template-areas:
    "seasonal-active seasonal-library seasonal-actions";
  grid-template-columns: minmax(300px, 0.9fr) minmax(680px, 1.9fr) minmax(220px, 0.65fr);
}

.admin-sidebar-heading {
  grid-area: heading;
  min-width: 0;
}

.admin-sidebar-heading h1 {
  margin-bottom: 0;
}

.admin-active-quest {
  min-width: 0;
  margin: 0;
}

.monthly-active-quest {
  grid-area: monthly-active;
}

.seasonal-active-quest {
  grid-area: seasonal-active;
}

.admin-sidebar-actions {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.monthly-sidebar-actions {
  grid-area: monthly-actions;
}

.seasonal-sidebar-actions {
  grid-area: seasonal-actions;
}

.metric-row {
  grid-area: metrics;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  min-width: 0;
}

.metric-card {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: white;
  min-height: 72px;
  text-align: left;
}

.metric-card:hover {
  background: rgba(19, 148, 164, 0.06);
}

.metric-card b,
.metric-card span {
  display: block;
}

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

.admin-focus-target:focus {
  outline: 3px solid rgba(19, 148, 164, 0.32);
  outline-offset: 4px;
}

.quest-library {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  min-width: 0;
}

.monthly-quest-library {
  grid-area: monthly-library;
}

.seasonal-quest-library {
  grid-area: seasonal-library;
}

.quest-library section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 10px;
}

.quest-library-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 12px;
}

.quest-library button {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  width: 100%;
  min-height: 38px;
  margin-top: 6px;
  padding: 7px 9px;
  border-radius: 8px;
  text-align: left;
}

.quest-library button span {
  min-width: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.quest-library button.selected {
  background: rgba(19, 148, 164, 0.1);
  border-color: var(--line);
  outline: 0;
  box-shadow: none;
}

.quest-library small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .monthly-admin-sidebar {
    grid-template-areas:
      "monthly-active monthly-actions"
      "monthly-library monthly-library"
      "metrics metrics";
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.9fr);
  }

  .seasonal-admin-sidebar {
    grid-template-areas:
      "seasonal-active seasonal-actions"
      "seasonal-library seasonal-library";
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.9fr);
  }
}

.admin-form .field-grid,
.field-grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.journey-hero-admin {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.8fr) minmax(180px, 0.6fr);
  gap: 12px;
  align-items: end;
}

.journey-hero-preview {
  display: grid;
  gap: 6px;
}

.journey-hero-preview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.journey-hero-preview img {
  width: 100%;
  height: 80px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.admin-table {
  display: grid;
  gap: 12px;
}

.challenge-table {
  gap: 10px;
}

.edit-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) 80px 70px 130px 110px 100px 90px 80px minmax(150px, 1fr) minmax(120px, .8fr) minmax(220px, 1.6fr) 72px 78px;
  gap: 8px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf8;
}

.challenge-edit {
  grid-template-columns: 86px minmax(220px, 1.5fr) 76px 96px 64px 142px 110px minmax(170px, 1fr) 112px 96px;
}

.challenge-edit {
  grid-template-areas:
    "active title points bonus sort date type requirement moderation delete"
    ". url url url url label description description description description";
  align-items: start;
}

.challenge-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.challenge-field > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.challenge-field .help-tip {
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-transform: none;
}

.challenge-field-title {
  grid-area: title;
}

.challenge-field-points {
  grid-area: points;
}

.challenge-field-share-bonus {
  grid-area: bonus;
}

.challenge-field-sort {
  grid-area: sort;
}

.challenge-field-date {
  grid-area: date;
}

.challenge-field-type {
  grid-area: type;
}

.challenge-field-requirement {
  grid-area: requirement;
  min-width: 0;
}

.challenge-field-moderation {
  grid-area: moderation;
}

.challenge-field-active {
  grid-area: active;
}

.challenge-field-active .check,
.challenge-field-moderation .check {
  min-height: 42px;
}

.challenge-field-date input {
  min-width: 0;
}

.challenge-field-type select {
  min-width: 0;
}

.challenge-field-url {
  grid-area: url;
}

.challenge-field-label {
  grid-area: label;
}

.challenge-field-description {
  grid-area: description;
}

.challenge-field-description textarea {
  min-height: 78px;
  resize: vertical;
}

.challenge-edit .danger {
  grid-area: delete;
}

.challenge-edit button {
  align-self: start;
  width: 100%;
  min-width: 0;
  padding-inline: 14px;
}

.tier-edit {
  grid-template-columns: minmax(180px, 1fr) 110px 90px minmax(240px, 2fr) 78px;
}

.tier-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.tier-field > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.tier-edit button {
  margin-top: 19px;
}

.reward-edit {
  grid-template-columns: minmax(170px, 1fr) 90px 120px 80px 74px minmax(180px, 1fr) minmax(180px, 1fr) 58px minmax(220px, 1.3fr) 78px;
}

.campaign-reward-edit {
  grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1fr) 82px 124px 72px 72px minmax(220px, 1.3fr) minmax(132px, .8fr) 58px 96px;
  grid-template-areas:
    "campaign reward points type limit active thumbnail upload preview delete"
    "description description description description description description description description description description";
}

.campaign-reward-campaign-field {
  grid-area: campaign;
}

.campaign-reward-title-field {
  grid-area: reward;
}

.campaign-reward-points-field {
  grid-area: points;
}

.campaign-reward-type-field {
  grid-area: type;
}

.campaign-reward-limit-field {
  grid-area: limit;
}

.campaign-reward-active-field {
  grid-area: active;
}

.campaign-reward-thumbnail-field {
  grid-area: thumbnail;
}

.campaign-reward-upload-field {
  grid-area: upload;
}

.campaign-reward-preview-field {
  grid-area: preview;
}

.campaign-reward-description-field {
  grid-area: description;
}

.campaign-reward-edit .danger {
  grid-area: delete;
}

.campaign-reward-edit .campaign-reward-description-field textarea {
  min-height: 78px;
  resize: vertical;
}

.campaign-edit {
  grid-template-columns: minmax(280px, 1.1fr) minmax(136px, .45fr) repeat(2, minmax(168px, .5fr)) minmax(0, 1fr) 96px;
  grid-template-areas:
    "title status start end . delete"
    "description description description description description description";
}

.campaign-title-field {
  grid-area: title;
}

.campaign-status-field {
  grid-area: status;
}

.campaign-start-field {
  grid-area: start;
}

.campaign-end-field {
  grid-area: end;
}

.campaign-description-field {
  grid-area: description;
  max-width: 860px;
  min-width: 0;
}

.campaign-edit .danger {
  grid-area: delete;
  margin-top: 19px;
}

.campaign-start-field,
.campaign-end-field {
  min-width: 0;
}

.campaign-edit .campaign-description-field textarea {
  min-height: 78px;
  resize: vertical;
}

.reward-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.reward-field > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.reward-field .help-tip {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  line-height: 1;
  font-size: 10px;
  text-transform: none;
}

.reward-active-field .check {
  align-self: start;
}

.reward-preview-field {
  justify-items: start;
}

.reward-edit button {
  margin-top: 19px;
}

.admin-thumb-preview {
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.check {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  min-height: 42px;
}

.check input {
  width: auto;
  min-height: 0;
}

.help-tip {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(19, 148, 164, 0.1);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  cursor: help;
}

.help-tip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 20;
  width: max-content;
  max-width: 240px;
  transform: translateX(-50%);
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.help-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 3px);
  z-index: 21;
  width: 9px;
  height: 9px;
  background: var(--ink);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease;
}

.help-tip:hover::after,
.help-tip:focus::after,
.help-tip:hover::before,
.help-tip:focus::before {
  opacity: 1;
}

.code-grid {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

code {
  display: block;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff0ec;
}

/* Monthly theme contract:
   - Save a visual theme slug on each season, such as "basic" or "art-supplies".
   - app.js adds .theme-{slug} plus .view-member/.view-admin/.view-access to #app.
   - Keep monthly member-facing theme rules scoped to .theme-{slug}.view-member so admin stays functional.
*/
.theme-art-supplies {
  --supply-ink: #27322d;
  --supply-forest: #2f6f60;
  --supply-teal: #159aa5;
  --supply-mint: #dcead8;
  --supply-cream: #fff8ec;
  --supply-paper: #fffdf7;
  --supply-wood: #b98358;
  --supply-clay: #df725d;
  --supply-yellow: #f4c75f;
  --supply-line: #ead2bd;
  --supply-check-icon: url("./assets/supply-completion-check.png");
  --supply-shadow: 0 18px 34px rgba(91, 57, 36, 0.13);
}

.theme-art-supplies.view-member {
  min-height: 100vh;
  background: linear-gradient(180deg, #fffaf1 0%, #fff6ed 44%, #fffaf4 100%);
}

.theme-art-supplies .topbar {
  background: rgba(255, 253, 247, 0.95);
  border-bottom-color: #ead7c4;
}

.theme-art-supplies .brand-mark {
  border-radius: 50%;
  background: white;
}

.theme-art-supplies .brand strong,
.theme-art-supplies.view-member h2,
.theme-art-supplies.view-member h3 {
  color: #064d56;
}

.theme-art-supplies.view-member main {
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px clamp(18px, 4vw, 42px) 56px;
}

.theme-art-supplies.view-member .top-actions button {
  border-radius: 8px;
  background: var(--supply-paper);
  box-shadow: 0 8px 18px rgba(91, 57, 36, 0.08);
}

.theme-art-supplies.view-member .primary {
  border-color: #0e8993;
  background: linear-gradient(180deg, #25b7c1, #128b95);
  box-shadow: 0 10px 18px rgba(18, 139, 149, 0.2);
}

.theme-art-supplies.view-member .supply-hero {
  position: relative;
  min-height: 292px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 18px;
  padding: 36px 52px;
  overflow: hidden;
  color: var(--supply-ink);
  border: 1px solid #dfc3a9;
  border-radius: 8px;
  box-shadow: var(--supply-shadow);
}

.theme-art-supplies.view-member .supply-hero::before {
  display: none;
}

.theme-art-supplies.view-member .supply-hero::after {
  display: none;
}

.theme-art-supplies.view-member .supply-hero > div:first-child {
  position: relative;
  z-index: 1;
  flex: 0 1 790px;
  max-width: 790px;
  margin-left: 110px;
  margin-right: auto;
  padding: 20px 44px 24px 58px;
  text-align: center;
  background:
    radial-gradient(circle at 22px 34px, rgba(139, 103, 72, 0.18) 0 5px, transparent 6px),
    radial-gradient(circle at 22px 76px, rgba(139, 103, 72, 0.16) 0 5px, transparent 6px),
    radial-gradient(circle at 22px 118px, rgba(139, 103, 72, 0.14) 0 5px, transparent 6px),
    linear-gradient(90deg, rgba(226, 103, 88, 0.18) 0 2px, transparent 3px 100%) 44px 0 / 1px 100% no-repeat,
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(126, 81, 56, 0.08) 31px 32px),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 248, 236, 0.94));
  clip-path: polygon(1.2% 2.5%, 7% 0, 15% 2.2%, 24% 0.7%, 34% 2.4%, 44% 0.5%, 54% 2%, 65% 0.6%, 76% 2.6%, 88% 0.8%, 99% 2.3%, 98.4% 94%, 92% 98.5%, 82% 95.5%, 72% 99%, 61% 96.4%, 50% 98.8%, 39% 95.7%, 28% 98.6%, 18% 96%, 8% 99%, 1.4% 95%);
  box-shadow: 0 16px 28px rgba(64, 42, 28, 0.18);
}

.theme-art-supplies.view-member .supply-hero > div:first-child::before {
  content: "";
  position: absolute;
  inset: -13px 38px auto 122px;
  height: 34px;
  background: url("./assets/washi-tape-photo.png") center / cover no-repeat;
  opacity: 0.82;
  transform: rotate(-1.5deg);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.theme-art-supplies.view-member .supply-hero .eyebrow {
  color: #725844;
  font-size: 14px;
}

.theme-art-supplies.view-member .supply-hero h1 {
  color: #064d56;
  margin-inline: auto;
  font-size: clamp(54px, 6.4vw, 84px);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

.theme-art-supplies.view-member .supply-hero p {
  margin-inline: auto;
  color: #2f2722;
}

.theme-art-supplies.view-member .score-box {
  --score-rotate: 2deg;
  position: relative;
  z-index: 1;
  width: 174px;
  height: 174px;
  padding: 18px;
  border: 1px solid #e0c8ae;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 232, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(98, 67, 45, 0.09) 21px 22px);
  box-shadow: 0 16px 28px rgba(76, 46, 28, 0.18);
  transform: rotate(2deg);
}

.theme-art-supplies.view-member .score-box::before {
  content: "";
  position: absolute;
  left: 42px;
  top: -14px;
  width: 88px;
  height: 25px;
  background: rgba(128, 154, 111, 0.38);
  transform: rotate(-3deg);
}

.theme-art-supplies.view-member .score-box span {
  color: #064d56;
}

.theme-art-supplies.view-member .journey-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 0;
}

.theme-art-supplies.view-member .panel {
  border-color: var(--supply-line);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 248, 239, 0.98));
  box-shadow: var(--supply-shadow);
}

.theme-art-supplies.view-member .supply-map {
  position: relative;
  min-height: 270px;
  padding: 24px 24px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.72), rgba(255, 248, 238, 0.42) 44%, rgba(255, 253, 247, 0.72)),
    linear-gradient(180deg, rgba(255, 253, 247, 0.28), rgba(255, 248, 238, 0.48)),
    url("./assets/art-supplies-map-paper.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    inset 0 -32px 60px rgba(122, 76, 42, 0.08),
    var(--supply-shadow);
}

.theme-art-supplies.view-member .supply-map::before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 105px;
  height: 112px;
  background: center / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 150'%3E%3Cpath d='M18 92 C132 18 238 122 354 65 S562 5 680 82 S865 130 962 32' fill='none' stroke='%23a7b995' stroke-width='12' stroke-linecap='round' stroke-dasharray='1 26' opacity='.42'/%3E%3Cpath d='M18 92 C132 18 238 122 354 65 S562 5 680 82 S865 130 962 32' fill='none' stroke='%233e6b3d' stroke-width='4' stroke-linecap='round' opacity='.78'/%3E%3C/svg%3E");
  opacity: 0.64;
  filter: drop-shadow(0 2px 1px rgba(255, 255, 255, 0.5));
}

.theme-art-supplies.view-member .supply-map::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 14%, rgba(255, 255, 255, 0.28) 0 34px, transparent 35px),
    linear-gradient(90deg, rgba(91, 57, 36, 0.08), transparent 20%, transparent 76%, rgba(91, 57, 36, 0.08));
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.theme-art-supplies.view-member .supply-map .section-head,
.theme-art-supplies.view-member .supply-map .progress,
.theme-art-supplies.view-member .supply-map .tier-row {
  position: relative;
  z-index: 2;
}

.theme-art-supplies.view-member .supply-map .section-head {
  width: fit-content;
  max-width: calc(100% - 54px);
  padding: 10px 16px;
  border: 1px solid rgba(224, 190, 154, 0.74);
  border-radius: 10px;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 8px 18px rgba(91, 57, 36, 0.08);
}

.theme-art-supplies.view-member .supply-map .section-head h2 {
  color: #d64b33;
  font-size: 18px;
}

.theme-art-supplies.view-member .supply-map .progress {
  position: relative;
  height: 58px;
  margin: 6px 16px 20px;
  border: 0;
  overflow: visible;
  border-radius: 999px;
  background: none;
}

.theme-art-supplies.view-member .supply-map .progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  height: 18px;
  border: 1px solid rgba(224, 190, 154, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.78), rgba(255, 253, 247, 0.2)),
    radial-gradient(circle, rgba(21, 154, 165, 0.3) 0 4px, transparent 5px) 0 50% / 24px 18px repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.theme-art-supplies.view-member .supply-map .progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 58px;
  border-radius: 999px;
  background: url("./assets/art-supplies-progress.png") left center / 100% 58px no-repeat;
  box-shadow:
    0 7px 13px rgba(21, 154, 165, 0.16);
}

.theme-art-supplies.view-member .supply-map .progress::after {
  content: "";
  position: absolute;
  left: clamp(28px, var(--progress, 0%), calc(100% - 28px));
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 253, 247, 0.94);
  border-radius: 16px;
  background: var(--progress-marker) center / cover no-repeat;
  box-shadow:
    0 0 0 4px rgba(244, 199, 95, 0.28),
    0 10px 18px rgba(91, 57, 36, 0.18);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.theme-art-supplies.view-member .supply-map .tier-row {
  align-items: end;
  gap: 16px;
  margin-top: 18px;
}

.theme-art-supplies.view-member .supply-tier {
  position: relative;
  display: grid;
  grid-template-rows: 88px auto auto auto;
  gap: 6px;
  align-items: center;
  min-height: 172px;
  padding: 10px;
  text-align: center;
  border: 1px solid #dfc7ad;
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 12%, rgba(244, 199, 95, 0.16), transparent 32px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 232, 0.82));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 13px 22px rgba(91, 57, 36, 0.14);
  backdrop-filter: blur(1px);
}

.theme-art-supplies.view-member .supply-tier-photo {
  display: block;
  width: 100%;
  height: 88px;
  border: 1px solid rgba(224, 190, 154, 0.86);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 13px rgba(91, 57, 36, 0.11);
}

.theme-art-supplies.view-member .supply-tier:nth-child(odd) {
  transform: rotate(-1.5deg);
}

.theme-art-supplies.view-member .supply-tier:nth-child(even) {
  transform: translateY(-10px) rotate(1.4deg);
}

.theme-art-supplies.view-member .supply-tier::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 82px;
  height: 24px;
  background: url("./assets/washi-tape-mint-photo.png") center / cover no-repeat;
  opacity: 0.72;
  filter: saturate(0.95) drop-shadow(0 2px 4px rgba(91, 57, 36, 0.08));
  mix-blend-mode: multiply;
  transform: translateX(-50%) rotate(-4deg);
}

.theme-art-supplies.view-member .supply-tier::after {
  display: none;
}

.theme-art-supplies.view-member .supply-tier b {
  width: 42px;
  height: 42px;
  margin: -28px auto 0;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: #f9e2a4;
  color: #8e5f16;
  box-shadow: 0 4px 9px rgba(91, 57, 36, 0.12);
}

.theme-art-supplies.view-member .supply-tier:nth-child(2) b {
  background: #cfe5dc;
  color: #2f6f60;
}

.theme-art-supplies.view-member .supply-tier:nth-child(3) b {
  background: #e5d6ee;
  color: #6b4a87;
}

.theme-art-supplies.view-member .supply-tier:nth-child(4) b {
  background: #d7eef3;
  color: #0f7480;
}

.theme-art-supplies.view-member .supply-tier.unlocked {
  border-color: #d8a83d;
  background:
    linear-gradient(180deg, rgba(255, 252, 232, 0.94), rgba(255, 243, 211, 0.9));
  box-shadow:
    0 0 0 3px rgba(244, 199, 95, 0.24),
    0 16px 26px rgba(151, 98, 36, 0.18);
}

.theme-art-supplies.view-member .supply-tier.unlocked::after {
  content: "\2713";
  position: absolute;
  right: 14px;
  top: 12px;
  align-items: center;
  justify-content: center;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: linear-gradient(135deg, #2f9a78, #0f7480);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  box-shadow:
    0 0 0 3px rgba(207, 229, 220, 0.68),
    0 8px 14px rgba(21, 117, 107, 0.2);
}

.theme-art-supplies.view-member .supply-tier.unlocked::before {
  opacity: 0.95;
}

.theme-art-supplies.view-member .supply-tier.unlocked b {
  background: #f7d66d;
  color: #7c4d06;
  box-shadow:
    0 0 0 5px rgba(244, 199, 95, 0.22),
    0 8px 16px rgba(151, 98, 36, 0.18);
}

.theme-art-supplies.view-member .tier-unlock-note {
  display: inline-flex;
  width: fit-content;
  margin: 8px auto 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: #fff4ca;
  color: #946216;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-art-supplies.view-member .challenge-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-art-supplies.view-member .supply-challenge {
  position: relative;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  min-height: 236px;
  padding: 24px 18px 18px;
  overflow: hidden;
  border-color: var(--supply-line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 251, 241, 0.92)),
    var(--supply-paper);
  box-shadow: 0 13px 28px rgba(91, 57, 36, 0.12);
}

.theme-art-supplies.view-member .supply-challenge::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -15px;
  z-index: 2;
  width: 112px;
  height: 42px;
  background: url("./assets/washi-tape-photo.png") center / cover no-repeat;
  opacity: 0.86;
  filter: saturate(1.04) drop-shadow(0 3px 4px rgba(91, 57, 36, 0.13));
  mix-blend-mode: multiply;
  transform: rotate(-5deg);
}

.theme-art-supplies.view-member .supply-challenge::after {
  display: none;
}

.theme-art-supplies.view-member .supply-challenge:nth-child(even)::before {
  left: 54px;
  background-image: url("./assets/washi-tape-mint-photo.png");
  transform: rotate(3.5deg);
}

.theme-art-supplies.view-member .supply-challenge:nth-child(3n)::before {
  width: 96px;
  background-image: url("./assets/washi-tape-coral-photo.png");
  transform: rotate(-8deg);
}

.theme-art-supplies.view-member .supply-challenge.done {
  border-color: rgba(47, 111, 96, 0.36);
  background:
    linear-gradient(90deg, rgba(244, 252, 244, 0.96), rgba(255, 251, 241, 0.92));
}

.theme-art-supplies.view-member .supply-challenge.teaser-card {
  display: block;
  min-height: 236px;
  padding-top: 42px;
}

.theme-art-supplies.view-member .supply-challenge.teaser-card .locked-panel {
  position: relative;
  min-height: 160px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(216, 188, 163, 0.86);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.92), rgba(255, 248, 239, 0.76)),
    url("./assets/art-supplies-map-paper.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.66),
    0 12px 22px rgba(91, 57, 36, 0.08);
}

.theme-art-supplies.view-member .supply-challenge.teaser-card h3 {
  max-width: 320px;
  color: #064d56;
}

.theme-art-supplies.view-member .supply-challenge.teaser-card p:not(.eyebrow) {
  max-width: 360px;
  color: #6b5a4c;
}

.theme-art-supplies.view-member .supply-challenge.teaser-card .tag {
  width: fit-content;
  margin-top: 4px;
}

.theme-art-supplies.view-member .supply-point {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px dashed #d64b33;
  border-radius: 50%;
  background: #fff0e7;
  color: #c9432b;
  text-transform: uppercase;
}

.theme-art-supplies.view-member .supply-point span {
  margin-top: 7px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.theme-art-supplies.view-member .supply-point small {
  margin-top: -8px;
  font-size: 10px;
  font-weight: 900;
}

.theme-art-supplies.view-member .supply-challenge .eyebrow {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 10px;
  border-radius: 7px;
  background: var(--supply-mint);
  color: #064d56;
}

.theme-art-supplies.view-member .supply-challenge h3 {
  font-size: 20px;
  line-height: 1.08;
}

.theme-art-supplies.view-member .supply-challenge p:not(.eyebrow) {
  font-size: 14px;
}

.theme-art-supplies.view-member .supply-challenge .completion-form,
.theme-art-supplies.view-member .supply-challenge .locked-panel,
.theme-art-supplies.view-member .supply-challenge .complete-mark,
.theme-art-supplies.view-member .supply-challenge .completion-status {
  grid-column: 1 / -1;
}

.theme-art-supplies.view-member .supply-challenge .completion-form {
  grid-template-columns: 1fr;
  row-gap: 10px;
  align-self: end;
  align-items: stretch;
  margin-top: 12px;
}

.theme-art-supplies.view-member .supply-challenge .completion-form.no-evidence {
  grid-template-columns: 1fr;
}

.theme-art-supplies.view-member .supply-challenge .upload-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 72px;
}

.theme-art-supplies.view-member .supply-challenge .upload-field {
  position: relative;
  display: grid;
  flex: 0 0 118px;
  place-items: end center;
  width: 118px;
  height: 72px;
  min-height: 72px;
  margin: 0;
  border: 2px dashed #c4ac97;
  border-radius: 8px;
  background: var(--supply-cream);
  cursor: pointer;
}

.theme-art-supplies.view-member .supply-challenge .upload-field::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background: center / 34px 34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23064d56' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M17 8l-5-5-5 5'/%3E%3Cpath d='M12 3v12'/%3E%3C/svg%3E");
}

.theme-art-supplies.view-member .supply-challenge .upload-field small,
.theme-art-supplies.view-member .supply-challenge .upload-field input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.theme-art-supplies.view-member .supply-challenge .upload-field span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  color: #064d56;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.theme-art-supplies.view-member .supply-challenge textarea {
  grid-column: 1;
  min-height: 72px;
  margin: 0;
  border-style: dashed;
  background: rgba(255, 253, 247, 0.8);
  resize: vertical;
}

.theme-art-supplies.view-member .supply-challenge .primary {
  grid-column: 1 / -1;
  min-height: 44px;
  border-radius: 8px;
}

.theme-art-supplies.view-member .supply-challenge .upload-preview {
  flex: 1 1 auto;
  min-width: 0;
}

.theme-art-supplies.view-member .supply-challenge .upload-preview-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.theme-art-supplies.view-member .supply-challenge .upload-preview-grid img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
}

.theme-art-supplies.view-member .supply-challenge .upload-remove {
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  color: #064d56;
  font-size: 13px;
}

.theme-art-supplies.view-member .supply-challenge .upload-preview-grid figcaption {
  display: none;
}

.theme-art-supplies.view-member .supply-rewards {
  position: relative;
  overflow: hidden;
}

.theme-art-supplies.view-member .supply-rewards::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 12px;
  height: 18px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #bb875d, #84583d);
  opacity: 0.18;
}

.theme-art-supplies.view-member .supply-reward {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  background: rgba(255, 253, 247, 0.86);
}

.theme-art-supplies.view-member .supply-reward.unlocked {
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 104px;
  border-color: #d8a83d;
  background:
    linear-gradient(135deg, rgba(255, 249, 220, 0.98), rgba(255, 245, 233, 0.98));
  box-shadow:
    0 0 0 3px rgba(244, 199, 95, 0.2),
    0 14px 24px rgba(151, 98, 36, 0.16);
}

.theme-art-supplies.view-member .supply-reward.unlocked::before {
  content: "\2713";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(135deg, #2f9a78, #0f7480);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  box-shadow:
    0 0 0 3px rgba(207, 229, 220, 0.68),
    0 8px 14px rgba(21, 117, 107, 0.2);
}

.theme-art-supplies.view-member .supply-reward.unlocked::after {
  display: none;
}

.theme-art-supplies.view-member .supply-reward.unlocked .reward-icon {
  width: 70px;
  height: 70px;
  border-color: #e4b84e;
  box-shadow:
    0 0 0 5px rgba(244, 199, 95, 0.18),
    0 10px 18px rgba(91, 57, 36, 0.18);
  transform: rotate(-2deg);
}

.theme-art-supplies.view-member .reward-unlocked-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff4ca;
  color: #946216;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-art-supplies.view-member .reward-icon {
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid #e6c9ad;
  border-radius: 14px;
  object-fit: cover;
  background: #fff8ec;
  box-shadow: 0 6px 13px rgba(91, 57, 36, 0.14);
}

.theme-art-supplies.view-member .supply-community {
  position: relative;
  background:
    linear-gradient(180deg, rgba(180, 132, 87, 0.18), rgba(180, 132, 87, 0.26)),
    #fff9f0;
}

.theme-art-supplies.view-member .supply-community::before {
  display: none;
}

.theme-art-supplies.view-member .supply-community .feed {
  min-height: 88px;
  padding: 14px;
  border: 1px dashed #d8bca3;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.8);
}

.theme-art-supplies.view-member .supply-community .feed-challenge {
  --feed-icon-image: var(--supply-check-icon);
  --feed-icon-ring: rgba(21, 154, 165, 0.24);
}

.theme-art-supplies.view-member .supply-history {
  background: rgba(255, 253, 247, 0.9);
}

.theme-village-trail {
  --village-ink: #173d35;
  --village-moss: #55765b;
  --village-sage: #dce7d5;
  --village-cream: #fff9ee;
  --village-paper: #fffdf7;
  --village-stone: #d8c3a8;
  --village-honey: #d79a45;
  --village-rose: #d97162;
  --village-line: #dfcbb3;
  --village-check-icon: url("./assets/village-completion-check.png");
  --village-shadow: 0 18px 36px rgba(68, 48, 30, 0.14);
}

.theme-village-trail.view-member {
  min-height: 100vh;
  background: linear-gradient(180deg, #fffaf0 0%, #fff6ec 52%, #fffaf4 100%);
}

.theme-village-trail .topbar {
  background: rgba(255, 253, 247, 0.96);
  border-bottom-color: var(--village-line);
}

.theme-village-trail .brand-mark {
  background: white;
}

.theme-village-trail .brand strong,
.theme-village-trail.view-member h2,
.theme-village-trail.view-member h3 {
  color: var(--village-ink);
}

.theme-village-trail.view-member main {
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px clamp(18px, 4vw, 42px) 56px;
}

.theme-village-trail.view-member .top-actions button {
  border-color: var(--village-line);
  background: rgba(255, 253, 247, 0.94);
  color: var(--village-ink);
  box-shadow: 0 8px 18px rgba(68, 48, 30, 0.08);
}

.theme-village-trail.view-member .primary {
  border-color: #4e7b60;
  background: linear-gradient(180deg, #6c9872, #426e54);
  box-shadow: 0 10px 18px rgba(66, 110, 84, 0.22);
}

.theme-village-trail.view-member .village-hero {
  position: relative;
  min-height: 330px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 38px 52px;
  overflow: hidden;
  color: var(--village-ink);
  border: 1px solid var(--village-line);
  border-radius: 8px;
  box-shadow: var(--village-shadow);
}

.theme-village-trail.view-member .village-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(38, 29, 20, 0.36), transparent);
  pointer-events: none;
}

.theme-village-trail.view-member .village-hero > div:first-child {
  position: relative;
  z-index: 1;
  flex: 0 1 700px;
  max-width: 700px;
  padding: 28px 40px;
  background:
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(122, 93, 61, 0.08) 31px 32px),
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(255, 246, 231, 0.92));
  clip-path: polygon(1% 4%, 9% 1%, 20% 3%, 31% 1.5%, 44% 3.5%, 56% 1.2%, 68% 3%, 81% 1.5%, 98% 4%, 99% 91%, 88% 96%, 75% 93%, 61% 97%, 48% 94%, 34% 97%, 20% 93%, 7% 97%, 1% 91%);
  box-shadow: 0 18px 32px rgba(52, 34, 22, 0.2);
}

.theme-village-trail.view-member .village-hero .eyebrow {
  color: #765b3b;
  font-size: 13px;
}

.theme-village-trail.view-member .village-hero h1 {
  color: var(--village-ink);
  font-size: clamp(50px, 6vw, 78px);
  line-height: 0.96;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.76);
}

.theme-village-trail.view-member .village-hero p {
  color: #382d22;
}

.theme-village-trail.view-member .score-box {
  --score-rotate: 2deg;
  position: relative;
  z-index: 1;
  width: 168px;
  height: 128px;
  border: 1px solid rgba(121, 86, 51, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 245, 225, 0.94)),
    repeating-linear-gradient(90deg, rgba(121, 86, 51, 0.05) 0 8px, transparent 9px 18px);
  box-shadow: 0 16px 28px rgba(52, 34, 22, 0.2);
  transform: rotate(2deg);
}

.theme-village-trail.view-member .score-box::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -14px;
  height: 24px;
  border-radius: 4px;
  background: rgba(114, 133, 86, 0.42);
  transform: rotate(-2deg);
}

.theme-village-trail.view-member .score-box span {
  color: var(--village-ink);
}

.theme-village-trail.view-member .journey-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 0;
}

.theme-village-trail.view-member .panel {
  border-color: var(--village-line);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(255, 248, 236, 0.97));
  box-shadow: var(--village-shadow);
}

.theme-village-trail.view-member .village-map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.84), rgba(255, 253, 247, 0.36) 46%, rgba(255, 253, 247, 0.76)),
    linear-gradient(180deg, rgba(255, 253, 247, 0.22), rgba(255, 249, 238, 0.5)),
    url("./assets/village-trail-map-paper.png") center / cover no-repeat;
}

.theme-village-trail.view-member .village-map::before {
  content: "";
  position: absolute;
  inset: 94px 34px auto;
  height: 118px;
  background: center / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 160'%3E%3Cpath d='M18 118 C118 38 248 140 364 72 S562 10 680 86 S856 142 962 48' fill='none' stroke='%23f8efe2' stroke-width='18' stroke-linecap='round' opacity='.72'/%3E%3Cpath d='M18 118 C118 38 248 140 364 72 S562 10 680 86 S856 142 962 48' fill='none' stroke='%23739159' stroke-width='5' stroke-linecap='round' stroke-dasharray='16 18' opacity='.72'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 5px rgba(70, 48, 28, 0.1));
}

.theme-village-trail.view-member .village-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 247, 0.75), rgba(255, 253, 247, 0.28) 52%, rgba(255, 253, 247, 0.72));
  pointer-events: none;
}

.theme-village-trail.view-member .village-map .section-head,
.theme-village-trail.view-member .village-map .progress,
.theme-village-trail.view-member .village-map .tier-row {
  position: relative;
  z-index: 2;
}

.theme-village-trail.view-member .village-map .section-head {
  width: fit-content;
  max-width: calc(100% - 54px);
  padding: 10px 16px;
  border: 1px solid rgba(208, 185, 151, 0.84);
  border-radius: 10px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 10px 20px rgba(68, 48, 30, 0.12);
}

.theme-village-trail.view-member .village-map .section-head h2 {
  color: #b6603d;
  font-size: 18px;
}

.theme-village-trail.view-member .village-map .progress {
  position: relative;
  height: 58px;
  margin: 8px 16px 22px;
  border: 0;
  overflow: visible;
  border-radius: 999px;
  background: none;
}

.theme-village-trail.view-member .village-map .progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  height: 18px;
  border: 1px solid rgba(208, 185, 151, 0.52);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.9), rgba(241, 250, 247, 0.72)),
    linear-gradient(180deg, rgba(181, 215, 210, 0.2), rgba(255, 253, 247, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 4px 12px rgba(65, 108, 109, 0.08);
}

.theme-village-trail.view-member .village-map .progress span {
  position: absolute;
  left: 0;
  top: 1px;
  height: 56px;
  border-radius: 999px;
  background: url("./assets/village-trail-progress-ribbon.png") left center / 100% 56px no-repeat;
  box-shadow: 0 7px 13px rgba(65, 108, 109, 0.14);
}

.theme-village-trail.view-member .village-map .progress::after {
  content: "";
  position: absolute;
  left: clamp(28px, var(--progress, 0%), calc(100% - 28px));
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 253, 247, 0.94);
  border-radius: 50%;
  background: var(--progress-marker) center / cover no-repeat;
  box-shadow:
    0 0 0 4px rgba(215, 154, 69, 0.28),
    0 10px 18px rgba(68, 48, 30, 0.18);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.theme-village-trail.view-member .village-map .tier-row {
  gap: 16px;
  align-items: stretch;
}

.theme-village-trail.view-member .challenge-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-village-trail.view-member .village-tier {
  position: relative;
  display: grid;
  grid-template-rows: 88px 34px auto auto auto;
  align-items: center;
  min-height: 206px;
  height: 100%;
  padding: 10px 10px 14px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(194, 162, 122, 0.78);
  border-radius: 14px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 13px 22px rgba(68, 48, 30, 0.13);
}

.theme-village-trail.view-member .village-tier:nth-child(even) {
  transform: none;
}

.theme-village-trail.view-member .village-stop-photo {
  display: block;
  width: 100%;
  height: 88px;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.theme-village-trail.view-member .village-tier b {
  width: 34px;
  height: 34px;
  margin: 8px auto 0;
  border: 3px solid rgba(255, 253, 247, 0.9);
  border-radius: 50%;
  background: #f5d27b;
  color: #7e5313;
  box-shadow: 0 6px 12px rgba(68, 48, 30, 0.18);
}

.theme-village-trail.view-member .village-tier:nth-child(2) b {
  background: #c7dfd0;
  color: #355e49;
}

.theme-village-trail.view-member .village-tier:nth-child(3) b {
  background: #e3cddd;
  color: #6b4a63;
}

.theme-village-trail.view-member .village-tier:nth-child(4) b {
  background: #cce3e9;
  color: #316977;
}

.theme-village-trail.view-member .village-stop-name {
  display: block;
  min-height: 16px;
  margin: 6px 0 2px;
  color: #765b3b;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.theme-village-trail.view-member .village-tier span {
  min-height: 24px;
  font-weight: 700;
}

.theme-village-trail.view-member .village-tier small {
  min-height: 18px;
}

.theme-village-trail.view-member .village-tier.unlocked {
  border-color: #d7a34a;
  background: linear-gradient(180deg, rgba(255, 250, 225, 0.96), rgba(255, 245, 228, 0.94));
  box-shadow:
    0 0 0 3px rgba(215, 154, 69, 0.18),
    0 16px 26px rgba(126, 83, 19, 0.14);
}

.theme-village-trail.view-member .village-tier.unlocked::after {
  content: "Visited";
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.94);
  color: #6c812e;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 5px 12px rgba(68, 48, 30, 0.13);
}

.theme-village-trail.view-member .village-challenge {
  position: relative;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  align-items: start;
  min-height: 230px;
  padding: 66px 18px 18px;
  overflow: hidden;
  border-color: rgba(204, 176, 139, 0.84);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 240, 0.9)),
    var(--village-paper);
  box-shadow: 0 13px 28px rgba(68, 48, 30, 0.12);
}

.theme-village-trail.view-member .village-challenge::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 54px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.82), transparent),
    url("./assets/village-stop-cottage.png") center 36% / cover no-repeat;
  opacity: 0.2;
}

.theme-village-trail.view-member .village-challenge > * {
  position: relative;
  z-index: 1;
}

.theme-village-trail.view-member .village-challenge.done {
  border-color: rgba(85, 118, 91, 0.38);
  background:
    linear-gradient(90deg, rgba(244, 252, 244, 0.96), rgba(255, 251, 241, 0.92));
}

.theme-village-trail.view-member .village-point {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(148, 95, 50, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.78) 0 7px, transparent 8px),
    linear-gradient(135deg, #f8d58a, #c98a3d);
  color: #70430b;
  box-shadow: 0 8px 15px rgba(68, 48, 30, 0.13);
  text-transform: uppercase;
}

.theme-village-trail.view-member .village-point span {
  margin-top: 7px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.theme-village-trail.view-member .village-point small {
  margin-top: -8px;
  font-size: 10px;
  font-weight: 900;
}

.theme-village-trail.view-member .village-challenge .eyebrow,
.theme-village-trail.view-member .village-challenge .tag {
  border-radius: 999px;
  background: var(--village-sage);
  color: var(--village-ink);
}

.theme-village-trail.view-member .village-challenge h3 {
  font-size: 20px;
  line-height: 1.08;
}

.theme-village-trail.view-member .village-challenge .completion-form,
.theme-village-trail.view-member .village-challenge .locked-panel,
.theme-village-trail.view-member .village-challenge .complete-mark,
.theme-village-trail.view-member .village-challenge .completion-status {
  grid-column: 1 / -1;
}

.theme-village-trail.view-member .village-challenge .completion-form,
.theme-village-trail.view-member .village-challenge .complete-mark,
.theme-village-trail.view-member .village-challenge .completion-status {
  align-self: end;
}

.theme-village-trail.view-member .village-challenge.teaser-card {
  display: block;
  padding-top: 66px;
}

.theme-village-trail.view-member .village-challenge.teaser-card .locked-panel {
  min-height: 168px;
  padding: 24px;
  border: 1px dashed #cdb699;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(255, 246, 236, 0.94)),
    url("./assets/village-stop-cafe.png") right bottom / 120px auto no-repeat;
}

.theme-village-trail.view-member .village-challenge .upload-field {
  position: relative;
  display: grid;
  place-items: end center;
  width: 118px;
  height: 72px;
  min-height: 72px;
  margin: 0 0 8px;
  border: 2px dashed #c5ac8b;
  border-radius: 8px;
  border-color: #c5ac8b;
  background: var(--village-cream);
  cursor: pointer;
}

.theme-village-trail.view-member .village-challenge .upload-field::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background: center / 34px 34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23173d35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M17 8l-5-5-5 5'/%3E%3Cpath d='M12 3v12'/%3E%3C/svg%3E");
}

.theme-village-trail.view-member .village-challenge .upload-field input,
.theme-village-trail.view-member .village-challenge .upload-field small {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.theme-village-trail.view-member .village-challenge .upload-field span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  color: var(--village-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.theme-village-trail.view-member .village-challenge textarea {
  border-color: #dfcbb3;
  background: rgba(255, 253, 247, 0.82);
}

.theme-village-trail.view-member .village-rewards,
.theme-village-trail.view-member .village-history {
  background: rgba(255, 253, 247, 0.92);
}

.theme-village-trail.view-member .village-reward {
  background: rgba(255, 253, 247, 0.88);
}

.theme-village-trail.view-member .village-reward.unlocked {
  border-color: #d7a34a;
  background: linear-gradient(135deg, rgba(255, 249, 222, 0.98), rgba(255, 245, 233, 0.98));
  box-shadow:
    0 0 0 3px rgba(215, 154, 69, 0.2),
    0 14px 24px rgba(126, 83, 19, 0.14);
}

.theme-village-trail.view-member .village-community {
  background:
    linear-gradient(180deg, rgba(222, 235, 205, 0.55), rgba(237, 221, 198, 0.52)),
    #fff9f0;
}

.theme-village-trail.view-member .village-community .feed {
  min-height: 88px;
  padding: 14px;
  border: 1px dashed #cdb699;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
}

.theme-village-trail.view-member .village-community .feed-challenge {
  --feed-icon-image: var(--village-check-icon);
  --feed-icon-ring: rgba(85, 118, 91, 0.24);
}

.theme-seaside-sketchbook {
  --seaside-ink: #173d43;
  --seaside-sea: #1d737d;
  --seaside-sea-dark: #155761;
  --seaside-foam: #f8fffb;
  --seaside-paper: #f2f6ef;
  --seaside-sand: #f5e4c8;
  --seaside-shell: #fff7e9;
  --seaside-coral: #c97951;
  --seaside-gold: #e4b76b;
  --seaside-line: #c9d9d0;
  --seaside-muted: #5f6d69;
  --seaside-shadow: 0 18px 38px rgba(32, 72, 74, 0.14);
}

.theme-seaside-sketchbook.view-member {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(248, 255, 251, 0.92), rgba(245, 228, 200, 0.52)),
    var(--seaside-paper);
}

.theme-seaside-sketchbook .topbar {
  border-bottom-color: rgba(201, 217, 208, 0.86);
  background: rgba(248, 255, 251, 0.94);
}

.theme-seaside-sketchbook .brand-mark {
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.92) 0 7px, transparent 8px),
    linear-gradient(135deg, var(--seaside-sea), #9ecdc3 55%, var(--seaside-gold));
}

.theme-seaside-sketchbook .brand strong,
.theme-seaside-sketchbook.view-member h2,
.theme-seaside-sketchbook.view-member h3 {
  color: var(--seaside-ink);
}

.theme-seaside-sketchbook.view-member main {
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px clamp(18px, 4vw, 42px) 56px;
}

.theme-seaside-sketchbook.view-member .top-actions button {
  border-color: rgba(29, 115, 125, 0.22);
  background: rgba(248, 255, 251, 0.92);
  color: var(--seaside-sea-dark);
  box-shadow: 0 8px 18px rgba(32, 72, 74, 0.08);
}

.theme-seaside-sketchbook.view-member .primary {
  border-color: var(--seaside-sea);
  background: linear-gradient(180deg, #2d929b, var(--seaside-sea-dark));
  color: white;
  box-shadow: 0 10px 20px rgba(21, 87, 97, 0.2);
}

.theme-seaside-sketchbook.view-member .seaside-hero {
  position: relative;
  min-height: 370px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(193, 213, 204, 0.92);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 54px);
  color: white;
  box-shadow: var(--seaside-shadow);
}

.theme-seaside-sketchbook.view-member .seaside-hero > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.theme-seaside-sketchbook.view-member .seaside-hero .eyebrow {
  color: #f1d49a;
}

.theme-seaside-sketchbook.view-member .seaside-hero h1 {
  max-width: 690px;
  color: white;
  font-size: clamp(46px, 6.6vw, 82px);
  line-height: 0.95;
  text-shadow: 0 2px 14px rgba(10, 37, 43, 0.32);
}

.theme-seaside-sketchbook.view-member .seaside-hero p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.theme-seaside-sketchbook.view-member .score-box {
  --score-rotate: 2deg;
  position: relative;
  z-index: 1;
  width: 160px;
  height: 132px;
  border: 1px solid rgba(228, 183, 107, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 242, 0.92), rgba(246, 233, 209, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 19px, rgba(23, 61, 67, 0.07) 20px 21px);
  color: var(--seaside-ink);
  box-shadow: 0 16px 32px rgba(10, 37, 43, 0.2);
  transform: rotate(2deg);
}

.theme-seaside-sketchbook.view-member .score-box::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 28px;
  right: 28px;
  height: 24px;
  border-radius: 4px;
  background: rgba(158, 205, 195, 0.58);
  transform: rotate(-2deg);
}

.theme-seaside-sketchbook.view-member .score-box span {
  color: var(--seaside-ink);
}

.theme-seaside-sketchbook.view-member .score-box small,
.theme-seaside-sketchbook.view-member .score-box em {
  color: var(--seaside-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-seaside-sketchbook.view-member .journey-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 0;
}

.theme-seaside-sketchbook.view-member .panel {
  border-color: var(--seaside-line);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: var(--seaside-shadow);
}

.theme-seaside-sketchbook.view-member .seaside-map {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.82), rgba(255, 253, 247, 0.32) 45%, rgba(255, 253, 247, 0.76)),
    url("./assets/seaside-sketchbook-map-paper.png") center / cover no-repeat;
}

.theme-seaside-sketchbook.view-member .seaside-map > * {
  position: relative;
  z-index: 1;
}

.theme-seaside-sketchbook.view-member .seaside-map .section-head {
  width: fit-content;
  max-width: calc(100% - 54px);
  padding: 10px 16px;
  border: 1px solid rgba(201, 217, 208, 0.86);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 10px 20px rgba(32, 72, 74, 0.1);
}

.theme-seaside-sketchbook.view-member .seaside-map .section-head h2 {
  font-size: 18px;
}

.theme-seaside-sketchbook.view-member .seaside-map .progress {
  position: relative;
  height: 62px;
  margin: 10px 16px 22px;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: none;
}

.theme-seaside-sketchbook.view-member .seaside-map .progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  height: 20px;
  border: 1px solid rgba(201, 217, 208, 0.62);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.82), rgba(255, 253, 247, 0.24)),
    radial-gradient(circle, rgba(29, 115, 125, 0.22) 0 4px, transparent 5px) 0 50% / 26px 20px repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.theme-seaside-sketchbook.view-member .seaside-map .progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 62px;
  border-radius: 999px;
  background: url("./assets/seaside-sketchbook-progress.png") left center / 100% 62px no-repeat;
  box-shadow: 0 7px 13px rgba(29, 115, 125, 0.16);
}

.theme-seaside-sketchbook.view-member .seaside-map .progress::after {
  content: "";
  position: absolute;
  left: clamp(28px, var(--progress, 0%), calc(100% - 28px));
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 253, 247, 0.94);
  border-radius: 16px;
  background: var(--progress-marker) center / cover no-repeat;
  box-shadow:
    0 0 0 4px rgba(158, 205, 195, 0.36),
    0 10px 18px rgba(32, 72, 74, 0.18);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(3deg);
}

.theme-seaside-sketchbook.view-member .seaside-map .tier-row {
  gap: 14px;
}

.theme-seaside-sketchbook.view-member .seaside-tier {
  display: grid;
  grid-template-rows: 92px auto auto auto;
  gap: 6px;
  align-items: center;
  min-height: 108px;
  padding: 10px;
  border-color: rgba(201, 217, 208, 0.9);
  background: rgba(255, 253, 247, 0.88);
  text-align: center;
  box-shadow: 0 10px 22px rgba(32, 72, 74, 0.09);
}

.theme-seaside-sketchbook.view-member .seaside-tier-photo {
  display: block;
  width: 100%;
  height: 92px;
  border: 1px solid rgba(201, 217, 208, 0.92);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(32, 72, 74, 0.09);
}

.theme-seaside-sketchbook.view-member .seaside-tier b {
  width: 40px;
  height: 40px;
  margin: -28px auto 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  background: #d3e8e1;
  color: var(--seaside-sea-dark);
  box-shadow: 0 6px 14px rgba(32, 72, 74, 0.12);
}

.theme-seaside-sketchbook.view-member .seaside-tier.unlocked {
  border-color: rgba(228, 183, 107, 0.9);
  background: rgba(255, 247, 226, 0.94);
}

.theme-seaside-sketchbook.view-member .seaside-tier.unlocked b {
  background: var(--seaside-gold);
  color: #563c12;
}

.theme-seaside-sketchbook.view-member .tier-unlock-note {
  display: inline-flex;
  width: fit-content;
  margin: 8px auto 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: #fff0c9;
  color: #7b5313;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-seaside-sketchbook.view-member .challenge-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-seaside-sketchbook.view-member .seaside-challenge {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
  border-color: var(--seaside-line);
  background:
    radial-gradient(circle at 92% 12%, rgba(158, 205, 195, 0.18), transparent 54px),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(248, 255, 251, 0.92));
}

.theme-seaside-sketchbook.view-member .seaside-point {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(228, 183, 107, 0.72);
  border-radius: 50%;
  background: var(--seaside-shell);
  color: var(--seaside-ink);
  box-shadow: 0 8px 18px rgba(32, 72, 74, 0.1);
}

.theme-seaside-sketchbook.view-member .seaside-point span,
.theme-seaside-sketchbook.view-member .seaside-point small {
  display: block;
  line-height: 1;
  text-align: center;
}

.theme-seaside-sketchbook.view-member .seaside-point span {
  font-size: 18px;
  font-weight: 900;
}

.theme-seaside-sketchbook.view-member .seaside-point small {
  color: var(--seaside-muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-seaside-sketchbook.view-member .seaside-challenge > div:not(.seaside-point) {
  padding-right: 54px;
}

.theme-seaside-sketchbook.view-member .seaside-challenge .eyebrow,
.theme-seaside-sketchbook.view-member .seaside-challenge .tag {
  color: var(--seaside-sea-dark);
}

.theme-seaside-sketchbook.view-member .seaside-challenge .tag {
  background: rgba(29, 115, 125, 0.11);
}

.theme-seaside-sketchbook.view-member .seaside-challenge .tag.quiet {
  background: rgba(228, 183, 107, 0.2);
  color: #745222;
}

.theme-seaside-sketchbook.view-member .seaside-challenge .completion-form,
.theme-seaside-sketchbook.view-member .seaside-challenge .completion-status,
.theme-seaside-sketchbook.view-member .seaside-challenge .locked-panel {
  align-self: end;
  justify-self: stretch;
}

.theme-seaside-sketchbook.view-member .seaside-challenge .upload-field {
  min-height: 72px;
  border: 1px dashed rgba(29, 115, 125, 0.38);
  border-radius: 8px;
  background: rgba(248, 255, 251, 0.72);
  color: var(--seaside-sea-dark);
}

.theme-seaside-sketchbook.view-member .seaside-challenge textarea {
  border-color: rgba(201, 217, 208, 0.9);
  background: rgba(248, 255, 251, 0.72);
}

.theme-seaside-sketchbook.view-member .seaside-challenge.done {
  border-color: rgba(85, 130, 99, 0.45);
  background: linear-gradient(180deg, rgba(246, 255, 247, 0.96), rgba(237, 249, 239, 0.94));
}

.theme-seaside-sketchbook.view-member .seaside-challenge.submitted {
  border-color: rgba(228, 183, 107, 0.6);
  background: linear-gradient(180deg, rgba(255, 250, 235, 0.98), rgba(255, 247, 226, 0.94));
}

.theme-seaside-sketchbook.view-member .seaside-challenge.teaser-card {
  grid-template-columns: 1fr;
}

.theme-seaside-sketchbook.view-member .seaside-challenge.teaser-card .locked-panel {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.9), rgba(255, 253, 247, 0.64)),
    url("./assets/seaside-sketchbook-map.png") center / cover no-repeat;
}

.theme-seaside-sketchbook.view-member .seaside-rewards,
.theme-seaside-sketchbook.view-member .seaside-history {
  background: rgba(255, 253, 247, 0.94);
}

.theme-seaside-sketchbook.view-member .seaside-reward {
  border-color: rgba(201, 217, 208, 0.9);
  background: rgba(248, 255, 251, 0.76);
}

.theme-seaside-sketchbook.view-member .seaside-reward .reward-icon {
  width: 74px;
  height: 74px;
  border-color: rgba(201, 217, 208, 0.9);
}

.theme-seaside-sketchbook.view-member .seaside-reward.has-thumbnail {
  grid-template-columns: 74px minmax(0, 1fr);
}

.theme-seaside-sketchbook.view-member .seaside-reward.unlocked {
  padding: 12px;
  border-color: rgba(29, 115, 125, 0.48);
  background:
    linear-gradient(135deg, rgba(158, 205, 195, 0.26), rgba(255, 247, 226, 0.92));
}

.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::before,
.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::after {
  display: none;
}

.theme-seaside-sketchbook.view-member .seaside-community {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(248, 255, 251, 0.9));
}

.theme-seaside-sketchbook.view-member .seaside-community .feed-item {
  border-color: rgba(201, 217, 208, 0.9);
  background: rgba(248, 255, 251, 0.68);
}

.theme-seaside-sketchbook.view-member .seaside-community .feed-challenge::before {
  content: "\2713";
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2d929b, var(--seaside-sea-dark));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.theme-wildflowers {
  --wild-ink: #24362a;
  --wild-leaf: #4f7a43;
  --wild-leaf-dark: #315a35;
  --wild-sage: #dfe8d2;
  --wild-paper: #f8f4ea;
  --wild-cream: #fffaf0;
  --wild-petal: #a3567b;
  --wild-sky: #5f8ea8;
  --wild-butter: #d9a93e;
  --wild-line: #d8d0bc;
  --wild-muted: #6b6658;
  --wild-shadow: 0 18px 38px rgba(48, 66, 43, 0.14);
}

.theme-wildflowers.view-member {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.95), rgba(223, 232, 210, 0.6)),
    var(--wild-paper);
}

.theme-wildflowers .topbar {
  border-bottom-color: rgba(216, 208, 188, 0.92);
  background: rgba(255, 250, 240, 0.94);
}

.theme-wildflowers .brand-mark {
  background:
    radial-gradient(circle at 35% 29%, rgba(255, 255, 255, 0.9) 0 7px, transparent 8px),
    linear-gradient(135deg, var(--wild-leaf-dark), var(--wild-butter) 55%, var(--wild-petal));
}

.theme-wildflowers .brand strong,
.theme-wildflowers.view-member h2,
.theme-wildflowers.view-member h3 {
  color: var(--wild-ink);
}

.theme-wildflowers.view-member main {
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px clamp(18px, 4vw, 42px) 56px;
}

.theme-wildflowers.view-member .top-actions button {
  border-color: rgba(79, 122, 67, 0.22);
  background: rgba(255, 250, 240, 0.92);
  color: var(--wild-leaf-dark);
  box-shadow: 0 8px 18px rgba(48, 66, 43, 0.08);
}

.theme-wildflowers.view-member .primary {
  border-color: var(--wild-leaf);
  background: linear-gradient(180deg, #68965a, var(--wild-leaf-dark));
  color: white;
  box-shadow: 0 10px 20px rgba(49, 90, 53, 0.2);
}

.theme-wildflowers.view-member .wildflower-hero {
  position: relative;
  min-height: 390px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(216, 208, 188, 0.92);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 54px);
  color: white;
  box-shadow: var(--wild-shadow);
}

.theme-wildflowers.view-member .wildflower-hero > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.theme-wildflowers.view-member .wildflower-hero .eyebrow {
  color: #f7d783;
}

.theme-wildflowers.view-member .wildflower-hero h1 {
  max-width: 720px;
  color: white;
  font-size: clamp(46px, 6.6vw, 82px);
  line-height: 0.95;
  text-shadow: 0 2px 14px rgba(31, 44, 28, 0.34);
}

.theme-wildflowers.view-member .wildflower-hero p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
}

.theme-wildflowers.view-member .score-box {
  --score-rotate: -2deg;
  position: relative;
  z-index: 1;
  width: 184px;
  height: 152px;
  align-content: center;
  justify-items: center;
  gap: 6px;
  overflow: visible;
  border: 1px solid rgba(217, 169, 62, 0.84);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 253, 247, 0.62), rgba(245, 237, 214, 0.5)),
    url("./assets/wildflower-field-paper.png") center / cover no-repeat;
  background-blend-mode: soft-light, normal;
  color: var(--wild-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -12px 24px rgba(151, 126, 81, 0.1),
    0 4px 0 rgba(105, 82, 44, 0.08),
    0 24px 42px rgba(31, 44, 28, 0.26);
  transform: rotate(-2deg);
}

.theme-wildflowers.view-member .score-box::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 34px;
  right: 34px;
  height: 25px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(163, 86, 123, 0.1), rgba(221, 170, 186, 0.42), rgba(163, 86, 123, 0.12)),
    url("./assets/washi-tape-coral-photo.png") center / cover no-repeat;
  box-shadow: 0 4px 10px rgba(71, 53, 35, 0.12);
  opacity: 0.92;
  transform: rotate(3deg);
}

.theme-wildflowers.view-member .score-box::after {
  content: "";
  position: absolute;
  inset: 11px auto 11px -1px;
  width: 8px;
  border-radius: 0 999px 999px 0;
  background:
    linear-gradient(180deg, rgba(129, 153, 91, 0.92), rgba(217, 169, 62, 0.92), rgba(163, 86, 123, 0.9)),
    url("./assets/washi-tape-mint-photo.png") center / cover no-repeat;
  box-shadow:
    3px 0 10px rgba(48, 66, 43, 0.12),
    inset -1px 0 0 rgba(255, 255, 255, 0.24);
}

.theme-wildflowers.view-member .score-box > * {
  position: relative;
  z-index: 1;
}

.theme-wildflowers.view-member .score-box span {
  color: var(--wild-ink);
  font-size: 54px;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.72),
    0 8px 16px rgba(48, 66, 43, 0.1);
}

.theme-wildflowers.view-member .score-box small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid rgba(217, 169, 62, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 248, 225, 0.9));
  color: var(--wild-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.theme-wildflowers.view-member .score-box em {
  max-width: 132px;
  color: var(--wild-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-wildflowers.view-member .journey-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 0;
}

.theme-wildflowers.view-member .panel {
  border-color: var(--wild-line);
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--wild-shadow);
}

.theme-wildflowers.view-member .wildflower-map {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.4) 46%, rgba(255, 250, 240, 0.82)),
    url("./assets/wildflowers-map.png") center / cover no-repeat;
}

.theme-wildflowers.view-member .wildflower-map > * {
  position: relative;
  z-index: 1;
}

.theme-wildflowers.view-member .wildflower-map .section-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(370px, calc(100% - 54px));
  max-width: calc(100% - 54px);
  min-height: 76px;
  padding: 14px 16px 14px 20px;
  overflow: hidden;
  border: 1px solid rgba(216, 208, 188, 0.96);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.98), rgba(255, 250, 240, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 12px 24px rgba(48, 66, 43, 0.12);
}

.theme-wildflowers.view-member .wildflower-map .section-head::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #81995b, #d9a93e, #a3567b);
}

.theme-wildflowers.view-member .wildflower-map .section-head .eyebrow {
  margin-bottom: 5px;
  color: #537042;
  font-size: 11px;
  letter-spacing: 0;
}

.theme-wildflowers.view-member .wildflower-map .section-head .pill {
  min-width: 58px;
  height: 32px;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(79, 122, 67, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244, 251, 238, 0.98), rgba(218, 237, 207, 0.98));
  color: #315a35;
  font-size: 13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 6px 14px rgba(48, 66, 43, 0.1);
}

.theme-wildflowers.view-member .wildflower-map .section-head h2 {
  color: var(--wild-ink);
  font-size: 20px;
  line-height: 1.12;
}

.theme-wildflowers.view-member .wildflower-map .progress {
  position: relative;
  height: 96px;
  margin: 4px 16px 16px;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: none;
}

.theme-wildflowers.view-member .wildflower-map .progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  height: 26px;
  border: 1px solid rgba(129, 153, 91, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.36)),
    radial-gradient(circle, rgba(79, 122, 67, 0.24) 0 4px, transparent 5px) 0 50% / 28px 26px repeat-x;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 7px 16px rgba(48, 66, 43, 0.07);
}

.theme-wildflowers.view-member .wildflower-map .progress::after {
  content: "";
  position: absolute;
  left: clamp(24px, var(--progress, 0%), calc(100% - 24px));
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 42px;
  border: 1px solid rgba(217, 169, 62, 0.62);
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.54)),
    url("./assets/wildflower-tier-marker.png") center / cover no-repeat;
  box-shadow:
    0 7px 12px rgba(48, 66, 43, 0.16),
    0 0 0 3px rgba(248, 230, 171, 0.42);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.theme-wildflowers.view-member .wildflower-map .progress span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 92px;
  clip-path: inset(0 calc(100% - var(--progress, 0%)) 0 0);
  border-radius: 999px;
  background:
    url("./assets/wildflower-progress-trail.png") left center / 100% 92px no-repeat;
  box-shadow:
    0 12px 18px rgba(79, 122, 67, 0.18);
  pointer-events: none;
}

.theme-wildflowers.view-member .wildflower-map .tier-row {
  gap: 14px;
}

.theme-wildflowers.view-member .wildflower-tier {
  display: grid;
  grid-template-rows: 92px auto auto auto;
  gap: 6px;
  align-items: center;
  min-height: 108px;
  padding: 10px;
  border-color: rgba(216, 208, 188, 0.92);
  background: rgba(255, 250, 240, 0.9);
  text-align: center;
  box-shadow: 0 10px 22px rgba(48, 66, 43, 0.09);
}

.theme-wildflowers.view-member .wildflower-tier-photo {
  display: block;
  width: 100%;
  height: 92px;
  border: 1px solid rgba(216, 208, 188, 0.92);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(48, 66, 43, 0.09);
}

.theme-wildflowers.view-member .wildflower-tier b {
  width: 62px;
  height: 48px;
  margin: -34px auto 0;
  border: 2px solid rgba(93, 112, 52, 0.46);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.86), rgba(244, 231, 181, 0.72)),
    url("./assets/wildflower-tier-marker.png") center / cover no-repeat;
  color: #263f22;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 0 4px rgba(255, 250, 240, 0.84),
    0 10px 18px rgba(48, 66, 43, 0.18);
}

.theme-wildflowers.view-member .wildflower-tier.unlocked {
  position: relative;
  border-color: rgba(217, 169, 62, 0.92);
  background:
    radial-gradient(circle at 50% 34%, rgba(217, 169, 62, 0.22), transparent 58%),
    rgba(255, 248, 225, 0.96);
  box-shadow:
    0 0 0 3px rgba(248, 230, 171, 0.42),
    0 16px 28px rgba(111, 76, 18, 0.14);
}

.theme-wildflowers.view-member .wildflower-tier.unlocked b {
  background:
    linear-gradient(180deg, rgba(255, 252, 238, 0.88), rgba(248, 224, 143, 0.76)),
    url("./assets/wildflower-tier-marker.png") center / cover no-repeat;
  color: #352503;
  transform: scale(1.06);
  border-color: rgba(141, 96, 18, 0.58);
  box-shadow:
    0 0 0 4px rgba(248, 230, 171, 0.6),
    0 12px 20px rgba(111, 76, 18, 0.22);
}

.theme-wildflowers.view-member .tier-unlock-note {
  display: inline-flex;
  width: fit-content;
  margin: 8px auto 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f8e6ab;
  color: #6f4c12;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-wildflowers.view-member .challenge-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-wildflowers.view-member .wildflower-challenge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 220px;
  overflow: hidden;
  border-color: var(--wild-line);
  background:
    radial-gradient(circle at 93% 11%, rgba(217, 169, 62, 0.22), transparent 54px),
    radial-gradient(circle at 8% 96%, rgba(163, 86, 123, 0.11), transparent 62px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.97), rgba(246, 250, 238, 0.94));
}

.theme-wildflowers.view-member .wildflower-challenge:has(.help-tip:hover),
.theme-wildflowers.view-member .wildflower-challenge:has(.help-tip:focus) {
  overflow: visible;
}

.theme-wildflowers.view-member .wildflower-point {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(217, 169, 62, 0.72);
  border-radius: 50%;
  background: var(--wild-cream);
  color: var(--wild-ink);
  box-shadow: 0 8px 18px rgba(48, 66, 43, 0.1);
}

.theme-wildflowers.view-member .wildflower-point span,
.theme-wildflowers.view-member .wildflower-point small {
  display: block;
  line-height: 1;
  text-align: center;
}

.theme-wildflowers.view-member .wildflower-point span {
  font-size: 18px;
  font-weight: 900;
}

.theme-wildflowers.view-member .wildflower-point small {
  color: var(--wild-muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-wildflowers.view-member .wildflower-challenge > div:not(.wildflower-point) {
  padding-right: 54px;
}

.theme-wildflowers.view-member .wildflower-challenge .eyebrow,
.theme-wildflowers.view-member .wildflower-challenge .tag {
  color: var(--wild-leaf-dark);
}

.theme-wildflowers.view-member .wildflower-challenge .tag {
  background: rgba(79, 122, 67, 0.12);
}

.theme-wildflowers.view-member .wildflower-challenge .tag.quiet {
  background: rgba(217, 169, 62, 0.22);
  color: #725219;
}

.theme-wildflowers.view-member .wildflower-challenge .completion-form,
.theme-wildflowers.view-member .wildflower-challenge .completion-status,
.theme-wildflowers.view-member .wildflower-challenge .locked-panel {
  align-self: stretch;
  justify-self: stretch;
}

.theme-wildflowers.view-member .wildflower-challenge .completion-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.theme-wildflowers.view-member .wildflower-challenge .completion-form > .primary {
  margin-top: auto;
}

.theme-wildflowers.view-member .wildflower-challenge .completion-form.evidence-reflection {
  padding-top: 80px;
}

.theme-wildflowers.view-member .wildflower-challenge .completion-form.no-evidence {
  margin-top: auto;
}

.theme-wildflowers.view-member .wildflower-challenge .upload-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 72px;
}

.theme-wildflowers.view-member .wildflower-challenge .upload-field {
  position: relative;
  display: grid;
  flex: 0 0 118px;
  place-items: end center;
  width: 118px;
  height: 72px;
  min-height: 72px;
  margin: 0;
  border: 2px dashed rgba(79, 122, 67, 0.58);
  border-radius: 8px;
  background: var(--wild-cream);
  color: var(--wild-leaf-dark);
  cursor: pointer;
}

.theme-wildflowers.view-member .wildflower-challenge .upload-field::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background: center / 34px 34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23315a35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M17 8l-5-5-5 5'/%3E%3Cpath d='M12 3v12'/%3E%3C/svg%3E");
}

.theme-wildflowers.view-member .wildflower-challenge .upload-field input,
.theme-wildflowers.view-member .wildflower-challenge .upload-field small {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.theme-wildflowers.view-member .wildflower-challenge .upload-field span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  color: var(--wild-leaf-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.theme-wildflowers.view-member .wildflower-challenge textarea {
  border-color: rgba(216, 208, 188, 0.9);
  background: rgba(255, 250, 240, 0.72);
}

.theme-wildflowers.view-member .wildflower-challenge.done {
  border-color: rgba(79, 122, 67, 0.68);
  background:
    radial-gradient(circle at 92% 12%, rgba(217, 169, 62, 0.18), transparent 48px),
    linear-gradient(180deg, rgba(248, 255, 243, 0.99), rgba(236, 248, 229, 0.96));
  box-shadow:
    inset 6px 0 0 rgba(79, 122, 67, 0.64),
    0 14px 28px rgba(48, 66, 43, 0.1);
}

.theme-wildflowers.view-member .wildflower-challenge > .completion-status {
  padding-right: 0;
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px 9px 16px;
  border: 1px solid rgba(79, 122, 67, 0.26);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-artwork-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 64px);
  justify-content: start;
  margin-bottom: 2px;
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-artwork-thumb {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-color: rgba(79, 122, 67, 0.34);
  box-shadow: 0 7px 14px rgba(48, 66, 43, 0.12);
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-status-main {
  justify-content: flex-start;
  color: var(--wild-leaf-dark);
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-check {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(79, 122, 67, 0.34);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.82), transparent 30%),
    rgba(223, 232, 210, 0.92);
  color: var(--wild-leaf-dark);
}

.theme-wildflowers.view-member .wildflower-challenge.done .completion-status small {
  color: #557246;
  font-size: 12px;
  white-space: nowrap;
}

.theme-wildflowers.view-member .wildflower-challenge.submitted {
  border-color: rgba(217, 169, 62, 0.62);
  background: linear-gradient(180deg, rgba(255, 251, 236, 0.98), rgba(255, 245, 219, 0.94));
}

.theme-wildflowers.view-member .wildflower-challenge.teaser-card {
  grid-template-columns: 1fr;
}

.theme-wildflowers.view-member .wildflower-challenge.teaser-card .locked-panel {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.66)),
    url("./assets/wildflowers-map.png") center / cover no-repeat;
}

.theme-wildflowers.view-member .wildflower-rewards,
.theme-wildflowers.view-member .wildflower-history {
  background: rgba(255, 250, 240, 0.94);
}

.theme-wildflowers.view-member .wildflower-reward {
  position: relative;
  overflow: hidden;
  border-color: rgba(216, 208, 188, 0.92);
  background: rgba(246, 250, 238, 0.78);
}

.theme-wildflowers.view-member .wildflower-reward .reward-icon {
  width: 74px;
  height: 74px;
  border-color: rgba(216, 208, 188, 0.92);
}

.theme-wildflowers.view-member .wildflower-reward.has-thumbnail {
  grid-template-columns: 74px minmax(0, 1fr);
}

.theme-wildflowers.view-member .wildflower-reward.unlocked {
  min-height: 102px;
  padding: 14px 52px 14px 16px;
  overflow: hidden;
  border-color: rgba(217, 169, 62, 0.92);
  background:
    radial-gradient(circle at 36px 44px, rgba(217, 169, 62, 0.3), transparent 56px),
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(255, 244, 205, 0.96));
  box-shadow:
    0 0 0 3px rgba(248, 230, 171, 0.36),
    0 18px 34px rgba(111, 76, 18, 0.16);
}

.theme-wildflowers.view-member .wildflower-reward.unlocked > div {
  padding-top: 0;
}

.theme-wildflowers.view-member .wildflower-reward.unlocked::before,
.theme-wildflowers.view-member .wildflower-reward.unlocked::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.theme-wildflowers.view-member .wildflower-reward.unlocked::before {
  right: 12px;
  top: 12px;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 250, 240, 0.94);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.78), transparent 28%),
    rgba(255, 248, 225, 0.98);
  box-shadow:
    0 0 0 3px rgba(217, 169, 62, 0.3),
    0 8px 16px rgba(111, 76, 18, 0.16);
}

.theme-wildflowers.view-member .wildflower-reward.unlocked::after {
  right: 23px;
  top: 22px;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--wild-leaf-dark);
  border-bottom: 3px solid var(--wild-leaf-dark);
  transform: rotate(-45deg);
}

.theme-wildflowers.view-member .wildflower-reward.unlocked .reward-icon {
  border-color: rgba(217, 169, 62, 0.82);
  box-shadow:
    0 0 0 4px rgba(255, 250, 240, 0.9),
    0 0 28px rgba(217, 169, 62, 0.28),
    0 12px 22px rgba(48, 66, 43, 0.16);
}

.theme-wildflowers.view-member .wildflower-reward .reward-unlocked-label {
  display: none;
}

.theme-wildflowers.view-member .wildflower-community {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(246, 250, 238, 0.9));
}

.theme-wildflowers.view-member .wildflower-community .feed-item {
  border-color: rgba(216, 208, 188, 0.92);
  background: rgba(255, 250, 240, 0.7);
}

.theme-wildflowers.view-member .wildflower-community .feed-reward {
  border-color: rgba(217, 169, 62, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(255, 245, 214, 0.92));
  box-shadow: 0 10px 18px rgba(111, 76, 18, 0.08);
}

.theme-wildflowers.view-member .wildflower-community .feed-reward .feed-type {
  color: #6f4c12;
}

.theme-wildflowers.view-member .wildflower-community .feed-challenge .feed-type {
  color: var(--wild-leaf-dark);
}

.theme-art-supplies.view-member .supply-point,
.theme-village-trail.view-member .village-point,
.theme-seaside-sketchbook.view-member .seaside-point,
.theme-wildflowers.view-member .wildflower-point {
  --point-bg: #fff9e8;
  --point-border: rgba(217, 169, 62, 0.7);
  --point-ink: #24362a;
  --point-muted: #6f4c12;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--point-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.9) 0 8px, transparent 9px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), var(--point-bg));
  color: var(--point-ink);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.64),
    0 10px 20px rgba(48, 66, 43, 0.12);
  text-transform: uppercase;
}

.theme-art-supplies.view-member .supply-point span,
.theme-village-trail.view-member .village-point span,
.theme-seaside-sketchbook.view-member .seaside-point span,
.theme-wildflowers.view-member .wildflower-point span {
  display: block;
  margin: 8px 0 0;
  color: var(--point-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.theme-art-supplies.view-member .supply-point small,
.theme-village-trail.view-member .village-point small,
.theme-seaside-sketchbook.view-member .seaside-point small,
.theme-wildflowers.view-member .wildflower-point small {
  display: block;
  margin: -2px 0 8px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--point-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.theme-art-supplies.view-member .supply-point {
  --point-bg: #fff0e7;
  --point-border: rgba(223, 114, 93, 0.58);
  --point-ink: #064d56;
  --point-muted: #c9432b;
}

.theme-village-trail.view-member .village-point {
  --point-bg: #fff3d3;
  --point-border: rgba(215, 154, 69, 0.64);
  --point-ink: #173d35;
  --point-muted: #70430b;
}

.theme-seaside-sketchbook.view-member .seaside-point {
  --point-bg: #fff7e9;
  --point-border: rgba(228, 183, 107, 0.72);
  --point-ink: #173d43;
  --point-muted: #155761;
}

.theme-wildflowers.view-member .wildflower-point {
  --point-bg: #fff8df;
  --point-border: rgba(217, 169, 62, 0.72);
  --point-ink: #24362a;
  --point-muted: #6f4c12;
}

.theme-wildflowers.view-member .wildflower-challenge.done .wildflower-point {
  --point-bg: #edf5e6;
  --point-border: rgba(79, 122, 67, 0.64);
  --point-muted: #315a35;
}

.theme-wildflowers.view-member .wildflower-challenge.done .wildflower-point::before,
.theme-wildflowers.view-member .wildflower-challenge.done .wildflower-point::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.theme-wildflowers.view-member .wildflower-challenge.done .wildflower-point::before {
  right: -7px;
  top: -8px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 250, 240, 0.92);
  border-radius: 50%;
  background: url("./assets/activity-icon-challenge-check.png") center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(79, 122, 67, 0.22),
    0 5px 10px rgba(48, 66, 43, 0.16);
}

.theme-wildflowers.view-member .wildflower-challenge.done .wildflower-point::after {
  display: none;
}

.theme-art-supplies.view-member .supply-challenge.done,
.theme-village-trail.view-member .village-challenge.done,
.theme-seaside-sketchbook.view-member .seaside-challenge.done {
  box-shadow:
    inset 6px 0 0 var(--done-accent, rgba(79, 122, 67, 0.64)),
    0 14px 28px rgba(48, 66, 43, 0.1);
}

.theme-art-supplies.view-member .supply-challenge.done {
  --done-accent: rgba(47, 111, 96, 0.7);
  background:
    linear-gradient(90deg, rgba(244, 252, 244, 0.96), rgba(255, 251, 241, 0.88)),
    url("./assets/art-supplies-map-paper.png") center / cover no-repeat;
}

.theme-village-trail.view-member .village-challenge.done {
  --done-accent: rgba(85, 118, 91, 0.72);
  background:
    linear-gradient(90deg, rgba(244, 252, 244, 0.96), rgba(255, 248, 236, 0.88)),
    url("./assets/village-trail-map-paper.png") center / cover no-repeat;
}

.theme-seaside-sketchbook.view-member .seaside-challenge.done {
  --done-accent: rgba(29, 115, 125, 0.68);
  background:
    linear-gradient(180deg, rgba(246, 255, 247, 0.96), rgba(237, 249, 239, 0.88)),
    url("./assets/seaside-sketchbook-map-paper.png") center / cover no-repeat;
}

.theme-art-supplies.view-member .supply-challenge.done .completion-status,
.theme-village-trail.view-member .village-challenge.done .completion-status,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px 9px 16px;
  border: 1px solid var(--done-status-border, rgba(79, 122, 67, 0.26));
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.theme-art-supplies.view-member .supply-challenge.done .completion-status {
  --done-status-border: rgba(47, 111, 96, 0.26);
}

.theme-village-trail.view-member .village-challenge.done .completion-status {
  --done-status-border: rgba(85, 118, 91, 0.26);
}

.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status {
  --done-status-border: rgba(29, 115, 125, 0.28);
}

.theme-art-supplies.view-member .supply-challenge.done .completion-artwork-grid,
.theme-village-trail.view-member .village-challenge.done .completion-artwork-grid,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-artwork-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 64px);
  justify-content: start;
  margin-bottom: 2px;
}

.theme-art-supplies.view-member .supply-challenge.done .completion-artwork-thumb,
.theme-village-trail.view-member .village-challenge.done .completion-artwork-thumb,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-artwork-thumb {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-color: var(--done-status-border, rgba(79, 122, 67, 0.3));
  box-shadow: 0 7px 14px rgba(48, 66, 43, 0.12);
}

.theme-art-supplies.view-member .supply-challenge.done .completion-status-main,
.theme-village-trail.view-member .village-challenge.done .completion-status-main,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status-main {
  justify-content: flex-start;
  color: var(--done-accent, var(--green));
}

.theme-art-supplies.view-member .supply-challenge.done .completion-check,
.theme-village-trail.view-member .village-challenge.done .completion-check,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-check {
  width: 24px;
  height: 24px;
  border: 0;
  background: url("./assets/activity-icon-challenge-check.png") center / cover no-repeat;
  color: transparent;
  font-size: 0;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.78),
    0 5px 10px rgba(48, 66, 43, 0.14);
}

.theme-art-supplies.view-member .supply-challenge.done .completion-check {
  background: var(--supply-check-icon) center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(255, 253, 247, 0.84),
    0 5px 10px rgba(48, 66, 43, 0.14);
}

.theme-village-trail.view-member .village-challenge.done .completion-check {
  background: var(--village-check-icon) center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(255, 253, 247, 0.84),
    0 5px 10px rgba(48, 66, 43, 0.14);
}

.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-check {
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: linear-gradient(180deg, #2d929b, var(--seaside-sea-dark));
  color: #fff;
  font-size: 13px;
  box-shadow:
    0 0 0 2px rgba(29, 115, 125, 0.18),
    0 5px 10px rgba(32, 72, 74, 0.14);
}

.theme-art-supplies.view-member .supply-challenge.done .completion-status small,
.theme-village-trail.view-member .village-challenge.done .completion-status small,
.theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status small {
  color: var(--done-accent, var(--green));
  font-size: 12px;
  white-space: nowrap;
}

.theme-art-supplies.view-member .supply-point,
.theme-village-trail.view-member .village-point {
  position: relative;
}

.theme-art-supplies.view-member .supply-challenge.done .supply-point::before,
.theme-village-trail.view-member .village-challenge.done .village-point::before {
  content: "";
  position: absolute;
  right: -7px;
  top: -8px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 253, 247, 0.92);
  border-radius: 50%;
  background: url("./assets/activity-icon-challenge-check.png") center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(79, 122, 67, 0.22),
    0 5px 10px rgba(48, 66, 43, 0.16);
  pointer-events: none;
}

.theme-art-supplies.view-member .supply-challenge.done .supply-point::before {
  background: var(--supply-check-icon) center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(21, 154, 165, 0.2),
    0 5px 10px rgba(48, 66, 43, 0.16);
}

.theme-village-trail.view-member .village-challenge.done .village-point::before {
  background: var(--village-check-icon) center / cover no-repeat;
  box-shadow:
    0 0 0 2px rgba(85, 118, 91, 0.2),
    0 5px 10px rgba(48, 66, 43, 0.16);
}

.theme-seaside-sketchbook.view-member .seaside-challenge.done .seaside-point::before {
  content: "\2713";
  position: absolute;
  right: -7px;
  top: -8px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 253, 247, 0.92);
  border-radius: 50%;
  background: linear-gradient(180deg, #2d929b, var(--seaside-sea-dark));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 0 2px rgba(29, 115, 125, 0.16),
    0 5px 10px rgba(32, 72, 74, 0.16);
  pointer-events: none;
}

.theme-art-supplies.view-member .supply-reward,
.theme-village-trail.view-member .village-reward,
.theme-seaside-sketchbook.view-member .seaside-reward {
  position: relative;
  overflow: hidden;
}

.theme-art-supplies.view-member .supply-reward {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.86), rgba(255, 251, 241, 0.78)),
    url("./assets/art-supplies-map-paper.png") center / cover no-repeat;
}

.theme-village-trail.view-member .village-reward {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.9), rgba(255, 249, 238, 0.78)),
    url("./assets/village-trail-map-paper.png") center / cover no-repeat;
}

.theme-seaside-sketchbook.view-member .seaside-reward {
  background:
    linear-gradient(90deg, rgba(248, 255, 251, 0.9), rgba(255, 247, 226, 0.72)),
    url("./assets/seaside-sketchbook-map-paper.png") center / cover no-repeat;
}

.theme-art-supplies.view-member .supply-reward.unlocked,
.theme-village-trail.view-member .village-reward.unlocked,
.theme-seaside-sketchbook.view-member .seaside-reward.unlocked {
  padding-right: 54px;
}

.theme-art-supplies.view-member .supply-reward.unlocked::before,
.theme-village-trail.view-member .village-reward.unlocked::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 253, 247, 0.94);
  border-radius: 50%;
  background: url("./assets/activity-icon-prize-ribbon.png") center / cover no-repeat;
  box-shadow:
    0 0 0 3px rgba(248, 230, 171, 0.34),
    0 8px 16px rgba(111, 76, 18, 0.16);
  pointer-events: none;
}

.theme-art-supplies.view-member .supply-reward.unlocked::after,
.theme-village-trail.view-member .village-reward.unlocked::after {
  display: none;
}

.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::before,
.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::before {
  right: 12px;
  top: 12px;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 253, 247, 0.94);
  border-radius: 50%;
  background: linear-gradient(180deg, #2d929b, var(--seaside-sea-dark));
  box-shadow:
    0 0 0 3px rgba(29, 115, 125, 0.18),
    0 8px 16px rgba(32, 72, 74, 0.16);
}

.theme-seaside-sketchbook.view-member .seaside-reward.unlocked::after {
  right: 23px;
  top: 22px;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .monthly-admin-sidebar {
    grid-template-areas:
      "monthly-active monthly-actions"
      "monthly-library monthly-library"
      "metrics metrics";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seasonal-admin-sidebar {
    grid-template-areas:
      "seasonal-active seasonal-actions"
      "seasonal-library seasonal-library";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-art-supplies.view-member .supply-challenge.done .completion-status,
  .theme-village-trail.view-member .village-challenge.done .completion-status,
  .theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status,
  .theme-wildflowers.view-member .wildflower-challenge.done .completion-status {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 6px;
  }

  .theme-art-supplies.view-member .supply-challenge.done .completion-status small,
  .theme-village-trail.view-member .village-challenge.done .completion-status small,
  .theme-seaside-sketchbook.view-member .seaside-challenge.done .completion-status small,
  .theme-wildflowers.view-member .wildflower-challenge.done .completion-status small {
    white-space: normal;
  }

  .theme-art-supplies.view-member .supply-challenge.done .feedback-status,
  .theme-village-trail.view-member .village-challenge.done .feedback-status,
  .theme-seaside-sketchbook.view-member .seaside-challenge.done .feedback-status,
  .theme-wildflowers.view-member .wildflower-challenge.done .feedback-status {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .access-layout,
  .journey-grid,
  .journey-soon-layout,
  .admin-layout,
  .challenge {
    grid-template-columns: 1fr;
  }

  .monthly-admin-sidebar {
    grid-template-areas:
      "monthly-active"
      "monthly-library"
      "monthly-actions"
      "metrics";
    grid-template-columns: 1fr;
  }

  .seasonal-admin-sidebar {
    grid-template-areas:
      "seasonal-active"
      "seasonal-library"
      "seasonal-actions";
    grid-template-columns: 1fr;
  }

  .quest-library {
    grid-template-columns: 1fr;
  }

  .edit-row,
  .challenge-edit,
  .tier-edit,
  .reward-edit,
  .member-status-row,
  .feedback-task {
    grid-template-columns: 1fr 1fr;
  }

  .challenge-edit {
    grid-template-areas:
      "active active"
      "title title"
      "points bonus"
      "sort sort"
      "date type"
      "requirement requirement"
      "moderation moderation"
      "url label"
      "description description"
      "save delete";
  }

  .campaign-reward-edit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "campaign reward"
      "points type"
      "limit active"
      "thumbnail thumbnail"
      "upload preview"
      "description description"
      "delete delete";
  }

  .campaign-edit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "title status"
      "start end"
      "description description"
      "delete delete";
  }

  .theme-art-supplies.view-member .journey-grid,
  .theme-art-supplies.view-member .challenge-list {
    grid-template-columns: 1fr;
  }

  .theme-village-trail.view-member .journey-grid,
  .theme-village-trail.view-member .challenge-list {
    grid-template-columns: 1fr;
  }

  .theme-seaside-sketchbook.view-member .journey-grid,
  .theme-seaside-sketchbook.view-member .challenge-list {
    grid-template-columns: 1fr;
  }

  .theme-wildflowers.view-member .journey-grid,
  .theme-wildflowers.view-member .challenge-list {
    grid-template-columns: 1fr;
  }

  .theme-art-supplies.view-member .supply-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .theme-village-trail.view-member .village-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .theme-seaside-sketchbook.view-member .seaside-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .theme-wildflowers.view-member .wildflower-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .theme-art-supplies.view-member .supply-hero > div:first-child {
    flex: 0 1 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px clamp(22px, 6vw, 44px) 24px clamp(30px, 8vw, 58px);
  }

  .theme-art-supplies.view-member .supply-hero h1 {
    font-size: clamp(42px, 10vw, 68px);
  }

  .theme-village-trail.view-member .village-hero > div:first-child {
    flex: 0 1 auto;
    width: 100%;
    max-width: none;
  }

  .theme-village-trail.view-member .village-hero h1 {
    font-size: clamp(42px, 10vw, 68px);
  }

  .theme-art-supplies.view-member .score-box,
  .theme-village-trail.view-member .score-box,
  .theme-seaside-sketchbook.view-member .score-box,
  .theme-wildflowers.view-member .score-box {
    align-self: flex-end;
  }

  .theme-art-supplies.view-member .supply-hero::before,
  .theme-art-supplies.view-member .supply-hero::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .topbar,
  .season-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  main {
    padding: 14px;
  }

  .hero,
  .season-hero {
    min-height: 430px;
    padding: 24px;
  }

  .hero h1,
  .season-hero h1 {
    font-size: 44px;
  }

  .theme-art-supplies.view-member .supply-hero {
    min-height: 360px;
    padding: 18px;
    background-position: center;
  }

  .theme-art-supplies.view-member .supply-hero > div:first-child {
    padding: 18px 18px 20px 30px;
    clip-path: polygon(1% 3%, 11% 0, 24% 2%, 37% 0.5%, 51% 2.3%, 66% 0.6%, 82% 2.4%, 99% 1.2%, 98% 94%, 86% 98%, 72% 95%, 57% 98%, 42% 95%, 27% 98%, 12% 95%, 1.5% 98%);
  }

  .theme-art-supplies.view-member .supply-hero > div:first-child::before {
    left: 56px;
    right: 24px;
    inset-block-start: -12px;
    width: auto;
  }

  .theme-art-supplies.view-member .supply-hero h1 {
    font-size: clamp(38px, 13vw, 52px);
    line-height: 0.95;
  }

  .theme-art-supplies.view-member .supply-hero .eyebrow {
    font-size: 11px;
  }

  .theme-art-supplies.view-member .supply-hero p {
    font-size: 14px;
  }

  .theme-village-trail.view-member .village-hero {
    min-height: 380px;
    padding: 18px;
  }

  .theme-village-trail.view-member .village-hero > div:first-child {
    padding: 20px 18px;
  }

  .theme-village-trail.view-member .village-hero h1 {
    font-size: clamp(38px, 13vw, 52px);
    line-height: 0.96;
  }

  .theme-village-trail.view-member .village-hero .eyebrow,
  .theme-village-trail.view-member .village-hero p {
    font-size: 13px;
  }

  .theme-seaside-sketchbook.view-member .seaside-hero {
    min-height: 400px;
    padding: 18px;
    background-position: 62% center;
  }

  .theme-seaside-sketchbook.view-member .seaside-hero h1 {
    font-size: clamp(38px, 13vw, 52px);
    line-height: 0.96;
  }

  .theme-seaside-sketchbook.view-member .seaside-hero .eyebrow,
  .theme-seaside-sketchbook.view-member .seaside-hero p:not(.eyebrow) {
    font-size: 13px;
  }

  .theme-wildflowers.view-member .wildflower-hero {
    min-height: 400px;
    padding: 18px;
    background-position: 64% center;
  }

  .theme-wildflowers.view-member .wildflower-hero h1 {
    font-size: clamp(38px, 13vw, 52px);
    line-height: 0.96;
  }

  .theme-wildflowers.view-member .wildflower-hero .eyebrow,
  .theme-wildflowers.view-member .wildflower-hero p:not(.eyebrow) {
    font-size: 13px;
  }

  .score-box {
    width: 100%;
    height: auto;
    padding: 18px;
  }

  .celebration-card,
  .celebration-card-reward,
  .celebration-card-quest {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(440px, calc(100vw - 28px));
    min-height: 0;
    padding: 22px;
    text-align: center;
  }

  .celebration-card img {
    width: 116px;
    height: 116px;
  }

  .celebration-card-reward img,
  .celebration-card-quest img {
    width: 142px;
    height: 142px;
  }

  .celebration-card strong {
    font-size: 30px;
  }

  .celebration-card-reward strong,
  .celebration-card-quest strong {
    font-size: 34px;
  }

  .theme-art-supplies.view-member .score-box {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 96px;
    transform: none;
  }

  .theme-village-trail.view-member .score-box {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 96px;
    transform: none;
  }

  .theme-seaside-sketchbook.view-member .score-box {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 96px;
    transform: none;
  }

  .theme-wildflowers.view-member .score-box {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 96px;
    transform: none;
  }

  .tier-row,
  .upload-preview-grid,
  .submission-options,
  .field-grid,
  .admin-form .field-grid,
  .journey-hero-admin,
  .fulfillment,
  .feedback-task,
  .member-status-panel summary,
  .admin-collapsible-panel summary,
  .member-status-row,
  .member-status-metrics,
  .edit-row,
  .challenge-edit,
  .tier-edit,
  .reward-edit {
    grid-template-columns: 1fr;
  }

  .member-status-panel summary,
  .admin-collapsible-panel summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-status-summary,
  .admin-collapsible-summary {
    justify-content: flex-start;
    margin-left: 0;
  }

  .challenge-edit {
    grid-template-areas:
      "title"
      "points"
      "bonus"
      "sort"
      "date"
      "type"
      "requirement"
      "moderation"
      "active"
      "url"
      "label"
      "description"
      "save"
      "delete";
  }

  .campaign-reward-edit {
    grid-template-columns: 1fr;
    grid-template-areas:
      "campaign"
      "reward"
      "points"
      "type"
      "limit"
      "active"
      "thumbnail"
      "upload"
      "preview"
      "description"
      "delete";
  }

  .campaign-edit {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "status"
      "start"
      "end"
      "description"
      "delete";
  }
}

@media (prefers-reduced-motion: reduce) {
  .score-box.score-celebrate,
  .map-celebrate .progress span,
  .challenge.just-completed,
  .challenge.just-submitted,
  .tier.just-unlocked,
  .reward.just-unlocked,
  .challenge.just-completed .completion-status,
  .challenge.just-submitted .completion-status,
  .celebration-card,
  .celebration-particle,
  .celebration-card-reward img,
  .celebration-card-quest img,
  .celebration-card-reward::before,
  .celebration-card-quest::before,
  .celebration-layer::before {
    animation: none;
  }

  .celebration-burst {
    display: none;
  }
}
