.feed-stack-action-row {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 18px;
}

.feed-stack-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.16);
}

.feed-stack-action--inline {
  min-height: 40px;
  padding: 0 16px;
}

.feed-stack-action:hover,
.feed-stack-action:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .feed-stack-action-row {
    justify-content: stretch;
  }

  .feed-stack-action {
    width: 100%;
  }
}

.feed-page-shell {
  display: grid;
  gap: 18px;
  margin-top: 12px;
}

.dashboard-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -40px 0 4px;
  padding: 0 14px;
}

.dashboard-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #efd7cd;
  color: #774a3e;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}

.dashboard-tabs__item.is-active {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.dashboard-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-overview__card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #ecd9d1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.05);
}

.dashboard-overview__label {
  color: #8f6557;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-overview__count {
  color: #1f2937;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.dashboard-overview__note {
  color: #67524b;
  font-size: 14px;
  line-height: 1.5;
}

.dashboard-overview__card--tag .dashboard-overview__count,
.dashboard-overview__card--collection .dashboard-overview__count {
  color: #a14224;
}

.dashboard-overview__card--profile .dashboard-overview__count,
.dashboard-overview__card--business .dashboard-overview__count,
.dashboard-overview__card--notification .dashboard-overview__count {
  color: #156d77;
}

.dashboard-overview__card--bookmark .dashboard-overview__count,
.dashboard-overview__card--interest .dashboard-overview__count {
  color: #da4a28;
}

.dashboard-business-ad {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #171717 0%, #2a1f1a 28%, #da4a28 72%, #f6a56f 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.14);
}

.dashboard-business-ad__copy {
  display: grid;
  gap: 8px;
}

.dashboard-business-ad__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-business-ad__copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.dashboard-business-ad__copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

.dashboard-business-ad__actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.dashboard-business-ad__cta,
.dashboard-business-ad__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.dashboard-business-ad__cta {
  background: #fff;
  color: #c54828;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}

.dashboard-business-ad__link {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.dashboard-lifecycle-alerts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.dashboard-lifecycle-alert {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff9ef 0%, #fff2dc 100%);
  border: 1px solid #efd6a8;
  color: #5d463b;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.dashboard-lifecycle-alert__type,
.dashboard-lifecycle-alert__status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-lifecycle-alert__type {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #edd8c4;
  color: #cb5b34;
}

.dashboard-lifecycle-alert__status {
  background: #171717;
  color: #fff;
}

.dashboard-lifecycle-alert strong {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.dashboard-lifecycle-alert p {
  margin: 0;
  color: #6a554d;
  font-size: 14px;
  line-height: 1.55;
}

.dashboard-level-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 10px 16px;
  border: 1px solid #eadbd3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.dashboard-level-up span {
  color: #172033;
  font-size: 14px;
  font-weight: 900;
}

.dashboard-level-up nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.dashboard-level-up a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid #eed8ce;
  border-radius: 999px;
  background: #fff7f2;
  color: #c54828;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dashboard-action-center {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #eadbd3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.dashboard-action-center__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-action-center__head span,
.dashboard-action-center__head strong {
  color: #172033;
  font-size: 14px;
  font-weight: 900;
}

.dashboard-action-center__head strong {
  color: #c54828;
}

.dashboard-action-center__list {
  display: grid;
  gap: 10px;
}

.dashboard-action-center__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #eed8ce;
  border-radius: 8px;
  background: #fff8f5;
}

.dashboard-action-center__item span {
  display: block;
  color: #c54828;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-action-center__item strong {
  display: block;
  margin-top: 4px;
  color: #172033;
  font-size: 16px;
  line-height: 1.25;
}

.dashboard-action-center__item p {
  margin: 4px 0 0;
  color: #6a554d;
  font-size: 13px;
  line-height: 1.4;
}

.dashboard-action-center__actions,
.dashboard-action-center__actions form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.dashboard-action-center__actions button,
.dashboard-action-center__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dashboard-action-center__actions a:not(.dashboard-action-center__button) {
  color: #c54828;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dashboard-action-center__actions select {
  min-height: 34px;
  max-width: 220px;
  border: 1px solid #eed8ce;
  border-radius: 999px;
  background: #fff;
  color: #172033;
  font: inherit;
  font-size: 12px;
  padding: 0 10px;
}

.dashboard-action-center__actions small {
  flex-basis: 100%;
  color: #6a554d;
  font-size: 12px;
  text-align: right;
}

.dashboard-action-center__actions small[data-state="error"] {
  color: #b42318;
}

.dashboard-action-center__actions small[data-state="success"] {
  color: #18794e;
}

.dashboard-event-team-row a {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-height: 42px;
  max-width: 260px;
}

.dashboard-event-team-row a strong,
.dashboard-event-team-row a small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-event-team-row a strong {
  color: #172033;
  font-size: 12px;
  line-height: 1.15;
}

.dashboard-event-team-row a small {
  color: #c54828;
  font-size: 11px;
  font-weight: 900;
}

.dashboard-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 16px;
  align-items: stretch;
}

.dashboard-feature-calendar,
.dashboard-feature-successcard-wrap {
  display: grid;
  min-width: 0;
  border: 1px solid #e9ddd5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.dashboard-feature-calendar {
  gap: 18px;
  padding: 18px;
}

.dashboard-feature-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-feature-calendar__arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #eadbd3;
  border-radius: 999px;
  background: #fff7f2;
  color: #172033;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.dashboard-feature-calendar__arrow:hover,
.dashboard-feature-calendar__arrow:focus {
  border-color: #f15a29;
  color: #d94a25;
}

.dashboard-feature-calendar__head span {
  color: #6f625a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-feature-calendar__head strong {
  color: #172033;
  font-size: 20px;
  line-height: 1;
}

.dashboard-month-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.dashboard-month-calendar__weekday {
  display: grid;
  place-items: center;
  min-height: 22px;
  color: #7a6a62;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-month-calendar__day {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0;
  border: 1px solid #eee4dd;
  border-radius: 8px;
  background: #faf7f4;
  color: #172033;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.dashboard-month-calendar__day--blank {
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.dashboard-month-calendar__day.is-today {
  background: #172033;
  border-color: #172033;
  color: #fff;
}

.dashboard-month-calendar__day.has-items {
  border-color: #f15a29;
  background: #fff5ef;
}

.dashboard-month-calendar__day.is-selected {
  background: #f15a29;
  border-color: #f15a29;
  color: #fff;
}

.dashboard-month-calendar__day.has-items.is-today {
  background: #172033;
  border-color: #f15a29;
}

.dashboard-month-calendar__day.has-items.is-selected,
.dashboard-month-calendar__day.is-today.is-selected {
  background: #f15a29;
  border-color: #f15a29;
  color: #fff;
}

.dashboard-month-calendar__day i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f15a29;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.dashboard-feature-successcard-wrap {
  gap: 12px;
  padding: 14px;
  align-content: start;
}

.dashboard-feature-successcard-wrap > div {
  min-width: 0;
}

.dashboard-feature-panel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-feature-panel-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #eadbd3;
  border-radius: 999px;
  background: #fff7f2;
  color: #734b3f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.dashboard-feature-panel-tabs button.is-active {
  border-color: #172033;
  background: #172033;
  color: #fff;
}

.dashboard-feature-successcard-card {
  display: grid;
  gap: 18px;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0;
  padding: 22px;
  border-radius: 26px;
  align-content: space-between;
  background: linear-gradient(145deg, #111, #26292c);
  color: #fff;
  box-shadow: 0 24px 46px rgba(17, 17, 17, 0.18);
  text-decoration: none;
}

.dashboard-feature-successcard-card--black {
  background: linear-gradient(145deg, #0b0d10 0%, #171717 48%, #2a2d31 100%);
}

.dashboard-feature-successcard-card--gold {
  background: linear-gradient(145deg, #2d2211 0%, #8f6420 48%, #e0b454 100%);
}

.dashboard-feature-successcard-card--platinum {
  background: linear-gradient(145deg, #1d2630 0%, #596575 48%, #d9e0e8 100%);
}

.dashboard-feature-successcard-card--silver {
  background: linear-gradient(145deg, #262b31 0%, #747b84 52%, #c7ccd2 100%);
}

.dashboard-feature-successcard-card__top,
.dashboard-feature-successcard-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-feature-successcard-card__photo {
  position: relative;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.dashboard-feature-successcard-card__photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 18px;
  object-fit: cover;
}

.dashboard-feature-successcard-card__photo span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

.dashboard-feature-successcard-card__photo i {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  place-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.78);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-feature-successcard-card__photo--red {
  border-color: #c2413a;
  box-shadow: 0 0 0 4px rgba(194, 65, 58, 0.28), inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.dashboard-feature-successcard-card__photo--yellow {
  border-color: #e1b23d;
  box-shadow: 0 0 0 4px rgba(225, 178, 61, 0.3), inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.dashboard-feature-successcard-card__photo--green {
  border-color: #1b9a67;
  box-shadow: 0 0 0 4px rgba(27, 154, 103, 0.28), inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.dashboard-feature-successcard-card__photo--blue {
  border-color: #2d7ed0;
  box-shadow: 0 0 0 4px rgba(45, 126, 208, 0.28), inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.dashboard-feature-successcard-card__photo--purple {
  border-color: #8a4fc5;
  box-shadow: 0 0 0 4px rgba(138, 79, 197, 0.3), inset 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.dashboard-feature-successcard-card__top b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.dashboard-feature-successcard-card__main {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.dashboard-feature-successcard-card__identity {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.dashboard-feature-successcard-card__identity span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-feature-successcard-card__identity strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 0.95;
  letter-spacing: 0;
}

.dashboard-feature-successcard-card__identity em,
.dashboard-feature-successcard-card__identity small {
  color: rgba(255, 255, 255, 0.84);
  font-style: normal;
  line-height: 1.35;
}

.dashboard-feature-successcard-card__bottom {
  align-items: end;
}

.dashboard-feature-successcard-bars {
  display: grid;
  gap: 8px;
}

.dashboard-feature-successcard-bar {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(72px, auto);
  gap: 10px;
  align-items: center;
}

.dashboard-feature-successcard-bar span,
.dashboard-feature-successcard-bar b {
  color: #514941;
  font-size: 12px;
  font-weight: 900;
}

.dashboard-feature-successcard-bar b {
  text-align: right;
}

.dashboard-feature-successcard-bar div {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dedad4;
}

.dashboard-feature-successcard-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #172033 0%, #f15a29 100%);
}

.dashboard-feature-successcard-bar .dashboard-feature-successcard-bar__split {
  background: #c2413a;
}

.dashboard-feature-successcard-bar__split i {
  background: #1b9a67;
}

.dashboard-feature-successcard-bar .dashboard-feature-successcard-bar__aura-scale {
  position: relative;
  overflow: visible;
  background: linear-gradient(90deg, #c2413a 0%, #e1b23d 25%, #1b9a67 50%, #2d7ed0 75%, #8a4fc5 100%);
}

.dashboard-feature-successcard-bar__aura-scale i {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #172033;
  box-shadow: 0 5px 12px rgba(23, 32, 51, 0.3);
  transform: translate(-50%, -50%);
}

.dashboard-feature-successcard-bar__aura-scale--red i { background: #c2413a; }
.dashboard-feature-successcard-bar__aura-scale--yellow i { background: #e1b23d; }
.dashboard-feature-successcard-bar__aura-scale--green i { background: #1b9a67; }
.dashboard-feature-successcard-bar__aura-scale--blue i { background: #2d7ed0; }
.dashboard-feature-successcard-bar__aura-scale--purple i { background: #8a4fc5; }

.dashboard-feature-successcard-bar--red i { background: #c2413a; }
.dashboard-feature-successcard-bar--yellow i { background: #e1b23d; }
.dashboard-feature-successcard-bar--green i { background: #1b9a67; }
.dashboard-feature-successcard-bar--blue i { background: #2d7ed0; }
.dashboard-feature-successcard-bar--purple i { background: #8a4fc5; }

.dashboard-calendar-detail {
  display: grid;
  gap: 14px;
  min-height: 100%;
}

.dashboard-calendar-detail[hidden] {
  display: none;
}

.dashboard-calendar-detail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-calendar-detail__head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.dashboard-calendar-detail__head span {
  color: #6f625a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-calendar-detail__head strong {
  overflow: hidden;
  color: #172033;
  font-size: 22px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-calendar-detail__head button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #eadbd3;
  border-radius: 999px;
  background: #fff7f2;
  color: #c54828;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.dashboard-calendar-detail__list {
  display: grid;
  gap: 10px;
}

.dashboard-calendar-detail__list a,
.dashboard-calendar-detail__empty {
  gap: 5px;
  margin: 0;
  padding: 12px;
  border: 1px solid #eee4dd;
  border-radius: 8px;
  background: #faf7f4;
  color: #172033;
  text-decoration: none;
}

.dashboard-calendar-detail__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.dashboard-calendar-detail__media {
  display: grid;
  place-items: center;
  width: 68px;
  height: 54px;
  overflow: hidden;
  border-radius: 8px;
  background: #172033;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.dashboard-calendar-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-calendar-detail__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.dashboard-calendar-detail__copy strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-calendar-detail__copy span,
.dashboard-calendar-detail__empty {
  color: #665b55;
  font-size: 13px;
  line-height: 1.35;
}

.dashboard-insight-panel {
  display: grid;
  gap: 14px;
  min-height: 260px;
  align-content: start;
  padding: 4px;
}

.dashboard-insight-panel[hidden] {
  display: none;
}

.dashboard-access-panel {
  display: grid;
  gap: 14px;
  min-height: 260px;
  align-content: start;
  padding: 4px;
}

.dashboard-access-panel[hidden] {
  display: none;
}

.dashboard-access-panel__list {
  display: grid;
  gap: 10px;
}

.dashboard-access-panel__list a {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 14px;
  border: 1px solid #eadbd3;
  border-radius: 8px;
  background: #fff7f2;
  color: #172033;
  text-decoration: none;
}

.dashboard-access-panel__list a:hover,
.dashboard-access-panel__list a:focus {
  border-color: #f15a29;
  box-shadow: 0 10px 22px rgba(241, 90, 41, 0.14);
}

.dashboard-access-panel__list strong,
.dashboard-access-panel__list small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-access-panel__list strong {
  font-size: 16px;
  line-height: 1.15;
}

.dashboard-access-panel__list small {
  color: #7a5144;
  font-size: 12px;
  font-weight: 900;
}

.dashboard-insight-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-insight-panel__head span {
  color: #6f625a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-insight-panel__head a,
.dashboard-insight-panel__head strong {
  color: #0d7380;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.dashboard-insight-panel p {
  margin: 0;
  color: #665b55;
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-aura-feature {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.dashboard-aura-feature__orb {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  color: #fff;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.36), 0 14px 28px rgba(17, 24, 39, 0.18);
}

.dashboard-aura-feature__orb span {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.dashboard-aura-feature__orb--red { background: #c2413a; }
.dashboard-aura-feature__orb--yellow { background: #d19021; }
.dashboard-aura-feature__orb--green { background: #17875b; }
.dashboard-aura-feature__orb--blue { background: #206db6; }
.dashboard-aura-feature__orb--purple { background: #7c3fb4; }

.dashboard-aura-feature strong {
  display: block;
  margin-bottom: 6px;
  color: #172033;
  font-size: 20px;
  line-height: 1.15;
}

.dashboard-command-center {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-progress-card,
.dashboard-tool-panel {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e6ddd6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
}

.dashboard-progress-card__head,
.dashboard-tool-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dashboard-progress-card__head span,
.dashboard-tool-panel__header span {
  color: #6f625a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-progress-card__head strong {
  color: #172033;
  font-size: 22px;
  line-height: 1;
}

.dashboard-progress-card p,
.dashboard-progress-card small,
.dashboard-panel-empty {
  margin: 0;
  color: #665b55;
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-progress-card a,
.dashboard-tool-panel__header a {
  color: #0d7380;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.dashboard-aura-orb {
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.38), 0 12px 22px rgba(17, 24, 39, 0.16);
  cursor: pointer;
}

.dashboard-aura-orb--red { background: #c2413a; }
.dashboard-aura-orb--yellow { background: #d19021; }
.dashboard-aura-orb--green { background: #17875b; }
.dashboard-aura-orb--blue { background: #206db6; }
.dashboard-aura-orb--purple { background: #7c3fb4; }

.dashboard-aura-scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 12px;
  overflow: visible;
  border-radius: 999px;
  background: #eee;
}

.dashboard-aura-scale__zone:first-child {
  border-radius: 999px 0 0 999px;
}

.dashboard-aura-scale__zone:nth-child(5) {
  border-radius: 0 999px 999px 0;
}

.dashboard-aura-scale__zone--red { background: #c2413a; }
.dashboard-aura-scale__zone--yellow { background: #e1b23d; }
.dashboard-aura-scale__zone--green { background: #1b9a67; }
.dashboard-aura-scale__zone--blue { background: #2d7ed0; }
.dashboard-aura-scale__zone--purple { background: #8a4fc5; }

.dashboard-aura-scale i {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #172033;
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.22);
  transform: translate(-50%, -50%);
}

.dashboard-popover {
  position: absolute;
  z-index: 8;
  top: 96px;
  left: 18px;
  right: 18px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #ded5cf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.16);
}

.dashboard-popover strong {
  color: #172033;
}

.dashboard-popover span {
  color: #5f554f;
  font-size: 13px;
  line-height: 1.4;
}

.dashboard-battle-bar,
.dashboard-progress-card__mini-meter {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #d9d7d2;
}

.dashboard-battle-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #c2413a 0%, #e1b23d 45%, #17875b 100%);
}

.dashboard-progress-card__mini-meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0d7380 0%, #f15a29 100%);
}

.dashboard-battle-stats {
  display: flex;
  justify-content: space-between;
  color: #4c4641;
  font-size: 13px;
  font-weight: 900;
}

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

.dashboard-top-cards {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-top-cards a,
.dashboard-calendar-item,
.dashboard-attention-list a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f7f5f2;
  color: #172033;
  text-decoration: none;
}

.dashboard-top-cards a {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.dashboard-top-cards span,
.dashboard-calendar-item span,
.dashboard-attention-list strong {
  overflow: hidden;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-top-cards b {
  color: #f15a29;
}

.dashboard-top-cards small,
.dashboard-calendar-item small,
.dashboard-attention-list span {
  color: #6a625c;
  font-size: 12px;
}

.dashboard-calendar-list,
.dashboard-attention-list {
  display: grid;
  gap: 8px;
}

.dashboard-calendar-item {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
}

.dashboard-calendar-item time {
  display: inline-flex;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 8px;
  background: #172033;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

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

.dashboard-trophy {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e5ded7;
  border-radius: 8px;
  background: #f6f3ef;
  color: #756d67;
}

.dashboard-trophy.is-earned {
  border-color: #f0c36d;
  background: #fff7df;
  color: #172033;
}

.dashboard-trophy b,
.dashboard-trophy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-trophy b {
  font-size: 13px;
}

.dashboard-trophy small {
  font-size: 11px;
}

@media (max-width: 1180px) {
  .dashboard-feature-row {
    grid-template-columns: 1fr;
  }

  .dashboard-month-calendar__day {
    min-height: 40px;
  }

  .dashboard-command-center,
  .dashboard-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .dashboard-month-calendar {
    gap: 4px;
  }

  .dashboard-month-calendar__day {
    min-height: 34px;
    font-size: 12px;
  }

  .dashboard-feature-successcard-card__main {
    grid-template-columns: 1fr;
  }

  .dashboard-feature-successcard-card__photo {
    margin: 0 auto;
  }

  .dashboard-command-center,
  .dashboard-support-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-progress-card,
  .dashboard-tool-panel {
    padding: 14px;
  }

  .dashboard-calendar-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .dashboard-calendar-item small {
    grid-column: 2;
  }

  .dashboard-top-cards a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dashboard-top-cards small {
    grid-column: 2;
  }
}

.explore-stage {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 206, 187, 0.75), transparent 28%),
    radial-gradient(circle at bottom right, rgba(41, 178, 187, 0.12), transparent 24%),
    linear-gradient(135deg, #fffaf6 0%, #fff3ed 52%, #fffdfb 100%);
  border: 1px solid #f0ddd4;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.07);
}

.explore-stage--compact {
  gap: 16px;
}

.explore-stage__kicker,
.explore-stage__cloud-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f1d7cc;
  color: #c65533;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.explore-stage__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.explore-quick-links {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: thin;
}

.explore-quick-links span,
.explore-quick-links a {
  flex: 0 0 auto;
}

.explore-quick-links > span:first-child {
  color: #8f4d38;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.explore-quick-links a,
.explore-quick-links__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid #efcfc3;
  border-radius: 999px;
  background: #fff;
  color: #5a2d1f;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.explore-quick-links a:hover,
.explore-quick-links a:focus-visible {
  border-color: #e44725;
  background: #fff4ef;
  color: #d83e1f;
}

.explore-quick-links__placeholder {
  opacity: 0.56;
  cursor: default;
}

.explore-area-hero {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 22px 28px 24px 168px;
  border: 1px solid #f15a29;
  border-radius: 22px;
  background: #fff8f4;
  box-shadow: 0 18px 34px rgba(241, 90, 41, 0.18);
}

.explore-area-hero::before {
  content: "\f08d";
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  background: #f15a29;
  color: #fff;
  font-family: FontAwesome;
  font-size: 42px;
  line-height: 1;
  text-shadow: 0 10px 18px rgba(128, 36, 12, 0.24);
}

.explore-area-hero::after {
  content: "";
  position: absolute;
  left: 92px;
  top: 0;
  bottom: 0;
  width: 48px;
  background: linear-gradient(90deg, rgba(241, 90, 41, 0.22) 0%, rgba(241, 90, 41, 0) 100%);
}

.explore-area-hero__kicker {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: #f15a29;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(241, 90, 41, 0.34);
}

.explore-area-hero__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 860px;
  padding-right: 150px;
}

.explore-area-hero h2 {
  margin: 0;
  color: #181312;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.05;
}

.explore-area-hero p {
  max-width: 900px;
  margin: 0;
  color: #4f2a20;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.explore-stage__search-input {
  width: 100%;
  min-height: 62px;
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px solid #ead7ce;
  background: #fff;
  color: #2b2a29;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
}

.explore-stage__search-input::placeholder {
  color: #a08980;
}

.explore-stage__search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  min-width: 62px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f15a29 0%, #d94727 100%);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(217, 71, 39, 0.26);
}

.explore-stage__empty {
  margin: 0;
  color: #7b6259;
  font-size: 13px;
  line-height: 1.6;
}

.explore-stage__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  padding: 6px 2px 2px;
}

.feed-page-shell[data-feed-context="explore"] .explore-stage > .explore-stage__cloud {
  justify-content: center;
  text-align: center;
}

.feed-page-shell[data-feed-context="metro"] .community-cloud {
  display: grid;
  justify-items: center;
}

.feed-page-shell[data-feed-context="metro"] .community-cloud .explore-stage__cloud {
  justify-content: center;
  text-align: center;
}

.profile-cards-section .community-cloud {
  display: grid;
  justify-items: center;
}

.profile-cards-section .explore-stage__cloud {
  justify-content: center;
  text-align: center;
}

.explore-stage__cloud-link {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  transition: transform 0.16s ease, opacity 0.16s ease, color 0.16s ease;
}

.explore-stage__cloud-link:hover {
  transform: translateY(-1px);
  opacity: 0.88;
}

.explore-stage__cloud-link--tag {
  color: #a14224;
}

.explore-stage__cloud-link--metro {
  color: #156d77;
}

.explore-stage__cloud-link--w1 {
  font-size: 18px;
}

.explore-stage__cloud-link--w2 {
  font-size: 22px;
}

.explore-stage__cloud-link--w3 {
  font-size: 26px;
}

.explore-stage__cloud-link--w4 {
  font-size: 30px;
}

.explore-stage__cloud-link--w5 {
  font-size: 34px;
}

.feed-page-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px 22px 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f15a29 0%, #cf4b27 44%, #1ea9b7 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.14);
}

.community-hero {
  --community-accent: #f15a29;
  position: relative;
  overflow: visible;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.12);
}

.community-hero__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.community-hero__media img,
.community-hero__media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-hero__media-fallback {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, #111827 0%, var(--community-accent) 62%, #f1a86f 100%);
}

.community-hero__overlay {
  display: none;
}

.community-hero__official-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-hero__body {
  position: relative;
  z-index: 1;
  padding: 28px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.community-hero__identity {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: min(760px, 100%);
  margin-top: -76px;
}

.community-hero__avatar {
  width: 94px;
  height: 94px;
  border-radius: 24px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 4px solid #fff;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.16);
}

.community-hero__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, rgba(241, 90, 41, 0.95), rgba(30, 169, 183, 0.92));
}

.community-hero__copy {
  display: grid;
  gap: 8px;
  color: #1f2937;
  padding-top: 82px;
}

.community-hero__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff4ef;
  border: 1px solid #f0cfc3;
  color: #c65533;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-hero__copy h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #1f2937;
}

.community-hero__copy p,
.community-hero__meta {
  margin: 0;
  max-width: 58ch;
  color: #5b6574;
  font-size: 16px;
  line-height: 1.65;
}

.community-hero__meta {
  font-weight: 800;
  color: #8b96a7;
}

.profile-identity-strip {
  margin: -4px 0 18px;
  padding: 14px 18px;
  border: 1px solid rgba(232, 109, 63, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 248, 244, 0.98), rgba(255, 252, 250, 0.95));
}

.profile-identity-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #5c2d1c;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-identity-strip__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-identity-strip__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(232, 109, 63, 0.22);
  color: #8e4a2c;
  font-weight: 700;
  text-decoration: none;
}

.community-hero__official-line {
  color: #0f766e !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.community-hero__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 14px;
}

.community-hero__action-pill,
.community-hero__stat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
}

.community-hero__action-pill {
  border: 0;
  background: #f15a29;
  color: #fff;
  cursor: pointer;
}

.community-hero__action-pill--ghost {
  background: #fff;
  border: 1px solid #ebd4cb;
  color: #7f5144;
}

.community-hero__action-pill.is-active {
  background: #f15a29;
  color: #fff;
}

.community-hero__stat-pill {
  background: #fff6f1;
  border: 1px solid #efd6cb;
  color: #8f4d38;
}

.community-hero__subactions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 28px;
  background: transparent;
  align-items: flex-end;
  position: relative;
  margin-top: -18px;
  margin-bottom: 0;
  z-index: 2;
}

.community-hero__subaction-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px 10px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  border: 1px solid #ebd4cb;
  border-top: 0;
  color: #7f5144;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
}

.community-hero__subaction-pill--pro {
  background: #f15a29;
  border-color: #f15a29;
  color: #fff;
}

.community-hero__subaction-pill--active {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.community-hero--compact .community-hero__media {
  aspect-ratio: 16 / 4.2;
}

.community-hero--compact .community-hero__body {
  padding: 18px 24px 22px;
}

.community-hero--compact .community-hero__identity {
  margin-top: -44px;
}

.community-hero--compact .community-hero__avatar {
  width: 70px;
  height: 70px;
  border-radius: 18px;
}

.community-hero--compact .community-hero__copy {
  padding-top: 44px;
}

.community-hero--flyers-minimal {
  border-radius: 0 0 24px 24px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
}

.community-hero__body--flyers-minimal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 14px;
  padding: 16px 18px 18px;
  min-height: 0;
  border-radius: 0 0 20px 20px;
}

.flyer-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.flyer-hero-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  color: #ffffff;
  font-family: Caveat, cursive;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 700;
  line-height: 0.88;
}

.flyer-hero-title a,
.flyer-hero-title span {
  color: inherit;
  text-decoration: none;
}

.flyer-hero-title a {
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.flyer-hero-title a:hover,
.flyer-hero-title a:focus-visible {
  color: #ff7043;
  text-decoration: underline;
}

.flyer-hero-title span {
  color: #ff7043;
}

.flyer-hero-cta {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.flyer-hero-cta__form {
  margin: 0;
}

.flyer-hero-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #e44725;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(228, 71, 37, 0.28);
  cursor: pointer;
}

.flyer-hero-filter-row {
  display: block;
  width: 100%;
  min-width: 0;
}

.flyer-hero-filter-row .feed-filter-shell {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.flyer-hero-filter-row .feed-filter-shell[open] {
  padding: 12px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.flyer-hero-filter-row .feed-filter-shell__topline {
  justify-content: space-between;
  width: 100%;
  min-width: 0;
}

.flyer-hero-filter-row .feed-stack-action {
  background: #ffffff;
  color: #15110f;
  box-shadow: none;
}

.flyer-hero-filter-row .feed-filter-shell__toggle {
  background: #e44725;
  box-shadow: 0 12px 24px rgba(228, 71, 37, 0.22);
}

.flyer-hero-filter-row .feed-filter-bar {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.flyer-hero-filter-row .feed-filter-bar__label {
  color: rgba(255, 255, 255, 0.78);
}

.community-cloud {
  padding: 2px 6px 0;
}

.explore-stage__cloud-link.is-active {
  color: #171717;
}

.metro-directory-reset {
  margin-top: 16px;
}

.metro-directory-notice {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid #efc8b9;
  border-radius: 18px;
  background: #fff4ef;
  color: #5f3124;
  box-shadow: 0 14px 28px rgba(120, 52, 28, 0.08);
}

.metro-directory-notice span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metro-directory-notice p {
  margin: 0;
  font-weight: 800;
  line-height: 1.45;
}

.community-profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.community-profile-card {
  --profile-card-accent: #da4a28;
  --profile-card-accent-soft: rgba(218, 74, 40, 0.18);
  --morph-card-height: 40rem;
  --morph-card-reveal: 15.5rem;
  position: relative;
  display: block;
  padding: 0;
  height: var(--morph-card-height);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #eadfd6;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7f3 100%);
  box-shadow: 0 20px 44px rgba(17, 17, 17, 0.08);
}

.community-profile-card--user {
  --profile-card-accent: #da4a28;
  --profile-card-accent-soft: rgba(218, 74, 40, 0.2);
}

.community-profile-card--event {
  --profile-card-accent: #156d77;
  --profile-card-accent-soft: rgba(21, 109, 119, 0.18);
}

.community-profile-card--business {
  --profile-card-accent: #8f5ad6;
  --profile-card-accent-soft: rgba(143, 90, 214, 0.18);
}

.community-profile-card__surface {
  position: relative;
  height: 100%;
}

.community-profile-card__media {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(135deg, #111827 0%, var(--profile-card-accent) 62%, #f2b88c 100%);
  text-decoration: none;
  transition: height 0.45s ease, transform 0.45s ease;
}

.community-profile-card__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-profile-card__media-image--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(56px, 7vw, 82px);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.community-profile-card__media-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.84) 100%);
  transition: opacity 0.28s ease;
}

.community-profile-card__media-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 6px;
  color: #fff;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.community-profile-card__media-copy strong {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.community-profile-card__media-copy > span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.community-profile-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 14px;
  min-height: var(--morph-card-reveal);
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 244, 0.98) 100%);
  transition: opacity 0.32s ease, transform 0.38s ease;
}

.mini-card-grid > .community-profile-card {
  display: block;
  width: 100%;
  margin: 0;
  break-inside: avoid;
  page-break-inside: avoid;
}

.community-profile-card__identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.community-profile-card__avatar {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  object-fit: cover;
  background: #f3f4f6;
  box-shadow: none;
}

.community-profile-card__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--profile-card-accent), #d4aa63);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.community-profile-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.community-profile-card__kicker,
.community-profile-card__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--profile-card-accent);
}

.community-profile-card__copy strong {
  font-size: 21px;
  line-height: 1;
  color: #000000;
  font-weight: 900;
}

.community-profile-card__copy span:last-child {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
}

.community-profile-card__summary {
  margin: 0;
  color: #2b2b2b;
  line-height: 1.55;
  min-height: 3.1em;
  font-weight: 650;
}

.community-profile-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.community-profile-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--profile-card-accent-soft);
  color: #5f514d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

a.community-profile-card__tag:hover,
a.community-profile-card__tag:focus-visible {
  background: var(--profile-card-accent);
  color: #fff;
}

.community-profile-card__tag--primary {
  background: #171717;
  color: #fff;
}

.community-profile-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.community-profile-card__count {
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 800;
}

.community-profile-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--profile-card-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.12);
}

.community-profile-card--mini-event {
  --event-panel-height: clamp(19rem, 58%, 24rem);
  aspect-ratio: 1 / 1.29;
  height: auto;
  background: #111;
}

.community-profile-card--mini-event.community-profile-card--flyer-landscape {
  --event-panel-height: clamp(16rem, 46%, 19rem);
}

.community-profile-card--mini-event .community-profile-card__surface {
  position: relative;
  display: block;
  height: 100%;
}

.community-profile-card--mini-event .community-profile-card__media {
  height: 100%;
}

.community-profile-card--mini-event .community-profile-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  gap: 10px;
  min-height: var(--event-panel-height);
  opacity: 0;
  transform: translateY(100%);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  color: #fff;
}

.community-profile-card--mini-event .community-profile-card__copy strong {
  color: #fff;
}

.community-profile-card--mini-event .community-profile-card__copy span:last-child,
.community-profile-card--mini-event .community-profile-card__summary,
.community-profile-card--mini-event .community-profile-card__count {
  color: rgba(255, 255, 255, 0.72);
}

.community-profile-card--mini-event .community-profile-card__summary {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.community-profile-card--mini-event .community-profile-card__event-info {
  gap: 5px;
}

.community-profile-card--mini-event .community-profile-card__event-info span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.25;
}

.community-profile-card--mini-event .community-profile-card__meta {
  gap: 6px;
}

.community-profile-card--mini-event .community-profile-card__tag {
  min-height: 24px;
  padding: 5px 9px;
  font-size: 11px;
}

.community-profile-card--mini-event .community-profile-card__event-actions {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}

.community-profile-card--mini-event .mini-card__battle-vote {
  gap: 8px;
}

.community-profile-card--mini-event .mini-card__battle-btn {
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.community-profile-card--mini-event .mini-card__battle-btn:hover,
.community-profile-card--mini-event .mini-card__battle-btn.is-active {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.community-profile-card--mini-event .mini-card__battle-meter {
  height: 10px;
  background: rgba(255, 255, 255, 0.14);
}

.community-profile-card--mini-event .mini-card__battle-stats,
.community-profile-card--mini-event .mini-card__battle-stats strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.community-profile-card--mini-event .mini-card__bottom-bar {
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.community-profile-card--mini-event .mini-card__icon-actions {
  gap: 9px;
}

.community-profile-card--mini-event .mini-card__icon-action,
.community-profile-card--mini-event .mini-card__link--icon {
  color: rgba(255, 255, 255, 0.74);
}

.community-profile-card--mini-event .mini-card__icon-action:hover,
.community-profile-card--mini-event .mini-card__icon-action.is-active,
.community-profile-card--mini-event .mini-card__link--icon:hover,
.community-profile-card--mini-event .mini-card__link--icon:focus-visible {
  background: rgba(218, 74, 40, 0.18);
  color: #fff;
}

.community-profile-card--mini-event .community-profile-card__footer {
  margin-top: 0;
}

.community-profile-card--mini-event .community-profile-card__link {
  min-height: 36px;
  padding: 8px 14px;
}

.community-profile-card--mini-event .media-expand-btn--event {
  top: 64px;
  right: 16px;
  bottom: auto;
  z-index: 9;
}

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

.feed-page-shell--flyers {
  position: relative;
  gap: 0;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background: #15171b;
}

.feed-page-shell--flyers::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.46) 0%, rgba(5, 5, 5, 0.12) 18%, rgba(5, 5, 5, 0.14) 74%, rgba(5, 5, 5, 0.5) 100%),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.46) 82%);
}

.feed-page-shell--flyers .community-hero {
  margin-bottom: 0;
  border-radius: 0 0 26px 26px;
}

.feed-page-shell--flyers > .community-hero__subactions {
  padding: 0 24px;
  margin-top: -2px;
  margin-bottom: 0;
}

.feed-page-shell--flyers > .community-hero,
.feed-page-shell--flyers > .community-hero__subactions,
.feed-page-shell--flyers > .feed-filter-shell,
.feed-page-shell--flyers > .feed-refresh-banner,
.feed-page-shell--flyers > .flyer-wall-grid,
.feed-page-shell--flyers > .feed-empty-state,
.feed-page-shell--flyers > .feed-load-state,
.feed-page-shell--flyers > .feed-scroll-sentinel {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: min(1200px, calc(100vw - 220px));
}

.feed-page-shell--flyers > .community-hero {
  position: sticky;
  top: 72px;
  z-index: 30;
  border-radius: 0 0 26px 26px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.feed-page-shell--flyers > .community-hero .community-hero__body {
  width: 100%;
  background: transparent;
}

.feed-page-shell--flyers > .feed-empty-state,
.feed-page-shell--flyers > .feed-load-state {
  background: rgba(20, 22, 26, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f3f4f6;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.feed-page-shell--flyers > .feed-filter-shell[open] {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feed-page-shell--flyers > .feed-empty-state__kicker,
.feed-page-shell--flyers > .feed-empty-state .feed-empty-state__kicker {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.feed-page-shell--flyers > .feed-empty-state h2,
.feed-page-shell--flyers > .feed-empty-state p,
.feed-page-shell--flyers > .feed-load-state {
  color: #f3f4f6;
}

.community-hero__subaction-form {
  margin: 0;
  display: inline-flex;
}

.community-hero__subaction-form .community-hero__subaction-pill {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.community-hero__subaction-pill--flyer-cta {
  background: #e44725;
  color: #fff;
  border-color: rgba(228, 71, 37, 0.92);
  box-shadow: 0 10px 22px rgba(228, 71, 37, 0.24);
}

.flyer-wall-rails {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-auto-rows: 132px;
  gap: 5px;
  overflow: hidden;
  opacity: 0.68;
  filter: saturate(0.94) brightness(0.7) contrast(1.08);
  padding: 8px;
  align-content: start;
}

.flyer-wall-rails::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.16) 18%, rgba(0, 0, 0, 0.14) 82%, rgba(0, 0, 0, 0.62)),
    linear-gradient(180deg, rgba(16, 18, 20, 0.32) 0%, rgba(16, 18, 20, 0.1) 28%, rgba(16, 18, 20, 0.14) 70%, rgba(16, 18, 20, 0.38) 100%);
}

.flyer-wall-rail__tile {
  position: relative;
  overflow: hidden;
  background: #ddd7d2;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.flyer-wall-rail__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.flyer-wall-rail__tile--offset-left {
  transform: rotate(-1.3deg) scale(1.02);
  transform-origin: center;
}

.flyer-wall-rail__tile--offset-right {
  transform: rotate(1.3deg) scale(1.02);
  transform-origin: center;
}

.flyer-wall-grid {
  --mini-card-grid-gap: 4px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 6px;
}

.mini-card-grid.flyer-wall-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.mini-card-grid.flyer-wall-grid > .flyer-card {
  display: grid;
  width: 100%;
  margin: 0;
  min-width: 0;
  align-self: start;
}

.flyer-card {
  position: relative;
  display: grid;
  background: transparent;
  border: 0;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.flyer-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121212;
  overflow: hidden;
}

.flyer-card__media img,
.flyer-card__media-fallback {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.flyer-card__media-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(135deg, #171717 0%, #da4a28 100%);
}

.flyer-card__media-hit {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.flyer-card__guest-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.flyer-card__source-badge {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 3;
  max-width: calc(100% - 62px);
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #171210;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.18);
}

.flyer-card__date-badge {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 3;
  width: 44px;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.22);
}

.flyer-card__date-month,
.flyer-card__date-day,
.flyer-card__date-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flyer-card__date-month {
  min-height: 19px;
  background: #d63f35;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flyer-card__date-day {
  min-height: 28px;
  color: #5a5452;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.flyer-card__date-time {
  min-height: 17px;
  border-top: 1px solid #eee5e0;
  color: #5a5452;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flyer-card__edge-actions {
  position: absolute;
  right: 7px;
  top: 80px;
  bottom: 7px;
  z-index: 4;
  display: grid;
  gap: 6px;
  align-content: space-between;
  width: 34px;
}

.flyer-card__interest {
  cursor: pointer;
}

.flyer-card__edge-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.9);
  color: #cf4a25;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.flyer-card__interest.is-active,
.flyer-card__interest--static {
  background: rgba(218, 74, 40, 0.94);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.flyer-card__interest-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -4px;
  top: -5px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.flyer-card__open {
  align-self: end;
  color: #171210;
}

.flyer-card__claim {
  color: #0f766e;
}

.flyer-card--eventbrite .flyer-card__date-badge {
  right: 7px;
  top: 7px;
  width: 44px;
  z-index: 5;
}

.flyer-card--eventbrite .flyer-card__edge-actions {
  right: 7px;
  top: 80px;
  bottom: 7px;
  align-content: end;
}

.flyer-card--eventbrite .flyer-card__open {
  align-self: end;
}

.flyer-card__message {
  margin: 0;
  padding: 0;
}

.metro-directory-card {
  --morph-card-height: 40rem;
  --morph-card-reveal: 15.5rem;
  display: block;
  padding: 0;
  height: var(--morph-card-height);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fff8f5);
  border: 1px solid #ead9d2;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.metro-directory-card__surface {
  position: relative;
  height: 100%;
}

.metro-directory-card__media {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #111827;
  transition: height 0.45s ease, transform 0.45s ease;
}

.metro-directory-card__media img,
.metro-directory-card__media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metro-directory-card__media-fallback {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, #111827 0%, #da4a28 62%, #f1a86f 100%);
}

.metro-directory-card__media-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.84) 100%);
}

.metro-directory-card__media-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 6px;
  color: #fff;
}

.metro-directory-card__media-copy strong {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.metro-directory-card__media-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metro-directory-card__media-copy > span:last-child {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
}

.metro-directory-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 14px;
  min-height: var(--morph-card-reveal);
  padding: 18px;
  transition: opacity 0.32s ease, transform 0.38s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 244, 0.98) 100%);
}

.metro-directory-card__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.metro-directory-card__logo {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
}

.metro-directory-card__logo--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(241, 90, 41, 0.95), rgba(30, 169, 183, 0.92));
}

.metro-directory-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.metro-directory-card__copy strong {
  font-size: 22px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #1f2937;
}

.metro-directory-card__copy span {
  color: #8a4a35;
  font-size: 13px;
  font-weight: 800;
}

.metro-directory-card__description {
  margin: 0;
  color: #5f514d;
  line-height: 1.6;
}

.metro-directory-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.metro-directory-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4ef;
  border: 1px solid #f0cfc3;
  color: #a14224;
  font-size: 12px;
  font-weight: 900;
}

.guest-flyer-page {
  width: min(1080px, calc(100vw - 32px));
  margin: 0 auto;
}

.guest-flyer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
}

.guest-flyer-preview,
.guest-flyer-form,
.guest-flyer-benefits,
.guest-flyer-result {
  border: 1px solid rgba(222, 184, 166, 0.82);
  border-radius: 18px;
  background: rgba(255, 252, 249, 0.96);
  box-shadow: 0 18px 38px rgba(87, 58, 43, 0.1);
}

.guest-flyer-preview {
  overflow: hidden;
}

.guest-flyer-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.guest-flyer-form,
.guest-flyer-benefits,
.guest-flyer-result {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.guest-flyer-form h1,
.guest-flyer-benefits h1,
.guest-flyer-result h1 {
  margin: 0;
  color: #181412;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 0.95;
}

.guest-flyer-form p,
.guest-flyer-benefits p,
.guest-flyer-result p {
  margin: 0;
  color: #6b5d55;
  font-weight: 700;
}

.guest-flyer-result--with-preview {
  gap: 18px;
}

.guest-flyer-result__message {
  max-width: 760px;
}

.guest-flyer-confirmation-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(205, 165, 148, 0.72);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 244, 239, 0.96), rgba(255, 255, 255, 0.92)),
    #fff;
}

.guest-flyer-confirmation-card__image {
  overflow: hidden;
  border-radius: 12px;
  background: #1a1512;
  box-shadow: 0 14px 28px rgba(64, 39, 29, 0.16);
}

.guest-flyer-confirmation-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.guest-flyer-confirmation-card__details {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 6px 4px;
}

.guest-flyer-confirmation-card__details h2 {
  margin: 0;
  color: #181412;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.98;
}

.guest-flyer-confirmation-card__details p {
  color: #594b43;
  line-height: 1.45;
}

.guest-flyer-confirmation-card__details dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.guest-flyer-confirmation-card__details dl div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(228, 71, 37, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.guest-flyer-confirmation-card__details dt {
  color: #a14224;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guest-flyer-confirmation-card__details dd {
  margin: 0;
  color: #1d1714;
  font-weight: 900;
  line-height: 1.25;
}

.guest-flyer-form label {
  display: grid;
  gap: 6px;
  color: #4b3329;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.guest-flyer-form input,
.guest-flyer-form select {
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(205, 165, 148, 0.86);
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  color: #1d1714;
  font: inherit;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.guest-flyer-email-confirmation {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(228, 71, 37, 0.24);
  border-radius: 12px;
  background: #fff4ef;
}

.guest-flyer-email-confirmation span {
  color: #8a4935;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.guest-flyer-email-confirmation strong {
  color: #1d1714;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.guest-flyer-resend-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border: 1px solid rgba(228, 71, 37, 0.22);
  border-radius: 12px;
  background: #fff9f6;
}

.guest-flyer-resend-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #c93f22;
  border-radius: 999px;
  background: #e44725;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(228, 71, 37, 0.18);
}

.guest-flyer-resend-button:disabled {
  border-color: rgba(205, 165, 148, 0.74);
  background: #f1ddd4;
  color: #7d6155;
  cursor: not-allowed;
  box-shadow: none;
}

.guest-flyer-resend-form small {
  flex: 1 1 220px;
  color: #7a5d50;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.guest-flyer-metro-lock {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(205, 165, 148, 0.7);
  border-radius: 12px;
  background: #fff;
}

.guest-flyer-metro-lock span {
  color: #4b3329;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.guest-flyer-metro-lock strong {
  color: #1d1714;
  font-size: 18px;
}

.guest-flyer-form__grid,
.guest-flyer-benefit-grid,
.guest-flyer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guest-flyer-benefit-grid article {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(205, 165, 148, 0.7);
  border-radius: 14px;
  background: #fff;
}

.guest-flyer-benefit-grid article.guest-flyer-benefit-card--premium {
  border-color: #b9921f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.2) 24%, transparent 38%),
    linear-gradient(145deg, #fff8df 0%, #fffdf8 44%, #f5d36b 72%, #b8871a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 18px 34px rgba(139, 101, 18, 0.18);
}

.guest-flyer-benefit-grid h2 {
  margin: 0;
  color: #241915;
}

.guest-flyer-benefit-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #5d514a;
  font-weight: 700;
}

.guest-flyer-premium-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #9d7617;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.14) 22%, transparent 34%),
    linear-gradient(145deg, #f9e27b 0%, #d4af37 28%, #a97914 52%, #f4d76a 76%, #8f6812 100%);
  color: #16110a;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 22px rgba(139, 101, 18, 0.2);
}

.metro-directory-card__pill--sub {
  background: #eef9fa;
  border-color: #cdecee;
  color: #156d77;
}

.metro-directory-card__text {
  color: #6f6661;
  font-size: 13px;
  font-weight: 800;
}

.metro-directory-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.metro-directory-card__count {
  color: #6f6661;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.metro-directory-card__link {
  color: #da4a28;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .community-profile-card__content,
  .metro-directory-card__body {
    opacity: 0;
    transform: translateY(100%);
  }

  .community-profile-card--mini-event .community-profile-card__content {
    opacity: 0;
    transform: translateY(100%);
  }

  .community-profile-card:hover .community-profile-card__media,
  .community-profile-card:focus-within .community-profile-card__media,
  .metro-directory-card:hover .metro-directory-card__media,
  .metro-directory-card:focus-within .metro-directory-card__media {
    height: calc(100% - var(--morph-card-reveal));
  }

  .community-profile-card--mini-event:hover .community-profile-card__media,
  .community-profile-card--mini-event:focus-within .community-profile-card__media {
    height: calc(100% - var(--event-panel-height));
  }

  .community-profile-card--mini-event.community-profile-card--flyer-landscape:hover .community-profile-card__media-image,
  .community-profile-card--mini-event.community-profile-card--flyer-landscape:focus-within .community-profile-card__media-image {
    object-fit: contain;
    object-position: top center;
    background: #050505;
  }

  .community-profile-card:hover .community-profile-card__content,
  .community-profile-card:focus-within .community-profile-card__content,
  .metro-directory-card:hover .metro-directory-card__body,
  .metro-directory-card:focus-within .metro-directory-card__body {
    opacity: 1;
    transform: translateY(0);
  }

  .community-profile-card--mini-event:hover .community-profile-card__content,
  .community-profile-card--mini-event:focus-within .community-profile-card__content {
    opacity: 1;
    transform: translateY(0);
  }

  .community-profile-card--mini-event:hover .community-profile-card__media-overlay,
  .community-profile-card--mini-event:focus-within .community-profile-card__media-overlay,
  .community-profile-card--mini-event:hover .community-profile-card__media-copy,
  .community-profile-card--mini-event:focus-within .community-profile-card__media-copy {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 767px) {
  .community-profile-card,
  .metro-directory-card {
    height: auto;
  }

  .community-profile-card__surface,
  .metro-directory-card__surface {
    height: auto;
  }

  .community-profile-card__media,
  .metro-directory-card__media {
    height: 25rem;
  }

  .community-profile-card__content,
  .metro-directory-card__body {
    position: static;
    min-height: 0;
  }
}

.feed-page-hero--warm {
  background: linear-gradient(135deg, #da4a28 0%, #e37d45 55%, #f0b279 100%);
}

.feed-page-hero--tag {
  background: linear-gradient(135deg, #111827 0%, #da4a28 58%, #f2a16f 100%);
}

.feed-page-hero--metro {
  background: linear-gradient(135deg, #0e6b76 0%, #1ea9b7 42%, #f15a29 100%);
}

.feed-page-hero__copy h1 {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0 180px 8px 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.feed-page-hero__copy p {
  grid-column: 1 / -1;
  margin: 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.feed-page-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.feed-page-hero__link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.feed-page-hero__kicker {
  display: inline-flex;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-page-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 14px;
}

.feed-page-hero__panel {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 150px;
}

.feed-page-hero__panel-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.feed-page-hero__panel-value {
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.feed-filter-shell {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.feed-filter-shell[open] {
  padding: 14px 16px 16px;
  border: 1px solid #eadbd4;
  border-radius: 18px;
  background: #fffaf7;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
}

.feed-filter-shell__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  cursor: pointer;
  list-style: none;
}

.feed-filter-shell__topline .feed-stack-action {
  cursor: pointer;
}

.feed-filter-shell__topline::-webkit-details-marker {
  display: none;
}

.feed-filter-shell__spacer {
  min-width: 1px;
  min-height: 1px;
}

.feed-filter-shell__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(218, 74, 40, 0.22);
}

.feed-filter-shell__toggle i {
  color: currentColor;
}

.feed-filter-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: end;
  gap: 14px;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.feed-filter-bar__group,
.feed-filter-bar__actions {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.feed-filter-bar__actions {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  align-self: end;
}

.feed-filter-bar__advanced:not(.is-hidden) {
  display: contents;
}

.feed-filter-bar__date-basic.is-hidden,
.feed-filter-bar__advanced.is-hidden {
  display: none !important;
}

.feed-filter-bar__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.feed-filter-bar__summary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff4ef;
  border: 1px solid #f0cfc3;
  color: #8e4f3b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feed-filter-bar__summary-pill--active-tag {
  gap: 10px;
  background: #daf5dd;
  border-color: #9dd9a7;
  color: #206533;
}

.feed-filter-bar__secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #ebd2c8;
  border-radius: 999px;
  background: #fff;
  color: #7f5144;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.feed-filter-bar__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9a7a70;
}

.feed-filter-bar__label-link {
  border: 0;
  background: transparent;
  color: #da4a28;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  padding: 0;
}

.feed-filter-bar__label-link:hover,
.feed-filter-bar__label-link:focus {
  color: #a9361f;
  text-decoration: underline;
}

.feed-filter-bar__select-wrap {
  position: relative;
}

.feed-filter-bar__select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #d9d6d2;
  border-radius: 999px;
  padding: 12px 18px;
  background: #fff;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
}

.feed-filter-bar__datetime {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #d9d6d2;
  border-radius: 999px;
  padding: 12px 18px;
  background: #fff;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
}

.feed-filter-bar__submit {
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 28px;
  background: #da4a28;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.feed-empty-state {
  display: grid;
  gap: 10px;
  padding: 32px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffaf7 0%, #fff2ec 100%);
  border: 1px solid #f0d8cf;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.05);
}

.feed-empty-state[hidden] {
  display: none !important;
}

.feed-empty-state__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #edd7cf;
  color: #b75b3e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-empty-state h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1e1e1e;
}

.feed-empty-state p {
  margin: 0;
  width: 100%;
  max-width: none;
  color: #65534e;
  font-size: 15px;
  line-height: 1.6;
}

.feed-empty-state__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.feed-empty-state__primary,
.feed-empty-state__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.feed-empty-state__primary {
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.14);
}

.feed-empty-state__secondary {
  border: 1px solid #f0cfc3;
  background: #ffffff;
  color: #8e4f3b;
}

.feed-empty-state__primary:hover,
.feed-empty-state__primary:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.feed-empty-state__secondary:hover,
.feed-empty-state__secondary:focus {
  color: #6e3828;
  transform: translateY(-1px);
}

.feed-refresh-banner {
  position: sticky;
  top: 88px;
  z-index: 8;
  width: fit-content;
  margin: -6px auto 0;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2);
}

.feed-load-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #fff7f4;
  border: 1px solid #efd8d0;
  color: #8a4f3a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feed-load-state.is-loading-cards,
.feed-load-state.is-dealt {
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, 0.86);
  border-color: #f0d4ca;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.06);
}

.feed-load-state__track {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #f4ded6;
}

.feed-load-state__bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, #da4a28 0%, #f47a50 100%);
  box-shadow: 0 0 14px rgba(218, 74, 40, 0.32);
  animation: feed-grid-loader-slide 1.05s ease-in-out infinite;
}

.feed-load-state__message {
  color: #8f3f27;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.feed-load-state.is-finishing .feed-load-state__bar,
.feed-load-state.is-dealt .feed-load-state__bar {
  width: 100%;
  animation: none;
}

.feed-scroll-sentinel {
  width: 100%;
  height: 1px;
}

.community-discovery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.community-discovery-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #ebdfdb;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
}

.community-discovery-card__header {
  display: grid;
  gap: 8px;
}

.community-discovery-card__header h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.community-discovery-card__header p,
.community-discovery-card__empty {
  margin: 0;
  color: #65534e;
  font-size: 15px;
  line-height: 1.65;
}

.community-discovery-card__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4ef;
  border: 1px solid #f0cfc3;
  color: #c05637;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.community-chip {
  display: grid;
  gap: 4px;
  min-width: 160px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf7 0%, #fff2ec 100%);
  border: 1px solid #f0d8cf;
  color: #2b2b2b;
}

.community-chip span {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.community-chip small {
  color: #8a6f67;
  font-size: 12px;
  font-weight: 800;
}

.community-chip--tag span {
  color: #da4a28;
}

.community-chip--metro span {
  color: #0e6b76;
}

.community-discovery-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.metro-select-page {
  display: grid;
  gap: 24px;
}

.metro-select-explore {
  margin-top: 0;
}

.metro-select-cloud .explore-stage__cloud-link--metro {
  color: #0e6b76;
}

.metro-select-cloud {
  justify-content: center;
  text-align: center;
  width: min(100%, 960px);
  margin: 0 auto;
}

.metro-select-flow {
  display: grid;
  gap: 18px;
}

.metro-select-flow__step {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #ebdfdb;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
}

.metro-select-flow__step[hidden] {
  display: none !important;
}

.metro-select-flow__copy {
  display: grid;
  gap: 8px;
}

.metro-select-flow__copy h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
}

.metro-select-flow__copy p {
  margin: 0;
  color: #65534e;
  font-size: 15px;
  line-height: 1.55;
}

.metro-select-country,
.metro-select-state-picker {
  display: grid;
  gap: 8px;
}

.metro-select-country__select,
.metro-select-state-picker__select {
  width: 100%;
  min-height: 72px;
  border-radius: 18px;
  border: 1px solid #d9d6d2;
  background: #fffaf7;
  color: #1f1f1f;
  padding: 0 22px;
  font-size: 24px;
  font-weight: 900;
  outline: none;
}

.metro-select-country__select:focus,
.metro-select-state-picker__select:focus {
  border-color: #f15a29;
  box-shadow: 0 0 0 4px rgba(241, 90, 41, 0.12);
}

.metro-select-state-picker {
  width: min(100%, 880px);
  margin: 0 auto 18px;
}

.metro-select-state-map {
  display: grid;
  grid-template-columns: repeat(12, minmax(42px, 58px));
  grid-template-rows: repeat(7, minmax(44px, auto));
  gap: 7px;
  justify-content: center;
  overflow-x: auto;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 0 4px;
}

.metro-select-state {
  grid-row: var(--map-row, auto);
  grid-column: var(--map-col, auto);
  display: grid;
  min-width: 44px;
  min-height: 44px;
  align-content: center;
  justify-items: center;
  gap: 1px;
  border: 1px solid var(--state-border, rgba(14, 107, 118, 0.22));
  border-radius: 10px;
  background: var(--state-bg, #fff7f2);
  color: var(--state-color, #12383d);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}

.metro-select-state strong {
  font-size: 13px;
  line-height: 1;
}

.metro-select-state span {
  color: var(--state-count-color, #6b5953);
  font-size: 10px;
  font-weight: 900;
}

.metro-select-state:hover,
.metro-select-state:focus-visible,
.metro-select-state.is-selected {
  border-color: #f15a29;
  background: #f15a29;
  color: #fff;
  transform: translateY(-1px);
}

.metro-select-state:hover span,
.metro-select-state:focus-visible span,
.metro-select-state.is-selected span {
  color: rgba(255, 255, 255, 0.82);
}

.metro-select-state.is-loading {
  opacity: 0.72;
}

.metro-select-results {
  display: grid;
  gap: 10px;
}

.metro-select-state-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 13px;
  align-items: center;
  justify-content: center;
  width: min(100%, 920px);
  margin: 0 auto 8px;
  text-align: center;
}

.metro-select-state-tags[hidden] {
  display: none !important;
}

.metro-select-state-tag {
  color: #9e3d24;
  font-size: var(--tag-size, 20px);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
}

.metro-select-state-tag:hover,
.metro-select-state-tag:focus-visible {
  color: #0e6b76;
}

.metro-select-result {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fffaf7;
  border: 1px solid #efd8cf;
  color: #1f1f1f;
}

.metro-select-result:hover,
.metro-select-result:focus-within {
  border-color: #f15a29;
  transform: translateY(-1px);
}

.metro-select-result__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.metro-select-result__main span:first-child {
  display: grid;
  gap: 3px;
}

.metro-select-result strong {
  font-size: 20px;
  line-height: 1.1;
}

.metro-select-result small {
  color: #6b5953;
  font-size: 13px;
  font-weight: 800;
}

.metro-select-result__tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.metro-select-result__tags a {
  display: inline-flex;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #efd8cf;
  color: #9e3d24;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.metro-select-result__tags a:hover,
.metro-select-result__tags a:focus-visible {
  border-color: #0e6b76;
  color: #0e6b76;
}

.metro-select-result__stats {
  display: grid;
  justify-items: end;
  color: #0e6b76;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metro-select-result__stats b {
  color: #f15a29;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767px) {
  .explore-stage {
    padding: 18px;
    border-radius: 22px;
  }

  .dashboard-overview {
    grid-template-columns: 1fr;
  }

  .dashboard-business-ad {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .dashboard-business-ad__actions {
    justify-items: stretch;
  }

  .dashboard-business-ad__cta,
  .dashboard-business-ad__link {
    width: 100%;
  }

  .dashboard-level-up {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-level-up nav {
    justify-content: flex-start;
  }

  .dashboard-action-center__item {
    grid-template-columns: 1fr;
  }

  .dashboard-action-center__actions,
  .dashboard-action-center__actions form {
    justify-content: flex-start;
    width: 100%;
  }

  .dashboard-action-center__actions button,
  .dashboard-action-center__button,
  .dashboard-action-center__actions select {
    width: 100%;
    max-width: none;
  }

  .dashboard-action-center__actions small {
    text-align: left;
  }

  .explore-area-hero {
    padding: 72px 18px 18px 86px;
    border-radius: 18px;
  }

  .explore-area-hero::before {
    width: 64px;
    font-size: 30px;
  }

  .explore-area-hero::after {
    left: 64px;
    width: 32px;
  }

  .explore-area-hero__kicker {
    top: 16px;
    right: 18px;
  }

  .explore-area-hero__copy {
    padding-right: 0;
  }

  .explore-area-hero h2 {
    font-size: 28px;
  }

  .explore-area-hero p {
    font-size: 14px;
  }

  .explore-stage__search {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .explore-stage__search-button {
    width: auto;
    min-width: 84px;
    padding: 0 20px;
  }

  .explore-stage__cloud {
    gap: 8px 12px;
  }

  .explore-stage__cloud-link--w1 {
    font-size: 16px;
  }

  .explore-stage__cloud-link--w2 {
    font-size: 18px;
  }

  .explore-stage__cloud-link--w3 {
    font-size: 21px;
  }

  .explore-stage__cloud-link--w4 {
    font-size: 24px;
  }

  .explore-stage__cloud-link--w5 {
    font-size: 28px;
  }

  .feed-page-hero {
    grid-template-columns: 1fr;
    padding: 18px 18px 40px;
    border-radius: 20px;
  }

  .dashboard-tabs {
    gap: 8px;
    margin-top: -38px;
    padding: 0 10px;
  }

  .dashboard-tabs__item {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 13px;
  }

  .feed-page-hero__copy {
    grid-template-columns: 1fr;
  }

  .feed-page-hero__kicker {
    grid-column: 1;
    grid-row: auto;
    justify-self: end;
  }

  .feed-page-hero__copy h1 {
    grid-row: auto;
    margin-right: 0;
  }

  .community-hero {
    border-radius: 22px;
  }

  .community-hero__body {
    padding: 18px;
    border-radius: 0 0 20px 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .community-hero__identity {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: -56px;
  }

  .community-hero__avatar {
    width: 76px;
    height: 76px;
    border-radius: 20px;
  }

  .community-hero__copy {
    padding-top: 0;
  }

  .community-hero__actions {
    width: 100%;
    justify-content: flex-start;
    padding-top: 0;
  }

  .community-hero__subactions {
    padding: 0 18px;
    margin-top: -14px;
    margin-bottom: 0;
  }

  .community-hero--compact .community-hero__media {
    aspect-ratio: 16 / 7;
  }

  .community-hero--compact .community-hero__body {
    padding: 16px 18px 18px;
  }

  .community-hero--compact .community-hero__identity {
    margin-top: -34px;
  }

  .community-hero--compact .community-hero__avatar {
    width: 62px;
    height: 62px;
    border-radius: 16px;
  }

  .community-hero--compact .community-hero__copy {
    padding-top: 0;
  }

  .feed-page-shell--flyers > .community-hero__subactions {
    padding: 0 18px;
  }

  .feed-page-shell--flyers > .community-hero,
  .feed-page-shell--flyers > .community-hero__subactions,
  .feed-page-shell--flyers > .feed-filter-shell,
  .feed-page-shell--flyers > .feed-refresh-banner,
  .feed-page-shell--flyers > .flyer-wall-grid,
  .feed-page-shell--flyers > .feed-empty-state,
  .feed-page-shell--flyers > .feed-load-state,
  .feed-page-shell--flyers > .feed-scroll-sentinel {
    width: calc(100vw - 36px);
  }

  .feed-page-shell--flyers > .community-hero {
    width: calc(100vw - 36px);
  }

  .feed-page-shell--flyers > .community-hero .community-hero__body {
    width: 100%;
  }

  .flyer-hero-head {
    grid-template-columns: 1fr;
  }

  .flyer-hero-cta,
  .flyer-hero-cta__form,
  .flyer-hero-cta__button {
    width: 100%;
  }

  .flyer-wall-rails {
    display: none;
  }

  .feed-page-hero__panel {
    min-height: 0;
  }

  .feed-filter-bar {
    padding: 8px 0 0;
  }

  .feed-filter-shell__topline {
    justify-content: space-between;
  }

  .feed-filter-bar__summary {
    margin-left: 0;
  }

  .feed-filter-bar__select {
    min-width: 0;
    width: 100%;
  }

  .feed-filter-bar__datetime {
    min-width: 0;
    width: 100%;
  }

  .community-discovery-grid {
    grid-template-columns: 1fr;
  }

  .metro-directory-grid {
    grid-template-columns: 1fr;
  }

  .flyer-card__media,
  .flyer-card__media img,
  .flyer-card__media-fallback {
    min-height: 0;
  }

  .flyer-card__date-badge {
    right: 6px;
    top: 6px;
    width: 42px;
  }

  .flyer-card__edge-actions {
    right: 6px;
    top: 76px;
    bottom: 6px;
    width: 32px;
  }

  .flyer-card__edge-action {
    width: 32px;
    min-height: 32px;
  }

  .guest-flyer-layout,
  .guest-flyer-form__grid,
  .guest-flyer-benefit-grid,
  .guest-flyer-actions,
  .guest-flyer-confirmation-card,
  .guest-flyer-confirmation-card__details dl {
    grid-template-columns: 1fr;
  }

  .guest-flyer-confirmation-card__image img {
    min-height: 220px;
  }

  .mini-card-grid {
    --mini-card-grid-columns: 1;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .mini-card-grid {
    --mini-card-grid-columns: 2;
  }

}
